.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f8e8c7;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 7.6rem;
  line-height: .85;
  letter-spacing: -0.0375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 9.5rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 5.5rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-2 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 4.5rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-5 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 6.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.32rem;
    font-size: calc( 3.3099999999999996rem + (7.6 - 3.3099999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.3099999999999996rem + (7.6 - 3.3099999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.4rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #49651f !important;
}
.bg-success {
  background-color: #123d29 !important;
}
.bg-info {
  background-color: #d99a24 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #c7952f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #49651f !important;
  border-color: #49651f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #658c2b !important;
  border-color: #658c2b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #658c2b !important;
  border-color: #658c2b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c7952f !important;
  border-color: #c7952f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #d6ab53 !important;
  border-color: #d6ab53 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d6ab53 !important;
  border-color: #d6ab53 !important;
}
.btn-info,
.btn-info:active {
  background-color: #d99a24 !important;
  border-color: #d99a24 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e2ae4e !important;
  border-color: #e2ae4e !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e2ae4e !important;
  border-color: #e2ae4e !important;
}
.btn-success,
.btn-success:active {
  background-color: #123d29 !important;
  border-color: #123d29 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1e6443 !important;
  border-color: #1e6443 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1e6443 !important;
  border-color: #1e6443 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c7952f !important;
  border-color: #c7952f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #d6ab53 !important;
  border-color: #d6ab53 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d6ab53 !important;
  border-color: #d6ab53 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #49651f;
  color: #49651f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #19230b !important;
  background-color: transparent !important;
  border-color: #19230b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #49651f !important;
  border-color: #49651f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c7952f;
  color: #c7952f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #81601e !important;
  background-color: transparent !important;
  border-color: #81601e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c7952f !important;
  border-color: #c7952f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d99a24;
  color: #d99a24;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8f6518 !important;
  background-color: transparent !important;
  border-color: #8f6518 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d99a24 !important;
  border-color: #d99a24 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #123d29;
  color: #123d29;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #123d29 !important;
  border-color: #123d29 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c7952f;
  color: #c7952f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #81601e !important;
  background-color: transparent !important;
  border-color: #81601e !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c7952f !important;
  border-color: #c7952f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #49651f !important;
}
.text-secondary {
  color: #c7952f !important;
}
.text-success {
  color: #123d29 !important;
}
.text-info {
  color: #d99a24 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #c7952f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #111707 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #74571c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #825c15 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #74571c !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #49651f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d99a24;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #c7952f;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #49651f;
  border-color: #49651f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #49651f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8fc43f;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #63d19e;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f7ead2;
}
.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: #e5c991;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #49651f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #49651f;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #49651f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #49651f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #49651f;
  border-bottom-color: #49651f;
}
.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: #49651f !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: #c7952f !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='%2349651f' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 15px 32px;
  border-radius: 10px !important;
  margin: 8px;
  border-width: 2px !important;
  flex-direction: row-reverse;
  font-weight: 600 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: .75rem;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.03);
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #49651f !important;
}
img {
  border-radius: 16px !important;
}
.cid-uI5vlgjNLt {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uI5vlgjNLt .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-uI5vlgjNLt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-uI5vlgjNLt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI5vlgjNLt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uI5vlgjNLt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uI5vlgjNLt .menu_box .navbar.opened,
  .cid-uI5vlgjNLt .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uI5vlgjNLt nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uI5vlgjNLt .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uI5vlgjNLt .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uI5vlgjNLt .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uI5vlgjNLt .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uI5vlgjNLt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uI5vlgjNLt .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uI5vlgjNLt .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uI5vlgjNLt .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uI5vlgjNLt .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uI5vlgjNLt .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uI5vlgjNLt .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uI5vlgjNLt .offcanvas-body .mbr-text,
  .cid-uI5vlgjNLt .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uI5vlgjNLt .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uI5vlgjNLt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uI5vlgjNLt .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ac2e20;
  }
  .cid-uI5vlgjNLt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uI5vlgjNLt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uI5vlgjNLt .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uI5vlgjNLt .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uI5vlgjNLt ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uI5vlgjNLt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uI5vlgjNLt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uI5vlgjNLt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uI5vlgjNLt li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uI5vlgjNLt .lg_brand {
    margin: 0 1rem;
  }
  .cid-uI5vlgjNLt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uI5vlgjNLt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uI5vlgjNLt .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uI5vlgjNLt .nav-item {
    margin: 0 !important;
  }
}
.cid-uI5vlgjNLt .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uI5vlgjNLt .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uI5vlgjNLt .nav-item .nav-link:hover,
.cid-uI5vlgjNLt .nav-item .nav-link:focus {
  color: #000000 !important;
}
.cid-uI5vlgjNLt .nav-item .nav-link:hover::before,
.cid-uI5vlgjNLt .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uI5vlgjNLt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uI5vlgjNLt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uI5vlgjNLt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uI5vlgjNLt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uI5vlgjNLt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uI5vlgjNLt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uI5vlgjNLt .offcanvas_box {
    display: none;
  }
}
.cid-uI5vlgjNLt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uI5vlgjNLt .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uI5vlgjNLt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uI5vlgjNLt .container {
  display: flex;
  margin: auto;
}
.cid-uI5vlgjNLt .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uI5vlgjNLt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uI5vlgjNLt .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uI5vlgjNLt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uI5vlgjNLt .navbar-nav {
    margin: 0;
  }
}
.cid-uI5vlgjNLt .dropdown-menu,
.cid-uI5vlgjNLt .navbar.opened {
  background-color: true !important;
}
.cid-uI5vlgjNLt .nav-item:focus,
.cid-uI5vlgjNLt .nav-link:focus {
  outline: none;
}
.cid-uI5vlgjNLt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI5vlgjNLt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI5vlgjNLt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI5vlgjNLt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI5vlgjNLt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI5vlgjNLt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI5vlgjNLt .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uI5vlgjNLt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uI5vlgjNLt .navbar.opened {
  transition: all 0.3s;
}
.cid-uI5vlgjNLt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uI5vlgjNLt .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uI5vlgjNLt .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uI5vlgjNLt .navbar.collapsed {
  justify-content: center;
}
.cid-uI5vlgjNLt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI5vlgjNLt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uI5vlgjNLt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI5vlgjNLt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI5vlgjNLt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI5vlgjNLt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uI5vlgjNLt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uI5vlgjNLt .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uI5vlgjNLt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uI5vlgjNLt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI5vlgjNLt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI5vlgjNLt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uI5vlgjNLt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI5vlgjNLt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uI5vlgjNLt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI5vlgjNLt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uI5vlgjNLt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uI5vlgjNLt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uI5vlgjNLt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uI5vlgjNLt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI5vlgjNLt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uI5vlgjNLt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI5vlgjNLt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI5vlgjNLt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uI5vlgjNLt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI5vlgjNLt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uI5vlgjNLt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI5vlgjNLt .dropdown-item.active,
.cid-uI5vlgjNLt .dropdown-item:active {
  background-color: transparent;
}
.cid-uI5vlgjNLt .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uI5vlgjNLt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI5vlgjNLt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI5vlgjNLt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI5vlgjNLt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uI5vlgjNLt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI5vlgjNLt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uI5vlgjNLt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ac2e20;
}
.cid-uI5vlgjNLt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI5vlgjNLt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI5vlgjNLt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI5vlgjNLt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI5vlgjNLt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI5vlgjNLt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI5vlgjNLt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI5vlgjNLt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI5vlgjNLt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uI5vlgjNLt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI5vlgjNLt .navbar {
    height: 70px;
  }
  .cid-uI5vlgjNLt .navbar.opened {
    height: auto;
  }
  .cid-uI5vlgjNLt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI5vlgjNLt .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uI5vlgjNLt .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uI5vlgjNLt .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uI5vlgjNLt .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uI5vlgjNLt .navbar-caption:hover {
  color: #d99a24;
}
@media (min-width: 992px) {
  .cid-uI5vlgjNLt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uI5vlgjNLt .text_widget {
  margin-bottom: 32px;
}
.cid-uI5vlgjNLt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uI5vlgjNLt .text_widget a:hover,
.cid-uI5vlgjNLt .text_widget a:focus {
  opacity: 0.8;
}
.cid-uI5vlgjNLt .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uI5vlgjNLt .navbar-caption {
  color: #FFFFFF;
}
.cid-uI5vlgjNLt .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uI5vlgjNLt .mbr-section-subtitle,
.cid-uI5vlgjNLt .text_widget,
.cid-uI5vlgjNLt .mbr-section-btn {
  text-align: center;
  color: #b35c32;
}
.cid-uI5vlgjNLt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uI5vlgjNLt .nav-link,
.cid-uI5vlgjNLt .dropdown-item {
  color: #FFFFFF;
}
.cid-uI5vlh7UqL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/chatgpt20image20aug20172020262001-13-2420pm-1915x821.png?v=1X0DNW");
}
.cid-uI5vlh7UqL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5vlh7UqL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI5vlh7UqL .container {
    padding: 0 16px;
  }
}
.cid-uI5vlh7UqL .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uI5vlh7UqL .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uI5vlh7UqL .mbr-section-title {
  color: #ffffff;
}
.cid-uI5vlh7UqL .mbr-section-title,
.cid-uI5vlh7UqL .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uI5CCfAauq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uI5CCfAauq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5CCfAauq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI5CCfAauq .container {
    padding: 0 16px;
  }
}
.cid-uI5CCfAauq .card {
  justify-content: center;
}
.cid-uI5CCfAauq .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #c7952f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uI5CCfAauq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uI5CCfAauq .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uI5CCfAauq .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uI5CCfAauq .mbr-section-title {
  color: #000000;
}
.cid-uI5CCfAauq .mbr-text {
  color: #000000;
}
.cid-uI5CCfAauq .mbr-desc {
  color: #000000;
}
.cid-uI5CCfAauq .mbr-section-title,
.cid-uI5CCfAauq .title-wrapper {
  color: #FFFFFF;
}
.cid-uI5CCfAauq .mbr-text,
.cid-uI5CCfAauq .mbr-section-btn {
  color: #454545;
  text-align: left;
}
.cid-uI5vliXkKO {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uI5vliXkKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5vliXkKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI5vliXkKO .container {
    padding: 0 16px;
  }
}
.cid-uI5vliXkKO .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uI5vliXkKO .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uI5vliXkKO .item:hover .item-wrapper .card-box,
.cid-uI5vliXkKO .item:focus .item-wrapper .card-box {
  border: 1px solid #c7952f;
  box-shadow: 6px 8px 0 0 #c7952f;
}
.cid-uI5vliXkKO .item:hover .item-wrapper .card-box .item-price,
.cid-uI5vliXkKO .item:focus .item-wrapper .card-box .item-price {
  color: #c7952f;
}
.cid-uI5vliXkKO .item:hover .item-wrapper .card-box .btn-primary,
.cid-uI5vliXkKO .item:focus .item-wrapper .card-box .btn-primary,
.cid-uI5vliXkKO .item:hover .item-wrapper .card-box .btn-secondary,
.cid-uI5vliXkKO .item:focus .item-wrapper .card-box .btn-secondary,
.cid-uI5vliXkKO .item:hover .item-wrapper .card-box .btn-success,
.cid-uI5vliXkKO .item:focus .item-wrapper .card-box .btn-success,
.cid-uI5vliXkKO .item:hover .item-wrapper .card-box .btn-info,
.cid-uI5vliXkKO .item:focus .item-wrapper .card-box .btn-info,
.cid-uI5vliXkKO .item:hover .item-wrapper .card-box .btn-warning,
.cid-uI5vliXkKO .item:focus .item-wrapper .card-box .btn-warning,
.cid-uI5vliXkKO .item:hover .item-wrapper .card-box .btn-danger,
.cid-uI5vliXkKO .item:focus .item-wrapper .card-box .btn-danger,
.cid-uI5vliXkKO .item:hover .item-wrapper .card-box .btn-black,
.cid-uI5vliXkKO .item:focus .item-wrapper .card-box .btn-black,
.cid-uI5vliXkKO .item:hover .item-wrapper .card-box .btn-white,
.cid-uI5vliXkKO .item:focus .item-wrapper .card-box .btn-white {
  background-color: #c7952f !important;
  border-color: #c7952f !important;
  color: #ffffff !important;
}
.cid-uI5vliXkKO .item .item-wrapper {
  height: 100%;
}
.cid-uI5vliXkKO .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uI5vliXkKO .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uI5vliXkKO .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uI5vliXkKO .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uI5vliXkKO .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uI5vliXkKO .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-uI5vliXkKO .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-uI5vliXkKO .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-uI5vliXkKO .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-uI5vliXkKO .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-uI5vliXkKO .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uI5vliXkKO .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-uI5vliXkKO .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #31572c;
  color: #ffffff;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uI5vliXkKO .item-title {
  color: #c7952f;
}
.cid-uI5vliXkKO .item-desc {
  color: #000000;
}
.cid-uI5vliXkKO .item-price {
  color: #000000;
}
.cid-uI5vliXkKO .list {
  color: #000000;
}
.cid-uI5vliXkKO .item-price,
.cid-uI5vliXkKO .mbr-section-btn {
  color: #31572c;
}
.cid-uI5vliXkKO .list,
.cid-uI5vliXkKO .item-wrap,
.cid-uI5vliXkKO .list-wrapper {
  color: #000000;
}
.cid-vrsvPgzdhC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vrsvPgzdhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrsvPgzdhC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrsvPgzdhC .container {
    padding: 0 16px;
  }
}
.cid-vrsvPgzdhC .card {
  justify-content: flex-end;
}
.cid-vrsvPgzdhC .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-vrsvPgzdhC .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vrsvPgzdhC .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #d99a24;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-vrsvPgzdhC .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-vrsvPgzdhC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vrsvPgzdhC .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vrsvPgzdhC .image-wrapper img {
  height: 390px;
  object-fit: cover;
}
.cid-vrsvPgzdhC .content-wrapper {
  padding-left: 96px;
  padding-left: 0;
  padding-right: 96px;
}
@media (max-width: 992px) {
  .cid-vrsvPgzdhC .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vrsvPgzdhC .content-wrapper {
    padding-right: 0;
  }
}
.cid-vrsvPgzdhC .content-wrapper .person-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vrsvPgzdhC .content-wrapper .person-wrap {
    margin-bottom: 32px;
  }
}
.cid-vrsvPgzdhC .content-wrapper .person-wrap .image-wrap {
  margin-bottom: 16px;
}
.cid-vrsvPgzdhC .content-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vrsvPgzdhC .content-wrapper .person-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-vrsvPgzdhC .content-wrapper .person-wrap .mbr-role {
  margin-bottom: 0;
}
.cid-vrsvPgzdhC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vrsvPgzdhC .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-vrsvPgzdhC .mbr-section-subtitle,
.cid-vrsvPgzdhC .subtitle-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-vrsvPgzdhC .mbr-name {
  color: #000000;
}
.cid-vrsvPgzdhC .mbr-role {
  color: #000000;
}
.cid-vrsvPgzdhC .mbr-text {
  color: #000000;
}
.cid-vrsvPgzdhC .mbr-section-title,
.cid-vrsvPgzdhC .mbr-section-btn P {
  text-align: left;
}
.cid-vs4xxcdzsQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vs4xxcdzsQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vs4xxcdzsQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vs4xxcdzsQ .container {
    padding: 0 16px;
  }
}
.cid-vs4xxcdzsQ .card {
  justify-content: flex-end;
}
.cid-vs4xxcdzsQ .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-vs4xxcdzsQ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vs4xxcdzsQ .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #c7952f;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-vs4xxcdzsQ .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-vs4xxcdzsQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vs4xxcdzsQ .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vs4xxcdzsQ .image-wrapper img {
  height: 390px;
  object-fit: cover;
}
.cid-vs4xxcdzsQ .content-wrapper {
  padding-left: 96px;
  padding-left: 0;
  padding-right: 96px;
}
@media (max-width: 992px) {
  .cid-vs4xxcdzsQ .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vs4xxcdzsQ .content-wrapper {
    padding-right: 0;
  }
}
.cid-vs4xxcdzsQ .content-wrapper .person-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vs4xxcdzsQ .content-wrapper .person-wrap {
    margin-bottom: 32px;
  }
}
.cid-vs4xxcdzsQ .content-wrapper .person-wrap .image-wrap {
  margin-bottom: 16px;
}
.cid-vs4xxcdzsQ .content-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vs4xxcdzsQ .content-wrapper .person-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-vs4xxcdzsQ .content-wrapper .person-wrap .mbr-role {
  margin-bottom: 0;
}
.cid-vs4xxcdzsQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vs4xxcdzsQ .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-vs4xxcdzsQ .mbr-section-subtitle,
.cid-vs4xxcdzsQ .subtitle-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-vs4xxcdzsQ .mbr-name {
  color: #000000;
}
.cid-vs4xxcdzsQ .mbr-role {
  color: #000000;
}
.cid-vs4xxcdzsQ .mbr-text {
  color: #000000;
}
.cid-vs4xxcdzsQ .mbr-section-title,
.cid-vs4xxcdzsQ .mbr-section-btn P {
  text-align: left;
}
.cid-vsygVX12P8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f7f9;
}
.cid-vsygVX12P8 a:link {
  text-decoration: none;
}
.cid-vsygVX12P8 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsygVX12P8 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vsygVX12P8 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsygVX12P8 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vsygVX12P8 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-vsygVX12P8 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-vsygVX12P8 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-vsygVX12P8 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-vsygVX12P8 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-vsygVX12P8 .plan-title,
.cid-vsygVX12P8 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-vsygVX12P8 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-vsygVX12P8 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-vsygVX12P8 .mbr-section-title span {
  color: #ffbc00;
}
.cid-vsygVX12P8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsygVX12P8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI5vllOmxK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uI5vllOmxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5vllOmxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI5vllOmxK .container {
    padding: 0 16px;
  }
}
.cid-uI5vllOmxK .row {
  position: relative;
  justify-content: center;
}
.cid-uI5vllOmxK .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uI5vllOmxK .card {
  justify-content: center;
}
.cid-uI5vllOmxK .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uI5vllOmxK .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uI5vllOmxK .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uI5vllOmxK .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uI5vllOmxK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uI5vllOmxK .nav-wrapper .list {
    display: block;
  }
}
.cid-uI5vllOmxK .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uI5vllOmxK .nav-wrapper .list .item-wrap:hover::before,
.cid-uI5vllOmxK .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uI5vllOmxK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #bdc5cf;
  transition: all 0.3s ease-in-out;
}
.cid-uI5vllOmxK .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uI5vllOmxK .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uI5vllOmxK .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uI5vllOmxK .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-uI5vllOmxK .list,
.cid-uI5vllOmxK .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uI5vllOmxK .list,
  .cid-uI5vllOmxK .nav-wrapper {
    text-align: left;
  }
}
.cid-uI5vllOmxK .list,
.cid-uI5vllOmxK .item-wrap,
.cid-uI5vllOmxK .nav-wrapper {
  color: #000000;
}
.cid-uJp8U3Puos {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uJp8U3Puos .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-uJp8U3Puos .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-uJp8U3Puos .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJp8U3Puos .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJp8U3Puos .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJp8U3Puos .menu_box .navbar.opened,
  .cid-uJp8U3Puos .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJp8U3Puos nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uJp8U3Puos .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJp8U3Puos .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uJp8U3Puos .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJp8U3Puos .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uJp8U3Puos .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJp8U3Puos .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uJp8U3Puos .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uJp8U3Puos .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uJp8U3Puos .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uJp8U3Puos .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uJp8U3Puos .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uJp8U3Puos .offcanvas-body .mbr-text,
  .cid-uJp8U3Puos .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uJp8U3Puos .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uJp8U3Puos .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uJp8U3Puos .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ac2e20;
  }
  .cid-uJp8U3Puos .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uJp8U3Puos .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uJp8U3Puos .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uJp8U3Puos .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uJp8U3Puos ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uJp8U3Puos .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJp8U3Puos .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uJp8U3Puos .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uJp8U3Puos li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uJp8U3Puos .lg_brand {
    margin: 0 1rem;
  }
  .cid-uJp8U3Puos .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uJp8U3Puos .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uJp8U3Puos .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uJp8U3Puos .nav-item {
    margin: 0 !important;
  }
}
.cid-uJp8U3Puos .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uJp8U3Puos .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uJp8U3Puos .nav-item .nav-link:hover,
.cid-uJp8U3Puos .nav-item .nav-link:focus {
  color: #000000 !important;
}
.cid-uJp8U3Puos .nav-item .nav-link:hover::before,
.cid-uJp8U3Puos .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uJp8U3Puos .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJp8U3Puos .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJp8U3Puos .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJp8U3Puos .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJp8U3Puos .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJp8U3Puos .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJp8U3Puos .offcanvas_box {
    display: none;
  }
}
.cid-uJp8U3Puos .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJp8U3Puos .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJp8U3Puos .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJp8U3Puos .container {
  display: flex;
  margin: auto;
}
.cid-uJp8U3Puos .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJp8U3Puos .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJp8U3Puos .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uJp8U3Puos .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJp8U3Puos .navbar-nav {
    margin: 0;
  }
}
.cid-uJp8U3Puos .dropdown-menu,
.cid-uJp8U3Puos .navbar.opened {
  background-color: true !important;
}
.cid-uJp8U3Puos .nav-item:focus,
.cid-uJp8U3Puos .nav-link:focus {
  outline: none;
}
.cid-uJp8U3Puos .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJp8U3Puos .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJp8U3Puos .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJp8U3Puos .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJp8U3Puos .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJp8U3Puos .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJp8U3Puos .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJp8U3Puos .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJp8U3Puos .navbar.opened {
  transition: all 0.3s;
}
.cid-uJp8U3Puos .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJp8U3Puos .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uJp8U3Puos .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uJp8U3Puos .navbar.collapsed {
  justify-content: center;
}
.cid-uJp8U3Puos .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJp8U3Puos .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJp8U3Puos .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJp8U3Puos .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJp8U3Puos .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJp8U3Puos .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJp8U3Puos .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJp8U3Puos .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uJp8U3Puos .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJp8U3Puos .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJp8U3Puos .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJp8U3Puos .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJp8U3Puos .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJp8U3Puos .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJp8U3Puos .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJp8U3Puos .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJp8U3Puos .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJp8U3Puos .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJp8U3Puos .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJp8U3Puos .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJp8U3Puos .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJp8U3Puos .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJp8U3Puos .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJp8U3Puos .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJp8U3Puos .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJp8U3Puos .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJp8U3Puos .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJp8U3Puos .dropdown-item.active,
.cid-uJp8U3Puos .dropdown-item:active {
  background-color: transparent;
}
.cid-uJp8U3Puos .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uJp8U3Puos .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJp8U3Puos .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJp8U3Puos .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJp8U3Puos ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJp8U3Puos .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJp8U3Puos button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uJp8U3Puos button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ac2e20;
}
.cid-uJp8U3Puos button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJp8U3Puos button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJp8U3Puos button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJp8U3Puos button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJp8U3Puos nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJp8U3Puos nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJp8U3Puos nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJp8U3Puos nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJp8U3Puos a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJp8U3Puos .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJp8U3Puos .navbar {
    height: 70px;
  }
  .cid-uJp8U3Puos .navbar.opened {
    height: auto;
  }
  .cid-uJp8U3Puos .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJp8U3Puos .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJp8U3Puos .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uJp8U3Puos .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uJp8U3Puos .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uJp8U3Puos .navbar-caption:hover {
  color: #d99a24;
}
@media (min-width: 992px) {
  .cid-uJp8U3Puos .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJp8U3Puos .text_widget {
  margin-bottom: 32px;
}
.cid-uJp8U3Puos .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJp8U3Puos .text_widget a:hover,
.cid-uJp8U3Puos .text_widget a:focus {
  opacity: 0.8;
}
.cid-uJp8U3Puos .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJp8U3Puos .navbar-caption {
  color: #FFFFFF;
}
.cid-uJp8U3Puos .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJp8U3Puos .mbr-section-subtitle,
.cid-uJp8U3Puos .text_widget,
.cid-uJp8U3Puos .mbr-section-btn {
  text-align: center;
  color: #b35c32;
}
.cid-uJp8U3Puos a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJp8U3Puos .nav-link,
.cid-uJp8U3Puos .dropdown-item {
  color: #FFFFFF;
}
.cid-uJp8U4WQuL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/chatgpt20image20aug20172020262011-31-5520am-1536x1024.png?v=1X0DNW");
}
.cid-uJp8U4WQuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJp8U4WQuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJp8U4WQuL .container {
    padding: 0 16px;
  }
}
.cid-uJp8U4WQuL .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJp8U4WQuL .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uJp8U4WQuL .mbr-section-title {
  color: #ffffff;
}
.cid-uJp8U4WQuL .mbr-section-title,
.cid-uJp8U4WQuL .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uJp8U5g4UQ {
  background-image: url("../../../assets/images/background2.jpg?v=1X0DNW");
}
.cid-uJp8U5g4UQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJp8U5g4UQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJp8U5g4UQ .card {
  justify-content: center;
}
.cid-uJp8U5g4UQ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJp8U5g4UQ .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uJp8U5g4UQ .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uJp8U5g4UQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uJp8U5g4UQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uJp8U5g4UQ .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uJp8U5g4UQ .image-wrapper {
  display: flex;
  justify-content: flex-end;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uJp8U5g4UQ .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uJp8U5g4UQ .image-wrapper {
    justify-content: center;
  }
}
.cid-uJp8U5g4UQ .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uJp8U5g4UQ .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uJp8U5g4UQ .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uJp8U5g4UQ .mbr-section-title {
  color: #f24d4a;
}
.cid-uJp8U5g4UQ .mbr-text {
  color: #f24d4a;
}
.cid-uJp8U5g4UQ .mbr-text,
.cid-uJp8U5g4UQ .text-wrapper {
  color: #000000;
}
.cid-uJp8U5g4UQ .mbr-section-title,
.cid-uJp8U5g4UQ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vsyhvEJhS8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f7f9;
}
.cid-vsyhvEJhS8 a:link {
  text-decoration: none;
}
.cid-vsyhvEJhS8 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsyhvEJhS8 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vsyhvEJhS8 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsyhvEJhS8 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vsyhvEJhS8 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-vsyhvEJhS8 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-vsyhvEJhS8 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-vsyhvEJhS8 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-vsyhvEJhS8 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-vsyhvEJhS8 .plan-title,
.cid-vsyhvEJhS8 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-vsyhvEJhS8 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-vsyhvEJhS8 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-vsyhvEJhS8 .mbr-section-title span {
  color: #ffbc00;
}
.cid-vsyhvEJhS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsyhvEJhS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJp8U5Do0o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJp8U5Do0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJp8U5Do0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJp8U5Do0o .container {
    padding: 0 16px;
  }
}
.cid-uJp8U5Do0o .row {
  position: relative;
  justify-content: center;
}
.cid-uJp8U5Do0o .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uJp8U5Do0o .card {
  justify-content: center;
}
.cid-uJp8U5Do0o .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uJp8U5Do0o .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJp8U5Do0o .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uJp8U5Do0o .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uJp8U5Do0o .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uJp8U5Do0o .nav-wrapper .list {
    display: block;
  }
}
.cid-uJp8U5Do0o .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uJp8U5Do0o .nav-wrapper .list .item-wrap:hover::before,
.cid-uJp8U5Do0o .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uJp8U5Do0o .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #bdc5cf;
  transition: all 0.3s ease-in-out;
}
.cid-uJp8U5Do0o .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uJp8U5Do0o .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uJp8U5Do0o .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uJp8U5Do0o .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-uJp8U5Do0o .list,
.cid-uJp8U5Do0o .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uJp8U5Do0o .list,
  .cid-uJp8U5Do0o .nav-wrapper {
    text-align: left;
  }
}
.cid-uJp8U5Do0o .list,
.cid-uJp8U5Do0o .item-wrap,
.cid-uJp8U5Do0o .nav-wrapper {
  color: #000000;
}
.cid-uI3q4KgL3i {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uI3q4KgL3i .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-uI3q4KgL3i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-uI3q4KgL3i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI3q4KgL3i .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uI3q4KgL3i .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uI3q4KgL3i .menu_box .navbar.opened,
  .cid-uI3q4KgL3i .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uI3q4KgL3i nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uI3q4KgL3i .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uI3q4KgL3i .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uI3q4KgL3i .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uI3q4KgL3i .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uI3q4KgL3i .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uI3q4KgL3i .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uI3q4KgL3i .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uI3q4KgL3i .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uI3q4KgL3i .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uI3q4KgL3i .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uI3q4KgL3i .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uI3q4KgL3i .offcanvas-body .mbr-text,
  .cid-uI3q4KgL3i .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uI3q4KgL3i .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uI3q4KgL3i .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uI3q4KgL3i .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ac2e20;
  }
  .cid-uI3q4KgL3i .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uI3q4KgL3i .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uI3q4KgL3i .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uI3q4KgL3i .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uI3q4KgL3i ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uI3q4KgL3i .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uI3q4KgL3i .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uI3q4KgL3i .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uI3q4KgL3i li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uI3q4KgL3i .lg_brand {
    margin: 0 1rem;
  }
  .cid-uI3q4KgL3i .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uI3q4KgL3i .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uI3q4KgL3i .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uI3q4KgL3i .nav-item {
    margin: 0 !important;
  }
}
.cid-uI3q4KgL3i .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uI3q4KgL3i .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uI3q4KgL3i .nav-item .nav-link:hover,
.cid-uI3q4KgL3i .nav-item .nav-link:focus {
  color: #000000 !important;
}
.cid-uI3q4KgL3i .nav-item .nav-link:hover::before,
.cid-uI3q4KgL3i .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uI3q4KgL3i .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uI3q4KgL3i .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uI3q4KgL3i .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uI3q4KgL3i .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uI3q4KgL3i .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uI3q4KgL3i .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uI3q4KgL3i .offcanvas_box {
    display: none;
  }
}
.cid-uI3q4KgL3i .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uI3q4KgL3i .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uI3q4KgL3i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uI3q4KgL3i .container {
  display: flex;
  margin: auto;
}
.cid-uI3q4KgL3i .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uI3q4KgL3i .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uI3q4KgL3i .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uI3q4KgL3i .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uI3q4KgL3i .navbar-nav {
    margin: 0;
  }
}
.cid-uI3q4KgL3i .dropdown-menu,
.cid-uI3q4KgL3i .navbar.opened {
  background-color: true !important;
}
.cid-uI3q4KgL3i .nav-item:focus,
.cid-uI3q4KgL3i .nav-link:focus {
  outline: none;
}
.cid-uI3q4KgL3i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI3q4KgL3i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI3q4KgL3i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI3q4KgL3i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI3q4KgL3i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI3q4KgL3i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI3q4KgL3i .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uI3q4KgL3i .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uI3q4KgL3i .navbar.opened {
  transition: all 0.3s;
}
.cid-uI3q4KgL3i .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uI3q4KgL3i .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uI3q4KgL3i .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uI3q4KgL3i .navbar.collapsed {
  justify-content: center;
}
.cid-uI3q4KgL3i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI3q4KgL3i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uI3q4KgL3i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI3q4KgL3i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI3q4KgL3i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI3q4KgL3i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uI3q4KgL3i .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uI3q4KgL3i .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uI3q4KgL3i .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uI3q4KgL3i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI3q4KgL3i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI3q4KgL3i .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uI3q4KgL3i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI3q4KgL3i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uI3q4KgL3i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI3q4KgL3i .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uI3q4KgL3i .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uI3q4KgL3i .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uI3q4KgL3i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uI3q4KgL3i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI3q4KgL3i .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uI3q4KgL3i .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI3q4KgL3i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI3q4KgL3i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uI3q4KgL3i .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI3q4KgL3i .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uI3q4KgL3i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI3q4KgL3i .dropdown-item.active,
.cid-uI3q4KgL3i .dropdown-item:active {
  background-color: transparent;
}
.cid-uI3q4KgL3i .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uI3q4KgL3i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI3q4KgL3i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI3q4KgL3i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI3q4KgL3i ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uI3q4KgL3i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI3q4KgL3i button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uI3q4KgL3i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ac2e20;
}
.cid-uI3q4KgL3i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI3q4KgL3i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI3q4KgL3i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI3q4KgL3i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI3q4KgL3i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI3q4KgL3i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI3q4KgL3i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI3q4KgL3i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI3q4KgL3i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uI3q4KgL3i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI3q4KgL3i .navbar {
    height: 70px;
  }
  .cid-uI3q4KgL3i .navbar.opened {
    height: auto;
  }
  .cid-uI3q4KgL3i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI3q4KgL3i .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uI3q4KgL3i .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uI3q4KgL3i .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uI3q4KgL3i .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uI3q4KgL3i .navbar-caption:hover {
  color: #d99a24;
}
@media (min-width: 992px) {
  .cid-uI3q4KgL3i .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uI3q4KgL3i .text_widget {
  margin-bottom: 32px;
}
.cid-uI3q4KgL3i .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uI3q4KgL3i .text_widget a:hover,
.cid-uI3q4KgL3i .text_widget a:focus {
  opacity: 0.8;
}
.cid-uI3q4KgL3i .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uI3q4KgL3i .navbar-caption {
  color: #FFFFFF;
}
.cid-uI3q4KgL3i .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uI3q4KgL3i .mbr-section-subtitle,
.cid-uI3q4KgL3i .text_widget,
.cid-uI3q4KgL3i .mbr-section-btn {
  text-align: center;
  color: #b35c32;
}
.cid-uI3q4KgL3i a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uI3q4KgL3i .nav-link,
.cid-uI3q4KgL3i .dropdown-item {
  color: #FFFFFF;
}
.cid-uI4Iugf0lE {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/chatgpt20image20aug20172020262001-11-3520pm-1915x821.png?v=1X0DNW");
}
.cid-uI4Iugf0lE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4Iugf0lE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI4Iugf0lE .container {
    padding: 0 16px;
  }
}
.cid-uI4Iugf0lE .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uI4Iugf0lE .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uI4Iugf0lE .mbr-section-title {
  color: #ffffff;
}
.cid-uI4Iugf0lE .mbr-section-title,
.cid-uI4Iugf0lE .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uL5FIAEYI0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f7f9;
}
.cid-uL5FIAEYI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5FIAEYI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uL5FIAEYI0 .container {
    padding: 0 16px;
  }
}
.cid-uL5FIAEYI0 .row {
  position: relative;
  z-index: 1;
}
.cid-uL5FIAEYI0 .card {
  justify-content: flex-end;
}
.cid-uL5FIAEYI0 .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uL5FIAEYI0 .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uL5FIAEYI0 .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uL5FIAEYI0 .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-uL5FIAEYI0 .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uL5FIAEYI0 .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-uL5FIAEYI0 .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uL5FIAEYI0 .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #ffffff;
  background-color: #31572c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uL5FIAEYI0 .card-wrapper .image-wrapper .card-desc {
    left: .5rem;
  }
}
.cid-uL5FIAEYI0 .card-wrapper .card-wrap {
  background-color: #c7952f;
  box-shadow: 4px 6px 0 0 #000000;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-uL5FIAEYI0 .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-uL5FIAEYI0 .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-uL5FIAEYI0 .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uL5FIAEYI0 .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uL5FIAEYI0 .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uL5FIAEYI0 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uL5FIAEYI0 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uL5FIAEYI0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uL5FIAEYI0 .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-uL5FIAEYI0 .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uL5FIAEYI0 .text-wrapper {
    margin-left: 0;
  }
}
.cid-uL5FIAEYI0 .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uL5FIAEYI0 .mbr-section-title {
  color: #c7952f;
  text-align: right;
}
.cid-uL5FIAEYI0 .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-uL5FIAEYI0 .mbr-text {
  color: #000000;
}
.cid-uL5FIAEYI0 .card-desc {
  color: #ffffff;
}
.cid-uL5FIAEYI0 .card-text {
  color: #ffffff;
}
.cid-uL5FIAEYI0 .card-name {
  color: #ffffff;
}
.cid-uL5FIAEYI0 .card-role {
  color: #ffffff;
}
.cid-uI4IokH0kL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f7f9;
}
.cid-uI4IokH0kL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4IokH0kL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI4IokH0kL .container {
    padding: 0 16px;
  }
}
.cid-uI4IokH0kL .row {
  position: relative;
  z-index: 1;
}
.cid-uI4IokH0kL .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #31572c;
  transform: rotate(4deg) !important;
}
@media (max-width: 992px) {
  .cid-uI4IokH0kL .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uI4IokH0kL .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uI4IokH0kL .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uI4IokH0kL .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uI4IokH0kL .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uI4IokH0kL .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uI4IokH0kL .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uI4IokH0kL .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin-bottom: 24px;
}
.cid-uI4IokH0kL .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 24px 40px;
  margin-bottom: 0;
  border: none;
  color: #454545;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uI4IokH0kL .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-uI4IokH0kL .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #c7952f;
  box-shadow: 4px 6px 0 0 #000000;
  color: #ffffff;
}
.cid-uI4IokH0kL .tab-content {
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-uI4IokH0kL .tab-content {
    padding-left: 0;
  }
}
.cid-uI4IokH0kL .tab-content .tab-pane .content-wrap {
  padding: 52px 32px 52px 72px;
  border-radius: 24px;
  background-color: #f8e8c7;
}
@media (max-width: 992px) {
  .cid-uI4IokH0kL .tab-content .tab-pane .content-wrap {
    padding: 24px 16px 24px 32px;
  }
}
.cid-uI4IokH0kL .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-left: 72px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uI4IokH0kL .tab-content .tab-pane .content-wrap .image-wrapper {
    margin-bottom: 24px;
    margin-left: 0;
  }
}
.cid-uI4IokH0kL .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #454545;
}
.cid-uI4IokH0kL .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 75%;
}
@media (max-width: 992px) {
  .cid-uI4IokH0kL .tab-content .tab-pane .content-wrap .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uI4IokH0kL .mbr-section-title {
  color: #c7952f;
}
.cid-uI4IokH0kL .mbr-section-subtitle {
  color: #000000;
}
.cid-uI4IokH0kL .mbr-text {
  color: #000000;
}
.cid-uI4IokH0kL .item-text {
  color: #000000;
}
.cid-uI4IokH0kL .mbr-section-subtitle,
.cid-uI4IokH0kL .subtitle-wrapper {
  color: #FFFFFF;
}
.cid-uI4IokH0kL .mbr-text,
.cid-uI4IokH0kL .text-wrapper {
  color: #000000;
}
.cid-uI4IokH0kL .item-text,
.cid-uI4IokH0kL .text-wrap {
  color: #000000;
}
.cid-uI3q51AMjx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uI3q51AMjx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI3q51AMjx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI3q51AMjx .container {
    padding: 0 16px;
  }
}
.cid-uI3q51AMjx .card {
  justify-content: center;
}
.cid-uI3q51AMjx .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #31572c;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uI3q51AMjx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uI3q51AMjx .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uI3q51AMjx .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uI3q51AMjx .mbr-section-title {
  color: #000000;
}
.cid-uI3q51AMjx .mbr-text {
  color: #000000;
}
.cid-uI3q51AMjx .mbr-desc {
  color: #000000;
}
.cid-uI3q51AMjx .mbr-section-title,
.cid-uI3q51AMjx .title-wrapper {
  color: #FFFFFF;
}
.cid-uI3q51AMjx .mbr-text,
.cid-uI3q51AMjx .mbr-section-btn {
  color: #000000;
}
.cid-uI3q53piZA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uI3q53piZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI3q53piZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI3q53piZA .container {
    padding: 0 16px;
  }
}
.cid-uI3q53piZA .row {
  position: relative;
  z-index: 1;
}
.cid-uI3q53piZA .card {
  justify-content: flex-end;
}
.cid-uI3q53piZA .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #31572c;
  transform: rotate(4deg) !important;
}
@media (max-width: 992px) {
  .cid-uI3q53piZA .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uI3q53piZA .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uI3q53piZA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uI3q53piZA .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI3q53piZA .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uI3q53piZA .tabs-wrapper {
  text-align: right;
}
.cid-uI3q53piZA .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 6px 0 6px 6px;
  border-radius: 16px !important;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #f8e8c7;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 24px;
}
.cid-uI3q53piZA .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
}
.cid-uI3q53piZA .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 18px;
  margin-right: 6px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uI3q53piZA .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-uI3q53piZA .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #31572c;
  color: #ffffff;
}
.cid-uI3q53piZA .tab-content .tab-pane .content-wrap {
  border-radius: 24px;
  background-color: #f8e8c7;
  padding: 88px 112px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uI3q53piZA .tab-content .tab-pane .content-wrap {
    padding: 88px 64px;
  }
}
@media (max-width: 1199px) {
  .cid-uI3q53piZA .tab-content .tab-pane .content-wrap {
    padding: 88px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uI3q53piZA .tab-content .tab-pane .content-wrap {
    padding: 36px 24px;
    display: block;
  }
}
.cid-uI3q53piZA .tab-content .tab-pane .content-wrap .text-wrap {
  width: 50%;
  padding-right: 88px;
  padding-right: 0;
  padding-left: 88px;
}
@media (max-width: 1440px) {
  .cid-uI3q53piZA .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uI3q53piZA .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 1440px) {
  .cid-uI3q53piZA .tab-content .tab-pane .content-wrap .text-wrap {
    padding-left: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uI3q53piZA .tab-content .tab-pane .content-wrap .text-wrap {
    padding-left: 0;
  }
}
.cid-uI3q53piZA .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uI3q53piZA .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uI3q53piZA .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uI3q53piZA .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uI3q53piZA .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uI3q53piZA .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uI3q53piZA .mbr-section-title {
  color: #000000;
}
.cid-uI3q53piZA .mbr-section-subtitle {
  color: #000000;
}
.cid-uI3q53piZA .mbr-text {
  color: #000000;
}
.cid-uI3q53piZA .item-title {
  color: #000000;
}
.cid-uI3q53piZA .item-text {
  color: #000000;
}
.cid-uI3q53piZA .mbr-section-subtitle,
.cid-uI3q53piZA .subtitle-wrapper {
  color: #ffffff;
}
.cid-uI3q53piZA .mbr-section-title,
.cid-uI3q53piZA .tabs-wrapper {
  color: #c7952f;
}
.cid-uI3q53piZA .mbr-text,
.cid-uI3q53piZA .text-wrapper {
  color: #000000;
}
.cid-uI3q58U44N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f7f9;
}
.cid-uI3q58U44N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI3q58U44N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI3q58U44N .container {
    padding: 0 16px;
  }
}
.cid-uI3q58U44N .row {
  justify-content: center;
}
.cid-uI3q58U44N .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c7952f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uI3q58U44N .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uI3q58U44N .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #c7952f;
}
@media (max-width: 992px) {
  .cid-uI3q58U44N .panel-group .card {
    padding: 24px;
  }
}
.cid-uI3q58U44N .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uI3q58U44N .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uI3q58U44N .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uI3q58U44N .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uI3q58U44N .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uI3q58U44N .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-uI3q58U44N .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uI3q58U44N .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-uI3q58U44N .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-uI3q58U44N .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uI3q58U44N .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uI3q58U44N .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uI3q58U44N .mbr-section-title {
  color: #000000;
}
.cid-uI3q58U44N .panel-title-edit {
  color: #FFFFFF;
}
.cid-uI3q58U44N .panel-text {
  color: #FFFFFF;
}
.cid-uI3q58U44N .mbr-section-title,
.cid-uI3q58U44N .title-wrapper {
  color: #000000;
}
.cid-vsygus52m1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f7f9;
}
.cid-vsygus52m1 a:link {
  text-decoration: none;
}
.cid-vsygus52m1 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsygus52m1 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vsygus52m1 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsygus52m1 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vsygus52m1 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-vsygus52m1 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-vsygus52m1 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-vsygus52m1 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-vsygus52m1 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-vsygus52m1 .plan-title,
.cid-vsygus52m1 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-vsygus52m1 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-vsygus52m1 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-vsygus52m1 .mbr-section-title span {
  color: #ffbc00;
}
.cid-vsygus52m1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsygus52m1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI3q5tFm7v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uI3q5tFm7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI3q5tFm7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI3q5tFm7v .container {
    padding: 0 16px;
  }
}
.cid-uI3q5tFm7v .row {
  position: relative;
  justify-content: center;
}
.cid-uI3q5tFm7v .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uI3q5tFm7v .card {
  justify-content: center;
}
.cid-uI3q5tFm7v .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uI3q5tFm7v .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uI3q5tFm7v .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uI3q5tFm7v .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uI3q5tFm7v .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uI3q5tFm7v .nav-wrapper .list {
    display: block;
  }
}
.cid-uI3q5tFm7v .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uI3q5tFm7v .nav-wrapper .list .item-wrap:hover::before,
.cid-uI3q5tFm7v .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uI3q5tFm7v .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #bdc5cf;
  transition: all 0.3s ease-in-out;
}
.cid-uI3q5tFm7v .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uI3q5tFm7v .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uI3q5tFm7v .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uI3q5tFm7v .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-uI3q5tFm7v .list,
.cid-uI3q5tFm7v .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uI3q5tFm7v .list,
  .cid-uI3q5tFm7v .nav-wrapper {
    text-align: left;
  }
}
.cid-uI3q5tFm7v .list,
.cid-uI3q5tFm7v .item-wrap,
.cid-uI3q5tFm7v .nav-wrapper {
  color: #000000;
}
.cid-uI4Yo4yCCz {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uI4Yo4yCCz .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-uI4Yo4yCCz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-uI4Yo4yCCz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI4Yo4yCCz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uI4Yo4yCCz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uI4Yo4yCCz .menu_box .navbar.opened,
  .cid-uI4Yo4yCCz .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uI4Yo4yCCz nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uI4Yo4yCCz .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uI4Yo4yCCz .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uI4Yo4yCCz .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uI4Yo4yCCz .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uI4Yo4yCCz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uI4Yo4yCCz .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uI4Yo4yCCz .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uI4Yo4yCCz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uI4Yo4yCCz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uI4Yo4yCCz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uI4Yo4yCCz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uI4Yo4yCCz .offcanvas-body .mbr-text,
  .cid-uI4Yo4yCCz .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uI4Yo4yCCz .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uI4Yo4yCCz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uI4Yo4yCCz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ac2e20;
  }
  .cid-uI4Yo4yCCz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uI4Yo4yCCz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uI4Yo4yCCz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uI4Yo4yCCz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uI4Yo4yCCz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uI4Yo4yCCz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uI4Yo4yCCz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uI4Yo4yCCz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uI4Yo4yCCz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uI4Yo4yCCz .lg_brand {
    margin: 0 1rem;
  }
  .cid-uI4Yo4yCCz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uI4Yo4yCCz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uI4Yo4yCCz .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uI4Yo4yCCz .nav-item {
    margin: 0 !important;
  }
}
.cid-uI4Yo4yCCz .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uI4Yo4yCCz .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uI4Yo4yCCz .nav-item .nav-link:hover,
.cid-uI4Yo4yCCz .nav-item .nav-link:focus {
  color: #000000 !important;
}
.cid-uI4Yo4yCCz .nav-item .nav-link:hover::before,
.cid-uI4Yo4yCCz .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uI4Yo4yCCz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uI4Yo4yCCz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uI4Yo4yCCz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uI4Yo4yCCz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uI4Yo4yCCz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uI4Yo4yCCz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uI4Yo4yCCz .offcanvas_box {
    display: none;
  }
}
.cid-uI4Yo4yCCz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uI4Yo4yCCz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uI4Yo4yCCz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uI4Yo4yCCz .container {
  display: flex;
  margin: auto;
}
.cid-uI4Yo4yCCz .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uI4Yo4yCCz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uI4Yo4yCCz .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uI4Yo4yCCz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uI4Yo4yCCz .navbar-nav {
    margin: 0;
  }
}
.cid-uI4Yo4yCCz .dropdown-menu,
.cid-uI4Yo4yCCz .navbar.opened {
  background-color: true !important;
}
.cid-uI4Yo4yCCz .nav-item:focus,
.cid-uI4Yo4yCCz .nav-link:focus {
  outline: none;
}
.cid-uI4Yo4yCCz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI4Yo4yCCz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI4Yo4yCCz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI4Yo4yCCz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI4Yo4yCCz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI4Yo4yCCz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI4Yo4yCCz .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uI4Yo4yCCz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uI4Yo4yCCz .navbar.opened {
  transition: all 0.3s;
}
.cid-uI4Yo4yCCz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uI4Yo4yCCz .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uI4Yo4yCCz .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uI4Yo4yCCz .navbar.collapsed {
  justify-content: center;
}
.cid-uI4Yo4yCCz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI4Yo4yCCz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uI4Yo4yCCz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI4Yo4yCCz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI4Yo4yCCz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI4Yo4yCCz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uI4Yo4yCCz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uI4Yo4yCCz .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uI4Yo4yCCz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uI4Yo4yCCz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI4Yo4yCCz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI4Yo4yCCz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uI4Yo4yCCz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI4Yo4yCCz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uI4Yo4yCCz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI4Yo4yCCz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uI4Yo4yCCz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uI4Yo4yCCz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uI4Yo4yCCz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uI4Yo4yCCz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI4Yo4yCCz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uI4Yo4yCCz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI4Yo4yCCz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI4Yo4yCCz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uI4Yo4yCCz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI4Yo4yCCz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uI4Yo4yCCz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI4Yo4yCCz .dropdown-item.active,
.cid-uI4Yo4yCCz .dropdown-item:active {
  background-color: transparent;
}
.cid-uI4Yo4yCCz .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uI4Yo4yCCz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI4Yo4yCCz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI4Yo4yCCz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI4Yo4yCCz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uI4Yo4yCCz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI4Yo4yCCz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uI4Yo4yCCz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ac2e20;
}
.cid-uI4Yo4yCCz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI4Yo4yCCz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI4Yo4yCCz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI4Yo4yCCz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI4Yo4yCCz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4Yo4yCCz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI4Yo4yCCz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI4Yo4yCCz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4Yo4yCCz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uI4Yo4yCCz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI4Yo4yCCz .navbar {
    height: 70px;
  }
  .cid-uI4Yo4yCCz .navbar.opened {
    height: auto;
  }
  .cid-uI4Yo4yCCz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI4Yo4yCCz .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uI4Yo4yCCz .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uI4Yo4yCCz .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uI4Yo4yCCz .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uI4Yo4yCCz .navbar-caption:hover {
  color: #d99a24;
}
@media (min-width: 992px) {
  .cid-uI4Yo4yCCz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uI4Yo4yCCz .text_widget {
  margin-bottom: 32px;
}
.cid-uI4Yo4yCCz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uI4Yo4yCCz .text_widget a:hover,
.cid-uI4Yo4yCCz .text_widget a:focus {
  opacity: 0.8;
}
.cid-uI4Yo4yCCz .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uI4Yo4yCCz .navbar-caption {
  color: #FFFFFF;
}
.cid-uI4Yo4yCCz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uI4Yo4yCCz .mbr-section-subtitle,
.cid-uI4Yo4yCCz .text_widget,
.cid-uI4Yo4yCCz .mbr-section-btn {
  text-align: center;
  color: #b35c32;
}
.cid-uI4Yo4yCCz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uI4Yo4yCCz .nav-link,
.cid-uI4Yo4yCCz .dropdown-item {
  color: #FFFFFF;
}
.cid-uI4Yo5zEU2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/chatgpt20image20aug20172020262001-08-4220pm-1915x821.png?v=1X0DNW");
}
.cid-uI4Yo5zEU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4Yo5zEU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI4Yo5zEU2 .container {
    padding: 0 16px;
  }
}
.cid-uI4Yo5zEU2 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uI4Yo5zEU2 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uI4Yo5zEU2 .mbr-section-title {
  color: #ffffff;
}
.cid-uI4Yo5zEU2 .mbr-section-title,
.cid-uI4Yo5zEU2 .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uJclm7d1dz {
  background-image: url("../../../assets/images/background2.jpg?v=1X0DNW");
}
.cid-uJclm7d1dz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJclm7d1dz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJclm7d1dz .card {
  justify-content: center;
}
.cid-uJclm7d1dz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJclm7d1dz .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uJclm7d1dz .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uJclm7d1dz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uJclm7d1dz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uJclm7d1dz .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uJclm7d1dz .image-wrapper {
  display: flex;
  justify-content: flex-end;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uJclm7d1dz .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uJclm7d1dz .image-wrapper {
    justify-content: center;
  }
}
.cid-uJclm7d1dz .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uJclm7d1dz .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uJclm7d1dz .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uJclm7d1dz .mbr-section-title {
  color: #f24d4a;
}
.cid-uJclm7d1dz .mbr-text {
  color: #f24d4a;
}
.cid-uJclm7d1dz .mbr-text,
.cid-uJclm7d1dz .text-wrapper {
  color: #000000;
}
.cid-vqQm1b16Uh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f7f9;
}
.cid-vqQm1b16Uh a:link {
  text-decoration: none;
}
.cid-vqQm1b16Uh .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vqQm1b16Uh .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vqQm1b16Uh .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vqQm1b16Uh .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vqQm1b16Uh .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-vqQm1b16Uh .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-vqQm1b16Uh .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-vqQm1b16Uh .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-vqQm1b16Uh .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-vqQm1b16Uh .plan-title,
.cid-vqQm1b16Uh .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-vqQm1b16Uh .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-vqQm1b16Uh .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-vqQm1b16Uh .mbr-section-title span {
  color: #ffbc00;
}
.cid-vqQm1b16Uh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQm1b16Uh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4Yoc7Xvv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uI4Yoc7Xvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4Yoc7Xvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI4Yoc7Xvv .container {
    padding: 0 16px;
  }
}
.cid-uI4Yoc7Xvv .row {
  position: relative;
  justify-content: center;
}
.cid-uI4Yoc7Xvv .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uI4Yoc7Xvv .card {
  justify-content: center;
}
.cid-uI4Yoc7Xvv .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uI4Yoc7Xvv .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uI4Yoc7Xvv .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uI4Yoc7Xvv .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uI4Yoc7Xvv .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uI4Yoc7Xvv .nav-wrapper .list {
    display: block;
  }
}
.cid-uI4Yoc7Xvv .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uI4Yoc7Xvv .nav-wrapper .list .item-wrap:hover::before,
.cid-uI4Yoc7Xvv .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uI4Yoc7Xvv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #bdc5cf;
  transition: all 0.3s ease-in-out;
}
.cid-uI4Yoc7Xvv .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uI4Yoc7Xvv .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uI4Yoc7Xvv .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uI4Yoc7Xvv .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-uI4Yoc7Xvv .list,
.cid-uI4Yoc7Xvv .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uI4Yoc7Xvv .list,
  .cid-uI4Yoc7Xvv .nav-wrapper {
    text-align: left;
  }
}
.cid-uI4Yoc7Xvv .list,
.cid-uI4Yoc7Xvv .item-wrap,
.cid-uI4Yoc7Xvv .nav-wrapper {
  color: #000000;
}
.cid-uJ25yP5HzT {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uJ25yP5HzT .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-uJ25yP5HzT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-uJ25yP5HzT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJ25yP5HzT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJ25yP5HzT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJ25yP5HzT .menu_box .navbar.opened,
  .cid-uJ25yP5HzT .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJ25yP5HzT nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uJ25yP5HzT .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJ25yP5HzT .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uJ25yP5HzT .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJ25yP5HzT .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uJ25yP5HzT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJ25yP5HzT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uJ25yP5HzT .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uJ25yP5HzT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uJ25yP5HzT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uJ25yP5HzT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uJ25yP5HzT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uJ25yP5HzT .offcanvas-body .mbr-text,
  .cid-uJ25yP5HzT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uJ25yP5HzT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uJ25yP5HzT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uJ25yP5HzT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ac2e20;
  }
  .cid-uJ25yP5HzT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uJ25yP5HzT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uJ25yP5HzT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uJ25yP5HzT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uJ25yP5HzT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uJ25yP5HzT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJ25yP5HzT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uJ25yP5HzT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uJ25yP5HzT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uJ25yP5HzT .lg_brand {
    margin: 0 1rem;
  }
  .cid-uJ25yP5HzT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uJ25yP5HzT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uJ25yP5HzT .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uJ25yP5HzT .nav-item {
    margin: 0 !important;
  }
}
.cid-uJ25yP5HzT .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uJ25yP5HzT .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uJ25yP5HzT .nav-item .nav-link:hover,
.cid-uJ25yP5HzT .nav-item .nav-link:focus {
  color: #000000 !important;
}
.cid-uJ25yP5HzT .nav-item .nav-link:hover::before,
.cid-uJ25yP5HzT .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uJ25yP5HzT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJ25yP5HzT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJ25yP5HzT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ25yP5HzT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJ25yP5HzT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJ25yP5HzT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJ25yP5HzT .offcanvas_box {
    display: none;
  }
}
.cid-uJ25yP5HzT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJ25yP5HzT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJ25yP5HzT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJ25yP5HzT .container {
  display: flex;
  margin: auto;
}
.cid-uJ25yP5HzT .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJ25yP5HzT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJ25yP5HzT .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uJ25yP5HzT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJ25yP5HzT .navbar-nav {
    margin: 0;
  }
}
.cid-uJ25yP5HzT .dropdown-menu,
.cid-uJ25yP5HzT .navbar.opened {
  background-color: true !important;
}
.cid-uJ25yP5HzT .nav-item:focus,
.cid-uJ25yP5HzT .nav-link:focus {
  outline: none;
}
.cid-uJ25yP5HzT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ25yP5HzT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ25yP5HzT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ25yP5HzT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ25yP5HzT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ25yP5HzT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ25yP5HzT .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJ25yP5HzT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJ25yP5HzT .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ25yP5HzT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJ25yP5HzT .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uJ25yP5HzT .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uJ25yP5HzT .navbar.collapsed {
  justify-content: center;
}
.cid-uJ25yP5HzT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ25yP5HzT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJ25yP5HzT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ25yP5HzT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ25yP5HzT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ25yP5HzT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJ25yP5HzT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJ25yP5HzT .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uJ25yP5HzT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJ25yP5HzT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ25yP5HzT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ25yP5HzT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJ25yP5HzT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ25yP5HzT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJ25yP5HzT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJ25yP5HzT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJ25yP5HzT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJ25yP5HzT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJ25yP5HzT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJ25yP5HzT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ25yP5HzT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJ25yP5HzT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJ25yP5HzT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJ25yP5HzT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJ25yP5HzT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ25yP5HzT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJ25yP5HzT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ25yP5HzT .dropdown-item.active,
.cid-uJ25yP5HzT .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ25yP5HzT .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uJ25yP5HzT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ25yP5HzT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ25yP5HzT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJ25yP5HzT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJ25yP5HzT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJ25yP5HzT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uJ25yP5HzT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ac2e20;
}
.cid-uJ25yP5HzT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ25yP5HzT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ25yP5HzT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ25yP5HzT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ25yP5HzT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ25yP5HzT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ25yP5HzT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ25yP5HzT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ25yP5HzT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJ25yP5HzT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ25yP5HzT .navbar {
    height: 70px;
  }
  .cid-uJ25yP5HzT .navbar.opened {
    height: auto;
  }
  .cid-uJ25yP5HzT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ25yP5HzT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJ25yP5HzT .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uJ25yP5HzT .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uJ25yP5HzT .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uJ25yP5HzT .navbar-caption:hover {
  color: #d99a24;
}
@media (min-width: 992px) {
  .cid-uJ25yP5HzT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJ25yP5HzT .text_widget {
  margin-bottom: 32px;
}
.cid-uJ25yP5HzT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJ25yP5HzT .text_widget a:hover,
.cid-uJ25yP5HzT .text_widget a:focus {
  opacity: 0.8;
}
.cid-uJ25yP5HzT .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJ25yP5HzT .navbar-caption {
  color: #FFFFFF;
}
.cid-uJ25yP5HzT .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJ25yP5HzT .mbr-section-subtitle,
.cid-uJ25yP5HzT .text_widget,
.cid-uJ25yP5HzT .mbr-section-btn {
  text-align: center;
  color: #b35c32;
}
.cid-uJ25yP5HzT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJ25yP5HzT .nav-link,
.cid-uJ25yP5HzT .dropdown-item {
  color: #FFFFFF;
}
.cid-uJdd2ZkhWw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/chatgpt20image20aug20172020262011-39-1220am-1672x941.png?v=1X0DNW");
}
.cid-uJdd2ZkhWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdd2ZkhWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJdd2ZkhWw .container {
    padding: 0 16px;
  }
}
.cid-uJdd2ZkhWw .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJdd2ZkhWw .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uJdd2ZkhWw .mbr-section-title {
  color: #ffffff;
}
.cid-uJdd2ZkhWw .mbr-section-title,
.cid-uJdd2ZkhWw .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uJ6HQNEuXu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ6HQNEuXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ6HQNEuXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJ6HQNEuXu .container {
    padding: 0 16px;
  }
}
.cid-uJ6HQNEuXu .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uJ6HQNEuXu .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJ6HQNEuXu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJ6HQNEuXu .item {
  padding: 0 28px;
  margin-bottom: 32px;
}
.cid-uJ6HQNEuXu .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-uJ6HQNEuXu .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: translateX(8px);
}
.cid-uJ6HQNEuXu .item:first-child {
  margin-bottom: 0;
}
.cid-uJ6HQNEuXu .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uJ6HQNEuXu .item .item-wrapper .item-img img {
  height: 280px;
  object-fit: cover;
  margin-bottom: 26px;
}
.cid-uJ6HQNEuXu .item .item-wrapper .item-img .item-text {
  margin-bottom: 12px;
}
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uJ6HQNEuXu .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  transform: scale(1);
}
.cid-uJ6HQNEuXu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJ6HQNEuXu .item-text {
  color: #000000;
}
.cid-uJc3YSB9Ja {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uJc3YSB9Ja .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJc3YSB9Ja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJc3YSB9Ja .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-uJc3YSB9Ja .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-uJc3YSB9Ja .item-img img {
  height: 680px;
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uJc3YSB9Ja .item-img img {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .cid-uJc3YSB9Ja .item-img {
    width: 100%;
  }
}
.cid-uJc3YSB9Ja .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uJc3YSB9Ja .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uJc3YSB9Ja .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-uJc3YSB9Ja .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uJc3YSB9Ja .card-title {
  color: #000000;
}
.cid-uJc3YSB9Ja .card-text {
  margin-top: 25px;
  color: #131313;
}
@media (max-width: 991px) {
  .cid-uJc3YSB9Ja .card-text {
    margin-top: 20px;
  }
}
.cid-uJc3YSB9Ja .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 991px) {
  .cid-uJc3YSB9Ja .mbr-section-btn {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .cid-uJc3YSB9Ja .mbr-section-btn {
    margin-top: 4px;
  }
}
.cid-uJc3YSB9Ja .card-text,
.cid-uJc3YSB9Ja .mbr-section-btn {
  color: #000000;
}
.cid-vsyhcHxDZG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f7f9;
}
.cid-vsyhcHxDZG a:link {
  text-decoration: none;
}
.cid-vsyhcHxDZG .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsyhcHxDZG .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vsyhcHxDZG .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsyhcHxDZG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vsyhcHxDZG .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-vsyhcHxDZG .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-vsyhcHxDZG .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-vsyhcHxDZG .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-vsyhcHxDZG .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-vsyhcHxDZG .plan-title,
.cid-vsyhcHxDZG .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-vsyhcHxDZG .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-vsyhcHxDZG .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-vsyhcHxDZG .mbr-section-title span {
  color: #ffbc00;
}
.cid-vsyhcHxDZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsyhcHxDZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ25yQsLTO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJ25yQsLTO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ25yQsLTO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJ25yQsLTO .container {
    padding: 0 16px;
  }
}
.cid-uJ25yQsLTO .row {
  position: relative;
  justify-content: center;
}
.cid-uJ25yQsLTO .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uJ25yQsLTO .card {
  justify-content: center;
}
.cid-uJ25yQsLTO .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uJ25yQsLTO .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJ25yQsLTO .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uJ25yQsLTO .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uJ25yQsLTO .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uJ25yQsLTO .nav-wrapper .list {
    display: block;
  }
}
.cid-uJ25yQsLTO .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uJ25yQsLTO .nav-wrapper .list .item-wrap:hover::before,
.cid-uJ25yQsLTO .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uJ25yQsLTO .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #bdc5cf;
  transition: all 0.3s ease-in-out;
}
.cid-uJ25yQsLTO .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uJ25yQsLTO .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uJ25yQsLTO .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uJ25yQsLTO .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-uJ25yQsLTO .list,
.cid-uJ25yQsLTO .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uJ25yQsLTO .list,
  .cid-uJ25yQsLTO .nav-wrapper {
    text-align: left;
  }
}
.cid-uJ25yQsLTO .list,
.cid-uJ25yQsLTO .item-wrap,
.cid-uJ25yQsLTO .nav-wrapper {
  color: #000000;
}
.cid-uI3qzjLPgJ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uI3qzjLPgJ .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-uI3qzjLPgJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-uI3qzjLPgJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI3qzjLPgJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uI3qzjLPgJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uI3qzjLPgJ .menu_box .navbar.opened,
  .cid-uI3qzjLPgJ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uI3qzjLPgJ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uI3qzjLPgJ .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uI3qzjLPgJ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uI3qzjLPgJ .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uI3qzjLPgJ .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uI3qzjLPgJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uI3qzjLPgJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uI3qzjLPgJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uI3qzjLPgJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uI3qzjLPgJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uI3qzjLPgJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uI3qzjLPgJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uI3qzjLPgJ .offcanvas-body .mbr-text,
  .cid-uI3qzjLPgJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uI3qzjLPgJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uI3qzjLPgJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uI3qzjLPgJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ac2e20;
  }
  .cid-uI3qzjLPgJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uI3qzjLPgJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uI3qzjLPgJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uI3qzjLPgJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uI3qzjLPgJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uI3qzjLPgJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uI3qzjLPgJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uI3qzjLPgJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uI3qzjLPgJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uI3qzjLPgJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uI3qzjLPgJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uI3qzjLPgJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uI3qzjLPgJ .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uI3qzjLPgJ .nav-item {
    margin: 0 !important;
  }
}
.cid-uI3qzjLPgJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uI3qzjLPgJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uI3qzjLPgJ .nav-item .nav-link:hover,
.cid-uI3qzjLPgJ .nav-item .nav-link:focus {
  color: #000000 !important;
}
.cid-uI3qzjLPgJ .nav-item .nav-link:hover::before,
.cid-uI3qzjLPgJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uI3qzjLPgJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uI3qzjLPgJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uI3qzjLPgJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uI3qzjLPgJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uI3qzjLPgJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uI3qzjLPgJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uI3qzjLPgJ .offcanvas_box {
    display: none;
  }
}
.cid-uI3qzjLPgJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uI3qzjLPgJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uI3qzjLPgJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uI3qzjLPgJ .container {
  display: flex;
  margin: auto;
}
.cid-uI3qzjLPgJ .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uI3qzjLPgJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uI3qzjLPgJ .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uI3qzjLPgJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uI3qzjLPgJ .navbar-nav {
    margin: 0;
  }
}
.cid-uI3qzjLPgJ .dropdown-menu,
.cid-uI3qzjLPgJ .navbar.opened {
  background-color: true !important;
}
.cid-uI3qzjLPgJ .nav-item:focus,
.cid-uI3qzjLPgJ .nav-link:focus {
  outline: none;
}
.cid-uI3qzjLPgJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI3qzjLPgJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI3qzjLPgJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI3qzjLPgJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI3qzjLPgJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI3qzjLPgJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI3qzjLPgJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uI3qzjLPgJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uI3qzjLPgJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uI3qzjLPgJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uI3qzjLPgJ .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uI3qzjLPgJ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uI3qzjLPgJ .navbar.collapsed {
  justify-content: center;
}
.cid-uI3qzjLPgJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI3qzjLPgJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uI3qzjLPgJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI3qzjLPgJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI3qzjLPgJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI3qzjLPgJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uI3qzjLPgJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uI3qzjLPgJ .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uI3qzjLPgJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uI3qzjLPgJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI3qzjLPgJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI3qzjLPgJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uI3qzjLPgJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI3qzjLPgJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uI3qzjLPgJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI3qzjLPgJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uI3qzjLPgJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uI3qzjLPgJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uI3qzjLPgJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uI3qzjLPgJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI3qzjLPgJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uI3qzjLPgJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI3qzjLPgJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI3qzjLPgJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uI3qzjLPgJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI3qzjLPgJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uI3qzjLPgJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI3qzjLPgJ .dropdown-item.active,
.cid-uI3qzjLPgJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uI3qzjLPgJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uI3qzjLPgJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI3qzjLPgJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI3qzjLPgJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI3qzjLPgJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uI3qzjLPgJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI3qzjLPgJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uI3qzjLPgJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ac2e20;
}
.cid-uI3qzjLPgJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI3qzjLPgJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI3qzjLPgJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI3qzjLPgJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI3qzjLPgJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI3qzjLPgJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI3qzjLPgJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI3qzjLPgJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI3qzjLPgJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uI3qzjLPgJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI3qzjLPgJ .navbar {
    height: 70px;
  }
  .cid-uI3qzjLPgJ .navbar.opened {
    height: auto;
  }
  .cid-uI3qzjLPgJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI3qzjLPgJ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uI3qzjLPgJ .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uI3qzjLPgJ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uI3qzjLPgJ .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uI3qzjLPgJ .navbar-caption:hover {
  color: #d99a24;
}
@media (min-width: 992px) {
  .cid-uI3qzjLPgJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uI3qzjLPgJ .text_widget {
  margin-bottom: 32px;
}
.cid-uI3qzjLPgJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uI3qzjLPgJ .text_widget a:hover,
.cid-uI3qzjLPgJ .text_widget a:focus {
  opacity: 0.8;
}
.cid-uI3qzjLPgJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uI3qzjLPgJ .navbar-caption {
  color: #FFFFFF;
}
.cid-uI3qzjLPgJ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uI3qzjLPgJ .mbr-section-subtitle,
.cid-uI3qzjLPgJ .text_widget,
.cid-uI3qzjLPgJ .mbr-section-btn {
  text-align: center;
  color: #b35c32;
}
.cid-uI3qzjLPgJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uI3qzjLPgJ .nav-link,
.cid-uI3qzjLPgJ .dropdown-item {
  color: #FFFFFF;
}
.cid-uI4RRMYOk1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/chatgpt20image20aug20172020262001-13-2420pm-1915x821.png?v=1X0DNW");
}
.cid-uI4RRMYOk1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4RRMYOk1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI4RRMYOk1 .container {
    padding: 0 16px;
  }
}
.cid-uI4RRMYOk1 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uI4RRMYOk1 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uI4RRMYOk1 .mbr-section-title {
  color: #ffffff;
}
.cid-uI4RRMYOk1 .mbr-section-title,
.cid-uI4RRMYOk1 .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uI4ROHm0rQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uI4ROHm0rQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4ROHm0rQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI4ROHm0rQ .container {
    padding: 0 16px;
  }
}
.cid-uI4ROHm0rQ .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uI4ROHm0rQ .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uI4ROHm0rQ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uI4ROHm0rQ .item {
  padding: 0 28px;
  margin-bottom: 48px;
}
.cid-uI4ROHm0rQ .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-uI4ROHm0rQ .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: translateX(8px);
}
.cid-uI4ROHm0rQ .item:first-child {
  margin-bottom: 0;
}
.cid-uI4ROHm0rQ .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uI4ROHm0rQ .item .item-wrapper .item-img img {
  height: 430px;
  object-fit: cover;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI4ROHm0rQ .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uI4ROHm0rQ .item .item-wrapper .item-img .price-wrap .item-price {
  display: inline-flex;
  margin-bottom: 26px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c7952f;
  transform: rotate(-4deg);
  animation: none;
}
@media (max-width: 992px) {
  .cid-uI4ROHm0rQ .item .item-wrapper .item-img .price-wrap .item-price {
    margin-bottom: 32px;
  }
}
.cid-uI4ROHm0rQ .item .item-wrapper .item-img .price-wrap .item-text {
  margin-bottom: 12px;
}
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uI4ROHm0rQ .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  transform: scale(1);
}
.cid-uI4ROHm0rQ .mbr-section-title {
  color: #31572c;
  text-align: center;
}
.cid-uI4ROHm0rQ .item-price {
  color: #000000;
}
.cid-uI4ROHm0rQ .item-title {
  color: #000000;
}
.cid-uI4ROHm0rQ .item-text {
  color: #000000;
}
.cid-uI4ROHm0rQ .item-price,
.cid-uI4ROHm0rQ .price-wrap {
  color: #ffffff;
}
.cid-uI4ROHm0rQ .item-text,
.cid-uI4ROHm0rQ .mbr-section-btn {
  color: #000000;
}
.cid-uI3qzobEmy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c7952f;
}
.cid-uI3qzobEmy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI3qzobEmy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI3qzobEmy .container {
    padding: 0 16px;
  }
}
.cid-uI3qzobEmy .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uI3qzobEmy .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uI3qzobEmy .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #fff9ed;
  background-color: #31572c;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uI3qzobEmy .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uI3qzobEmy .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uI3qzobEmy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uI3qzobEmy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI3qzobEmy .card-wrapper {
  background-color: #f8e8c7;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px;
  padding: 80px;
}
.cid-uI3qzobEmy .card-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uI3qzobEmy .card-wrapper .image-wrapper {
    margin-bottom: 32px;
    display: block;
  }
}
.cid-uI3qzobEmy .card-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #fff9ed;
  transform: rotate(4deg) !important;
}
.cid-uI3qzobEmy .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-uI3qzobEmy .mbr-section-title {
  color: #ffffff;
}
.cid-uI3qzobEmy .mbr-section-subtitle {
  color: #000000;
}
.cid-uI3qzobEmy .mbr-text {
  color: #ffffff;
}
.cid-uI3qzobEmy .card-text,
.cid-uI3qzobEmy .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uI3qzobEmy .mbr-section-subtitle,
.cid-uI3qzobEmy .subtitle-wrapper {
  color: #ffffff;
}
.cid-uI3qzobEmy .mbr-section-title,
.cid-uI3qzobEmy .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uI3qzobEmy .mbr-text,
.cid-uI3qzobEmy .text-wrapper {
  color: #FFFFFF;
}
.cid-uI3qzP5BTR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uI3qzP5BTR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI3qzP5BTR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI3qzP5BTR .container {
    padding: 0 16px;
  }
}
.cid-uI3qzP5BTR .row {
  position: relative;
  z-index: 1;
}
.cid-uI3qzP5BTR .card {
  justify-content: center;
}
.cid-uI3qzP5BTR .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uI3qzP5BTR .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uI3qzP5BTR .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #c7952f;
  transform: rotate(4deg) !important;
}
@media (max-width: 992px) {
  .cid-uI3qzP5BTR .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uI3qzP5BTR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uI3qzP5BTR .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uI3qzP5BTR .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uI3qzP5BTR .items-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-uI3qzP5BTR .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uI3qzP5BTR .items-wrapper .item {
  position: relative;
}
.cid-uI3qzP5BTR .items-wrapper .item .item-wrapper .card-box {
  padding: 40px 16px;
  background-color: #f8e8c7;
  border-radius: 16px;
}
.cid-uI3qzP5BTR .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 60px;
  color: #000000;
  display: inline-flex;
}
.cid-uI3qzP5BTR .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uI3qzP5BTR .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uI3qzP5BTR .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uI3qzP5BTR .mbr-section-title {
  color: #000000;
}
.cid-uI3qzP5BTR .mbr-section-subtitle {
  color: #000000;
}
.cid-uI3qzP5BTR .mbr-text,
.cid-uI3qzP5BTR .text-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uI3qzP5BTR .item-title {
  color: #000000;
}
.cid-uI3qzP5BTR .item-title,
.cid-uI3qzP5BTR .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uI3qzP5BTR .mbr-section-subtitle,
.cid-uI3qzP5BTR .subtitle-wrapper {
  color: #fff9ed;
}
.cid-uI3qzP5BTR .mbr-section-title,
.cid-uI3qzP5BTR .mbr-section-btn {
  color: #000000;
}
.cid-vsygH3CoW8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f7f9;
}
.cid-vsygH3CoW8 a:link {
  text-decoration: none;
}
.cid-vsygH3CoW8 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsygH3CoW8 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vsygH3CoW8 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsygH3CoW8 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vsygH3CoW8 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-vsygH3CoW8 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-vsygH3CoW8 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-vsygH3CoW8 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-vsygH3CoW8 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-vsygH3CoW8 .plan-title,
.cid-vsygH3CoW8 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-vsygH3CoW8 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-vsygH3CoW8 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-vsygH3CoW8 .mbr-section-title span {
  color: #ffbc00;
}
.cid-vsygH3CoW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsygH3CoW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI3qzTakFf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uI3qzTakFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI3qzTakFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI3qzTakFf .container {
    padding: 0 16px;
  }
}
.cid-uI3qzTakFf .row {
  position: relative;
  justify-content: center;
}
.cid-uI3qzTakFf .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uI3qzTakFf .card {
  justify-content: center;
}
.cid-uI3qzTakFf .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uI3qzTakFf .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uI3qzTakFf .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uI3qzTakFf .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uI3qzTakFf .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uI3qzTakFf .nav-wrapper .list {
    display: block;
  }
}
.cid-uI3qzTakFf .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uI3qzTakFf .nav-wrapper .list .item-wrap:hover::before,
.cid-uI3qzTakFf .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uI3qzTakFf .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #bdc5cf;
  transition: all 0.3s ease-in-out;
}
.cid-uI3qzTakFf .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uI3qzTakFf .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uI3qzTakFf .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uI3qzTakFf .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-uI3qzTakFf .list,
.cid-uI3qzTakFf .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uI3qzTakFf .list,
  .cid-uI3qzTakFf .nav-wrapper {
    text-align: left;
  }
}
.cid-uI3qzTakFf .list,
.cid-uI3qzTakFf .item-wrap,
.cid-uI3qzTakFf .nav-wrapper {
  color: #000000;
}
.cid-vjZbqJq8Op {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vjZbqJq8Op .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-vjZbqJq8Op .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-vjZbqJq8Op .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjZbqJq8Op .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vjZbqJq8Op .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vjZbqJq8Op .menu_box .navbar.opened,
  .cid-vjZbqJq8Op .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vjZbqJq8Op nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vjZbqJq8Op .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vjZbqJq8Op .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-vjZbqJq8Op .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vjZbqJq8Op .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-vjZbqJq8Op .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vjZbqJq8Op .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vjZbqJq8Op .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-vjZbqJq8Op .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vjZbqJq8Op .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vjZbqJq8Op .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vjZbqJq8Op .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vjZbqJq8Op .offcanvas-body .mbr-text,
  .cid-vjZbqJq8Op .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vjZbqJq8Op .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vjZbqJq8Op .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vjZbqJq8Op .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ac2e20;
  }
  .cid-vjZbqJq8Op .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vjZbqJq8Op .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vjZbqJq8Op .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vjZbqJq8Op .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vjZbqJq8Op ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vjZbqJq8Op .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vjZbqJq8Op .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vjZbqJq8Op .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vjZbqJq8Op li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vjZbqJq8Op .lg_brand {
    margin: 0 1rem;
  }
  .cid-vjZbqJq8Op .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-vjZbqJq8Op .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-vjZbqJq8Op .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vjZbqJq8Op .nav-item {
    margin: 0 !important;
  }
}
.cid-vjZbqJq8Op .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-vjZbqJq8Op .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-vjZbqJq8Op .nav-item .nav-link:hover,
.cid-vjZbqJq8Op .nav-item .nav-link:focus {
  color: #000000 !important;
}
.cid-vjZbqJq8Op .nav-item .nav-link:hover::before,
.cid-vjZbqJq8Op .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vjZbqJq8Op .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vjZbqJq8Op .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vjZbqJq8Op .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vjZbqJq8Op .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vjZbqJq8Op .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vjZbqJq8Op .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vjZbqJq8Op .offcanvas_box {
    display: none;
  }
}
.cid-vjZbqJq8Op .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vjZbqJq8Op .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjZbqJq8Op .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vjZbqJq8Op .container {
  display: flex;
  margin: auto;
}
.cid-vjZbqJq8Op .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vjZbqJq8Op .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vjZbqJq8Op .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vjZbqJq8Op .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vjZbqJq8Op .navbar-nav {
    margin: 0;
  }
}
.cid-vjZbqJq8Op .dropdown-menu,
.cid-vjZbqJq8Op .navbar.opened {
  background-color: true !important;
}
.cid-vjZbqJq8Op .nav-item:focus,
.cid-vjZbqJq8Op .nav-link:focus {
  outline: none;
}
.cid-vjZbqJq8Op .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjZbqJq8Op .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjZbqJq8Op .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjZbqJq8Op .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjZbqJq8Op .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjZbqJq8Op .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjZbqJq8Op .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vjZbqJq8Op .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vjZbqJq8Op .navbar.opened {
  transition: all 0.3s;
}
.cid-vjZbqJq8Op .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vjZbqJq8Op .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vjZbqJq8Op .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vjZbqJq8Op .navbar.collapsed {
  justify-content: center;
}
.cid-vjZbqJq8Op .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjZbqJq8Op .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vjZbqJq8Op .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjZbqJq8Op .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjZbqJq8Op .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjZbqJq8Op .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vjZbqJq8Op .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjZbqJq8Op .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-vjZbqJq8Op .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vjZbqJq8Op .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjZbqJq8Op .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjZbqJq8Op .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vjZbqJq8Op .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjZbqJq8Op .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vjZbqJq8Op .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjZbqJq8Op .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vjZbqJq8Op .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vjZbqJq8Op .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vjZbqJq8Op .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vjZbqJq8Op .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjZbqJq8Op .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vjZbqJq8Op .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjZbqJq8Op .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjZbqJq8Op .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjZbqJq8Op .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjZbqJq8Op .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vjZbqJq8Op .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjZbqJq8Op .dropdown-item.active,
.cid-vjZbqJq8Op .dropdown-item:active {
  background-color: transparent;
}
.cid-vjZbqJq8Op .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-vjZbqJq8Op .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjZbqJq8Op .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjZbqJq8Op .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjZbqJq8Op ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vjZbqJq8Op .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjZbqJq8Op button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-vjZbqJq8Op button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ac2e20;
}
.cid-vjZbqJq8Op button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjZbqJq8Op button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjZbqJq8Op button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjZbqJq8Op button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjZbqJq8Op nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjZbqJq8Op nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjZbqJq8Op nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjZbqJq8Op nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjZbqJq8Op a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vjZbqJq8Op .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjZbqJq8Op .navbar {
    height: 70px;
  }
  .cid-vjZbqJq8Op .navbar.opened {
    height: auto;
  }
  .cid-vjZbqJq8Op .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjZbqJq8Op .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vjZbqJq8Op .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-vjZbqJq8Op .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-vjZbqJq8Op .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-vjZbqJq8Op .navbar-caption:hover {
  color: #d99a24;
}
@media (min-width: 992px) {
  .cid-vjZbqJq8Op .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vjZbqJq8Op .text_widget {
  margin-bottom: 32px;
}
.cid-vjZbqJq8Op .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vjZbqJq8Op .text_widget a:hover,
.cid-vjZbqJq8Op .text_widget a:focus {
  opacity: 0.8;
}
.cid-vjZbqJq8Op .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vjZbqJq8Op .navbar-caption {
  color: #FFFFFF;
}
.cid-vjZbqJq8Op .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vjZbqJq8Op .mbr-section-subtitle,
.cid-vjZbqJq8Op .text_widget,
.cid-vjZbqJq8Op .mbr-section-btn {
  text-align: center;
  color: #b35c32;
}
.cid-vjZbqJq8Op a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vjZbqJq8Op .nav-link,
.cid-vjZbqJq8Op .dropdown-item {
  color: #FFFFFF;
}
.cid-vjZbqL32EO {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/chatgpt20image20aug20172020262011-54-1920am-1254x1254.png?v=1X0DNW");
}
.cid-vjZbqL32EO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjZbqL32EO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vjZbqL32EO .container {
    padding: 0 16px;
  }
}
.cid-vjZbqL32EO .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vjZbqL32EO .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-vjZbqL32EO .mbr-section-title {
  color: #ffffff;
}
.cid-vjZbqL32EO .mbr-section-title,
.cid-vjZbqL32EO .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-vjZbReMrvn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vjZbReMrvn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjZbReMrvn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vjZbReMrvn .container {
    padding: 0 16px;
  }
}
.cid-vjZbReMrvn .card {
  justify-content: center;
}
.cid-vjZbReMrvn .form-wrapper {
  background-color: #ffffff;
  border-radius: 32px;
  padding: 24px 32px;
  box-shadow: 6px 8px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-vjZbReMrvn .form-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjZbReMrvn .dragArea.row .mbr-section-title {
  margin-bottom: 0 !important;
}
.cid-vjZbReMrvn .dragArea.row .mbr-text {
  margin-bottom: 16px !important;
}
.cid-vjZbReMrvn .dragArea.row .form-group {
  margin-bottom: 16px !important;
  padding: 0;
}
.cid-vjZbReMrvn .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-vjZbReMrvn .dragArea.row .form-group .form-control {
  padding: 10px 12px 14px;
  border: 1px solid #bdc5cf !important;
  box-shadow: none;
  border-radius: .5rem !important;
  background-color: #eadef8;
  transition: all 0.3s ease-in-out;
}
.cid-vjZbReMrvn .dragArea.row .form-group .form-control:hover,
.cid-vjZbReMrvn .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bdc5cf !important;
  background-color: #ffffff;
}
.cid-vjZbReMrvn .dragArea.row .form-group .form-control::placeholder {
  color: #c7952f;
  font-size: 20px;
}
.cid-vjZbReMrvn .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vjZbReMrvn .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vjZbReMrvn .dragArea.row .form-group .form-check .form-check-input {
  background-color: #49651f;
  border-color: #49651f;
  border-radius: 0;
}
.cid-vjZbReMrvn .dragArea.row .mbr-section-btn {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cid-vjZbReMrvn .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vjZbReMrvn .social-wrapper {
    text-align: left;
  }
}
.cid-vjZbReMrvn .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vjZbReMrvn .social-wrapper .social-wrap .soc-item {
  width: 48px;
  height: 48px;
  margin-left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
}
.cid-vjZbReMrvn .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-vjZbReMrvn .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vjZbReMrvn .social-wrapper .social-wrap .soc-item:hover:before,
.cid-vjZbReMrvn .social-wrapper .social-wrap .soc-item:focus:before {
  opacity: .5;
}
.cid-vjZbReMrvn .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vjZbReMrvn .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
}
.cid-vjZbReMrvn .mbr-section-title {
  color: #6a2be9;
}
.cid-vjZbReMrvn .mbr-text {
  color: #000000;
}
.cid-vjZbReMrvn label {
  color: #000000;
}
.cid-vjZbReMrvn .mbr-section-title,
.cid-vjZbReMrvn .mbr-section-btn {
  color: #c7952f;
}
.cid-vjZcvtGooE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjZcvtGooE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjZcvtGooE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vjZcvtGooE .container {
    padding: 0 16px;
  }
}
.cid-vjZcvtGooE .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-vjZcvtGooE .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-vjZcvtGooE .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #31572c;
}
.cid-vjZcvtGooE .item .item-wrapper {
  height: 100%;
}
.cid-vjZcvtGooE .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #a0daff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vjZcvtGooE .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-vjZcvtGooE .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-vjZcvtGooE .item .item-wrapper .card-box .item-title_1,
.cid-vjZcvtGooE .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 8px;
}
.cid-vjZcvtGooE .item .item-wrapper .card-box .item-text_2,
.cid-vjZcvtGooE .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 8px;
}
.cid-vjZcvtGooE .mbr-section-btn {
  margin-top: 12px;
}
.cid-vjZcvtGooE .item-emoji {
  color: #000000;
  text-align: center;
}
.cid-vjZcvtGooE .item-title_1 {
  color: #000000;
}
.cid-vjZcvtGooE .item-title_2 {
  color: #000000;
}
.cid-vjZcvtGooE .item-text_1 {
  color: #ffffff;
  text-align: center;
}
.cid-vjZcvtGooE .item-text_2 {
  color: #ffffff;
  text-align: center;
}
.cid-vjZcvtGooE .item-title_1,
.cid-vjZcvtGooE .mbr-section-btn {
  text-align: center;
}
.cid-vjZcvtGooE .item-title_2,
.cid-vjZcvtGooE .mbr-section-btn {
  text-align: center;
}
.cid-vsyhLtQmU8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f7f9;
}
.cid-vsyhLtQmU8 a:link {
  text-decoration: none;
}
.cid-vsyhLtQmU8 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsyhLtQmU8 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vsyhLtQmU8 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsyhLtQmU8 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vsyhLtQmU8 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-vsyhLtQmU8 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-vsyhLtQmU8 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-vsyhLtQmU8 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-vsyhLtQmU8 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-vsyhLtQmU8 .plan-title,
.cid-vsyhLtQmU8 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-vsyhLtQmU8 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-vsyhLtQmU8 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-vsyhLtQmU8 .mbr-section-title span {
  color: #ffbc00;
}
.cid-vsyhLtQmU8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsyhLtQmU8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpHHTnFndw {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vpHHTnFndw .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-vpHHTnFndw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-vpHHTnFndw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpHHTnFndw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vpHHTnFndw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vpHHTnFndw .menu_box .navbar.opened,
  .cid-vpHHTnFndw .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vpHHTnFndw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vpHHTnFndw .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vpHHTnFndw .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-vpHHTnFndw .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vpHHTnFndw .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-vpHHTnFndw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vpHHTnFndw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vpHHTnFndw .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-vpHHTnFndw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vpHHTnFndw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vpHHTnFndw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vpHHTnFndw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vpHHTnFndw .offcanvas-body .mbr-text,
  .cid-vpHHTnFndw .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vpHHTnFndw .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vpHHTnFndw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vpHHTnFndw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ac2e20;
  }
  .cid-vpHHTnFndw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vpHHTnFndw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vpHHTnFndw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vpHHTnFndw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vpHHTnFndw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vpHHTnFndw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vpHHTnFndw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vpHHTnFndw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vpHHTnFndw li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vpHHTnFndw .lg_brand {
    margin: 0 1rem;
  }
  .cid-vpHHTnFndw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-vpHHTnFndw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-vpHHTnFndw .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vpHHTnFndw .nav-item {
    margin: 0 !important;
  }
}
.cid-vpHHTnFndw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-vpHHTnFndw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-vpHHTnFndw .nav-item .nav-link:hover,
.cid-vpHHTnFndw .nav-item .nav-link:focus {
  color: #000000 !important;
}
.cid-vpHHTnFndw .nav-item .nav-link:hover::before,
.cid-vpHHTnFndw .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vpHHTnFndw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vpHHTnFndw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vpHHTnFndw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vpHHTnFndw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vpHHTnFndw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vpHHTnFndw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vpHHTnFndw .offcanvas_box {
    display: none;
  }
}
.cid-vpHHTnFndw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vpHHTnFndw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vpHHTnFndw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vpHHTnFndw .container {
  display: flex;
  margin: auto;
}
.cid-vpHHTnFndw .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vpHHTnFndw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vpHHTnFndw .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vpHHTnFndw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vpHHTnFndw .navbar-nav {
    margin: 0;
  }
}
.cid-vpHHTnFndw .dropdown-menu,
.cid-vpHHTnFndw .navbar.opened {
  background-color: true !important;
}
.cid-vpHHTnFndw .nav-item:focus,
.cid-vpHHTnFndw .nav-link:focus {
  outline: none;
}
.cid-vpHHTnFndw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpHHTnFndw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpHHTnFndw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpHHTnFndw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpHHTnFndw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpHHTnFndw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpHHTnFndw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vpHHTnFndw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vpHHTnFndw .navbar.opened {
  transition: all 0.3s;
}
.cid-vpHHTnFndw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vpHHTnFndw .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vpHHTnFndw .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vpHHTnFndw .navbar.collapsed {
  justify-content: center;
}
.cid-vpHHTnFndw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpHHTnFndw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vpHHTnFndw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpHHTnFndw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpHHTnFndw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpHHTnFndw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vpHHTnFndw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vpHHTnFndw .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-vpHHTnFndw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vpHHTnFndw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpHHTnFndw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpHHTnFndw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vpHHTnFndw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpHHTnFndw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vpHHTnFndw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpHHTnFndw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vpHHTnFndw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vpHHTnFndw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vpHHTnFndw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vpHHTnFndw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpHHTnFndw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vpHHTnFndw .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpHHTnFndw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpHHTnFndw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpHHTnFndw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpHHTnFndw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vpHHTnFndw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpHHTnFndw .dropdown-item.active,
.cid-vpHHTnFndw .dropdown-item:active {
  background-color: transparent;
}
.cid-vpHHTnFndw .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-vpHHTnFndw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpHHTnFndw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpHHTnFndw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpHHTnFndw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vpHHTnFndw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpHHTnFndw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-vpHHTnFndw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ac2e20;
}
.cid-vpHHTnFndw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpHHTnFndw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpHHTnFndw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpHHTnFndw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpHHTnFndw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpHHTnFndw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpHHTnFndw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpHHTnFndw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpHHTnFndw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vpHHTnFndw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpHHTnFndw .navbar {
    height: 70px;
  }
  .cid-vpHHTnFndw .navbar.opened {
    height: auto;
  }
  .cid-vpHHTnFndw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpHHTnFndw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vpHHTnFndw .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-vpHHTnFndw .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-vpHHTnFndw .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-vpHHTnFndw .navbar-caption:hover {
  color: #d99a24;
}
@media (min-width: 992px) {
  .cid-vpHHTnFndw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vpHHTnFndw .text_widget {
  margin-bottom: 32px;
}
.cid-vpHHTnFndw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vpHHTnFndw .text_widget a:hover,
.cid-vpHHTnFndw .text_widget a:focus {
  opacity: 0.8;
}
.cid-vpHHTnFndw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vpHHTnFndw .navbar-caption {
  color: #FFFFFF;
}
.cid-vpHHTnFndw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vpHHTnFndw .mbr-section-subtitle,
.cid-vpHHTnFndw .text_widget,
.cid-vpHHTnFndw .mbr-section-btn {
  text-align: center;
  color: #b35c32;
}
.cid-vpHHTnFndw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vpHHTnFndw .nav-link,
.cid-vpHHTnFndw .dropdown-item {
  color: #FFFFFF;
}
.cid-vpHHTosW0l {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/chatgpt20image20aug20172020262001-08-4220pm-1915x821.png?v=1X0DNW");
}
.cid-vpHHTosW0l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpHHTosW0l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vpHHTosW0l .container {
    padding: 0 16px;
  }
}
.cid-vpHHTosW0l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vpHHTosW0l .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-vpHHTosW0l .mbr-section-title {
  color: #ffffff;
}
.cid-vpHHTosW0l .mbr-section-title,
.cid-vpHHTosW0l .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-vpHHToRPuD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vpHHToRPuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpHHToRPuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpHHToRPuD .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vpHHToRPuD .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-vpHHToRPuD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vpHHToRPuD .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vpHHToRPuD .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vpHHToRPuD .header-menu li p {
  margin: 0;
}
.cid-vpHHToRPuD .mbr-section-title {
  color: #393193;
}
.cid-vpHHToRPuD .header-menu-item {
  color: #ffffff;
}
.cid-vpHHToRPuD .mbr-text,
.cid-vpHHToRPuD .mbr-section-btn {
  color: #454745;
  text-align: left;
}
.cid-vsyl5vTtv6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f7f9;
}
.cid-vsyl5vTtv6 a:link {
  text-decoration: none;
}
.cid-vsyl5vTtv6 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsyl5vTtv6 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vsyl5vTtv6 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsyl5vTtv6 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vsyl5vTtv6 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-vsyl5vTtv6 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-vsyl5vTtv6 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-vsyl5vTtv6 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-vsyl5vTtv6 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-vsyl5vTtv6 .plan-title,
.cid-vsyl5vTtv6 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-vsyl5vTtv6 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-vsyl5vTtv6 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-vsyl5vTtv6 .mbr-section-title span {
  color: #ffbc00;
}
.cid-vsyl5vTtv6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsyl5vTtv6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpHHTppcNu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vpHHTppcNu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpHHTppcNu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vpHHTppcNu .container {
    padding: 0 16px;
  }
}
.cid-vpHHTppcNu .row {
  position: relative;
  justify-content: center;
}
.cid-vpHHTppcNu .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vpHHTppcNu .card {
  justify-content: center;
}
.cid-vpHHTppcNu .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vpHHTppcNu .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vpHHTppcNu .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-vpHHTppcNu .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-vpHHTppcNu .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-vpHHTppcNu .nav-wrapper .list {
    display: block;
  }
}
.cid-vpHHTppcNu .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-vpHHTppcNu .nav-wrapper .list .item-wrap:hover::before,
.cid-vpHHTppcNu .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vpHHTppcNu .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #bdc5cf;
  transition: all 0.3s ease-in-out;
}
.cid-vpHHTppcNu .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vpHHTppcNu .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-vpHHTppcNu .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-vpHHTppcNu .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-vpHHTppcNu .list,
.cid-vpHHTppcNu .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vpHHTppcNu .list,
  .cid-vpHHTppcNu .nav-wrapper {
    text-align: left;
  }
}
.cid-vpHHTppcNu .list,
.cid-vpHHTppcNu .item-wrap,
.cid-vpHHTppcNu .nav-wrapper {
  color: #000000;
}
.cid-vl0Db79Hh6 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vl0Db79Hh6 .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-vl0Db79Hh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-vl0Db79Hh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vl0Db79Hh6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vl0Db79Hh6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vl0Db79Hh6 .menu_box .navbar.opened,
  .cid-vl0Db79Hh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vl0Db79Hh6 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vl0Db79Hh6 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vl0Db79Hh6 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-vl0Db79Hh6 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vl0Db79Hh6 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-vl0Db79Hh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vl0Db79Hh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vl0Db79Hh6 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-vl0Db79Hh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vl0Db79Hh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vl0Db79Hh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vl0Db79Hh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vl0Db79Hh6 .offcanvas-body .mbr-text,
  .cid-vl0Db79Hh6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vl0Db79Hh6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vl0Db79Hh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vl0Db79Hh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ac2e20;
  }
  .cid-vl0Db79Hh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vl0Db79Hh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vl0Db79Hh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vl0Db79Hh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vl0Db79Hh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vl0Db79Hh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vl0Db79Hh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vl0Db79Hh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vl0Db79Hh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vl0Db79Hh6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-vl0Db79Hh6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-vl0Db79Hh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-vl0Db79Hh6 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vl0Db79Hh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-vl0Db79Hh6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-vl0Db79Hh6 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-vl0Db79Hh6 .nav-item .nav-link:hover,
.cid-vl0Db79Hh6 .nav-item .nav-link:focus {
  color: #000000 !important;
}
.cid-vl0Db79Hh6 .nav-item .nav-link:hover::before,
.cid-vl0Db79Hh6 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vl0Db79Hh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vl0Db79Hh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vl0Db79Hh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vl0Db79Hh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vl0Db79Hh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vl0Db79Hh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vl0Db79Hh6 .offcanvas_box {
    display: none;
  }
}
.cid-vl0Db79Hh6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vl0Db79Hh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vl0Db79Hh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vl0Db79Hh6 .container {
  display: flex;
  margin: auto;
}
.cid-vl0Db79Hh6 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vl0Db79Hh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vl0Db79Hh6 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vl0Db79Hh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vl0Db79Hh6 .navbar-nav {
    margin: 0;
  }
}
.cid-vl0Db79Hh6 .dropdown-menu,
.cid-vl0Db79Hh6 .navbar.opened {
  background-color: true !important;
}
.cid-vl0Db79Hh6 .nav-item:focus,
.cid-vl0Db79Hh6 .nav-link:focus {
  outline: none;
}
.cid-vl0Db79Hh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vl0Db79Hh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vl0Db79Hh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vl0Db79Hh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vl0Db79Hh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vl0Db79Hh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vl0Db79Hh6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vl0Db79Hh6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vl0Db79Hh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vl0Db79Hh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vl0Db79Hh6 .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vl0Db79Hh6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vl0Db79Hh6 .navbar.collapsed {
  justify-content: center;
}
.cid-vl0Db79Hh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vl0Db79Hh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vl0Db79Hh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vl0Db79Hh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vl0Db79Hh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vl0Db79Hh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vl0Db79Hh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vl0Db79Hh6 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-vl0Db79Hh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vl0Db79Hh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vl0Db79Hh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vl0Db79Hh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vl0Db79Hh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vl0Db79Hh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vl0Db79Hh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vl0Db79Hh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vl0Db79Hh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vl0Db79Hh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vl0Db79Hh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vl0Db79Hh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vl0Db79Hh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vl0Db79Hh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vl0Db79Hh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vl0Db79Hh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vl0Db79Hh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vl0Db79Hh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vl0Db79Hh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vl0Db79Hh6 .dropdown-item.active,
.cid-vl0Db79Hh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vl0Db79Hh6 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-vl0Db79Hh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vl0Db79Hh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vl0Db79Hh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vl0Db79Hh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vl0Db79Hh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vl0Db79Hh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-vl0Db79Hh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ac2e20;
}
.cid-vl0Db79Hh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vl0Db79Hh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vl0Db79Hh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vl0Db79Hh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vl0Db79Hh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vl0Db79Hh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vl0Db79Hh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vl0Db79Hh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vl0Db79Hh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vl0Db79Hh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vl0Db79Hh6 .navbar {
    height: 70px;
  }
  .cid-vl0Db79Hh6 .navbar.opened {
    height: auto;
  }
  .cid-vl0Db79Hh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vl0Db79Hh6 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vl0Db79Hh6 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-vl0Db79Hh6 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-vl0Db79Hh6 .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-vl0Db79Hh6 .navbar-caption:hover {
  color: #d99a24;
}
@media (min-width: 992px) {
  .cid-vl0Db79Hh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vl0Db79Hh6 .text_widget {
  margin-bottom: 32px;
}
.cid-vl0Db79Hh6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vl0Db79Hh6 .text_widget a:hover,
.cid-vl0Db79Hh6 .text_widget a:focus {
  opacity: 0.8;
}
.cid-vl0Db79Hh6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vl0Db79Hh6 .navbar-caption {
  color: #FFFFFF;
}
.cid-vl0Db79Hh6 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vl0Db79Hh6 .mbr-section-subtitle,
.cid-vl0Db79Hh6 .text_widget,
.cid-vl0Db79Hh6 .mbr-section-btn {
  text-align: center;
  color: #b35c32;
}
.cid-vl0Db79Hh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vl0Db79Hh6 .nav-link,
.cid-vl0Db79Hh6 .dropdown-item {
  color: #FFFFFF;
}
.cid-vl0Db7OeL6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/chatgpt20image20aug20172020262001-11-3520pm-1915x821.png?v=1X0DNW");
}
.cid-vl0Db7OeL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl0Db7OeL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vl0Db7OeL6 .container {
    padding: 0 16px;
  }
}
.cid-vl0Db7OeL6 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vl0Db7OeL6 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-vl0Db7OeL6 .mbr-section-title {
  color: #ffffff;
}
.cid-vl0Db7OeL6 .mbr-section-title,
.cid-vl0Db7OeL6 .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-vl0Db86pry {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl0Db86pry .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl0Db86pry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl0Db86pry .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vl0Db86pry .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-vl0Db86pry .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vl0Db86pry .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vl0Db86pry .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vl0Db86pry .header-menu li p {
  margin: 0;
}
.cid-vl0Db86pry .mbr-section-title {
  color: #393193;
}
.cid-vl0Db86pry .header-menu-item {
  color: #ffffff;
}
.cid-vl0Db86pry .mbr-text,
.cid-vl0Db86pry .mbr-section-btn {
  color: #454745;
  text-align: left;
}
.cid-vsykU6EoPX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f7f9;
}
.cid-vsykU6EoPX a:link {
  text-decoration: none;
}
.cid-vsykU6EoPX .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsykU6EoPX .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vsykU6EoPX .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsykU6EoPX .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vsykU6EoPX .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-vsykU6EoPX .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-vsykU6EoPX .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-vsykU6EoPX .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-vsykU6EoPX .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-vsykU6EoPX .plan-title,
.cid-vsykU6EoPX .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-vsykU6EoPX .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-vsykU6EoPX .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-vsykU6EoPX .mbr-section-title span {
  color: #ffbc00;
}
.cid-vsykU6EoPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsykU6EoPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl0Db8RBnW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vl0Db8RBnW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl0Db8RBnW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vl0Db8RBnW .container {
    padding: 0 16px;
  }
}
.cid-vl0Db8RBnW .row {
  position: relative;
  justify-content: center;
}
.cid-vl0Db8RBnW .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vl0Db8RBnW .card {
  justify-content: center;
}
.cid-vl0Db8RBnW .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vl0Db8RBnW .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vl0Db8RBnW .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-vl0Db8RBnW .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-vl0Db8RBnW .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-vl0Db8RBnW .nav-wrapper .list {
    display: block;
  }
}
.cid-vl0Db8RBnW .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-vl0Db8RBnW .nav-wrapper .list .item-wrap:hover::before,
.cid-vl0Db8RBnW .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vl0Db8RBnW .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #bdc5cf;
  transition: all 0.3s ease-in-out;
}
.cid-vl0Db8RBnW .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vl0Db8RBnW .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-vl0Db8RBnW .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-vl0Db8RBnW .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-vl0Db8RBnW .list,
.cid-vl0Db8RBnW .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vl0Db8RBnW .list,
  .cid-vl0Db8RBnW .nav-wrapper {
    text-align: left;
  }
}
.cid-vl0Db8RBnW .list,
.cid-vl0Db8RBnW .item-wrap,
.cid-vl0Db8RBnW .nav-wrapper {
  color: #000000;
}
.cid-uL4JlTPNSq {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uL4JlTPNSq .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-uL4JlTPNSq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-uL4JlTPNSq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL4JlTPNSq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uL4JlTPNSq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uL4JlTPNSq .menu_box .navbar.opened,
  .cid-uL4JlTPNSq .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uL4JlTPNSq nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uL4JlTPNSq .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uL4JlTPNSq .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uL4JlTPNSq .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uL4JlTPNSq .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uL4JlTPNSq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uL4JlTPNSq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uL4JlTPNSq .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uL4JlTPNSq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uL4JlTPNSq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uL4JlTPNSq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uL4JlTPNSq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uL4JlTPNSq .offcanvas-body .mbr-text,
  .cid-uL4JlTPNSq .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uL4JlTPNSq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uL4JlTPNSq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uL4JlTPNSq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ac2e20;
  }
  .cid-uL4JlTPNSq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uL4JlTPNSq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uL4JlTPNSq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uL4JlTPNSq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uL4JlTPNSq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uL4JlTPNSq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uL4JlTPNSq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uL4JlTPNSq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uL4JlTPNSq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uL4JlTPNSq .lg_brand {
    margin: 0 1rem;
  }
  .cid-uL4JlTPNSq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uL4JlTPNSq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uL4JlTPNSq .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uL4JlTPNSq .nav-item {
    margin: 0 !important;
  }
}
.cid-uL4JlTPNSq .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uL4JlTPNSq .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uL4JlTPNSq .nav-item .nav-link:hover,
.cid-uL4JlTPNSq .nav-item .nav-link:focus {
  color: #000000 !important;
}
.cid-uL4JlTPNSq .nav-item .nav-link:hover::before,
.cid-uL4JlTPNSq .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uL4JlTPNSq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uL4JlTPNSq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uL4JlTPNSq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uL4JlTPNSq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uL4JlTPNSq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uL4JlTPNSq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uL4JlTPNSq .offcanvas_box {
    display: none;
  }
}
.cid-uL4JlTPNSq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uL4JlTPNSq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uL4JlTPNSq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uL4JlTPNSq .container {
  display: flex;
  margin: auto;
}
.cid-uL4JlTPNSq .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uL4JlTPNSq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uL4JlTPNSq .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uL4JlTPNSq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uL4JlTPNSq .navbar-nav {
    margin: 0;
  }
}
.cid-uL4JlTPNSq .dropdown-menu,
.cid-uL4JlTPNSq .navbar.opened {
  background-color: true !important;
}
.cid-uL4JlTPNSq .nav-item:focus,
.cid-uL4JlTPNSq .nav-link:focus {
  outline: none;
}
.cid-uL4JlTPNSq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL4JlTPNSq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL4JlTPNSq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL4JlTPNSq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL4JlTPNSq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL4JlTPNSq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL4JlTPNSq .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uL4JlTPNSq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uL4JlTPNSq .navbar.opened {
  transition: all 0.3s;
}
.cid-uL4JlTPNSq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uL4JlTPNSq .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uL4JlTPNSq .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uL4JlTPNSq .navbar.collapsed {
  justify-content: center;
}
.cid-uL4JlTPNSq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL4JlTPNSq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uL4JlTPNSq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL4JlTPNSq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL4JlTPNSq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL4JlTPNSq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uL4JlTPNSq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL4JlTPNSq .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uL4JlTPNSq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uL4JlTPNSq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL4JlTPNSq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL4JlTPNSq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uL4JlTPNSq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL4JlTPNSq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uL4JlTPNSq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL4JlTPNSq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uL4JlTPNSq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uL4JlTPNSq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uL4JlTPNSq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uL4JlTPNSq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL4JlTPNSq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uL4JlTPNSq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL4JlTPNSq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL4JlTPNSq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL4JlTPNSq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uL4JlTPNSq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uL4JlTPNSq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL4JlTPNSq .dropdown-item.active,
.cid-uL4JlTPNSq .dropdown-item:active {
  background-color: transparent;
}
.cid-uL4JlTPNSq .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uL4JlTPNSq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL4JlTPNSq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL4JlTPNSq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL4JlTPNSq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uL4JlTPNSq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL4JlTPNSq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uL4JlTPNSq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ac2e20;
}
.cid-uL4JlTPNSq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL4JlTPNSq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL4JlTPNSq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL4JlTPNSq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL4JlTPNSq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL4JlTPNSq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL4JlTPNSq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL4JlTPNSq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL4JlTPNSq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uL4JlTPNSq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL4JlTPNSq .navbar {
    height: 70px;
  }
  .cid-uL4JlTPNSq .navbar.opened {
    height: auto;
  }
  .cid-uL4JlTPNSq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL4JlTPNSq .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uL4JlTPNSq .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uL4JlTPNSq .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uL4JlTPNSq .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uL4JlTPNSq .navbar-caption:hover {
  color: #d99a24;
}
@media (min-width: 992px) {
  .cid-uL4JlTPNSq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uL4JlTPNSq .text_widget {
  margin-bottom: 32px;
}
.cid-uL4JlTPNSq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uL4JlTPNSq .text_widget a:hover,
.cid-uL4JlTPNSq .text_widget a:focus {
  opacity: 0.8;
}
.cid-uL4JlTPNSq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uL4JlTPNSq .navbar-caption {
  color: #FFFFFF;
}
.cid-uL4JlTPNSq .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL4JlTPNSq .mbr-section-subtitle,
.cid-uL4JlTPNSq .text_widget,
.cid-uL4JlTPNSq .mbr-section-btn {
  text-align: center;
  color: #b35c32;
}
.cid-uL4JlTPNSq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uL4JlTPNSq .nav-link,
.cid-uL4JlTPNSq .dropdown-item {
  color: #FFFFFF;
}
.cid-uL4JlUAfYj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/chatgpt20image20aug20172020262012-00-1220pm-1672x941.png?v=1X0DNW");
}
.cid-uL4JlUAfYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4JlUAfYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uL4JlUAfYj .container {
    padding: 0 16px;
  }
}
.cid-uL4JlUAfYj .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uL4JlUAfYj .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uL4JlUAfYj .mbr-section-title {
  color: #ffffff;
}
.cid-uL4JlUAfYj .mbr-section-title,
.cid-uL4JlUAfYj .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uL4Jym0snA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL4Jym0snA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4Jym0snA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4Jym0snA .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uL4Jym0snA .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uL4Jym0snA .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uL4Jym0snA .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uL4Jym0snA .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uL4Jym0snA .header-menu li p {
  margin: 0;
}
.cid-uL4Jym0snA .mbr-section-title {
  color: #393193;
}
.cid-uL4Jym0snA .header-menu-item {
  color: #ffffff;
}
.cid-uL4Jym0snA .mbr-text,
.cid-uL4Jym0snA .mbr-section-btn {
  color: #454745;
  text-align: left;
}
.cid-vsykG1dKhR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f7f9;
}
.cid-vsykG1dKhR a:link {
  text-decoration: none;
}
.cid-vsykG1dKhR .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsykG1dKhR .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vsykG1dKhR .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsykG1dKhR .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vsykG1dKhR .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-vsykG1dKhR .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-vsykG1dKhR .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-vsykG1dKhR .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-vsykG1dKhR .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-vsykG1dKhR .plan-title,
.cid-vsykG1dKhR .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-vsykG1dKhR .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-vsykG1dKhR .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-vsykG1dKhR .mbr-section-title span {
  color: #ffbc00;
}
.cid-vsykG1dKhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsykG1dKhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4JlVjDF3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uL4JlVjDF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4JlVjDF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uL4JlVjDF3 .container {
    padding: 0 16px;
  }
}
.cid-uL4JlVjDF3 .row {
  position: relative;
  justify-content: center;
}
.cid-uL4JlVjDF3 .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uL4JlVjDF3 .card {
  justify-content: center;
}
.cid-uL4JlVjDF3 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uL4JlVjDF3 .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uL4JlVjDF3 .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uL4JlVjDF3 .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uL4JlVjDF3 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uL4JlVjDF3 .nav-wrapper .list {
    display: block;
  }
}
.cid-uL4JlVjDF3 .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uL4JlVjDF3 .nav-wrapper .list .item-wrap:hover::before,
.cid-uL4JlVjDF3 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uL4JlVjDF3 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #bdc5cf;
  transition: all 0.3s ease-in-out;
}
.cid-uL4JlVjDF3 .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uL4JlVjDF3 .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uL4JlVjDF3 .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uL4JlVjDF3 .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-uL4JlVjDF3 .list,
.cid-uL4JlVjDF3 .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uL4JlVjDF3 .list,
  .cid-uL4JlVjDF3 .nav-wrapper {
    text-align: left;
  }
}
.cid-uL4JlVjDF3 .list,
.cid-uL4JlVjDF3 .item-wrap,
.cid-uL4JlVjDF3 .nav-wrapper {
  color: #000000;
}
.cid-uLxNzb8pgt {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uLxNzb8pgt .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-uLxNzb8pgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-uLxNzb8pgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLxNzb8pgt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLxNzb8pgt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLxNzb8pgt .menu_box .navbar.opened,
  .cid-uLxNzb8pgt .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLxNzb8pgt nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLxNzb8pgt .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uLxNzb8pgt .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uLxNzb8pgt .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uLxNzb8pgt .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uLxNzb8pgt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLxNzb8pgt .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLxNzb8pgt .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uLxNzb8pgt .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLxNzb8pgt .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLxNzb8pgt .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLxNzb8pgt .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLxNzb8pgt .offcanvas-body .mbr-text,
  .cid-uLxNzb8pgt .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLxNzb8pgt .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLxNzb8pgt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLxNzb8pgt .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ac2e20;
  }
  .cid-uLxNzb8pgt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLxNzb8pgt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLxNzb8pgt .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLxNzb8pgt .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLxNzb8pgt ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLxNzb8pgt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLxNzb8pgt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLxNzb8pgt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLxNzb8pgt li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLxNzb8pgt .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLxNzb8pgt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uLxNzb8pgt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uLxNzb8pgt .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uLxNzb8pgt .nav-item {
    margin: 0 !important;
  }
}
.cid-uLxNzb8pgt .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uLxNzb8pgt .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uLxNzb8pgt .nav-item .nav-link:hover,
.cid-uLxNzb8pgt .nav-item .nav-link:focus {
  color: #000000 !important;
}
.cid-uLxNzb8pgt .nav-item .nav-link:hover::before,
.cid-uLxNzb8pgt .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uLxNzb8pgt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLxNzb8pgt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLxNzb8pgt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLxNzb8pgt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLxNzb8pgt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLxNzb8pgt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLxNzb8pgt .offcanvas_box {
    display: none;
  }
}
.cid-uLxNzb8pgt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLxNzb8pgt .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLxNzb8pgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLxNzb8pgt .container {
  display: flex;
  margin: auto;
}
.cid-uLxNzb8pgt .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLxNzb8pgt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLxNzb8pgt .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uLxNzb8pgt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLxNzb8pgt .navbar-nav {
    margin: 0;
  }
}
.cid-uLxNzb8pgt .dropdown-menu,
.cid-uLxNzb8pgt .navbar.opened {
  background-color: true !important;
}
.cid-uLxNzb8pgt .nav-item:focus,
.cid-uLxNzb8pgt .nav-link:focus {
  outline: none;
}
.cid-uLxNzb8pgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLxNzb8pgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLxNzb8pgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLxNzb8pgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLxNzb8pgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLxNzb8pgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLxNzb8pgt .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLxNzb8pgt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLxNzb8pgt .navbar.opened {
  transition: all 0.3s;
}
.cid-uLxNzb8pgt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLxNzb8pgt .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uLxNzb8pgt .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uLxNzb8pgt .navbar.collapsed {
  justify-content: center;
}
.cid-uLxNzb8pgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLxNzb8pgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLxNzb8pgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLxNzb8pgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLxNzb8pgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLxNzb8pgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLxNzb8pgt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLxNzb8pgt .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uLxNzb8pgt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uLxNzb8pgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLxNzb8pgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLxNzb8pgt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLxNzb8pgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLxNzb8pgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLxNzb8pgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLxNzb8pgt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLxNzb8pgt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLxNzb8pgt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLxNzb8pgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLxNzb8pgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLxNzb8pgt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLxNzb8pgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLxNzb8pgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLxNzb8pgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLxNzb8pgt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLxNzb8pgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uLxNzb8pgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLxNzb8pgt .dropdown-item.active,
.cid-uLxNzb8pgt .dropdown-item:active {
  background-color: transparent;
}
.cid-uLxNzb8pgt .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uLxNzb8pgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLxNzb8pgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLxNzb8pgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLxNzb8pgt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLxNzb8pgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLxNzb8pgt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLxNzb8pgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ac2e20;
}
.cid-uLxNzb8pgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLxNzb8pgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLxNzb8pgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLxNzb8pgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLxNzb8pgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLxNzb8pgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLxNzb8pgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLxNzb8pgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLxNzb8pgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLxNzb8pgt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLxNzb8pgt .navbar {
    height: 70px;
  }
  .cid-uLxNzb8pgt .navbar.opened {
    height: auto;
  }
  .cid-uLxNzb8pgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLxNzb8pgt .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uLxNzb8pgt .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLxNzb8pgt .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uLxNzb8pgt .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uLxNzb8pgt .navbar-caption:hover {
  color: #d99a24;
}
@media (min-width: 992px) {
  .cid-uLxNzb8pgt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLxNzb8pgt .text_widget {
  margin-bottom: 32px;
}
.cid-uLxNzb8pgt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLxNzb8pgt .text_widget a:hover,
.cid-uLxNzb8pgt .text_widget a:focus {
  opacity: 0.8;
}
.cid-uLxNzb8pgt .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLxNzb8pgt .navbar-caption {
  color: #FFFFFF;
}
.cid-uLxNzb8pgt .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uLxNzb8pgt .mbr-section-subtitle,
.cid-uLxNzb8pgt .text_widget,
.cid-uLxNzb8pgt .mbr-section-btn {
  text-align: center;
  color: #b35c32;
}
.cid-uLxNzb8pgt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLxNzb8pgt .nav-link,
.cid-uLxNzb8pgt .dropdown-item {
  color: #FFFFFF;
}
.cid-uLxNzbK2Le {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/chatgpt20image20aug20172020262001-13-2420pm-1915x821.png?v=1X0DNW");
}
.cid-uLxNzbK2Le .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLxNzbK2Le .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLxNzbK2Le .container {
    padding: 0 16px;
  }
}
.cid-uLxNzbK2Le .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLxNzbK2Le .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uLxNzbK2Le .mbr-section-title {
  color: #ffffff;
}
.cid-uLxNzbK2Le .mbr-section-title,
.cid-uLxNzbK2Le .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uLxOcUIEuD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLxOcUIEuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLxOcUIEuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLxOcUIEuD .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLxOcUIEuD .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uLxOcUIEuD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLxOcUIEuD .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLxOcUIEuD .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLxOcUIEuD .header-menu li p {
  margin: 0;
}
.cid-uLxOcUIEuD .mbr-section-title {
  color: #393193;
}
.cid-uLxOcUIEuD .header-menu-item {
  color: #ffffff;
}
.cid-uLxOcUIEuD .mbr-text,
.cid-uLxOcUIEuD .mbr-section-btn {
  color: #454745;
  text-align: left;
}
.cid-vqQrTKNqm1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f7f9;
}
.cid-vqQrTKNqm1 a:link {
  text-decoration: none;
}
.cid-vqQrTKNqm1 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vqQrTKNqm1 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vqQrTKNqm1 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vqQrTKNqm1 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vqQrTKNqm1 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-vqQrTKNqm1 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-vqQrTKNqm1 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-vqQrTKNqm1 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-vqQrTKNqm1 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-vqQrTKNqm1 .plan-title,
.cid-vqQrTKNqm1 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-vqQrTKNqm1 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-vqQrTKNqm1 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-vqQrTKNqm1 .mbr-section-title span {
  color: #ffbc00;
}
.cid-vqQrTKNqm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQrTKNqm1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLxNzcoLmD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLxNzcoLmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLxNzcoLmD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLxNzcoLmD .container {
    padding: 0 16px;
  }
}
.cid-uLxNzcoLmD .row {
  position: relative;
  justify-content: center;
}
.cid-uLxNzcoLmD .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uLxNzcoLmD .card {
  justify-content: center;
}
.cid-uLxNzcoLmD .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLxNzcoLmD .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLxNzcoLmD .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uLxNzcoLmD .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uLxNzcoLmD .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uLxNzcoLmD .nav-wrapper .list {
    display: block;
  }
}
.cid-uLxNzcoLmD .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uLxNzcoLmD .nav-wrapper .list .item-wrap:hover::before,
.cid-uLxNzcoLmD .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLxNzcoLmD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #bdc5cf;
  transition: all 0.3s ease-in-out;
}
.cid-uLxNzcoLmD .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uLxNzcoLmD .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uLxNzcoLmD .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uLxNzcoLmD .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-uLxNzcoLmD .list,
.cid-uLxNzcoLmD .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uLxNzcoLmD .list,
  .cid-uLxNzcoLmD .nav-wrapper {
    text-align: left;
  }
}
.cid-uLxNzcoLmD .list,
.cid-uLxNzcoLmD .item-wrap,
.cid-uLxNzcoLmD .nav-wrapper {
  color: #000000;
}
.cid-uI2NeyCwi7 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uI2NeyCwi7 .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-uI2NeyCwi7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-uI2NeyCwi7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI2NeyCwi7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uI2NeyCwi7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uI2NeyCwi7 .menu_box .navbar.opened,
  .cid-uI2NeyCwi7 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uI2NeyCwi7 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uI2NeyCwi7 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uI2NeyCwi7 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uI2NeyCwi7 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uI2NeyCwi7 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uI2NeyCwi7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uI2NeyCwi7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uI2NeyCwi7 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uI2NeyCwi7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uI2NeyCwi7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uI2NeyCwi7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uI2NeyCwi7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uI2NeyCwi7 .offcanvas-body .mbr-text,
  .cid-uI2NeyCwi7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uI2NeyCwi7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uI2NeyCwi7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uI2NeyCwi7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ac2e20;
  }
  .cid-uI2NeyCwi7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uI2NeyCwi7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uI2NeyCwi7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uI2NeyCwi7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uI2NeyCwi7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uI2NeyCwi7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uI2NeyCwi7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uI2NeyCwi7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uI2NeyCwi7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uI2NeyCwi7 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uI2NeyCwi7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uI2NeyCwi7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uI2NeyCwi7 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uI2NeyCwi7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uI2NeyCwi7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uI2NeyCwi7 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uI2NeyCwi7 .nav-item .nav-link:hover,
.cid-uI2NeyCwi7 .nav-item .nav-link:focus {
  color: #000000 !important;
}
.cid-uI2NeyCwi7 .nav-item .nav-link:hover::before,
.cid-uI2NeyCwi7 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uI2NeyCwi7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uI2NeyCwi7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uI2NeyCwi7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uI2NeyCwi7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uI2NeyCwi7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uI2NeyCwi7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uI2NeyCwi7 .offcanvas_box {
    display: none;
  }
}
.cid-uI2NeyCwi7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uI2NeyCwi7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uI2NeyCwi7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uI2NeyCwi7 .container {
  display: flex;
  margin: auto;
}
.cid-uI2NeyCwi7 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uI2NeyCwi7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uI2NeyCwi7 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uI2NeyCwi7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uI2NeyCwi7 .navbar-nav {
    margin: 0;
  }
}
.cid-uI2NeyCwi7 .dropdown-menu,
.cid-uI2NeyCwi7 .navbar.opened {
  background-color: true !important;
}
.cid-uI2NeyCwi7 .nav-item:focus,
.cid-uI2NeyCwi7 .nav-link:focus {
  outline: none;
}
.cid-uI2NeyCwi7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI2NeyCwi7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI2NeyCwi7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI2NeyCwi7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI2NeyCwi7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI2NeyCwi7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI2NeyCwi7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uI2NeyCwi7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uI2NeyCwi7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uI2NeyCwi7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uI2NeyCwi7 .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uI2NeyCwi7 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uI2NeyCwi7 .navbar.collapsed {
  justify-content: center;
}
.cid-uI2NeyCwi7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI2NeyCwi7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uI2NeyCwi7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI2NeyCwi7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI2NeyCwi7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI2NeyCwi7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uI2NeyCwi7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uI2NeyCwi7 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uI2NeyCwi7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uI2NeyCwi7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI2NeyCwi7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI2NeyCwi7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uI2NeyCwi7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI2NeyCwi7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uI2NeyCwi7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI2NeyCwi7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uI2NeyCwi7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uI2NeyCwi7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uI2NeyCwi7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uI2NeyCwi7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI2NeyCwi7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uI2NeyCwi7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI2NeyCwi7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI2NeyCwi7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uI2NeyCwi7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI2NeyCwi7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uI2NeyCwi7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI2NeyCwi7 .dropdown-item.active,
.cid-uI2NeyCwi7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uI2NeyCwi7 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uI2NeyCwi7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI2NeyCwi7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI2NeyCwi7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI2NeyCwi7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uI2NeyCwi7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI2NeyCwi7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uI2NeyCwi7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ac2e20;
}
.cid-uI2NeyCwi7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI2NeyCwi7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI2NeyCwi7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI2NeyCwi7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI2NeyCwi7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI2NeyCwi7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI2NeyCwi7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI2NeyCwi7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI2NeyCwi7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uI2NeyCwi7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI2NeyCwi7 .navbar {
    height: 70px;
  }
  .cid-uI2NeyCwi7 .navbar.opened {
    height: auto;
  }
  .cid-uI2NeyCwi7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI2NeyCwi7 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uI2NeyCwi7 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uI2NeyCwi7 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uI2NeyCwi7 .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uI2NeyCwi7 .navbar-caption:hover {
  color: #d99a24;
}
@media (min-width: 992px) {
  .cid-uI2NeyCwi7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uI2NeyCwi7 .text_widget {
  margin-bottom: 32px;
}
.cid-uI2NeyCwi7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uI2NeyCwi7 .text_widget a:hover,
.cid-uI2NeyCwi7 .text_widget a:focus {
  opacity: 0.8;
}
.cid-uI2NeyCwi7 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uI2NeyCwi7 .navbar-caption {
  color: #FFFFFF;
}
.cid-uI2NeyCwi7 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uI2NeyCwi7 .mbr-section-subtitle,
.cid-uI2NeyCwi7 .text_widget,
.cid-uI2NeyCwi7 .mbr-section-btn {
  text-align: center;
  color: #b35c32;
}
.cid-uI2NeyCwi7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uI2NeyCwi7 .nav-link,
.cid-uI2NeyCwi7 .dropdown-item {
  color: #FFFFFF;
}
.cid-vjCpdjlRCN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f7f9;
}
.cid-vjCpdjlRCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCpdjlRCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vjCpdjlRCN .container {
    padding: 0 16px;
  }
}
.cid-vjCpdjlRCN .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjCpdjlRCN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjCpdjlRCN .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vjCpdjlRCN .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vjCpdjlRCN .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-vjCpdjlRCN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjCpdjlRCN .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-vjCpdjlRCN .image-wrapper {
    margin-left: 0;
  }
}
.cid-vjCpdjlRCN .image-wrapper img {
  height: 660px;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-vjCpdjlRCN .image-wrapper img {
    height: 350px;
  }
}
.cid-vjCpdjlRCN .mbr-section-title {
  color: #ffffff;
}
.cid-vjCpdjlRCN .mbr-text {
  color: #ffffff;
}
.cid-vjCpdjlRCN .mbr-section-title,
.cid-vjCpdjlRCN .mbr-section-btn {
  color: #dc8339;
}
.cid-vjCpdjlRCN .mbr-text,
.cid-vjCpdjlRCN .text-wrapper {
  color: #000000;
}
.cid-uI2NeyFZCS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uI2NeyFZCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI2NeyFZCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI2NeyFZCS .container {
    padding: 0 16px;
  }
}
.cid-uI2NeyFZCS .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uI2NeyFZCS .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uI2NeyFZCS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uI2NeyFZCS .item {
  padding: 0 28px;
  margin-bottom: 32px;
}
.cid-uI2NeyFZCS .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-uI2NeyFZCS .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: translateX(8px);
}
.cid-uI2NeyFZCS .item:first-child {
  margin-bottom: 0;
}
.cid-uI2NeyFZCS .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uI2NeyFZCS .item .item-wrapper .item-img img {
  height: 280px;
  object-fit: cover;
  margin-bottom: 26px;
}
.cid-uI2NeyFZCS .item .item-wrapper .item-img .item-text {
  margin-bottom: 12px;
}
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uI2NeyFZCS .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  transform: scale(1);
}
.cid-uI2NeyFZCS .mbr-section-title {
  color: #123d29;
  text-align: center;
}
.cid-uI2NeyFZCS .item-text {
  color: #000000;
}
.cid-uI2NeyFZCS .item-text,
.cid-uI2NeyFZCS .mbr-section-btn {
  color: #000000;
}
.cid-uI2NeyG2qZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uI2NeyG2qZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI2NeyG2qZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI2NeyG2qZ .container {
    padding: 0 16px;
  }
}
.cid-uI2NeyG2qZ .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uI2NeyG2qZ .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uI2NeyG2qZ .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f6f7f9;
}
.cid-uI2NeyG2qZ .item .item-wrapper {
  height: 100%;
}
.cid-uI2NeyG2qZ .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uI2NeyG2qZ .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uI2NeyG2qZ .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-uI2NeyG2qZ .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uI2NeyG2qZ .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uI2NeyG2qZ .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-uI2NeyG2qZ .item-emoji {
  color: #000000;
}
.cid-uI2NeyG2qZ .item-title {
  color: #000000;
}
.cid-uI2NeyG2qZ .item-text {
  color: #000000;
}
.cid-uI2NeyG2qZ .item-title,
.cid-uI2NeyG2qZ .mbr-section-btn {
  color: #000000;
}
.cid-uI2NeyG2qZ .item-title1 {
  color: #000000;
}
.cid-uI2NeyG2qZ .item-text1 {
  color: #000000;
}
.cid-uI2NeyG2qZ .item-title2 {
  color: #000000;
}
.cid-uI2NeyG2qZ .item-text2 {
  color: #000000;
}
.cid-uI2NeyGbK4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uI2NeyGbK4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI2NeyGbK4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI2NeyGbK4 .container {
    padding: 0 16px;
  }
}
.cid-uI2NeyGbK4 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uI2NeyGbK4 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uI2NeyGbK4 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #fff9ed;
  background-color: #c7952f;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uI2NeyGbK4 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uI2NeyGbK4 .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uI2NeyGbK4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uI2NeyGbK4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI2NeyGbK4 .card-wrapper {
  background-color: #f8e8c7;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px;
  padding: 80px;
}
.cid-uI2NeyGbK4 .card-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uI2NeyGbK4 .card-wrapper .image-wrapper {
    margin-bottom: 32px;
    display: block;
  }
}
.cid-uI2NeyGbK4 .card-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #fff9ed;
  transform: rotate(4deg) !important;
}
.cid-uI2NeyGbK4 .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-uI2NeyGbK4 .mbr-section-title {
  color: #ffffff;
}
.cid-uI2NeyGbK4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uI2NeyGbK4 .mbr-text {
  color: #ffffff;
}
.cid-uI2NeyGbK4 .card-text,
.cid-uI2NeyGbK4 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uI2NeyGbK4 .mbr-section-subtitle,
.cid-uI2NeyGbK4 .subtitle-wrapper {
  color: #000000;
}
.cid-uI2NeyGbK4 .mbr-section-title,
.cid-uI2NeyGbK4 .mbr-section-btn {
  color: #000000;
}
.cid-uI2NeyGbK4 .mbr-text,
.cid-uI2NeyGbK4 .text-wrapper {
  color: #000000;
}
.cid-uI2NeyJ4rn {
  background-color: #f8e8c7;
}
.cid-uI2NeyJ4rn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI2NeyJ4rn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI2NeyJ4rn .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uI2NeyJ4rn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uI2NeyJ4rn .container {
    padding: 0 16px;
  }
}
.cid-uI2NeyJ4rn .row {
  position: relative;
  z-index: 1;
}
.cid-uI2NeyJ4rn .card {
  justify-content: flex-end;
}
.cid-uI2NeyJ4rn .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uI2NeyJ4rn .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uI2NeyJ4rn .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uI2NeyJ4rn .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-uI2NeyJ4rn .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uI2NeyJ4rn .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-uI2NeyJ4rn .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uI2NeyJ4rn .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #fff9ed;
  background-color: #31572c;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uI2NeyJ4rn .card-wrapper .image-wrapper .card-desc {
    left: 0.5rem;
  }
}
.cid-uI2NeyJ4rn .card-wrapper .card-wrap {
  background-color: #31572c;
  box-shadow: 4px 6px 0 0 #fff9ed;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-uI2NeyJ4rn .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-uI2NeyJ4rn .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-uI2NeyJ4rn .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uI2NeyJ4rn .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uI2NeyJ4rn .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uI2NeyJ4rn .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uI2NeyJ4rn .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uI2NeyJ4rn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uI2NeyJ4rn .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-uI2NeyJ4rn .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uI2NeyJ4rn .text-wrapper {
    margin-left: 0;
  }
}
.cid-uI2NeyJ4rn .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uI2NeyJ4rn .mbr-section-title {
  color: #31572c;
  text-align: right;
}
.cid-uI2NeyJ4rn .mbr-section-subtitle {
  color: #31572c;
  text-align: right;
}
.cid-uI2NeyJ4rn .mbr-text {
  color: #000000;
}
.cid-uI2NeyJ4rn .card-desc {
  color: #FFFFFF;
}
.cid-uI2NeyJ4rn .card-text {
  color: #FFFFFF;
}
.cid-uI2NeyJ4rn .card-name {
  color: #FFFFFF;
}
.cid-uI2NeyJ4rn .card-role {
  color: #FFFFFF;
}
.cid-uI2NeyJ4rn .mbr-text,
.cid-uI2NeyJ4rn .mbr-section-btn {
  color: #000000;
}
.cid-uI2NeyLX5H {
  background-image: url("../../../assets/images/mbr-1920x1275.jpg?v=1X0DNW");
}
.cid-uI2NeyLX5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI2NeyLX5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI2NeyLX5H .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uI2NeyLX5H .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uI2NeyLX5H .container {
    padding: 0 16px;
  }
}
.cid-vkh1fyi5XS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f7f9;
}
.cid-vkh1fyi5XS a:link {
  text-decoration: none;
}
.cid-vkh1fyi5XS .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vkh1fyi5XS .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vkh1fyi5XS .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vkh1fyi5XS .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vkh1fyi5XS .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-vkh1fyi5XS .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-vkh1fyi5XS .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-vkh1fyi5XS .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-vkh1fyi5XS .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-vkh1fyi5XS .plan-title,
.cid-vkh1fyi5XS .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-vkh1fyi5XS .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-vkh1fyi5XS .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-vkh1fyi5XS .mbr-section-title span {
  color: #ffbc00;
}
.cid-vkh1fyi5XS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkh1fyi5XS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI2NeyWAWw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uI2NeyWAWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI2NeyWAWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI2NeyWAWw .container {
    padding: 0 16px;
  }
}
.cid-uI2NeyWAWw .row {
  position: relative;
  justify-content: center;
}
.cid-uI2NeyWAWw .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uI2NeyWAWw .card {
  justify-content: center;
}
.cid-uI2NeyWAWw .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uI2NeyWAWw .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uI2NeyWAWw .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uI2NeyWAWw .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uI2NeyWAWw .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uI2NeyWAWw .nav-wrapper .list {
    display: block;
  }
}
.cid-uI2NeyWAWw .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uI2NeyWAWw .nav-wrapper .list .item-wrap:hover::before,
.cid-uI2NeyWAWw .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uI2NeyWAWw .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #bdc5cf;
  transition: all 0.3s ease-in-out;
}
.cid-uI2NeyWAWw .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uI2NeyWAWw .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uI2NeyWAWw .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uI2NeyWAWw .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-uI2NeyWAWw .list,
.cid-uI2NeyWAWw .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uI2NeyWAWw .list,
  .cid-uI2NeyWAWw .nav-wrapper {
    text-align: left;
  }
}
.cid-uI2NeyWAWw .list,
.cid-uI2NeyWAWw .item-wrap,
.cid-uI2NeyWAWw .nav-wrapper {
  color: #000000;
}
