body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Uncial Antiqua', display;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'DM Serif Display', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Uncial Antiqua', display;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #aa852f !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #e6c63b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #aa852f !important;
  border-color: #aa852f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #66501c !important;
  border-color: #66501c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #66501c !important;
  border-color: #66501c !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #aa852f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #66501c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #aa852f !important;
  border-color: #aa852f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e6c63b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b39617 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #aa852f !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #e6c63b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #5a4619 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a68b15 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #aa852f;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #e6c63b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dbbf7d;
}
.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: #fdfbf0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Arimo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Arimo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t15dJcaOef {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t15dJcaOef .menu-text {
  padding: 0 2rem;
  color: #353535;
}
@media (max-width: 992px) {
  .cid-t15dJcaOef .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t15dJcaOef .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t15dJcaOef .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t15dJcaOef .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t15dJcaOef .container {
    padding: 0 1rem;
  }
}
.cid-t15dJcaOef .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #d6b66d;
}
.cid-t15dJcaOef .nav-link {
  position: relative;
}
.cid-t15dJcaOef .nav-link:hover {
  color: #aa852f !important;
}
.cid-t15dJcaOef nav.navbar {
  position: fixed;
}
.cid-t15dJcaOef .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t15dJcaOef .navbar.opened {
  transition: all 0.3s;
}
.cid-t15dJcaOef .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t15dJcaOef .navbar .navbar-logo img {
  width: auto;
}
.cid-t15dJcaOef .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t15dJcaOef .navbar.collapsed {
  justify-content: center;
}
.cid-t15dJcaOef .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t15dJcaOef .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t15dJcaOef .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-t15dJcaOef .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t15dJcaOef .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t15dJcaOef .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-t15dJcaOef .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t15dJcaOef .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t15dJcaOef .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t15dJcaOef .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t15dJcaOef .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t15dJcaOef .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t15dJcaOef .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t15dJcaOef .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-t15dJcaOef .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t15dJcaOef .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t15dJcaOef .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t15dJcaOef .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t15dJcaOef .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t15dJcaOef .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t15dJcaOef .navbar.navbar-short {
  min-height: 60px;
}
.cid-t15dJcaOef .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t15dJcaOef .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t15dJcaOef .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-t15dJcaOef .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t15dJcaOef .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t15dJcaOef .dropdown-item:hover,
.cid-t15dJcaOef .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-t15dJcaOef .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t15dJcaOef .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t15dJcaOef .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t15dJcaOef .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t15dJcaOef .dropdown-menu,
.cid-t15dJcaOef .navbar.opened {
  background: #ffffff !important;
}
.cid-t15dJcaOef .nav-item:focus,
.cid-t15dJcaOef .nav-link:focus {
  outline: none;
}
.cid-t15dJcaOef .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t15dJcaOef .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t15dJcaOef .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t15dJcaOef .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t15dJcaOef .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t15dJcaOef .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t15dJcaOef .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t15dJcaOef .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t15dJcaOef .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t15dJcaOef .dropdown-item.active,
.cid-t15dJcaOef .dropdown-item:active {
  background-color: transparent;
}
.cid-t15dJcaOef .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t15dJcaOef .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t15dJcaOef .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t15dJcaOef .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t15dJcaOef .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t15dJcaOef .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t15dJcaOef ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t15dJcaOef .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t15dJcaOef button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t15dJcaOef button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t15dJcaOef button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t15dJcaOef button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t15dJcaOef button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t15dJcaOef button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t15dJcaOef nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t15dJcaOef nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t15dJcaOef nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t15dJcaOef nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t15dJcaOef .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t15dJcaOef a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t15dJcaOef .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-t15dJcaOef .navbar {
    height: 70px;
  }
  .cid-t15dJcaOef .navbar.opened {
    height: auto;
  }
  .cid-t15dJcaOef .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1aKCFcVgX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-t1aKCFcVgX .content__block {
  padding: 50px 15px;
}
.cid-t1aKCFcVgX .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #000000;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-t1aKCFcVgX .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #d6b66d;
}
.cid-t1aKCFcVgX .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-t1aKCFcVgX .image {
  perspective: 3500px;
  position: relative;
}
.cid-t1aKCFcVgX .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-t1aKCFcVgX .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t1aKCFcVgX .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t1aKCFcVgX .mbr-section-btn .btn-white-outline:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-t1aKCFcVgX .content__block {
    padding: 30px 15px;
  }
  .cid-t1aKCFcVgX .mbr-figure {
    padding: 0;
  }
  .cid-t1aKCFcVgX .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-t1aKCFcVgX .lg-push {
    right: 13%;
  }
  .cid-t1aKCFcVgX .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-t1aKCFcVgX .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-t1aKCFcVgX .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-t1aKCFcVgX .mbr-section-title {
  color: #ffffff;
}
.cid-t1aKCFcVgX .mbr-text,
.cid-t1aKCFcVgX .mbr-section-btn {
  color: #ffffff;
}
.cid-t1aTHmydI2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t1aTHmydI2 .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-t1aTHmydI2 .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #000000;
}
.cid-t1aTHmydI2 .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #e6c63b;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-t1aTHmydI2 .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-t1aTHmydI2 .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-t1aTHmydI2 .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-t1aTHmydI2 .main_title {
  margin-bottom: 2.5rem;
}
.cid-t1aTHmydI2 .card_subtitle {
  margin-bottom: .75rem;
}
.cid-t1aTHmydI2 .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-t1aTHmydI2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t1aTHmydI2 .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-t1aTHmydI2 .row {
    flex-direction: column-reverse;
  }
  .cid-t1aTHmydI2 .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-t1aTHmydI2 .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-t1aTHmydI2 .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-t1aTHmydI2 .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-t1aTHmydI2 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-t1aTHmydI2 .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-t1aTHmydI2 .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-t1aTHmydI2 .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-t1aTHmydI2 .card-wrapper {
    padding-top: 1rem;
  }
  .cid-t1aTHmydI2 .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-t1aTHmydI2 .card:hover .square_fill {
    transform: none;
  }
  .cid-t1aTHmydI2 .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-t1aTHmydI2 .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-t1aTHmydI2 .square_animation {
    margin-bottom: 1rem;
  }
  .cid-t1aTHmydI2 .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-t1aTHmydI2 .mbr-text,
.cid-t1aTHmydI2 .linkBtn {
  color: #000000;
}
.cid-uJT1hzDR5I {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uJT1hzDR5I .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uJT1hzDR5I .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJT1hzDR5I .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uJT1hzDR5I .title {
  padding: 0 2rem;
}
.cid-uJT1hzDR5I .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-uJT1hzDR5I .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-uJT1hzDR5I .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-uJT1hzDR5I .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-uJT1hzDR5I .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-uJT1hzDR5I .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-uJT1hzDR5I .container {
  padding: 0 1rem;
}
.cid-uJT1hzDR5I .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-uJT1hzDR5I .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uJT1hzDR5I .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uJT1hzDR5I .icon-focus {
  display: none;
}
.cid-uJT1hzDR5I .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uJT1hzDR5I .btn-primary-outline:hover {
  background: transparent !important;
  color: #000000 !important;
}
.cid-uJT1hzDR5I li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uJT1hzDR5I li {
  position: relative;
}
.cid-uJT1hzDR5I .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-uJT1hzDR5I .btn {
  font-family: Jost !important;
}
.cid-uJT1hzDR5I .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-uJT1hzDR5I .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJT1hzDR5I li:not(:last-child):after {
    top: 9px;
  }
  .cid-uJT1hzDR5I .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-uJT1hzDR5I .container {
    padding: 0rem;
  }
  .cid-uJT1hzDR5I .title {
    padding: 0 1rem;
  }
}
.cid-uJT1hzDR5I H2 {
  color: #89b758;
}
.cid-tYVTCnxty2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYVTCnxty2 .container-fluid {
  padding: 0 3rem;
}
.cid-tYVTCnxty2 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #ff6666);
  display: inline-block;
}
.cid-tYVTCnxty2 .card {
  display: block;
}
.cid-tYVTCnxty2 .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
}
.cid-tYVTCnxty2 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-tYVTCnxty2 .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-tYVTCnxty2 .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tYVTCnxty2 .prices {
  color: #ffffff;
}
.cid-tYVTCnxty2 .oldPrice {
  text-decoration: line-through;
}
.cid-tYVTCnxty2 .oldPrice,
.cid-tYVTCnxty2 .newPrice {
  color: inherit;
}
@media (max-width: 767px) {
  .cid-tYVTCnxty2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tYVTCnxty2 .text-row {
    padding-bottom: 1rem;
  }
}
.cid-tYVTCnxty2 .prices,
.cid-tYVTCnxty2 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tYVTCnxty2 .mbr-text,
.cid-tYVTCnxty2 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tYVTCnxty2 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-t1jcZ0tOdw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bigbible2-1600x679.jpg");
}
.cid-t1jcZ0tOdw .mbr-iconfont {
  font-size: 4rem;
  color: #ffe161;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-t1jcZ0tOdw .card-title {
  position: relative;
  cursor: pointer;
  color: #ffe161;
}
.cid-t1jcZ0tOdw .card-title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: 0px;
  opacity: 0.1;
  left: 0;
}
.cid-t1jcZ0tOdw .card-title:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-t1jcZ0tOdw .card-title:hover:before {
  width: 100%;
}
.cid-t1jcZ0tOdw .card:hover {
  cursor: pointer;
}
.cid-t1jcZ0tOdw .card:hover .card-title:before {
  width: 100%;
}
.cid-t1jcZ0tOdw .card-text {
  color: #ffffff;
}
.cid-t1jcZ0tOdw .main-title {
  color: #ffffff;
}
.cid-t1jaUYstVW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
@media (min-width: 1400px) {
  .cid-t1jaUYstVW .container {
    max-width: 1162px;
  }
}
@media (max-width: 768px) {
  .cid-t1jaUYstVW .top {
    margin-top: 10rem;
  }
}
.cid-t1jaUYstVW .mbr-section-title {
  text-align: left;
  font-weight: 600;
  line-height: 1.2;
  color: #e6c63b;
}
.cid-t1jaUYstVW .mbr-text {
  font-size: 24px;
  line-height: 1.3;
  color: #ffffff;
}
.cid-t1jaUYstVW .index {
  z-index: 3;
}
.cid-t1jaUYstVW ul {
  list-style: none;
  margin: 0;
  padding-left: 40px;
}
.cid-t1jaUYstVW li {
  margin-bottom: 47px;
  position: relative;
}
.cid-t1jaUYstVW ul li::before {
  position: relative;
  content: "\2713";
  left: -40px;
  top: -5%;
  color: #ffffff;
  border: 2px solid #e6c63b;
  font-weight: bold;
  font-size: 2rem;
  padding: 0 .5rem;
}
.cid-t1jaUYstVW .wrap {
  right: 80%;
  top: 0;
  width: 400px;
  height: 200px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-t1jaUYstVW .wrap {
    top: -10%;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .cid-t1jaUYstVW .wrap {
    top: 10%;
  }
}
.cid-t1jaUYstVW .wrap .anim {
  width: 195px;
  height: 195px;
  position: relative;
  object-fit: cover;
  border-radius: 100%;
  animation: 15s linear 0s normal none infinite running rot1;
  -webkit-animation: 15s linear 0s normal none infinite running rot1;
}
@media (min-width: 992px) {
  .cid-t1jaUYstVW .wrap {
    right: 5%;
    top: -10%;
  }
}
@media (min-width: 1400px) {
  .cid-t1jaUYstVW .wrap {
    right: -5%;
    top: -5%;
  }
}
@keyframes rot1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cid-t1jaUYstVW .mbr-section-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #000000;
  font-size: 25px;
}
.cid-t1jaUYstVW .text {
  font-size: 30px;
  color: #cbc0ff;
  font-weight: 600;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  text-align: end;
}
.cid-t1jaUYstVW .text1 {
  bottom: -75%;
  right: 10%;
  position: absolute;
  font-size: 140px;
  color: #f4d7d7;
  font-weight: 700;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
}
.cid-t1jaUYstVW .mbr-text UL {
  text-align: left;
}
.cid-t1aXqqhxy7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t1aXqqhxy7 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-t1aXqqhxy7 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-t1aXqqhxy7 .col + .mbr-section-btn .btn,
.cid-t1aXqqhxy7 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-t1aXqqhxy7 .col + .mbr-section-btn .btn,
  .cid-t1aXqqhxy7 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-t1aXqqhxy7 .dragArea > *:nth-last-child(2).col,
  .cid-t1aXqqhxy7 .dragArea > *:nth-last-child(2).col-auto,
  .cid-t1aXqqhxy7 .col + .mbr-section-btn,
  .cid-t1aXqqhxy7 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-t1aXqqhxy7 .dragArea {
    flex-direction: column;
  }
}
.cid-t1aXqqhxy7 .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-t1aXqqhxy7 .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-t1aXqqhxy7 .stripe {
  border-bottom: 1px solid #d6b66d;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-t1aXqqhxy7 .form-group {
  max-width: 220px;
}
.cid-t1aXqqhxy7 .mbr-section-btn {
  padding-left: 0;
}
.cid-t1aXqqhxy7 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-t1aXqqhxy7 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #d6b66d;
  width: 85%;
}
.cid-t1aXqqhxy7 .mbr-text {
  color: #444;
}
.cid-t1aXqqhxy7 h5 {
  margin-bottom: 0;
}
.cid-t1aXqqhxy7 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-t1aXqqhxy7 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1aXqqhxy7 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-t1aXqqhxy7 .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-t1aXqqhxy7 .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-t1aXqqhxy7 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-t1aXqqhxy7 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t1aXqqhxy7 .social-list a:hover {
  opacity: 0.4;
}
.cid-t1aXqqhxy7 .media-container-row > div {
  padding: 0px;
}
.cid-t1aXqqhxy7 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-t1aXqqhxy7 .group-title {
  text-align: left;
  color: #d6b66d;
  padding-bottom: 0.2rem;
}
.cid-t1aXqqhxy7 .links {
  color: #d6b66d;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t1aXqqhxy7 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-t1aXqqhxy7 .social-list,
  .cid-t1aXqqhxy7 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t1aXqqhxy7 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-t1aXqqhxy7 .form-group {
    max-width: 180px;
  }
}
.cid-t1aXqqhxy7 .links span {
  color: #9e9e9e;
}
.cid-t1aXqqhxy7 .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-t1aXqqhxy7 .logo-title {
  text-align: center;
}
.cid-t1aXqqhxy7 .logo-title,
.cid-t1aXqqhxy7 .logo {
  color: #d6b66d;
}
.cid-t1cbKmK2tZ.popup-builder {
  background-color: #ffffff;
}
.cid-t1cbKmK2tZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t1cbKmK2tZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t1cbKmK2tZ .modal-content,
.cid-t1cbKmK2tZ .modal-dialog {
  height: auto;
}
.cid-t1cbKmK2tZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t1cbKmK2tZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t1cbKmK2tZ .form-wrapper .mbr-form .form-group,
  .cid-t1cbKmK2tZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t1cbKmK2tZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t1cbKmK2tZ .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-t1cbKmK2tZ .mbr-text {
  text-align: center;
}
.cid-t1cbKmK2tZ .pt-0 {
  padding-top: 0 !important;
}
.cid-t1cbKmK2tZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t1cbKmK2tZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t1cbKmK2tZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t1cbKmK2tZ .modal-open {
  overflow: hidden;
}
.cid-t1cbKmK2tZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t1cbKmK2tZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t1cbKmK2tZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t1cbKmK2tZ .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-t1cbKmK2tZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t1cbKmK2tZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t1cbKmK2tZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t1cbKmK2tZ .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-t1cbKmK2tZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t1cbKmK2tZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t1cbKmK2tZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-t1cbKmK2tZ .modal-backdrop.show {
  opacity: .5;
}
.cid-t1cbKmK2tZ .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-t1cbKmK2tZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t1cbKmK2tZ .modal-header {
    padding: 1rem;
  }
}
.cid-t1cbKmK2tZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t1cbKmK2tZ .modal-header .close svg {
  fill: #353535;
}
.cid-t1cbKmK2tZ .modal-header .close:hover {
  opacity: 1;
}
.cid-t1cbKmK2tZ .modal-header .close:focus {
  outline: none;
}
.cid-t1cbKmK2tZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t1cbKmK2tZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t1cbKmK2tZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1cbKmK2tZ .modal-body {
    padding: 1rem;
  }
}
.cid-t1cbKmK2tZ .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-t1cbKmK2tZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1cbKmK2tZ .modal-footer {
    padding: 1rem;
  }
}
.cid-t1cbKmK2tZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t1cbKmK2tZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t1cbKmK2tZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t1cbKmK2tZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t1cbKmK2tZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t1cbKmK2tZ .modal-lg,
  .cid-t1cbKmK2tZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t1cbKmK2tZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-t1cbKmK2tZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t1cbKmK2tZ .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-t1cbKmK2tZ .form-group {
  margin-bottom: 1rem;
}
.cid-t1cbKmK2tZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t1cbKmK2tZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t1cbKmK2tZ .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-t1cbKmK2tZ .mbr-section-btn {
  margin: 0;
}
.cid-t1cbKmK2tZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-t1cjVavKOD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t1cjVavKOD .menu-text {
  padding: 0 2rem;
  color: #353535;
}
@media (max-width: 992px) {
  .cid-t1cjVavKOD .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t1cjVavKOD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t1cjVavKOD .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t1cjVavKOD .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t1cjVavKOD .container {
    padding: 0 1rem;
  }
}
.cid-t1cjVavKOD .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #d6b66d;
}
.cid-t1cjVavKOD .nav-link {
  position: relative;
}
.cid-t1cjVavKOD .nav-link:hover {
  color: #aa852f !important;
}
.cid-t1cjVavKOD nav.navbar {
  position: fixed;
}
.cid-t1cjVavKOD .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t1cjVavKOD .navbar.opened {
  transition: all 0.3s;
}
.cid-t1cjVavKOD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t1cjVavKOD .navbar .navbar-logo img {
  width: auto;
}
.cid-t1cjVavKOD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1cjVavKOD .navbar.collapsed {
  justify-content: center;
}
.cid-t1cjVavKOD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1cjVavKOD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1cjVavKOD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-t1cjVavKOD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1cjVavKOD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1cjVavKOD .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-t1cjVavKOD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1cjVavKOD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t1cjVavKOD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t1cjVavKOD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1cjVavKOD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1cjVavKOD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1cjVavKOD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1cjVavKOD .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-t1cjVavKOD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t1cjVavKOD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1cjVavKOD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1cjVavKOD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t1cjVavKOD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t1cjVavKOD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t1cjVavKOD .navbar.navbar-short {
  min-height: 60px;
}
.cid-t1cjVavKOD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t1cjVavKOD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t1cjVavKOD .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-t1cjVavKOD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t1cjVavKOD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t1cjVavKOD .dropdown-item:hover,
.cid-t1cjVavKOD .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-t1cjVavKOD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t1cjVavKOD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t1cjVavKOD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t1cjVavKOD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1cjVavKOD .dropdown-menu,
.cid-t1cjVavKOD .navbar.opened {
  background: #ffffff !important;
}
.cid-t1cjVavKOD .nav-item:focus,
.cid-t1cjVavKOD .nav-link:focus {
  outline: none;
}
.cid-t1cjVavKOD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t1cjVavKOD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1cjVavKOD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t1cjVavKOD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t1cjVavKOD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1cjVavKOD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1cjVavKOD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1cjVavKOD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1cjVavKOD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1cjVavKOD .dropdown-item.active,
.cid-t1cjVavKOD .dropdown-item:active {
  background-color: transparent;
}
.cid-t1cjVavKOD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1cjVavKOD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1cjVavKOD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1cjVavKOD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t1cjVavKOD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1cjVavKOD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1cjVavKOD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t1cjVavKOD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t1cjVavKOD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t1cjVavKOD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t1cjVavKOD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t1cjVavKOD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1cjVavKOD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1cjVavKOD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t1cjVavKOD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1cjVavKOD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t1cjVavKOD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t1cjVavKOD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1cjVavKOD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t1cjVavKOD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t1cjVavKOD .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-t1cjVavKOD .navbar {
    height: 70px;
  }
  .cid-t1cjVavKOD .navbar.opened {
    height: auto;
  }
  .cid-t1cjVavKOD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1clnK9y6i {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t1clnK9y6i .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t1clnK9y6i .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-t1clnK9y6i .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-t1clnK9y6i .media-content {
  padding-left: 2rem;
}
.cid-t1clnK9y6i textarea {
  min-height: 150px;
}
.cid-t1clnK9y6i .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #ffffff;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-t1clnK9y6i .form-control,
.cid-t1clnK9y6i .field-input {
  padding: 1rem;
  background-color: #ffffff !important;
  border: none !important;
  border-bottom: 1px solid #767676 !important;
  color: #000000 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-t1clnK9y6i .form-control:hover,
.cid-t1clnK9y6i .field-input:hover,
.cid-t1clnK9y6i .form-control:focus,
.cid-t1clnK9y6i .field-input:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-t1clnK9y6i .form-control:hover input::-webkit-input-placeholder,
.cid-t1clnK9y6i .field-input:hover input::-webkit-input-placeholder,
.cid-t1clnK9y6i .form-control:focus input::-webkit-input-placeholder,
.cid-t1clnK9y6i .field-input:focus input::-webkit-input-placeholder,
.cid-t1clnK9y6i .form-control:hover textarea::-webkit-input-placeholder,
.cid-t1clnK9y6i .field-input:hover textarea::-webkit-input-placeholder,
.cid-t1clnK9y6i .form-control:focus textarea::-webkit-input-placeholder,
.cid-t1clnK9y6i .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-t1clnK9y6i .form-control:hover input:-moz-placeholder,
.cid-t1clnK9y6i .field-input:hover input:-moz-placeholder,
.cid-t1clnK9y6i .form-control:focus input:-moz-placeholder,
.cid-t1clnK9y6i .field-input:focus input:-moz-placeholder,
.cid-t1clnK9y6i .form-control:hover textarea:-moz-placeholder,
.cid-t1clnK9y6i .field-input:hover textarea:-moz-placeholder,
.cid-t1clnK9y6i .form-control:focus textarea:-moz-placeholder,
.cid-t1clnK9y6i .field-input:focus textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-t1clnK9y6i input::-webkit-input-placeholder,
.cid-t1clnK9y6i textarea::-webkit-input-placeholder {
  color: #000000 !important;
}
.cid-t1clnK9y6i input:-moz-placeholder,
.cid-t1clnK9y6i textarea:-moz-placeholder {
  color: #000000 !important;
}
.cid-t1clnK9y6i .jq-number__spin:hover,
.cid-t1clnK9y6i .jq-number__spin:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-t1clnK9y6i .jq-number__spin {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t1clnK9y6i .jq-selectbox li,
.cid-t1clnK9y6i .jq-selectbox li {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-t1clnK9y6i .jq-selectbox li:hover,
.cid-t1clnK9y6i .jq-selectbox li.selected {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-t1clnK9y6i .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-t1clnK9y6i .jq-number__spin.minus:hover:after,
.cid-t1clnK9y6i .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-t1clnK9y6i .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-t1clnK9y6i .jq-number__spin.minus:after,
.cid-t1clnK9y6i .jq-number__spin.plus:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-t1clnK9y6i input::-webkit-clear-button {
  display: none;
}
.cid-t1clnK9y6i input::-webkit-inner-spin-button {
  display: none;
}
.cid-t1clnK9y6i input::-webkit-outer-spin-button {
  display: none;
}
.cid-t1clnK9y6i input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-t1clnK9y6i .mbr-text,
.cid-t1clnK9y6i .mbr-section-btn {
  color: #000000;
}
.cid-t1clnK9y6i .text2,
.cid-t1clnK9y6i .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-t1clnK9y6i .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-t1jqbX7ja3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t1jqbX7ja3 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-t1jqbX7ja3 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-t1jqbX7ja3 .col + .mbr-section-btn .btn,
.cid-t1jqbX7ja3 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-t1jqbX7ja3 .col + .mbr-section-btn .btn,
  .cid-t1jqbX7ja3 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-t1jqbX7ja3 .dragArea > *:nth-last-child(2).col,
  .cid-t1jqbX7ja3 .dragArea > *:nth-last-child(2).col-auto,
  .cid-t1jqbX7ja3 .col + .mbr-section-btn,
  .cid-t1jqbX7ja3 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-t1jqbX7ja3 .dragArea {
    flex-direction: column;
  }
}
.cid-t1jqbX7ja3 .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-t1jqbX7ja3 .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-t1jqbX7ja3 .stripe {
  border-bottom: 1px solid #d6b66d;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-t1jqbX7ja3 .form-group {
  max-width: 220px;
}
.cid-t1jqbX7ja3 .mbr-section-btn {
  padding-left: 0;
}
.cid-t1jqbX7ja3 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-t1jqbX7ja3 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #d6b66d;
  width: 85%;
}
.cid-t1jqbX7ja3 .mbr-text {
  color: #444;
}
.cid-t1jqbX7ja3 h5 {
  margin-bottom: 0;
}
.cid-t1jqbX7ja3 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-t1jqbX7ja3 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1jqbX7ja3 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-t1jqbX7ja3 .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-t1jqbX7ja3 .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-t1jqbX7ja3 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-t1jqbX7ja3 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t1jqbX7ja3 .social-list a:hover {
  opacity: 0.4;
}
.cid-t1jqbX7ja3 .media-container-row > div {
  padding: 0px;
}
.cid-t1jqbX7ja3 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-t1jqbX7ja3 .group-title {
  text-align: left;
  color: #d6b66d;
  padding-bottom: 0.2rem;
}
.cid-t1jqbX7ja3 .links {
  color: #d6b66d;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t1jqbX7ja3 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-t1jqbX7ja3 .social-list,
  .cid-t1jqbX7ja3 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t1jqbX7ja3 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-t1jqbX7ja3 .form-group {
    max-width: 180px;
  }
}
.cid-t1jqbX7ja3 .links span {
  color: #9e9e9e;
}
.cid-t1jqbX7ja3 .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-t1jqbX7ja3 .logo-title {
  text-align: center;
}
.cid-t1jqbX7ja3 .logo-title,
.cid-t1jqbX7ja3 .logo {
  color: #d6b66d;
}
.cid-t1cjVcB3WC.popup-builder {
  background-color: #ffffff;
}
.cid-t1cjVcB3WC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t1cjVcB3WC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t1cjVcB3WC .modal-content,
.cid-t1cjVcB3WC .modal-dialog {
  height: auto;
}
.cid-t1cjVcB3WC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t1cjVcB3WC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t1cjVcB3WC .form-wrapper .mbr-form .form-group,
  .cid-t1cjVcB3WC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t1cjVcB3WC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t1cjVcB3WC .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-t1cjVcB3WC .mbr-text {
  text-align: center;
}
.cid-t1cjVcB3WC .pt-0 {
  padding-top: 0 !important;
}
.cid-t1cjVcB3WC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t1cjVcB3WC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t1cjVcB3WC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t1cjVcB3WC .modal-open {
  overflow: hidden;
}
.cid-t1cjVcB3WC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t1cjVcB3WC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t1cjVcB3WC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t1cjVcB3WC .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-t1cjVcB3WC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t1cjVcB3WC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t1cjVcB3WC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t1cjVcB3WC .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-t1cjVcB3WC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t1cjVcB3WC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t1cjVcB3WC .modal-backdrop.fade {
  opacity: 0;
}
.cid-t1cjVcB3WC .modal-backdrop.show {
  opacity: .5;
}
.cid-t1cjVcB3WC .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-t1cjVcB3WC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t1cjVcB3WC .modal-header {
    padding: 1rem;
  }
}
.cid-t1cjVcB3WC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t1cjVcB3WC .modal-header .close svg {
  fill: #353535;
}
.cid-t1cjVcB3WC .modal-header .close:hover {
  opacity: 1;
}
.cid-t1cjVcB3WC .modal-header .close:focus {
  outline: none;
}
.cid-t1cjVcB3WC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t1cjVcB3WC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t1cjVcB3WC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1cjVcB3WC .modal-body {
    padding: 1rem;
  }
}
.cid-t1cjVcB3WC .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-t1cjVcB3WC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1cjVcB3WC .modal-footer {
    padding: 1rem;
  }
}
.cid-t1cjVcB3WC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t1cjVcB3WC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t1cjVcB3WC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t1cjVcB3WC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t1cjVcB3WC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t1cjVcB3WC .modal-lg,
  .cid-t1cjVcB3WC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t1cjVcB3WC .modal-xl {
    max-width: 1140px;
  }
}
.cid-t1cjVcB3WC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t1cjVcB3WC .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-t1cjVcB3WC .form-group {
  margin-bottom: 1rem;
}
.cid-t1cjVcB3WC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t1cjVcB3WC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t1cjVcB3WC .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-t1cjVcB3WC .mbr-section-btn {
  margin: 0;
}
.cid-t1cjVcB3WC .mbr-section-btn .btn {
  margin: 0;
}
.cid-t1cqhzuI0r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t1cqhzuI0r .menu-text {
  padding: 0 2rem;
  color: #353535;
}
@media (max-width: 992px) {
  .cid-t1cqhzuI0r .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t1cqhzuI0r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t1cqhzuI0r .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t1cqhzuI0r .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t1cqhzuI0r .container {
    padding: 0 1rem;
  }
}
.cid-t1cqhzuI0r .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #d6b66d;
}
.cid-t1cqhzuI0r .nav-link {
  position: relative;
}
.cid-t1cqhzuI0r .nav-link:hover {
  color: #aa852f !important;
}
.cid-t1cqhzuI0r nav.navbar {
  position: fixed;
}
.cid-t1cqhzuI0r .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t1cqhzuI0r .navbar.opened {
  transition: all 0.3s;
}
.cid-t1cqhzuI0r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t1cqhzuI0r .navbar .navbar-logo img {
  width: auto;
}
.cid-t1cqhzuI0r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1cqhzuI0r .navbar.collapsed {
  justify-content: center;
}
.cid-t1cqhzuI0r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1cqhzuI0r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1cqhzuI0r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-t1cqhzuI0r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1cqhzuI0r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1cqhzuI0r .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-t1cqhzuI0r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1cqhzuI0r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t1cqhzuI0r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t1cqhzuI0r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1cqhzuI0r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1cqhzuI0r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1cqhzuI0r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1cqhzuI0r .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-t1cqhzuI0r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t1cqhzuI0r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1cqhzuI0r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1cqhzuI0r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t1cqhzuI0r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t1cqhzuI0r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t1cqhzuI0r .navbar.navbar-short {
  min-height: 60px;
}
.cid-t1cqhzuI0r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t1cqhzuI0r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t1cqhzuI0r .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-t1cqhzuI0r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t1cqhzuI0r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t1cqhzuI0r .dropdown-item:hover,
.cid-t1cqhzuI0r .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-t1cqhzuI0r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t1cqhzuI0r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t1cqhzuI0r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t1cqhzuI0r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1cqhzuI0r .dropdown-menu,
.cid-t1cqhzuI0r .navbar.opened {
  background: #ffffff !important;
}
.cid-t1cqhzuI0r .nav-item:focus,
.cid-t1cqhzuI0r .nav-link:focus {
  outline: none;
}
.cid-t1cqhzuI0r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t1cqhzuI0r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1cqhzuI0r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t1cqhzuI0r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t1cqhzuI0r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1cqhzuI0r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1cqhzuI0r .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1cqhzuI0r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1cqhzuI0r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1cqhzuI0r .dropdown-item.active,
.cid-t1cqhzuI0r .dropdown-item:active {
  background-color: transparent;
}
.cid-t1cqhzuI0r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1cqhzuI0r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1cqhzuI0r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1cqhzuI0r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t1cqhzuI0r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1cqhzuI0r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1cqhzuI0r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t1cqhzuI0r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t1cqhzuI0r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t1cqhzuI0r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t1cqhzuI0r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t1cqhzuI0r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1cqhzuI0r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1cqhzuI0r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t1cqhzuI0r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1cqhzuI0r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t1cqhzuI0r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t1cqhzuI0r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1cqhzuI0r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t1cqhzuI0r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t1cqhzuI0r .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-t1cqhzuI0r .navbar {
    height: 70px;
  }
  .cid-t1cqhzuI0r .navbar.opened {
    height: auto;
  }
  .cid-t1cqhzuI0r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1cvDzNY5j {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t1cvDzNY5j .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t1cvDzNY5j .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t1cvDzNY5j .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t1cvDzNY5j .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t1cvDzNY5j .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t1cvDzNY5j .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t1cvDzNY5j .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t1cvDzNY5j .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t1cvDzNY5j .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t1jqfn50Kt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t1jqfn50Kt .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-t1jqfn50Kt .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-t1jqfn50Kt .col + .mbr-section-btn .btn,
.cid-t1jqfn50Kt .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-t1jqfn50Kt .col + .mbr-section-btn .btn,
  .cid-t1jqfn50Kt .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-t1jqfn50Kt .dragArea > *:nth-last-child(2).col,
  .cid-t1jqfn50Kt .dragArea > *:nth-last-child(2).col-auto,
  .cid-t1jqfn50Kt .col + .mbr-section-btn,
  .cid-t1jqfn50Kt .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-t1jqfn50Kt .dragArea {
    flex-direction: column;
  }
}
.cid-t1jqfn50Kt .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-t1jqfn50Kt .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-t1jqfn50Kt .stripe {
  border-bottom: 1px solid #d6b66d;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-t1jqfn50Kt .form-group {
  max-width: 220px;
}
.cid-t1jqfn50Kt .mbr-section-btn {
  padding-left: 0;
}
.cid-t1jqfn50Kt .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-t1jqfn50Kt .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #d6b66d;
  width: 85%;
}
.cid-t1jqfn50Kt .mbr-text {
  color: #444;
}
.cid-t1jqfn50Kt h5 {
  margin-bottom: 0;
}
.cid-t1jqfn50Kt .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-t1jqfn50Kt .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1jqfn50Kt .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-t1jqfn50Kt .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-t1jqfn50Kt .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-t1jqfn50Kt .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-t1jqfn50Kt .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t1jqfn50Kt .social-list a:hover {
  opacity: 0.4;
}
.cid-t1jqfn50Kt .media-container-row > div {
  padding: 0px;
}
.cid-t1jqfn50Kt .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-t1jqfn50Kt .group-title {
  text-align: left;
  color: #d6b66d;
  padding-bottom: 0.2rem;
}
.cid-t1jqfn50Kt .links {
  color: #d6b66d;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t1jqfn50Kt .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-t1jqfn50Kt .social-list,
  .cid-t1jqfn50Kt .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t1jqfn50Kt h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-t1jqfn50Kt .form-group {
    max-width: 180px;
  }
}
.cid-t1jqfn50Kt .links span {
  color: #9e9e9e;
}
.cid-t1jqfn50Kt .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-t1jqfn50Kt .logo-title {
  text-align: center;
}
.cid-t1jqfn50Kt .logo-title,
.cid-t1jqfn50Kt .logo {
  color: #d6b66d;
}
.cid-t1cqhBEqk6.popup-builder {
  background-color: #ffffff;
}
.cid-t1cqhBEqk6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t1cqhBEqk6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t1cqhBEqk6 .modal-content,
.cid-t1cqhBEqk6 .modal-dialog {
  height: auto;
}
.cid-t1cqhBEqk6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t1cqhBEqk6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t1cqhBEqk6 .form-wrapper .mbr-form .form-group,
  .cid-t1cqhBEqk6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t1cqhBEqk6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t1cqhBEqk6 .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-t1cqhBEqk6 .mbr-text {
  text-align: center;
}
.cid-t1cqhBEqk6 .pt-0 {
  padding-top: 0 !important;
}
.cid-t1cqhBEqk6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t1cqhBEqk6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t1cqhBEqk6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t1cqhBEqk6 .modal-open {
  overflow: hidden;
}
.cid-t1cqhBEqk6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t1cqhBEqk6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t1cqhBEqk6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t1cqhBEqk6 .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-t1cqhBEqk6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t1cqhBEqk6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t1cqhBEqk6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t1cqhBEqk6 .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-t1cqhBEqk6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t1cqhBEqk6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t1cqhBEqk6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t1cqhBEqk6 .modal-backdrop.show {
  opacity: .5;
}
.cid-t1cqhBEqk6 .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-t1cqhBEqk6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t1cqhBEqk6 .modal-header {
    padding: 1rem;
  }
}
.cid-t1cqhBEqk6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t1cqhBEqk6 .modal-header .close svg {
  fill: #353535;
}
.cid-t1cqhBEqk6 .modal-header .close:hover {
  opacity: 1;
}
.cid-t1cqhBEqk6 .modal-header .close:focus {
  outline: none;
}
.cid-t1cqhBEqk6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t1cqhBEqk6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t1cqhBEqk6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1cqhBEqk6 .modal-body {
    padding: 1rem;
  }
}
.cid-t1cqhBEqk6 .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-t1cqhBEqk6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1cqhBEqk6 .modal-footer {
    padding: 1rem;
  }
}
.cid-t1cqhBEqk6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t1cqhBEqk6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t1cqhBEqk6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t1cqhBEqk6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t1cqhBEqk6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t1cqhBEqk6 .modal-lg,
  .cid-t1cqhBEqk6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t1cqhBEqk6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t1cqhBEqk6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t1cqhBEqk6 .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-t1cqhBEqk6 .form-group {
  margin-bottom: 1rem;
}
.cid-t1cqhBEqk6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t1cqhBEqk6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t1cqhBEqk6 .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-t1cqhBEqk6 .mbr-section-btn {
  margin: 0;
}
.cid-t1cqhBEqk6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t1iXnek6l7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t1iXnek6l7 .menu-text {
  padding: 0 2rem;
  color: #353535;
}
@media (max-width: 992px) {
  .cid-t1iXnek6l7 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t1iXnek6l7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t1iXnek6l7 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t1iXnek6l7 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t1iXnek6l7 .container {
    padding: 0 1rem;
  }
}
.cid-t1iXnek6l7 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #d6b66d;
}
.cid-t1iXnek6l7 .nav-link {
  position: relative;
}
.cid-t1iXnek6l7 .nav-link:hover {
  color: #aa852f !important;
}
.cid-t1iXnek6l7 nav.navbar {
  position: fixed;
}
.cid-t1iXnek6l7 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t1iXnek6l7 .navbar.opened {
  transition: all 0.3s;
}
.cid-t1iXnek6l7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t1iXnek6l7 .navbar .navbar-logo img {
  width: auto;
}
.cid-t1iXnek6l7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1iXnek6l7 .navbar.collapsed {
  justify-content: center;
}
.cid-t1iXnek6l7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1iXnek6l7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1iXnek6l7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-t1iXnek6l7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1iXnek6l7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1iXnek6l7 .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-t1iXnek6l7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1iXnek6l7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t1iXnek6l7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t1iXnek6l7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1iXnek6l7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1iXnek6l7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1iXnek6l7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1iXnek6l7 .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-t1iXnek6l7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t1iXnek6l7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1iXnek6l7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1iXnek6l7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t1iXnek6l7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t1iXnek6l7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t1iXnek6l7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t1iXnek6l7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t1iXnek6l7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t1iXnek6l7 .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-t1iXnek6l7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t1iXnek6l7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t1iXnek6l7 .dropdown-item:hover,
.cid-t1iXnek6l7 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-t1iXnek6l7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t1iXnek6l7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t1iXnek6l7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t1iXnek6l7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1iXnek6l7 .dropdown-menu,
.cid-t1iXnek6l7 .navbar.opened {
  background: #ffffff !important;
}
.cid-t1iXnek6l7 .nav-item:focus,
.cid-t1iXnek6l7 .nav-link:focus {
  outline: none;
}
.cid-t1iXnek6l7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t1iXnek6l7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1iXnek6l7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t1iXnek6l7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t1iXnek6l7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1iXnek6l7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1iXnek6l7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1iXnek6l7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1iXnek6l7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1iXnek6l7 .dropdown-item.active,
.cid-t1iXnek6l7 .dropdown-item:active {
  background-color: transparent;
}
.cid-t1iXnek6l7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1iXnek6l7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1iXnek6l7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1iXnek6l7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t1iXnek6l7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1iXnek6l7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1iXnek6l7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t1iXnek6l7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t1iXnek6l7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t1iXnek6l7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t1iXnek6l7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t1iXnek6l7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1iXnek6l7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1iXnek6l7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t1iXnek6l7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1iXnek6l7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t1iXnek6l7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t1iXnek6l7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1iXnek6l7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t1iXnek6l7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t1iXnek6l7 .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-t1iXnek6l7 .navbar {
    height: 70px;
  }
  .cid-t1iXnek6l7 .navbar.opened {
    height: auto;
  }
  .cid-t1iXnek6l7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1iXHTytd8 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t1iXHTytd8 blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #ffe885;
}
.cid-t1iXHTytd8 .mbr-text {
  color: #000000;
}
.cid-t1j0x4DnQk {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t1j0x4DnQk .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-t1j0x4DnQk .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-t1j0x4DnQk .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #e6c63b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-t1j0x4DnQk .mbr-section-title {
  text-align: center;
}
.cid-t1j0x4DnQk .mbr-text {
  color: #000000;
}
.cid-t1jqxxjVUR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t1jqxxjVUR .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-t1jqxxjVUR .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-t1jqxxjVUR .col + .mbr-section-btn .btn,
.cid-t1jqxxjVUR .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-t1jqxxjVUR .col + .mbr-section-btn .btn,
  .cid-t1jqxxjVUR .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-t1jqxxjVUR .dragArea > *:nth-last-child(2).col,
  .cid-t1jqxxjVUR .dragArea > *:nth-last-child(2).col-auto,
  .cid-t1jqxxjVUR .col + .mbr-section-btn,
  .cid-t1jqxxjVUR .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-t1jqxxjVUR .dragArea {
    flex-direction: column;
  }
}
.cid-t1jqxxjVUR .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-t1jqxxjVUR .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-t1jqxxjVUR .stripe {
  border-bottom: 1px solid #d6b66d;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-t1jqxxjVUR .form-group {
  max-width: 220px;
}
.cid-t1jqxxjVUR .mbr-section-btn {
  padding-left: 0;
}
.cid-t1jqxxjVUR .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-t1jqxxjVUR .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #d6b66d;
  width: 85%;
}
.cid-t1jqxxjVUR .mbr-text {
  color: #444;
}
.cid-t1jqxxjVUR h5 {
  margin-bottom: 0;
}
.cid-t1jqxxjVUR .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-t1jqxxjVUR .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1jqxxjVUR .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-t1jqxxjVUR .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-t1jqxxjVUR .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-t1jqxxjVUR .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-t1jqxxjVUR .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t1jqxxjVUR .social-list a:hover {
  opacity: 0.4;
}
.cid-t1jqxxjVUR .media-container-row > div {
  padding: 0px;
}
.cid-t1jqxxjVUR .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-t1jqxxjVUR .group-title {
  text-align: left;
  color: #d6b66d;
  padding-bottom: 0.2rem;
}
.cid-t1jqxxjVUR .links {
  color: #d6b66d;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t1jqxxjVUR .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-t1jqxxjVUR .social-list,
  .cid-t1jqxxjVUR .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t1jqxxjVUR h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-t1jqxxjVUR .form-group {
    max-width: 180px;
  }
}
.cid-t1jqxxjVUR .links span {
  color: #9e9e9e;
}
.cid-t1jqxxjVUR .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-t1jqxxjVUR .logo-title {
  text-align: center;
}
.cid-t1jqxxjVUR .logo-title,
.cid-t1jqxxjVUR .logo {
  color: #d6b66d;
}
.cid-t1iXngnoga.popup-builder {
  background-color: #ffffff;
}
.cid-t1iXngnoga.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t1iXngnoga.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t1iXngnoga .modal-content,
.cid-t1iXngnoga .modal-dialog {
  height: auto;
}
.cid-t1iXngnoga .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t1iXngnoga .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t1iXngnoga .form-wrapper .mbr-form .form-group,
  .cid-t1iXngnoga .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t1iXngnoga .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t1iXngnoga .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-t1iXngnoga .mbr-text {
  text-align: center;
}
.cid-t1iXngnoga .pt-0 {
  padding-top: 0 !important;
}
.cid-t1iXngnoga .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t1iXngnoga .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t1iXngnoga .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t1iXngnoga .modal-open {
  overflow: hidden;
}
.cid-t1iXngnoga .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t1iXngnoga .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t1iXngnoga .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t1iXngnoga .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-t1iXngnoga .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t1iXngnoga .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t1iXngnoga .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t1iXngnoga .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-t1iXngnoga .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t1iXngnoga .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t1iXngnoga .modal-backdrop.fade {
  opacity: 0;
}
.cid-t1iXngnoga .modal-backdrop.show {
  opacity: .5;
}
.cid-t1iXngnoga .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-t1iXngnoga .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t1iXngnoga .modal-header {
    padding: 1rem;
  }
}
.cid-t1iXngnoga .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t1iXngnoga .modal-header .close svg {
  fill: #353535;
}
.cid-t1iXngnoga .modal-header .close:hover {
  opacity: 1;
}
.cid-t1iXngnoga .modal-header .close:focus {
  outline: none;
}
.cid-t1iXngnoga .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t1iXngnoga .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t1iXngnoga .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1iXngnoga .modal-body {
    padding: 1rem;
  }
}
.cid-t1iXngnoga .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-t1iXngnoga .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1iXngnoga .modal-footer {
    padding: 1rem;
  }
}
.cid-t1iXngnoga .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t1iXngnoga .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t1iXngnoga .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t1iXngnoga .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t1iXngnoga .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t1iXngnoga .modal-lg,
  .cid-t1iXngnoga .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t1iXngnoga .modal-xl {
    max-width: 1140px;
  }
}
.cid-t1iXngnoga .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t1iXngnoga .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-t1iXngnoga .form-group {
  margin-bottom: 1rem;
}
.cid-t1iXngnoga .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t1iXngnoga .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t1iXngnoga .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-t1iXngnoga .mbr-section-btn {
  margin: 0;
}
.cid-t1iXngnoga .mbr-section-btn .btn {
  margin: 0;
}
