body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Abril Fatface', display;
  font-size: 6.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.25rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 5.2rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.925rem + (6.5 - 2.925) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #756800 !important;
}
.bg-success {
  background-color: #ffc600 !important;
}
.bg-info {
  background-color: #83868c !important;
}
.bg-warning {
  background-color: #eff2f7 !important;
}
.bg-danger {
  background-color: #0a1126 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #756800 !important;
  border-color: #756800 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #292400 !important;
  border-color: #292400 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #292400 !important;
  border-color: #292400 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #0000ff !important;
  border-color: #0000ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0000b3 !important;
  border-color: #0000b3 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0000b3 !important;
  border-color: #0000b3 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #83868c !important;
  border-color: #83868c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
  color: #4d6a9a !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #0f0d00;
  color: #0f0d00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #756800;
  border-color: #756800;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #756800 !important;
  border-color: #756800 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000099;
  color: #000099;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #0000ff;
  border-color: #0000ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0000ff !important;
  border-color: #0000ff !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #515358;
  color: #515358;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #83868c;
  border-color: #83868c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #83868c !important;
  border-color: #83868c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #997700;
  color: #997700;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #000000;
  background-color: #ffc600;
  border-color: #ffc600;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #abbbd5;
  color: #abbbd5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4d6a9a;
  background-color: #eff2f7;
  border-color: #eff2f7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d6a9a !important;
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #0a1126;
  border-color: #0a1126;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #756800 !important;
}
.text-secondary {
  color: #0000ff !important;
}
.text-success {
  color: #ffc600 !important;
}
.text-info {
  color: #83868c !important;
}
.text-warning {
  color: #eff2f7 !important;
}
.text-danger {
  color: #0a1126 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0f0d00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000099 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #997700 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #515358 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #abbbd5 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #83868c;
}
.alert-warning {
  background-color: #eff2f7;
}
.alert-danger {
  background-color: #0a1126;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #756800;
  border-color: #756800;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #756800;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f4d900;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff4cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c5c7c9;
}
.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: #acbbe9;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.25rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #756800;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #756800 !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #756800;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #756800;
  border-bottom-color: #756800;
}
.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: #756800 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0000ff !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%;
}
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='%23756800' %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;
}
.cid-uaUnXAWc6v .navbar-dropdown {
  position: relative !important;
}
.cid-uaUnXAWc6v .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-uaUnXAWc6v .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uaUnXAWc6v .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uaUnXAWc6v .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uaUnXAWc6v .navbar-caption {
  font-weight: 500;
}
.cid-uaUnXAWc6v .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-uaUnXAWc6v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaUnXAWc6v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaUnXAWc6v .dropdown-item:hover,
.cid-uaUnXAWc6v .dropdown-item:focus {
  background: #756800 !important;
  color: white !important;
}
.cid-uaUnXAWc6v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaUnXAWc6v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaUnXAWc6v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaUnXAWc6v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaUnXAWc6v .nav-link {
  position: relative;
}
.cid-uaUnXAWc6v .container {
  display: flex;
  margin: auto;
}
.cid-uaUnXAWc6v .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-uaUnXAWc6v .dropdown-menu,
.cid-uaUnXAWc6v .navbar.opened {
  background: #ffffff !important;
}
.cid-uaUnXAWc6v .nav-item:focus,
.cid-uaUnXAWc6v .nav-link:focus {
  outline: none;
}
.cid-uaUnXAWc6v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaUnXAWc6v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaUnXAWc6v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaUnXAWc6v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaUnXAWc6v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaUnXAWc6v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaUnXAWc6v .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uaUnXAWc6v .navbar.opened {
  transition: all 0.3s;
}
.cid-uaUnXAWc6v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaUnXAWc6v .navbar .navbar-logo img {
  width: auto;
}
.cid-uaUnXAWc6v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaUnXAWc6v .navbar.collapsed {
  justify-content: center;
}
.cid-uaUnXAWc6v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaUnXAWc6v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaUnXAWc6v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uaUnXAWc6v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaUnXAWc6v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaUnXAWc6v .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-uaUnXAWc6v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaUnXAWc6v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaUnXAWc6v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaUnXAWc6v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaUnXAWc6v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaUnXAWc6v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaUnXAWc6v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaUnXAWc6v .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-uaUnXAWc6v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaUnXAWc6v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaUnXAWc6v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaUnXAWc6v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaUnXAWc6v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaUnXAWc6v .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaUnXAWc6v .navbar.navbar-short {
  min-height: 80px;
}
.cid-uaUnXAWc6v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaUnXAWc6v .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uaUnXAWc6v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaUnXAWc6v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaUnXAWc6v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaUnXAWc6v .dropdown-item.active,
.cid-uaUnXAWc6v .dropdown-item:active {
  background-color: transparent;
}
.cid-uaUnXAWc6v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaUnXAWc6v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaUnXAWc6v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaUnXAWc6v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaUnXAWc6v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaUnXAWc6v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaUnXAWc6v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaUnXAWc6v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaUnXAWc6v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaUnXAWc6v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaUnXAWc6v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaUnXAWc6v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaUnXAWc6v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaUnXAWc6v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaUnXAWc6v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaUnXAWc6v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaUnXAWc6v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaUnXAWc6v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaUnXAWc6v .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-uaUnXAWc6v .navbar {
    height: 70px;
  }
  .cid-uaUnXAWc6v .navbar.opened {
    height: auto;
  }
  .cid-uaUnXAWc6v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaUtopjhcX {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/cap-2000x1335.jpg");
}
.cid-uaUtopjhcX .content {
  width: 100%;
}
@media (max-width: 859px) {
  .cid-uaUtopjhcX .content {
    width: 100%;
    text-align: center;
  }
}
.cid-uaUtopjhcX .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.cid-uaUtopjhcX .mbr-section-title span {
  position: relative;
}
.cid-uaUtopjhcX .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-uaUtopjhcX .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-uaUtopjhcX .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-uaUtopjhcX .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-uaUtopjhcX .mbr-section-title span svg path {
  fill: #279e64;
}
.cid-uaUtopjhcX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uaUtopjhcX .mbr-section-subtitle span {
  position: relative;
}
.cid-uaUtopjhcX .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-uaUtopjhcX .mbr-section-subtitle span svg path {
  fill: #f76d1d;
}
@media (max-width: 599px) {
  .cid-uaUtopjhcX .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-uaUtopjhcX .mbr-section-btn {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 859px) {
  .cid-uaUtopjhcX .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-uaUtopjhcX .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uaUtopjhcX .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uaUtopjhcX .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaUtopjhcX .wave-container .wave svg path {
  fill: #f9f9f9;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-v5orRKMyJA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-v5orRKMyJA .content-inner .left-content {
  display: block;
}
.cid-v5orRKMyJA .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-v5orRKMyJA .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-v5orRKMyJA .content-inner .right-content {
  display: block;
}
.cid-v5orRKMyJA .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-v5orRKMyJA .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-v5orRKMyJA .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-v5orRKMyJA .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-v5orRKMyJA .content-inner {
    justify-content: center !important;
  }
  .cid-v5orRKMyJA * {
    text-align: center;
  }
}
.cid-v5orRKMyJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5orRKMyJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5orRKMyJA .content-inner .left-content .mbr-section-title,
.cid-v5orRKMyJA .mbr-section-btn {
  color: #ffc600;
}
.cid-udldfPOwVq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/adobe-2000x824.jpg");
}
.cid-udldfPOwVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-udldfPOwVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udldfPOwVq .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-udldfPOwVq .row {
    align-items: center !important;
  }
}
.cid-udldfPOwVq .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-udldfPOwVq .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-udldfPOwVq .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-udldfPOwVq .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-udldfPOwVq .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-udldfPOwVq .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-udldfPOwVq .text-wrap {
    padding: 30px 0;
  }
}
.cid-udldfPOwVq .mbr-title {
  color: #000000;
}
.cid-udldfPOwVq .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-udldfPOwVq .list-box {
  width: 100%;
}
.cid-udldfPOwVq .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #000000;
  padding-left: 0;
}
.cid-udldfPOwVq .list-text {
  position: relative;
}
.cid-udldfPOwVq .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-udldfPOwVq .mbr-section-btn {
  margin-top: 20px;
}
.cid-udldfPOwVq .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
  border-radius: 100px 0 0 0;
}
@media (max-width: 991px) {
  .cid-udldfPOwVq .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-udldfPOwVq .img-box {
    border-radius: 0 15vw 0 0;
    border-radius: 15vw 0 0 0;
  }
}
.cid-udldfPOwVq .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-udldfPOwVq .mbr-text,
.cid-udldfPOwVq .mbr-section-btn {
  color: #000000;
}
.cid-udkNKiaD8A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffc600;
}
@media (min-width: 768px) {
  .cid-udkNKiaD8A {
    background-image: url("../../../assets/images/happy.fw-2000x1012.png");
    background-position: 100% center  !important;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-udkNKiaD8A .row {
  align-items: center;
}
.cid-udkNKiaD8A .image-wrapper {
  padding: 1rem;
}
.cid-udkNKiaD8A .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-udkNKiaD8A .label-text {
  width: 100%;
  color: #111111;
}
.cid-udkNKiaD8A .mbr-section-title {
  margin-bottom: 12px;
  color: #000000;
}
.cid-udkNKiaD8A .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 12px;
}
.cid-udkNKiaD8A .btn-container {
  width: 100%;
}
.cid-udkNKiaD8A .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-udkNKiaD8A .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-udkNKiaD8A .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-udkNKiaD8A .btn-black-outline {
  border: 1px solid currentColor;
}
.cid-udkNKiaD8A .btn-black-outline:hover {
  color: #ffffff !important;
  background: #111111 !important;
}
.cid-udkNKiaD8A .elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: rotate(180deg);
  line-height: 0;
  direction: ltr;
}
.cid-udkNKiaD8A .elementor-shape svg {
  fill: #ffffff;
}
.cid-udkNKiaD8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-udkNKiaD8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udkNKiaD8A .mbr-text,
.cid-udkNKiaD8A .mbr-section-btn {
  color: #000000;
}
.cid-ue45MsoMc0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ue45MsoMc0 img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 250px;
}
.cid-ue45MsoMc0 .mbr-section-subtitle {
  margin-right: 30px;
  color: #5f5d68;
}
.cid-ue45MsoMc0 .brand {
  display: flex;
  justify-content: center;
}
.cid-ue45MsoMc0 .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-ue45MsoMc0 .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-ue45MsoMc0 .row-main {
    flex-direction: column;
  }
  .cid-ue45MsoMc0 .col-auto {
    margin-bottom: 10px;
  }
  .cid-ue45MsoMc0 .mbr-section-subtitle {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ue45MsoMc0 .brand:nth-child(3) {
    padding-top: 10px;
  }
  .cid-ue45MsoMc0 .brand:nth-child(4) {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ue45MsoMc0 .brand:nth-child(2) {
    padding-top: 10px;
  }
}
.cid-ue4bqhGYeL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ue4bqhGYeL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ue4bqhGYeL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ue4bqhGYeL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ue4bqhGYeL .title {
  padding: 0 2rem;
}
.cid-ue4bqhGYeL .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-ue4bqhGYeL .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-ue4bqhGYeL .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-ue4bqhGYeL .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-ue4bqhGYeL .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-ue4bqhGYeL .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-ue4bqhGYeL .container {
  padding: 0 1rem;
}
.cid-ue4bqhGYeL .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-ue4bqhGYeL .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ue4bqhGYeL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ue4bqhGYeL .icon-focus {
  display: none;
}
.cid-ue4bqhGYeL .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-ue4bqhGYeL .btn-primary-outline:hover {
  background: transparent !important;
  color: #756800 !important;
}
.cid-ue4bqhGYeL li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-ue4bqhGYeL li {
  position: relative;
}
.cid-ue4bqhGYeL .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-ue4bqhGYeL .btn {
  font-family: Jost !important;
}
.cid-ue4bqhGYeL .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-ue4bqhGYeL .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ue4bqhGYeL li:not(:last-child):after {
    top: 9px;
  }
  .cid-ue4bqhGYeL .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-ue4bqhGYeL .container {
    padding: 0rem;
  }
  .cid-ue4bqhGYeL .title {
    padding: 0 1rem;
  }
}
.cid-ue4bqhGYeL H2 {
  color: #89b758;
}
.cid-ue4bqhGYeL H1 {
  color: #83868c;
}
.cid-ue6D3KXkA0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ue6D3KXkA0 .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-ue6D3KXkA0 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ue6D3KXkA0 .col + .mbr-section-btn .btn,
.cid-ue6D3KXkA0 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ue6D3KXkA0 .col + .mbr-section-btn .btn,
  .cid-ue6D3KXkA0 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ue6D3KXkA0 .dragArea > *:nth-last-child(2).col,
  .cid-ue6D3KXkA0 .dragArea > *:nth-last-child(2).col-auto,
  .cid-ue6D3KXkA0 .col + .mbr-section-btn,
  .cid-ue6D3KXkA0 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ue6D3KXkA0 .dragArea {
    flex-direction: column;
  }
}
.cid-ue6D3KXkA0 .btn-primary {
  border: 1px solid #756800 !important;
}
.cid-ue6D3KXkA0 .btn-primary:hover {
  border: 1px solid #756800 !important;
}
.cid-ue6D3KXkA0 .stripe {
  border-bottom: 1px solid #ffe161;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ue6D3KXkA0 .form-group {
  max-width: 220px;
}
.cid-ue6D3KXkA0 .mbr-section-btn {
  padding-left: 0;
}
.cid-ue6D3KXkA0 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ue6D3KXkA0 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe161;
  width: 85%;
}
.cid-ue6D3KXkA0 .mbr-text {
  color: #444;
}
.cid-ue6D3KXkA0 h5 {
  margin-bottom: 0;
}
.cid-ue6D3KXkA0 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ue6D3KXkA0 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ue6D3KXkA0 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ue6D3KXkA0 .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-ue6D3KXkA0 .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-ue6D3KXkA0 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ue6D3KXkA0 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ue6D3KXkA0 .social-list a:hover {
  opacity: 0.4;
}
.cid-ue6D3KXkA0 .media-container-row > div {
  padding: 0px;
}
.cid-ue6D3KXkA0 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ue6D3KXkA0 .group-title {
  text-align: left;
  color: #ffe161;
  padding-bottom: 0.2rem;
}
.cid-ue6D3KXkA0 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ue6D3KXkA0 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ue6D3KXkA0 .social-list,
  .cid-ue6D3KXkA0 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ue6D3KXkA0 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ue6D3KXkA0 .form-group {
    max-width: 180px;
  }
}
.cid-ue6D3KXkA0 .links span {
  color: #9e9e9e;
}
.cid-ue6D3KXkA0 .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-ue6D3KXkA0 .logo-title {
  text-align: center;
}
.cid-ue6D3KXkA0 .logo-title,
.cid-ue6D3KXkA0 .logo {
  color: #ffffff;
}
.cid-udqrje7C09.popup-builder {
  background-color: #ffffff;
}
.cid-udqrje7C09.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udqrje7C09.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udqrje7C09 .modal-content,
.cid-udqrje7C09 .modal-dialog {
  height: auto;
}
.cid-udqrje7C09 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udqrje7C09 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udqrje7C09 .form-wrapper .mbr-form .form-group,
  .cid-udqrje7C09 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udqrje7C09 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udqrje7C09 .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-udqrje7C09 .mbr-text {
  text-align: center;
}
.cid-udqrje7C09 .pt-0 {
  padding-top: 0 !important;
}
.cid-udqrje7C09 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udqrje7C09 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udqrje7C09 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udqrje7C09 .modal-open {
  overflow: hidden;
}
.cid-udqrje7C09 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udqrje7C09 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udqrje7C09 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udqrje7C09 .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-udqrje7C09 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udqrje7C09 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udqrje7C09 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udqrje7C09 .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-udqrje7C09 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-udqrje7C09 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udqrje7C09 .modal-backdrop.fade {
  opacity: 0;
}
.cid-udqrje7C09 .modal-backdrop.show {
  opacity: .5;
}
.cid-udqrje7C09 .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-udqrje7C09 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udqrje7C09 .modal-header {
    padding: 1rem;
  }
}
.cid-udqrje7C09 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udqrje7C09 .modal-header .close svg {
  fill: #111111;
}
.cid-udqrje7C09 .modal-header .close:hover {
  opacity: 1;
}
.cid-udqrje7C09 .modal-header .close:focus {
  outline: none;
}
.cid-udqrje7C09 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-udqrje7C09 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-udqrje7C09 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udqrje7C09 .modal-body {
    padding: 1rem;
  }
}
.cid-udqrje7C09 .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-udqrje7C09 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udqrje7C09 .modal-footer {
    padding: 1rem;
  }
}
.cid-udqrje7C09 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udqrje7C09 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udqrje7C09 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udqrje7C09 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udqrje7C09 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-udqrje7C09 .modal-lg,
  .cid-udqrje7C09 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-udqrje7C09 .modal-xl {
    max-width: 1140px;
  }
}
.cid-udqrje7C09 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udqrje7C09 .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-udqrje7C09 .form-group {
  margin-bottom: 1rem;
}
.cid-udqrje7C09 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udqrje7C09 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udqrje7C09 .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-udqrje7C09 .mbr-section-btn {
  margin: 0;
}
.cid-udqrje7C09 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uaWZj4YTCR .navbar-dropdown {
  position: relative !important;
}
.cid-uaWZj4YTCR .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-uaWZj4YTCR .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uaWZj4YTCR .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uaWZj4YTCR .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uaWZj4YTCR .navbar-caption {
  font-weight: 500;
}
.cid-uaWZj4YTCR .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-uaWZj4YTCR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaWZj4YTCR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaWZj4YTCR .dropdown-item:hover,
.cid-uaWZj4YTCR .dropdown-item:focus {
  background: #756800 !important;
  color: white !important;
}
.cid-uaWZj4YTCR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaWZj4YTCR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaWZj4YTCR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaWZj4YTCR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaWZj4YTCR .nav-link {
  position: relative;
}
.cid-uaWZj4YTCR .container {
  display: flex;
  margin: auto;
}
.cid-uaWZj4YTCR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-uaWZj4YTCR .dropdown-menu,
.cid-uaWZj4YTCR .navbar.opened {
  background: #ffffff !important;
}
.cid-uaWZj4YTCR .nav-item:focus,
.cid-uaWZj4YTCR .nav-link:focus {
  outline: none;
}
.cid-uaWZj4YTCR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaWZj4YTCR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaWZj4YTCR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaWZj4YTCR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaWZj4YTCR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaWZj4YTCR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaWZj4YTCR .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uaWZj4YTCR .navbar.opened {
  transition: all 0.3s;
}
.cid-uaWZj4YTCR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaWZj4YTCR .navbar .navbar-logo img {
  width: auto;
}
.cid-uaWZj4YTCR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaWZj4YTCR .navbar.collapsed {
  justify-content: center;
}
.cid-uaWZj4YTCR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaWZj4YTCR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaWZj4YTCR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uaWZj4YTCR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaWZj4YTCR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaWZj4YTCR .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-uaWZj4YTCR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaWZj4YTCR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaWZj4YTCR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaWZj4YTCR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaWZj4YTCR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaWZj4YTCR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaWZj4YTCR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaWZj4YTCR .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-uaWZj4YTCR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaWZj4YTCR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaWZj4YTCR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaWZj4YTCR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaWZj4YTCR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaWZj4YTCR .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaWZj4YTCR .navbar.navbar-short {
  min-height: 80px;
}
.cid-uaWZj4YTCR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaWZj4YTCR .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uaWZj4YTCR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaWZj4YTCR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaWZj4YTCR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaWZj4YTCR .dropdown-item.active,
.cid-uaWZj4YTCR .dropdown-item:active {
  background-color: transparent;
}
.cid-uaWZj4YTCR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaWZj4YTCR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaWZj4YTCR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaWZj4YTCR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaWZj4YTCR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaWZj4YTCR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaWZj4YTCR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaWZj4YTCR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaWZj4YTCR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaWZj4YTCR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaWZj4YTCR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaWZj4YTCR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaWZj4YTCR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaWZj4YTCR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaWZj4YTCR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaWZj4YTCR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaWZj4YTCR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaWZj4YTCR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaWZj4YTCR .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-uaWZj4YTCR .navbar {
    height: 70px;
  }
  .cid-uaWZj4YTCR .navbar.opened {
    height: auto;
  }
  .cid-uaWZj4YTCR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaXcD1Vt0e {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaXcD1Vt0e .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uaXcD1Vt0e form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uaXcD1Vt0e form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uaXcD1Vt0e form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uaXcD1Vt0e LABEL {
  color: #000000;
}
.cid-ue6BDzosdW {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ue6BDzosdW .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-ue6BDzosdW .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ue6BDzosdW .col + .mbr-section-btn .btn,
.cid-ue6BDzosdW .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ue6BDzosdW .col + .mbr-section-btn .btn,
  .cid-ue6BDzosdW .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ue6BDzosdW .dragArea > *:nth-last-child(2).col,
  .cid-ue6BDzosdW .dragArea > *:nth-last-child(2).col-auto,
  .cid-ue6BDzosdW .col + .mbr-section-btn,
  .cid-ue6BDzosdW .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ue6BDzosdW .dragArea {
    flex-direction: column;
  }
}
.cid-ue6BDzosdW .btn-primary {
  border: 1px solid #756800 !important;
}
.cid-ue6BDzosdW .btn-primary:hover {
  border: 1px solid #756800 !important;
}
.cid-ue6BDzosdW .stripe {
  border-bottom: 1px solid #ffe161;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ue6BDzosdW .form-group {
  max-width: 220px;
}
.cid-ue6BDzosdW .mbr-section-btn {
  padding-left: 0;
}
.cid-ue6BDzosdW .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ue6BDzosdW .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe161;
  width: 85%;
}
.cid-ue6BDzosdW .mbr-text {
  color: #444;
}
.cid-ue6BDzosdW h5 {
  margin-bottom: 0;
}
.cid-ue6BDzosdW .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ue6BDzosdW .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ue6BDzosdW .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ue6BDzosdW .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-ue6BDzosdW .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-ue6BDzosdW .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ue6BDzosdW .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ue6BDzosdW .social-list a:hover {
  opacity: 0.4;
}
.cid-ue6BDzosdW .media-container-row > div {
  padding: 0px;
}
.cid-ue6BDzosdW .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ue6BDzosdW .group-title {
  text-align: left;
  color: #ffe161;
  padding-bottom: 0.2rem;
}
.cid-ue6BDzosdW .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ue6BDzosdW .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ue6BDzosdW .social-list,
  .cid-ue6BDzosdW .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ue6BDzosdW h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ue6BDzosdW .form-group {
    max-width: 180px;
  }
}
.cid-ue6BDzosdW .links span {
  color: #9e9e9e;
}
.cid-ue6BDzosdW .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-ue6BDzosdW .logo-title {
  text-align: center;
}
.cid-ue6BDzosdW .logo-title,
.cid-ue6BDzosdW .logo {
  color: #ffffff;
}
.cid-udqrNvyY2k.popup-builder {
  background-color: #ffffff;
}
.cid-udqrNvyY2k.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udqrNvyY2k.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udqrNvyY2k .modal-content,
.cid-udqrNvyY2k .modal-dialog {
  height: auto;
}
.cid-udqrNvyY2k .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udqrNvyY2k .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udqrNvyY2k .form-wrapper .mbr-form .form-group,
  .cid-udqrNvyY2k .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udqrNvyY2k .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udqrNvyY2k .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-udqrNvyY2k .mbr-text {
  text-align: center;
}
.cid-udqrNvyY2k .pt-0 {
  padding-top: 0 !important;
}
.cid-udqrNvyY2k .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udqrNvyY2k .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udqrNvyY2k .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udqrNvyY2k .modal-open {
  overflow: hidden;
}
.cid-udqrNvyY2k .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udqrNvyY2k .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udqrNvyY2k .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udqrNvyY2k .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-udqrNvyY2k .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udqrNvyY2k .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udqrNvyY2k .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udqrNvyY2k .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-udqrNvyY2k .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-udqrNvyY2k .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udqrNvyY2k .modal-backdrop.fade {
  opacity: 0;
}
.cid-udqrNvyY2k .modal-backdrop.show {
  opacity: .5;
}
.cid-udqrNvyY2k .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-udqrNvyY2k .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udqrNvyY2k .modal-header {
    padding: 1rem;
  }
}
.cid-udqrNvyY2k .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udqrNvyY2k .modal-header .close svg {
  fill: #111111;
}
.cid-udqrNvyY2k .modal-header .close:hover {
  opacity: 1;
}
.cid-udqrNvyY2k .modal-header .close:focus {
  outline: none;
}
.cid-udqrNvyY2k .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-udqrNvyY2k .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-udqrNvyY2k .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udqrNvyY2k .modal-body {
    padding: 1rem;
  }
}
.cid-udqrNvyY2k .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-udqrNvyY2k .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udqrNvyY2k .modal-footer {
    padding: 1rem;
  }
}
.cid-udqrNvyY2k .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udqrNvyY2k .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udqrNvyY2k .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udqrNvyY2k .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udqrNvyY2k .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-udqrNvyY2k .modal-lg,
  .cid-udqrNvyY2k .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-udqrNvyY2k .modal-xl {
    max-width: 1140px;
  }
}
.cid-udqrNvyY2k .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udqrNvyY2k .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-udqrNvyY2k .form-group {
  margin-bottom: 1rem;
}
.cid-udqrNvyY2k .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udqrNvyY2k .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udqrNvyY2k .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-udqrNvyY2k .mbr-section-btn {
  margin: 0;
}
.cid-udqrNvyY2k .mbr-section-btn .btn {
  margin: 0;
}
.cid-udcVDVeWC3 .navbar-dropdown {
  position: relative !important;
}
.cid-udcVDVeWC3 .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-udcVDVeWC3 .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-udcVDVeWC3 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-udcVDVeWC3 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-udcVDVeWC3 .navbar-caption {
  font-weight: 500;
}
.cid-udcVDVeWC3 .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-udcVDVeWC3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udcVDVeWC3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udcVDVeWC3 .dropdown-item:hover,
.cid-udcVDVeWC3 .dropdown-item:focus {
  background: #756800 !important;
  color: white !important;
}
.cid-udcVDVeWC3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udcVDVeWC3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udcVDVeWC3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udcVDVeWC3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udcVDVeWC3 .nav-link {
  position: relative;
}
.cid-udcVDVeWC3 .container {
  display: flex;
  margin: auto;
}
.cid-udcVDVeWC3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-udcVDVeWC3 .dropdown-menu,
.cid-udcVDVeWC3 .navbar.opened {
  background: #ffffff !important;
}
.cid-udcVDVeWC3 .nav-item:focus,
.cid-udcVDVeWC3 .nav-link:focus {
  outline: none;
}
.cid-udcVDVeWC3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udcVDVeWC3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udcVDVeWC3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udcVDVeWC3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udcVDVeWC3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udcVDVeWC3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udcVDVeWC3 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-udcVDVeWC3 .navbar.opened {
  transition: all 0.3s;
}
.cid-udcVDVeWC3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udcVDVeWC3 .navbar .navbar-logo img {
  width: auto;
}
.cid-udcVDVeWC3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udcVDVeWC3 .navbar.collapsed {
  justify-content: center;
}
.cid-udcVDVeWC3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udcVDVeWC3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udcVDVeWC3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-udcVDVeWC3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udcVDVeWC3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udcVDVeWC3 .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-udcVDVeWC3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udcVDVeWC3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udcVDVeWC3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udcVDVeWC3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udcVDVeWC3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udcVDVeWC3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udcVDVeWC3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udcVDVeWC3 .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-udcVDVeWC3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udcVDVeWC3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udcVDVeWC3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udcVDVeWC3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udcVDVeWC3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udcVDVeWC3 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udcVDVeWC3 .navbar.navbar-short {
  min-height: 80px;
}
.cid-udcVDVeWC3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udcVDVeWC3 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-udcVDVeWC3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udcVDVeWC3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udcVDVeWC3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udcVDVeWC3 .dropdown-item.active,
.cid-udcVDVeWC3 .dropdown-item:active {
  background-color: transparent;
}
.cid-udcVDVeWC3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udcVDVeWC3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udcVDVeWC3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udcVDVeWC3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udcVDVeWC3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udcVDVeWC3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udcVDVeWC3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udcVDVeWC3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udcVDVeWC3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udcVDVeWC3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udcVDVeWC3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udcVDVeWC3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udcVDVeWC3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udcVDVeWC3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udcVDVeWC3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udcVDVeWC3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udcVDVeWC3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udcVDVeWC3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udcVDVeWC3 .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-udcVDVeWC3 .navbar {
    height: 70px;
  }
  .cid-udcVDVeWC3 .navbar.opened {
    height: auto;
  }
  .cid-udcVDVeWC3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udd90vayUs {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-udd90vayUs .title__block {
  margin-bottom: 89px;
}
.cid-udd90vayUs .mbr-section-title {
  margin-bottom: 20px;
}
.cid-udd90vayUs .timelines-container .separline:last-child:before {
  content: none;
}
.cid-udd90vayUs .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
  color: #000000;
}
.cid-udd90vayUs .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-udd90vayUs .timeline-text-content p {
  margin-bottom: 0;
}
.cid-udd90vayUs .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #cccccc;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-udd90vayUs .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-udd90vayUs .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-udd90vayUs .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-udd90vayUs .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-udd90vayUs .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #fe5925;
}
.cid-udd90vayUs .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-udd90vayUs .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #fe5925;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-udd90vayUs .title__block {
    margin-bottom: 40px;
  }
  .cid-udd90vayUs .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-udd90vayUs .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-udd90vayUs .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-udd90vayUs .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-udd90vayUs .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-udd90vayUs .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-udd90vayUs .iconBackground {
    left: 0 !important;
  }
  .cid-udd90vayUs .separline:before {
    left: 0 !important;
  }
}
.cid-udd90vayUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-udd90vayUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udd90vayUs .mbr-timeline-text {
  color: #000000;
}
.cid-udd90vayUs .mbr-section-title {
  color: #000000;
}
.cid-ue6DcjP39U {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ue6DcjP39U .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-ue6DcjP39U .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ue6DcjP39U .col + .mbr-section-btn .btn,
.cid-ue6DcjP39U .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ue6DcjP39U .col + .mbr-section-btn .btn,
  .cid-ue6DcjP39U .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ue6DcjP39U .dragArea > *:nth-last-child(2).col,
  .cid-ue6DcjP39U .dragArea > *:nth-last-child(2).col-auto,
  .cid-ue6DcjP39U .col + .mbr-section-btn,
  .cid-ue6DcjP39U .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ue6DcjP39U .dragArea {
    flex-direction: column;
  }
}
.cid-ue6DcjP39U .btn-primary {
  border: 1px solid #756800 !important;
}
.cid-ue6DcjP39U .btn-primary:hover {
  border: 1px solid #756800 !important;
}
.cid-ue6DcjP39U .stripe {
  border-bottom: 1px solid #ffe161;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ue6DcjP39U .form-group {
  max-width: 220px;
}
.cid-ue6DcjP39U .mbr-section-btn {
  padding-left: 0;
}
.cid-ue6DcjP39U .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ue6DcjP39U .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe161;
  width: 85%;
}
.cid-ue6DcjP39U .mbr-text {
  color: #444;
}
.cid-ue6DcjP39U h5 {
  margin-bottom: 0;
}
.cid-ue6DcjP39U .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ue6DcjP39U .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ue6DcjP39U .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ue6DcjP39U .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-ue6DcjP39U .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-ue6DcjP39U .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ue6DcjP39U .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ue6DcjP39U .social-list a:hover {
  opacity: 0.4;
}
.cid-ue6DcjP39U .media-container-row > div {
  padding: 0px;
}
.cid-ue6DcjP39U .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ue6DcjP39U .group-title {
  text-align: left;
  color: #ffe161;
  padding-bottom: 0.2rem;
}
.cid-ue6DcjP39U .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ue6DcjP39U .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ue6DcjP39U .social-list,
  .cid-ue6DcjP39U .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ue6DcjP39U h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ue6DcjP39U .form-group {
    max-width: 180px;
  }
}
.cid-ue6DcjP39U .links span {
  color: #9e9e9e;
}
.cid-ue6DcjP39U .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-ue6DcjP39U .logo-title {
  text-align: center;
}
.cid-ue6DcjP39U .logo-title,
.cid-ue6DcjP39U .logo {
  color: #ffffff;
}
.cid-udqrNvycUY.popup-builder {
  background-color: #ffffff;
}
.cid-udqrNvycUY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udqrNvycUY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udqrNvycUY .modal-content,
.cid-udqrNvycUY .modal-dialog {
  height: auto;
}
.cid-udqrNvycUY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udqrNvycUY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udqrNvycUY .form-wrapper .mbr-form .form-group,
  .cid-udqrNvycUY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udqrNvycUY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udqrNvycUY .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-udqrNvycUY .mbr-text {
  text-align: center;
}
.cid-udqrNvycUY .pt-0 {
  padding-top: 0 !important;
}
.cid-udqrNvycUY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udqrNvycUY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udqrNvycUY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udqrNvycUY .modal-open {
  overflow: hidden;
}
.cid-udqrNvycUY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udqrNvycUY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udqrNvycUY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udqrNvycUY .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-udqrNvycUY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udqrNvycUY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udqrNvycUY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udqrNvycUY .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-udqrNvycUY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-udqrNvycUY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udqrNvycUY .modal-backdrop.fade {
  opacity: 0;
}
.cid-udqrNvycUY .modal-backdrop.show {
  opacity: .5;
}
.cid-udqrNvycUY .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-udqrNvycUY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udqrNvycUY .modal-header {
    padding: 1rem;
  }
}
.cid-udqrNvycUY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udqrNvycUY .modal-header .close svg {
  fill: #111111;
}
.cid-udqrNvycUY .modal-header .close:hover {
  opacity: 1;
}
.cid-udqrNvycUY .modal-header .close:focus {
  outline: none;
}
.cid-udqrNvycUY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-udqrNvycUY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-udqrNvycUY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udqrNvycUY .modal-body {
    padding: 1rem;
  }
}
.cid-udqrNvycUY .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-udqrNvycUY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udqrNvycUY .modal-footer {
    padding: 1rem;
  }
}
.cid-udqrNvycUY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udqrNvycUY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udqrNvycUY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udqrNvycUY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udqrNvycUY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-udqrNvycUY .modal-lg,
  .cid-udqrNvycUY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-udqrNvycUY .modal-xl {
    max-width: 1140px;
  }
}
.cid-udqrNvycUY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udqrNvycUY .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-udqrNvycUY .form-group {
  margin-bottom: 1rem;
}
.cid-udqrNvycUY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udqrNvycUY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udqrNvycUY .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-udqrNvycUY .mbr-section-btn {
  margin: 0;
}
.cid-udqrNvycUY .mbr-section-btn .btn {
  margin: 0;
}
.cid-uddfJLIZIz .navbar-dropdown {
  position: relative !important;
}
.cid-uddfJLIZIz .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-uddfJLIZIz .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uddfJLIZIz .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uddfJLIZIz .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uddfJLIZIz .navbar-caption {
  font-weight: 500;
}
.cid-uddfJLIZIz .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-uddfJLIZIz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uddfJLIZIz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uddfJLIZIz .dropdown-item:hover,
.cid-uddfJLIZIz .dropdown-item:focus {
  background: #756800 !important;
  color: white !important;
}
.cid-uddfJLIZIz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uddfJLIZIz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uddfJLIZIz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uddfJLIZIz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uddfJLIZIz .nav-link {
  position: relative;
}
.cid-uddfJLIZIz .container {
  display: flex;
  margin: auto;
}
.cid-uddfJLIZIz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-uddfJLIZIz .dropdown-menu,
.cid-uddfJLIZIz .navbar.opened {
  background: #ffffff !important;
}
.cid-uddfJLIZIz .nav-item:focus,
.cid-uddfJLIZIz .nav-link:focus {
  outline: none;
}
.cid-uddfJLIZIz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uddfJLIZIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uddfJLIZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uddfJLIZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uddfJLIZIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uddfJLIZIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uddfJLIZIz .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uddfJLIZIz .navbar.opened {
  transition: all 0.3s;
}
.cid-uddfJLIZIz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uddfJLIZIz .navbar .navbar-logo img {
  width: auto;
}
.cid-uddfJLIZIz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uddfJLIZIz .navbar.collapsed {
  justify-content: center;
}
.cid-uddfJLIZIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uddfJLIZIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uddfJLIZIz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uddfJLIZIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uddfJLIZIz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uddfJLIZIz .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-uddfJLIZIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uddfJLIZIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uddfJLIZIz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uddfJLIZIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uddfJLIZIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uddfJLIZIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uddfJLIZIz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uddfJLIZIz .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-uddfJLIZIz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uddfJLIZIz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uddfJLIZIz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uddfJLIZIz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uddfJLIZIz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uddfJLIZIz .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uddfJLIZIz .navbar.navbar-short {
  min-height: 80px;
}
.cid-uddfJLIZIz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uddfJLIZIz .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uddfJLIZIz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uddfJLIZIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uddfJLIZIz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uddfJLIZIz .dropdown-item.active,
.cid-uddfJLIZIz .dropdown-item:active {
  background-color: transparent;
}
.cid-uddfJLIZIz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uddfJLIZIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uddfJLIZIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uddfJLIZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uddfJLIZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uddfJLIZIz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uddfJLIZIz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uddfJLIZIz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uddfJLIZIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uddfJLIZIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uddfJLIZIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uddfJLIZIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uddfJLIZIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uddfJLIZIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uddfJLIZIz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uddfJLIZIz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uddfJLIZIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uddfJLIZIz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uddfJLIZIz .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-uddfJLIZIz .navbar {
    height: 70px;
  }
  .cid-uddfJLIZIz .navbar.opened {
    height: auto;
  }
  .cid-uddfJLIZIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uddfJM8t7m {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uddfJM8t7m .title__block {
  margin-bottom: 89px;
}
.cid-uddfJM8t7m .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uddfJM8t7m .timelines-container .separline:last-child:before {
  content: none;
}
.cid-uddfJM8t7m .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
  color: #000000;
}
.cid-uddfJM8t7m .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-uddfJM8t7m .timeline-text-content p {
  margin-bottom: 0;
}
.cid-uddfJM8t7m .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #cccccc;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-uddfJM8t7m .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uddfJM8t7m .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-uddfJM8t7m .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-uddfJM8t7m .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-uddfJM8t7m .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #fe5925;
}
.cid-uddfJM8t7m .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-uddfJM8t7m .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #fe5925;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-uddfJM8t7m .title__block {
    margin-bottom: 40px;
  }
  .cid-uddfJM8t7m .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-uddfJM8t7m .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-uddfJM8t7m .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-uddfJM8t7m .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-uddfJM8t7m .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-uddfJM8t7m .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-uddfJM8t7m .iconBackground {
    left: 0 !important;
  }
  .cid-uddfJM8t7m .separline:before {
    left: 0 !important;
  }
}
.cid-uddfJM8t7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uddfJM8t7m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uddfJM8t7m .mbr-timeline-text {
  color: #000000;
}
.cid-uddfJM8t7m .mbr-section-title {
  color: #000000;
}
.cid-ue6Dqr0F1n {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ue6Dqr0F1n .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-ue6Dqr0F1n .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ue6Dqr0F1n .col + .mbr-section-btn .btn,
.cid-ue6Dqr0F1n .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ue6Dqr0F1n .col + .mbr-section-btn .btn,
  .cid-ue6Dqr0F1n .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ue6Dqr0F1n .dragArea > *:nth-last-child(2).col,
  .cid-ue6Dqr0F1n .dragArea > *:nth-last-child(2).col-auto,
  .cid-ue6Dqr0F1n .col + .mbr-section-btn,
  .cid-ue6Dqr0F1n .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ue6Dqr0F1n .dragArea {
    flex-direction: column;
  }
}
.cid-ue6Dqr0F1n .btn-primary {
  border: 1px solid #756800 !important;
}
.cid-ue6Dqr0F1n .btn-primary:hover {
  border: 1px solid #756800 !important;
}
.cid-ue6Dqr0F1n .stripe {
  border-bottom: 1px solid #ffe161;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ue6Dqr0F1n .form-group {
  max-width: 220px;
}
.cid-ue6Dqr0F1n .mbr-section-btn {
  padding-left: 0;
}
.cid-ue6Dqr0F1n .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ue6Dqr0F1n .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe161;
  width: 85%;
}
.cid-ue6Dqr0F1n .mbr-text {
  color: #444;
}
.cid-ue6Dqr0F1n h5 {
  margin-bottom: 0;
}
.cid-ue6Dqr0F1n .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ue6Dqr0F1n .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ue6Dqr0F1n .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ue6Dqr0F1n .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-ue6Dqr0F1n .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-ue6Dqr0F1n .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ue6Dqr0F1n .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ue6Dqr0F1n .social-list a:hover {
  opacity: 0.4;
}
.cid-ue6Dqr0F1n .media-container-row > div {
  padding: 0px;
}
.cid-ue6Dqr0F1n .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ue6Dqr0F1n .group-title {
  text-align: left;
  color: #ffe161;
  padding-bottom: 0.2rem;
}
.cid-ue6Dqr0F1n .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ue6Dqr0F1n .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ue6Dqr0F1n .social-list,
  .cid-ue6Dqr0F1n .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ue6Dqr0F1n h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ue6Dqr0F1n .form-group {
    max-width: 180px;
  }
}
.cid-ue6Dqr0F1n .links span {
  color: #9e9e9e;
}
.cid-ue6Dqr0F1n .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-ue6Dqr0F1n .logo-title {
  text-align: center;
}
.cid-ue6Dqr0F1n .logo-title,
.cid-ue6Dqr0F1n .logo {
  color: #ffffff;
}
.cid-udqrNvzsbo.popup-builder {
  background-color: #ffffff;
}
.cid-udqrNvzsbo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udqrNvzsbo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udqrNvzsbo .modal-content,
.cid-udqrNvzsbo .modal-dialog {
  height: auto;
}
.cid-udqrNvzsbo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udqrNvzsbo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udqrNvzsbo .form-wrapper .mbr-form .form-group,
  .cid-udqrNvzsbo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udqrNvzsbo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udqrNvzsbo .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-udqrNvzsbo .mbr-text {
  text-align: center;
}
.cid-udqrNvzsbo .pt-0 {
  padding-top: 0 !important;
}
.cid-udqrNvzsbo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udqrNvzsbo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udqrNvzsbo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udqrNvzsbo .modal-open {
  overflow: hidden;
}
.cid-udqrNvzsbo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udqrNvzsbo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udqrNvzsbo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udqrNvzsbo .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-udqrNvzsbo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udqrNvzsbo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udqrNvzsbo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udqrNvzsbo .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-udqrNvzsbo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-udqrNvzsbo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udqrNvzsbo .modal-backdrop.fade {
  opacity: 0;
}
.cid-udqrNvzsbo .modal-backdrop.show {
  opacity: .5;
}
.cid-udqrNvzsbo .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-udqrNvzsbo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udqrNvzsbo .modal-header {
    padding: 1rem;
  }
}
.cid-udqrNvzsbo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udqrNvzsbo .modal-header .close svg {
  fill: #111111;
}
.cid-udqrNvzsbo .modal-header .close:hover {
  opacity: 1;
}
.cid-udqrNvzsbo .modal-header .close:focus {
  outline: none;
}
.cid-udqrNvzsbo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-udqrNvzsbo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-udqrNvzsbo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udqrNvzsbo .modal-body {
    padding: 1rem;
  }
}
.cid-udqrNvzsbo .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-udqrNvzsbo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udqrNvzsbo .modal-footer {
    padding: 1rem;
  }
}
.cid-udqrNvzsbo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udqrNvzsbo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udqrNvzsbo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udqrNvzsbo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udqrNvzsbo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-udqrNvzsbo .modal-lg,
  .cid-udqrNvzsbo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-udqrNvzsbo .modal-xl {
    max-width: 1140px;
  }
}
.cid-udqrNvzsbo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udqrNvzsbo .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-udqrNvzsbo .form-group {
  margin-bottom: 1rem;
}
.cid-udqrNvzsbo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udqrNvzsbo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udqrNvzsbo .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-udqrNvzsbo .mbr-section-btn {
  margin: 0;
}
.cid-udqrNvzsbo .mbr-section-btn .btn {
  margin: 0;
}
.cid-udoUPjNjIJ .navbar-dropdown {
  position: relative !important;
}
.cid-udoUPjNjIJ .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-udoUPjNjIJ .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-udoUPjNjIJ .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-udoUPjNjIJ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-udoUPjNjIJ .navbar-caption {
  font-weight: 500;
}
.cid-udoUPjNjIJ .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-udoUPjNjIJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udoUPjNjIJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udoUPjNjIJ .dropdown-item:hover,
.cid-udoUPjNjIJ .dropdown-item:focus {
  background: #756800 !important;
  color: white !important;
}
.cid-udoUPjNjIJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udoUPjNjIJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udoUPjNjIJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udoUPjNjIJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udoUPjNjIJ .nav-link {
  position: relative;
}
.cid-udoUPjNjIJ .container {
  display: flex;
  margin: auto;
}
.cid-udoUPjNjIJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-udoUPjNjIJ .dropdown-menu,
.cid-udoUPjNjIJ .navbar.opened {
  background: #ffffff !important;
}
.cid-udoUPjNjIJ .nav-item:focus,
.cid-udoUPjNjIJ .nav-link:focus {
  outline: none;
}
.cid-udoUPjNjIJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udoUPjNjIJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udoUPjNjIJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udoUPjNjIJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udoUPjNjIJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udoUPjNjIJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udoUPjNjIJ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-udoUPjNjIJ .navbar.opened {
  transition: all 0.3s;
}
.cid-udoUPjNjIJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udoUPjNjIJ .navbar .navbar-logo img {
  width: auto;
}
.cid-udoUPjNjIJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udoUPjNjIJ .navbar.collapsed {
  justify-content: center;
}
.cid-udoUPjNjIJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udoUPjNjIJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udoUPjNjIJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-udoUPjNjIJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udoUPjNjIJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udoUPjNjIJ .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-udoUPjNjIJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udoUPjNjIJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udoUPjNjIJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udoUPjNjIJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udoUPjNjIJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udoUPjNjIJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udoUPjNjIJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udoUPjNjIJ .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-udoUPjNjIJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udoUPjNjIJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udoUPjNjIJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udoUPjNjIJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udoUPjNjIJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udoUPjNjIJ .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udoUPjNjIJ .navbar.navbar-short {
  min-height: 80px;
}
.cid-udoUPjNjIJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udoUPjNjIJ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-udoUPjNjIJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udoUPjNjIJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udoUPjNjIJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udoUPjNjIJ .dropdown-item.active,
.cid-udoUPjNjIJ .dropdown-item:active {
  background-color: transparent;
}
.cid-udoUPjNjIJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udoUPjNjIJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udoUPjNjIJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udoUPjNjIJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udoUPjNjIJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udoUPjNjIJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udoUPjNjIJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udoUPjNjIJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udoUPjNjIJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udoUPjNjIJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udoUPjNjIJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udoUPjNjIJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udoUPjNjIJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udoUPjNjIJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udoUPjNjIJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udoUPjNjIJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udoUPjNjIJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udoUPjNjIJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udoUPjNjIJ .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-udoUPjNjIJ .navbar {
    height: 70px;
  }
  .cid-udoUPjNjIJ .navbar.opened {
    height: auto;
  }
  .cid-udoUPjNjIJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue4T9fLuFz {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ue4T9fLuFz .mbr-section-title {
  margin-bottom: 24px;
  color: #14142b;
  text-align: center;
}
.cid-ue4T9fLuFz .link-title {
  width: 100%;
  display: inline-block;
}
.cid-ue4T9fLuFz .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-ue4T9fLuFz .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px;
  height: 284px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  margin-bottom: 48px;
}
.cid-ue4T9fLuFz .col-12.col-sm-6.col-lg-3:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-ue4T9fLuFz .col-12.col-sm-6.col-lg-3:hover .mbr-iconfont,
.cid-ue4T9fLuFz .col-12.col-sm-6.col-lg-3:hover .number,
.cid-ue4T9fLuFz .col-12.col-sm-6.col-lg-3:hover .card-title {
  color: #83868c !important;
}
.cid-ue4T9fLuFz .col-12.col-sm-6.col-lg-3:hover .inner {
  transform: scale(1.1);
}
.cid-ue4T9fLuFz .card-title {
  transition: 0.35s;
  margin-bottom: 12px;
  color: #000000;
  text-align: center;
}
.cid-ue4T9fLuFz .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 30px;
}
.cid-ue4T9fLuFz .card-text {
  margin-bottom: 33px;
  color: #8c8c95;
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-ue4T9fLuFz .card-wrapper {
    margin: 10px;
  }
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-ue4T9fLuFz .col-12:nth-child(3) {
    padding-top: 50px;
  }
  .cid-ue4T9fLuFz .col-12:nth-child(4) {
    padding-top: 50px;
  }
  .cid-ue4T9fLuFz .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-ue4T9fLuFz .col-12 {
    padding-top: 50px;
  }
  .cid-ue4T9fLuFz .col-12:first-child {
    padding-top: 0px;
  }
  .cid-ue4T9fLuFz .wrap-img {
    margin-bottom: 30px;
  }
  .cid-ue4T9fLuFz .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-ue4T9fLuFz .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-ue4T9fLuFz .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-ue4T9fLuFz .episode {
  color: #ffffff;
}
.cid-ue4T9fLuFz .img-title {
  color: #ffffff;
}
.cid-ue4T9fLuFz .margin {
  margin-right: 14px;
}
.cid-ue4T9fLuFz .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-ue4T9fLuFz .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-ue4T9fLuFz .title-block {
  padding-bottom: 30px;
  max-width: 493px;
  margin: auto;
}
.cid-ue4T9fLuFz .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-ue4T9fLuFz .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-ue4Vb6PbmV {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ue4Vb6PbmV .mbr-section-title {
  margin-bottom: 24px;
  color: #14142b;
  text-align: center;
}
.cid-ue4Vb6PbmV .link-title {
  width: 100%;
  display: inline-block;
}
.cid-ue4Vb6PbmV .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-ue4Vb6PbmV .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px;
  height: 284px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  margin-bottom: 48px;
}
.cid-ue4Vb6PbmV .col-12.col-sm-6.col-lg-3:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-ue4Vb6PbmV .col-12.col-sm-6.col-lg-3:hover .mbr-iconfont,
.cid-ue4Vb6PbmV .col-12.col-sm-6.col-lg-3:hover .number,
.cid-ue4Vb6PbmV .col-12.col-sm-6.col-lg-3:hover .card-title {
  color: #83868c !important;
}
.cid-ue4Vb6PbmV .col-12.col-sm-6.col-lg-3:hover .inner {
  transform: scale(1.1);
}
.cid-ue4Vb6PbmV .card-title {
  transition: 0.35s;
  margin-bottom: 12px;
  color: #000000;
  text-align: center;
}
.cid-ue4Vb6PbmV .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 30px;
}
.cid-ue4Vb6PbmV .card-text {
  margin-bottom: 33px;
  color: #8c8c95;
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-ue4Vb6PbmV .card-wrapper {
    margin: 10px;
  }
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-ue4Vb6PbmV .col-12:nth-child(3) {
    padding-top: 50px;
  }
  .cid-ue4Vb6PbmV .col-12:nth-child(4) {
    padding-top: 50px;
  }
  .cid-ue4Vb6PbmV .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-ue4Vb6PbmV .col-12 {
    padding-top: 50px;
  }
  .cid-ue4Vb6PbmV .col-12:first-child {
    padding-top: 0px;
  }
  .cid-ue4Vb6PbmV .wrap-img {
    margin-bottom: 30px;
  }
  .cid-ue4Vb6PbmV .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-ue4Vb6PbmV .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-ue4Vb6PbmV .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-ue4Vb6PbmV .episode {
  color: #ffffff;
}
.cid-ue4Vb6PbmV .img-title {
  color: #ffffff;
}
.cid-ue4Vb6PbmV .margin {
  margin-right: 14px;
}
.cid-ue4Vb6PbmV .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-ue4Vb6PbmV .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-ue4Vb6PbmV .title-block {
  padding-bottom: 30px;
  max-width: 493px;
  margin: auto;
}
.cid-ue4Vb6PbmV .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-ue4Vb6PbmV .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-ue6DhWDF4Z {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ue6DhWDF4Z .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-ue6DhWDF4Z .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ue6DhWDF4Z .col + .mbr-section-btn .btn,
.cid-ue6DhWDF4Z .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ue6DhWDF4Z .col + .mbr-section-btn .btn,
  .cid-ue6DhWDF4Z .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ue6DhWDF4Z .dragArea > *:nth-last-child(2).col,
  .cid-ue6DhWDF4Z .dragArea > *:nth-last-child(2).col-auto,
  .cid-ue6DhWDF4Z .col + .mbr-section-btn,
  .cid-ue6DhWDF4Z .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ue6DhWDF4Z .dragArea {
    flex-direction: column;
  }
}
.cid-ue6DhWDF4Z .btn-primary {
  border: 1px solid #756800 !important;
}
.cid-ue6DhWDF4Z .btn-primary:hover {
  border: 1px solid #756800 !important;
}
.cid-ue6DhWDF4Z .stripe {
  border-bottom: 1px solid #ffe161;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ue6DhWDF4Z .form-group {
  max-width: 220px;
}
.cid-ue6DhWDF4Z .mbr-section-btn {
  padding-left: 0;
}
.cid-ue6DhWDF4Z .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ue6DhWDF4Z .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe161;
  width: 85%;
}
.cid-ue6DhWDF4Z .mbr-text {
  color: #444;
}
.cid-ue6DhWDF4Z h5 {
  margin-bottom: 0;
}
.cid-ue6DhWDF4Z .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ue6DhWDF4Z .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ue6DhWDF4Z .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ue6DhWDF4Z .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-ue6DhWDF4Z .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-ue6DhWDF4Z .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ue6DhWDF4Z .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ue6DhWDF4Z .social-list a:hover {
  opacity: 0.4;
}
.cid-ue6DhWDF4Z .media-container-row > div {
  padding: 0px;
}
.cid-ue6DhWDF4Z .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ue6DhWDF4Z .group-title {
  text-align: left;
  color: #ffe161;
  padding-bottom: 0.2rem;
}
.cid-ue6DhWDF4Z .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ue6DhWDF4Z .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ue6DhWDF4Z .social-list,
  .cid-ue6DhWDF4Z .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ue6DhWDF4Z h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ue6DhWDF4Z .form-group {
    max-width: 180px;
  }
}
.cid-ue6DhWDF4Z .links span {
  color: #9e9e9e;
}
.cid-ue6DhWDF4Z .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-ue6DhWDF4Z .logo-title {
  text-align: center;
}
.cid-ue6DhWDF4Z .logo-title,
.cid-ue6DhWDF4Z .logo {
  color: #ffffff;
}
.cid-udqrNvztBw.popup-builder {
  background-color: #ffffff;
}
.cid-udqrNvztBw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udqrNvztBw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udqrNvztBw .modal-content,
.cid-udqrNvztBw .modal-dialog {
  height: auto;
}
.cid-udqrNvztBw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udqrNvztBw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udqrNvztBw .form-wrapper .mbr-form .form-group,
  .cid-udqrNvztBw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udqrNvztBw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udqrNvztBw .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-udqrNvztBw .mbr-text {
  text-align: center;
}
.cid-udqrNvztBw .pt-0 {
  padding-top: 0 !important;
}
.cid-udqrNvztBw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udqrNvztBw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udqrNvztBw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udqrNvztBw .modal-open {
  overflow: hidden;
}
.cid-udqrNvztBw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udqrNvztBw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udqrNvztBw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udqrNvztBw .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-udqrNvztBw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udqrNvztBw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udqrNvztBw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udqrNvztBw .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-udqrNvztBw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-udqrNvztBw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udqrNvztBw .modal-backdrop.fade {
  opacity: 0;
}
.cid-udqrNvztBw .modal-backdrop.show {
  opacity: .5;
}
.cid-udqrNvztBw .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-udqrNvztBw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udqrNvztBw .modal-header {
    padding: 1rem;
  }
}
.cid-udqrNvztBw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udqrNvztBw .modal-header .close svg {
  fill: #111111;
}
.cid-udqrNvztBw .modal-header .close:hover {
  opacity: 1;
}
.cid-udqrNvztBw .modal-header .close:focus {
  outline: none;
}
.cid-udqrNvztBw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-udqrNvztBw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-udqrNvztBw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udqrNvztBw .modal-body {
    padding: 1rem;
  }
}
.cid-udqrNvztBw .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-udqrNvztBw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udqrNvztBw .modal-footer {
    padding: 1rem;
  }
}
.cid-udqrNvztBw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udqrNvztBw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udqrNvztBw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udqrNvztBw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udqrNvztBw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-udqrNvztBw .modal-lg,
  .cid-udqrNvztBw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-udqrNvztBw .modal-xl {
    max-width: 1140px;
  }
}
.cid-udqrNvztBw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udqrNvztBw .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-udqrNvztBw .form-group {
  margin-bottom: 1rem;
}
.cid-udqrNvztBw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udqrNvztBw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udqrNvztBw .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-udqrNvztBw .mbr-section-btn {
  margin: 0;
}
.cid-udqrNvztBw .mbr-section-btn .btn {
  margin: 0;
}
.cid-v5ooJDLReO .navbar-dropdown {
  position: relative !important;
}
.cid-v5ooJDLReO .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-v5ooJDLReO .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-v5ooJDLReO .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-v5ooJDLReO .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v5ooJDLReO .navbar-caption {
  font-weight: 500;
}
.cid-v5ooJDLReO .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-v5ooJDLReO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5ooJDLReO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5ooJDLReO .dropdown-item:hover,
.cid-v5ooJDLReO .dropdown-item:focus {
  background: #756800 !important;
  color: white !important;
}
.cid-v5ooJDLReO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5ooJDLReO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5ooJDLReO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5ooJDLReO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5ooJDLReO .nav-link {
  position: relative;
}
.cid-v5ooJDLReO .container {
  display: flex;
  margin: auto;
}
.cid-v5ooJDLReO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-v5ooJDLReO .dropdown-menu,
.cid-v5ooJDLReO .navbar.opened {
  background: #ffffff !important;
}
.cid-v5ooJDLReO .nav-item:focus,
.cid-v5ooJDLReO .nav-link:focus {
  outline: none;
}
.cid-v5ooJDLReO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5ooJDLReO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5ooJDLReO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5ooJDLReO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5ooJDLReO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5ooJDLReO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5ooJDLReO .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-v5ooJDLReO .navbar.opened {
  transition: all 0.3s;
}
.cid-v5ooJDLReO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5ooJDLReO .navbar .navbar-logo img {
  width: auto;
}
.cid-v5ooJDLReO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5ooJDLReO .navbar.collapsed {
  justify-content: center;
}
.cid-v5ooJDLReO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5ooJDLReO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5ooJDLReO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v5ooJDLReO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5ooJDLReO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5ooJDLReO .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-v5ooJDLReO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5ooJDLReO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5ooJDLReO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5ooJDLReO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5ooJDLReO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5ooJDLReO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5ooJDLReO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5ooJDLReO .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-v5ooJDLReO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5ooJDLReO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5ooJDLReO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5ooJDLReO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5ooJDLReO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5ooJDLReO .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5ooJDLReO .navbar.navbar-short {
  min-height: 80px;
}
.cid-v5ooJDLReO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5ooJDLReO .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-v5ooJDLReO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5ooJDLReO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5ooJDLReO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5ooJDLReO .dropdown-item.active,
.cid-v5ooJDLReO .dropdown-item:active {
  background-color: transparent;
}
.cid-v5ooJDLReO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5ooJDLReO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5ooJDLReO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5ooJDLReO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5ooJDLReO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5ooJDLReO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5ooJDLReO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5ooJDLReO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5ooJDLReO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5ooJDLReO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5ooJDLReO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5ooJDLReO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5ooJDLReO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5ooJDLReO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5ooJDLReO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5ooJDLReO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5ooJDLReO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5ooJDLReO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5ooJDLReO .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-v5ooJDLReO .navbar {
    height: 70px;
  }
  .cid-v5ooJDLReO .navbar.opened {
    height: auto;
  }
  .cid-v5ooJDLReO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5ooVLLTZA {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5ooVLLTZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5ooVLLTZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5ooVLLTZA .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-v5ooVLLTZA .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5ooVLLTZA .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5ooVLLTZA .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5ooVLLTZA .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v5ooVLLTZA .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v5ooVLLTZA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v5ooVLLTZA .card-title {
  color: #0000ff;
}
.cid-v5ooJEwnca {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-v5ooJEwnca .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-v5ooJEwnca .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-v5ooJEwnca .col + .mbr-section-btn .btn,
.cid-v5ooJEwnca .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-v5ooJEwnca .col + .mbr-section-btn .btn,
  .cid-v5ooJEwnca .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-v5ooJEwnca .dragArea > *:nth-last-child(2).col,
  .cid-v5ooJEwnca .dragArea > *:nth-last-child(2).col-auto,
  .cid-v5ooJEwnca .col + .mbr-section-btn,
  .cid-v5ooJEwnca .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-v5ooJEwnca .dragArea {
    flex-direction: column;
  }
}
.cid-v5ooJEwnca .btn-primary {
  border: 1px solid #756800 !important;
}
.cid-v5ooJEwnca .btn-primary:hover {
  border: 1px solid #756800 !important;
}
.cid-v5ooJEwnca .stripe {
  border-bottom: 1px solid #ffe161;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-v5ooJEwnca .form-group {
  max-width: 220px;
}
.cid-v5ooJEwnca .mbr-section-btn {
  padding-left: 0;
}
.cid-v5ooJEwnca .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-v5ooJEwnca .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe161;
  width: 85%;
}
.cid-v5ooJEwnca .mbr-text {
  color: #444;
}
.cid-v5ooJEwnca h5 {
  margin-bottom: 0;
}
.cid-v5ooJEwnca .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-v5ooJEwnca .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v5ooJEwnca .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v5ooJEwnca .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-v5ooJEwnca .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-v5ooJEwnca .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v5ooJEwnca .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v5ooJEwnca .social-list a:hover {
  opacity: 0.4;
}
.cid-v5ooJEwnca .media-container-row > div {
  padding: 0px;
}
.cid-v5ooJEwnca .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v5ooJEwnca .group-title {
  text-align: left;
  color: #ffe161;
  padding-bottom: 0.2rem;
}
.cid-v5ooJEwnca .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v5ooJEwnca .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v5ooJEwnca .social-list,
  .cid-v5ooJEwnca .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v5ooJEwnca h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-v5ooJEwnca .form-group {
    max-width: 180px;
  }
}
.cid-v5ooJEwnca .links span {
  color: #9e9e9e;
}
.cid-v5ooJEwnca .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5ooJEwnca .logo-title {
  text-align: center;
}
.cid-v5ooJEwnca .logo-title,
.cid-v5ooJEwnca .logo {
  color: #ffffff;
}
.cid-v5ooJF02SZ.popup-builder {
  background-color: #ffffff;
}
.cid-v5ooJF02SZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5ooJF02SZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5ooJF02SZ .modal-content,
.cid-v5ooJF02SZ .modal-dialog {
  height: auto;
}
.cid-v5ooJF02SZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5ooJF02SZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5ooJF02SZ .form-wrapper .mbr-form .form-group,
  .cid-v5ooJF02SZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5ooJF02SZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5ooJF02SZ .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-v5ooJF02SZ .mbr-text {
  text-align: center;
}
.cid-v5ooJF02SZ .pt-0 {
  padding-top: 0 !important;
}
.cid-v5ooJF02SZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5ooJF02SZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5ooJF02SZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5ooJF02SZ .modal-open {
  overflow: hidden;
}
.cid-v5ooJF02SZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5ooJF02SZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5ooJF02SZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5ooJF02SZ .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-v5ooJF02SZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5ooJF02SZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5ooJF02SZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5ooJF02SZ .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-v5ooJF02SZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5ooJF02SZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5ooJF02SZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5ooJF02SZ .modal-backdrop.show {
  opacity: .5;
}
.cid-v5ooJF02SZ .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-v5ooJF02SZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5ooJF02SZ .modal-header {
    padding: 1rem;
  }
}
.cid-v5ooJF02SZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5ooJF02SZ .modal-header .close svg {
  fill: #111111;
}
.cid-v5ooJF02SZ .modal-header .close:hover {
  opacity: 1;
}
.cid-v5ooJF02SZ .modal-header .close:focus {
  outline: none;
}
.cid-v5ooJF02SZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5ooJF02SZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5ooJF02SZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5ooJF02SZ .modal-body {
    padding: 1rem;
  }
}
.cid-v5ooJF02SZ .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-v5ooJF02SZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5ooJF02SZ .modal-footer {
    padding: 1rem;
  }
}
.cid-v5ooJF02SZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5ooJF02SZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5ooJF02SZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5ooJF02SZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5ooJF02SZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5ooJF02SZ .modal-lg,
  .cid-v5ooJF02SZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5ooJF02SZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5ooJF02SZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5ooJF02SZ .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-v5ooJF02SZ .form-group {
  margin-bottom: 1rem;
}
.cid-v5ooJF02SZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5ooJF02SZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5ooJF02SZ .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-v5ooJF02SZ .mbr-section-btn {
  margin: 0;
}
.cid-v5ooJF02SZ .mbr-section-btn .btn {
  margin: 0;
}
