body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Libre Baskerville', serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Water Brush', handwriting;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Arimo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.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.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e43f3f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #98dee8 !important;
}
.bg-danger {
  background-color: #e43f3f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3151f4 !important;
  border-color: #3151f4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0a29c4 !important;
  border-color: #0a29c4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0a29c4 !important;
  border-color: #0a29c4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #98dee8 !important;
  border-color: #98dee8 !important;
  color: #185f69 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #51c7d8 !important;
  border-color: #51c7d8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #185f69 !important;
  background-color: #51c7d8 !important;
  border-color: #51c7d8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3151f4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0a29c4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3151f4 !important;
  border-color: #3151f4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #98dee8;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #51c7d8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #185f69 !important;
  background-color: #98dee8 !important;
  border-color: #98dee8 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e43f3f !important;
}
.text-secondary {
  color: #3151f4 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #98dee8 !important;
}
.text-danger {
  color: #e43f3f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a61717 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0a26b5 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #45c3d5 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a61717 !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: #e43f3f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #98dee8;
}
.alert-danger {
  background-color: #e43f3f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e43f3f;
  border-color: #e43f3f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e43f3f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf2f2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Arimo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #e43f3f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Arimo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #e43f3f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e43f3f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e43f3f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e43f3f;
  border-bottom-color: #e43f3f;
}
.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: #e43f3f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3151f4 !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='%23e43f3f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tiUb0xBlPj .navbar-dropdown {
  position: relative !important;
}
.cid-tiUb0xBlPj .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-tiUb0xBlPj .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tiUb0xBlPj .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tiUb0xBlPj .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tiUb0xBlPj .navbar-caption {
  font-weight: 500;
}
.cid-tiUb0xBlPj .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-tiUb0xBlPj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tiUb0xBlPj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tiUb0xBlPj .dropdown-item:hover,
.cid-tiUb0xBlPj .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-tiUb0xBlPj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tiUb0xBlPj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tiUb0xBlPj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tiUb0xBlPj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tiUb0xBlPj .nav-link {
  position: relative;
}
.cid-tiUb0xBlPj .container {
  display: flex;
  margin: auto;
}
.cid-tiUb0xBlPj .iconfont-wrapper {
  color: #ff99ff !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-tiUb0xBlPj .dropdown-menu,
.cid-tiUb0xBlPj .navbar.opened {
  background: #000000 !important;
}
.cid-tiUb0xBlPj .nav-item:focus,
.cid-tiUb0xBlPj .nav-link:focus {
  outline: none;
}
.cid-tiUb0xBlPj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tiUb0xBlPj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tiUb0xBlPj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tiUb0xBlPj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tiUb0xBlPj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiUb0xBlPj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tiUb0xBlPj .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tiUb0xBlPj .navbar.opened {
  transition: all 0.3s;
}
.cid-tiUb0xBlPj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tiUb0xBlPj .navbar .navbar-logo img {
  width: auto;
}
.cid-tiUb0xBlPj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tiUb0xBlPj .navbar.collapsed {
  justify-content: center;
}
.cid-tiUb0xBlPj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tiUb0xBlPj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tiUb0xBlPj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tiUb0xBlPj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tiUb0xBlPj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tiUb0xBlPj .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-tiUb0xBlPj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tiUb0xBlPj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tiUb0xBlPj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tiUb0xBlPj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tiUb0xBlPj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiUb0xBlPj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiUb0xBlPj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiUb0xBlPj .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-tiUb0xBlPj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tiUb0xBlPj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiUb0xBlPj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tiUb0xBlPj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tiUb0xBlPj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tiUb0xBlPj .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tiUb0xBlPj .navbar.navbar-short {
  min-height: 80px;
}
.cid-tiUb0xBlPj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tiUb0xBlPj .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tiUb0xBlPj .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-tiUb0xBlPj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiUb0xBlPj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiUb0xBlPj .dropdown-item.active,
.cid-tiUb0xBlPj .dropdown-item:active {
  background-color: transparent;
}
.cid-tiUb0xBlPj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tiUb0xBlPj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiUb0xBlPj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiUb0xBlPj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tiUb0xBlPj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiUb0xBlPj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiUb0xBlPj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tiUb0xBlPj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tiUb0xBlPj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tiUb0xBlPj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tiUb0xBlPj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiUb0xBlPj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiUb0xBlPj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tiUb0xBlPj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiUb0xBlPj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tiUb0xBlPj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tiUb0xBlPj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiUb0xBlPj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tiUb0xBlPj .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-tiUb0xBlPj .navbar {
    height: 70px;
  }
  .cid-tiUb0xBlPj .navbar.opened {
    height: auto;
  }
  .cid-tiUb0xBlPj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tG7qEKWCDh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tG7qEKWCDh .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tG7qEKWCDh .modal-body .close {
  background: #1b1b1b;
}
.cid-tG7qEKWCDh .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-tG7qEKWCDh .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-tG7qEKWCDh .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-tG7qEKWCDh .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-tG7qEKWCDh .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-tG7qEKWCDh .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-tG7qEKWCDh .container {
  max-width: 100%;
  padding: 0;
}
.cid-tG7qEKWCDh .content-slider-wrap {
  width: 100%;
}
.cid-tG7qEKWCDh .carousel-inner > .active,
.cid-tG7qEKWCDh .carousel-inner > .next,
.cid-tG7qEKWCDh .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-tG7qEKWCDh .carousel-control .icon-next,
.cid-tG7qEKWCDh .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tG7qEKWCDh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tG7qEKWCDh .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-tG7qEKWCDh .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tG7qEKWCDh .boxed-slider > div {
  position: relative;
}
.cid-tG7qEKWCDh .container img {
  width: 100%;
}
.cid-tG7qEKWCDh .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tG7qEKWCDh .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tG7qEKWCDh .mbr-table-cell {
  padding: 0;
}
.cid-tG7qEKWCDh .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tG7qEKWCDh .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tG7qEKWCDh .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tG7qEKWCDh .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tG7qEKWCDh .carousel-item.active.right,
.cid-tG7qEKWCDh .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tG7qEKWCDh .carousel-item.active.left,
.cid-tG7qEKWCDh .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tG7qEKWCDh .carousel-item.active,
.cid-tG7qEKWCDh .carousel-item.next.left,
.cid-tG7qEKWCDh .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tG7qEKWCDh .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-tG7qEKWCDh .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-tG7qEKWCDh .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tG7qEKWCDh .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tG7qEKWCDh .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tG7qEKWCDh .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tG7qEKWCDh .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tG7qEKWCDh .mbr-slider .carousel-indicators li.active,
.cid-tG7qEKWCDh .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tG7qEKWCDh .mbr-slider .carousel-indicators li::after,
.cid-tG7qEKWCDh .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tG7qEKWCDh .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tG7qEKWCDh .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tG7qEKWCDh .mbr-slider > .container img {
  width: 100%;
}
.cid-tG7qEKWCDh .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tG7qEKWCDh .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tG7qEKWCDh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tG7qEKWCDh .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tG7qEKWCDh .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tG7qEKWCDh .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tG7qEKWCDh .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tG7qEKWCDh .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tG7qEKWCDh .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tG7qEKWCDh .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tG7qEKWCDh .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tG7qEKWCDh .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tG7qEKWCDh .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tG7qEKWCDh .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tG7qEKWCDh .carousel-inner {
  height: 100%;
}
.cid-tG7qEKWCDh .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tG7qEKWCDh .image_wrapper {
  height: 750px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tG7qEKWCDh .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tG7qEKWCDh .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tG7qEKWCDh .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tG7qEKWCDh .content-slider-wrap {
    width: 100%!important;
  }
  .cid-tG7qEKWCDh .image_wrapper {
    height: 450px;
  }
}
.cid-tG7qEKWCDh H2 {
  color: #ffff00;
  text-align: left;
}
.cid-tG7qEKWCDh P {
  color: #ffffff;
  text-align: left;
}
.cid-uPJEzfHQlR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPJEzfHQlR .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uPJEzfHQlR .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPJEzfHQlR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPJEzfHQlR .mbr-section-title {
  color: #000000;
}
.cid-uPJEzfHQlR .mbr-text,
.cid-uPJEzfHQlR .mbr-section-btn {
  color: #000000;
}
.cid-udAjNoHMWh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe885;
}
.cid-udAjNoHMWh .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-udAjNoHMWh .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udAjNoHMWh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udAjNoHMWh .mbr-section-title {
  color: #000000;
}
.cid-udAjNoHMWh .mbr-text,
.cid-udAjNoHMWh .mbr-section-btn {
  color: #000000;
}
.cid-tG85haJ5OY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tG85haJ5OY .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tG85haJ5OY .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tG85haJ5OY .image-wrapper {
    padding: 30px;
  }
}
.cid-tG85haJ5OY .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-tG85haJ5OY .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-tG85haJ5OY .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-tG85haJ5OY .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tG85haJ5OY .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tG85haJ5OY .col-text {
    text-align: center;
  }
}
.cid-tG85haJ5OY .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tG85haJ5OY .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-tG85haJ5OY .label-text {
    text-align: center !important;
  }
}
.cid-tG85haJ5OY .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-tG85haJ5OY .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-tG85haJ5OY .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-tG85haJ5OY .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tG85haJ5OY .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tG85haJ5OY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG85haJ5OY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG85haJ5OY .mbr-section-title,
.cid-tG85haJ5OY .mbr-section-btn {
  color: #232323;
}
.cid-tYGVHGc3Xv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe885;
}
.cid-tYGVHGc3Xv .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tYGVHGc3Xv .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYGVHGc3Xv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYGVHGc3Xv .mbr-section-title {
  color: #000000;
}
.cid-tYGVHGc3Xv .mbr-text,
.cid-tYGVHGc3Xv .mbr-section-btn {
  color: #000000;
}
.cid-tG87Sy87FC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tG87Sy87FC .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-tG87Sy87FC .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-tG87Sy87FC p {
  line-height: 1.6;
}
.cid-tG87Sy87FC .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-tG87Sy87FC .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
  text-align: left;
}
.cid-tG87Sy87FC .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-tG87Sy87FC img {
  transition: all 0.3s;
}
.cid-tG87Sy87FC .card-box {
  padding: 1.5rem;
}
.cid-tG87Sy87FC .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tG87Sy87FC .card-box > p,
.cid-tG87Sy87FC .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tG87Sy87FC .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tiUGYPpQXU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tiUGYPpQXU .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tiUGYPpQXU .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tiUGYPpQXU .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tiUGYPpQXU .btn-primary {
  border: 1px solid #e43f3f !important;
}
.cid-tiUGYPpQXU .btn-primary:hover {
  border: 1px solid #e43f3f !important;
}
.cid-tiUGYPpQXU .stripe {
  border-bottom: 1px solid #98dee8;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tiUGYPpQXU .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tiUGYPpQXU .input-group-btn {
  padding-left: 0;
}
.cid-tiUGYPpQXU .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tiUGYPpQXU .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #98dee8;
  width: 85%;
}
.cid-tiUGYPpQXU .mbr-text {
  color: #444;
}
.cid-tiUGYPpQXU h5 {
  margin-bottom: 0;
}
.cid-tiUGYPpQXU .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tiUGYPpQXU .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tiUGYPpQXU .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tiUGYPpQXU .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tiUGYPpQXU .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-tiUGYPpQXU .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tiUGYPpQXU .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tiUGYPpQXU .social-list a:hover {
  opacity: 0.4;
}
.cid-tiUGYPpQXU .media-container-row > div {
  padding: 0px;
}
.cid-tiUGYPpQXU .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tiUGYPpQXU .group-title {
  text-align: left;
  color: #98dee8;
  padding-bottom: 0.2rem;
}
.cid-tiUGYPpQXU .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tiUGYPpQXU .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tiUGYPpQXU .social-list,
  .cid-tiUGYPpQXU .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tiUGYPpQXU h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tiUGYPpQXU .form-group {
    max-width: 180px;
  }
}
.cid-tiUGYPpQXU .links span {
  color: #9e9e9e;
}
.cid-tiUGYPpQXU .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tiUGYPpQXU .logo-title {
  text-align: center;
}
.cid-tiUGYPpQXU .logo-title,
.cid-tiUGYPpQXU .logo {
  color: #98dee8;
}
.cid-tGrKU7rrUd .navbar-dropdown {
  position: relative !important;
}
.cid-tGrKU7rrUd .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-tGrKU7rrUd .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tGrKU7rrUd .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tGrKU7rrUd .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tGrKU7rrUd .navbar-caption {
  font-weight: 500;
}
.cid-tGrKU7rrUd .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-tGrKU7rrUd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGrKU7rrUd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGrKU7rrUd .dropdown-item:hover,
.cid-tGrKU7rrUd .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-tGrKU7rrUd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGrKU7rrUd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGrKU7rrUd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGrKU7rrUd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGrKU7rrUd .nav-link {
  position: relative;
}
.cid-tGrKU7rrUd .container {
  display: flex;
  margin: auto;
}
.cid-tGrKU7rrUd .iconfont-wrapper {
  color: #ff99ff !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-tGrKU7rrUd .dropdown-menu,
.cid-tGrKU7rrUd .navbar.opened {
  background: #000000 !important;
}
.cid-tGrKU7rrUd .nav-item:focus,
.cid-tGrKU7rrUd .nav-link:focus {
  outline: none;
}
.cid-tGrKU7rrUd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGrKU7rrUd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGrKU7rrUd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGrKU7rrUd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGrKU7rrUd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGrKU7rrUd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGrKU7rrUd .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tGrKU7rrUd .navbar.opened {
  transition: all 0.3s;
}
.cid-tGrKU7rrUd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGrKU7rrUd .navbar .navbar-logo img {
  width: auto;
}
.cid-tGrKU7rrUd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGrKU7rrUd .navbar.collapsed {
  justify-content: center;
}
.cid-tGrKU7rrUd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGrKU7rrUd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGrKU7rrUd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tGrKU7rrUd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGrKU7rrUd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGrKU7rrUd .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-tGrKU7rrUd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGrKU7rrUd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGrKU7rrUd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGrKU7rrUd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGrKU7rrUd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGrKU7rrUd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGrKU7rrUd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGrKU7rrUd .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-tGrKU7rrUd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGrKU7rrUd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGrKU7rrUd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGrKU7rrUd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGrKU7rrUd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGrKU7rrUd .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tGrKU7rrUd .navbar.navbar-short {
  min-height: 80px;
}
.cid-tGrKU7rrUd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGrKU7rrUd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tGrKU7rrUd .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-tGrKU7rrUd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGrKU7rrUd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGrKU7rrUd .dropdown-item.active,
.cid-tGrKU7rrUd .dropdown-item:active {
  background-color: transparent;
}
.cid-tGrKU7rrUd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGrKU7rrUd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGrKU7rrUd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGrKU7rrUd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tGrKU7rrUd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGrKU7rrUd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGrKU7rrUd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGrKU7rrUd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGrKU7rrUd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGrKU7rrUd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGrKU7rrUd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGrKU7rrUd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGrKU7rrUd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGrKU7rrUd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGrKU7rrUd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGrKU7rrUd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGrKU7rrUd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGrKU7rrUd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGrKU7rrUd .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-tGrKU7rrUd .navbar {
    height: 70px;
  }
  .cid-tGrKU7rrUd .navbar.opened {
    height: auto;
  }
  .cid-tGrKU7rrUd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGrNyp80Qw {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGrNyp80Qw .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-tGrNyp80Qw .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-tGrNyp80Qw form {
  margin-top: 2.5rem;
}
.cid-tGrNyp80Qw input::-webkit-input-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-tGrNyp80Qw input::-moz-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-tGrNyp80Qw .mbr-form .form-group {
  margin-bottom: 1rem;
}
.cid-tGrNyp80Qw .mbr-form .form-control {
  padding: .75rem 1rem;
  line-height: 1.5;
  border: 1px solid #232323;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-tGrNyp80Qw .mbr-form .form-control:focus {
  border-color: #000000;
}
.cid-tGrNyp80Qw .mbr-form textarea {
  height: 120px;
  background-color: #ffffff;
}
.cid-tGrNyp80Qw .mbr-form .btn {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none;
  min-height: auto !important;
  font-weight: 400;
}
.cid-tGrNyp80Qw .mbr-form .btn-primary-outline {
  padding: 0 !important;
  border-bottom: 1px solid currentColor !important;
}
.cid-tGrNyp80Qw .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-tGrNyp80Qw .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-tGrNyp80Qw .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-tGrNyp80Qw .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-tGrNyp80Qw .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-tGrNyp80Qw .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #e43f3f;
}
.cid-tGrNyp80Qw .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-tGrNyp80Qw .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-tGrNyp80Qw .card_item:nth-child(2) .square_fill {
  background-color: #40b0bf;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-tGrNyp80Qw .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-tGrNyp80Qw .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-tGrNyp80Qw .card_item:nth-child(3) .square_fill {
  background-color: #47b5ed;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-tGrNyp80Qw .card_item .card-box {
  border-left: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-tGrNyp80Qw .card_item:nth-child(2) .card-box {
  border-right: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-tGrNyp80Qw .card-box {
  height: 100%;
}
.cid-tGrNyp80Qw .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-tGrNyp80Qw .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-tGrNyp80Qw .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-tGrNyp80Qw .square_animation .square_null {
  z-index: 1;
  border: 1px solid #e43f3f;
}
.cid-tGrNyp80Qw .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tGrNyp80Qw .card-title {
  margin-bottom: 1.75rem;
}
@media (max-width: 991px) {
  .cid-tGrNyp80Qw .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-tGrNyp80Qw .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-tGrNyp80Qw .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-tGrNyp80Qw .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-tGrNyp80Qw .item-wrapper {
    padding: 0;
  }
  .cid-tGrNyp80Qw .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-tGrNyp80Qw .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tGrNyp80Qw .mbr-text {
    margin-top: .75rem;
  }
  .cid-tGrNyp80Qw .square_animation {
    margin-bottom: 1rem;
  }
  .cid-tGrNyp80Qw .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-tGrNyp80Qw .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-tGrNyp80Qw .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-tGrNyp80Qw .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-tGrNyp80Qw .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-tGrNyp80Qw .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-tGrNyp80Qw .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-tGrNyp80Qw .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-tGrNyp80Qw .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-tGrNyp80Qw .card_item .card-box {
    border-left: none;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-tGrNyp80Qw .card_item:nth-child(2) .card-box {
    border-right: none;
    border-bottom: none;
  }
  .cid-tGrNyp80Qw .card-title {
    margin-bottom: 1.25rem;
  }
}
.cid-tGrNyp80Qw .textGDPR {
  font-size: 14px;
}
.cid-tGrNyp80Qw .card-text {
  color: #000000;
}
.cid-tGrNyp80Qw LABEL {
  color: #000000;
}
.cid-tHCiaLsxWu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tHCiaLsxWu .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tHCiaLsxWu .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tHCiaLsxWu .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tHCiaLsxWu .btn-primary {
  border: 1px solid #e43f3f !important;
}
.cid-tHCiaLsxWu .btn-primary:hover {
  border: 1px solid #e43f3f !important;
}
.cid-tHCiaLsxWu .stripe {
  border-bottom: 1px solid #98dee8;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tHCiaLsxWu .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tHCiaLsxWu .input-group-btn {
  padding-left: 0;
}
.cid-tHCiaLsxWu .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tHCiaLsxWu .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #98dee8;
  width: 85%;
}
.cid-tHCiaLsxWu .mbr-text {
  color: #444;
}
.cid-tHCiaLsxWu h5 {
  margin-bottom: 0;
}
.cid-tHCiaLsxWu .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tHCiaLsxWu .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHCiaLsxWu .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tHCiaLsxWu .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tHCiaLsxWu .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-tHCiaLsxWu .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tHCiaLsxWu .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tHCiaLsxWu .social-list a:hover {
  opacity: 0.4;
}
.cid-tHCiaLsxWu .media-container-row > div {
  padding: 0px;
}
.cid-tHCiaLsxWu .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tHCiaLsxWu .group-title {
  text-align: left;
  color: #98dee8;
  padding-bottom: 0.2rem;
}
.cid-tHCiaLsxWu .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tHCiaLsxWu .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tHCiaLsxWu .social-list,
  .cid-tHCiaLsxWu .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tHCiaLsxWu h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tHCiaLsxWu .form-group {
    max-width: 180px;
  }
}
.cid-tHCiaLsxWu .links span {
  color: #9e9e9e;
}
.cid-tHCiaLsxWu .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tHCiaLsxWu .logo-title {
  text-align: center;
}
.cid-tHCiaLsxWu .logo-title,
.cid-tHCiaLsxWu .logo {
  color: #98dee8;
}
.cid-tGrXlkHmZS .navbar-dropdown {
  position: relative !important;
}
.cid-tGrXlkHmZS .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-tGrXlkHmZS .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tGrXlkHmZS .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tGrXlkHmZS .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tGrXlkHmZS .navbar-caption {
  font-weight: 500;
}
.cid-tGrXlkHmZS .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-tGrXlkHmZS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGrXlkHmZS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGrXlkHmZS .dropdown-item:hover,
.cid-tGrXlkHmZS .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-tGrXlkHmZS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGrXlkHmZS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGrXlkHmZS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGrXlkHmZS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGrXlkHmZS .nav-link {
  position: relative;
}
.cid-tGrXlkHmZS .container {
  display: flex;
  margin: auto;
}
.cid-tGrXlkHmZS .iconfont-wrapper {
  color: #ff99ff !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-tGrXlkHmZS .dropdown-menu,
.cid-tGrXlkHmZS .navbar.opened {
  background: #000000 !important;
}
.cid-tGrXlkHmZS .nav-item:focus,
.cid-tGrXlkHmZS .nav-link:focus {
  outline: none;
}
.cid-tGrXlkHmZS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGrXlkHmZS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGrXlkHmZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGrXlkHmZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGrXlkHmZS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGrXlkHmZS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGrXlkHmZS .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tGrXlkHmZS .navbar.opened {
  transition: all 0.3s;
}
.cid-tGrXlkHmZS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGrXlkHmZS .navbar .navbar-logo img {
  width: auto;
}
.cid-tGrXlkHmZS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGrXlkHmZS .navbar.collapsed {
  justify-content: center;
}
.cid-tGrXlkHmZS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGrXlkHmZS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGrXlkHmZS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tGrXlkHmZS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGrXlkHmZS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGrXlkHmZS .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-tGrXlkHmZS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGrXlkHmZS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGrXlkHmZS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGrXlkHmZS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGrXlkHmZS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGrXlkHmZS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGrXlkHmZS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGrXlkHmZS .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-tGrXlkHmZS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGrXlkHmZS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGrXlkHmZS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGrXlkHmZS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGrXlkHmZS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGrXlkHmZS .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tGrXlkHmZS .navbar.navbar-short {
  min-height: 80px;
}
.cid-tGrXlkHmZS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGrXlkHmZS .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tGrXlkHmZS .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-tGrXlkHmZS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGrXlkHmZS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGrXlkHmZS .dropdown-item.active,
.cid-tGrXlkHmZS .dropdown-item:active {
  background-color: transparent;
}
.cid-tGrXlkHmZS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGrXlkHmZS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGrXlkHmZS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGrXlkHmZS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tGrXlkHmZS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGrXlkHmZS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGrXlkHmZS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGrXlkHmZS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGrXlkHmZS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGrXlkHmZS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGrXlkHmZS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGrXlkHmZS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGrXlkHmZS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGrXlkHmZS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGrXlkHmZS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGrXlkHmZS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGrXlkHmZS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGrXlkHmZS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGrXlkHmZS .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-tGrXlkHmZS .navbar {
    height: 70px;
  }
  .cid-tGrXlkHmZS .navbar.opened {
    height: auto;
  }
  .cid-tGrXlkHmZS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHipumhJzh {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tHipumhJzh .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-tHipumhJzh .card-box {
  padding: 0rem;
  padding-top: 2rem;
  background-color: #efefef;
  padding: 2rem;
}
.cid-tHipumhJzh h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tHipumhJzh h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-tHipumhJzh p {
  text-align: left;
}
.cid-tHipumhJzh img {
  transition: all 0.3s;
}
.cid-tHipumhJzh .mbr-text {
  color: #1c1c1c;
}
.cid-tHipumhJzh .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tHipumhJzh .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-tHipumhJzh .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-tHipumhJzh .card {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .cid-tHipumhJzh .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 991px) {
  .cid-tHipumhJzh .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-tHipumhJzh .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-tHipumhJzh .card-columns {
    column-gap: 4rem;
  }
}
.cid-tHipumhJzh .card-title {
  color: #767676;
}
.cid-tHivyvENy7 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tHivyvENy7 .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-tHivyvENy7 .card-box {
  padding: 0rem;
  padding-top: 2rem;
  background-color: #efefef;
  padding: 2rem;
}
.cid-tHivyvENy7 h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tHivyvENy7 h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-tHivyvENy7 p {
  text-align: left;
}
.cid-tHivyvENy7 img {
  transition: all 0.3s;
}
.cid-tHivyvENy7 .mbr-text {
  color: #1c1c1c;
}
.cid-tHivyvENy7 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tHivyvENy7 .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-tHivyvENy7 .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-tHivyvENy7 .card {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .cid-tHivyvENy7 .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 991px) {
  .cid-tHivyvENy7 .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-tHivyvENy7 .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-tHivyvENy7 .card-columns {
    column-gap: 4rem;
  }
}
.cid-tHivyvENy7 .card-title {
  color: #767676;
}
.cid-tHCilPXEj9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tHCilPXEj9 .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tHCilPXEj9 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tHCilPXEj9 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tHCilPXEj9 .btn-primary {
  border: 1px solid #e43f3f !important;
}
.cid-tHCilPXEj9 .btn-primary:hover {
  border: 1px solid #e43f3f !important;
}
.cid-tHCilPXEj9 .stripe {
  border-bottom: 1px solid #98dee8;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tHCilPXEj9 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tHCilPXEj9 .input-group-btn {
  padding-left: 0;
}
.cid-tHCilPXEj9 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tHCilPXEj9 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #98dee8;
  width: 85%;
}
.cid-tHCilPXEj9 .mbr-text {
  color: #444;
}
.cid-tHCilPXEj9 h5 {
  margin-bottom: 0;
}
.cid-tHCilPXEj9 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tHCilPXEj9 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHCilPXEj9 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tHCilPXEj9 .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tHCilPXEj9 .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-tHCilPXEj9 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tHCilPXEj9 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tHCilPXEj9 .social-list a:hover {
  opacity: 0.4;
}
.cid-tHCilPXEj9 .media-container-row > div {
  padding: 0px;
}
.cid-tHCilPXEj9 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tHCilPXEj9 .group-title {
  text-align: left;
  color: #98dee8;
  padding-bottom: 0.2rem;
}
.cid-tHCilPXEj9 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tHCilPXEj9 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tHCilPXEj9 .social-list,
  .cid-tHCilPXEj9 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tHCilPXEj9 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tHCilPXEj9 .form-group {
    max-width: 180px;
  }
}
.cid-tHCilPXEj9 .links span {
  color: #9e9e9e;
}
.cid-tHCilPXEj9 .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tHCilPXEj9 .logo-title {
  text-align: center;
}
.cid-tHCilPXEj9 .logo-title,
.cid-tHCilPXEj9 .logo {
  color: #98dee8;
}
.cid-tGuaMa9Gmy .navbar-dropdown {
  position: relative !important;
}
.cid-tGuaMa9Gmy .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-tGuaMa9Gmy .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tGuaMa9Gmy .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tGuaMa9Gmy .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tGuaMa9Gmy .navbar-caption {
  font-weight: 500;
}
.cid-tGuaMa9Gmy .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-tGuaMa9Gmy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGuaMa9Gmy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGuaMa9Gmy .dropdown-item:hover,
.cid-tGuaMa9Gmy .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-tGuaMa9Gmy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGuaMa9Gmy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGuaMa9Gmy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGuaMa9Gmy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGuaMa9Gmy .nav-link {
  position: relative;
}
.cid-tGuaMa9Gmy .container {
  display: flex;
  margin: auto;
}
.cid-tGuaMa9Gmy .iconfont-wrapper {
  color: #ff99ff !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-tGuaMa9Gmy .dropdown-menu,
.cid-tGuaMa9Gmy .navbar.opened {
  background: #000000 !important;
}
.cid-tGuaMa9Gmy .nav-item:focus,
.cid-tGuaMa9Gmy .nav-link:focus {
  outline: none;
}
.cid-tGuaMa9Gmy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGuaMa9Gmy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGuaMa9Gmy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGuaMa9Gmy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGuaMa9Gmy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGuaMa9Gmy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGuaMa9Gmy .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tGuaMa9Gmy .navbar.opened {
  transition: all 0.3s;
}
.cid-tGuaMa9Gmy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGuaMa9Gmy .navbar .navbar-logo img {
  width: auto;
}
.cid-tGuaMa9Gmy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGuaMa9Gmy .navbar.collapsed {
  justify-content: center;
}
.cid-tGuaMa9Gmy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGuaMa9Gmy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGuaMa9Gmy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tGuaMa9Gmy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGuaMa9Gmy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGuaMa9Gmy .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-tGuaMa9Gmy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGuaMa9Gmy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGuaMa9Gmy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGuaMa9Gmy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGuaMa9Gmy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGuaMa9Gmy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGuaMa9Gmy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGuaMa9Gmy .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-tGuaMa9Gmy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGuaMa9Gmy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGuaMa9Gmy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGuaMa9Gmy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGuaMa9Gmy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGuaMa9Gmy .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tGuaMa9Gmy .navbar.navbar-short {
  min-height: 80px;
}
.cid-tGuaMa9Gmy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGuaMa9Gmy .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tGuaMa9Gmy .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-tGuaMa9Gmy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGuaMa9Gmy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGuaMa9Gmy .dropdown-item.active,
.cid-tGuaMa9Gmy .dropdown-item:active {
  background-color: transparent;
}
.cid-tGuaMa9Gmy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGuaMa9Gmy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGuaMa9Gmy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGuaMa9Gmy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tGuaMa9Gmy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGuaMa9Gmy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGuaMa9Gmy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGuaMa9Gmy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGuaMa9Gmy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGuaMa9Gmy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGuaMa9Gmy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGuaMa9Gmy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGuaMa9Gmy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGuaMa9Gmy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGuaMa9Gmy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGuaMa9Gmy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGuaMa9Gmy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGuaMa9Gmy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGuaMa9Gmy .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-tGuaMa9Gmy .navbar {
    height: 70px;
  }
  .cid-tGuaMa9Gmy .navbar.opened {
    height: auto;
  }
  .cid-tGuaMa9Gmy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGub2plA4g {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/slide-4-2000x1332.jpg");
}
.cid-tGub2plA4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGub2plA4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGub2plA4g .mbr-section-title {
  color: #ffffff;
}
.cid-tGub2plA4g .mbr-text,
.cid-tGub2plA4g .mbr-section-btn {
  color: #ffffff;
}
.cid-tGMbvS1xut {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tGMbvS1xut .container {
    max-width: 1400px;
  }
}
.cid-tGMbvS1xut .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-tGMbvS1xut .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-tGMbvS1xut .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-tGMbvS1xut .row {
  justify-content: center;
}
.cid-tGMbvS1xut img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-tGMbvS1xut .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-tJdNpFtAaV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffff00;
}
@media (max-width: 767px) {
  .cid-tJdNpFtAaV .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-tJdNpFtAaV .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tJdNpFtAaV .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tJdNpFtAaV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tGM6NqU0nV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tGM6NqU0nV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGM6NqU0nV .row {
  padding: 0 110px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tGM6NqU0nV .row {
    padding: 0 12px;
  }
}
.cid-tGM6NqU0nV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGM6NqU0nV .item {
  padding: 0 16px;
  min-height: 400px;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-tGM6NqU0nV .item .item-menu-overlay {
  display: none !important;
}
.cid-tGM6NqU0nV .item .item-wrapper {
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffb5b5;
  height: 100%;
  border-radius: 15% 0 20% 0;
}
.cid-tGM6NqU0nV .item .item-wrapper .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tGM6NqU0nV .item .item-wrapper .text-wrapper span {
  margin-bottom: 20px;
  font-size: 32px;
}
.cid-tGM6NqU0nV .item .item-wrapper .text-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-tGM6NqU0nV .item .item-wrapper .mbr-section-btn {
  z-index: 1;
}
.cid-tGM6NqU0nV .item .item-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #e43f3f;
  box-shadow: none;
  margin-bottom: 0;
}
.cid-tGM6NqU0nV .item .item-wrapper .mbr-section-btn .btn:hover {
  background: #e43f3f !important;
  box-shadow: none !important;
}
.cid-tGM6NqU0nV .item:nth-child(2n) .item-wrapper {
  background-color: #98dee8;
}
.cid-tGM6NqU0nV .mbr-card-title,
.cid-tGM6NqU0nV .mbr-iconfont {
  color: #ffffff;
}
.cid-tGM6NqU0nV .mbr-card-title,
.cid-tGM6NqU0nV .mbr-iconfont,
.cid-tGM6NqU0nV .mbr-section-btn {
  text-align: center;
}
.cid-tGM6NqU0nV .mbr-card-title,
.cid-tGM6NqU0nV .mbr-section-btn,
.cid-tGM6NqU0nV .mbr-iconfont {
  color: #000000;
}
.cid-tHCihGfk2z {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tHCihGfk2z .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tHCihGfk2z .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tHCihGfk2z .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tHCihGfk2z .btn-primary {
  border: 1px solid #e43f3f !important;
}
.cid-tHCihGfk2z .btn-primary:hover {
  border: 1px solid #e43f3f !important;
}
.cid-tHCihGfk2z .stripe {
  border-bottom: 1px solid #98dee8;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tHCihGfk2z .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tHCihGfk2z .input-group-btn {
  padding-left: 0;
}
.cid-tHCihGfk2z .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tHCihGfk2z .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #98dee8;
  width: 85%;
}
.cid-tHCihGfk2z .mbr-text {
  color: #444;
}
.cid-tHCihGfk2z h5 {
  margin-bottom: 0;
}
.cid-tHCihGfk2z .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tHCihGfk2z .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHCihGfk2z .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tHCihGfk2z .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tHCihGfk2z .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-tHCihGfk2z .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tHCihGfk2z .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tHCihGfk2z .social-list a:hover {
  opacity: 0.4;
}
.cid-tHCihGfk2z .media-container-row > div {
  padding: 0px;
}
.cid-tHCihGfk2z .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tHCihGfk2z .group-title {
  text-align: left;
  color: #98dee8;
  padding-bottom: 0.2rem;
}
.cid-tHCihGfk2z .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tHCihGfk2z .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tHCihGfk2z .social-list,
  .cid-tHCihGfk2z .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tHCihGfk2z h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tHCihGfk2z .form-group {
    max-width: 180px;
  }
}
.cid-tHCihGfk2z .links span {
  color: #9e9e9e;
}
.cid-tHCihGfk2z .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tHCihGfk2z .logo-title {
  text-align: center;
}
.cid-tHCihGfk2z .logo-title,
.cid-tHCihGfk2z .logo {
  color: #98dee8;
}
.cid-tGMRU0WYwp .navbar-dropdown {
  position: relative !important;
}
.cid-tGMRU0WYwp .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-tGMRU0WYwp .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tGMRU0WYwp .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tGMRU0WYwp .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tGMRU0WYwp .navbar-caption {
  font-weight: 500;
}
.cid-tGMRU0WYwp .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-tGMRU0WYwp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGMRU0WYwp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGMRU0WYwp .dropdown-item:hover,
.cid-tGMRU0WYwp .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-tGMRU0WYwp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGMRU0WYwp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGMRU0WYwp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGMRU0WYwp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGMRU0WYwp .nav-link {
  position: relative;
}
.cid-tGMRU0WYwp .container {
  display: flex;
  margin: auto;
}
.cid-tGMRU0WYwp .iconfont-wrapper {
  color: #ff99ff !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-tGMRU0WYwp .dropdown-menu,
.cid-tGMRU0WYwp .navbar.opened {
  background: #000000 !important;
}
.cid-tGMRU0WYwp .nav-item:focus,
.cid-tGMRU0WYwp .nav-link:focus {
  outline: none;
}
.cid-tGMRU0WYwp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGMRU0WYwp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGMRU0WYwp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGMRU0WYwp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGMRU0WYwp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGMRU0WYwp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGMRU0WYwp .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tGMRU0WYwp .navbar.opened {
  transition: all 0.3s;
}
.cid-tGMRU0WYwp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGMRU0WYwp .navbar .navbar-logo img {
  width: auto;
}
.cid-tGMRU0WYwp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGMRU0WYwp .navbar.collapsed {
  justify-content: center;
}
.cid-tGMRU0WYwp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGMRU0WYwp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGMRU0WYwp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tGMRU0WYwp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGMRU0WYwp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGMRU0WYwp .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-tGMRU0WYwp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGMRU0WYwp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGMRU0WYwp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGMRU0WYwp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGMRU0WYwp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGMRU0WYwp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGMRU0WYwp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGMRU0WYwp .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-tGMRU0WYwp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGMRU0WYwp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGMRU0WYwp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGMRU0WYwp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGMRU0WYwp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGMRU0WYwp .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tGMRU0WYwp .navbar.navbar-short {
  min-height: 80px;
}
.cid-tGMRU0WYwp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGMRU0WYwp .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tGMRU0WYwp .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-tGMRU0WYwp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGMRU0WYwp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGMRU0WYwp .dropdown-item.active,
.cid-tGMRU0WYwp .dropdown-item:active {
  background-color: transparent;
}
.cid-tGMRU0WYwp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGMRU0WYwp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGMRU0WYwp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGMRU0WYwp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tGMRU0WYwp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGMRU0WYwp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGMRU0WYwp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGMRU0WYwp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGMRU0WYwp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGMRU0WYwp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGMRU0WYwp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGMRU0WYwp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGMRU0WYwp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGMRU0WYwp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGMRU0WYwp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGMRU0WYwp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGMRU0WYwp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGMRU0WYwp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGMRU0WYwp .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-tGMRU0WYwp .navbar {
    height: 70px;
  }
  .cid-tGMRU0WYwp .navbar.opened {
    height: auto;
  }
  .cid-tGMRU0WYwp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGMWQ4KX25 {
  padding-top: 9rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGMWQ4KX25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGMWQ4KX25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGMWQ4KX25 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tGMWQ4KX25 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tGMWQ4KX25 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tGMWQ4KX25 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tGMWQ4KX25 .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tGMWQ4KX25 .text-wrapper {
  width: 100%;
}
.cid-tGMWQ4KX25 .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tGMWQ4KX25 .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tGMWQ4KX25 .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tGMWQ4KX25 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tGMWQ4KX25 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tGMWQ4KX25 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tGMWQ4KX25 .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tGMWQ4KX25 .mbr-text {
    padding-right: 0;
  }
}
.cid-tGMWQ4KX25 .mbr-section-btn {
  margin-top: 40px;
}
.cid-tGMWQ4KX25 .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tGMWQ4KX25 .col-img {
    order: 1;
  }
}
.cid-tGMWQ4KX25 .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGMWQ4KX25 .img-container {
    padding-right: 20px;
  }
}
.cid-tGMWQ4KX25 .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #ffb5b5, #47b5ed);
}
@media (max-width: 1199px) {
  .cid-tGMWQ4KX25 .image-wrapper {
    padding: 15px;
  }
}
.cid-tGMWQ4KX25 .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tGMWQ4KX25 .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tGMWQ4KX25 .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tGMWQ4KX25 .mbr-text,
.cid-tGMWQ4KX25 .mbr-section-btn {
  color: #000000;
}
.cid-tGMXHRx3BJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #eeeeee;
}
.cid-tGMXHRx3BJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGMXHRx3BJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGMXHRx3BJ .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tGMXHRx3BJ .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tGMXHRx3BJ .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tGMXHRx3BJ .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tGMXHRx3BJ .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tGMXHRx3BJ .text-wrapper {
  width: 100%;
}
.cid-tGMXHRx3BJ .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tGMXHRx3BJ .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tGMXHRx3BJ .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tGMXHRx3BJ .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tGMXHRx3BJ .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tGMXHRx3BJ .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tGMXHRx3BJ .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tGMXHRx3BJ .mbr-text {
    padding-right: 0;
  }
}
.cid-tGMXHRx3BJ .mbr-section-btn {
  margin-top: 40px;
}
.cid-tGMXHRx3BJ .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tGMXHRx3BJ .col-img {
    order: 1;
  }
}
.cid-tGMXHRx3BJ .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGMXHRx3BJ .img-container {
    padding-right: 20px;
  }
}
.cid-tGMXHRx3BJ .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #ffb5b5, #47b5ed);
}
@media (max-width: 1199px) {
  .cid-tGMXHRx3BJ .image-wrapper {
    padding: 15px;
  }
}
.cid-tGMXHRx3BJ .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tGMXHRx3BJ .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tGMXHRx3BJ .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tGMXHRx3BJ .mbr-text,
.cid-tGMXHRx3BJ .mbr-section-btn {
  color: #000000;
}
.cid-tGMYuJoolP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGMYuJoolP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGMYuJoolP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGMYuJoolP .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tGMYuJoolP .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tGMYuJoolP .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tGMYuJoolP .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tGMYuJoolP .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tGMYuJoolP .text-wrapper {
  width: 100%;
}
.cid-tGMYuJoolP .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tGMYuJoolP .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tGMYuJoolP .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tGMYuJoolP .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tGMYuJoolP .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tGMYuJoolP .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tGMYuJoolP .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tGMYuJoolP .mbr-text {
    padding-right: 0;
  }
}
.cid-tGMYuJoolP .mbr-section-btn {
  margin-top: 40px;
}
.cid-tGMYuJoolP .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tGMYuJoolP .col-img {
    order: 1;
  }
}
.cid-tGMYuJoolP .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGMYuJoolP .img-container {
    padding-right: 20px;
  }
}
.cid-tGMYuJoolP .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #ffb5b5, #47b5ed);
}
@media (max-width: 1199px) {
  .cid-tGMYuJoolP .image-wrapper {
    padding: 15px;
  }
}
.cid-tGMYuJoolP .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tGMYuJoolP .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tGMYuJoolP .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tGMYuJoolP .mbr-text,
.cid-tGMYuJoolP .mbr-section-btn {
  color: #000000;
}
.cid-tGMYTrvVPP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #eeeeee;
}
.cid-tGMYTrvVPP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGMYTrvVPP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGMYTrvVPP .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tGMYTrvVPP .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tGMYTrvVPP .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tGMYTrvVPP .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tGMYTrvVPP .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tGMYTrvVPP .text-wrapper {
  width: 100%;
}
.cid-tGMYTrvVPP .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tGMYTrvVPP .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tGMYTrvVPP .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tGMYTrvVPP .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tGMYTrvVPP .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tGMYTrvVPP .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tGMYTrvVPP .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tGMYTrvVPP .mbr-text {
    padding-right: 0;
  }
}
.cid-tGMYTrvVPP .mbr-section-btn {
  margin-top: 40px;
}
.cid-tGMYTrvVPP .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tGMYTrvVPP .col-img {
    order: 1;
  }
}
.cid-tGMYTrvVPP .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGMYTrvVPP .img-container {
    padding-right: 20px;
  }
}
.cid-tGMYTrvVPP .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #ffb5b5, #47b5ed);
}
@media (max-width: 1199px) {
  .cid-tGMYTrvVPP .image-wrapper {
    padding: 15px;
  }
}
.cid-tGMYTrvVPP .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tGMYTrvVPP .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tGMYTrvVPP .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tGMYTrvVPP .mbr-text,
.cid-tGMYTrvVPP .mbr-section-btn {
  color: #000000;
}
.cid-tGMZu31sOn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGMZu31sOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGMZu31sOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGMZu31sOn .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tGMZu31sOn .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tGMZu31sOn .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tGMZu31sOn .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tGMZu31sOn .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tGMZu31sOn .text-wrapper {
  width: 100%;
}
.cid-tGMZu31sOn .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tGMZu31sOn .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tGMZu31sOn .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tGMZu31sOn .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tGMZu31sOn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tGMZu31sOn .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tGMZu31sOn .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tGMZu31sOn .mbr-text {
    padding-right: 0;
  }
}
.cid-tGMZu31sOn .mbr-section-btn {
  margin-top: 40px;
}
.cid-tGMZu31sOn .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tGMZu31sOn .col-img {
    order: 1;
  }
}
.cid-tGMZu31sOn .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGMZu31sOn .img-container {
    padding-right: 20px;
  }
}
.cid-tGMZu31sOn .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #ffb5b5, #47b5ed);
}
@media (max-width: 1199px) {
  .cid-tGMZu31sOn .image-wrapper {
    padding: 15px;
  }
}
.cid-tGMZu31sOn .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tGMZu31sOn .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tGMZu31sOn .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tGMZu31sOn .mbr-text,
.cid-tGMZu31sOn .mbr-section-btn {
  color: #000000;
}
.cid-tGMZVisObl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #eeeeee;
}
.cid-tGMZVisObl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGMZVisObl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGMZVisObl .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tGMZVisObl .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tGMZVisObl .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tGMZVisObl .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tGMZVisObl .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tGMZVisObl .text-wrapper {
  width: 100%;
}
.cid-tGMZVisObl .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tGMZVisObl .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tGMZVisObl .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tGMZVisObl .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tGMZVisObl .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tGMZVisObl .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tGMZVisObl .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tGMZVisObl .mbr-text {
    padding-right: 0;
  }
}
.cid-tGMZVisObl .mbr-section-btn {
  margin-top: 40px;
}
.cid-tGMZVisObl .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tGMZVisObl .col-img {
    order: 1;
  }
}
.cid-tGMZVisObl .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGMZVisObl .img-container {
    padding-right: 20px;
  }
}
.cid-tGMZVisObl .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #ffb5b5, #47b5ed);
}
@media (max-width: 1199px) {
  .cid-tGMZVisObl .image-wrapper {
    padding: 15px;
  }
}
.cid-tGMZVisObl .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tGMZVisObl .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tGMZVisObl .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tGMZVisObl .mbr-text,
.cid-tGMZVisObl .mbr-section-btn {
  color: #000000;
}
.cid-tGN0nVlDlK {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGN0nVlDlK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGN0nVlDlK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGN0nVlDlK .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tGN0nVlDlK .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tGN0nVlDlK .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tGN0nVlDlK .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tGN0nVlDlK .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tGN0nVlDlK .text-wrapper {
  width: 100%;
}
.cid-tGN0nVlDlK .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tGN0nVlDlK .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tGN0nVlDlK .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tGN0nVlDlK .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tGN0nVlDlK .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tGN0nVlDlK .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tGN0nVlDlK .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tGN0nVlDlK .mbr-text {
    padding-right: 0;
  }
}
.cid-tGN0nVlDlK .mbr-section-btn {
  margin-top: 40px;
}
.cid-tGN0nVlDlK .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tGN0nVlDlK .col-img {
    order: 1;
  }
}
.cid-tGN0nVlDlK .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGN0nVlDlK .img-container {
    padding-right: 20px;
  }
}
.cid-tGN0nVlDlK .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #ffb5b5, #47b5ed);
}
@media (max-width: 1199px) {
  .cid-tGN0nVlDlK .image-wrapper {
    padding: 15px;
  }
}
.cid-tGN0nVlDlK .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tGN0nVlDlK .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tGN0nVlDlK .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tGN0nVlDlK .mbr-text,
.cid-tGN0nVlDlK .mbr-section-btn {
  color: #000000;
}
.cid-tHCieaZOVI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tHCieaZOVI .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tHCieaZOVI .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tHCieaZOVI .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tHCieaZOVI .btn-primary {
  border: 1px solid #e43f3f !important;
}
.cid-tHCieaZOVI .btn-primary:hover {
  border: 1px solid #e43f3f !important;
}
.cid-tHCieaZOVI .stripe {
  border-bottom: 1px solid #98dee8;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tHCieaZOVI .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tHCieaZOVI .input-group-btn {
  padding-left: 0;
}
.cid-tHCieaZOVI .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tHCieaZOVI .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #98dee8;
  width: 85%;
}
.cid-tHCieaZOVI .mbr-text {
  color: #444;
}
.cid-tHCieaZOVI h5 {
  margin-bottom: 0;
}
.cid-tHCieaZOVI .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tHCieaZOVI .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHCieaZOVI .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tHCieaZOVI .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tHCieaZOVI .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-tHCieaZOVI .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tHCieaZOVI .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tHCieaZOVI .social-list a:hover {
  opacity: 0.4;
}
.cid-tHCieaZOVI .media-container-row > div {
  padding: 0px;
}
.cid-tHCieaZOVI .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tHCieaZOVI .group-title {
  text-align: left;
  color: #98dee8;
  padding-bottom: 0.2rem;
}
.cid-tHCieaZOVI .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tHCieaZOVI .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tHCieaZOVI .social-list,
  .cid-tHCieaZOVI .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tHCieaZOVI h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tHCieaZOVI .form-group {
    max-width: 180px;
  }
}
.cid-tHCieaZOVI .links span {
  color: #9e9e9e;
}
.cid-tHCieaZOVI .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tHCieaZOVI .logo-title {
  text-align: center;
}
.cid-tHCieaZOVI .logo-title,
.cid-tHCieaZOVI .logo {
  color: #98dee8;
}
.cid-tHioJTmvT5 .navbar-dropdown {
  position: relative !important;
}
.cid-tHioJTmvT5 .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-tHioJTmvT5 .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tHioJTmvT5 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tHioJTmvT5 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHioJTmvT5 .navbar-caption {
  font-weight: 500;
}
.cid-tHioJTmvT5 .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-tHioJTmvT5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHioJTmvT5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHioJTmvT5 .dropdown-item:hover,
.cid-tHioJTmvT5 .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-tHioJTmvT5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHioJTmvT5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHioJTmvT5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHioJTmvT5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHioJTmvT5 .nav-link {
  position: relative;
}
.cid-tHioJTmvT5 .container {
  display: flex;
  margin: auto;
}
.cid-tHioJTmvT5 .iconfont-wrapper {
  color: #ff99ff !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-tHioJTmvT5 .dropdown-menu,
.cid-tHioJTmvT5 .navbar.opened {
  background: #000000 !important;
}
.cid-tHioJTmvT5 .nav-item:focus,
.cid-tHioJTmvT5 .nav-link:focus {
  outline: none;
}
.cid-tHioJTmvT5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHioJTmvT5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHioJTmvT5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHioJTmvT5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHioJTmvT5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHioJTmvT5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHioJTmvT5 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tHioJTmvT5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tHioJTmvT5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHioJTmvT5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tHioJTmvT5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHioJTmvT5 .navbar.collapsed {
  justify-content: center;
}
.cid-tHioJTmvT5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHioJTmvT5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHioJTmvT5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tHioJTmvT5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHioJTmvT5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHioJTmvT5 .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-tHioJTmvT5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHioJTmvT5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHioJTmvT5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHioJTmvT5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHioJTmvT5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHioJTmvT5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHioJTmvT5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHioJTmvT5 .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-tHioJTmvT5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHioJTmvT5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHioJTmvT5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHioJTmvT5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHioJTmvT5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHioJTmvT5 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tHioJTmvT5 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tHioJTmvT5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHioJTmvT5 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tHioJTmvT5 .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-tHioJTmvT5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHioJTmvT5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHioJTmvT5 .dropdown-item.active,
.cid-tHioJTmvT5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tHioJTmvT5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHioJTmvT5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHioJTmvT5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHioJTmvT5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tHioJTmvT5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHioJTmvT5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHioJTmvT5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHioJTmvT5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHioJTmvT5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tHioJTmvT5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHioJTmvT5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHioJTmvT5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHioJTmvT5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHioJTmvT5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHioJTmvT5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHioJTmvT5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHioJTmvT5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHioJTmvT5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHioJTmvT5 .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-tHioJTmvT5 .navbar {
    height: 70px;
  }
  .cid-tHioJTmvT5 .navbar.opened {
    height: auto;
  }
  .cid-tHioJTmvT5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHioJTMKBG {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tHioJTMKBG h2 {
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 2rem;
}
.cid-tHioJTMKBG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tHioJTMKBG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHioJTMKBG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHioJTMKBG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tHioJTMKBG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tHioJTMKBG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tHioJTMKBG .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tHioJTMKBG .mbr-gallery-filter-all > a {
  padding: 30px;
  background-color: transparent !important;
  color: #888888;
}
.cid-tHioJTMKBG .mbr-section-title {
  padding-bottom: 2rem;
  margin: 0;
}
.cid-tHioJTMKBG .mbr-section-title p {
  margin: 0;
}
.cid-tHioJTMKBG .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tHioJTMKBG .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #888888;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-tHioJTMKBG .mbr-gallery-filter .btn:hover {
  background-color: transparent;
}
.cid-tHioJTMKBG .mbr-gallery-filter li.active .btn {
  background-color: transparent;
  color: #000000;
}
.cid-tHioJTMKBG .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tHioJTMKBG .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tHCiqVAOCL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tHCiqVAOCL .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tHCiqVAOCL .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tHCiqVAOCL .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tHCiqVAOCL .btn-primary {
  border: 1px solid #e43f3f !important;
}
.cid-tHCiqVAOCL .btn-primary:hover {
  border: 1px solid #e43f3f !important;
}
.cid-tHCiqVAOCL .stripe {
  border-bottom: 1px solid #98dee8;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tHCiqVAOCL .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tHCiqVAOCL .input-group-btn {
  padding-left: 0;
}
.cid-tHCiqVAOCL .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tHCiqVAOCL .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #98dee8;
  width: 85%;
}
.cid-tHCiqVAOCL .mbr-text {
  color: #444;
}
.cid-tHCiqVAOCL h5 {
  margin-bottom: 0;
}
.cid-tHCiqVAOCL .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tHCiqVAOCL .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHCiqVAOCL .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tHCiqVAOCL .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tHCiqVAOCL .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-tHCiqVAOCL .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tHCiqVAOCL .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tHCiqVAOCL .social-list a:hover {
  opacity: 0.4;
}
.cid-tHCiqVAOCL .media-container-row > div {
  padding: 0px;
}
.cid-tHCiqVAOCL .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tHCiqVAOCL .group-title {
  text-align: left;
  color: #98dee8;
  padding-bottom: 0.2rem;
}
.cid-tHCiqVAOCL .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tHCiqVAOCL .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tHCiqVAOCL .social-list,
  .cid-tHCiqVAOCL .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tHCiqVAOCL h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tHCiqVAOCL .form-group {
    max-width: 180px;
  }
}
.cid-tHCiqVAOCL .links span {
  color: #9e9e9e;
}
.cid-tHCiqVAOCL .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tHCiqVAOCL .logo-title {
  text-align: center;
}
.cid-tHCiqVAOCL .logo-title,
.cid-tHCiqVAOCL .logo {
  color: #98dee8;
}
.cid-tHn9xJWZMq .navbar-dropdown {
  position: relative !important;
}
.cid-tHn9xJWZMq .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-tHn9xJWZMq .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tHn9xJWZMq .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tHn9xJWZMq .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHn9xJWZMq .navbar-caption {
  font-weight: 500;
}
.cid-tHn9xJWZMq .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-tHn9xJWZMq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHn9xJWZMq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHn9xJWZMq .dropdown-item:hover,
.cid-tHn9xJWZMq .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-tHn9xJWZMq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHn9xJWZMq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHn9xJWZMq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHn9xJWZMq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHn9xJWZMq .nav-link {
  position: relative;
}
.cid-tHn9xJWZMq .container {
  display: flex;
  margin: auto;
}
.cid-tHn9xJWZMq .iconfont-wrapper {
  color: #ff99ff !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-tHn9xJWZMq .dropdown-menu,
.cid-tHn9xJWZMq .navbar.opened {
  background: #000000 !important;
}
.cid-tHn9xJWZMq .nav-item:focus,
.cid-tHn9xJWZMq .nav-link:focus {
  outline: none;
}
.cid-tHn9xJWZMq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHn9xJWZMq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHn9xJWZMq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHn9xJWZMq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHn9xJWZMq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHn9xJWZMq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHn9xJWZMq .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tHn9xJWZMq .navbar.opened {
  transition: all 0.3s;
}
.cid-tHn9xJWZMq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHn9xJWZMq .navbar .navbar-logo img {
  width: auto;
}
.cid-tHn9xJWZMq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHn9xJWZMq .navbar.collapsed {
  justify-content: center;
}
.cid-tHn9xJWZMq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHn9xJWZMq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHn9xJWZMq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tHn9xJWZMq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHn9xJWZMq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHn9xJWZMq .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-tHn9xJWZMq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHn9xJWZMq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHn9xJWZMq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHn9xJWZMq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHn9xJWZMq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHn9xJWZMq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHn9xJWZMq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHn9xJWZMq .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-tHn9xJWZMq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHn9xJWZMq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHn9xJWZMq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHn9xJWZMq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHn9xJWZMq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHn9xJWZMq .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tHn9xJWZMq .navbar.navbar-short {
  min-height: 80px;
}
.cid-tHn9xJWZMq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHn9xJWZMq .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tHn9xJWZMq .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-tHn9xJWZMq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHn9xJWZMq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHn9xJWZMq .dropdown-item.active,
.cid-tHn9xJWZMq .dropdown-item:active {
  background-color: transparent;
}
.cid-tHn9xJWZMq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHn9xJWZMq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHn9xJWZMq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHn9xJWZMq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tHn9xJWZMq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHn9xJWZMq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHn9xJWZMq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHn9xJWZMq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHn9xJWZMq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tHn9xJWZMq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHn9xJWZMq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHn9xJWZMq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHn9xJWZMq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHn9xJWZMq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHn9xJWZMq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHn9xJWZMq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHn9xJWZMq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHn9xJWZMq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHn9xJWZMq .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-tHn9xJWZMq .navbar {
    height: 70px;
  }
  .cid-tHn9xJWZMq .navbar.opened {
    height: auto;
  }
  .cid-tHn9xJWZMq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHnid8CYrP {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tHnid8CYrP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tHnid8CYrP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHnid8CYrP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHnid8CYrP .title {
  padding: 0 2rem;
}
.cid-tHnid8CYrP .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-tHnid8CYrP .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-tHnid8CYrP .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tHnid8CYrP .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tHnid8CYrP .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-tHnid8CYrP .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-tHnid8CYrP .container {
  padding: 0 1rem;
}
.cid-tHnid8CYrP .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-tHnid8CYrP .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tHnid8CYrP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tHnid8CYrP .icon-focus {
  display: none;
}
.cid-tHnid8CYrP .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tHnid8CYrP .btn-primary-outline:hover {
  background: transparent !important;
  color: #e43f3f !important;
}
.cid-tHnid8CYrP li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tHnid8CYrP li {
  position: relative;
}
.cid-tHnid8CYrP .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tHnid8CYrP .btn {
  font-family: Jost !important;
}
.cid-tHnid8CYrP .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tHnid8CYrP .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHnid8CYrP li:not(:last-child):after {
    top: 9px;
  }
  .cid-tHnid8CYrP .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-tHnid8CYrP .container {
    padding: 0rem;
  }
  .cid-tHnid8CYrP .title {
    padding: 0 1rem;
  }
}
.cid-tHnid8CYrP H2 {
  color: #89b758;
}
.cid-tHCizXBszp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tHCizXBszp .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tHCizXBszp .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tHCizXBszp .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tHCizXBszp .btn-primary {
  border: 1px solid #e43f3f !important;
}
.cid-tHCizXBszp .btn-primary:hover {
  border: 1px solid #e43f3f !important;
}
.cid-tHCizXBszp .stripe {
  border-bottom: 1px solid #98dee8;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tHCizXBszp .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tHCizXBszp .input-group-btn {
  padding-left: 0;
}
.cid-tHCizXBszp .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tHCizXBszp .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #98dee8;
  width: 85%;
}
.cid-tHCizXBszp .mbr-text {
  color: #444;
}
.cid-tHCizXBszp h5 {
  margin-bottom: 0;
}
.cid-tHCizXBszp .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tHCizXBszp .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHCizXBszp .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tHCizXBszp .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tHCizXBszp .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-tHCizXBszp .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tHCizXBszp .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tHCizXBszp .social-list a:hover {
  opacity: 0.4;
}
.cid-tHCizXBszp .media-container-row > div {
  padding: 0px;
}
.cid-tHCizXBszp .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tHCizXBszp .group-title {
  text-align: left;
  color: #98dee8;
  padding-bottom: 0.2rem;
}
.cid-tHCizXBszp .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tHCizXBszp .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tHCizXBszp .social-list,
  .cid-tHCizXBszp .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tHCizXBszp h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tHCizXBszp .form-group {
    max-width: 180px;
  }
}
.cid-tHCizXBszp .links span {
  color: #9e9e9e;
}
.cid-tHCizXBszp .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tHCizXBszp .logo-title {
  text-align: center;
}
.cid-tHCizXBszp .logo-title,
.cid-tHCizXBszp .logo {
  color: #98dee8;
}
.cid-tHn9YsPMxt .navbar-dropdown {
  position: relative !important;
}
.cid-tHn9YsPMxt .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-tHn9YsPMxt .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tHn9YsPMxt .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tHn9YsPMxt .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHn9YsPMxt .navbar-caption {
  font-weight: 500;
}
.cid-tHn9YsPMxt .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-tHn9YsPMxt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHn9YsPMxt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHn9YsPMxt .dropdown-item:hover,
.cid-tHn9YsPMxt .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-tHn9YsPMxt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHn9YsPMxt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHn9YsPMxt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHn9YsPMxt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHn9YsPMxt .nav-link {
  position: relative;
}
.cid-tHn9YsPMxt .container {
  display: flex;
  margin: auto;
}
.cid-tHn9YsPMxt .iconfont-wrapper {
  color: #ff99ff !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-tHn9YsPMxt .dropdown-menu,
.cid-tHn9YsPMxt .navbar.opened {
  background: #000000 !important;
}
.cid-tHn9YsPMxt .nav-item:focus,
.cid-tHn9YsPMxt .nav-link:focus {
  outline: none;
}
.cid-tHn9YsPMxt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHn9YsPMxt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHn9YsPMxt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHn9YsPMxt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHn9YsPMxt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHn9YsPMxt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHn9YsPMxt .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tHn9YsPMxt .navbar.opened {
  transition: all 0.3s;
}
.cid-tHn9YsPMxt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHn9YsPMxt .navbar .navbar-logo img {
  width: auto;
}
.cid-tHn9YsPMxt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHn9YsPMxt .navbar.collapsed {
  justify-content: center;
}
.cid-tHn9YsPMxt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHn9YsPMxt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHn9YsPMxt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tHn9YsPMxt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHn9YsPMxt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHn9YsPMxt .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-tHn9YsPMxt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHn9YsPMxt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHn9YsPMxt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHn9YsPMxt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHn9YsPMxt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHn9YsPMxt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHn9YsPMxt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHn9YsPMxt .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-tHn9YsPMxt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHn9YsPMxt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHn9YsPMxt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHn9YsPMxt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHn9YsPMxt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHn9YsPMxt .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tHn9YsPMxt .navbar.navbar-short {
  min-height: 80px;
}
.cid-tHn9YsPMxt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHn9YsPMxt .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tHn9YsPMxt .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-tHn9YsPMxt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHn9YsPMxt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHn9YsPMxt .dropdown-item.active,
.cid-tHn9YsPMxt .dropdown-item:active {
  background-color: transparent;
}
.cid-tHn9YsPMxt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHn9YsPMxt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHn9YsPMxt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHn9YsPMxt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tHn9YsPMxt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHn9YsPMxt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHn9YsPMxt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHn9YsPMxt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHn9YsPMxt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tHn9YsPMxt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHn9YsPMxt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHn9YsPMxt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHn9YsPMxt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHn9YsPMxt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHn9YsPMxt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHn9YsPMxt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHn9YsPMxt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHn9YsPMxt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHn9YsPMxt .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-tHn9YsPMxt .navbar {
    height: 70px;
  }
  .cid-tHn9YsPMxt .navbar.opened {
    height: auto;
  }
  .cid-tHn9YsPMxt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHnjcoAA2C {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tHnjcoAA2C .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tHnjcoAA2C .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHnjcoAA2C .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHnjcoAA2C .title {
  padding: 0 2rem;
}
.cid-tHnjcoAA2C .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-tHnjcoAA2C .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-tHnjcoAA2C .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tHnjcoAA2C .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tHnjcoAA2C .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-tHnjcoAA2C .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-tHnjcoAA2C .container {
  padding: 0 1rem;
}
.cid-tHnjcoAA2C .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-tHnjcoAA2C .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tHnjcoAA2C .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tHnjcoAA2C .icon-focus {
  display: none;
}
.cid-tHnjcoAA2C .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tHnjcoAA2C .btn-primary-outline:hover {
  background: transparent !important;
  color: #e43f3f !important;
}
.cid-tHnjcoAA2C li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tHnjcoAA2C li {
  position: relative;
}
.cid-tHnjcoAA2C .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tHnjcoAA2C .btn {
  font-family: Jost !important;
}
.cid-tHnjcoAA2C .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tHnjcoAA2C .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHnjcoAA2C li:not(:last-child):after {
    top: 9px;
  }
  .cid-tHnjcoAA2C .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-tHnjcoAA2C .container {
    padding: 0rem;
  }
  .cid-tHnjcoAA2C .title {
    padding: 0 1rem;
  }
}
.cid-tHnjcoAA2C H2 {
  color: #89b758;
}
.cid-tHCiKhLHDu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tHCiKhLHDu .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tHCiKhLHDu .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tHCiKhLHDu .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tHCiKhLHDu .btn-primary {
  border: 1px solid #e43f3f !important;
}
.cid-tHCiKhLHDu .btn-primary:hover {
  border: 1px solid #e43f3f !important;
}
.cid-tHCiKhLHDu .stripe {
  border-bottom: 1px solid #98dee8;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tHCiKhLHDu .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tHCiKhLHDu .input-group-btn {
  padding-left: 0;
}
.cid-tHCiKhLHDu .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tHCiKhLHDu .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #98dee8;
  width: 85%;
}
.cid-tHCiKhLHDu .mbr-text {
  color: #444;
}
.cid-tHCiKhLHDu h5 {
  margin-bottom: 0;
}
.cid-tHCiKhLHDu .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tHCiKhLHDu .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHCiKhLHDu .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tHCiKhLHDu .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tHCiKhLHDu .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-tHCiKhLHDu .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tHCiKhLHDu .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tHCiKhLHDu .social-list a:hover {
  opacity: 0.4;
}
.cid-tHCiKhLHDu .media-container-row > div {
  padding: 0px;
}
.cid-tHCiKhLHDu .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tHCiKhLHDu .group-title {
  text-align: left;
  color: #98dee8;
  padding-bottom: 0.2rem;
}
.cid-tHCiKhLHDu .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tHCiKhLHDu .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tHCiKhLHDu .social-list,
  .cid-tHCiKhLHDu .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tHCiKhLHDu h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tHCiKhLHDu .form-group {
    max-width: 180px;
  }
}
.cid-tHCiKhLHDu .links span {
  color: #9e9e9e;
}
.cid-tHCiKhLHDu .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tHCiKhLHDu .logo-title {
  text-align: center;
}
.cid-tHCiKhLHDu .logo-title,
.cid-tHCiKhLHDu .logo {
  color: #98dee8;
}
.cid-tHnpfU8gVI .navbar-dropdown {
  position: relative !important;
}
.cid-tHnpfU8gVI .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-tHnpfU8gVI .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tHnpfU8gVI .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tHnpfU8gVI .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHnpfU8gVI .navbar-caption {
  font-weight: 500;
}
.cid-tHnpfU8gVI .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-tHnpfU8gVI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHnpfU8gVI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHnpfU8gVI .dropdown-item:hover,
.cid-tHnpfU8gVI .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-tHnpfU8gVI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHnpfU8gVI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHnpfU8gVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHnpfU8gVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHnpfU8gVI .nav-link {
  position: relative;
}
.cid-tHnpfU8gVI .container {
  display: flex;
  margin: auto;
}
.cid-tHnpfU8gVI .iconfont-wrapper {
  color: #ff99ff !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-tHnpfU8gVI .dropdown-menu,
.cid-tHnpfU8gVI .navbar.opened {
  background: #000000 !important;
}
.cid-tHnpfU8gVI .nav-item:focus,
.cid-tHnpfU8gVI .nav-link:focus {
  outline: none;
}
.cid-tHnpfU8gVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHnpfU8gVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHnpfU8gVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHnpfU8gVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHnpfU8gVI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHnpfU8gVI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHnpfU8gVI .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tHnpfU8gVI .navbar.opened {
  transition: all 0.3s;
}
.cid-tHnpfU8gVI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHnpfU8gVI .navbar .navbar-logo img {
  width: auto;
}
.cid-tHnpfU8gVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHnpfU8gVI .navbar.collapsed {
  justify-content: center;
}
.cid-tHnpfU8gVI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHnpfU8gVI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHnpfU8gVI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tHnpfU8gVI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHnpfU8gVI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHnpfU8gVI .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-tHnpfU8gVI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHnpfU8gVI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHnpfU8gVI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHnpfU8gVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHnpfU8gVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHnpfU8gVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHnpfU8gVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHnpfU8gVI .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-tHnpfU8gVI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHnpfU8gVI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHnpfU8gVI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHnpfU8gVI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHnpfU8gVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHnpfU8gVI .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tHnpfU8gVI .navbar.navbar-short {
  min-height: 80px;
}
.cid-tHnpfU8gVI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHnpfU8gVI .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tHnpfU8gVI .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-tHnpfU8gVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHnpfU8gVI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHnpfU8gVI .dropdown-item.active,
.cid-tHnpfU8gVI .dropdown-item:active {
  background-color: transparent;
}
.cid-tHnpfU8gVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHnpfU8gVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHnpfU8gVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHnpfU8gVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tHnpfU8gVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHnpfU8gVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHnpfU8gVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHnpfU8gVI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHnpfU8gVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tHnpfU8gVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHnpfU8gVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHnpfU8gVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHnpfU8gVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHnpfU8gVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHnpfU8gVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHnpfU8gVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHnpfU8gVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHnpfU8gVI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHnpfU8gVI .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-tHnpfU8gVI .navbar {
    height: 70px;
  }
  .cid-tHnpfU8gVI .navbar.opened {
    height: auto;
  }
  .cid-tHnpfU8gVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHnpVYPPvQ {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tHnpVYPPvQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tHnpVYPPvQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHnpVYPPvQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHnpVYPPvQ .title {
  padding: 0 2rem;
}
.cid-tHnpVYPPvQ .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-tHnpVYPPvQ .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-tHnpVYPPvQ .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tHnpVYPPvQ .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tHnpVYPPvQ .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-tHnpVYPPvQ .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-tHnpVYPPvQ .container {
  padding: 0 1rem;
}
.cid-tHnpVYPPvQ .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-tHnpVYPPvQ .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tHnpVYPPvQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tHnpVYPPvQ .icon-focus {
  display: none;
}
.cid-tHnpVYPPvQ .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tHnpVYPPvQ .btn-primary-outline:hover {
  background: transparent !important;
  color: #e43f3f !important;
}
.cid-tHnpVYPPvQ li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tHnpVYPPvQ li {
  position: relative;
}
.cid-tHnpVYPPvQ .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tHnpVYPPvQ .btn {
  font-family: Jost !important;
}
.cid-tHnpVYPPvQ .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tHnpVYPPvQ .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHnpVYPPvQ li:not(:last-child):after {
    top: 9px;
  }
  .cid-tHnpVYPPvQ .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-tHnpVYPPvQ .container {
    padding: 0rem;
  }
  .cid-tHnpVYPPvQ .title {
    padding: 0 1rem;
  }
}
.cid-tHnpVYPPvQ H2 {
  color: #89b758;
}
.cid-tHCivXEIFu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tHCivXEIFu .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tHCivXEIFu .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tHCivXEIFu .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tHCivXEIFu .btn-primary {
  border: 1px solid #e43f3f !important;
}
.cid-tHCivXEIFu .btn-primary:hover {
  border: 1px solid #e43f3f !important;
}
.cid-tHCivXEIFu .stripe {
  border-bottom: 1px solid #98dee8;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tHCivXEIFu .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tHCivXEIFu .input-group-btn {
  padding-left: 0;
}
.cid-tHCivXEIFu .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tHCivXEIFu .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #98dee8;
  width: 85%;
}
.cid-tHCivXEIFu .mbr-text {
  color: #444;
}
.cid-tHCivXEIFu h5 {
  margin-bottom: 0;
}
.cid-tHCivXEIFu .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tHCivXEIFu .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHCivXEIFu .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tHCivXEIFu .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tHCivXEIFu .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-tHCivXEIFu .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tHCivXEIFu .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tHCivXEIFu .social-list a:hover {
  opacity: 0.4;
}
.cid-tHCivXEIFu .media-container-row > div {
  padding: 0px;
}
.cid-tHCivXEIFu .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tHCivXEIFu .group-title {
  text-align: left;
  color: #98dee8;
  padding-bottom: 0.2rem;
}
.cid-tHCivXEIFu .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tHCivXEIFu .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tHCivXEIFu .social-list,
  .cid-tHCivXEIFu .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tHCivXEIFu h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tHCivXEIFu .form-group {
    max-width: 180px;
  }
}
.cid-tHCivXEIFu .links span {
  color: #9e9e9e;
}
.cid-tHCivXEIFu .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tHCivXEIFu .logo-title {
  text-align: center;
}
.cid-tHCivXEIFu .logo-title,
.cid-tHCivXEIFu .logo {
  color: #98dee8;
}
.cid-uqBd9z5VgM .navbar-dropdown {
  position: relative !important;
}
.cid-uqBd9z5VgM .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-uqBd9z5VgM .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uqBd9z5VgM .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uqBd9z5VgM .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uqBd9z5VgM .navbar-caption {
  font-weight: 500;
}
.cid-uqBd9z5VgM .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-uqBd9z5VgM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqBd9z5VgM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqBd9z5VgM .dropdown-item:hover,
.cid-uqBd9z5VgM .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uqBd9z5VgM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqBd9z5VgM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqBd9z5VgM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqBd9z5VgM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqBd9z5VgM .nav-link {
  position: relative;
}
.cid-uqBd9z5VgM .container {
  display: flex;
  margin: auto;
}
.cid-uqBd9z5VgM .iconfont-wrapper {
  color: #ff99ff !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-uqBd9z5VgM .dropdown-menu,
.cid-uqBd9z5VgM .navbar.opened {
  background: #000000 !important;
}
.cid-uqBd9z5VgM .nav-item:focus,
.cid-uqBd9z5VgM .nav-link:focus {
  outline: none;
}
.cid-uqBd9z5VgM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqBd9z5VgM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqBd9z5VgM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqBd9z5VgM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqBd9z5VgM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqBd9z5VgM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqBd9z5VgM .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-uqBd9z5VgM .navbar.opened {
  transition: all 0.3s;
}
.cid-uqBd9z5VgM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqBd9z5VgM .navbar .navbar-logo img {
  width: auto;
}
.cid-uqBd9z5VgM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqBd9z5VgM .navbar.collapsed {
  justify-content: center;
}
.cid-uqBd9z5VgM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqBd9z5VgM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqBd9z5VgM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uqBd9z5VgM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqBd9z5VgM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqBd9z5VgM .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-uqBd9z5VgM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqBd9z5VgM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqBd9z5VgM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqBd9z5VgM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqBd9z5VgM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqBd9z5VgM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqBd9z5VgM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqBd9z5VgM .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-uqBd9z5VgM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqBd9z5VgM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqBd9z5VgM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqBd9z5VgM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqBd9z5VgM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqBd9z5VgM .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqBd9z5VgM .navbar.navbar-short {
  min-height: 80px;
}
.cid-uqBd9z5VgM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqBd9z5VgM .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uqBd9z5VgM .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-uqBd9z5VgM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqBd9z5VgM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqBd9z5VgM .dropdown-item.active,
.cid-uqBd9z5VgM .dropdown-item:active {
  background-color: transparent;
}
.cid-uqBd9z5VgM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqBd9z5VgM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqBd9z5VgM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqBd9z5VgM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uqBd9z5VgM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqBd9z5VgM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqBd9z5VgM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqBd9z5VgM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqBd9z5VgM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqBd9z5VgM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqBd9z5VgM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqBd9z5VgM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqBd9z5VgM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqBd9z5VgM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqBd9z5VgM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqBd9z5VgM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqBd9z5VgM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqBd9z5VgM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqBd9z5VgM .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-uqBd9z5VgM .navbar {
    height: 70px;
  }
  .cid-uqBd9z5VgM .navbar.opened {
    height: auto;
  }
  .cid-uqBd9z5VgM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqBdDCqQAY {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uqBdDCqQAY .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-uqBdDCqQAY .content_wrapper:hover .mbr-section-title a {
  color: #3151f4 !important;
}
.cid-uqBdDCqQAY .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uqBdDCqQAY .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uqBdDCqQAY .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uqBdDCqQAY .mbr-section-btn .btn-secondary-outline:hover,
.cid-uqBdDCqQAY .mbr-section-btn .btn-secondary-outline .active,
.cid-uqBdDCqQAY .mbr-section-btn .btn-secondary-outline:focus {
  color: #e43f3f !important;
}
.cid-uqBdDCqQAY .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uqBdDCqQAY .image_post {
  display: inline-block;
}
.cid-uqBdDCqQAY .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uqBdDCqQAY .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uqBdDCqQAY .mbr-text,
.cid-uqBdDCqQAY .mbr-section-btn {
  color: #000000;
}
.cid-uqBd9GwMUW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uqBd9GwMUW .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-uqBd9GwMUW .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uqBd9GwMUW .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uqBd9GwMUW .btn-primary {
  border: 1px solid #e43f3f !important;
}
.cid-uqBd9GwMUW .btn-primary:hover {
  border: 1px solid #e43f3f !important;
}
.cid-uqBd9GwMUW .stripe {
  border-bottom: 1px solid #98dee8;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uqBd9GwMUW .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uqBd9GwMUW .input-group-btn {
  padding-left: 0;
}
.cid-uqBd9GwMUW .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uqBd9GwMUW .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #98dee8;
  width: 85%;
}
.cid-uqBd9GwMUW .mbr-text {
  color: #444;
}
.cid-uqBd9GwMUW h5 {
  margin-bottom: 0;
}
.cid-uqBd9GwMUW .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uqBd9GwMUW .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uqBd9GwMUW .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uqBd9GwMUW .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uqBd9GwMUW .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-uqBd9GwMUW .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uqBd9GwMUW .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uqBd9GwMUW .social-list a:hover {
  opacity: 0.4;
}
.cid-uqBd9GwMUW .media-container-row > div {
  padding: 0px;
}
.cid-uqBd9GwMUW .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uqBd9GwMUW .group-title {
  text-align: left;
  color: #98dee8;
  padding-bottom: 0.2rem;
}
.cid-uqBd9GwMUW .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uqBd9GwMUW .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uqBd9GwMUW .social-list,
  .cid-uqBd9GwMUW .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uqBd9GwMUW h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uqBd9GwMUW .form-group {
    max-width: 180px;
  }
}
.cid-uqBd9GwMUW .links span {
  color: #9e9e9e;
}
.cid-uqBd9GwMUW .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uqBd9GwMUW .logo-title {
  text-align: center;
}
.cid-uqBd9GwMUW .logo-title,
.cid-uqBd9GwMUW .logo {
  color: #98dee8;
}
.cid-uCiC8juUJT .navbar-dropdown {
  position: relative !important;
}
.cid-uCiC8juUJT .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-uCiC8juUJT .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uCiC8juUJT .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uCiC8juUJT .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uCiC8juUJT .navbar-caption {
  font-weight: 500;
}
.cid-uCiC8juUJT .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-uCiC8juUJT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCiC8juUJT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCiC8juUJT .dropdown-item:hover,
.cid-uCiC8juUJT .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uCiC8juUJT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCiC8juUJT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCiC8juUJT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCiC8juUJT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCiC8juUJT .nav-link {
  position: relative;
}
.cid-uCiC8juUJT .container {
  display: flex;
  margin: auto;
}
.cid-uCiC8juUJT .iconfont-wrapper {
  color: #ff99ff !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-uCiC8juUJT .dropdown-menu,
.cid-uCiC8juUJT .navbar.opened {
  background: #000000 !important;
}
.cid-uCiC8juUJT .nav-item:focus,
.cid-uCiC8juUJT .nav-link:focus {
  outline: none;
}
.cid-uCiC8juUJT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCiC8juUJT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCiC8juUJT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCiC8juUJT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCiC8juUJT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCiC8juUJT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCiC8juUJT .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-uCiC8juUJT .navbar.opened {
  transition: all 0.3s;
}
.cid-uCiC8juUJT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCiC8juUJT .navbar .navbar-logo img {
  width: auto;
}
.cid-uCiC8juUJT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCiC8juUJT .navbar.collapsed {
  justify-content: center;
}
.cid-uCiC8juUJT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCiC8juUJT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCiC8juUJT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uCiC8juUJT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCiC8juUJT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCiC8juUJT .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-uCiC8juUJT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCiC8juUJT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCiC8juUJT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCiC8juUJT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCiC8juUJT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCiC8juUJT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCiC8juUJT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCiC8juUJT .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-uCiC8juUJT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCiC8juUJT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCiC8juUJT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCiC8juUJT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCiC8juUJT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCiC8juUJT .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCiC8juUJT .navbar.navbar-short {
  min-height: 80px;
}
.cid-uCiC8juUJT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCiC8juUJT .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uCiC8juUJT .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-uCiC8juUJT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCiC8juUJT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCiC8juUJT .dropdown-item.active,
.cid-uCiC8juUJT .dropdown-item:active {
  background-color: transparent;
}
.cid-uCiC8juUJT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCiC8juUJT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCiC8juUJT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCiC8juUJT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCiC8juUJT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCiC8juUJT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCiC8juUJT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCiC8juUJT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCiC8juUJT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uCiC8juUJT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCiC8juUJT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCiC8juUJT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCiC8juUJT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCiC8juUJT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCiC8juUJT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCiC8juUJT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCiC8juUJT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCiC8juUJT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCiC8juUJT .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-uCiC8juUJT .navbar {
    height: 70px;
  }
  .cid-uCiC8juUJT .navbar.opened {
    height: auto;
  }
  .cid-uCiC8juUJT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCiC8k1T18 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uCiC8k1T18 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uCiC8k1T18 .modal-body .close {
  background: #1b1b1b;
}
.cid-uCiC8k1T18 .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uCiC8k1T18 .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uCiC8k1T18 .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uCiC8k1T18 .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uCiC8k1T18 .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uCiC8k1T18 .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uCiC8k1T18 .container {
  max-width: 100%;
  padding: 0;
}
.cid-uCiC8k1T18 .content-slider-wrap {
  width: 100%;
}
.cid-uCiC8k1T18 .carousel-inner > .active,
.cid-uCiC8k1T18 .carousel-inner > .next,
.cid-uCiC8k1T18 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uCiC8k1T18 .carousel-control .icon-next,
.cid-uCiC8k1T18 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uCiC8k1T18 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uCiC8k1T18 .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uCiC8k1T18 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uCiC8k1T18 .boxed-slider > div {
  position: relative;
}
.cid-uCiC8k1T18 .container img {
  width: 100%;
}
.cid-uCiC8k1T18 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uCiC8k1T18 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uCiC8k1T18 .mbr-table-cell {
  padding: 0;
}
.cid-uCiC8k1T18 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uCiC8k1T18 .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uCiC8k1T18 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uCiC8k1T18 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uCiC8k1T18 .carousel-item.active.right,
.cid-uCiC8k1T18 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uCiC8k1T18 .carousel-item.active.left,
.cid-uCiC8k1T18 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uCiC8k1T18 .carousel-item.active,
.cid-uCiC8k1T18 .carousel-item.next.left,
.cid-uCiC8k1T18 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uCiC8k1T18 .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uCiC8k1T18 .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uCiC8k1T18 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCiC8k1T18 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCiC8k1T18 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uCiC8k1T18 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uCiC8k1T18 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uCiC8k1T18 .mbr-slider .carousel-indicators li.active,
.cid-uCiC8k1T18 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uCiC8k1T18 .mbr-slider .carousel-indicators li::after,
.cid-uCiC8k1T18 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uCiC8k1T18 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uCiC8k1T18 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uCiC8k1T18 .mbr-slider > .container img {
  width: 100%;
}
.cid-uCiC8k1T18 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uCiC8k1T18 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uCiC8k1T18 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCiC8k1T18 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uCiC8k1T18 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uCiC8k1T18 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uCiC8k1T18 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uCiC8k1T18 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uCiC8k1T18 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uCiC8k1T18 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uCiC8k1T18 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uCiC8k1T18 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uCiC8k1T18 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uCiC8k1T18 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uCiC8k1T18 .carousel-inner {
  height: 100%;
}
.cid-uCiC8k1T18 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uCiC8k1T18 .image_wrapper {
  height: 650px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uCiC8k1T18 .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCiC8k1T18 .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uCiC8k1T18 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uCiC8k1T18 .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uCiC8k1T18 .image_wrapper {
    height: 390px;
  }
}
.cid-uCiC8k1T18 H2 {
  color: #ffff00;
  text-align: left;
}
.cid-uCiC8k1T18 P {
  color: #ffffff;
  text-align: left;
}
.cid-uCiC8krVFT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffff00;
}
.cid-uCiC8krVFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCiC8krVFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCiC8krVFT .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uCiC8krVFT .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCiC8krVFT .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCiC8krVFT .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCiC8krVFT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCiC8krVFT .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uCiC8krVFT .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uCiC8krVFT .buttons-wrapper {
    text-align: left;
  }
}
.cid-uCiC8krVFT .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uCiC8krVFT .mbr-section-title {
  color: #262642;
}
.cid-uCiC8krVFT .mbr-section-subtitle {
  color: #000000;
}
.cid-uCiC8krVFT .mbr-section-title,
.cid-uCiC8krVFT .buttons-wrapper {
  color: #000000;
}
.cid-uCiC8kRAn7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uCiC8kRAn7 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-uCiC8kRAn7 .content_wrapper:hover .mbr-section-title a {
  color: #3151f4 !important;
}
.cid-uCiC8kRAn7 .mbr-section-title {
  margin-bottom: 12px;
  color: #0000ff;
}
.cid-uCiC8kRAn7 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uCiC8kRAn7 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uCiC8kRAn7 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uCiC8kRAn7 .mbr-section-btn .btn-secondary-outline .active,
.cid-uCiC8kRAn7 .mbr-section-btn .btn-secondary-outline:focus {
  color: #e43f3f !important;
}
.cid-uCiC8kRAn7 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uCiC8kRAn7 .image_post {
  display: inline-block;
}
.cid-uCiC8kRAn7 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uCiC8kRAn7 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uCiC8kRAn7 .mbr-text,
.cid-uCiC8kRAn7 .mbr-section-btn {
  color: #000000;
}
.cid-uCiC8lhllC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe885;
}
.cid-uCiC8lhllC .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uCiC8lhllC .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCiC8lhllC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCiC8lhllC .mbr-section-title {
  color: #000000;
}
.cid-uCiC8lhllC .mbr-text,
.cid-uCiC8lhllC .mbr-section-btn {
  color: #000000;
}
.cid-uCiC8lIJXU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #98dee8;
}
.cid-uCiC8lIJXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCiC8lIJXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCiC8lIJXU .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uCiC8lIJXU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCiC8lIJXU .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCiC8lIJXU .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCiC8lIJXU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCiC8lIJXU .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uCiC8lIJXU .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uCiC8lIJXU .buttons-wrapper {
    text-align: left;
  }
}
.cid-uCiC8lIJXU .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uCiC8lIJXU .mbr-section-title {
  color: #262642;
}
.cid-uCiC8lIJXU .mbr-section-subtitle {
  color: #000000;
}
.cid-uCiC8lIJXU .mbr-section-title,
.cid-uCiC8lIJXU .buttons-wrapper {
  color: #000000;
}
.cid-uCiC8m5Uzz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCiC8m5Uzz .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-uCiC8m5Uzz .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uCiC8m5Uzz .image-wrapper {
    padding: 30px;
  }
}
.cid-uCiC8m5Uzz .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uCiC8m5Uzz .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uCiC8m5Uzz .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-uCiC8m5Uzz .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uCiC8m5Uzz .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uCiC8m5Uzz .col-text {
    text-align: center;
  }
}
.cid-uCiC8m5Uzz .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uCiC8m5Uzz .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uCiC8m5Uzz .label-text {
    text-align: center !important;
  }
}
.cid-uCiC8m5Uzz .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-uCiC8m5Uzz .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uCiC8m5Uzz .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-uCiC8m5Uzz .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uCiC8m5Uzz .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uCiC8m5Uzz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCiC8m5Uzz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCiC8m5Uzz .mbr-section-title,
.cid-uCiC8m5Uzz .mbr-section-btn {
  color: #232323;
}
.cid-uCiC8mwaEG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe885;
}
.cid-uCiC8mwaEG .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uCiC8mwaEG .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCiC8mwaEG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCiC8mwaEG .mbr-section-title {
  color: #000000;
}
.cid-uCiC8mwaEG .mbr-text,
.cid-uCiC8mwaEG .mbr-section-btn {
  color: #000000;
}
.cid-uCiC8mYjXw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uCiC8mYjXw .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-uCiC8mYjXw .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-uCiC8mYjXw p {
  line-height: 1.6;
}
.cid-uCiC8mYjXw .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-uCiC8mYjXw .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
  text-align: left;
}
.cid-uCiC8mYjXw .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-uCiC8mYjXw img {
  transition: all 0.3s;
}
.cid-uCiC8mYjXw .card-box {
  padding: 1.5rem;
}
.cid-uCiC8mYjXw .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-uCiC8mYjXw .card-box > p,
.cid-uCiC8mYjXw .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uCiC8mYjXw .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uCiC8nsUco {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uCiC8nsUco .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-uCiC8nsUco .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uCiC8nsUco .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uCiC8nsUco .btn-primary {
  border: 1px solid #e43f3f !important;
}
.cid-uCiC8nsUco .btn-primary:hover {
  border: 1px solid #e43f3f !important;
}
.cid-uCiC8nsUco .stripe {
  border-bottom: 1px solid #98dee8;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uCiC8nsUco .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uCiC8nsUco .input-group-btn {
  padding-left: 0;
}
.cid-uCiC8nsUco .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uCiC8nsUco .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #98dee8;
  width: 85%;
}
.cid-uCiC8nsUco .mbr-text {
  color: #444;
}
.cid-uCiC8nsUco h5 {
  margin-bottom: 0;
}
.cid-uCiC8nsUco .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uCiC8nsUco .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCiC8nsUco .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uCiC8nsUco .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uCiC8nsUco .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-uCiC8nsUco .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uCiC8nsUco .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uCiC8nsUco .social-list a:hover {
  opacity: 0.4;
}
.cid-uCiC8nsUco .media-container-row > div {
  padding: 0px;
}
.cid-uCiC8nsUco .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uCiC8nsUco .group-title {
  text-align: left;
  color: #98dee8;
  padding-bottom: 0.2rem;
}
.cid-uCiC8nsUco .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uCiC8nsUco .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uCiC8nsUco .social-list,
  .cid-uCiC8nsUco .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uCiC8nsUco h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uCiC8nsUco .form-group {
    max-width: 180px;
  }
}
.cid-uCiC8nsUco .links span {
  color: #9e9e9e;
}
.cid-uCiC8nsUco .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uCiC8nsUco .logo-title {
  text-align: center;
}
.cid-uCiC8nsUco .logo-title,
.cid-uCiC8nsUco .logo {
  color: #98dee8;
}
