.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Chopsin';
  font-size: 4.3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.375rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.01rem;
    font-size: calc( 2.155rem + (4.3 - 2.155) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.155rem + (4.3 - 2.155) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.01rem;
    font-size: calc( 2.155rem + (4.3 - 2.155) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.155rem + (4.3 - 2.155) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #100ca9 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #0000ff !important;
}
.bg-danger {
  background-color: #ffeb69 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #100ca9 !important;
  border-color: #100ca9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #150fd9 !important;
  border-color: #150fd9 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #150fd9 !important;
  border-color: #150fd9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bed291 !important;
  border-color: #bed291 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #d3e1b5 !important;
  border-color: #d3e1b5 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d3e1b5 !important;
  border-color: #d3e1b5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0000ff !important;
  border-color: #0000ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #3333ff !important;
  border-color: #3333ff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3333ff !important;
  border-color: #3333ff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffeb69 !important;
  border-color: #ffeb69 !important;
  color: #695b00 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff29c !important;
  border-color: #fff29c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #695b00 !important;
  background-color: #fff29c !important;
  border-color: #fff29c !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: #100ca9;
  color: #100ca9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #080658 !important;
  background-color: transparent !important;
  border-color: #080658 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #100ca9 !important;
  border-color: #100ca9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #bed291;
  color: #bed291;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9ab953 !important;
  background-color: transparent !important;
  border-color: #9ab953 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bed291 !important;
  border-color: #bed291 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0000ff;
  color: #0000ff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0000a8 !important;
  background-color: transparent !important;
  border-color: #0000a8 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0000ff !important;
  border-color: #0000ff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffeb69;
  color: #ffeb69;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffdf12 !important;
  background-color: transparent !important;
  border-color: #ffdf12 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #695b00 !important;
  background-color: #ffeb69 !important;
  border-color: #ffeb69 !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: #100ca9 !important;
}
.text-secondary {
  color: #bed291 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #0000ff !important;
}
.text-danger {
  color: #ffeb69 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #07054a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #93b449 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000099 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffdd03 !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: #100ca9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #0000ff;
}
.alert-danger {
  background-color: #ffeb69;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #100ca9;
  border-color: #100ca9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #100ca9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4743f2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ccccff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Arimo', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #100ca9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Arimo', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #100ca9;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #100ca9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #100ca9;
}
.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: #100ca9;
  border-bottom-color: #100ca9;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #100ca9 !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: #bed291 !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='%23100ca9' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vgkOFMm49d .navbar-dropdown {
  position: relative !important;
}
.cid-vgkOFMm49d .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgkOFMm49d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgkOFMm49d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vgkOFMm49d .dropdown-item:hover,
.cid-vgkOFMm49d .dropdown-item:focus {
  background: #100ca9 !important;
  color: white !important;
}
.cid-vgkOFMm49d .dropdown-item:hover span {
  color: white;
}
.cid-vgkOFMm49d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgkOFMm49d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgkOFMm49d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgkOFMm49d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgkOFMm49d .nav-link {
  position: relative;
}
.cid-vgkOFMm49d .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vgkOFMm49d .container {
    flex-wrap: nowrap;
  }
}
.cid-vgkOFMm49d .iconfont-wrapper {
  color: #c12b36 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgkOFMm49d .dropdown-menu,
.cid-vgkOFMm49d .navbar.opened {
  background: #ffffff !important;
}
.cid-vgkOFMm49d .nav-item:focus,
.cid-vgkOFMm49d .nav-link:focus {
  outline: none;
}
.cid-vgkOFMm49d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgkOFMm49d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgkOFMm49d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgkOFMm49d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgkOFMm49d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgkOFMm49d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgkOFMm49d .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-vgkOFMm49d .navbar.opened {
  transition: all 0.3s;
}
.cid-vgkOFMm49d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgkOFMm49d .navbar .navbar-logo img {
  width: auto;
}
.cid-vgkOFMm49d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgkOFMm49d .navbar.collapsed {
  justify-content: center;
}
.cid-vgkOFMm49d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgkOFMm49d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgkOFMm49d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-vgkOFMm49d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgkOFMm49d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgkOFMm49d .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgkOFMm49d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgkOFMm49d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgkOFMm49d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgkOFMm49d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgkOFMm49d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgkOFMm49d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgkOFMm49d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgkOFMm49d .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgkOFMm49d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgkOFMm49d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgkOFMm49d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgkOFMm49d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgkOFMm49d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgkOFMm49d .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgkOFMm49d .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgkOFMm49d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgkOFMm49d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgkOFMm49d .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-vgkOFMm49d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgkOFMm49d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgkOFMm49d .dropdown-item.active,
.cid-vgkOFMm49d .dropdown-item:active {
  background-color: transparent;
}
.cid-vgkOFMm49d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgkOFMm49d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgkOFMm49d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgkOFMm49d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgkOFMm49d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgkOFMm49d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgkOFMm49d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgkOFMm49d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgkOFMm49d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgkOFMm49d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgkOFMm49d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgkOFMm49d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgkOFMm49d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgkOFMm49d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgkOFMm49d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgkOFMm49d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgkOFMm49d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgkOFMm49d .navbar-dropdown {
  padding: 0;
}
.cid-vgkOFMm49d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgkOFMm49d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgkOFMm49d .navbar {
    height: 70px;
  }
  .cid-vgkOFMm49d .navbar.opened {
    height: auto;
  }
  .cid-vgkOFMm49d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgkOFMm49d .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-vgkOFMm49d .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-vgkOFMm49d .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-vgkOFMm49d .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vgkOFMm49d .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-vgkOFMm49d .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-vgkOFMm49d .navbar-nav {
    margin-left: 145px;
  }
}
.cid-vgkOFMm49d .nav-item a:hover {
  color: #ffffff !important;
}
.cid-vgkOFMm49d .nav-item .nav-link {
  position: relative !important;
}
.cid-vgkOFMm49d .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #100ca9;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-vgkOFMm49d .nav-item .nav-link:hover {
  color: #100ca9 !important;
}
.cid-vgkOFMm49d .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-vgkOFMm49d .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-vgkOFMm49d .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-vgkOFMm49d .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vgkOFMm49d .tel-menu {
    display: none;
  }
}
.cid-vgkOFMm49d .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vgkOFMm49d .mbr-text {
    text-align: center !important;
  }
}
.cid-vgkOFMm49d .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-vgkOFMm49d .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vgkOFMm49d .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-vgkOFMm49d .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-vgkOFMm49d .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-vgkOFMm49d .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-vgkOFMm49d .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #100ca9;
  border-radius: 0.25rem;
}
.cid-u2ophN1Ayc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/main20-201-2000x857.jpg");
}
.cid-u2ophN1Ayc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2ophN1Ayc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u2ophN1Ayc .container {
    padding: 0;
  }
}
.cid-u2ophN1Ayc .title-wrapper {
  padding: 0 16px;
}
.cid-u2ophN1Ayc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2ophN1Ayc .title-wrapper .mbr-text {
  margin: 25px 0 0 0;
}
.cid-u2ophN1Ayc .title-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-u2ophN1Ayc .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u2ophN1Ayc .mbr-section-title {
  color: #ffffff;
}
.cid-u2ophN1Ayc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u2ophN1Ayc .mbr-section-title,
.cid-u2ophN1Ayc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vgkPkq4A61 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgkPkq4A61 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgkPkq4A61 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgkPkq4A61 .items-wrapper {
  margin: 0 -24px;
}
.cid-vgkPkq4A61 .items-wrapper .item {
  padding: 0 24px;
}
.cid-vgkPkq4A61 .item {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgkPkq4A61 .item {
    margin-bottom: 48px;
  }
}
.cid-vgkPkq4A61 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgkPkq4A61 .item .item-wrapper .card-box {
  border-top: 1px solid #a6a99c;
  border-bottom: 1px solid #a6a99c;
  padding: 48px 0;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgkPkq4A61 .item .item-wrapper .card-box {
    padding: 24px 0;
    margin-bottom: 12px;
  }
}
.cid-vgkPkq4A61 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgkPkq4A61 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgkPkq4A61 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgkPkq4A61 .item .item-wrapper .item-img {
  padding: 12px;
  border: 1px solid #a6a99c;
}
.cid-vgkPkq4A61 .item .item-wrapper .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vgkPkq4A61 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgkPkq4A61 .item-title {
  color: #14334b;
}
.cid-vgkPkq4A61 .item-text {
  color: #000000;
}
.cid-vgkPkq4A61 .item-title,
.cid-vgkPkq4A61 .item-btn {
  color: #000000;
}
.cid-vgpybhqYBy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgpybhqYBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpybhqYBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vgpybhqYBy .container {
    padding: 0 25px;
  }
}
.cid-vgpybhqYBy .row {
  justify-content: center;
}
.cid-vgpybhqYBy .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vgpybhqYBy .item:first-child .item-wrapper {
  border-top: 2px solid #e1e1e1;
}
.cid-vgpybhqYBy .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #e1e1e1;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-vgpybhqYBy .item .item-wrapper:hover .item-img img,
.cid-vgpybhqYBy .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-vgpybhqYBy .item .item-wrapper {
    display: block;
  }
}
.cid-vgpybhqYBy .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-vgpybhqYBy .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-vgpybhqYBy .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-vgpybhqYBy .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vgpybhqYBy .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgpybhqYBy .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-vgpybhqYBy .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-vgpybhqYBy .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-vgpybhqYBy .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-vgpybhqYBy .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #ffffff;
}
.cid-vgpybhqYBy .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-vgpybhqYBy .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-vgpybhqYBy .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-vgpybhqYBy .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-vgpybhqYBy .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-vgpybhqYBy .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-vgpybhqYBy .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-vgpybhqYBy .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #000000 !important;
  color: #ffffff;
}
.cid-vgpybhqYBy .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vgpybhqYBy .mbr-section-title {
  color: #000000;
}
.cid-vgpybhqYBy .item-title {
  color: #000000;
}
.cid-vgpybhqYBy .item-desc {
  color: #000000;
}
.cid-vgpybhqYBy .item-subtitle {
  color: #000000;
}
.cid-vgpybhqYBy .item-price {
  color: #000000;
}
.cid-udGmYoCKYa {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udGmYoCKYa img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 250px;
}
.cid-udGmYoCKYa .mbr-section-subtitle {
  margin-right: 30px;
  color: #5f5d68;
}
.cid-udGmYoCKYa .brand {
  display: flex;
  justify-content: center;
}
.cid-udGmYoCKYa .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-udGmYoCKYa .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-udGmYoCKYa .row-main {
    flex-direction: column;
  }
  .cid-udGmYoCKYa .col-auto {
    margin-bottom: 10px;
  }
  .cid-udGmYoCKYa .mbr-section-subtitle {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-udGmYoCKYa .brand:nth-child(3) {
    padding-top: 10px;
  }
  .cid-udGmYoCKYa .brand:nth-child(4) {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .cid-udGmYoCKYa .brand:nth-child(2) {
    padding-top: 10px;
  }
}
.cid-vgotKpZUdT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #0000ff;
}
.cid-vgotKpZUdT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgotKpZUdT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgotKpZUdT .content-head {
  max-width: 800px;
}
.cid-vgotKpZUdT .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-vgotKpZUdT .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vgotKpZUdT .item {
    min-height: 45px;
  }
}
.cid-u2oMjbDUxN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u2oMjbDUxN .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-u2oMjbDUxN .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-u2oMjbDUxN .col + .mbr-section-btn .btn,
.cid-u2oMjbDUxN .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-u2oMjbDUxN .col + .mbr-section-btn .btn,
  .cid-u2oMjbDUxN .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-u2oMjbDUxN .dragArea > *:nth-last-child(2).col,
  .cid-u2oMjbDUxN .dragArea > *:nth-last-child(2).col-auto,
  .cid-u2oMjbDUxN .col + .mbr-section-btn,
  .cid-u2oMjbDUxN .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-u2oMjbDUxN .dragArea {
    flex-direction: column;
  }
}
.cid-u2oMjbDUxN .btn-primary {
  border: 1px solid #100ca9 !important;
}
.cid-u2oMjbDUxN .btn-primary:hover {
  border: 1px solid #100ca9 !important;
}
.cid-u2oMjbDUxN .stripe {
  border-bottom: 1px solid #a6a99c;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-u2oMjbDUxN .form-group {
  max-width: 220px;
}
.cid-u2oMjbDUxN .mbr-section-btn {
  padding-left: 0;
}
.cid-u2oMjbDUxN .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-u2oMjbDUxN .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #a6a99c;
  width: 85%;
}
.cid-u2oMjbDUxN .mbr-text {
  color: #444;
}
.cid-u2oMjbDUxN h5 {
  margin-bottom: 0;
}
.cid-u2oMjbDUxN .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-u2oMjbDUxN .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2oMjbDUxN .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-u2oMjbDUxN .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2oMjbDUxN .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u2oMjbDUxN .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-u2oMjbDUxN .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u2oMjbDUxN .social-list a:hover {
  opacity: 0.4;
}
.cid-u2oMjbDUxN .media-container-row > div {
  padding: 0px;
}
.cid-u2oMjbDUxN .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-u2oMjbDUxN .group-title {
  text-align: left;
  color: #a6a99c;
  padding-bottom: 0.2rem;
}
.cid-u2oMjbDUxN .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u2oMjbDUxN .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u2oMjbDUxN .social-list,
  .cid-u2oMjbDUxN .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-u2oMjbDUxN h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-u2oMjbDUxN .form-group {
    max-width: 180px;
  }
}
.cid-u2oMjbDUxN .links span {
  color: #9e9e9e;
}
.cid-u2oMjbDUxN .logo-sub-title {
  text-align: center;
  color: #a6a99c;
}
.cid-u2oMjbDUxN .logo-title {
  text-align: center;
}
.cid-u2oMjbDUxN .logo-title,
.cid-u2oMjbDUxN .logo {
  color: #ffffff;
}
.cid-vgsYKefQvo .navbar-dropdown {
  position: relative !important;
}
.cid-vgsYKefQvo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgsYKefQvo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgsYKefQvo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vgsYKefQvo .dropdown-item:hover,
.cid-vgsYKefQvo .dropdown-item:focus {
  background: #100ca9 !important;
  color: white !important;
}
.cid-vgsYKefQvo .dropdown-item:hover span {
  color: white;
}
.cid-vgsYKefQvo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgsYKefQvo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgsYKefQvo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgsYKefQvo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgsYKefQvo .nav-link {
  position: relative;
}
.cid-vgsYKefQvo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vgsYKefQvo .container {
    flex-wrap: nowrap;
  }
}
.cid-vgsYKefQvo .iconfont-wrapper {
  color: #c12b36 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgsYKefQvo .dropdown-menu,
.cid-vgsYKefQvo .navbar.opened {
  background: #ffffff !important;
}
.cid-vgsYKefQvo .nav-item:focus,
.cid-vgsYKefQvo .nav-link:focus {
  outline: none;
}
.cid-vgsYKefQvo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgsYKefQvo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgsYKefQvo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgsYKefQvo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgsYKefQvo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgsYKefQvo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgsYKefQvo .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-vgsYKefQvo .navbar.opened {
  transition: all 0.3s;
}
.cid-vgsYKefQvo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgsYKefQvo .navbar .navbar-logo img {
  width: auto;
}
.cid-vgsYKefQvo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgsYKefQvo .navbar.collapsed {
  justify-content: center;
}
.cid-vgsYKefQvo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgsYKefQvo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgsYKefQvo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-vgsYKefQvo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgsYKefQvo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgsYKefQvo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgsYKefQvo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgsYKefQvo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgsYKefQvo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgsYKefQvo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgsYKefQvo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgsYKefQvo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgsYKefQvo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgsYKefQvo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgsYKefQvo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgsYKefQvo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgsYKefQvo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgsYKefQvo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgsYKefQvo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgsYKefQvo .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgsYKefQvo .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgsYKefQvo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgsYKefQvo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgsYKefQvo .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-vgsYKefQvo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgsYKefQvo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgsYKefQvo .dropdown-item.active,
.cid-vgsYKefQvo .dropdown-item:active {
  background-color: transparent;
}
.cid-vgsYKefQvo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgsYKefQvo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgsYKefQvo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgsYKefQvo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgsYKefQvo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgsYKefQvo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgsYKefQvo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgsYKefQvo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgsYKefQvo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgsYKefQvo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgsYKefQvo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgsYKefQvo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgsYKefQvo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgsYKefQvo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgsYKefQvo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgsYKefQvo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgsYKefQvo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgsYKefQvo .navbar-dropdown {
  padding: 0;
}
.cid-vgsYKefQvo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgsYKefQvo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgsYKefQvo .navbar {
    height: 70px;
  }
  .cid-vgsYKefQvo .navbar.opened {
    height: auto;
  }
  .cid-vgsYKefQvo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgsYKefQvo .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-vgsYKefQvo .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-vgsYKefQvo .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-vgsYKefQvo .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vgsYKefQvo .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-vgsYKefQvo .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-vgsYKefQvo .navbar-nav {
    margin-left: 145px;
  }
}
.cid-vgsYKefQvo .nav-item a:hover {
  color: #ffffff !important;
}
.cid-vgsYKefQvo .nav-item .nav-link {
  position: relative !important;
}
.cid-vgsYKefQvo .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #100ca9;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-vgsYKefQvo .nav-item .nav-link:hover {
  color: #100ca9 !important;
}
.cid-vgsYKefQvo .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-vgsYKefQvo .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-vgsYKefQvo .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-vgsYKefQvo .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vgsYKefQvo .tel-menu {
    display: none;
  }
}
.cid-vgsYKefQvo .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vgsYKefQvo .mbr-text {
    text-align: center !important;
  }
}
.cid-vgsYKefQvo .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-vgsYKefQvo .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vgsYKefQvo .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-vgsYKefQvo .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-vgsYKefQvo .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-vgsYKefQvo .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-vgsYKefQvo .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #100ca9;
  border-radius: 0.25rem;
}
.cid-vgsYWMco6J {
  padding-top: 3rem;
  padding-bottom: 4rem;
  align-items: flex-end;
  background-color: #ffffff;
}
.cid-vgsYWMco6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgsYWMco6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgsYWMco6J .label-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vgsYWMco6J .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgsYWMco6J .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vgsYWMco6J .label-wrapper .label-wrap {
    display: inline-block;
  }
}
.cid-vgsYWMco6J .label-wrapper .label-wrap .mbr-label {
  display: inline-flex;
  padding: 18px 24px;
  margin-bottom: 0;
}
.cid-vgsYWMco6J .label-wrapper .label-wrap .main-btn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgsYWMco6J .label-wrapper .label-wrap .main-btn {
    width: 100%;
  }
}
.cid-vgsYWMco6J .label-wrapper .label-wrap .main-btn .btn {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-vgsYWMco6J .label-wrapper .label-wrap .main-btn .btn {
    width: 100%;
  }
}
.cid-vgsYWMco6J .items-wrapper {
  margin: 0 -11px;
}
.cid-vgsYWMco6J .items-wrapper .item {
  padding: 0 11px;
}
.cid-vgsYWMco6J .item {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vgsYWMco6J .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgsYWMco6J .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.cid-vgsYWMco6J .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #252322;
  box-shadow: 6px 6px 0 0 #252322;
  padding: 40px 32px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-vgsYWMco6J .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
.cid-vgsYWMco6J .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vgsYWMco6J .item .item-wrapper .card-box .item-content .item-price {
  margin-bottom: 0;
}
.cid-vgsYWMco6J .item .item-wrapper .card-box .item-content .list {
  margin: 48px 0 0 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vgsYWMco6J .item .item-wrapper .card-box .item-content .list {
    margin-top: 22px;
  }
}
.cid-vgsYWMco6J .item .item-wrapper .card-box .item-content .list .item-wrap {
  margin-bottom: 8px;
}
.cid-vgsYWMco6J .item .item-wrapper .card-box .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgsYWMco6J .item .item-wrapper .card-box .item-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgsYWMco6J .item .item-wrapper .card-box .item-btn {
    margin-top: 12px;
  }
}
.cid-vgsYWMco6J .item .card_2 {
  position: relative;
}
.cid-vgsYWMco6J .item .card_2 .card-box {
  border: 1px solid #0000ff;
  box-shadow: 6px 6px 0 0 #0000ff;
}
.cid-vgsYWMco6J .item .card_2 .card-label {
  width: 100%;
  margin-bottom: -32px;
}
.cid-vgsYWMco6J .item .card_2 .card-label .item-label {
  display: inline-flex;
  padding: 14px 16px 40px;
  background-color: #0000ff;
  margin-bottom: 0;
}
.cid-vgsYWMco6J .mbr-label,
.cid-vgsYWMco6J .label-wrapper {
  color: #252322;
  text-align: center;
}
.cid-vgsYWMco6J .item-title {
  color: #252322;
}
.cid-vgsYWMco6J .item-price {
  color: #0000ff;
}
.cid-vgsYWMco6J .list {
  color: #252322;
}
.cid-vgsYWMco6J .item-label {
  color: #ffffff;
}
.cid-vgsYWMco6J .item-btn {
  text-align: center;
}
.cid-vgsYKhn4Qn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vgsYKhn4Qn .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-vgsYKhn4Qn .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vgsYKhn4Qn .col + .mbr-section-btn .btn,
.cid-vgsYKhn4Qn .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-vgsYKhn4Qn .col + .mbr-section-btn .btn,
  .cid-vgsYKhn4Qn .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-vgsYKhn4Qn .dragArea > *:nth-last-child(2).col,
  .cid-vgsYKhn4Qn .dragArea > *:nth-last-child(2).col-auto,
  .cid-vgsYKhn4Qn .col + .mbr-section-btn,
  .cid-vgsYKhn4Qn .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-vgsYKhn4Qn .dragArea {
    flex-direction: column;
  }
}
.cid-vgsYKhn4Qn .btn-primary {
  border: 1px solid #100ca9 !important;
}
.cid-vgsYKhn4Qn .btn-primary:hover {
  border: 1px solid #100ca9 !important;
}
.cid-vgsYKhn4Qn .stripe {
  border-bottom: 1px solid #a6a99c;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vgsYKhn4Qn .form-group {
  max-width: 220px;
}
.cid-vgsYKhn4Qn .mbr-section-btn {
  padding-left: 0;
}
.cid-vgsYKhn4Qn .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vgsYKhn4Qn .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #a6a99c;
  width: 85%;
}
.cid-vgsYKhn4Qn .mbr-text {
  color: #444;
}
.cid-vgsYKhn4Qn h5 {
  margin-bottom: 0;
}
.cid-vgsYKhn4Qn .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vgsYKhn4Qn .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vgsYKhn4Qn .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vgsYKhn4Qn .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgsYKhn4Qn .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vgsYKhn4Qn .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vgsYKhn4Qn .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vgsYKhn4Qn .social-list a:hover {
  opacity: 0.4;
}
.cid-vgsYKhn4Qn .media-container-row > div {
  padding: 0px;
}
.cid-vgsYKhn4Qn .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vgsYKhn4Qn .group-title {
  text-align: left;
  color: #a6a99c;
  padding-bottom: 0.2rem;
}
.cid-vgsYKhn4Qn .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vgsYKhn4Qn .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vgsYKhn4Qn .social-list,
  .cid-vgsYKhn4Qn .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vgsYKhn4Qn h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vgsYKhn4Qn .form-group {
    max-width: 180px;
  }
}
.cid-vgsYKhn4Qn .links span {
  color: #9e9e9e;
}
.cid-vgsYKhn4Qn .logo-sub-title {
  text-align: center;
  color: #a6a99c;
}
.cid-vgsYKhn4Qn .logo-title {
  text-align: center;
}
.cid-vgsYKhn4Qn .logo-title,
.cid-vgsYKhn4Qn .logo {
  color: #ffffff;
}
.cid-vgt4WHcGwL .navbar-dropdown {
  position: relative !important;
}
.cid-vgt4WHcGwL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgt4WHcGwL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgt4WHcGwL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vgt4WHcGwL .dropdown-item:hover,
.cid-vgt4WHcGwL .dropdown-item:focus {
  background: #100ca9 !important;
  color: white !important;
}
.cid-vgt4WHcGwL .dropdown-item:hover span {
  color: white;
}
.cid-vgt4WHcGwL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgt4WHcGwL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgt4WHcGwL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgt4WHcGwL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgt4WHcGwL .nav-link {
  position: relative;
}
.cid-vgt4WHcGwL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vgt4WHcGwL .container {
    flex-wrap: nowrap;
  }
}
.cid-vgt4WHcGwL .iconfont-wrapper {
  color: #c12b36 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgt4WHcGwL .dropdown-menu,
.cid-vgt4WHcGwL .navbar.opened {
  background: #ffffff !important;
}
.cid-vgt4WHcGwL .nav-item:focus,
.cid-vgt4WHcGwL .nav-link:focus {
  outline: none;
}
.cid-vgt4WHcGwL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgt4WHcGwL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgt4WHcGwL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgt4WHcGwL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgt4WHcGwL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgt4WHcGwL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgt4WHcGwL .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-vgt4WHcGwL .navbar.opened {
  transition: all 0.3s;
}
.cid-vgt4WHcGwL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgt4WHcGwL .navbar .navbar-logo img {
  width: auto;
}
.cid-vgt4WHcGwL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgt4WHcGwL .navbar.collapsed {
  justify-content: center;
}
.cid-vgt4WHcGwL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgt4WHcGwL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgt4WHcGwL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-vgt4WHcGwL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgt4WHcGwL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgt4WHcGwL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgt4WHcGwL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgt4WHcGwL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgt4WHcGwL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgt4WHcGwL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgt4WHcGwL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgt4WHcGwL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgt4WHcGwL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgt4WHcGwL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgt4WHcGwL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgt4WHcGwL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgt4WHcGwL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgt4WHcGwL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgt4WHcGwL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgt4WHcGwL .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgt4WHcGwL .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgt4WHcGwL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgt4WHcGwL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgt4WHcGwL .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-vgt4WHcGwL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgt4WHcGwL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgt4WHcGwL .dropdown-item.active,
.cid-vgt4WHcGwL .dropdown-item:active {
  background-color: transparent;
}
.cid-vgt4WHcGwL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgt4WHcGwL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgt4WHcGwL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgt4WHcGwL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgt4WHcGwL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgt4WHcGwL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgt4WHcGwL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgt4WHcGwL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgt4WHcGwL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgt4WHcGwL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgt4WHcGwL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgt4WHcGwL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgt4WHcGwL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgt4WHcGwL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgt4WHcGwL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgt4WHcGwL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgt4WHcGwL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgt4WHcGwL .navbar-dropdown {
  padding: 0;
}
.cid-vgt4WHcGwL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgt4WHcGwL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgt4WHcGwL .navbar {
    height: 70px;
  }
  .cid-vgt4WHcGwL .navbar.opened {
    height: auto;
  }
  .cid-vgt4WHcGwL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgt4WHcGwL .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-vgt4WHcGwL .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-vgt4WHcGwL .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-vgt4WHcGwL .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vgt4WHcGwL .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-vgt4WHcGwL .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-vgt4WHcGwL .navbar-nav {
    margin-left: 145px;
  }
}
.cid-vgt4WHcGwL .nav-item a:hover {
  color: #ffffff !important;
}
.cid-vgt4WHcGwL .nav-item .nav-link {
  position: relative !important;
}
.cid-vgt4WHcGwL .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #100ca9;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-vgt4WHcGwL .nav-item .nav-link:hover {
  color: #100ca9 !important;
}
.cid-vgt4WHcGwL .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-vgt4WHcGwL .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-vgt4WHcGwL .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-vgt4WHcGwL .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vgt4WHcGwL .tel-menu {
    display: none;
  }
}
.cid-vgt4WHcGwL .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vgt4WHcGwL .mbr-text {
    text-align: center !important;
  }
}
.cid-vgt4WHcGwL .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-vgt4WHcGwL .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vgt4WHcGwL .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-vgt4WHcGwL .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-vgt4WHcGwL .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-vgt4WHcGwL .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-vgt4WHcGwL .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #100ca9;
  border-radius: 0.25rem;
}
.cid-vgt5vtMMFT {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vgt5vtMMFT .wrap {
  display: flex;
  border-bottom: 1px dotted #83868c;
  margin-bottom: 39px;
  padding-bottom: 20px;
}
.cid-vgt5vtMMFT .wrap .ico1 {
  font-size: 2rem;
  margin-right: 30px;
  color: #0000ff;
}
.cid-vgt5vtMMFT .wrap .mbr-text {
  z-index: 2;
  position: relative;
  color: #000000;
}
.cid-vgt5vtMMFT .wrap .mbr-section-subtitle {
  color: #100ca9;
  display: inline-block;
  margin-right: 20px;
}
.cid-vgt5vtMMFT .wrap .ico-line {
  display: inline-block;
}
.cid-vgt5vtMMFT .wrap .ico-line .mbr-iconfont {
  color: #0000ff;
  font-size: 14px;
}
.cid-vgt5vtMMFT .col-md-12:last-child .wrap,
.cid-vgt5vtMMFT .col-lg-12:last-child .wrap {
  border-bottom: none;
}
.cid-vgt5vtMMFT .col-md-12.last-child .wrap,
.cid-vgt5vtMMFT .col-lg-12.last-child .wrap {
  border-bottom: none;
}
@media (max-width: 768px) {
  .cid-vgt5vtMMFT * {
    text-align: left;
  }
  .cid-vgt5vtMMFT .ico1 {
    display: none;
  }
}
.cid-vgt5vtMMFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgt5vtMMFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgt5vtMMFT .wrap .content .mbr-text {
  color: #000000;
}
.cid-vgt5vtMMFT .wrap .content .mbr-section-subtitle,
.cid-vgt5vtMMFT .wrap .content .author {
  color: #000000;
}
.cid-vgt4WJuILg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vgt4WJuILg .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-vgt4WJuILg .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vgt4WJuILg .col + .mbr-section-btn .btn,
.cid-vgt4WJuILg .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-vgt4WJuILg .col + .mbr-section-btn .btn,
  .cid-vgt4WJuILg .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-vgt4WJuILg .dragArea > *:nth-last-child(2).col,
  .cid-vgt4WJuILg .dragArea > *:nth-last-child(2).col-auto,
  .cid-vgt4WJuILg .col + .mbr-section-btn,
  .cid-vgt4WJuILg .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-vgt4WJuILg .dragArea {
    flex-direction: column;
  }
}
.cid-vgt4WJuILg .btn-primary {
  border: 1px solid #100ca9 !important;
}
.cid-vgt4WJuILg .btn-primary:hover {
  border: 1px solid #100ca9 !important;
}
.cid-vgt4WJuILg .stripe {
  border-bottom: 1px solid #a6a99c;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vgt4WJuILg .form-group {
  max-width: 220px;
}
.cid-vgt4WJuILg .mbr-section-btn {
  padding-left: 0;
}
.cid-vgt4WJuILg .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vgt4WJuILg .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #a6a99c;
  width: 85%;
}
.cid-vgt4WJuILg .mbr-text {
  color: #444;
}
.cid-vgt4WJuILg h5 {
  margin-bottom: 0;
}
.cid-vgt4WJuILg .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vgt4WJuILg .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vgt4WJuILg .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vgt4WJuILg .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgt4WJuILg .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vgt4WJuILg .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vgt4WJuILg .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vgt4WJuILg .social-list a:hover {
  opacity: 0.4;
}
.cid-vgt4WJuILg .media-container-row > div {
  padding: 0px;
}
.cid-vgt4WJuILg .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vgt4WJuILg .group-title {
  text-align: left;
  color: #a6a99c;
  padding-bottom: 0.2rem;
}
.cid-vgt4WJuILg .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vgt4WJuILg .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vgt4WJuILg .social-list,
  .cid-vgt4WJuILg .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vgt4WJuILg h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vgt4WJuILg .form-group {
    max-width: 180px;
  }
}
.cid-vgt4WJuILg .links span {
  color: #9e9e9e;
}
.cid-vgt4WJuILg .logo-sub-title {
  text-align: center;
  color: #a6a99c;
}
.cid-vgt4WJuILg .logo-title {
  text-align: center;
}
.cid-vgt4WJuILg .logo-title,
.cid-vgt4WJuILg .logo {
  color: #ffffff;
}
.cid-vgt7SOdkA6 .navbar-dropdown {
  position: relative !important;
}
.cid-vgt7SOdkA6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgt7SOdkA6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgt7SOdkA6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vgt7SOdkA6 .dropdown-item:hover,
.cid-vgt7SOdkA6 .dropdown-item:focus {
  background: #100ca9 !important;
  color: white !important;
}
.cid-vgt7SOdkA6 .dropdown-item:hover span {
  color: white;
}
.cid-vgt7SOdkA6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgt7SOdkA6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgt7SOdkA6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgt7SOdkA6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgt7SOdkA6 .nav-link {
  position: relative;
}
.cid-vgt7SOdkA6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vgt7SOdkA6 .container {
    flex-wrap: nowrap;
  }
}
.cid-vgt7SOdkA6 .iconfont-wrapper {
  color: #c12b36 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgt7SOdkA6 .dropdown-menu,
.cid-vgt7SOdkA6 .navbar.opened {
  background: #ffffff !important;
}
.cid-vgt7SOdkA6 .nav-item:focus,
.cid-vgt7SOdkA6 .nav-link:focus {
  outline: none;
}
.cid-vgt7SOdkA6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgt7SOdkA6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgt7SOdkA6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgt7SOdkA6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgt7SOdkA6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgt7SOdkA6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgt7SOdkA6 .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-vgt7SOdkA6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vgt7SOdkA6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgt7SOdkA6 .navbar .navbar-logo img {
  width: auto;
}
.cid-vgt7SOdkA6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgt7SOdkA6 .navbar.collapsed {
  justify-content: center;
}
.cid-vgt7SOdkA6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgt7SOdkA6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgt7SOdkA6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-vgt7SOdkA6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgt7SOdkA6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgt7SOdkA6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgt7SOdkA6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgt7SOdkA6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgt7SOdkA6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgt7SOdkA6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgt7SOdkA6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgt7SOdkA6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgt7SOdkA6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgt7SOdkA6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgt7SOdkA6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgt7SOdkA6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgt7SOdkA6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgt7SOdkA6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgt7SOdkA6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgt7SOdkA6 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgt7SOdkA6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgt7SOdkA6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgt7SOdkA6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgt7SOdkA6 .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-vgt7SOdkA6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgt7SOdkA6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgt7SOdkA6 .dropdown-item.active,
.cid-vgt7SOdkA6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgt7SOdkA6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgt7SOdkA6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgt7SOdkA6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgt7SOdkA6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgt7SOdkA6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgt7SOdkA6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgt7SOdkA6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgt7SOdkA6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgt7SOdkA6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgt7SOdkA6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgt7SOdkA6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgt7SOdkA6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgt7SOdkA6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgt7SOdkA6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgt7SOdkA6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgt7SOdkA6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgt7SOdkA6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgt7SOdkA6 .navbar-dropdown {
  padding: 0;
}
.cid-vgt7SOdkA6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgt7SOdkA6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgt7SOdkA6 .navbar {
    height: 70px;
  }
  .cid-vgt7SOdkA6 .navbar.opened {
    height: auto;
  }
  .cid-vgt7SOdkA6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgt7SOdkA6 .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-vgt7SOdkA6 .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-vgt7SOdkA6 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-vgt7SOdkA6 .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vgt7SOdkA6 .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-vgt7SOdkA6 .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-vgt7SOdkA6 .navbar-nav {
    margin-left: 145px;
  }
}
.cid-vgt7SOdkA6 .nav-item a:hover {
  color: #ffffff !important;
}
.cid-vgt7SOdkA6 .nav-item .nav-link {
  position: relative !important;
}
.cid-vgt7SOdkA6 .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #100ca9;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-vgt7SOdkA6 .nav-item .nav-link:hover {
  color: #100ca9 !important;
}
.cid-vgt7SOdkA6 .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-vgt7SOdkA6 .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-vgt7SOdkA6 .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-vgt7SOdkA6 .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vgt7SOdkA6 .tel-menu {
    display: none;
  }
}
.cid-vgt7SOdkA6 .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vgt7SOdkA6 .mbr-text {
    text-align: center !important;
  }
}
.cid-vgt7SOdkA6 .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-vgt7SOdkA6 .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vgt7SOdkA6 .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-vgt7SOdkA6 .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-vgt7SOdkA6 .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-vgt7SOdkA6 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-vgt7SOdkA6 .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #100ca9;
  border-radius: 0.25rem;
}
#custom-html-60 {
  /* Type valid CSS here */
}
#custom-html-60 div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
#custom-html-60 p {
  font-size: 5px;
  color: #777;
}
.cid-vgt7SSkQbQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vgt7SSkQbQ .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-vgt7SSkQbQ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vgt7SSkQbQ .col + .mbr-section-btn .btn,
.cid-vgt7SSkQbQ .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-vgt7SSkQbQ .col + .mbr-section-btn .btn,
  .cid-vgt7SSkQbQ .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-vgt7SSkQbQ .dragArea > *:nth-last-child(2).col,
  .cid-vgt7SSkQbQ .dragArea > *:nth-last-child(2).col-auto,
  .cid-vgt7SSkQbQ .col + .mbr-section-btn,
  .cid-vgt7SSkQbQ .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-vgt7SSkQbQ .dragArea {
    flex-direction: column;
  }
}
.cid-vgt7SSkQbQ .btn-primary {
  border: 1px solid #100ca9 !important;
}
.cid-vgt7SSkQbQ .btn-primary:hover {
  border: 1px solid #100ca9 !important;
}
.cid-vgt7SSkQbQ .stripe {
  border-bottom: 1px solid #a6a99c;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vgt7SSkQbQ .form-group {
  max-width: 220px;
}
.cid-vgt7SSkQbQ .mbr-section-btn {
  padding-left: 0;
}
.cid-vgt7SSkQbQ .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vgt7SSkQbQ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #a6a99c;
  width: 85%;
}
.cid-vgt7SSkQbQ .mbr-text {
  color: #444;
}
.cid-vgt7SSkQbQ h5 {
  margin-bottom: 0;
}
.cid-vgt7SSkQbQ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vgt7SSkQbQ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vgt7SSkQbQ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vgt7SSkQbQ .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgt7SSkQbQ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vgt7SSkQbQ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vgt7SSkQbQ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vgt7SSkQbQ .social-list a:hover {
  opacity: 0.4;
}
.cid-vgt7SSkQbQ .media-container-row > div {
  padding: 0px;
}
.cid-vgt7SSkQbQ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vgt7SSkQbQ .group-title {
  text-align: left;
  color: #a6a99c;
  padding-bottom: 0.2rem;
}
.cid-vgt7SSkQbQ .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vgt7SSkQbQ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vgt7SSkQbQ .social-list,
  .cid-vgt7SSkQbQ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vgt7SSkQbQ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vgt7SSkQbQ .form-group {
    max-width: 180px;
  }
}
.cid-vgt7SSkQbQ .links span {
  color: #9e9e9e;
}
.cid-vgt7SSkQbQ .logo-sub-title {
  text-align: center;
  color: #a6a99c;
}
.cid-vgt7SSkQbQ .logo-title {
  text-align: center;
}
.cid-vgt7SSkQbQ .logo-title,
.cid-vgt7SSkQbQ .logo {
  color: #ffffff;
}
.cid-vgw9rtoZFK .navbar-dropdown {
  position: relative !important;
}
.cid-vgw9rtoZFK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgw9rtoZFK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgw9rtoZFK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vgw9rtoZFK .dropdown-item:hover,
.cid-vgw9rtoZFK .dropdown-item:focus {
  background: #100ca9 !important;
  color: white !important;
}
.cid-vgw9rtoZFK .dropdown-item:hover span {
  color: white;
}
.cid-vgw9rtoZFK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgw9rtoZFK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgw9rtoZFK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgw9rtoZFK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgw9rtoZFK .nav-link {
  position: relative;
}
.cid-vgw9rtoZFK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vgw9rtoZFK .container {
    flex-wrap: nowrap;
  }
}
.cid-vgw9rtoZFK .iconfont-wrapper {
  color: #c12b36 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgw9rtoZFK .dropdown-menu,
.cid-vgw9rtoZFK .navbar.opened {
  background: #ffffff !important;
}
.cid-vgw9rtoZFK .nav-item:focus,
.cid-vgw9rtoZFK .nav-link:focus {
  outline: none;
}
.cid-vgw9rtoZFK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgw9rtoZFK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgw9rtoZFK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgw9rtoZFK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgw9rtoZFK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgw9rtoZFK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgw9rtoZFK .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-vgw9rtoZFK .navbar.opened {
  transition: all 0.3s;
}
.cid-vgw9rtoZFK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgw9rtoZFK .navbar .navbar-logo img {
  width: auto;
}
.cid-vgw9rtoZFK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgw9rtoZFK .navbar.collapsed {
  justify-content: center;
}
.cid-vgw9rtoZFK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgw9rtoZFK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgw9rtoZFK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-vgw9rtoZFK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgw9rtoZFK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgw9rtoZFK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgw9rtoZFK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgw9rtoZFK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgw9rtoZFK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgw9rtoZFK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgw9rtoZFK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgw9rtoZFK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgw9rtoZFK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgw9rtoZFK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgw9rtoZFK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgw9rtoZFK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgw9rtoZFK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgw9rtoZFK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgw9rtoZFK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgw9rtoZFK .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgw9rtoZFK .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgw9rtoZFK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgw9rtoZFK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgw9rtoZFK .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-vgw9rtoZFK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgw9rtoZFK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgw9rtoZFK .dropdown-item.active,
.cid-vgw9rtoZFK .dropdown-item:active {
  background-color: transparent;
}
.cid-vgw9rtoZFK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgw9rtoZFK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgw9rtoZFK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgw9rtoZFK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgw9rtoZFK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgw9rtoZFK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgw9rtoZFK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgw9rtoZFK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgw9rtoZFK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgw9rtoZFK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgw9rtoZFK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgw9rtoZFK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgw9rtoZFK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgw9rtoZFK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgw9rtoZFK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgw9rtoZFK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgw9rtoZFK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgw9rtoZFK .navbar-dropdown {
  padding: 0;
}
.cid-vgw9rtoZFK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgw9rtoZFK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgw9rtoZFK .navbar {
    height: 70px;
  }
  .cid-vgw9rtoZFK .navbar.opened {
    height: auto;
  }
  .cid-vgw9rtoZFK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgw9rtoZFK .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-vgw9rtoZFK .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-vgw9rtoZFK .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-vgw9rtoZFK .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vgw9rtoZFK .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-vgw9rtoZFK .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-vgw9rtoZFK .navbar-nav {
    margin-left: 145px;
  }
}
.cid-vgw9rtoZFK .nav-item a:hover {
  color: #ffffff !important;
}
.cid-vgw9rtoZFK .nav-item .nav-link {
  position: relative !important;
}
.cid-vgw9rtoZFK .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #100ca9;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-vgw9rtoZFK .nav-item .nav-link:hover {
  color: #100ca9 !important;
}
.cid-vgw9rtoZFK .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-vgw9rtoZFK .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-vgw9rtoZFK .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-vgw9rtoZFK .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vgw9rtoZFK .tel-menu {
    display: none;
  }
}
.cid-vgw9rtoZFK .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vgw9rtoZFK .mbr-text {
    text-align: center !important;
  }
}
.cid-vgw9rtoZFK .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-vgw9rtoZFK .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vgw9rtoZFK .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-vgw9rtoZFK .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-vgw9rtoZFK .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-vgw9rtoZFK .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-vgw9rtoZFK .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #100ca9;
  border-radius: 0.25rem;
}
.cid-vgw9ruGejO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/biggest-2000x1055.jpg");
}
.cid-vgw9ruGejO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgw9ruGejO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vgw9ruGejO .container {
    padding: 0;
  }
}
.cid-vgw9ruGejO .title-wrapper {
  padding: 0 16px;
}
.cid-vgw9ruGejO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgw9ruGejO .title-wrapper .mbr-text {
  margin: 25px 0 0 0;
}
.cid-vgw9ruGejO .title-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-vgw9ruGejO .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-vgw9ruGejO .mbr-section-title {
  color: #ffffff;
}
.cid-vgw9ruGejO .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vgw9ruGejO .mbr-section-title,
.cid-vgw9ruGejO .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vgw9rwAJ6Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vgw9rwAJ6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgw9rwAJ6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgw9rwAJ6Y .content-head {
  max-width: 800px;
}
.cid-vgw9rwAJ6Y .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-vgw9rwAJ6Y .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vgw9rwAJ6Y .item {
    min-height: 45px;
  }
}
.cid-vgwnhboyde {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vgwnhboyde .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgwnhboyde .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vgwnhboyde .container {
    padding: 0 16px;
  }
}
.cid-vgwnhboyde .row {
  position: relative;
}
.cid-vgwnhboyde .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgwnhboyde .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-vgwnhboyde .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgwnhboyde .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-vgwnhboyde .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-vgwnhboyde .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #100ca9 !important;
}
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #bed291 !important;
}
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #000000 !important;
}
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #0000ff !important;
}
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffeb69 !important;
}
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-vgwnhboyde .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-vgwnhboyde .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-vgwnhboyde .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #ffa600 -10%, transparent 80%);
}
.cid-vgwnhboyde .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-vgwnhboyde .items-wrapper {
    margin-left: 0;
  }
}
.cid-vgwnhboyde .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-vgwnhboyde .item .item-wrapper {
  background-color: #f7f7f7;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-vgwnhboyde .item .item-wrapper {
    padding: 32px;
  }
}
.cid-vgwnhboyde .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vgwnhboyde .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgwnhboyde .mbr-section-title {
  color: #000000;
}
.cid-vgwnhboyde .mbr-text {
  color: #6f6f6f;
}
.cid-vgwnhboyde .item-title {
  color: #000000;
}
.cid-vgwnhboyde .item-text {
  color: #000000;
}
.cid-vgwnhboyde .mbr-text,
.cid-vgwnhboyde .text-wrap {
  color: #000000;
}
.cid-vgw9rxdn5O {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vgw9rxdn5O .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-vgw9rxdn5O .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vgw9rxdn5O .col + .mbr-section-btn .btn,
.cid-vgw9rxdn5O .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-vgw9rxdn5O .col + .mbr-section-btn .btn,
  .cid-vgw9rxdn5O .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-vgw9rxdn5O .dragArea > *:nth-last-child(2).col,
  .cid-vgw9rxdn5O .dragArea > *:nth-last-child(2).col-auto,
  .cid-vgw9rxdn5O .col + .mbr-section-btn,
  .cid-vgw9rxdn5O .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-vgw9rxdn5O .dragArea {
    flex-direction: column;
  }
}
.cid-vgw9rxdn5O .btn-primary {
  border: 1px solid #100ca9 !important;
}
.cid-vgw9rxdn5O .btn-primary:hover {
  border: 1px solid #100ca9 !important;
}
.cid-vgw9rxdn5O .stripe {
  border-bottom: 1px solid #a6a99c;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vgw9rxdn5O .form-group {
  max-width: 220px;
}
.cid-vgw9rxdn5O .mbr-section-btn {
  padding-left: 0;
}
.cid-vgw9rxdn5O .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vgw9rxdn5O .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #a6a99c;
  width: 85%;
}
.cid-vgw9rxdn5O .mbr-text {
  color: #444;
}
.cid-vgw9rxdn5O h5 {
  margin-bottom: 0;
}
.cid-vgw9rxdn5O .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vgw9rxdn5O .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vgw9rxdn5O .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vgw9rxdn5O .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgw9rxdn5O .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vgw9rxdn5O .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vgw9rxdn5O .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vgw9rxdn5O .social-list a:hover {
  opacity: 0.4;
}
.cid-vgw9rxdn5O .media-container-row > div {
  padding: 0px;
}
.cid-vgw9rxdn5O .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vgw9rxdn5O .group-title {
  text-align: left;
  color: #a6a99c;
  padding-bottom: 0.2rem;
}
.cid-vgw9rxdn5O .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vgw9rxdn5O .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vgw9rxdn5O .social-list,
  .cid-vgw9rxdn5O .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vgw9rxdn5O h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vgw9rxdn5O .form-group {
    max-width: 180px;
  }
}
.cid-vgw9rxdn5O .links span {
  color: #9e9e9e;
}
.cid-vgw9rxdn5O .logo-sub-title {
  text-align: center;
  color: #a6a99c;
}
.cid-vgw9rxdn5O .logo-title {
  text-align: center;
}
.cid-vgw9rxdn5O .logo-title,
.cid-vgw9rxdn5O .logo {
  color: #ffffff;
}
