body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.625rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.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: 2.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.59rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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: #0000ff !important;
}
.bg-success {
  background-color: #2299aa !important;
}
.bg-info {
  background-color: #0000ff !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0000ff !important;
  border-color: #0000ff !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: #0000a8 !important;
  border-color: #0000a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0000a8 !important;
  border-color: #0000a8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #0000ff !important;
  border-color: #0000ff !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: #0000a8 !important;
  border-color: #0000a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0000a8 !important;
  border-color: #0000a8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2299aa !important;
  border-color: #2299aa !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: #145862 !important;
  border-color: #145862 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !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: #a80000 !important;
  border-color: #a80000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !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: #0000ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0000a8 !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: #0000ff !important;
  border-color: #0000ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0000ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0000a8 !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: #0000ff !important;
  border-color: #0000ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2299aa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #145862 !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: #2299aa !important;
  border-color: #2299aa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff0000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a80000 !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: #ff0000 !important;
  border-color: #ff0000 !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: #0000ff !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #2299aa !important;
}
.text-info {
  color: #0000ff !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff0000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000099 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #114c55 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000099 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #990000 !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: #0000ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0000ff;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff0000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0000ff;
  border-color: #0000ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0000ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ccccff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6ad2e1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ccccff;
}
.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: #ffcccc;
}
/* 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: #0000ff !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: #0000ff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0000ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0000ff;
}
.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: #0000ff;
  border-bottom-color: #0000ff;
}
.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: #0000ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%230000ff' %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-tsltNcyY5G .navbar-dropdown {
  position: relative !important;
}
.cid-tsltNcyY5G .navbar-dropdown {
  position: absolute !important;
}
.cid-tsltNcyY5G .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tsltNcyY5G .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tsltNcyY5G .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tsltNcyY5G .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tsltNcyY5G .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tsltNcyY5G .container {
    padding: 0 1rem;
  }
}
.cid-tsltNcyY5G .menu-tite {
  background: #0000ff;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-tsltNcyY5G .nav-link {
  position: relative;
}
.cid-tsltNcyY5G .nav-link:hover {
  color: #0000ff !important;
}
.cid-tsltNcyY5G .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tsltNcyY5G .navbar.opened {
  transition: all 0.3s;
}
.cid-tsltNcyY5G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsltNcyY5G .navbar .navbar-logo img {
  width: auto;
}
.cid-tsltNcyY5G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsltNcyY5G .navbar.collapsed {
  justify-content: center;
}
.cid-tsltNcyY5G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsltNcyY5G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsltNcyY5G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tsltNcyY5G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsltNcyY5G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsltNcyY5G .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-tsltNcyY5G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsltNcyY5G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsltNcyY5G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsltNcyY5G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsltNcyY5G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsltNcyY5G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsltNcyY5G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsltNcyY5G .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-tsltNcyY5G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsltNcyY5G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsltNcyY5G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsltNcyY5G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsltNcyY5G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsltNcyY5G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsltNcyY5G .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsltNcyY5G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsltNcyY5G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsltNcyY5G .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-tsltNcyY5G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsltNcyY5G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsltNcyY5G .dropdown-item:hover,
.cid-tsltNcyY5G .dropdown-item:focus {
  background: #0000ff !important;
  color: white !important;
}
.cid-tsltNcyY5G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsltNcyY5G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsltNcyY5G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tsltNcyY5G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsltNcyY5G .dropdown-menu,
.cid-tsltNcyY5G .navbar.opened {
  background: #ffffff !important;
}
.cid-tsltNcyY5G .nav-item:focus,
.cid-tsltNcyY5G .nav-link:focus {
  outline: none;
}
.cid-tsltNcyY5G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsltNcyY5G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsltNcyY5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsltNcyY5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsltNcyY5G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsltNcyY5G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsltNcyY5G .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsltNcyY5G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsltNcyY5G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsltNcyY5G .dropdown-item.active,
.cid-tsltNcyY5G .dropdown-item:active {
  background-color: transparent;
}
.cid-tsltNcyY5G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsltNcyY5G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsltNcyY5G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsltNcyY5G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tsltNcyY5G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsltNcyY5G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsltNcyY5G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsltNcyY5G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsltNcyY5G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsltNcyY5G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tsltNcyY5G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsltNcyY5G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsltNcyY5G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsltNcyY5G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsltNcyY5G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsltNcyY5G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsltNcyY5G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsltNcyY5G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsltNcyY5G .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tsltNcyY5G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsltNcyY5G .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-tsltNcyY5G .navbar {
    height: 70px;
  }
  .cid-tsltNcyY5G .navbar.opened {
    height: auto;
  }
  .cid-tsltNcyY5G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tslJcnsHOd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tslJcnsHOd .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tslJcnsHOd .modal-body .close {
  background: #1b1b1b;
}
.cid-tslJcnsHOd .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-tslJcnsHOd .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-tslJcnsHOd .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-tslJcnsHOd .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-tslJcnsHOd .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-tslJcnsHOd .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-tslJcnsHOd .container {
  max-width: 100%;
  padding: 0;
}
.cid-tslJcnsHOd .content-slider-wrap {
  width: 100%;
}
.cid-tslJcnsHOd .carousel-inner > .active,
.cid-tslJcnsHOd .carousel-inner > .next,
.cid-tslJcnsHOd .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-tslJcnsHOd .carousel-control .icon-next,
.cid-tslJcnsHOd .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tslJcnsHOd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tslJcnsHOd .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-tslJcnsHOd .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tslJcnsHOd .boxed-slider > div {
  position: relative;
}
.cid-tslJcnsHOd .container img {
  width: 100%;
}
.cid-tslJcnsHOd .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-tslJcnsHOd .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tslJcnsHOd .mbr-table-cell {
  padding: 0;
}
.cid-tslJcnsHOd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tslJcnsHOd .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tslJcnsHOd .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tslJcnsHOd .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tslJcnsHOd .carousel-item.active.right,
.cid-tslJcnsHOd .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tslJcnsHOd .carousel-item.active.left,
.cid-tslJcnsHOd .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tslJcnsHOd .carousel-item.active,
.cid-tslJcnsHOd .carousel-item.next.left,
.cid-tslJcnsHOd .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tslJcnsHOd .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-tslJcnsHOd .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-tslJcnsHOd .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tslJcnsHOd .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tslJcnsHOd .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tslJcnsHOd .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tslJcnsHOd .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-tslJcnsHOd .mbr-slider .carousel-indicators li.active,
.cid-tslJcnsHOd .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tslJcnsHOd .mbr-slider .carousel-indicators li::after,
.cid-tslJcnsHOd .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tslJcnsHOd .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tslJcnsHOd .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tslJcnsHOd .mbr-slider > .container img {
  width: 100%;
}
.cid-tslJcnsHOd .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-tslJcnsHOd .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tslJcnsHOd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tslJcnsHOd .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tslJcnsHOd .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tslJcnsHOd .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tslJcnsHOd .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tslJcnsHOd .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tslJcnsHOd .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tslJcnsHOd .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tslJcnsHOd .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tslJcnsHOd .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tslJcnsHOd .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tslJcnsHOd .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tslJcnsHOd .carousel-inner {
  height: 100%;
}
.cid-tslJcnsHOd .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tslJcnsHOd .image_wrapper {
  height: 730px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tslJcnsHOd .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tslJcnsHOd .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tslJcnsHOd .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tslJcnsHOd .content-slider-wrap {
    width: 100%!important;
  }
  .cid-tslJcnsHOd .image_wrapper {
    height: 438px;
  }
}
.cid-tslJcnsHOd H2 {
  color: #ffffff;
  text-align: left;
}
.cid-tslJcnsHOd P {
  color: #ffffff;
  text-align: left;
}
.cid-tsnOctF8r0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsnOctF8r0 h4 {
  margin-bottom: 0;
}
.cid-tsnOctF8r0 p {
  color: #767676;
}
.cid-tsnOctF8r0 .cardcenter {
  background-color: #0000ff;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-tsnOctF8r0 .cardcenter:hover {
  background-color: #ff0000;
}
.cid-tsnOctF8r0 .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-tsnOctF8r0 .cards {
  height: fit-content;
  margin-top: -1.5rem;
}
.cid-tsnOctF8r0 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-tsnOctF8r0 .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tsnOctF8r0 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-tsnOctF8r0 .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #0000ff !important;
  box-shadow: none!important;
}
.cid-tsnOctF8r0 .btn[class*="-outline"]:active,
.cid-tsnOctF8r0 .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tsnOctF8r0 .card-box {
  padding-top: 2rem;
}
.cid-tsnOctF8r0 .card-wrapper {
  height: 100%;
}
.cid-tsnOctF8r0 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tsnOctF8r0 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-tsnOctF8r0 .card-title {
  color: #000000;
}
.cid-tsnOctF8r0 .main-title {
  color: #232323;
}
.cid-tsnOctF8r0 .text {
  color: #ffffff;
}
.cid-tsnOctF8r0 .card-subtitle {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-tsnOctF8r0 .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tsnOctF8r0 .link {
    margin: auto;
  }
}
.cid-tsnOctF8r0 .mbr-text,
.cid-tsnOctF8r0 .mbr-link-btn {
  color: #000000;
}
.cid-tsnwGe7no8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsnwGe7no8 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-tsnwGe7no8 .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-tsnwGe7no8 p {
  line-height: 1.6;
}
.cid-tsnwGe7no8 .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-tsnwGe7no8 .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
  text-align: left;
}
.cid-tsnwGe7no8 .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-tsnwGe7no8 img {
  transition: all 0.3s;
}
.cid-tsnwGe7no8 .card-box {
  padding: 1.5rem;
}
.cid-tsnwGe7no8 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tsnwGe7no8 .card-box > p,
.cid-tsnwGe7no8 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tsnwGe7no8 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tslzNWFuyq {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tslzNWFuyq .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tslzNWFuyq .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tslzNWFuyq .col + .mbr-section-btn .btn,
.cid-tslzNWFuyq .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-tslzNWFuyq .col + .mbr-section-btn .btn,
  .cid-tslzNWFuyq .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-tslzNWFuyq .dragArea > *:nth-last-child(2).col,
  .cid-tslzNWFuyq .dragArea > *:nth-last-child(2).col-auto,
  .cid-tslzNWFuyq .col + .mbr-section-btn,
  .cid-tslzNWFuyq .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-tslzNWFuyq .dragArea {
    flex-direction: column;
  }
}
.cid-tslzNWFuyq .btn-primary {
  border: 1px solid #0000ff !important;
}
.cid-tslzNWFuyq .btn-primary:hover {
  border: 1px solid #0000ff !important;
}
.cid-tslzNWFuyq .stripe {
  border-bottom: 1px solid #ff6666;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tslzNWFuyq .form-group {
  max-width: 220px;
}
.cid-tslzNWFuyq .mbr-section-btn {
  padding-left: 0;
}
.cid-tslzNWFuyq .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tslzNWFuyq .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ff6666;
  width: 85%;
}
.cid-tslzNWFuyq .mbr-text {
  color: #444;
}
.cid-tslzNWFuyq h5 {
  margin-bottom: 0;
}
.cid-tslzNWFuyq .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tslzNWFuyq .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tslzNWFuyq .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tslzNWFuyq .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-tslzNWFuyq .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-tslzNWFuyq .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tslzNWFuyq .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tslzNWFuyq .social-list a:hover {
  opacity: 0.4;
}
.cid-tslzNWFuyq .media-container-row > div {
  padding: 0px;
}
.cid-tslzNWFuyq .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tslzNWFuyq .group-title {
  text-align: left;
  color: #ff6666;
  padding-bottom: 0.2rem;
}
.cid-tslzNWFuyq .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tslzNWFuyq .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tslzNWFuyq .social-list,
  .cid-tslzNWFuyq .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tslzNWFuyq h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tslzNWFuyq .form-group {
    max-width: 180px;
  }
}
.cid-tslzNWFuyq .links span {
  color: #9e9e9e;
}
.cid-tslzNWFuyq .logo-sub-title {
  text-align: center;
  color: #d58f76;
}
.cid-tslzNWFuyq .logo-title {
  text-align: center;
}
.cid-tslzNWFuyq .logo-title,
.cid-tslzNWFuyq .logo {
  color: #ffffff;
}
.cid-tsCNVdGH2Z.popup-builder {
  background-color: #ffffff;
}
.cid-tsCNVdGH2Z.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsCNVdGH2Z.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsCNVdGH2Z .modal-content,
.cid-tsCNVdGH2Z .modal-dialog {
  height: auto;
}
.cid-tsCNVdGH2Z .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsCNVdGH2Z .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsCNVdGH2Z .form-wrapper .mbr-form .form-group,
  .cid-tsCNVdGH2Z .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsCNVdGH2Z .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsCNVdGH2Z .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsCNVdGH2Z .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tsCNVdGH2Z .pt-0 {
  padding-top: 0 !important;
}
.cid-tsCNVdGH2Z .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsCNVdGH2Z .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsCNVdGH2Z .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsCNVdGH2Z .modal-open {
  overflow: hidden;
}
.cid-tsCNVdGH2Z .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsCNVdGH2Z .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsCNVdGH2Z .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsCNVdGH2Z .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tsCNVdGH2Z .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsCNVdGH2Z .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsCNVdGH2Z .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsCNVdGH2Z .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tsCNVdGH2Z .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsCNVdGH2Z .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsCNVdGH2Z .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsCNVdGH2Z .modal-backdrop.show {
  opacity: .5;
}
.cid-tsCNVdGH2Z .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tsCNVdGH2Z .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsCNVdGH2Z .modal-header {
    padding: 1rem;
  }
}
.cid-tsCNVdGH2Z .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsCNVdGH2Z .modal-header .close svg {
  fill: #000000;
}
.cid-tsCNVdGH2Z .modal-header .close:hover {
  opacity: 1;
}
.cid-tsCNVdGH2Z .modal-header .close:focus {
  outline: none;
}
.cid-tsCNVdGH2Z .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tsCNVdGH2Z .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsCNVdGH2Z .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsCNVdGH2Z .modal-body {
    padding: 1rem;
  }
}
.cid-tsCNVdGH2Z .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tsCNVdGH2Z .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsCNVdGH2Z .modal-footer {
    padding: 1rem;
  }
}
.cid-tsCNVdGH2Z .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsCNVdGH2Z .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsCNVdGH2Z .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsCNVdGH2Z .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsCNVdGH2Z .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsCNVdGH2Z .modal-lg,
  .cid-tsCNVdGH2Z .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsCNVdGH2Z .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsCNVdGH2Z .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsCNVdGH2Z .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tsCNVdGH2Z .form-group {
  margin-bottom: 1rem;
}
.cid-tsCNVdGH2Z .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsCNVdGH2Z .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsCNVdGH2Z .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tsCNVdGH2Z .mbr-section-btn {
  margin: 0;
}
.cid-tsCNVdGH2Z .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsGHSlebuS.popup-builder {
  background-color: #ffffff;
}
.cid-tsGHSlebuS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsGHSlebuS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsGHSlebuS .modal-content,
.cid-tsGHSlebuS .modal-dialog {
  height: auto;
}
.cid-tsGHSlebuS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsGHSlebuS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsGHSlebuS .form-wrapper .mbr-form .form-group,
  .cid-tsGHSlebuS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsGHSlebuS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsGHSlebuS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsGHSlebuS .mbr-text {
  text-align: center;
}
.cid-tsGHSlebuS .pt-0 {
  padding-top: 0 !important;
}
.cid-tsGHSlebuS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsGHSlebuS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsGHSlebuS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsGHSlebuS .modal-open {
  overflow: hidden;
}
.cid-tsGHSlebuS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsGHSlebuS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsGHSlebuS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsGHSlebuS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tsGHSlebuS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsGHSlebuS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsGHSlebuS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsGHSlebuS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tsGHSlebuS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsGHSlebuS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsGHSlebuS .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsGHSlebuS .modal-backdrop.show {
  opacity: .5;
}
.cid-tsGHSlebuS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tsGHSlebuS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsGHSlebuS .modal-header {
    padding: 1rem;
  }
}
.cid-tsGHSlebuS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsGHSlebuS .modal-header .close svg {
  fill: #353535;
}
.cid-tsGHSlebuS .modal-header .close:hover {
  opacity: 1;
}
.cid-tsGHSlebuS .modal-header .close:focus {
  outline: none;
}
.cid-tsGHSlebuS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tsGHSlebuS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsGHSlebuS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsGHSlebuS .modal-body {
    padding: 1rem;
  }
}
.cid-tsGHSlebuS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tsGHSlebuS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsGHSlebuS .modal-footer {
    padding: 1rem;
  }
}
.cid-tsGHSlebuS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsGHSlebuS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsGHSlebuS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsGHSlebuS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsGHSlebuS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsGHSlebuS .modal-lg,
  .cid-tsGHSlebuS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsGHSlebuS .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsGHSlebuS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsGHSlebuS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tsGHSlebuS .form-group {
  margin-bottom: 1rem;
}
.cid-tsGHSlebuS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsGHSlebuS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsGHSlebuS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tsGHSlebuS .mbr-section-btn {
  margin: 0;
}
.cid-tsGHSlebuS .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsRadfOzjg.popup-builder {
  background-color: #ffffff;
}
.cid-tsRadfOzjg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsRadfOzjg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsRadfOzjg .modal-content,
.cid-tsRadfOzjg .modal-dialog {
  height: auto;
}
.cid-tsRadfOzjg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsRadfOzjg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsRadfOzjg .form-wrapper .mbr-form .form-group,
  .cid-tsRadfOzjg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsRadfOzjg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsRadfOzjg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsRadfOzjg .mbr-text {
  text-align: center;
}
.cid-tsRadfOzjg .pt-0 {
  padding-top: 0 !important;
}
.cid-tsRadfOzjg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsRadfOzjg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsRadfOzjg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsRadfOzjg .modal-open {
  overflow: hidden;
}
.cid-tsRadfOzjg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsRadfOzjg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsRadfOzjg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsRadfOzjg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tsRadfOzjg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsRadfOzjg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsRadfOzjg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsRadfOzjg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tsRadfOzjg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsRadfOzjg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsRadfOzjg .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsRadfOzjg .modal-backdrop.show {
  opacity: .5;
}
.cid-tsRadfOzjg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tsRadfOzjg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsRadfOzjg .modal-header {
    padding: 1rem;
  }
}
.cid-tsRadfOzjg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsRadfOzjg .modal-header .close svg {
  fill: #000000;
}
.cid-tsRadfOzjg .modal-header .close:hover {
  opacity: 1;
}
.cid-tsRadfOzjg .modal-header .close:focus {
  outline: none;
}
.cid-tsRadfOzjg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tsRadfOzjg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsRadfOzjg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsRadfOzjg .modal-body {
    padding: 1rem;
  }
}
.cid-tsRadfOzjg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tsRadfOzjg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsRadfOzjg .modal-footer {
    padding: 1rem;
  }
}
.cid-tsRadfOzjg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsRadfOzjg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsRadfOzjg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsRadfOzjg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsRadfOzjg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsRadfOzjg .modal-lg,
  .cid-tsRadfOzjg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsRadfOzjg .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsRadfOzjg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsRadfOzjg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tsRadfOzjg .form-group {
  margin-bottom: 1rem;
}
.cid-tsRadfOzjg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsRadfOzjg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsRadfOzjg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tsRadfOzjg .mbr-section-btn {
  margin: 0;
}
.cid-tsRadfOzjg .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsOmacTzg2.popup-builder {
  background-color: #ffffff;
}
.cid-tsOmacTzg2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsOmacTzg2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsOmacTzg2 .modal-content,
.cid-tsOmacTzg2 .modal-dialog {
  height: auto;
}
.cid-tsOmacTzg2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsOmacTzg2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsOmacTzg2 .form-wrapper .mbr-form .form-group,
  .cid-tsOmacTzg2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsOmacTzg2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsOmacTzg2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsOmacTzg2 .mbr-text {
  text-align: left;
  color: #0000ff;
}
.cid-tsOmacTzg2 .pt-0 {
  padding-top: 0 !important;
}
.cid-tsOmacTzg2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsOmacTzg2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsOmacTzg2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsOmacTzg2 .modal-open {
  overflow: hidden;
}
.cid-tsOmacTzg2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsOmacTzg2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsOmacTzg2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsOmacTzg2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tsOmacTzg2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsOmacTzg2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsOmacTzg2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsOmacTzg2 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tsOmacTzg2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsOmacTzg2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsOmacTzg2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsOmacTzg2 .modal-backdrop.show {
  opacity: .5;
}
.cid-tsOmacTzg2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tsOmacTzg2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsOmacTzg2 .modal-header {
    padding: 1rem;
  }
}
.cid-tsOmacTzg2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsOmacTzg2 .modal-header .close svg {
  fill: #000000;
}
.cid-tsOmacTzg2 .modal-header .close:hover {
  opacity: 1;
}
.cid-tsOmacTzg2 .modal-header .close:focus {
  outline: none;
}
.cid-tsOmacTzg2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0000ff;
}
.cid-tsOmacTzg2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsOmacTzg2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsOmacTzg2 .modal-body {
    padding: 1rem;
  }
}
.cid-tsOmacTzg2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tsOmacTzg2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsOmacTzg2 .modal-footer {
    padding: 1rem;
  }
}
.cid-tsOmacTzg2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsOmacTzg2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsOmacTzg2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsOmacTzg2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsOmacTzg2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsOmacTzg2 .modal-lg,
  .cid-tsOmacTzg2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsOmacTzg2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsOmacTzg2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsOmacTzg2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tsOmacTzg2 .form-group {
  margin-bottom: 1rem;
}
.cid-tsOmacTzg2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsOmacTzg2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsOmacTzg2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tsOmacTzg2 .mbr-section-btn {
  margin: 0;
}
.cid-tsOmacTzg2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsGuvfhZMH .navbar-dropdown {
  position: relative !important;
}
.cid-tsGuvfhZMH .navbar-dropdown {
  position: absolute !important;
}
.cid-tsGuvfhZMH .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tsGuvfhZMH .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tsGuvfhZMH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tsGuvfhZMH .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tsGuvfhZMH .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tsGuvfhZMH .container {
    padding: 0 1rem;
  }
}
.cid-tsGuvfhZMH .menu-tite {
  background: #0000ff;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-tsGuvfhZMH .nav-link {
  position: relative;
}
.cid-tsGuvfhZMH .nav-link:hover {
  color: #0000ff !important;
}
.cid-tsGuvfhZMH .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tsGuvfhZMH .navbar.opened {
  transition: all 0.3s;
}
.cid-tsGuvfhZMH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsGuvfhZMH .navbar .navbar-logo img {
  width: auto;
}
.cid-tsGuvfhZMH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsGuvfhZMH .navbar.collapsed {
  justify-content: center;
}
.cid-tsGuvfhZMH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsGuvfhZMH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsGuvfhZMH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tsGuvfhZMH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsGuvfhZMH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsGuvfhZMH .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-tsGuvfhZMH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsGuvfhZMH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsGuvfhZMH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsGuvfhZMH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsGuvfhZMH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsGuvfhZMH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsGuvfhZMH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsGuvfhZMH .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-tsGuvfhZMH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsGuvfhZMH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsGuvfhZMH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsGuvfhZMH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsGuvfhZMH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsGuvfhZMH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsGuvfhZMH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsGuvfhZMH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsGuvfhZMH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsGuvfhZMH .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-tsGuvfhZMH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsGuvfhZMH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsGuvfhZMH .dropdown-item:hover,
.cid-tsGuvfhZMH .dropdown-item:focus {
  background: #0000ff !important;
  color: white !important;
}
.cid-tsGuvfhZMH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsGuvfhZMH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsGuvfhZMH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tsGuvfhZMH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsGuvfhZMH .dropdown-menu,
.cid-tsGuvfhZMH .navbar.opened {
  background: #ffffff !important;
}
.cid-tsGuvfhZMH .nav-item:focus,
.cid-tsGuvfhZMH .nav-link:focus {
  outline: none;
}
.cid-tsGuvfhZMH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsGuvfhZMH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsGuvfhZMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsGuvfhZMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsGuvfhZMH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsGuvfhZMH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsGuvfhZMH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsGuvfhZMH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsGuvfhZMH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsGuvfhZMH .dropdown-item.active,
.cid-tsGuvfhZMH .dropdown-item:active {
  background-color: transparent;
}
.cid-tsGuvfhZMH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsGuvfhZMH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsGuvfhZMH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsGuvfhZMH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tsGuvfhZMH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsGuvfhZMH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsGuvfhZMH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsGuvfhZMH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsGuvfhZMH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsGuvfhZMH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tsGuvfhZMH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsGuvfhZMH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsGuvfhZMH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsGuvfhZMH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsGuvfhZMH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsGuvfhZMH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsGuvfhZMH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsGuvfhZMH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsGuvfhZMH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tsGuvfhZMH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsGuvfhZMH .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-tsGuvfhZMH .navbar {
    height: 70px;
  }
  .cid-tsGuvfhZMH .navbar.opened {
    height: auto;
  }
  .cid-tsGuvfhZMH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsCTJvBRHs {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsCTJvBRHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsCTJvBRHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsCTJvBRHs .item {
  padding-bottom: 2rem;
}
.cid-tsCTJvBRHs .item-wrapper {
  position: relative;
}
.cid-tsCTJvBRHs .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tsCTJvBRHs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tsCTJvBRHs .carousel-control,
.cid-tsCTJvBRHs .close {
  background: #1b1b1b;
}
.cid-tsCTJvBRHs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tsCTJvBRHs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tsCTJvBRHs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tsCTJvBRHs .carousel-control-next span {
  margin-left: 5px;
}
.cid-tsCTJvBRHs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tsCTJvBRHs .close::before {
  content: '\e91a';
}
.cid-tsCTJvBRHs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tsCTJvBRHs .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tsCTJvBRHs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsCTJvBRHs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tsCTJvBRHs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tsCTJvBRHs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tsCTJvBRHs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tsCTJvBRHs .carousel-indicators li.active,
.cid-tsCTJvBRHs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tsCTJvBRHs .carousel-indicators li::after,
.cid-tsCTJvBRHs .carousel-indicators li::before {
  content: none;
}
.cid-tsCTJvBRHs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tsCTJvBRHs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tsCTJvBRHs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tsCTJvBRHs .carousel-indicators {
    display: none;
  }
}
.cid-tsCTJvBRHs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tsCTJvBRHs .carousel-inner > .active {
  display: block;
}
.cid-tsCTJvBRHs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsCTJvBRHs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsCTJvBRHs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tsCTJvBRHs .carousel-control,
  .cid-tsCTJvBRHs .carousel-indicators,
  .cid-tsCTJvBRHs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tsCTJvBRHs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tsCTJvBRHs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tsCTJvBRHs .carousel-indicators .active,
.cid-tsCTJvBRHs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tsCTJvBRHs .carousel-indicators .active {
  background: #fff;
}
.cid-tsCTJvBRHs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tsCTJvBRHs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tsCTJvBRHs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tsCTJvBRHs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tsCTJvBRHs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tsCTJvBRHs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tsCTJvBRHs .carousel {
  width: 100%;
}
.cid-tsCTJvBRHs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tsCTJvBRHs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tsCTJvBRHs .modal.fade .modal-dialog,
.cid-tsCTJvBRHs .modal.in .modal-dialog {
  transform: none;
}
.cid-tsCTJvBRHs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tsCTJvBRHs H6 {
  text-align: center;
}
.cid-tsCTJvBRHs H3 {
  color: #000000;
  text-align: left;
}
.cid-tsCTJvBRHs H4 {
  text-align: left;
  color: #0000ff;
}
.cid-tsRcgZfRzw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsRcgZfRzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsRcgZfRzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsRcgZfRzw .item {
  padding-bottom: 2rem;
}
.cid-tsRcgZfRzw .item-wrapper {
  position: relative;
}
.cid-tsRcgZfRzw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tsRcgZfRzw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tsRcgZfRzw .carousel-control,
.cid-tsRcgZfRzw .close {
  background: #1b1b1b;
}
.cid-tsRcgZfRzw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tsRcgZfRzw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tsRcgZfRzw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tsRcgZfRzw .carousel-control-next span {
  margin-left: 5px;
}
.cid-tsRcgZfRzw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tsRcgZfRzw .close::before {
  content: '\e91a';
}
.cid-tsRcgZfRzw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tsRcgZfRzw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tsRcgZfRzw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsRcgZfRzw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tsRcgZfRzw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tsRcgZfRzw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tsRcgZfRzw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tsRcgZfRzw .carousel-indicators li.active,
.cid-tsRcgZfRzw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tsRcgZfRzw .carousel-indicators li::after,
.cid-tsRcgZfRzw .carousel-indicators li::before {
  content: none;
}
.cid-tsRcgZfRzw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tsRcgZfRzw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tsRcgZfRzw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tsRcgZfRzw .carousel-indicators {
    display: none;
  }
}
.cid-tsRcgZfRzw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tsRcgZfRzw .carousel-inner > .active {
  display: block;
}
.cid-tsRcgZfRzw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsRcgZfRzw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsRcgZfRzw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tsRcgZfRzw .carousel-control,
  .cid-tsRcgZfRzw .carousel-indicators,
  .cid-tsRcgZfRzw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tsRcgZfRzw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tsRcgZfRzw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tsRcgZfRzw .carousel-indicators .active,
.cid-tsRcgZfRzw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tsRcgZfRzw .carousel-indicators .active {
  background: #fff;
}
.cid-tsRcgZfRzw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tsRcgZfRzw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tsRcgZfRzw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tsRcgZfRzw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tsRcgZfRzw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tsRcgZfRzw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tsRcgZfRzw .carousel {
  width: 100%;
}
.cid-tsRcgZfRzw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tsRcgZfRzw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tsRcgZfRzw .modal.fade .modal-dialog,
.cid-tsRcgZfRzw .modal.in .modal-dialog {
  transform: none;
}
.cid-tsRcgZfRzw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tsRcgZfRzw H6 {
  text-align: center;
}
.cid-tsRcgZfRzw H3 {
  color: #0000ff;
  text-align: left;
}
.cid-ttwjS4zdsx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttwjS4zdsx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttwjS4zdsx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttwjS4zdsx .item {
  padding-bottom: 2rem;
}
.cid-ttwjS4zdsx .item-wrapper {
  position: relative;
}
.cid-ttwjS4zdsx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ttwjS4zdsx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ttwjS4zdsx .carousel-control,
.cid-ttwjS4zdsx .close {
  background: #1b1b1b;
}
.cid-ttwjS4zdsx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ttwjS4zdsx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ttwjS4zdsx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ttwjS4zdsx .carousel-control-next span {
  margin-left: 5px;
}
.cid-ttwjS4zdsx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ttwjS4zdsx .close::before {
  content: '\e91a';
}
.cid-ttwjS4zdsx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ttwjS4zdsx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ttwjS4zdsx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttwjS4zdsx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ttwjS4zdsx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ttwjS4zdsx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ttwjS4zdsx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ttwjS4zdsx .carousel-indicators li.active,
.cid-ttwjS4zdsx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ttwjS4zdsx .carousel-indicators li::after,
.cid-ttwjS4zdsx .carousel-indicators li::before {
  content: none;
}
.cid-ttwjS4zdsx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ttwjS4zdsx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ttwjS4zdsx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ttwjS4zdsx .carousel-indicators {
    display: none;
  }
}
.cid-ttwjS4zdsx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ttwjS4zdsx .carousel-inner > .active {
  display: block;
}
.cid-ttwjS4zdsx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttwjS4zdsx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttwjS4zdsx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ttwjS4zdsx .carousel-control,
  .cid-ttwjS4zdsx .carousel-indicators,
  .cid-ttwjS4zdsx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ttwjS4zdsx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ttwjS4zdsx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ttwjS4zdsx .carousel-indicators .active,
.cid-ttwjS4zdsx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ttwjS4zdsx .carousel-indicators .active {
  background: #fff;
}
.cid-ttwjS4zdsx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ttwjS4zdsx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ttwjS4zdsx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ttwjS4zdsx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ttwjS4zdsx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ttwjS4zdsx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ttwjS4zdsx .carousel {
  width: 100%;
}
.cid-ttwjS4zdsx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ttwjS4zdsx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ttwjS4zdsx .modal.fade .modal-dialog,
.cid-ttwjS4zdsx .modal.in .modal-dialog {
  transform: none;
}
.cid-ttwjS4zdsx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ttwjS4zdsx H6 {
  text-align: center;
}
.cid-ttwjS4zdsx H3 {
  color: #0000ff;
  text-align: left;
}
.cid-ttwjS4zdsx H4 {
  text-align: left;
  color: #b61111;
}
.cid-ttwkoK4m1m {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttwkoK4m1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttwkoK4m1m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttwkoK4m1m .item {
  padding-bottom: 2rem;
}
.cid-ttwkoK4m1m .item-wrapper {
  position: relative;
}
.cid-ttwkoK4m1m .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ttwkoK4m1m .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ttwkoK4m1m .carousel-control,
.cid-ttwkoK4m1m .close {
  background: #1b1b1b;
}
.cid-ttwkoK4m1m .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ttwkoK4m1m .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ttwkoK4m1m .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ttwkoK4m1m .carousel-control-next span {
  margin-left: 5px;
}
.cid-ttwkoK4m1m .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ttwkoK4m1m .close::before {
  content: '\e91a';
}
.cid-ttwkoK4m1m .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ttwkoK4m1m .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ttwkoK4m1m .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttwkoK4m1m .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ttwkoK4m1m .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ttwkoK4m1m .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ttwkoK4m1m .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ttwkoK4m1m .carousel-indicators li.active,
.cid-ttwkoK4m1m .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ttwkoK4m1m .carousel-indicators li::after,
.cid-ttwkoK4m1m .carousel-indicators li::before {
  content: none;
}
.cid-ttwkoK4m1m .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ttwkoK4m1m .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ttwkoK4m1m .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ttwkoK4m1m .carousel-indicators {
    display: none;
  }
}
.cid-ttwkoK4m1m .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ttwkoK4m1m .carousel-inner > .active {
  display: block;
}
.cid-ttwkoK4m1m .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttwkoK4m1m .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttwkoK4m1m .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ttwkoK4m1m .carousel-control,
  .cid-ttwkoK4m1m .carousel-indicators,
  .cid-ttwkoK4m1m .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ttwkoK4m1m .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ttwkoK4m1m .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ttwkoK4m1m .carousel-indicators .active,
.cid-ttwkoK4m1m .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ttwkoK4m1m .carousel-indicators .active {
  background: #fff;
}
.cid-ttwkoK4m1m .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ttwkoK4m1m .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ttwkoK4m1m .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ttwkoK4m1m .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ttwkoK4m1m .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ttwkoK4m1m .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ttwkoK4m1m .carousel {
  width: 100%;
}
.cid-ttwkoK4m1m .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ttwkoK4m1m .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ttwkoK4m1m .modal.fade .modal-dialog,
.cid-ttwkoK4m1m .modal.in .modal-dialog {
  transform: none;
}
.cid-ttwkoK4m1m .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ttwkoK4m1m H6 {
  text-align: center;
}
.cid-ttwkoK4m1m H3 {
  color: #0000ff;
  text-align: left;
}
.cid-ttwkoK4m1m H4 {
  text-align: left;
  color: #b61111;
}
.cid-tv20CKY96p {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tv20CKY96p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tv20CKY96p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tv20CKY96p .item {
  padding-bottom: 2rem;
}
.cid-tv20CKY96p .item-wrapper {
  position: relative;
}
.cid-tv20CKY96p .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tv20CKY96p .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tv20CKY96p .carousel-control,
.cid-tv20CKY96p .close {
  background: #1b1b1b;
}
.cid-tv20CKY96p .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tv20CKY96p .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tv20CKY96p .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tv20CKY96p .carousel-control-next span {
  margin-left: 5px;
}
.cid-tv20CKY96p .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tv20CKY96p .close::before {
  content: '\e91a';
}
.cid-tv20CKY96p .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tv20CKY96p .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tv20CKY96p .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tv20CKY96p .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tv20CKY96p .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tv20CKY96p .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tv20CKY96p .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tv20CKY96p .carousel-indicators li.active,
.cid-tv20CKY96p .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tv20CKY96p .carousel-indicators li::after,
.cid-tv20CKY96p .carousel-indicators li::before {
  content: none;
}
.cid-tv20CKY96p .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tv20CKY96p .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tv20CKY96p .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tv20CKY96p .carousel-indicators {
    display: none;
  }
}
.cid-tv20CKY96p .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tv20CKY96p .carousel-inner > .active {
  display: block;
}
.cid-tv20CKY96p .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tv20CKY96p .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tv20CKY96p .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tv20CKY96p .carousel-control,
  .cid-tv20CKY96p .carousel-indicators,
  .cid-tv20CKY96p .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tv20CKY96p .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tv20CKY96p .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tv20CKY96p .carousel-indicators .active,
.cid-tv20CKY96p .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tv20CKY96p .carousel-indicators .active {
  background: #fff;
}
.cid-tv20CKY96p .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tv20CKY96p .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tv20CKY96p .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tv20CKY96p .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tv20CKY96p .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tv20CKY96p .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tv20CKY96p .carousel {
  width: 100%;
}
.cid-tv20CKY96p .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tv20CKY96p .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tv20CKY96p .modal.fade .modal-dialog,
.cid-tv20CKY96p .modal.in .modal-dialog {
  transform: none;
}
.cid-tv20CKY96p .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tv20CKY96p H6 {
  text-align: center;
}
.cid-tv20CKY96p H3 {
  color: #0000ff;
  text-align: left;
}
.cid-tv20CKY96p H4 {
  text-align: left;
  color: #b61111;
}
.cid-ttpYXOADO8 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ttpYXOADO8 .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-ttpYXOADO8 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ttpYXOADO8 .col + .mbr-section-btn .btn,
.cid-ttpYXOADO8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ttpYXOADO8 .col + .mbr-section-btn .btn,
  .cid-ttpYXOADO8 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ttpYXOADO8 .dragArea > *:nth-last-child(2).col,
  .cid-ttpYXOADO8 .dragArea > *:nth-last-child(2).col-auto,
  .cid-ttpYXOADO8 .col + .mbr-section-btn,
  .cid-ttpYXOADO8 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ttpYXOADO8 .dragArea {
    flex-direction: column;
  }
}
.cid-ttpYXOADO8 .btn-primary {
  border: 1px solid #0000ff !important;
}
.cid-ttpYXOADO8 .btn-primary:hover {
  border: 1px solid #0000ff !important;
}
.cid-ttpYXOADO8 .stripe {
  border-bottom: 1px solid #ff6666;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ttpYXOADO8 .form-group {
  max-width: 220px;
}
.cid-ttpYXOADO8 .mbr-section-btn {
  padding-left: 0;
}
.cid-ttpYXOADO8 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ttpYXOADO8 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ff6666;
  width: 85%;
}
.cid-ttpYXOADO8 .mbr-text {
  color: #444;
}
.cid-ttpYXOADO8 h5 {
  margin-bottom: 0;
}
.cid-ttpYXOADO8 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ttpYXOADO8 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ttpYXOADO8 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ttpYXOADO8 .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-ttpYXOADO8 .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-ttpYXOADO8 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ttpYXOADO8 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ttpYXOADO8 .social-list a:hover {
  opacity: 0.4;
}
.cid-ttpYXOADO8 .media-container-row > div {
  padding: 0px;
}
.cid-ttpYXOADO8 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ttpYXOADO8 .group-title {
  text-align: left;
  color: #ff6666;
  padding-bottom: 0.2rem;
}
.cid-ttpYXOADO8 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ttpYXOADO8 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ttpYXOADO8 .social-list,
  .cid-ttpYXOADO8 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ttpYXOADO8 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ttpYXOADO8 .form-group {
    max-width: 180px;
  }
}
.cid-ttpYXOADO8 .links span {
  color: #9e9e9e;
}
.cid-ttpYXOADO8 .logo-sub-title {
  text-align: center;
  color: #d58f76;
}
.cid-ttpYXOADO8 .logo-title {
  text-align: center;
}
.cid-ttpYXOADO8 .logo-title,
.cid-ttpYXOADO8 .logo {
  color: #ffffff;
}
.cid-tsCSeXRjxk.popup-builder {
  background-color: #ffffff;
}
.cid-tsCSeXRjxk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsCSeXRjxk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsCSeXRjxk .modal-content,
.cid-tsCSeXRjxk .modal-dialog {
  height: auto;
}
.cid-tsCSeXRjxk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsCSeXRjxk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsCSeXRjxk .form-wrapper .mbr-form .form-group,
  .cid-tsCSeXRjxk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsCSeXRjxk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsCSeXRjxk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsCSeXRjxk .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tsCSeXRjxk .pt-0 {
  padding-top: 0 !important;
}
.cid-tsCSeXRjxk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsCSeXRjxk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsCSeXRjxk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsCSeXRjxk .modal-open {
  overflow: hidden;
}
.cid-tsCSeXRjxk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsCSeXRjxk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsCSeXRjxk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsCSeXRjxk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tsCSeXRjxk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsCSeXRjxk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsCSeXRjxk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsCSeXRjxk .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tsCSeXRjxk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsCSeXRjxk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsCSeXRjxk .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsCSeXRjxk .modal-backdrop.show {
  opacity: .5;
}
.cid-tsCSeXRjxk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tsCSeXRjxk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsCSeXRjxk .modal-header {
    padding: 1rem;
  }
}
.cid-tsCSeXRjxk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsCSeXRjxk .modal-header .close svg {
  fill: #000000;
}
.cid-tsCSeXRjxk .modal-header .close:hover {
  opacity: 1;
}
.cid-tsCSeXRjxk .modal-header .close:focus {
  outline: none;
}
.cid-tsCSeXRjxk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tsCSeXRjxk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsCSeXRjxk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsCSeXRjxk .modal-body {
    padding: 1rem;
  }
}
.cid-tsCSeXRjxk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tsCSeXRjxk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsCSeXRjxk .modal-footer {
    padding: 1rem;
  }
}
.cid-tsCSeXRjxk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsCSeXRjxk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsCSeXRjxk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsCSeXRjxk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsCSeXRjxk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsCSeXRjxk .modal-lg,
  .cid-tsCSeXRjxk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsCSeXRjxk .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsCSeXRjxk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsCSeXRjxk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tsCSeXRjxk .form-group {
  margin-bottom: 1rem;
}
.cid-tsCSeXRjxk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsCSeXRjxk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsCSeXRjxk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tsCSeXRjxk .mbr-section-btn {
  margin: 0;
}
.cid-tsCSeXRjxk .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsGHSlfVs3.popup-builder {
  background-color: #ffffff;
}
.cid-tsGHSlfVs3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsGHSlfVs3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsGHSlfVs3 .modal-content,
.cid-tsGHSlfVs3 .modal-dialog {
  height: auto;
}
.cid-tsGHSlfVs3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsGHSlfVs3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsGHSlfVs3 .form-wrapper .mbr-form .form-group,
  .cid-tsGHSlfVs3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsGHSlfVs3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsGHSlfVs3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsGHSlfVs3 .mbr-text {
  text-align: center;
}
.cid-tsGHSlfVs3 .pt-0 {
  padding-top: 0 !important;
}
.cid-tsGHSlfVs3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsGHSlfVs3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsGHSlfVs3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsGHSlfVs3 .modal-open {
  overflow: hidden;
}
.cid-tsGHSlfVs3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsGHSlfVs3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsGHSlfVs3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsGHSlfVs3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tsGHSlfVs3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsGHSlfVs3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsGHSlfVs3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsGHSlfVs3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tsGHSlfVs3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsGHSlfVs3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsGHSlfVs3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsGHSlfVs3 .modal-backdrop.show {
  opacity: .5;
}
.cid-tsGHSlfVs3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tsGHSlfVs3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsGHSlfVs3 .modal-header {
    padding: 1rem;
  }
}
.cid-tsGHSlfVs3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsGHSlfVs3 .modal-header .close svg {
  fill: #353535;
}
.cid-tsGHSlfVs3 .modal-header .close:hover {
  opacity: 1;
}
.cid-tsGHSlfVs3 .modal-header .close:focus {
  outline: none;
}
.cid-tsGHSlfVs3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tsGHSlfVs3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsGHSlfVs3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsGHSlfVs3 .modal-body {
    padding: 1rem;
  }
}
.cid-tsGHSlfVs3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tsGHSlfVs3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsGHSlfVs3 .modal-footer {
    padding: 1rem;
  }
}
.cid-tsGHSlfVs3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsGHSlfVs3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsGHSlfVs3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsGHSlfVs3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsGHSlfVs3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsGHSlfVs3 .modal-lg,
  .cid-tsGHSlfVs3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsGHSlfVs3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsGHSlfVs3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsGHSlfVs3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tsGHSlfVs3 .form-group {
  margin-bottom: 1rem;
}
.cid-tsGHSlfVs3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsGHSlfVs3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsGHSlfVs3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tsGHSlfVs3 .mbr-section-btn {
  margin: 0;
}
.cid-tsGHSlfVs3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsOmacTo6a.popup-builder {
  background-color: #ffffff;
}
.cid-tsOmacTo6a.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsOmacTo6a.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsOmacTo6a .modal-content,
.cid-tsOmacTo6a .modal-dialog {
  height: auto;
}
.cid-tsOmacTo6a .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsOmacTo6a .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsOmacTo6a .form-wrapper .mbr-form .form-group,
  .cid-tsOmacTo6a .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsOmacTo6a .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsOmacTo6a .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsOmacTo6a .mbr-text {
  text-align: left;
  color: #0000ff;
}
.cid-tsOmacTo6a .pt-0 {
  padding-top: 0 !important;
}
.cid-tsOmacTo6a .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsOmacTo6a .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsOmacTo6a .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsOmacTo6a .modal-open {
  overflow: hidden;
}
.cid-tsOmacTo6a .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsOmacTo6a .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsOmacTo6a .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsOmacTo6a .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tsOmacTo6a .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsOmacTo6a .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsOmacTo6a .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsOmacTo6a .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tsOmacTo6a .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsOmacTo6a .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsOmacTo6a .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsOmacTo6a .modal-backdrop.show {
  opacity: .5;
}
.cid-tsOmacTo6a .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tsOmacTo6a .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsOmacTo6a .modal-header {
    padding: 1rem;
  }
}
.cid-tsOmacTo6a .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsOmacTo6a .modal-header .close svg {
  fill: #000000;
}
.cid-tsOmacTo6a .modal-header .close:hover {
  opacity: 1;
}
.cid-tsOmacTo6a .modal-header .close:focus {
  outline: none;
}
.cid-tsOmacTo6a .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0000ff;
}
.cid-tsOmacTo6a .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsOmacTo6a .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsOmacTo6a .modal-body {
    padding: 1rem;
  }
}
.cid-tsOmacTo6a .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tsOmacTo6a .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsOmacTo6a .modal-footer {
    padding: 1rem;
  }
}
.cid-tsOmacTo6a .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsOmacTo6a .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsOmacTo6a .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsOmacTo6a .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsOmacTo6a .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsOmacTo6a .modal-lg,
  .cid-tsOmacTo6a .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsOmacTo6a .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsOmacTo6a .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsOmacTo6a .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tsOmacTo6a .form-group {
  margin-bottom: 1rem;
}
.cid-tsOmacTo6a .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsOmacTo6a .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsOmacTo6a .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tsOmacTo6a .mbr-section-btn {
  margin: 0;
}
.cid-tsOmacTo6a .mbr-section-btn .btn {
  margin: 0;
}
.cid-tILLpnDjCo.popup-builder {
  background-color: #ffffff;
}
.cid-tILLpnDjCo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tILLpnDjCo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tILLpnDjCo .modal-content,
.cid-tILLpnDjCo .modal-dialog {
  height: auto;
}
.cid-tILLpnDjCo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tILLpnDjCo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tILLpnDjCo .form-wrapper .mbr-form .form-group,
  .cid-tILLpnDjCo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tILLpnDjCo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tILLpnDjCo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tILLpnDjCo .mbr-text {
  text-align: center;
}
.cid-tILLpnDjCo .pt-0 {
  padding-top: 0 !important;
}
.cid-tILLpnDjCo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tILLpnDjCo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tILLpnDjCo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tILLpnDjCo .modal-open {
  overflow: hidden;
}
.cid-tILLpnDjCo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tILLpnDjCo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tILLpnDjCo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tILLpnDjCo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tILLpnDjCo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tILLpnDjCo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tILLpnDjCo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tILLpnDjCo .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tILLpnDjCo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tILLpnDjCo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tILLpnDjCo .modal-backdrop.fade {
  opacity: 0;
}
.cid-tILLpnDjCo .modal-backdrop.show {
  opacity: .5;
}
.cid-tILLpnDjCo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tILLpnDjCo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tILLpnDjCo .modal-header {
    padding: 1rem;
  }
}
.cid-tILLpnDjCo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tILLpnDjCo .modal-header .close svg {
  fill: #353535;
}
.cid-tILLpnDjCo .modal-header .close:hover {
  opacity: 1;
}
.cid-tILLpnDjCo .modal-header .close:focus {
  outline: none;
}
.cid-tILLpnDjCo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tILLpnDjCo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tILLpnDjCo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tILLpnDjCo .modal-body {
    padding: 1rem;
  }
}
.cid-tILLpnDjCo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tILLpnDjCo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tILLpnDjCo .modal-footer {
    padding: 1rem;
  }
}
.cid-tILLpnDjCo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tILLpnDjCo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tILLpnDjCo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tILLpnDjCo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tILLpnDjCo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tILLpnDjCo .modal-lg,
  .cid-tILLpnDjCo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tILLpnDjCo .modal-xl {
    max-width: 1140px;
  }
}
.cid-tILLpnDjCo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tILLpnDjCo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tILLpnDjCo .form-group {
  margin-bottom: 1rem;
}
.cid-tILLpnDjCo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tILLpnDjCo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tILLpnDjCo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tILLpnDjCo .mbr-section-btn {
  margin: 0;
}
.cid-tILLpnDjCo .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsGuG8FriJ .navbar-dropdown {
  position: relative !important;
}
.cid-tsGuG8FriJ .navbar-dropdown {
  position: absolute !important;
}
.cid-tsGuG8FriJ .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tsGuG8FriJ .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tsGuG8FriJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tsGuG8FriJ .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tsGuG8FriJ .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tsGuG8FriJ .container {
    padding: 0 1rem;
  }
}
.cid-tsGuG8FriJ .menu-tite {
  background: #0000ff;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-tsGuG8FriJ .nav-link {
  position: relative;
}
.cid-tsGuG8FriJ .nav-link:hover {
  color: #0000ff !important;
}
.cid-tsGuG8FriJ .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tsGuG8FriJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tsGuG8FriJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsGuG8FriJ .navbar .navbar-logo img {
  width: auto;
}
.cid-tsGuG8FriJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsGuG8FriJ .navbar.collapsed {
  justify-content: center;
}
.cid-tsGuG8FriJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsGuG8FriJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsGuG8FriJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tsGuG8FriJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsGuG8FriJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsGuG8FriJ .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-tsGuG8FriJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsGuG8FriJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsGuG8FriJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsGuG8FriJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsGuG8FriJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsGuG8FriJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsGuG8FriJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsGuG8FriJ .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-tsGuG8FriJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsGuG8FriJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsGuG8FriJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsGuG8FriJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsGuG8FriJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsGuG8FriJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsGuG8FriJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsGuG8FriJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsGuG8FriJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsGuG8FriJ .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-tsGuG8FriJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsGuG8FriJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsGuG8FriJ .dropdown-item:hover,
.cid-tsGuG8FriJ .dropdown-item:focus {
  background: #0000ff !important;
  color: white !important;
}
.cid-tsGuG8FriJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsGuG8FriJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsGuG8FriJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tsGuG8FriJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsGuG8FriJ .dropdown-menu,
.cid-tsGuG8FriJ .navbar.opened {
  background: #ffffff !important;
}
.cid-tsGuG8FriJ .nav-item:focus,
.cid-tsGuG8FriJ .nav-link:focus {
  outline: none;
}
.cid-tsGuG8FriJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsGuG8FriJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsGuG8FriJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsGuG8FriJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsGuG8FriJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsGuG8FriJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsGuG8FriJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsGuG8FriJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsGuG8FriJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsGuG8FriJ .dropdown-item.active,
.cid-tsGuG8FriJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tsGuG8FriJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsGuG8FriJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsGuG8FriJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsGuG8FriJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tsGuG8FriJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsGuG8FriJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsGuG8FriJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsGuG8FriJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsGuG8FriJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsGuG8FriJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tsGuG8FriJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsGuG8FriJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsGuG8FriJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsGuG8FriJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsGuG8FriJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsGuG8FriJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsGuG8FriJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsGuG8FriJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsGuG8FriJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tsGuG8FriJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsGuG8FriJ .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-tsGuG8FriJ .navbar {
    height: 70px;
  }
  .cid-tsGuG8FriJ .navbar.opened {
    height: auto;
  }
  .cid-tsGuG8FriJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsGADHwqLh {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/slide6-3-1600x900.jpg");
}
.cid-tsGADHwqLh .mbr-text,
.cid-tsGADHwqLh .mbr-section-btn {
  color: #ffffff;
}
.cid-tsGADHwqLh .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u3MIzCMSHM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-u3MIzCMSHM .card_title {
  color: #202020;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-u3MIzCMSHM .card_content {
  margin-top: 29px;
}
.cid-u3MIzCMSHM img,
.cid-u3MIzCMSHM .item-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.cid-u3MIzCMSHM .item {
  margin-bottom: 85px;
}
.cid-u3MIzCMSHM .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-u3MIzCMSHM .mbr-text {
  color: #202020;
}
.cid-u3MIzCMSHM .icons_card {
  margin-top: 17px;
  height: 26px;
  text-align: center;
}
.cid-u3MIzCMSHM .iconfont-wrapper {
  color: #202020;
  font-size: 1.1rem;
  margin-right: 10px;
  width: 1.1rem;
  height: 1.1rem;
  transition: all 0.2s ease-in-out;
}
.cid-u3MIzCMSHM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u3MIzCMSHM .iconfont-wrapper:hover {
  opacity: .85;
}
.cid-tsGyyipxGs {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tsGyyipxGs blockquote {
  border-color: #0000ff;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tsGyyipxGs .mbr-text {
  color: #000000;
}
.cid-ttpZ7pz1nn {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ttpZ7pz1nn .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-ttpZ7pz1nn .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ttpZ7pz1nn .col + .mbr-section-btn .btn,
.cid-ttpZ7pz1nn .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ttpZ7pz1nn .col + .mbr-section-btn .btn,
  .cid-ttpZ7pz1nn .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ttpZ7pz1nn .dragArea > *:nth-last-child(2).col,
  .cid-ttpZ7pz1nn .dragArea > *:nth-last-child(2).col-auto,
  .cid-ttpZ7pz1nn .col + .mbr-section-btn,
  .cid-ttpZ7pz1nn .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ttpZ7pz1nn .dragArea {
    flex-direction: column;
  }
}
.cid-ttpZ7pz1nn .btn-primary {
  border: 1px solid #0000ff !important;
}
.cid-ttpZ7pz1nn .btn-primary:hover {
  border: 1px solid #0000ff !important;
}
.cid-ttpZ7pz1nn .stripe {
  border-bottom: 1px solid #ff6666;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ttpZ7pz1nn .form-group {
  max-width: 220px;
}
.cid-ttpZ7pz1nn .mbr-section-btn {
  padding-left: 0;
}
.cid-ttpZ7pz1nn .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ttpZ7pz1nn .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ff6666;
  width: 85%;
}
.cid-ttpZ7pz1nn .mbr-text {
  color: #444;
}
.cid-ttpZ7pz1nn h5 {
  margin-bottom: 0;
}
.cid-ttpZ7pz1nn .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ttpZ7pz1nn .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ttpZ7pz1nn .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ttpZ7pz1nn .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-ttpZ7pz1nn .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-ttpZ7pz1nn .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ttpZ7pz1nn .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ttpZ7pz1nn .social-list a:hover {
  opacity: 0.4;
}
.cid-ttpZ7pz1nn .media-container-row > div {
  padding: 0px;
}
.cid-ttpZ7pz1nn .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ttpZ7pz1nn .group-title {
  text-align: left;
  color: #ff6666;
  padding-bottom: 0.2rem;
}
.cid-ttpZ7pz1nn .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ttpZ7pz1nn .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ttpZ7pz1nn .social-list,
  .cid-ttpZ7pz1nn .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ttpZ7pz1nn h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ttpZ7pz1nn .form-group {
    max-width: 180px;
  }
}
.cid-ttpZ7pz1nn .links span {
  color: #9e9e9e;
}
.cid-ttpZ7pz1nn .logo-sub-title {
  text-align: center;
  color: #d58f76;
}
.cid-ttpZ7pz1nn .logo-title {
  text-align: center;
}
.cid-ttpZ7pz1nn .logo-title,
.cid-ttpZ7pz1nn .logo {
  color: #ffffff;
}
.cid-tsGuGcdD1G.popup-builder {
  background-color: #ffffff;
}
.cid-tsGuGcdD1G.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsGuGcdD1G.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsGuGcdD1G .modal-content,
.cid-tsGuGcdD1G .modal-dialog {
  height: auto;
}
.cid-tsGuGcdD1G .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsGuGcdD1G .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsGuGcdD1G .form-wrapper .mbr-form .form-group,
  .cid-tsGuGcdD1G .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsGuGcdD1G .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsGuGcdD1G .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsGuGcdD1G .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tsGuGcdD1G .pt-0 {
  padding-top: 0 !important;
}
.cid-tsGuGcdD1G .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsGuGcdD1G .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsGuGcdD1G .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsGuGcdD1G .modal-open {
  overflow: hidden;
}
.cid-tsGuGcdD1G .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsGuGcdD1G .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsGuGcdD1G .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsGuGcdD1G .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tsGuGcdD1G .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsGuGcdD1G .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsGuGcdD1G .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsGuGcdD1G .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tsGuGcdD1G .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsGuGcdD1G .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsGuGcdD1G .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsGuGcdD1G .modal-backdrop.show {
  opacity: .5;
}
.cid-tsGuGcdD1G .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tsGuGcdD1G .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsGuGcdD1G .modal-header {
    padding: 1rem;
  }
}
.cid-tsGuGcdD1G .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsGuGcdD1G .modal-header .close svg {
  fill: #000000;
}
.cid-tsGuGcdD1G .modal-header .close:hover {
  opacity: 1;
}
.cid-tsGuGcdD1G .modal-header .close:focus {
  outline: none;
}
.cid-tsGuGcdD1G .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tsGuGcdD1G .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsGuGcdD1G .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsGuGcdD1G .modal-body {
    padding: 1rem;
  }
}
.cid-tsGuGcdD1G .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tsGuGcdD1G .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsGuGcdD1G .modal-footer {
    padding: 1rem;
  }
}
.cid-tsGuGcdD1G .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsGuGcdD1G .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsGuGcdD1G .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsGuGcdD1G .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsGuGcdD1G .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsGuGcdD1G .modal-lg,
  .cid-tsGuGcdD1G .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsGuGcdD1G .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsGuGcdD1G .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsGuGcdD1G .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tsGuGcdD1G .form-group {
  margin-bottom: 1rem;
}
.cid-tsGuGcdD1G .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsGuGcdD1G .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsGuGcdD1G .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tsGuGcdD1G .mbr-section-btn {
  margin: 0;
}
.cid-tsGuGcdD1G .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsOmacTkRH.popup-builder {
  background-color: #ffffff;
}
.cid-tsOmacTkRH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsOmacTkRH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsOmacTkRH .modal-content,
.cid-tsOmacTkRH .modal-dialog {
  height: auto;
}
.cid-tsOmacTkRH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsOmacTkRH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsOmacTkRH .form-wrapper .mbr-form .form-group,
  .cid-tsOmacTkRH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsOmacTkRH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsOmacTkRH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsOmacTkRH .mbr-text {
  text-align: left;
  color: #0000ff;
}
.cid-tsOmacTkRH .pt-0 {
  padding-top: 0 !important;
}
.cid-tsOmacTkRH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsOmacTkRH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsOmacTkRH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsOmacTkRH .modal-open {
  overflow: hidden;
}
.cid-tsOmacTkRH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsOmacTkRH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsOmacTkRH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsOmacTkRH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tsOmacTkRH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsOmacTkRH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsOmacTkRH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsOmacTkRH .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tsOmacTkRH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsOmacTkRH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsOmacTkRH .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsOmacTkRH .modal-backdrop.show {
  opacity: .5;
}
.cid-tsOmacTkRH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tsOmacTkRH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsOmacTkRH .modal-header {
    padding: 1rem;
  }
}
.cid-tsOmacTkRH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsOmacTkRH .modal-header .close svg {
  fill: #000000;
}
.cid-tsOmacTkRH .modal-header .close:hover {
  opacity: 1;
}
.cid-tsOmacTkRH .modal-header .close:focus {
  outline: none;
}
.cid-tsOmacTkRH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0000ff;
}
.cid-tsOmacTkRH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsOmacTkRH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsOmacTkRH .modal-body {
    padding: 1rem;
  }
}
.cid-tsOmacTkRH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tsOmacTkRH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsOmacTkRH .modal-footer {
    padding: 1rem;
  }
}
.cid-tsOmacTkRH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsOmacTkRH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsOmacTkRH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsOmacTkRH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsOmacTkRH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsOmacTkRH .modal-lg,
  .cid-tsOmacTkRH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsOmacTkRH .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsOmacTkRH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsOmacTkRH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tsOmacTkRH .form-group {
  margin-bottom: 1rem;
}
.cid-tsOmacTkRH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsOmacTkRH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsOmacTkRH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tsOmacTkRH .mbr-section-btn {
  margin: 0;
}
.cid-tsOmacTkRH .mbr-section-btn .btn {
  margin: 0;
}
.cid-tILLpnEwtp.popup-builder {
  background-color: #ffffff;
}
.cid-tILLpnEwtp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tILLpnEwtp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tILLpnEwtp .modal-content,
.cid-tILLpnEwtp .modal-dialog {
  height: auto;
}
.cid-tILLpnEwtp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tILLpnEwtp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tILLpnEwtp .form-wrapper .mbr-form .form-group,
  .cid-tILLpnEwtp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tILLpnEwtp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tILLpnEwtp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tILLpnEwtp .mbr-text {
  text-align: center;
}
.cid-tILLpnEwtp .pt-0 {
  padding-top: 0 !important;
}
.cid-tILLpnEwtp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tILLpnEwtp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tILLpnEwtp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tILLpnEwtp .modal-open {
  overflow: hidden;
}
.cid-tILLpnEwtp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tILLpnEwtp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tILLpnEwtp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tILLpnEwtp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tILLpnEwtp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tILLpnEwtp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tILLpnEwtp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tILLpnEwtp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tILLpnEwtp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tILLpnEwtp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tILLpnEwtp .modal-backdrop.fade {
  opacity: 0;
}
.cid-tILLpnEwtp .modal-backdrop.show {
  opacity: .5;
}
.cid-tILLpnEwtp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tILLpnEwtp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tILLpnEwtp .modal-header {
    padding: 1rem;
  }
}
.cid-tILLpnEwtp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tILLpnEwtp .modal-header .close svg {
  fill: #353535;
}
.cid-tILLpnEwtp .modal-header .close:hover {
  opacity: 1;
}
.cid-tILLpnEwtp .modal-header .close:focus {
  outline: none;
}
.cid-tILLpnEwtp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tILLpnEwtp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tILLpnEwtp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tILLpnEwtp .modal-body {
    padding: 1rem;
  }
}
.cid-tILLpnEwtp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tILLpnEwtp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tILLpnEwtp .modal-footer {
    padding: 1rem;
  }
}
.cid-tILLpnEwtp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tILLpnEwtp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tILLpnEwtp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tILLpnEwtp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tILLpnEwtp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tILLpnEwtp .modal-lg,
  .cid-tILLpnEwtp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tILLpnEwtp .modal-xl {
    max-width: 1140px;
  }
}
.cid-tILLpnEwtp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tILLpnEwtp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tILLpnEwtp .form-group {
  margin-bottom: 1rem;
}
.cid-tILLpnEwtp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tILLpnEwtp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tILLpnEwtp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tILLpnEwtp .mbr-section-btn {
  margin: 0;
}
.cid-tILLpnEwtp .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsIGulU8sX .navbar-dropdown {
  position: relative !important;
}
.cid-tsIGulU8sX .navbar-dropdown {
  position: absolute !important;
}
.cid-tsIGulU8sX .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tsIGulU8sX .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tsIGulU8sX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tsIGulU8sX .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tsIGulU8sX .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tsIGulU8sX .container {
    padding: 0 1rem;
  }
}
.cid-tsIGulU8sX .menu-tite {
  background: #0000ff;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-tsIGulU8sX .nav-link {
  position: relative;
}
.cid-tsIGulU8sX .nav-link:hover {
  color: #0000ff !important;
}
.cid-tsIGulU8sX .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tsIGulU8sX .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIGulU8sX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIGulU8sX .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIGulU8sX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIGulU8sX .navbar.collapsed {
  justify-content: center;
}
.cid-tsIGulU8sX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIGulU8sX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsIGulU8sX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tsIGulU8sX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIGulU8sX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIGulU8sX .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-tsIGulU8sX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIGulU8sX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIGulU8sX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIGulU8sX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIGulU8sX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIGulU8sX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIGulU8sX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIGulU8sX .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-tsIGulU8sX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIGulU8sX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIGulU8sX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIGulU8sX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIGulU8sX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIGulU8sX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIGulU8sX .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIGulU8sX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIGulU8sX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIGulU8sX .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-tsIGulU8sX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIGulU8sX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIGulU8sX .dropdown-item:hover,
.cid-tsIGulU8sX .dropdown-item:focus {
  background: #0000ff !important;
  color: white !important;
}
.cid-tsIGulU8sX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIGulU8sX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIGulU8sX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tsIGulU8sX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIGulU8sX .dropdown-menu,
.cid-tsIGulU8sX .navbar.opened {
  background: #ffffff !important;
}
.cid-tsIGulU8sX .nav-item:focus,
.cid-tsIGulU8sX .nav-link:focus {
  outline: none;
}
.cid-tsIGulU8sX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIGulU8sX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIGulU8sX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIGulU8sX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIGulU8sX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIGulU8sX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIGulU8sX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsIGulU8sX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIGulU8sX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIGulU8sX .dropdown-item.active,
.cid-tsIGulU8sX .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIGulU8sX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIGulU8sX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIGulU8sX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIGulU8sX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tsIGulU8sX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIGulU8sX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIGulU8sX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIGulU8sX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIGulU8sX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIGulU8sX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tsIGulU8sX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIGulU8sX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIGulU8sX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIGulU8sX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIGulU8sX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIGulU8sX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIGulU8sX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIGulU8sX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIGulU8sX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tsIGulU8sX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIGulU8sX .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-tsIGulU8sX .navbar {
    height: 70px;
  }
  .cid-tsIGulU8sX .navbar.opened {
    height: auto;
  }
  .cid-tsIGulU8sX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsIHEkaP8m {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tsIHEkaP8m .main_header {
  margin-bottom: 8rem;
}
.cid-tsIHEkaP8m .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #ffffff;
}
.cid-tsIHEkaP8m .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-tsIHEkaP8m form {
  margin-top: 2.5rem;
}
.cid-tsIHEkaP8m input::-webkit-input-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-tsIHEkaP8m input::-moz-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-tsIHEkaP8m .mbr-form .form-group {
  margin-bottom: 1rem;
}
.cid-tsIHEkaP8m .mbr-form .form-control {
  padding: .75rem 1rem;
  line-height: 1.5;
  border: 1px solid #dddddd;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-tsIHEkaP8m .mbr-form .form-control:focus {
  border-color: #111111;
}
.cid-tsIHEkaP8m .mbr-form textarea {
  height: 120px;
  background-color: #ffffff;
}
.cid-tsIHEkaP8m .mbr-form .btn {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none;
  min-height: auto !important;
  font-weight: 400;
}
.cid-tsIHEkaP8m .mbr-form .btn-primary-outline {
  padding: 0 !important;
  border-bottom: 1px solid currentColor !important;
}
.cid-tsIHEkaP8m .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-tsIHEkaP8m .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-tsIHEkaP8m .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-tsIHEkaP8m .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-tsIHEkaP8m .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-tsIHEkaP8m .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #ff0000;
}
.cid-tsIHEkaP8m .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-tsIHEkaP8m .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-tsIHEkaP8m .card_item:nth-child(2) .square_fill {
  background-color: #2299aa;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-tsIHEkaP8m .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-tsIHEkaP8m .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-tsIHEkaP8m .card_item:nth-child(3) .square_fill {
  background-color: #0000ff;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-tsIHEkaP8m .card_item .card-box {
  border-left: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-tsIHEkaP8m .card_item:nth-child(3) .card-box {
  border-right: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-tsIHEkaP8m .card-box {
  height: 100%;
}
.cid-tsIHEkaP8m .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-tsIHEkaP8m .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-tsIHEkaP8m .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-tsIHEkaP8m .square_animation .square_null {
  z-index: 1;
  border: 1px solid #0000ff;
}
.cid-tsIHEkaP8m .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tsIHEkaP8m .card-title {
  margin-bottom: 1.75rem;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tsIHEkaP8m .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-tsIHEkaP8m .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-tsIHEkaP8m .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-tsIHEkaP8m .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-tsIHEkaP8m .item-wrapper {
    padding: 0;
  }
  .cid-tsIHEkaP8m .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-tsIHEkaP8m .main_header {
    margin-bottom: 4rem;
  }
  .cid-tsIHEkaP8m .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tsIHEkaP8m .mbr-text {
    margin-top: .75rem;
  }
  .cid-tsIHEkaP8m .square_animation {
    margin-bottom: 1rem;
  }
  .cid-tsIHEkaP8m .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-tsIHEkaP8m .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-tsIHEkaP8m .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-tsIHEkaP8m .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-tsIHEkaP8m .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-tsIHEkaP8m .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-tsIHEkaP8m .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-tsIHEkaP8m .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-tsIHEkaP8m .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-tsIHEkaP8m .card_item .card-box {
    border-left: none;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-tsIHEkaP8m .card_item:nth-child(3) .card-box {
    border-right: none;
    border-bottom: none;
  }
  .cid-tsIHEkaP8m .card-title {
    margin-bottom: 1.25rem;
  }
}
.cid-tsIHEkaP8m .textGDPR {
  font-size: 14px;
}
.cid-tsIHEkaP8m .card-text {
  color: #000000;
}
.cid-tsIGun3VL8 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsIGun3VL8 .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tsIGun3VL8 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tsIGun3VL8 .col + .mbr-section-btn .btn,
.cid-tsIGun3VL8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-tsIGun3VL8 .col + .mbr-section-btn .btn,
  .cid-tsIGun3VL8 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-tsIGun3VL8 .dragArea > *:nth-last-child(2).col,
  .cid-tsIGun3VL8 .dragArea > *:nth-last-child(2).col-auto,
  .cid-tsIGun3VL8 .col + .mbr-section-btn,
  .cid-tsIGun3VL8 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-tsIGun3VL8 .dragArea {
    flex-direction: column;
  }
}
.cid-tsIGun3VL8 .btn-primary {
  border: 1px solid #0000ff !important;
}
.cid-tsIGun3VL8 .btn-primary:hover {
  border: 1px solid #0000ff !important;
}
.cid-tsIGun3VL8 .stripe {
  border-bottom: 1px solid #ff6666;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tsIGun3VL8 .form-group {
  max-width: 220px;
}
.cid-tsIGun3VL8 .mbr-section-btn {
  padding-left: 0;
}
.cid-tsIGun3VL8 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tsIGun3VL8 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ff6666;
  width: 85%;
}
.cid-tsIGun3VL8 .mbr-text {
  color: #444;
}
.cid-tsIGun3VL8 h5 {
  margin-bottom: 0;
}
.cid-tsIGun3VL8 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tsIGun3VL8 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsIGun3VL8 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tsIGun3VL8 .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-tsIGun3VL8 .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-tsIGun3VL8 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tsIGun3VL8 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tsIGun3VL8 .social-list a:hover {
  opacity: 0.4;
}
.cid-tsIGun3VL8 .media-container-row > div {
  padding: 0px;
}
.cid-tsIGun3VL8 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tsIGun3VL8 .group-title {
  text-align: left;
  color: #ff6666;
  padding-bottom: 0.2rem;
}
.cid-tsIGun3VL8 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tsIGun3VL8 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tsIGun3VL8 .social-list,
  .cid-tsIGun3VL8 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tsIGun3VL8 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tsIGun3VL8 .form-group {
    max-width: 180px;
  }
}
.cid-tsIGun3VL8 .links span {
  color: #9e9e9e;
}
.cid-tsIGun3VL8 .logo-sub-title {
  text-align: center;
  color: #d58f76;
}
.cid-tsIGun3VL8 .logo-title {
  text-align: center;
}
.cid-tsIGun3VL8 .logo-title,
.cid-tsIGun3VL8 .logo {
  color: #ffffff;
}
.cid-tsIGunFIqb.popup-builder {
  background-color: #ffffff;
}
.cid-tsIGunFIqb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsIGunFIqb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsIGunFIqb .modal-content,
.cid-tsIGunFIqb .modal-dialog {
  height: auto;
}
.cid-tsIGunFIqb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsIGunFIqb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsIGunFIqb .form-wrapper .mbr-form .form-group,
  .cid-tsIGunFIqb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsIGunFIqb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsIGunFIqb .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsIGunFIqb .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tsIGunFIqb .pt-0 {
  padding-top: 0 !important;
}
.cid-tsIGunFIqb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsIGunFIqb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsIGunFIqb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsIGunFIqb .modal-open {
  overflow: hidden;
}
.cid-tsIGunFIqb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsIGunFIqb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsIGunFIqb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsIGunFIqb .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tsIGunFIqb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsIGunFIqb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsIGunFIqb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsIGunFIqb .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tsIGunFIqb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsIGunFIqb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsIGunFIqb .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsIGunFIqb .modal-backdrop.show {
  opacity: .5;
}
.cid-tsIGunFIqb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tsIGunFIqb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsIGunFIqb .modal-header {
    padding: 1rem;
  }
}
.cid-tsIGunFIqb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsIGunFIqb .modal-header .close svg {
  fill: #000000;
}
.cid-tsIGunFIqb .modal-header .close:hover {
  opacity: 1;
}
.cid-tsIGunFIqb .modal-header .close:focus {
  outline: none;
}
.cid-tsIGunFIqb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tsIGunFIqb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsIGunFIqb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsIGunFIqb .modal-body {
    padding: 1rem;
  }
}
.cid-tsIGunFIqb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tsIGunFIqb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsIGunFIqb .modal-footer {
    padding: 1rem;
  }
}
.cid-tsIGunFIqb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsIGunFIqb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsIGunFIqb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsIGunFIqb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsIGunFIqb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsIGunFIqb .modal-lg,
  .cid-tsIGunFIqb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsIGunFIqb .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsIGunFIqb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsIGunFIqb .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tsIGunFIqb .form-group {
  margin-bottom: 1rem;
}
.cid-tsIGunFIqb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsIGunFIqb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsIGunFIqb .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tsIGunFIqb .mbr-section-btn {
  margin: 0;
}
.cid-tsIGunFIqb .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsOmacT2ic.popup-builder {
  background-color: #ffffff;
}
.cid-tsOmacT2ic.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsOmacT2ic.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsOmacT2ic .modal-content,
.cid-tsOmacT2ic .modal-dialog {
  height: auto;
}
.cid-tsOmacT2ic .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsOmacT2ic .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsOmacT2ic .form-wrapper .mbr-form .form-group,
  .cid-tsOmacT2ic .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsOmacT2ic .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsOmacT2ic .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsOmacT2ic .mbr-text {
  text-align: left;
  color: #0000ff;
}
.cid-tsOmacT2ic .pt-0 {
  padding-top: 0 !important;
}
.cid-tsOmacT2ic .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsOmacT2ic .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsOmacT2ic .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsOmacT2ic .modal-open {
  overflow: hidden;
}
.cid-tsOmacT2ic .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsOmacT2ic .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsOmacT2ic .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsOmacT2ic .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tsOmacT2ic .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsOmacT2ic .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsOmacT2ic .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsOmacT2ic .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tsOmacT2ic .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsOmacT2ic .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsOmacT2ic .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsOmacT2ic .modal-backdrop.show {
  opacity: .5;
}
.cid-tsOmacT2ic .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tsOmacT2ic .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsOmacT2ic .modal-header {
    padding: 1rem;
  }
}
.cid-tsOmacT2ic .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsOmacT2ic .modal-header .close svg {
  fill: #000000;
}
.cid-tsOmacT2ic .modal-header .close:hover {
  opacity: 1;
}
.cid-tsOmacT2ic .modal-header .close:focus {
  outline: none;
}
.cid-tsOmacT2ic .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0000ff;
}
.cid-tsOmacT2ic .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsOmacT2ic .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsOmacT2ic .modal-body {
    padding: 1rem;
  }
}
.cid-tsOmacT2ic .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tsOmacT2ic .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsOmacT2ic .modal-footer {
    padding: 1rem;
  }
}
.cid-tsOmacT2ic .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsOmacT2ic .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsOmacT2ic .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsOmacT2ic .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsOmacT2ic .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsOmacT2ic .modal-lg,
  .cid-tsOmacT2ic .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsOmacT2ic .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsOmacT2ic .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsOmacT2ic .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tsOmacT2ic .form-group {
  margin-bottom: 1rem;
}
.cid-tsOmacT2ic .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsOmacT2ic .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsOmacT2ic .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tsOmacT2ic .mbr-section-btn {
  margin: 0;
}
.cid-tsOmacT2ic .mbr-section-btn .btn {
  margin: 0;
}
.cid-tILLpnEHXd.popup-builder {
  background-color: #ffffff;
}
.cid-tILLpnEHXd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tILLpnEHXd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tILLpnEHXd .modal-content,
.cid-tILLpnEHXd .modal-dialog {
  height: auto;
}
.cid-tILLpnEHXd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tILLpnEHXd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tILLpnEHXd .form-wrapper .mbr-form .form-group,
  .cid-tILLpnEHXd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tILLpnEHXd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tILLpnEHXd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tILLpnEHXd .mbr-text {
  text-align: center;
}
.cid-tILLpnEHXd .pt-0 {
  padding-top: 0 !important;
}
.cid-tILLpnEHXd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tILLpnEHXd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tILLpnEHXd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tILLpnEHXd .modal-open {
  overflow: hidden;
}
.cid-tILLpnEHXd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tILLpnEHXd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tILLpnEHXd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tILLpnEHXd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tILLpnEHXd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tILLpnEHXd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tILLpnEHXd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tILLpnEHXd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tILLpnEHXd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tILLpnEHXd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tILLpnEHXd .modal-backdrop.fade {
  opacity: 0;
}
.cid-tILLpnEHXd .modal-backdrop.show {
  opacity: .5;
}
.cid-tILLpnEHXd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tILLpnEHXd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tILLpnEHXd .modal-header {
    padding: 1rem;
  }
}
.cid-tILLpnEHXd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tILLpnEHXd .modal-header .close svg {
  fill: #353535;
}
.cid-tILLpnEHXd .modal-header .close:hover {
  opacity: 1;
}
.cid-tILLpnEHXd .modal-header .close:focus {
  outline: none;
}
.cid-tILLpnEHXd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tILLpnEHXd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tILLpnEHXd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tILLpnEHXd .modal-body {
    padding: 1rem;
  }
}
.cid-tILLpnEHXd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tILLpnEHXd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tILLpnEHXd .modal-footer {
    padding: 1rem;
  }
}
.cid-tILLpnEHXd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tILLpnEHXd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tILLpnEHXd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tILLpnEHXd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tILLpnEHXd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tILLpnEHXd .modal-lg,
  .cid-tILLpnEHXd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tILLpnEHXd .modal-xl {
    max-width: 1140px;
  }
}
.cid-tILLpnEHXd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tILLpnEHXd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tILLpnEHXd .form-group {
  margin-bottom: 1rem;
}
.cid-tILLpnEHXd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tILLpnEHXd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tILLpnEHXd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tILLpnEHXd .mbr-section-btn {
  margin: 0;
}
.cid-tILLpnEHXd .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsO8tMiMXR .navbar-dropdown {
  position: relative !important;
}
.cid-tsO8tMiMXR .navbar-dropdown {
  position: absolute !important;
}
.cid-tsO8tMiMXR .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tsO8tMiMXR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tsO8tMiMXR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tsO8tMiMXR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tsO8tMiMXR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tsO8tMiMXR .container {
    padding: 0 1rem;
  }
}
.cid-tsO8tMiMXR .menu-tite {
  background: #0000ff;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-tsO8tMiMXR .nav-link {
  position: relative;
}
.cid-tsO8tMiMXR .nav-link:hover {
  color: #0000ff !important;
}
.cid-tsO8tMiMXR .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tsO8tMiMXR .navbar.opened {
  transition: all 0.3s;
}
.cid-tsO8tMiMXR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsO8tMiMXR .navbar .navbar-logo img {
  width: auto;
}
.cid-tsO8tMiMXR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsO8tMiMXR .navbar.collapsed {
  justify-content: center;
}
.cid-tsO8tMiMXR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsO8tMiMXR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsO8tMiMXR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tsO8tMiMXR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsO8tMiMXR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsO8tMiMXR .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-tsO8tMiMXR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsO8tMiMXR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsO8tMiMXR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsO8tMiMXR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsO8tMiMXR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsO8tMiMXR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsO8tMiMXR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsO8tMiMXR .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-tsO8tMiMXR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsO8tMiMXR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsO8tMiMXR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsO8tMiMXR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsO8tMiMXR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsO8tMiMXR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsO8tMiMXR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsO8tMiMXR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsO8tMiMXR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsO8tMiMXR .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-tsO8tMiMXR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsO8tMiMXR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsO8tMiMXR .dropdown-item:hover,
.cid-tsO8tMiMXR .dropdown-item:focus {
  background: #0000ff !important;
  color: white !important;
}
.cid-tsO8tMiMXR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsO8tMiMXR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsO8tMiMXR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tsO8tMiMXR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsO8tMiMXR .dropdown-menu,
.cid-tsO8tMiMXR .navbar.opened {
  background: #ffffff !important;
}
.cid-tsO8tMiMXR .nav-item:focus,
.cid-tsO8tMiMXR .nav-link:focus {
  outline: none;
}
.cid-tsO8tMiMXR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsO8tMiMXR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsO8tMiMXR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsO8tMiMXR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsO8tMiMXR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsO8tMiMXR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsO8tMiMXR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsO8tMiMXR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsO8tMiMXR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsO8tMiMXR .dropdown-item.active,
.cid-tsO8tMiMXR .dropdown-item:active {
  background-color: transparent;
}
.cid-tsO8tMiMXR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsO8tMiMXR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsO8tMiMXR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsO8tMiMXR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tsO8tMiMXR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsO8tMiMXR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsO8tMiMXR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsO8tMiMXR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsO8tMiMXR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsO8tMiMXR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tsO8tMiMXR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsO8tMiMXR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsO8tMiMXR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsO8tMiMXR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsO8tMiMXR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsO8tMiMXR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsO8tMiMXR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsO8tMiMXR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsO8tMiMXR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tsO8tMiMXR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsO8tMiMXR .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-tsO8tMiMXR .navbar {
    height: 70px;
  }
  .cid-tsO8tMiMXR .navbar.opened {
    height: auto;
  }
  .cid-tsO8tMiMXR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsO8tMP1Ox {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/school-1-1477x771.jpg");
}
.cid-tsO8tMP1Ox .mbr-text,
.cid-tsO8tMP1Ox .mbr-section-btn {
  color: #ffffff;
}
.cid-tsO8tMP1Ox .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tEjFDlfNDb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tEjFDlfNDb .card-heading {
  color: #012b3a;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.cid-tEjFDlfNDb .p {
  color: #012b3a;
  padding-bottom: 0 !important;
}
.cid-tEjFDlfNDb .mbr-text {
  color: #000000;
  padding-bottom: 16px !important;
}
.cid-tEjFDlfNDb .row {
  justify-content: center;
}
.cid-tEjFDlfNDb ul {
  padding-left: 40px !important;
  margin-bottom: 0 !important;
}
.cid-tEjFDlfNDb a {
  font-weight: 400 !important;
}
.cid-tEjFDlfNDb a.text-danger:hover {
  color: #E5BE8A !important;
}
.cid-ttpZe85rm8 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ttpZe85rm8 .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-ttpZe85rm8 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ttpZe85rm8 .col + .mbr-section-btn .btn,
.cid-ttpZe85rm8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ttpZe85rm8 .col + .mbr-section-btn .btn,
  .cid-ttpZe85rm8 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ttpZe85rm8 .dragArea > *:nth-last-child(2).col,
  .cid-ttpZe85rm8 .dragArea > *:nth-last-child(2).col-auto,
  .cid-ttpZe85rm8 .col + .mbr-section-btn,
  .cid-ttpZe85rm8 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ttpZe85rm8 .dragArea {
    flex-direction: column;
  }
}
.cid-ttpZe85rm8 .btn-primary {
  border: 1px solid #0000ff !important;
}
.cid-ttpZe85rm8 .btn-primary:hover {
  border: 1px solid #0000ff !important;
}
.cid-ttpZe85rm8 .stripe {
  border-bottom: 1px solid #ff6666;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ttpZe85rm8 .form-group {
  max-width: 220px;
}
.cid-ttpZe85rm8 .mbr-section-btn {
  padding-left: 0;
}
.cid-ttpZe85rm8 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ttpZe85rm8 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ff6666;
  width: 85%;
}
.cid-ttpZe85rm8 .mbr-text {
  color: #444;
}
.cid-ttpZe85rm8 h5 {
  margin-bottom: 0;
}
.cid-ttpZe85rm8 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ttpZe85rm8 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ttpZe85rm8 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ttpZe85rm8 .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-ttpZe85rm8 .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-ttpZe85rm8 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ttpZe85rm8 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ttpZe85rm8 .social-list a:hover {
  opacity: 0.4;
}
.cid-ttpZe85rm8 .media-container-row > div {
  padding: 0px;
}
.cid-ttpZe85rm8 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ttpZe85rm8 .group-title {
  text-align: left;
  color: #ff6666;
  padding-bottom: 0.2rem;
}
.cid-ttpZe85rm8 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ttpZe85rm8 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ttpZe85rm8 .social-list,
  .cid-ttpZe85rm8 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ttpZe85rm8 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ttpZe85rm8 .form-group {
    max-width: 180px;
  }
}
.cid-ttpZe85rm8 .links span {
  color: #9e9e9e;
}
.cid-ttpZe85rm8 .logo-sub-title {
  text-align: center;
  color: #d58f76;
}
.cid-ttpZe85rm8 .logo-title {
  text-align: center;
}
.cid-ttpZe85rm8 .logo-title,
.cid-ttpZe85rm8 .logo {
  color: #ffffff;
}
.cid-tsO8tOeNDF.popup-builder {
  background-color: #ffffff;
}
.cid-tsO8tOeNDF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsO8tOeNDF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsO8tOeNDF .modal-content,
.cid-tsO8tOeNDF .modal-dialog {
  height: auto;
}
.cid-tsO8tOeNDF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsO8tOeNDF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsO8tOeNDF .form-wrapper .mbr-form .form-group,
  .cid-tsO8tOeNDF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsO8tOeNDF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsO8tOeNDF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsO8tOeNDF .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tsO8tOeNDF .pt-0 {
  padding-top: 0 !important;
}
.cid-tsO8tOeNDF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsO8tOeNDF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsO8tOeNDF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsO8tOeNDF .modal-open {
  overflow: hidden;
}
.cid-tsO8tOeNDF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsO8tOeNDF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsO8tOeNDF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsO8tOeNDF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tsO8tOeNDF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsO8tOeNDF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsO8tOeNDF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsO8tOeNDF .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tsO8tOeNDF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsO8tOeNDF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsO8tOeNDF .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsO8tOeNDF .modal-backdrop.show {
  opacity: .5;
}
.cid-tsO8tOeNDF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tsO8tOeNDF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsO8tOeNDF .modal-header {
    padding: 1rem;
  }
}
.cid-tsO8tOeNDF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsO8tOeNDF .modal-header .close svg {
  fill: #000000;
}
.cid-tsO8tOeNDF .modal-header .close:hover {
  opacity: 1;
}
.cid-tsO8tOeNDF .modal-header .close:focus {
  outline: none;
}
.cid-tsO8tOeNDF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tsO8tOeNDF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsO8tOeNDF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsO8tOeNDF .modal-body {
    padding: 1rem;
  }
}
.cid-tsO8tOeNDF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tsO8tOeNDF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsO8tOeNDF .modal-footer {
    padding: 1rem;
  }
}
.cid-tsO8tOeNDF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsO8tOeNDF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsO8tOeNDF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsO8tOeNDF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsO8tOeNDF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsO8tOeNDF .modal-lg,
  .cid-tsO8tOeNDF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsO8tOeNDF .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsO8tOeNDF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsO8tOeNDF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tsO8tOeNDF .form-group {
  margin-bottom: 1rem;
}
.cid-tsO8tOeNDF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsO8tOeNDF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsO8tOeNDF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tsO8tOeNDF .mbr-section-btn {
  margin: 0;
}
.cid-tsO8tOeNDF .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsOmacT37y.popup-builder {
  background-color: #ffffff;
}
.cid-tsOmacT37y.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsOmacT37y.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsOmacT37y .modal-content,
.cid-tsOmacT37y .modal-dialog {
  height: auto;
}
.cid-tsOmacT37y .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsOmacT37y .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsOmacT37y .form-wrapper .mbr-form .form-group,
  .cid-tsOmacT37y .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsOmacT37y .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsOmacT37y .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsOmacT37y .mbr-text {
  text-align: left;
  color: #0000ff;
}
.cid-tsOmacT37y .pt-0 {
  padding-top: 0 !important;
}
.cid-tsOmacT37y .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsOmacT37y .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsOmacT37y .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsOmacT37y .modal-open {
  overflow: hidden;
}
.cid-tsOmacT37y .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsOmacT37y .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsOmacT37y .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsOmacT37y .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tsOmacT37y .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsOmacT37y .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsOmacT37y .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsOmacT37y .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tsOmacT37y .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsOmacT37y .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsOmacT37y .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsOmacT37y .modal-backdrop.show {
  opacity: .5;
}
.cid-tsOmacT37y .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tsOmacT37y .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsOmacT37y .modal-header {
    padding: 1rem;
  }
}
.cid-tsOmacT37y .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsOmacT37y .modal-header .close svg {
  fill: #000000;
}
.cid-tsOmacT37y .modal-header .close:hover {
  opacity: 1;
}
.cid-tsOmacT37y .modal-header .close:focus {
  outline: none;
}
.cid-tsOmacT37y .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0000ff;
}
.cid-tsOmacT37y .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsOmacT37y .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsOmacT37y .modal-body {
    padding: 1rem;
  }
}
.cid-tsOmacT37y .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tsOmacT37y .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsOmacT37y .modal-footer {
    padding: 1rem;
  }
}
.cid-tsOmacT37y .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsOmacT37y .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsOmacT37y .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsOmacT37y .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsOmacT37y .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsOmacT37y .modal-lg,
  .cid-tsOmacT37y .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsOmacT37y .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsOmacT37y .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsOmacT37y .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tsOmacT37y .form-group {
  margin-bottom: 1rem;
}
.cid-tsOmacT37y .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsOmacT37y .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsOmacT37y .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tsOmacT37y .mbr-section-btn {
  margin: 0;
}
.cid-tsOmacT37y .mbr-section-btn .btn {
  margin: 0;
}
.cid-tILLpnFyiv.popup-builder {
  background-color: #ffffff;
}
.cid-tILLpnFyiv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tILLpnFyiv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tILLpnFyiv .modal-content,
.cid-tILLpnFyiv .modal-dialog {
  height: auto;
}
.cid-tILLpnFyiv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tILLpnFyiv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tILLpnFyiv .form-wrapper .mbr-form .form-group,
  .cid-tILLpnFyiv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tILLpnFyiv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tILLpnFyiv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tILLpnFyiv .mbr-text {
  text-align: center;
}
.cid-tILLpnFyiv .pt-0 {
  padding-top: 0 !important;
}
.cid-tILLpnFyiv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tILLpnFyiv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tILLpnFyiv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tILLpnFyiv .modal-open {
  overflow: hidden;
}
.cid-tILLpnFyiv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tILLpnFyiv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tILLpnFyiv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tILLpnFyiv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tILLpnFyiv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tILLpnFyiv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tILLpnFyiv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tILLpnFyiv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tILLpnFyiv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tILLpnFyiv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tILLpnFyiv .modal-backdrop.fade {
  opacity: 0;
}
.cid-tILLpnFyiv .modal-backdrop.show {
  opacity: .5;
}
.cid-tILLpnFyiv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tILLpnFyiv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tILLpnFyiv .modal-header {
    padding: 1rem;
  }
}
.cid-tILLpnFyiv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tILLpnFyiv .modal-header .close svg {
  fill: #353535;
}
.cid-tILLpnFyiv .modal-header .close:hover {
  opacity: 1;
}
.cid-tILLpnFyiv .modal-header .close:focus {
  outline: none;
}
.cid-tILLpnFyiv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tILLpnFyiv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tILLpnFyiv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tILLpnFyiv .modal-body {
    padding: 1rem;
  }
}
.cid-tILLpnFyiv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tILLpnFyiv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tILLpnFyiv .modal-footer {
    padding: 1rem;
  }
}
.cid-tILLpnFyiv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tILLpnFyiv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tILLpnFyiv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tILLpnFyiv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tILLpnFyiv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tILLpnFyiv .modal-lg,
  .cid-tILLpnFyiv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tILLpnFyiv .modal-xl {
    max-width: 1140px;
  }
}
.cid-tILLpnFyiv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tILLpnFyiv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tILLpnFyiv .form-group {
  margin-bottom: 1rem;
}
.cid-tILLpnFyiv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tILLpnFyiv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tILLpnFyiv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tILLpnFyiv .mbr-section-btn {
  margin: 0;
}
.cid-tILLpnFyiv .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsIOdVzOFo .navbar-dropdown {
  position: relative !important;
}
.cid-tsIOdVzOFo .navbar-dropdown {
  position: absolute !important;
}
.cid-tsIOdVzOFo .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tsIOdVzOFo .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tsIOdVzOFo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tsIOdVzOFo .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tsIOdVzOFo .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tsIOdVzOFo .container {
    padding: 0 1rem;
  }
}
.cid-tsIOdVzOFo .menu-tite {
  background: #0000ff;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-tsIOdVzOFo .nav-link {
  position: relative;
}
.cid-tsIOdVzOFo .nav-link:hover {
  color: #0000ff !important;
}
.cid-tsIOdVzOFo .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tsIOdVzOFo .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIOdVzOFo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIOdVzOFo .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIOdVzOFo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIOdVzOFo .navbar.collapsed {
  justify-content: center;
}
.cid-tsIOdVzOFo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIOdVzOFo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsIOdVzOFo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tsIOdVzOFo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIOdVzOFo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIOdVzOFo .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-tsIOdVzOFo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIOdVzOFo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIOdVzOFo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIOdVzOFo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIOdVzOFo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIOdVzOFo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIOdVzOFo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIOdVzOFo .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-tsIOdVzOFo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIOdVzOFo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIOdVzOFo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIOdVzOFo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIOdVzOFo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIOdVzOFo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIOdVzOFo .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIOdVzOFo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIOdVzOFo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIOdVzOFo .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-tsIOdVzOFo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIOdVzOFo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIOdVzOFo .dropdown-item:hover,
.cid-tsIOdVzOFo .dropdown-item:focus {
  background: #0000ff !important;
  color: white !important;
}
.cid-tsIOdVzOFo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIOdVzOFo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIOdVzOFo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tsIOdVzOFo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIOdVzOFo .dropdown-menu,
.cid-tsIOdVzOFo .navbar.opened {
  background: #ffffff !important;
}
.cid-tsIOdVzOFo .nav-item:focus,
.cid-tsIOdVzOFo .nav-link:focus {
  outline: none;
}
.cid-tsIOdVzOFo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIOdVzOFo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIOdVzOFo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIOdVzOFo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIOdVzOFo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIOdVzOFo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIOdVzOFo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsIOdVzOFo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIOdVzOFo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIOdVzOFo .dropdown-item.active,
.cid-tsIOdVzOFo .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIOdVzOFo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIOdVzOFo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIOdVzOFo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIOdVzOFo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tsIOdVzOFo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIOdVzOFo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIOdVzOFo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIOdVzOFo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIOdVzOFo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIOdVzOFo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tsIOdVzOFo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIOdVzOFo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIOdVzOFo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIOdVzOFo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIOdVzOFo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIOdVzOFo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIOdVzOFo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIOdVzOFo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIOdVzOFo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tsIOdVzOFo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIOdVzOFo .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-tsIOdVzOFo .navbar {
    height: 70px;
  }
  .cid-tsIOdVzOFo .navbar.opened {
    height: auto;
  }
  .cid-tsIOdVzOFo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsIOdWmbLv {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/slide13-1152x864.jpg");
}
.cid-tsIOdWmbLv .mbr-text,
.cid-tsIOdWmbLv .mbr-section-btn {
  color: #ffffff;
}
.cid-tsIOdWmbLv .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tsIOdWZOtl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tsIOdWZOtl blockquote {
  border-color: #ff0000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tsIOdWZOtl .mbr-text {
  color: #000000;
}
.cid-ttpZnZI3nl {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ttpZnZI3nl .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-ttpZnZI3nl .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ttpZnZI3nl .col + .mbr-section-btn .btn,
.cid-ttpZnZI3nl .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ttpZnZI3nl .col + .mbr-section-btn .btn,
  .cid-ttpZnZI3nl .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ttpZnZI3nl .dragArea > *:nth-last-child(2).col,
  .cid-ttpZnZI3nl .dragArea > *:nth-last-child(2).col-auto,
  .cid-ttpZnZI3nl .col + .mbr-section-btn,
  .cid-ttpZnZI3nl .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ttpZnZI3nl .dragArea {
    flex-direction: column;
  }
}
.cid-ttpZnZI3nl .btn-primary {
  border: 1px solid #0000ff !important;
}
.cid-ttpZnZI3nl .btn-primary:hover {
  border: 1px solid #0000ff !important;
}
.cid-ttpZnZI3nl .stripe {
  border-bottom: 1px solid #ff6666;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ttpZnZI3nl .form-group {
  max-width: 220px;
}
.cid-ttpZnZI3nl .mbr-section-btn {
  padding-left: 0;
}
.cid-ttpZnZI3nl .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ttpZnZI3nl .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ff6666;
  width: 85%;
}
.cid-ttpZnZI3nl .mbr-text {
  color: #444;
}
.cid-ttpZnZI3nl h5 {
  margin-bottom: 0;
}
.cid-ttpZnZI3nl .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ttpZnZI3nl .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ttpZnZI3nl .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ttpZnZI3nl .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-ttpZnZI3nl .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-ttpZnZI3nl .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ttpZnZI3nl .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ttpZnZI3nl .social-list a:hover {
  opacity: 0.4;
}
.cid-ttpZnZI3nl .media-container-row > div {
  padding: 0px;
}
.cid-ttpZnZI3nl .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ttpZnZI3nl .group-title {
  text-align: left;
  color: #ff6666;
  padding-bottom: 0.2rem;
}
.cid-ttpZnZI3nl .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ttpZnZI3nl .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ttpZnZI3nl .social-list,
  .cid-ttpZnZI3nl .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ttpZnZI3nl h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ttpZnZI3nl .form-group {
    max-width: 180px;
  }
}
.cid-ttpZnZI3nl .links span {
  color: #9e9e9e;
}
.cid-ttpZnZI3nl .logo-sub-title {
  text-align: center;
  color: #d58f76;
}
.cid-ttpZnZI3nl .logo-title {
  text-align: center;
}
.cid-ttpZnZI3nl .logo-title,
.cid-ttpZnZI3nl .logo {
  color: #ffffff;
}
.cid-tsIOdYpDdN.popup-builder {
  background-color: #ffffff;
}
.cid-tsIOdYpDdN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsIOdYpDdN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsIOdYpDdN .modal-content,
.cid-tsIOdYpDdN .modal-dialog {
  height: auto;
}
.cid-tsIOdYpDdN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsIOdYpDdN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsIOdYpDdN .form-wrapper .mbr-form .form-group,
  .cid-tsIOdYpDdN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsIOdYpDdN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsIOdYpDdN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsIOdYpDdN .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tsIOdYpDdN .pt-0 {
  padding-top: 0 !important;
}
.cid-tsIOdYpDdN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsIOdYpDdN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsIOdYpDdN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsIOdYpDdN .modal-open {
  overflow: hidden;
}
.cid-tsIOdYpDdN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsIOdYpDdN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsIOdYpDdN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsIOdYpDdN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tsIOdYpDdN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsIOdYpDdN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsIOdYpDdN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsIOdYpDdN .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tsIOdYpDdN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsIOdYpDdN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsIOdYpDdN .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsIOdYpDdN .modal-backdrop.show {
  opacity: .5;
}
.cid-tsIOdYpDdN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tsIOdYpDdN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsIOdYpDdN .modal-header {
    padding: 1rem;
  }
}
.cid-tsIOdYpDdN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsIOdYpDdN .modal-header .close svg {
  fill: #000000;
}
.cid-tsIOdYpDdN .modal-header .close:hover {
  opacity: 1;
}
.cid-tsIOdYpDdN .modal-header .close:focus {
  outline: none;
}
.cid-tsIOdYpDdN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tsIOdYpDdN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsIOdYpDdN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsIOdYpDdN .modal-body {
    padding: 1rem;
  }
}
.cid-tsIOdYpDdN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tsIOdYpDdN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsIOdYpDdN .modal-footer {
    padding: 1rem;
  }
}
.cid-tsIOdYpDdN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsIOdYpDdN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsIOdYpDdN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsIOdYpDdN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsIOdYpDdN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsIOdYpDdN .modal-lg,
  .cid-tsIOdYpDdN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsIOdYpDdN .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsIOdYpDdN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsIOdYpDdN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tsIOdYpDdN .form-group {
  margin-bottom: 1rem;
}
.cid-tsIOdYpDdN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsIOdYpDdN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsIOdYpDdN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tsIOdYpDdN .mbr-section-btn {
  margin: 0;
}
.cid-tsIOdYpDdN .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsOmacTnYh.popup-builder {
  background-color: #ffffff;
}
.cid-tsOmacTnYh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsOmacTnYh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsOmacTnYh .modal-content,
.cid-tsOmacTnYh .modal-dialog {
  height: auto;
}
.cid-tsOmacTnYh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsOmacTnYh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsOmacTnYh .form-wrapper .mbr-form .form-group,
  .cid-tsOmacTnYh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsOmacTnYh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsOmacTnYh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsOmacTnYh .mbr-text {
  text-align: left;
  color: #0000ff;
}
.cid-tsOmacTnYh .pt-0 {
  padding-top: 0 !important;
}
.cid-tsOmacTnYh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsOmacTnYh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsOmacTnYh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsOmacTnYh .modal-open {
  overflow: hidden;
}
.cid-tsOmacTnYh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsOmacTnYh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsOmacTnYh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsOmacTnYh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tsOmacTnYh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsOmacTnYh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsOmacTnYh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsOmacTnYh .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tsOmacTnYh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsOmacTnYh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsOmacTnYh .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsOmacTnYh .modal-backdrop.show {
  opacity: .5;
}
.cid-tsOmacTnYh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tsOmacTnYh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsOmacTnYh .modal-header {
    padding: 1rem;
  }
}
.cid-tsOmacTnYh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsOmacTnYh .modal-header .close svg {
  fill: #000000;
}
.cid-tsOmacTnYh .modal-header .close:hover {
  opacity: 1;
}
.cid-tsOmacTnYh .modal-header .close:focus {
  outline: none;
}
.cid-tsOmacTnYh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0000ff;
}
.cid-tsOmacTnYh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsOmacTnYh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsOmacTnYh .modal-body {
    padding: 1rem;
  }
}
.cid-tsOmacTnYh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tsOmacTnYh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsOmacTnYh .modal-footer {
    padding: 1rem;
  }
}
.cid-tsOmacTnYh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsOmacTnYh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsOmacTnYh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsOmacTnYh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsOmacTnYh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsOmacTnYh .modal-lg,
  .cid-tsOmacTnYh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsOmacTnYh .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsOmacTnYh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsOmacTnYh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tsOmacTnYh .form-group {
  margin-bottom: 1rem;
}
.cid-tsOmacTnYh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsOmacTnYh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsOmacTnYh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tsOmacTnYh .mbr-section-btn {
  margin: 0;
}
.cid-tsOmacTnYh .mbr-section-btn .btn {
  margin: 0;
}
.cid-tILLpnFnE2.popup-builder {
  background-color: #ffffff;
}
.cid-tILLpnFnE2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tILLpnFnE2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tILLpnFnE2 .modal-content,
.cid-tILLpnFnE2 .modal-dialog {
  height: auto;
}
.cid-tILLpnFnE2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tILLpnFnE2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tILLpnFnE2 .form-wrapper .mbr-form .form-group,
  .cid-tILLpnFnE2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tILLpnFnE2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tILLpnFnE2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tILLpnFnE2 .mbr-text {
  text-align: center;
}
.cid-tILLpnFnE2 .pt-0 {
  padding-top: 0 !important;
}
.cid-tILLpnFnE2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tILLpnFnE2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tILLpnFnE2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tILLpnFnE2 .modal-open {
  overflow: hidden;
}
.cid-tILLpnFnE2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tILLpnFnE2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tILLpnFnE2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tILLpnFnE2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tILLpnFnE2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tILLpnFnE2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tILLpnFnE2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tILLpnFnE2 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tILLpnFnE2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tILLpnFnE2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tILLpnFnE2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tILLpnFnE2 .modal-backdrop.show {
  opacity: .5;
}
.cid-tILLpnFnE2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tILLpnFnE2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tILLpnFnE2 .modal-header {
    padding: 1rem;
  }
}
.cid-tILLpnFnE2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tILLpnFnE2 .modal-header .close svg {
  fill: #353535;
}
.cid-tILLpnFnE2 .modal-header .close:hover {
  opacity: 1;
}
.cid-tILLpnFnE2 .modal-header .close:focus {
  outline: none;
}
.cid-tILLpnFnE2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tILLpnFnE2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tILLpnFnE2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tILLpnFnE2 .modal-body {
    padding: 1rem;
  }
}
.cid-tILLpnFnE2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tILLpnFnE2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tILLpnFnE2 .modal-footer {
    padding: 1rem;
  }
}
.cid-tILLpnFnE2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tILLpnFnE2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tILLpnFnE2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tILLpnFnE2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tILLpnFnE2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tILLpnFnE2 .modal-lg,
  .cid-tILLpnFnE2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tILLpnFnE2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tILLpnFnE2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tILLpnFnE2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tILLpnFnE2 .form-group {
  margin-bottom: 1rem;
}
.cid-tILLpnFnE2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tILLpnFnE2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tILLpnFnE2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tILLpnFnE2 .mbr-section-btn {
  margin: 0;
}
.cid-tILLpnFnE2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ttwekVIcOf .navbar-dropdown {
  position: relative !important;
}
.cid-ttwekVIcOf .navbar-dropdown {
  position: absolute !important;
}
.cid-ttwekVIcOf .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ttwekVIcOf .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-ttwekVIcOf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ttwekVIcOf .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-ttwekVIcOf .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-ttwekVIcOf .container {
    padding: 0 1rem;
  }
}
.cid-ttwekVIcOf .menu-tite {
  background: #0000ff;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-ttwekVIcOf .nav-link {
  position: relative;
}
.cid-ttwekVIcOf .nav-link:hover {
  color: #0000ff !important;
}
.cid-ttwekVIcOf .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-ttwekVIcOf .navbar.opened {
  transition: all 0.3s;
}
.cid-ttwekVIcOf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttwekVIcOf .navbar .navbar-logo img {
  width: auto;
}
.cid-ttwekVIcOf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttwekVIcOf .navbar.collapsed {
  justify-content: center;
}
.cid-ttwekVIcOf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttwekVIcOf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttwekVIcOf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ttwekVIcOf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttwekVIcOf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttwekVIcOf .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-ttwekVIcOf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttwekVIcOf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttwekVIcOf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttwekVIcOf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttwekVIcOf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttwekVIcOf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttwekVIcOf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttwekVIcOf .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-ttwekVIcOf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttwekVIcOf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttwekVIcOf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttwekVIcOf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttwekVIcOf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttwekVIcOf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttwekVIcOf .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttwekVIcOf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttwekVIcOf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttwekVIcOf .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-ttwekVIcOf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttwekVIcOf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttwekVIcOf .dropdown-item:hover,
.cid-ttwekVIcOf .dropdown-item:focus {
  background: #0000ff !important;
  color: white !important;
}
.cid-ttwekVIcOf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttwekVIcOf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttwekVIcOf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-ttwekVIcOf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttwekVIcOf .dropdown-menu,
.cid-ttwekVIcOf .navbar.opened {
  background: #ffffff !important;
}
.cid-ttwekVIcOf .nav-item:focus,
.cid-ttwekVIcOf .nav-link:focus {
  outline: none;
}
.cid-ttwekVIcOf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttwekVIcOf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttwekVIcOf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttwekVIcOf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttwekVIcOf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttwekVIcOf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttwekVIcOf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttwekVIcOf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttwekVIcOf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttwekVIcOf .dropdown-item.active,
.cid-ttwekVIcOf .dropdown-item:active {
  background-color: transparent;
}
.cid-ttwekVIcOf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttwekVIcOf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttwekVIcOf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttwekVIcOf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttwekVIcOf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttwekVIcOf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttwekVIcOf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttwekVIcOf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttwekVIcOf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttwekVIcOf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ttwekVIcOf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttwekVIcOf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttwekVIcOf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttwekVIcOf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttwekVIcOf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttwekVIcOf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttwekVIcOf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttwekVIcOf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttwekVIcOf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ttwekVIcOf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttwekVIcOf .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-ttwekVIcOf .navbar {
    height: 70px;
  }
  .cid-ttwekVIcOf .navbar.opened {
    height: auto;
  }
  .cid-ttwekVIcOf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttwekWeo2f {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-20230113-wa0021-1-1152x864.jpg");
}
.cid-ttwekWeo2f .mbr-text,
.cid-ttwekWeo2f .mbr-section-btn {
  color: #ffffff;
}
.cid-ttwekWeo2f .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ttwfeYibAo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttwfeYibAo .container-fluid {
  padding: 0 3rem;
}
.cid-ttwfeYibAo .mbr-section-subtitle {
  color: #767676;
}
.cid-ttwfeYibAo .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ttwfeYibAo .table-wrapper {
  margin: 0 auto;
}
.cid-ttwfeYibAo table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-ttwfeYibAo table thead tr {
  border: none !important;
}
.cid-ttwfeYibAo table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #5b5b5b;
  color: white;
  vertical-align: middle;
}
.cid-ttwfeYibAo table tr {
  border-bottom: 1px solid #c1c1c1;
  border-top: none;
}
.cid-ttwfeYibAo table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-ttwfeYibAo tr:hover {
  background-color: #bed3f9 !important;
}
.cid-ttwfeYibAo .head-item:after,
.cid-ttwfeYibAo .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-ttwfeYibAo table th,
  .cid-ttwfeYibAo table td {
    padding: .75rem;
  }
}
.cid-ttwfeYibAo .body-item {
  text-align: left;
  color: #000000;
}
.cid-ttwfeYibAo .head-item {
  color: #000000;
  text-align: left;
}
.cid-ttwekX2iAw {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ttwekX2iAw .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-ttwekX2iAw .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ttwekX2iAw .col + .mbr-section-btn .btn,
.cid-ttwekX2iAw .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ttwekX2iAw .col + .mbr-section-btn .btn,
  .cid-ttwekX2iAw .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ttwekX2iAw .dragArea > *:nth-last-child(2).col,
  .cid-ttwekX2iAw .dragArea > *:nth-last-child(2).col-auto,
  .cid-ttwekX2iAw .col + .mbr-section-btn,
  .cid-ttwekX2iAw .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ttwekX2iAw .dragArea {
    flex-direction: column;
  }
}
.cid-ttwekX2iAw .btn-primary {
  border: 1px solid #0000ff !important;
}
.cid-ttwekX2iAw .btn-primary:hover {
  border: 1px solid #0000ff !important;
}
.cid-ttwekX2iAw .stripe {
  border-bottom: 1px solid #ff6666;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ttwekX2iAw .form-group {
  max-width: 220px;
}
.cid-ttwekX2iAw .mbr-section-btn {
  padding-left: 0;
}
.cid-ttwekX2iAw .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ttwekX2iAw .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ff6666;
  width: 85%;
}
.cid-ttwekX2iAw .mbr-text {
  color: #444;
}
.cid-ttwekX2iAw h5 {
  margin-bottom: 0;
}
.cid-ttwekX2iAw .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ttwekX2iAw .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ttwekX2iAw .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ttwekX2iAw .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-ttwekX2iAw .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-ttwekX2iAw .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ttwekX2iAw .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ttwekX2iAw .social-list a:hover {
  opacity: 0.4;
}
.cid-ttwekX2iAw .media-container-row > div {
  padding: 0px;
}
.cid-ttwekX2iAw .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ttwekX2iAw .group-title {
  text-align: left;
  color: #ff6666;
  padding-bottom: 0.2rem;
}
.cid-ttwekX2iAw .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ttwekX2iAw .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ttwekX2iAw .social-list,
  .cid-ttwekX2iAw .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ttwekX2iAw h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ttwekX2iAw .form-group {
    max-width: 180px;
  }
}
.cid-ttwekX2iAw .links span {
  color: #9e9e9e;
}
.cid-ttwekX2iAw .logo-sub-title {
  text-align: center;
  color: #d58f76;
}
.cid-ttwekX2iAw .logo-title {
  text-align: center;
}
.cid-ttwekX2iAw .logo-title,
.cid-ttwekX2iAw .logo {
  color: #ffffff;
}
.cid-ttwekXNkiM.popup-builder {
  background-color: #ffffff;
}
.cid-ttwekXNkiM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ttwekXNkiM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ttwekXNkiM .modal-content,
.cid-ttwekXNkiM .modal-dialog {
  height: auto;
}
.cid-ttwekXNkiM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ttwekXNkiM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ttwekXNkiM .form-wrapper .mbr-form .form-group,
  .cid-ttwekXNkiM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ttwekXNkiM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ttwekXNkiM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttwekXNkiM .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-ttwekXNkiM .pt-0 {
  padding-top: 0 !important;
}
.cid-ttwekXNkiM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ttwekXNkiM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ttwekXNkiM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ttwekXNkiM .modal-open {
  overflow: hidden;
}
.cid-ttwekXNkiM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ttwekXNkiM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ttwekXNkiM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ttwekXNkiM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ttwekXNkiM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ttwekXNkiM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ttwekXNkiM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ttwekXNkiM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ttwekXNkiM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ttwekXNkiM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ttwekXNkiM .modal-backdrop.fade {
  opacity: 0;
}
.cid-ttwekXNkiM .modal-backdrop.show {
  opacity: .5;
}
.cid-ttwekXNkiM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ttwekXNkiM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttwekXNkiM .modal-header {
    padding: 1rem;
  }
}
.cid-ttwekXNkiM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ttwekXNkiM .modal-header .close svg {
  fill: #000000;
}
.cid-ttwekXNkiM .modal-header .close:hover {
  opacity: 1;
}
.cid-ttwekXNkiM .modal-header .close:focus {
  outline: none;
}
.cid-ttwekXNkiM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ttwekXNkiM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ttwekXNkiM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttwekXNkiM .modal-body {
    padding: 1rem;
  }
}
.cid-ttwekXNkiM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ttwekXNkiM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttwekXNkiM .modal-footer {
    padding: 1rem;
  }
}
.cid-ttwekXNkiM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ttwekXNkiM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ttwekXNkiM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ttwekXNkiM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ttwekXNkiM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ttwekXNkiM .modal-lg,
  .cid-ttwekXNkiM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ttwekXNkiM .modal-xl {
    max-width: 1140px;
  }
}
.cid-ttwekXNkiM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ttwekXNkiM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ttwekXNkiM .form-group {
  margin-bottom: 1rem;
}
.cid-ttwekXNkiM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ttwekXNkiM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ttwekXNkiM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ttwekXNkiM .mbr-section-btn {
  margin: 0;
}
.cid-ttwekXNkiM .mbr-section-btn .btn {
  margin: 0;
}
.cid-ttwekYuSpX.popup-builder {
  background-color: #ffffff;
}
.cid-ttwekYuSpX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ttwekYuSpX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ttwekYuSpX .modal-content,
.cid-ttwekYuSpX .modal-dialog {
  height: auto;
}
.cid-ttwekYuSpX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ttwekYuSpX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ttwekYuSpX .form-wrapper .mbr-form .form-group,
  .cid-ttwekYuSpX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ttwekYuSpX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ttwekYuSpX .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttwekYuSpX .mbr-text {
  text-align: left;
  color: #0000ff;
}
.cid-ttwekYuSpX .pt-0 {
  padding-top: 0 !important;
}
.cid-ttwekYuSpX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ttwekYuSpX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ttwekYuSpX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ttwekYuSpX .modal-open {
  overflow: hidden;
}
.cid-ttwekYuSpX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ttwekYuSpX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ttwekYuSpX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ttwekYuSpX .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ttwekYuSpX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ttwekYuSpX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ttwekYuSpX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ttwekYuSpX .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ttwekYuSpX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ttwekYuSpX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ttwekYuSpX .modal-backdrop.fade {
  opacity: 0;
}
.cid-ttwekYuSpX .modal-backdrop.show {
  opacity: .5;
}
.cid-ttwekYuSpX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ttwekYuSpX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttwekYuSpX .modal-header {
    padding: 1rem;
  }
}
.cid-ttwekYuSpX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ttwekYuSpX .modal-header .close svg {
  fill: #000000;
}
.cid-ttwekYuSpX .modal-header .close:hover {
  opacity: 1;
}
.cid-ttwekYuSpX .modal-header .close:focus {
  outline: none;
}
.cid-ttwekYuSpX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0000ff;
}
.cid-ttwekYuSpX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ttwekYuSpX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttwekYuSpX .modal-body {
    padding: 1rem;
  }
}
.cid-ttwekYuSpX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ttwekYuSpX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttwekYuSpX .modal-footer {
    padding: 1rem;
  }
}
.cid-ttwekYuSpX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ttwekYuSpX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ttwekYuSpX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ttwekYuSpX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ttwekYuSpX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ttwekYuSpX .modal-lg,
  .cid-ttwekYuSpX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ttwekYuSpX .modal-xl {
    max-width: 1140px;
  }
}
.cid-ttwekYuSpX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ttwekYuSpX .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ttwekYuSpX .form-group {
  margin-bottom: 1rem;
}
.cid-ttwekYuSpX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ttwekYuSpX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ttwekYuSpX .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ttwekYuSpX .mbr-section-btn {
  margin: 0;
}
.cid-ttwekYuSpX .mbr-section-btn .btn {
  margin: 0;
}
.cid-tILLpnGq0W.popup-builder {
  background-color: #ffffff;
}
.cid-tILLpnGq0W.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tILLpnGq0W.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tILLpnGq0W .modal-content,
.cid-tILLpnGq0W .modal-dialog {
  height: auto;
}
.cid-tILLpnGq0W .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tILLpnGq0W .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tILLpnGq0W .form-wrapper .mbr-form .form-group,
  .cid-tILLpnGq0W .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tILLpnGq0W .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tILLpnGq0W .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tILLpnGq0W .mbr-text {
  text-align: center;
}
.cid-tILLpnGq0W .pt-0 {
  padding-top: 0 !important;
}
.cid-tILLpnGq0W .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tILLpnGq0W .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tILLpnGq0W .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tILLpnGq0W .modal-open {
  overflow: hidden;
}
.cid-tILLpnGq0W .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tILLpnGq0W .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tILLpnGq0W .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tILLpnGq0W .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tILLpnGq0W .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tILLpnGq0W .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tILLpnGq0W .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tILLpnGq0W .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tILLpnGq0W .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tILLpnGq0W .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tILLpnGq0W .modal-backdrop.fade {
  opacity: 0;
}
.cid-tILLpnGq0W .modal-backdrop.show {
  opacity: .5;
}
.cid-tILLpnGq0W .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tILLpnGq0W .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tILLpnGq0W .modal-header {
    padding: 1rem;
  }
}
.cid-tILLpnGq0W .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tILLpnGq0W .modal-header .close svg {
  fill: #353535;
}
.cid-tILLpnGq0W .modal-header .close:hover {
  opacity: 1;
}
.cid-tILLpnGq0W .modal-header .close:focus {
  outline: none;
}
.cid-tILLpnGq0W .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tILLpnGq0W .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tILLpnGq0W .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tILLpnGq0W .modal-body {
    padding: 1rem;
  }
}
.cid-tILLpnGq0W .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tILLpnGq0W .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tILLpnGq0W .modal-footer {
    padding: 1rem;
  }
}
.cid-tILLpnGq0W .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tILLpnGq0W .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tILLpnGq0W .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tILLpnGq0W .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tILLpnGq0W .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tILLpnGq0W .modal-lg,
  .cid-tILLpnGq0W .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tILLpnGq0W .modal-xl {
    max-width: 1140px;
  }
}
.cid-tILLpnGq0W .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tILLpnGq0W .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tILLpnGq0W .form-group {
  margin-bottom: 1rem;
}
.cid-tILLpnGq0W .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tILLpnGq0W .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tILLpnGq0W .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tILLpnGq0W .mbr-section-btn {
  margin: 0;
}
.cid-tILLpnGq0W .mbr-section-btn .btn {
  margin: 0;
}
.cid-tGLZNHr8Je .navbar-dropdown {
  position: relative !important;
}
.cid-tGLZNHr8Je .navbar-dropdown {
  position: absolute !important;
}
.cid-tGLZNHr8Je .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGLZNHr8Je .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tGLZNHr8Je .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tGLZNHr8Je .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tGLZNHr8Je .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tGLZNHr8Je .container {
    padding: 0 1rem;
  }
}
.cid-tGLZNHr8Je .menu-tite {
  background: #0000ff;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-tGLZNHr8Je .nav-link {
  position: relative;
}
.cid-tGLZNHr8Je .nav-link:hover {
  color: #0000ff !important;
}
.cid-tGLZNHr8Je .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tGLZNHr8Je .navbar.opened {
  transition: all 0.3s;
}
.cid-tGLZNHr8Je .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGLZNHr8Je .navbar .navbar-logo img {
  width: auto;
}
.cid-tGLZNHr8Je .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGLZNHr8Je .navbar.collapsed {
  justify-content: center;
}
.cid-tGLZNHr8Je .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGLZNHr8Je .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGLZNHr8Je .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tGLZNHr8Je .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGLZNHr8Je .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGLZNHr8Je .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-tGLZNHr8Je .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGLZNHr8Je .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGLZNHr8Je .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGLZNHr8Je .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGLZNHr8Je .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGLZNHr8Je .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGLZNHr8Je .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGLZNHr8Je .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-tGLZNHr8Je .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGLZNHr8Je .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGLZNHr8Je .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGLZNHr8Je .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGLZNHr8Je .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGLZNHr8Je .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tGLZNHr8Je .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGLZNHr8Je .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGLZNHr8Je .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGLZNHr8Je .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-tGLZNHr8Je .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGLZNHr8Je .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGLZNHr8Je .dropdown-item:hover,
.cid-tGLZNHr8Je .dropdown-item:focus {
  background: #0000ff !important;
  color: white !important;
}
.cid-tGLZNHr8Je .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGLZNHr8Je .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGLZNHr8Je .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tGLZNHr8Je .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGLZNHr8Je .dropdown-menu,
.cid-tGLZNHr8Je .navbar.opened {
  background: #ffffff !important;
}
.cid-tGLZNHr8Je .nav-item:focus,
.cid-tGLZNHr8Je .nav-link:focus {
  outline: none;
}
.cid-tGLZNHr8Je .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGLZNHr8Je .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGLZNHr8Je .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGLZNHr8Je .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGLZNHr8Je .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGLZNHr8Je .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGLZNHr8Je .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGLZNHr8Je .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGLZNHr8Je .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGLZNHr8Je .dropdown-item.active,
.cid-tGLZNHr8Je .dropdown-item:active {
  background-color: transparent;
}
.cid-tGLZNHr8Je .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGLZNHr8Je .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGLZNHr8Je .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGLZNHr8Je .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGLZNHr8Je .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGLZNHr8Je .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGLZNHr8Je ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGLZNHr8Je .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGLZNHr8Je button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGLZNHr8Je button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tGLZNHr8Je button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGLZNHr8Je button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGLZNHr8Je button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGLZNHr8Je button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGLZNHr8Je nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGLZNHr8Je nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGLZNHr8Je nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGLZNHr8Je nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGLZNHr8Je .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tGLZNHr8Je a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGLZNHr8Je .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-tGLZNHr8Je .navbar {
    height: 70px;
  }
  .cid-tGLZNHr8Je .navbar.opened {
    height: auto;
  }
  .cid-tGLZNHr8Je .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGLZNI23Vz {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGLZNI23Vz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGLZNI23Vz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGLZNI23Vz .item {
  padding-bottom: 2rem;
}
.cid-tGLZNI23Vz .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tGLZNI23Vz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tGLZNI23Vz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tGLZNI23Vz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tGLZNI23Vz .carousel-control,
.cid-tGLZNI23Vz .close {
  background: #1b1b1b;
}
.cid-tGLZNI23Vz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tGLZNI23Vz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tGLZNI23Vz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tGLZNI23Vz .carousel-control-next span {
  margin-left: 5px;
}
.cid-tGLZNI23Vz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tGLZNI23Vz .close::before {
  content: '\e91a';
}
.cid-tGLZNI23Vz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tGLZNI23Vz .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tGLZNI23Vz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGLZNI23Vz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGLZNI23Vz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGLZNI23Vz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tGLZNI23Vz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tGLZNI23Vz .carousel-indicators li.active,
.cid-tGLZNI23Vz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tGLZNI23Vz .carousel-indicators li::after,
.cid-tGLZNI23Vz .carousel-indicators li::before {
  content: none;
}
.cid-tGLZNI23Vz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tGLZNI23Vz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tGLZNI23Vz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tGLZNI23Vz .carousel-indicators {
    display: none;
  }
}
.cid-tGLZNI23Vz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tGLZNI23Vz .carousel-inner > .active {
  display: block;
}
.cid-tGLZNI23Vz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGLZNI23Vz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGLZNI23Vz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tGLZNI23Vz .carousel-control,
  .cid-tGLZNI23Vz .carousel-indicators,
  .cid-tGLZNI23Vz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tGLZNI23Vz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tGLZNI23Vz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tGLZNI23Vz .carousel-indicators .active,
.cid-tGLZNI23Vz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tGLZNI23Vz .carousel-indicators .active {
  background: #fff;
}
.cid-tGLZNI23Vz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tGLZNI23Vz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tGLZNI23Vz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tGLZNI23Vz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tGLZNI23Vz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tGLZNI23Vz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tGLZNI23Vz .carousel {
  width: 100%;
}
.cid-tGLZNI23Vz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tGLZNI23Vz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tGLZNI23Vz .modal.fade .modal-dialog,
.cid-tGLZNI23Vz .modal.in .modal-dialog {
  transform: none;
}
.cid-tGLZNI23Vz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tGLZNI23Vz H6 {
  text-align: center;
}
.cid-tGLZNI23Vz H3 {
  color: #000000;
  text-align: left;
}
.cid-tGLZNI23Vz H4 {
  text-align: left;
  color: #0000ff;
}
.cid-tHieKGevuM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHieKGevuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHieKGevuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHieKGevuM .item {
  padding-bottom: 2rem;
}
.cid-tHieKGevuM .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tHieKGevuM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tHieKGevuM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tHieKGevuM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tHieKGevuM .carousel-control,
.cid-tHieKGevuM .close {
  background: #1b1b1b;
}
.cid-tHieKGevuM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tHieKGevuM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tHieKGevuM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tHieKGevuM .carousel-control-next span {
  margin-left: 5px;
}
.cid-tHieKGevuM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tHieKGevuM .close::before {
  content: '\e91a';
}
.cid-tHieKGevuM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tHieKGevuM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tHieKGevuM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHieKGevuM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHieKGevuM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tHieKGevuM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tHieKGevuM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tHieKGevuM .carousel-indicators li.active,
.cid-tHieKGevuM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tHieKGevuM .carousel-indicators li::after,
.cid-tHieKGevuM .carousel-indicators li::before {
  content: none;
}
.cid-tHieKGevuM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tHieKGevuM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tHieKGevuM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tHieKGevuM .carousel-indicators {
    display: none;
  }
}
.cid-tHieKGevuM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tHieKGevuM .carousel-inner > .active {
  display: block;
}
.cid-tHieKGevuM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHieKGevuM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHieKGevuM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tHieKGevuM .carousel-control,
  .cid-tHieKGevuM .carousel-indicators,
  .cid-tHieKGevuM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tHieKGevuM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tHieKGevuM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHieKGevuM .carousel-indicators .active,
.cid-tHieKGevuM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tHieKGevuM .carousel-indicators .active {
  background: #fff;
}
.cid-tHieKGevuM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tHieKGevuM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tHieKGevuM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tHieKGevuM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tHieKGevuM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tHieKGevuM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tHieKGevuM .carousel {
  width: 100%;
}
.cid-tHieKGevuM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tHieKGevuM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tHieKGevuM .modal.fade .modal-dialog,
.cid-tHieKGevuM .modal.in .modal-dialog {
  transform: none;
}
.cid-tHieKGevuM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tHieKGevuM H6 {
  text-align: center;
}
.cid-tHieKGevuM H3 {
  color: #000000;
  text-align: left;
}
.cid-tHieKGevuM H4 {
  text-align: left;
  color: #0000ff;
}
.cid-tGLZNOyg0b {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tGLZNOyg0b .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tGLZNOyg0b .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tGLZNOyg0b .col + .mbr-section-btn .btn,
.cid-tGLZNOyg0b .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-tGLZNOyg0b .col + .mbr-section-btn .btn,
  .cid-tGLZNOyg0b .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-tGLZNOyg0b .dragArea > *:nth-last-child(2).col,
  .cid-tGLZNOyg0b .dragArea > *:nth-last-child(2).col-auto,
  .cid-tGLZNOyg0b .col + .mbr-section-btn,
  .cid-tGLZNOyg0b .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-tGLZNOyg0b .dragArea {
    flex-direction: column;
  }
}
.cid-tGLZNOyg0b .btn-primary {
  border: 1px solid #0000ff !important;
}
.cid-tGLZNOyg0b .btn-primary:hover {
  border: 1px solid #0000ff !important;
}
.cid-tGLZNOyg0b .stripe {
  border-bottom: 1px solid #ff6666;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tGLZNOyg0b .form-group {
  max-width: 220px;
}
.cid-tGLZNOyg0b .mbr-section-btn {
  padding-left: 0;
}
.cid-tGLZNOyg0b .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tGLZNOyg0b .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ff6666;
  width: 85%;
}
.cid-tGLZNOyg0b .mbr-text {
  color: #444;
}
.cid-tGLZNOyg0b h5 {
  margin-bottom: 0;
}
.cid-tGLZNOyg0b .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tGLZNOyg0b .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGLZNOyg0b .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tGLZNOyg0b .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-tGLZNOyg0b .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-tGLZNOyg0b .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tGLZNOyg0b .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGLZNOyg0b .social-list a:hover {
  opacity: 0.4;
}
.cid-tGLZNOyg0b .media-container-row > div {
  padding: 0px;
}
.cid-tGLZNOyg0b .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tGLZNOyg0b .group-title {
  text-align: left;
  color: #ff6666;
  padding-bottom: 0.2rem;
}
.cid-tGLZNOyg0b .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tGLZNOyg0b .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tGLZNOyg0b .social-list,
  .cid-tGLZNOyg0b .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tGLZNOyg0b h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tGLZNOyg0b .form-group {
    max-width: 180px;
  }
}
.cid-tGLZNOyg0b .links span {
  color: #9e9e9e;
}
.cid-tGLZNOyg0b .logo-sub-title {
  text-align: center;
  color: #d58f76;
}
.cid-tGLZNOyg0b .logo-title {
  text-align: center;
}
.cid-tGLZNOyg0b .logo-title,
.cid-tGLZNOyg0b .logo {
  color: #ffffff;
}
.cid-tGLZNPqeyJ.popup-builder {
  background-color: #ffffff;
}
.cid-tGLZNPqeyJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tGLZNPqeyJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tGLZNPqeyJ .modal-content,
.cid-tGLZNPqeyJ .modal-dialog {
  height: auto;
}
.cid-tGLZNPqeyJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tGLZNPqeyJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tGLZNPqeyJ .form-wrapper .mbr-form .form-group,
  .cid-tGLZNPqeyJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tGLZNPqeyJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tGLZNPqeyJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGLZNPqeyJ .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tGLZNPqeyJ .pt-0 {
  padding-top: 0 !important;
}
.cid-tGLZNPqeyJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tGLZNPqeyJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tGLZNPqeyJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tGLZNPqeyJ .modal-open {
  overflow: hidden;
}
.cid-tGLZNPqeyJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tGLZNPqeyJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tGLZNPqeyJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tGLZNPqeyJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tGLZNPqeyJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tGLZNPqeyJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tGLZNPqeyJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tGLZNPqeyJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tGLZNPqeyJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tGLZNPqeyJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tGLZNPqeyJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tGLZNPqeyJ .modal-backdrop.show {
  opacity: .5;
}
.cid-tGLZNPqeyJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tGLZNPqeyJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGLZNPqeyJ .modal-header {
    padding: 1rem;
  }
}
.cid-tGLZNPqeyJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tGLZNPqeyJ .modal-header .close svg {
  fill: #000000;
}
.cid-tGLZNPqeyJ .modal-header .close:hover {
  opacity: 1;
}
.cid-tGLZNPqeyJ .modal-header .close:focus {
  outline: none;
}
.cid-tGLZNPqeyJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tGLZNPqeyJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tGLZNPqeyJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGLZNPqeyJ .modal-body {
    padding: 1rem;
  }
}
.cid-tGLZNPqeyJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tGLZNPqeyJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGLZNPqeyJ .modal-footer {
    padding: 1rem;
  }
}
.cid-tGLZNPqeyJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tGLZNPqeyJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tGLZNPqeyJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tGLZNPqeyJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tGLZNPqeyJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tGLZNPqeyJ .modal-lg,
  .cid-tGLZNPqeyJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tGLZNPqeyJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tGLZNPqeyJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tGLZNPqeyJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tGLZNPqeyJ .form-group {
  margin-bottom: 1rem;
}
.cid-tGLZNPqeyJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tGLZNPqeyJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tGLZNPqeyJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tGLZNPqeyJ .mbr-section-btn {
  margin: 0;
}
.cid-tGLZNPqeyJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tGLZNQ6dkn.popup-builder {
  background-color: #ffffff;
}
.cid-tGLZNQ6dkn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tGLZNQ6dkn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tGLZNQ6dkn .modal-content,
.cid-tGLZNQ6dkn .modal-dialog {
  height: auto;
}
.cid-tGLZNQ6dkn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tGLZNQ6dkn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tGLZNQ6dkn .form-wrapper .mbr-form .form-group,
  .cid-tGLZNQ6dkn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tGLZNQ6dkn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tGLZNQ6dkn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGLZNQ6dkn .mbr-text {
  text-align: center;
}
.cid-tGLZNQ6dkn .pt-0 {
  padding-top: 0 !important;
}
.cid-tGLZNQ6dkn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tGLZNQ6dkn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tGLZNQ6dkn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tGLZNQ6dkn .modal-open {
  overflow: hidden;
}
.cid-tGLZNQ6dkn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tGLZNQ6dkn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tGLZNQ6dkn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tGLZNQ6dkn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tGLZNQ6dkn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tGLZNQ6dkn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tGLZNQ6dkn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tGLZNQ6dkn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tGLZNQ6dkn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tGLZNQ6dkn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tGLZNQ6dkn .modal-backdrop.fade {
  opacity: 0;
}
.cid-tGLZNQ6dkn .modal-backdrop.show {
  opacity: .5;
}
.cid-tGLZNQ6dkn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tGLZNQ6dkn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGLZNQ6dkn .modal-header {
    padding: 1rem;
  }
}
.cid-tGLZNQ6dkn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tGLZNQ6dkn .modal-header .close svg {
  fill: #353535;
}
.cid-tGLZNQ6dkn .modal-header .close:hover {
  opacity: 1;
}
.cid-tGLZNQ6dkn .modal-header .close:focus {
  outline: none;
}
.cid-tGLZNQ6dkn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tGLZNQ6dkn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tGLZNQ6dkn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGLZNQ6dkn .modal-body {
    padding: 1rem;
  }
}
.cid-tGLZNQ6dkn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tGLZNQ6dkn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGLZNQ6dkn .modal-footer {
    padding: 1rem;
  }
}
.cid-tGLZNQ6dkn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tGLZNQ6dkn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tGLZNQ6dkn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tGLZNQ6dkn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tGLZNQ6dkn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tGLZNQ6dkn .modal-lg,
  .cid-tGLZNQ6dkn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tGLZNQ6dkn .modal-xl {
    max-width: 1140px;
  }
}
.cid-tGLZNQ6dkn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tGLZNQ6dkn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tGLZNQ6dkn .form-group {
  margin-bottom: 1rem;
}
.cid-tGLZNQ6dkn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tGLZNQ6dkn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tGLZNQ6dkn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tGLZNQ6dkn .mbr-section-btn {
  margin: 0;
}
.cid-tGLZNQ6dkn .mbr-section-btn .btn {
  margin: 0;
}
.cid-tGLZNQPnef.popup-builder {
  background-color: #ffffff;
}
.cid-tGLZNQPnef.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tGLZNQPnef.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tGLZNQPnef .modal-content,
.cid-tGLZNQPnef .modal-dialog {
  height: auto;
}
.cid-tGLZNQPnef .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tGLZNQPnef .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tGLZNQPnef .form-wrapper .mbr-form .form-group,
  .cid-tGLZNQPnef .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tGLZNQPnef .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tGLZNQPnef .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGLZNQPnef .mbr-text {
  text-align: left;
  color: #0000ff;
}
.cid-tGLZNQPnef .pt-0 {
  padding-top: 0 !important;
}
.cid-tGLZNQPnef .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tGLZNQPnef .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tGLZNQPnef .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tGLZNQPnef .modal-open {
  overflow: hidden;
}
.cid-tGLZNQPnef .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tGLZNQPnef .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tGLZNQPnef .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tGLZNQPnef .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tGLZNQPnef .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tGLZNQPnef .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tGLZNQPnef .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tGLZNQPnef .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tGLZNQPnef .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tGLZNQPnef .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tGLZNQPnef .modal-backdrop.fade {
  opacity: 0;
}
.cid-tGLZNQPnef .modal-backdrop.show {
  opacity: .5;
}
.cid-tGLZNQPnef .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tGLZNQPnef .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGLZNQPnef .modal-header {
    padding: 1rem;
  }
}
.cid-tGLZNQPnef .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tGLZNQPnef .modal-header .close svg {
  fill: #000000;
}
.cid-tGLZNQPnef .modal-header .close:hover {
  opacity: 1;
}
.cid-tGLZNQPnef .modal-header .close:focus {
  outline: none;
}
.cid-tGLZNQPnef .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0000ff;
}
.cid-tGLZNQPnef .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tGLZNQPnef .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGLZNQPnef .modal-body {
    padding: 1rem;
  }
}
.cid-tGLZNQPnef .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tGLZNQPnef .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGLZNQPnef .modal-footer {
    padding: 1rem;
  }
}
.cid-tGLZNQPnef .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tGLZNQPnef .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tGLZNQPnef .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tGLZNQPnef .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tGLZNQPnef .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tGLZNQPnef .modal-lg,
  .cid-tGLZNQPnef .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tGLZNQPnef .modal-xl {
    max-width: 1140px;
  }
}
.cid-tGLZNQPnef .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tGLZNQPnef .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tGLZNQPnef .form-group {
  margin-bottom: 1rem;
}
.cid-tGLZNQPnef .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tGLZNQPnef .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tGLZNQPnef .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tGLZNQPnef .mbr-section-btn {
  margin: 0;
}
.cid-tGLZNQPnef .mbr-section-btn .btn {
  margin: 0;
}
.cid-tILLpnGuBr.popup-builder {
  background-color: #ffffff;
}
.cid-tILLpnGuBr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tILLpnGuBr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tILLpnGuBr .modal-content,
.cid-tILLpnGuBr .modal-dialog {
  height: auto;
}
.cid-tILLpnGuBr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tILLpnGuBr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tILLpnGuBr .form-wrapper .mbr-form .form-group,
  .cid-tILLpnGuBr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tILLpnGuBr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tILLpnGuBr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tILLpnGuBr .mbr-text {
  text-align: center;
}
.cid-tILLpnGuBr .pt-0 {
  padding-top: 0 !important;
}
.cid-tILLpnGuBr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tILLpnGuBr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tILLpnGuBr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tILLpnGuBr .modal-open {
  overflow: hidden;
}
.cid-tILLpnGuBr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tILLpnGuBr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tILLpnGuBr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tILLpnGuBr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tILLpnGuBr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tILLpnGuBr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tILLpnGuBr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tILLpnGuBr .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tILLpnGuBr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tILLpnGuBr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tILLpnGuBr .modal-backdrop.fade {
  opacity: 0;
}
.cid-tILLpnGuBr .modal-backdrop.show {
  opacity: .5;
}
.cid-tILLpnGuBr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tILLpnGuBr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tILLpnGuBr .modal-header {
    padding: 1rem;
  }
}
.cid-tILLpnGuBr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tILLpnGuBr .modal-header .close svg {
  fill: #353535;
}
.cid-tILLpnGuBr .modal-header .close:hover {
  opacity: 1;
}
.cid-tILLpnGuBr .modal-header .close:focus {
  outline: none;
}
.cid-tILLpnGuBr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tILLpnGuBr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tILLpnGuBr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tILLpnGuBr .modal-body {
    padding: 1rem;
  }
}
.cid-tILLpnGuBr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tILLpnGuBr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tILLpnGuBr .modal-footer {
    padding: 1rem;
  }
}
.cid-tILLpnGuBr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tILLpnGuBr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tILLpnGuBr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tILLpnGuBr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tILLpnGuBr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tILLpnGuBr .modal-lg,
  .cid-tILLpnGuBr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tILLpnGuBr .modal-xl {
    max-width: 1140px;
  }
}
.cid-tILLpnGuBr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tILLpnGuBr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tILLpnGuBr .form-group {
  margin-bottom: 1rem;
}
.cid-tILLpnGuBr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tILLpnGuBr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tILLpnGuBr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tILLpnGuBr .mbr-section-btn {
  margin: 0;
}
.cid-tILLpnGuBr .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMBH527JTN .navbar-dropdown {
  position: relative !important;
}
.cid-tMBH527JTN .navbar-dropdown {
  position: absolute !important;
}
.cid-tMBH527JTN .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tMBH527JTN .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tMBH527JTN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tMBH527JTN .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tMBH527JTN .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tMBH527JTN .container {
    padding: 0 1rem;
  }
}
.cid-tMBH527JTN .menu-tite {
  background: #0000ff;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-tMBH527JTN .nav-link {
  position: relative;
}
.cid-tMBH527JTN .nav-link:hover {
  color: #0000ff !important;
}
.cid-tMBH527JTN .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tMBH527JTN .navbar.opened {
  transition: all 0.3s;
}
.cid-tMBH527JTN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMBH527JTN .navbar .navbar-logo img {
  width: auto;
}
.cid-tMBH527JTN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMBH527JTN .navbar.collapsed {
  justify-content: center;
}
.cid-tMBH527JTN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMBH527JTN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMBH527JTN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tMBH527JTN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMBH527JTN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMBH527JTN .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-tMBH527JTN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMBH527JTN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMBH527JTN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMBH527JTN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMBH527JTN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMBH527JTN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMBH527JTN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMBH527JTN .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-tMBH527JTN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMBH527JTN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMBH527JTN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMBH527JTN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMBH527JTN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMBH527JTN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMBH527JTN .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMBH527JTN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMBH527JTN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMBH527JTN .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-tMBH527JTN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMBH527JTN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMBH527JTN .dropdown-item:hover,
.cid-tMBH527JTN .dropdown-item:focus {
  background: #0000ff !important;
  color: white !important;
}
.cid-tMBH527JTN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMBH527JTN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMBH527JTN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tMBH527JTN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMBH527JTN .dropdown-menu,
.cid-tMBH527JTN .navbar.opened {
  background: #ffffff !important;
}
.cid-tMBH527JTN .nav-item:focus,
.cid-tMBH527JTN .nav-link:focus {
  outline: none;
}
.cid-tMBH527JTN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMBH527JTN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMBH527JTN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMBH527JTN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMBH527JTN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMBH527JTN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMBH527JTN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMBH527JTN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMBH527JTN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMBH527JTN .dropdown-item.active,
.cid-tMBH527JTN .dropdown-item:active {
  background-color: transparent;
}
.cid-tMBH527JTN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMBH527JTN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMBH527JTN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMBH527JTN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMBH527JTN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMBH527JTN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMBH527JTN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMBH527JTN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMBH527JTN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMBH527JTN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMBH527JTN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMBH527JTN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMBH527JTN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMBH527JTN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMBH527JTN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMBH527JTN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMBH527JTN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMBH527JTN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMBH527JTN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tMBH527JTN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMBH527JTN .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-tMBH527JTN .navbar {
    height: 70px;
  }
  .cid-tMBH527JTN .navbar.opened {
    height: auto;
  }
  .cid-tMBH527JTN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMBH57QS1g {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMBH57QS1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMBH57QS1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMBH57QS1g .item {
  padding-bottom: 2rem;
}
.cid-tMBH57QS1g .item-wrapper {
  position: relative;
}
.cid-tMBH57QS1g .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tMBH57QS1g .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tMBH57QS1g .carousel-control,
.cid-tMBH57QS1g .close {
  background: #1b1b1b;
}
.cid-tMBH57QS1g .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tMBH57QS1g .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tMBH57QS1g .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tMBH57QS1g .carousel-control-next span {
  margin-left: 5px;
}
.cid-tMBH57QS1g .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tMBH57QS1g .close::before {
  content: '\e91a';
}
.cid-tMBH57QS1g .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tMBH57QS1g .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tMBH57QS1g .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMBH57QS1g .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMBH57QS1g .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tMBH57QS1g .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tMBH57QS1g .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tMBH57QS1g .carousel-indicators li.active,
.cid-tMBH57QS1g .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tMBH57QS1g .carousel-indicators li::after,
.cid-tMBH57QS1g .carousel-indicators li::before {
  content: none;
}
.cid-tMBH57QS1g .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tMBH57QS1g .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tMBH57QS1g .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tMBH57QS1g .carousel-indicators {
    display: none;
  }
}
.cid-tMBH57QS1g .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tMBH57QS1g .carousel-inner > .active {
  display: block;
}
.cid-tMBH57QS1g .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMBH57QS1g .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tMBH57QS1g .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tMBH57QS1g .carousel-control,
  .cid-tMBH57QS1g .carousel-indicators,
  .cid-tMBH57QS1g .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tMBH57QS1g .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tMBH57QS1g .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tMBH57QS1g .carousel-indicators .active,
.cid-tMBH57QS1g .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tMBH57QS1g .carousel-indicators .active {
  background: #fff;
}
.cid-tMBH57QS1g .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tMBH57QS1g .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tMBH57QS1g .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tMBH57QS1g .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tMBH57QS1g .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tMBH57QS1g .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tMBH57QS1g .carousel {
  width: 100%;
}
.cid-tMBH57QS1g .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tMBH57QS1g .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tMBH57QS1g .modal.fade .modal-dialog,
.cid-tMBH57QS1g .modal.in .modal-dialog {
  transform: none;
}
.cid-tMBH57QS1g .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tMBH57QS1g H6 {
  text-align: center;
}
.cid-tMBH57QS1g H3 {
  color: #0000ff;
  text-align: left;
}
.cid-tMBH57QS1g H4 {
  text-align: left;
  color: #000000;
}
.cid-tMBH58MTgN {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tMBH58MTgN .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tMBH58MTgN .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tMBH58MTgN .col + .mbr-section-btn .btn,
.cid-tMBH58MTgN .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-tMBH58MTgN .col + .mbr-section-btn .btn,
  .cid-tMBH58MTgN .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-tMBH58MTgN .dragArea > *:nth-last-child(2).col,
  .cid-tMBH58MTgN .dragArea > *:nth-last-child(2).col-auto,
  .cid-tMBH58MTgN .col + .mbr-section-btn,
  .cid-tMBH58MTgN .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-tMBH58MTgN .dragArea {
    flex-direction: column;
  }
}
.cid-tMBH58MTgN .btn-primary {
  border: 1px solid #0000ff !important;
}
.cid-tMBH58MTgN .btn-primary:hover {
  border: 1px solid #0000ff !important;
}
.cid-tMBH58MTgN .stripe {
  border-bottom: 1px solid #ff6666;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tMBH58MTgN .form-group {
  max-width: 220px;
}
.cid-tMBH58MTgN .mbr-section-btn {
  padding-left: 0;
}
.cid-tMBH58MTgN .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tMBH58MTgN .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ff6666;
  width: 85%;
}
.cid-tMBH58MTgN .mbr-text {
  color: #444;
}
.cid-tMBH58MTgN h5 {
  margin-bottom: 0;
}
.cid-tMBH58MTgN .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tMBH58MTgN .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMBH58MTgN .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tMBH58MTgN .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-tMBH58MTgN .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-tMBH58MTgN .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tMBH58MTgN .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tMBH58MTgN .social-list a:hover {
  opacity: 0.4;
}
.cid-tMBH58MTgN .media-container-row > div {
  padding: 0px;
}
.cid-tMBH58MTgN .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tMBH58MTgN .group-title {
  text-align: left;
  color: #ff6666;
  padding-bottom: 0.2rem;
}
.cid-tMBH58MTgN .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tMBH58MTgN .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tMBH58MTgN .social-list,
  .cid-tMBH58MTgN .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tMBH58MTgN h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tMBH58MTgN .form-group {
    max-width: 180px;
  }
}
.cid-tMBH58MTgN .links span {
  color: #9e9e9e;
}
.cid-tMBH58MTgN .logo-sub-title {
  text-align: center;
  color: #d58f76;
}
.cid-tMBH58MTgN .logo-title {
  text-align: center;
}
.cid-tMBH58MTgN .logo-title,
.cid-tMBH58MTgN .logo {
  color: #ffffff;
}
.cid-tMBH59DnLv.popup-builder {
  background-color: #ffffff;
}
.cid-tMBH59DnLv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tMBH59DnLv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tMBH59DnLv .modal-content,
.cid-tMBH59DnLv .modal-dialog {
  height: auto;
}
.cid-tMBH59DnLv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tMBH59DnLv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tMBH59DnLv .form-wrapper .mbr-form .form-group,
  .cid-tMBH59DnLv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tMBH59DnLv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tMBH59DnLv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMBH59DnLv .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tMBH59DnLv .pt-0 {
  padding-top: 0 !important;
}
.cid-tMBH59DnLv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tMBH59DnLv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tMBH59DnLv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tMBH59DnLv .modal-open {
  overflow: hidden;
}
.cid-tMBH59DnLv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tMBH59DnLv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tMBH59DnLv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tMBH59DnLv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tMBH59DnLv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tMBH59DnLv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tMBH59DnLv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tMBH59DnLv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tMBH59DnLv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tMBH59DnLv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tMBH59DnLv .modal-backdrop.fade {
  opacity: 0;
}
.cid-tMBH59DnLv .modal-backdrop.show {
  opacity: .5;
}
.cid-tMBH59DnLv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tMBH59DnLv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMBH59DnLv .modal-header {
    padding: 1rem;
  }
}
.cid-tMBH59DnLv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tMBH59DnLv .modal-header .close svg {
  fill: #000000;
}
.cid-tMBH59DnLv .modal-header .close:hover {
  opacity: 1;
}
.cid-tMBH59DnLv .modal-header .close:focus {
  outline: none;
}
.cid-tMBH59DnLv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tMBH59DnLv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tMBH59DnLv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMBH59DnLv .modal-body {
    padding: 1rem;
  }
}
.cid-tMBH59DnLv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tMBH59DnLv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMBH59DnLv .modal-footer {
    padding: 1rem;
  }
}
.cid-tMBH59DnLv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tMBH59DnLv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tMBH59DnLv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tMBH59DnLv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tMBH59DnLv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tMBH59DnLv .modal-lg,
  .cid-tMBH59DnLv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tMBH59DnLv .modal-xl {
    max-width: 1140px;
  }
}
.cid-tMBH59DnLv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tMBH59DnLv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tMBH59DnLv .form-group {
  margin-bottom: 1rem;
}
.cid-tMBH59DnLv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tMBH59DnLv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tMBH59DnLv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tMBH59DnLv .mbr-section-btn {
  margin: 0;
}
.cid-tMBH59DnLv .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMBH5aj9A4.popup-builder {
  background-color: #ffffff;
}
.cid-tMBH5aj9A4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tMBH5aj9A4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tMBH5aj9A4 .modal-content,
.cid-tMBH5aj9A4 .modal-dialog {
  height: auto;
}
.cid-tMBH5aj9A4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tMBH5aj9A4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tMBH5aj9A4 .form-wrapper .mbr-form .form-group,
  .cid-tMBH5aj9A4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tMBH5aj9A4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tMBH5aj9A4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMBH5aj9A4 .mbr-text {
  text-align: center;
}
.cid-tMBH5aj9A4 .pt-0 {
  padding-top: 0 !important;
}
.cid-tMBH5aj9A4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tMBH5aj9A4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tMBH5aj9A4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tMBH5aj9A4 .modal-open {
  overflow: hidden;
}
.cid-tMBH5aj9A4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tMBH5aj9A4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tMBH5aj9A4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tMBH5aj9A4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tMBH5aj9A4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tMBH5aj9A4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tMBH5aj9A4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tMBH5aj9A4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tMBH5aj9A4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tMBH5aj9A4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tMBH5aj9A4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tMBH5aj9A4 .modal-backdrop.show {
  opacity: .5;
}
.cid-tMBH5aj9A4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tMBH5aj9A4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMBH5aj9A4 .modal-header {
    padding: 1rem;
  }
}
.cid-tMBH5aj9A4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tMBH5aj9A4 .modal-header .close svg {
  fill: #353535;
}
.cid-tMBH5aj9A4 .modal-header .close:hover {
  opacity: 1;
}
.cid-tMBH5aj9A4 .modal-header .close:focus {
  outline: none;
}
.cid-tMBH5aj9A4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tMBH5aj9A4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tMBH5aj9A4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMBH5aj9A4 .modal-body {
    padding: 1rem;
  }
}
.cid-tMBH5aj9A4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tMBH5aj9A4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMBH5aj9A4 .modal-footer {
    padding: 1rem;
  }
}
.cid-tMBH5aj9A4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tMBH5aj9A4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tMBH5aj9A4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tMBH5aj9A4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tMBH5aj9A4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tMBH5aj9A4 .modal-lg,
  .cid-tMBH5aj9A4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tMBH5aj9A4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tMBH5aj9A4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tMBH5aj9A4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tMBH5aj9A4 .form-group {
  margin-bottom: 1rem;
}
.cid-tMBH5aj9A4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tMBH5aj9A4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tMBH5aj9A4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tMBH5aj9A4 .mbr-section-btn {
  margin: 0;
}
.cid-tMBH5aj9A4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMBH5b4sgx.popup-builder {
  background-color: #ffffff;
}
.cid-tMBH5b4sgx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tMBH5b4sgx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tMBH5b4sgx .modal-content,
.cid-tMBH5b4sgx .modal-dialog {
  height: auto;
}
.cid-tMBH5b4sgx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tMBH5b4sgx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tMBH5b4sgx .form-wrapper .mbr-form .form-group,
  .cid-tMBH5b4sgx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tMBH5b4sgx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tMBH5b4sgx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMBH5b4sgx .mbr-text {
  text-align: left;
  color: #0000ff;
}
.cid-tMBH5b4sgx .pt-0 {
  padding-top: 0 !important;
}
.cid-tMBH5b4sgx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tMBH5b4sgx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tMBH5b4sgx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tMBH5b4sgx .modal-open {
  overflow: hidden;
}
.cid-tMBH5b4sgx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tMBH5b4sgx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tMBH5b4sgx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tMBH5b4sgx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tMBH5b4sgx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tMBH5b4sgx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tMBH5b4sgx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tMBH5b4sgx .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tMBH5b4sgx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tMBH5b4sgx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tMBH5b4sgx .modal-backdrop.fade {
  opacity: 0;
}
.cid-tMBH5b4sgx .modal-backdrop.show {
  opacity: .5;
}
.cid-tMBH5b4sgx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tMBH5b4sgx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMBH5b4sgx .modal-header {
    padding: 1rem;
  }
}
.cid-tMBH5b4sgx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tMBH5b4sgx .modal-header .close svg {
  fill: #000000;
}
.cid-tMBH5b4sgx .modal-header .close:hover {
  opacity: 1;
}
.cid-tMBH5b4sgx .modal-header .close:focus {
  outline: none;
}
.cid-tMBH5b4sgx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0000ff;
}
.cid-tMBH5b4sgx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tMBH5b4sgx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMBH5b4sgx .modal-body {
    padding: 1rem;
  }
}
.cid-tMBH5b4sgx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tMBH5b4sgx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMBH5b4sgx .modal-footer {
    padding: 1rem;
  }
}
.cid-tMBH5b4sgx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tMBH5b4sgx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tMBH5b4sgx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tMBH5b4sgx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tMBH5b4sgx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tMBH5b4sgx .modal-lg,
  .cid-tMBH5b4sgx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tMBH5b4sgx .modal-xl {
    max-width: 1140px;
  }
}
.cid-tMBH5b4sgx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tMBH5b4sgx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tMBH5b4sgx .form-group {
  margin-bottom: 1rem;
}
.cid-tMBH5b4sgx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tMBH5b4sgx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tMBH5b4sgx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tMBH5b4sgx .mbr-section-btn {
  margin: 0;
}
.cid-tMBH5b4sgx .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMBH5bSI1Y.popup-builder {
  background-color: #ffffff;
}
.cid-tMBH5bSI1Y.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tMBH5bSI1Y.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tMBH5bSI1Y .modal-content,
.cid-tMBH5bSI1Y .modal-dialog {
  height: auto;
}
.cid-tMBH5bSI1Y .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tMBH5bSI1Y .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tMBH5bSI1Y .form-wrapper .mbr-form .form-group,
  .cid-tMBH5bSI1Y .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tMBH5bSI1Y .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tMBH5bSI1Y .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMBH5bSI1Y .mbr-text {
  text-align: center;
}
.cid-tMBH5bSI1Y .pt-0 {
  padding-top: 0 !important;
}
.cid-tMBH5bSI1Y .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tMBH5bSI1Y .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tMBH5bSI1Y .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tMBH5bSI1Y .modal-open {
  overflow: hidden;
}
.cid-tMBH5bSI1Y .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tMBH5bSI1Y .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tMBH5bSI1Y .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tMBH5bSI1Y .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tMBH5bSI1Y .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tMBH5bSI1Y .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tMBH5bSI1Y .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tMBH5bSI1Y .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tMBH5bSI1Y .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tMBH5bSI1Y .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tMBH5bSI1Y .modal-backdrop.fade {
  opacity: 0;
}
.cid-tMBH5bSI1Y .modal-backdrop.show {
  opacity: .5;
}
.cid-tMBH5bSI1Y .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tMBH5bSI1Y .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMBH5bSI1Y .modal-header {
    padding: 1rem;
  }
}
.cid-tMBH5bSI1Y .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tMBH5bSI1Y .modal-header .close svg {
  fill: #353535;
}
.cid-tMBH5bSI1Y .modal-header .close:hover {
  opacity: 1;
}
.cid-tMBH5bSI1Y .modal-header .close:focus {
  outline: none;
}
.cid-tMBH5bSI1Y .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tMBH5bSI1Y .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tMBH5bSI1Y .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMBH5bSI1Y .modal-body {
    padding: 1rem;
  }
}
.cid-tMBH5bSI1Y .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tMBH5bSI1Y .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMBH5bSI1Y .modal-footer {
    padding: 1rem;
  }
}
.cid-tMBH5bSI1Y .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tMBH5bSI1Y .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tMBH5bSI1Y .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tMBH5bSI1Y .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tMBH5bSI1Y .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tMBH5bSI1Y .modal-lg,
  .cid-tMBH5bSI1Y .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tMBH5bSI1Y .modal-xl {
    max-width: 1140px;
  }
}
.cid-tMBH5bSI1Y .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tMBH5bSI1Y .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tMBH5bSI1Y .form-group {
  margin-bottom: 1rem;
}
.cid-tMBH5bSI1Y .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tMBH5bSI1Y .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tMBH5bSI1Y .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tMBH5bSI1Y .mbr-section-btn {
  margin: 0;
}
.cid-tMBH5bSI1Y .mbr-section-btn .btn {
  margin: 0;
}
.cid-u13j0zrWQ9 .navbar-dropdown {
  position: relative !important;
}
.cid-u13j0zrWQ9 .navbar-dropdown {
  position: absolute !important;
}
.cid-u13j0zrWQ9 .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-u13j0zrWQ9 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u13j0zrWQ9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u13j0zrWQ9 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u13j0zrWQ9 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u13j0zrWQ9 .container {
    padding: 0 1rem;
  }
}
.cid-u13j0zrWQ9 .menu-tite {
  background: #0000ff;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u13j0zrWQ9 .nav-link {
  position: relative;
}
.cid-u13j0zrWQ9 .nav-link:hover {
  color: #0000ff !important;
}
.cid-u13j0zrWQ9 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-u13j0zrWQ9 .navbar.opened {
  transition: all 0.3s;
}
.cid-u13j0zrWQ9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u13j0zrWQ9 .navbar .navbar-logo img {
  width: auto;
}
.cid-u13j0zrWQ9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u13j0zrWQ9 .navbar.collapsed {
  justify-content: center;
}
.cid-u13j0zrWQ9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u13j0zrWQ9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u13j0zrWQ9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u13j0zrWQ9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u13j0zrWQ9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u13j0zrWQ9 .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-u13j0zrWQ9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u13j0zrWQ9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u13j0zrWQ9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u13j0zrWQ9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u13j0zrWQ9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u13j0zrWQ9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u13j0zrWQ9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u13j0zrWQ9 .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-u13j0zrWQ9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u13j0zrWQ9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u13j0zrWQ9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u13j0zrWQ9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u13j0zrWQ9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u13j0zrWQ9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u13j0zrWQ9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u13j0zrWQ9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u13j0zrWQ9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u13j0zrWQ9 .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-u13j0zrWQ9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u13j0zrWQ9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u13j0zrWQ9 .dropdown-item:hover,
.cid-u13j0zrWQ9 .dropdown-item:focus {
  background: #0000ff !important;
  color: white !important;
}
.cid-u13j0zrWQ9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u13j0zrWQ9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u13j0zrWQ9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u13j0zrWQ9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u13j0zrWQ9 .dropdown-menu,
.cid-u13j0zrWQ9 .navbar.opened {
  background: #ffffff !important;
}
.cid-u13j0zrWQ9 .nav-item:focus,
.cid-u13j0zrWQ9 .nav-link:focus {
  outline: none;
}
.cid-u13j0zrWQ9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u13j0zrWQ9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u13j0zrWQ9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u13j0zrWQ9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u13j0zrWQ9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u13j0zrWQ9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u13j0zrWQ9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u13j0zrWQ9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u13j0zrWQ9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u13j0zrWQ9 .dropdown-item.active,
.cid-u13j0zrWQ9 .dropdown-item:active {
  background-color: transparent;
}
.cid-u13j0zrWQ9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u13j0zrWQ9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u13j0zrWQ9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u13j0zrWQ9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u13j0zrWQ9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u13j0zrWQ9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u13j0zrWQ9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u13j0zrWQ9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u13j0zrWQ9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u13j0zrWQ9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u13j0zrWQ9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u13j0zrWQ9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u13j0zrWQ9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u13j0zrWQ9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u13j0zrWQ9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u13j0zrWQ9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u13j0zrWQ9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u13j0zrWQ9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u13j0zrWQ9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u13j0zrWQ9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u13j0zrWQ9 .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-u13j0zrWQ9 .navbar {
    height: 70px;
  }
  .cid-u13j0zrWQ9 .navbar.opened {
    height: auto;
  }
  .cid-u13j0zrWQ9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u13j0A3k3h {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u13j0A3k3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-u13j0A3k3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u13j0A3k3h .item {
  padding-bottom: 2rem;
}
.cid-u13j0A3k3h .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u13j0A3k3h .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u13j0A3k3h .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u13j0A3k3h .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u13j0A3k3h .carousel-control,
.cid-u13j0A3k3h .close {
  background: #1b1b1b;
}
.cid-u13j0A3k3h .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u13j0A3k3h .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u13j0A3k3h .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u13j0A3k3h .carousel-control-next span {
  margin-left: 5px;
}
.cid-u13j0A3k3h .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u13j0A3k3h .close::before {
  content: '\e91a';
}
.cid-u13j0A3k3h .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u13j0A3k3h .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u13j0A3k3h .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u13j0A3k3h .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u13j0A3k3h .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u13j0A3k3h .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u13j0A3k3h .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u13j0A3k3h .carousel-indicators li.active,
.cid-u13j0A3k3h .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u13j0A3k3h .carousel-indicators li::after,
.cid-u13j0A3k3h .carousel-indicators li::before {
  content: none;
}
.cid-u13j0A3k3h .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u13j0A3k3h .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u13j0A3k3h .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u13j0A3k3h .carousel-indicators {
    display: none;
  }
}
.cid-u13j0A3k3h .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u13j0A3k3h .carousel-inner > .active {
  display: block;
}
.cid-u13j0A3k3h .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u13j0A3k3h .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u13j0A3k3h .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u13j0A3k3h .carousel-control,
  .cid-u13j0A3k3h .carousel-indicators,
  .cid-u13j0A3k3h .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u13j0A3k3h .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u13j0A3k3h .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u13j0A3k3h .carousel-indicators .active,
.cid-u13j0A3k3h .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u13j0A3k3h .carousel-indicators .active {
  background: #fff;
}
.cid-u13j0A3k3h .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u13j0A3k3h .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u13j0A3k3h .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u13j0A3k3h .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u13j0A3k3h .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u13j0A3k3h .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u13j0A3k3h .carousel {
  width: 100%;
}
.cid-u13j0A3k3h .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u13j0A3k3h .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u13j0A3k3h .modal.fade .modal-dialog,
.cid-u13j0A3k3h .modal.in .modal-dialog {
  transform: none;
}
.cid-u13j0A3k3h .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u13j0A3k3h H6 {
  text-align: center;
}
.cid-u13j0A3k3h H3 {
  color: #000000;
  text-align: left;
}
.cid-u13j0A3k3h H4 {
  text-align: left;
  color: #b61111;
}
.cid-u1cjHnOipt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1cjHnOipt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1cjHnOipt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1cjHnOipt .item {
  padding-bottom: 2rem;
}
.cid-u1cjHnOipt .item-wrapper {
  position: relative;
}
.cid-u1cjHnOipt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u1cjHnOipt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u1cjHnOipt .carousel-control,
.cid-u1cjHnOipt .close {
  background: #1b1b1b;
}
.cid-u1cjHnOipt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u1cjHnOipt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u1cjHnOipt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u1cjHnOipt .carousel-control-next span {
  margin-left: 5px;
}
.cid-u1cjHnOipt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u1cjHnOipt .close::before {
  content: '\e91a';
}
.cid-u1cjHnOipt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u1cjHnOipt .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u1cjHnOipt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1cjHnOipt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u1cjHnOipt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u1cjHnOipt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u1cjHnOipt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u1cjHnOipt .carousel-indicators li.active,
.cid-u1cjHnOipt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u1cjHnOipt .carousel-indicators li::after,
.cid-u1cjHnOipt .carousel-indicators li::before {
  content: none;
}
.cid-u1cjHnOipt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u1cjHnOipt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u1cjHnOipt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u1cjHnOipt .carousel-indicators {
    display: none;
  }
}
.cid-u1cjHnOipt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u1cjHnOipt .carousel-inner > .active {
  display: block;
}
.cid-u1cjHnOipt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1cjHnOipt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1cjHnOipt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u1cjHnOipt .carousel-control,
  .cid-u1cjHnOipt .carousel-indicators,
  .cid-u1cjHnOipt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u1cjHnOipt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u1cjHnOipt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u1cjHnOipt .carousel-indicators .active,
.cid-u1cjHnOipt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u1cjHnOipt .carousel-indicators .active {
  background: #fff;
}
.cid-u1cjHnOipt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u1cjHnOipt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u1cjHnOipt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u1cjHnOipt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u1cjHnOipt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u1cjHnOipt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u1cjHnOipt .carousel {
  width: 100%;
}
.cid-u1cjHnOipt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u1cjHnOipt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u1cjHnOipt .modal.fade .modal-dialog,
.cid-u1cjHnOipt .modal.in .modal-dialog {
  transform: none;
}
.cid-u1cjHnOipt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u1cjHnOipt H6 {
  text-align: center;
}
.cid-u1cjHnOipt H3 {
  color: #0000ff;
  text-align: left;
}
.cid-u1cjHnOipt H4 {
  text-align: left;
  color: #000000;
}
.cid-u13lo8p8pI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u13lo8p8pI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u13lo8p8pI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u13lo8p8pI .item {
  padding-bottom: 2rem;
}
.cid-u13lo8p8pI .item-wrapper {
  position: relative;
}
.cid-u13lo8p8pI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u13lo8p8pI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u13lo8p8pI .carousel-control,
.cid-u13lo8p8pI .close {
  background: #1b1b1b;
}
.cid-u13lo8p8pI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u13lo8p8pI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u13lo8p8pI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u13lo8p8pI .carousel-control-next span {
  margin-left: 5px;
}
.cid-u13lo8p8pI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u13lo8p8pI .close::before {
  content: '\e91a';
}
.cid-u13lo8p8pI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u13lo8p8pI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u13lo8p8pI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u13lo8p8pI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u13lo8p8pI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u13lo8p8pI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u13lo8p8pI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u13lo8p8pI .carousel-indicators li.active,
.cid-u13lo8p8pI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u13lo8p8pI .carousel-indicators li::after,
.cid-u13lo8p8pI .carousel-indicators li::before {
  content: none;
}
.cid-u13lo8p8pI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u13lo8p8pI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u13lo8p8pI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u13lo8p8pI .carousel-indicators {
    display: none;
  }
}
.cid-u13lo8p8pI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u13lo8p8pI .carousel-inner > .active {
  display: block;
}
.cid-u13lo8p8pI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u13lo8p8pI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u13lo8p8pI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u13lo8p8pI .carousel-control,
  .cid-u13lo8p8pI .carousel-indicators,
  .cid-u13lo8p8pI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u13lo8p8pI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u13lo8p8pI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u13lo8p8pI .carousel-indicators .active,
.cid-u13lo8p8pI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u13lo8p8pI .carousel-indicators .active {
  background: #fff;
}
.cid-u13lo8p8pI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u13lo8p8pI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u13lo8p8pI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u13lo8p8pI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u13lo8p8pI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u13lo8p8pI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u13lo8p8pI .carousel {
  width: 100%;
}
.cid-u13lo8p8pI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u13lo8p8pI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u13lo8p8pI .modal.fade .modal-dialog,
.cid-u13lo8p8pI .modal.in .modal-dialog {
  transform: none;
}
.cid-u13lo8p8pI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u13lo8p8pI H6 {
  text-align: center;
}
.cid-u13lo8p8pI H3 {
  color: #b61111;
  text-align: left;
}
.cid-u13lo8p8pI H4 {
  text-align: left;
  color: #000000;
}
.cid-u13j0EOxsX {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-u13j0EOxsX .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-u13j0EOxsX .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-u13j0EOxsX .col + .mbr-section-btn .btn,
.cid-u13j0EOxsX .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-u13j0EOxsX .col + .mbr-section-btn .btn,
  .cid-u13j0EOxsX .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-u13j0EOxsX .dragArea > *:nth-last-child(2).col,
  .cid-u13j0EOxsX .dragArea > *:nth-last-child(2).col-auto,
  .cid-u13j0EOxsX .col + .mbr-section-btn,
  .cid-u13j0EOxsX .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-u13j0EOxsX .dragArea {
    flex-direction: column;
  }
}
.cid-u13j0EOxsX .btn-primary {
  border: 1px solid #0000ff !important;
}
.cid-u13j0EOxsX .btn-primary:hover {
  border: 1px solid #0000ff !important;
}
.cid-u13j0EOxsX .stripe {
  border-bottom: 1px solid #ff6666;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-u13j0EOxsX .form-group {
  max-width: 220px;
}
.cid-u13j0EOxsX .mbr-section-btn {
  padding-left: 0;
}
.cid-u13j0EOxsX .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-u13j0EOxsX .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ff6666;
  width: 85%;
}
.cid-u13j0EOxsX .mbr-text {
  color: #444;
}
.cid-u13j0EOxsX h5 {
  margin-bottom: 0;
}
.cid-u13j0EOxsX .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-u13j0EOxsX .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u13j0EOxsX .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-u13j0EOxsX .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-u13j0EOxsX .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-u13j0EOxsX .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-u13j0EOxsX .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u13j0EOxsX .social-list a:hover {
  opacity: 0.4;
}
.cid-u13j0EOxsX .media-container-row > div {
  padding: 0px;
}
.cid-u13j0EOxsX .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-u13j0EOxsX .group-title {
  text-align: left;
  color: #ff6666;
  padding-bottom: 0.2rem;
}
.cid-u13j0EOxsX .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u13j0EOxsX .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u13j0EOxsX .social-list,
  .cid-u13j0EOxsX .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-u13j0EOxsX h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-u13j0EOxsX .form-group {
    max-width: 180px;
  }
}
.cid-u13j0EOxsX .links span {
  color: #9e9e9e;
}
.cid-u13j0EOxsX .logo-sub-title {
  text-align: center;
  color: #d58f76;
}
.cid-u13j0EOxsX .logo-title {
  text-align: center;
}
.cid-u13j0EOxsX .logo-title,
.cid-u13j0EOxsX .logo {
  color: #ffffff;
}
.cid-u13j0FJrIt.popup-builder {
  background-color: #ffffff;
}
.cid-u13j0FJrIt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u13j0FJrIt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u13j0FJrIt .modal-content,
.cid-u13j0FJrIt .modal-dialog {
  height: auto;
}
.cid-u13j0FJrIt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u13j0FJrIt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u13j0FJrIt .form-wrapper .mbr-form .form-group,
  .cid-u13j0FJrIt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u13j0FJrIt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u13j0FJrIt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u13j0FJrIt .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-u13j0FJrIt .pt-0 {
  padding-top: 0 !important;
}
.cid-u13j0FJrIt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u13j0FJrIt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u13j0FJrIt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u13j0FJrIt .modal-open {
  overflow: hidden;
}
.cid-u13j0FJrIt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u13j0FJrIt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u13j0FJrIt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u13j0FJrIt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u13j0FJrIt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u13j0FJrIt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u13j0FJrIt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u13j0FJrIt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u13j0FJrIt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u13j0FJrIt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u13j0FJrIt .modal-backdrop.fade {
  opacity: 0;
}
.cid-u13j0FJrIt .modal-backdrop.show {
  opacity: .5;
}
.cid-u13j0FJrIt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u13j0FJrIt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u13j0FJrIt .modal-header {
    padding: 1rem;
  }
}
.cid-u13j0FJrIt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u13j0FJrIt .modal-header .close svg {
  fill: #000000;
}
.cid-u13j0FJrIt .modal-header .close:hover {
  opacity: 1;
}
.cid-u13j0FJrIt .modal-header .close:focus {
  outline: none;
}
.cid-u13j0FJrIt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u13j0FJrIt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u13j0FJrIt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u13j0FJrIt .modal-body {
    padding: 1rem;
  }
}
.cid-u13j0FJrIt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u13j0FJrIt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u13j0FJrIt .modal-footer {
    padding: 1rem;
  }
}
.cid-u13j0FJrIt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u13j0FJrIt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u13j0FJrIt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u13j0FJrIt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u13j0FJrIt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u13j0FJrIt .modal-lg,
  .cid-u13j0FJrIt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u13j0FJrIt .modal-xl {
    max-width: 1140px;
  }
}
.cid-u13j0FJrIt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u13j0FJrIt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u13j0FJrIt .form-group {
  margin-bottom: 1rem;
}
.cid-u13j0FJrIt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u13j0FJrIt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u13j0FJrIt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u13j0FJrIt .mbr-section-btn {
  margin: 0;
}
.cid-u13j0FJrIt .mbr-section-btn .btn {
  margin: 0;
}
.cid-u13j0Gr4mm.popup-builder {
  background-color: #ffffff;
}
.cid-u13j0Gr4mm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u13j0Gr4mm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u13j0Gr4mm .modal-content,
.cid-u13j0Gr4mm .modal-dialog {
  height: auto;
}
.cid-u13j0Gr4mm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u13j0Gr4mm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u13j0Gr4mm .form-wrapper .mbr-form .form-group,
  .cid-u13j0Gr4mm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u13j0Gr4mm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u13j0Gr4mm .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u13j0Gr4mm .mbr-text {
  text-align: center;
}
.cid-u13j0Gr4mm .pt-0 {
  padding-top: 0 !important;
}
.cid-u13j0Gr4mm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u13j0Gr4mm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u13j0Gr4mm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u13j0Gr4mm .modal-open {
  overflow: hidden;
}
.cid-u13j0Gr4mm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u13j0Gr4mm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u13j0Gr4mm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u13j0Gr4mm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u13j0Gr4mm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u13j0Gr4mm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u13j0Gr4mm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u13j0Gr4mm .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u13j0Gr4mm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u13j0Gr4mm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u13j0Gr4mm .modal-backdrop.fade {
  opacity: 0;
}
.cid-u13j0Gr4mm .modal-backdrop.show {
  opacity: .5;
}
.cid-u13j0Gr4mm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u13j0Gr4mm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u13j0Gr4mm .modal-header {
    padding: 1rem;
  }
}
.cid-u13j0Gr4mm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u13j0Gr4mm .modal-header .close svg {
  fill: #353535;
}
.cid-u13j0Gr4mm .modal-header .close:hover {
  opacity: 1;
}
.cid-u13j0Gr4mm .modal-header .close:focus {
  outline: none;
}
.cid-u13j0Gr4mm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u13j0Gr4mm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u13j0Gr4mm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u13j0Gr4mm .modal-body {
    padding: 1rem;
  }
}
.cid-u13j0Gr4mm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u13j0Gr4mm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u13j0Gr4mm .modal-footer {
    padding: 1rem;
  }
}
.cid-u13j0Gr4mm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u13j0Gr4mm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u13j0Gr4mm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u13j0Gr4mm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u13j0Gr4mm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u13j0Gr4mm .modal-lg,
  .cid-u13j0Gr4mm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u13j0Gr4mm .modal-xl {
    max-width: 1140px;
  }
}
.cid-u13j0Gr4mm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u13j0Gr4mm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u13j0Gr4mm .form-group {
  margin-bottom: 1rem;
}
.cid-u13j0Gr4mm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u13j0Gr4mm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u13j0Gr4mm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u13j0Gr4mm .mbr-section-btn {
  margin: 0;
}
.cid-u13j0Gr4mm .mbr-section-btn .btn {
  margin: 0;
}
.cid-u13j0HefOx.popup-builder {
  background-color: #ffffff;
}
.cid-u13j0HefOx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u13j0HefOx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u13j0HefOx .modal-content,
.cid-u13j0HefOx .modal-dialog {
  height: auto;
}
.cid-u13j0HefOx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u13j0HefOx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u13j0HefOx .form-wrapper .mbr-form .form-group,
  .cid-u13j0HefOx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u13j0HefOx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u13j0HefOx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u13j0HefOx .mbr-text {
  text-align: left;
  color: #0000ff;
}
.cid-u13j0HefOx .pt-0 {
  padding-top: 0 !important;
}
.cid-u13j0HefOx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u13j0HefOx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u13j0HefOx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u13j0HefOx .modal-open {
  overflow: hidden;
}
.cid-u13j0HefOx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u13j0HefOx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u13j0HefOx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u13j0HefOx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u13j0HefOx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u13j0HefOx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u13j0HefOx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u13j0HefOx .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u13j0HefOx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u13j0HefOx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u13j0HefOx .modal-backdrop.fade {
  opacity: 0;
}
.cid-u13j0HefOx .modal-backdrop.show {
  opacity: .5;
}
.cid-u13j0HefOx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u13j0HefOx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u13j0HefOx .modal-header {
    padding: 1rem;
  }
}
.cid-u13j0HefOx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u13j0HefOx .modal-header .close svg {
  fill: #000000;
}
.cid-u13j0HefOx .modal-header .close:hover {
  opacity: 1;
}
.cid-u13j0HefOx .modal-header .close:focus {
  outline: none;
}
.cid-u13j0HefOx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0000ff;
}
.cid-u13j0HefOx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u13j0HefOx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u13j0HefOx .modal-body {
    padding: 1rem;
  }
}
.cid-u13j0HefOx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u13j0HefOx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u13j0HefOx .modal-footer {
    padding: 1rem;
  }
}
.cid-u13j0HefOx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u13j0HefOx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u13j0HefOx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u13j0HefOx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u13j0HefOx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u13j0HefOx .modal-lg,
  .cid-u13j0HefOx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u13j0HefOx .modal-xl {
    max-width: 1140px;
  }
}
.cid-u13j0HefOx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u13j0HefOx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u13j0HefOx .form-group {
  margin-bottom: 1rem;
}
.cid-u13j0HefOx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u13j0HefOx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u13j0HefOx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u13j0HefOx .mbr-section-btn {
  margin: 0;
}
.cid-u13j0HefOx .mbr-section-btn .btn {
  margin: 0;
}
.cid-u13j0HYTmi.popup-builder {
  background-color: #ffffff;
}
.cid-u13j0HYTmi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u13j0HYTmi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u13j0HYTmi .modal-content,
.cid-u13j0HYTmi .modal-dialog {
  height: auto;
}
.cid-u13j0HYTmi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u13j0HYTmi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u13j0HYTmi .form-wrapper .mbr-form .form-group,
  .cid-u13j0HYTmi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u13j0HYTmi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u13j0HYTmi .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u13j0HYTmi .mbr-text {
  text-align: center;
}
.cid-u13j0HYTmi .pt-0 {
  padding-top: 0 !important;
}
.cid-u13j0HYTmi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u13j0HYTmi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u13j0HYTmi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u13j0HYTmi .modal-open {
  overflow: hidden;
}
.cid-u13j0HYTmi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u13j0HYTmi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u13j0HYTmi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u13j0HYTmi .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u13j0HYTmi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u13j0HYTmi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u13j0HYTmi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u13j0HYTmi .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u13j0HYTmi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u13j0HYTmi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u13j0HYTmi .modal-backdrop.fade {
  opacity: 0;
}
.cid-u13j0HYTmi .modal-backdrop.show {
  opacity: .5;
}
.cid-u13j0HYTmi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u13j0HYTmi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u13j0HYTmi .modal-header {
    padding: 1rem;
  }
}
.cid-u13j0HYTmi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u13j0HYTmi .modal-header .close svg {
  fill: #353535;
}
.cid-u13j0HYTmi .modal-header .close:hover {
  opacity: 1;
}
.cid-u13j0HYTmi .modal-header .close:focus {
  outline: none;
}
.cid-u13j0HYTmi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u13j0HYTmi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u13j0HYTmi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u13j0HYTmi .modal-body {
    padding: 1rem;
  }
}
.cid-u13j0HYTmi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u13j0HYTmi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u13j0HYTmi .modal-footer {
    padding: 1rem;
  }
}
.cid-u13j0HYTmi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u13j0HYTmi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u13j0HYTmi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u13j0HYTmi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u13j0HYTmi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u13j0HYTmi .modal-lg,
  .cid-u13j0HYTmi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u13j0HYTmi .modal-xl {
    max-width: 1140px;
  }
}
.cid-u13j0HYTmi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u13j0HYTmi .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u13j0HYTmi .form-group {
  margin-bottom: 1rem;
}
.cid-u13j0HYTmi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u13j0HYTmi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u13j0HYTmi .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u13j0HYTmi .mbr-section-btn {
  margin: 0;
}
.cid-u13j0HYTmi .mbr-section-btn .btn {
  margin: 0;
}
