body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Bebas Neue', display;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Bebas Neue', display;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Arimo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d2b488 !important;
}
.bg-success {
  background-color: #39b54a !important;
}
.bg-info {
  background-color: #a98310 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #fcd209 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d2b488 !important;
  border-color: #d2b488 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ba8c49 !important;
  border-color: #ba8c49 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ba8c49 !important;
  border-color: #ba8c49 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #173d33 !important;
  border-color: #173d33 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #a98310 !important;
  border-color: #a98310 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #5a4609 !important;
  border-color: #5a4609 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5a4609 !important;
  border-color: #5a4609 !important;
}
.btn-success,
.btn-success:active {
  background-color: #39b54a !important;
  border-color: #39b54a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #24732f !important;
  border-color: #24732f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #24732f !important;
  border-color: #24732f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fcd209 !important;
  border-color: #fcd209 !important;
  color: #060500 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ac8f02 !important;
  border-color: #ac8f02 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #060500 !important;
  background-color: #ac8f02 !important;
  border-color: #ac8f02 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d2b488;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ba8c49 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d2b488 !important;
  border-color: #d2b488 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #173d33;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #173d33 !important;
  border-color: #173d33 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a98310;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #5a4609 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a98310 !important;
  border-color: #a98310 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #39b54a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #24732f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #39b54a !important;
  border-color: #39b54a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fcd209;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ac8f02 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #060500 !important;
  background-color: #fcd209 !important;
  border-color: #fcd209 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d2b488 !important;
}
.text-secondary {
  color: #173d33 !important;
}
.text-success {
  color: #39b54a !important;
}
.text-info {
  color: #a98310 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #fcd209 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b18443 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #21672a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4c3b07 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9d8202 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d2b488;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a98310;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #fcd209;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d2b488;
  border-color: #d2b488;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d2b488;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #91dc9b;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eec54b;
}
.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: #fef7d3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Arimo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d2b488 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Arimo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #d2b488;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d2b488;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d2b488;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d2b488;
  border-bottom-color: #d2b488;
}
.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: #000000 !important;
  background-color: #d2b488 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #173d33 !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='%23d2b488' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t15dJcaOef .navbar-dropdown {
  position: relative !important;
}
.cid-t15dJcaOef .navbar-dropdown {
  position: absolute !important;
}
.cid-t15dJcaOef .menu-text {
  padding: 0 2rem;
  color: #ffe2b7;
}
@media (max-width: 992px) {
  .cid-t15dJcaOef .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t15dJcaOef .iconfont-wrapper {
  color: #39b54a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t15dJcaOef .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t15dJcaOef .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t15dJcaOef .container {
    padding: 0 1rem;
  }
}
.cid-t15dJcaOef .menu-tite {
  background: #d2b488;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-t15dJcaOef .nav-link {
  position: relative;
}
.cid-t15dJcaOef .nav-link:hover {
  color: #a98310 !important;
}
.cid-t15dJcaOef .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
}
.cid-t15dJcaOef .navbar.opened {
  transition: all 0.3s;
}
.cid-t15dJcaOef .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t15dJcaOef .navbar .navbar-logo img {
  width: auto;
}
.cid-t15dJcaOef .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t15dJcaOef .navbar.collapsed {
  justify-content: center;
}
.cid-t15dJcaOef .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t15dJcaOef .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t15dJcaOef .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t15dJcaOef .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t15dJcaOef .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t15dJcaOef .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t15dJcaOef .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t15dJcaOef .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t15dJcaOef .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t15dJcaOef .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t15dJcaOef .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t15dJcaOef .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t15dJcaOef .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t15dJcaOef .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t15dJcaOef .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t15dJcaOef .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t15dJcaOef .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t15dJcaOef .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t15dJcaOef .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t15dJcaOef .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t15dJcaOef .navbar.navbar-short {
  min-height: 60px;
}
.cid-t15dJcaOef .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t15dJcaOef .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t15dJcaOef .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t15dJcaOef .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t15dJcaOef .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t15dJcaOef .dropdown-item:hover,
.cid-t15dJcaOef .dropdown-item:focus {
  background: #d2b488 !important;
  color: white !important;
}
.cid-t15dJcaOef .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t15dJcaOef .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t15dJcaOef .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t15dJcaOef .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t15dJcaOef .dropdown-menu,
.cid-t15dJcaOef .navbar.opened {
  background: #000000 !important;
}
.cid-t15dJcaOef .nav-item:focus,
.cid-t15dJcaOef .nav-link:focus {
  outline: none;
}
.cid-t15dJcaOef .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t15dJcaOef .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t15dJcaOef .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t15dJcaOef .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t15dJcaOef .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t15dJcaOef .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t15dJcaOef .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t15dJcaOef .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t15dJcaOef .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t15dJcaOef .dropdown-item.active,
.cid-t15dJcaOef .dropdown-item:active {
  background-color: transparent;
}
.cid-t15dJcaOef .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t15dJcaOef .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t15dJcaOef .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t15dJcaOef .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t15dJcaOef .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t15dJcaOef .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t15dJcaOef ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t15dJcaOef .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t15dJcaOef button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t15dJcaOef button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t15dJcaOef button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t15dJcaOef button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t15dJcaOef button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t15dJcaOef button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t15dJcaOef nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t15dJcaOef nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t15dJcaOef nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t15dJcaOef nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t15dJcaOef .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t15dJcaOef a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t15dJcaOef .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t15dJcaOef .navbar {
    height: 70px;
  }
  .cid-t15dJcaOef .navbar.opened {
    height: auto;
  }
  .cid-t15dJcaOef .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thALfMVi2S {
  padding-top: 225px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/kids5-2000x1332.jpg");
}
.cid-thALfMVi2S .mbr-section-subtitle {
  color: #fafafa;
}
.cid-thALfMVi2S .mbr-section-title {
  color: #ffe2b7;
}
.cid-thALfMVi2S .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-thALfMVi2S .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-thALfMVi2S .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #d2b488;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-thALfMVi2S .mbr-section-btn {
  display: flex;
}
.cid-thALfMVi2S .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-thALfMVi2S .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-thALfMVi2S .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-thALfMVi2S .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ca1f27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-thALfMVi2S .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-thALfMVi2S .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-thALfMVi2S .video-wrap .icon-wrap .line-video-1,
.cid-thALfMVi2S .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-thALfMVi2S .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-thALfMVi2S .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-thALfMVi2S .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-thALfMVi2S .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-thALfMVi2S .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-thALfMVi2S a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #39b54a;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-thALfMVi2S a.close:hover {
  color: #39b54a;
}
@media (max-width: 991px) {
  .cid-thALfMVi2S .separator,
  .cid-thALfMVi2S .sep-holder,
  .cid-thALfMVi2S .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-thALfMVi2S .buttons-wrap {
    flex-direction: column;
  }
  .cid-thALfMVi2S .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-thALfMVi2S .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-thALfMVi2S .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-thALfMVi2S .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-thALfMVi2S .mbr-text,
.cid-thALfMVi2S .mbr-section-btn {
  color: #ffffff;
}
.cid-uLWnIZ8td7 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #173d33;
}
.cid-uLWnIZ8td7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLWnIZ8td7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLWnIZ8td7 .mbr-section-title {
  color: #ffe2b7;
  margin-bottom: 0;
  text-align: left;
}
.cid-uLWnIZ8td7 .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-uLWnIZ8td7 .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .cid-uLWnIZ8td7 .mbr-section-btn {
    margin-top: 34px;
  }
}
@media (max-width: 575px) {
  .cid-uLWnIZ8td7 .mbr-section-btn {
    margin-top: 26px;
    width: auto;
  }
  .cid-uLWnIZ8td7 .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-uLWnIZ8td7 .mbr-section-btn .btn.display-7 > .mbr-iconfont {
  font-size: 0.75rem !important;
}
.cid-uLWnIZ8td7 .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 8px !important;
  transition: .4s all !important;
}
.cid-uLWnIZ8td7 .mbr-section-btn .btn:hover .mbr-iconfont {
  margin-left: 14px !important;
}
.cid-uLWnIZ8td7 .mbr-section-btn .btn-white-outline {
  padding: 0 !important;
  color: #FFFFFF !important;
}
.cid-uLWnIZ8td7 .mbr-section-btn .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  color: #d2b488 !important;
  will-change: transform;
}
.cid-uLWnIZ8td7 .mbr-section-btn .btn-white-outline .mbr-iconfont:before {
  animation: icon-move-out 0.4s ease-in-out;
}
.cid-uLWnIZ8td7 .mbr-section-btn .btn-white-outline:hover {
  color: #d2b488 !important;
}
.cid-uLWnIZ8td7 .mbr-section-btn .btn-white-outline:hover .mbr-iconfont {
  background: #d2b488;
  color: #FFFFFF !important;
}
.cid-uLWnIZ8td7 .mbr-section-btn .btn-white-outline:hover .mbr-iconfont:before {
  animation: icon-move 0.4s ease-in-out;
}
@keyframes icon-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-uLWnIZ8td7 .mbr-text,
.cid-uLWnIZ8td7 .mbr-section-btn {
  text-align: left;
}
.cid-uMoLk3IpWG.popup-builder {
  background-color: #ffffff;
}
.cid-uMoLk3IpWG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMoLk3IpWG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMoLk3IpWG .modal-content,
.cid-uMoLk3IpWG .modal-dialog {
  height: auto;
}
.cid-uMoLk3IpWG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMoLk3IpWG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMoLk3IpWG .form-wrapper .mbr-form .form-group,
  .cid-uMoLk3IpWG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMoLk3IpWG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMoLk3IpWG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMoLk3IpWG .mbr-text {
  text-align: center;
}
.cid-uMoLk3IpWG .pt-0 {
  padding-top: 0 !important;
}
.cid-uMoLk3IpWG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMoLk3IpWG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMoLk3IpWG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMoLk3IpWG .modal-open {
  overflow: hidden;
}
.cid-uMoLk3IpWG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMoLk3IpWG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMoLk3IpWG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMoLk3IpWG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMoLk3IpWG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMoLk3IpWG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMoLk3IpWG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMoLk3IpWG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMoLk3IpWG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMoLk3IpWG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMoLk3IpWG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMoLk3IpWG .modal-backdrop.show {
  opacity: .5;
}
.cid-uMoLk3IpWG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uMoLk3IpWG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMoLk3IpWG .modal-header {
    padding: 1rem;
  }
}
.cid-uMoLk3IpWG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMoLk3IpWG .modal-header .close svg {
  fill: #353535;
}
.cid-uMoLk3IpWG .modal-header .close:hover {
  opacity: 1;
}
.cid-uMoLk3IpWG .modal-header .close:focus {
  outline: none;
}
.cid-uMoLk3IpWG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMoLk3IpWG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uMoLk3IpWG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMoLk3IpWG .modal-body {
    padding: 1rem;
  }
}
.cid-uMoLk3IpWG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uMoLk3IpWG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMoLk3IpWG .modal-footer {
    padding: 1rem;
  }
}
.cid-uMoLk3IpWG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMoLk3IpWG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMoLk3IpWG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMoLk3IpWG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMoLk3IpWG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMoLk3IpWG .modal-lg,
  .cid-uMoLk3IpWG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMoLk3IpWG .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMoLk3IpWG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMoLk3IpWG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMoLk3IpWG .form-group {
  margin-bottom: 1rem;
}
.cid-uMoLk3IpWG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMoLk3IpWG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMoLk3IpWG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMoLk3IpWG .mbr-section-btn {
  margin: 0;
}
.cid-uMoLk3IpWG .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2AG04M9uR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-t2AG04M9uR H2 {
  color: #89b758;
}
.cid-t2AG04M9uR .mbr-text,
.cid-t2AG04M9uR .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-t2AG04M9uR .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-t2AG04M9uR .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-t2AG04M9uR .mbr-figure {
  height: 100%;
}
.cid-t2AG04M9uR .card-img {
  height: 100%;
  padding: 0 2rem;
}
.cid-t2AG04M9uR img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-t2AG04M9uR H1 {
  color: #30203e;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-t2AG04M9uR .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-t2AG04M9uR .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-t2AG04M9uR .container {
    padding: 0 3rem;
  }
  .cid-t2AG04M9uR .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2AG04M9uR .container {
    padding: 0 2rem;
  }
  .cid-t2AG04M9uR .card-img {
    width: 100%;
  }
  .cid-t2AG04M9uR .center-card {
    padding: 1rem;
  }
}
.cid-uLQ9IJHj8M {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d2b488;
}
.cid-uLQ9IJHj8M .row {
  flex-direction: row-reverse;
}
.cid-uLQ9IJHj8M .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-uLQ9IJHj8M .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-uLQ9IJHj8M .card {
    margin-bottom: 2rem !important;
  }
  .cid-uLQ9IJHj8M .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uLQ9IJHj8M .link-wrap {
    align-items: center;
  }
}
.cid-uLQ9IJHj8M .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLQ9IJHj8M .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uLQ9IJHj8M .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-uLQ9IJHj8M .btn:hover,
.cid-uLQ9IJHj8M .btn:focus {
  border-color: #f4aee6 !important;
  background-color: #f4aee6 !important;
}
.cid-uLQ9IJHj8M .card-title {
  color: #000000;
}
.cid-uLQ9IJHj8M .mbr-subtile {
  color: #000000;
}
.cid-uLQ9IJHj8M .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLQ9IJHj8M .padding {
    padding-right: 110px;
  }
}
.cid-uJv34leQXk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJv34leQXk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJv34leQXk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJv34leQXk b,
.cid-uJv34leQXk strong {
  font-weight: 900;
}
.cid-uJv34leQXk path {
  stroke: #a98310 !important;
}
.cid-uJv34leQXk .mbr-text {
  color: #767676;
}
.cid-uJv34leQXk .mbr-section-subtitle {
  color: #767676;
}
.cid-uJv34leQXk .card-box {
  position: relative;
  margin: 3rem 0;
}
.cid-uJv34leQXk .card-box svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cid-uJv34leQXk .card-box h4,
.cid-uJv34leQXk .card-box p,
.cid-uJv34leQXk .card-box span {
  z-index: 1;
  position: relative;
}
.cid-uJv34leQXk .title .num {
  width: 100%;
  display: block;
}
.cid-uJv34leQXk .title .card-title {
  z-index: 1;
}
.cid-uJv34leQXk .num {
  color: #fafafa;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uJv34leQXk * {
    text-align: center !important;
  }
  .cid-uJv34leQXk .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uJv34leQXk .card-title,
.cid-uJv34leQXk .card-img {
  text-align: center;
  color: #17003b;
}
.cid-uJv34leQXk .card-text {
  text-align: center;
  color: #fafafa;
}
.cid-uJv34leQXk .mbr-section-title,
.cid-uJv34leQXk .card-box {
  text-align: center;
}
.cid-t2xirEscKw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t2xirEscKw .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-t2xirEscKw .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-t2xirEscKw p {
  line-height: 1.6;
}
.cid-t2xirEscKw .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-t2xirEscKw .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
  text-align: left;
}
.cid-t2xirEscKw .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-t2xirEscKw img {
  transition: all 0.3s;
}
.cid-t2xirEscKw .card-box {
  padding: 1.5rem;
}
.cid-t2xirEscKw .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-t2xirEscKw .card-box > p,
.cid-t2xirEscKw .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-t2xirEscKw .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-t1aXqqhxy7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #173d33;
}
.cid-t1aXqqhxy7 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-t1aXqqhxy7 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-t1aXqqhxy7 .col + .mbr-section-btn .btn,
.cid-t1aXqqhxy7 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-t1aXqqhxy7 .col + .mbr-section-btn .btn,
  .cid-t1aXqqhxy7 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-t1aXqqhxy7 .dragArea > *:nth-last-child(2).col,
  .cid-t1aXqqhxy7 .dragArea > *:nth-last-child(2).col-auto,
  .cid-t1aXqqhxy7 .col + .mbr-section-btn,
  .cid-t1aXqqhxy7 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-t1aXqqhxy7 .dragArea {
    flex-direction: column;
  }
}
.cid-t1aXqqhxy7 .btn-primary {
  border: 1px solid #d2b488 !important;
}
.cid-t1aXqqhxy7 .btn-primary:hover {
  border: 1px solid #d2b488 !important;
}
.cid-t1aXqqhxy7 .stripe {
  border-bottom: 1px solid #fafafa;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-t1aXqqhxy7 .form-group {
  max-width: 220px;
}
.cid-t1aXqqhxy7 .mbr-section-btn {
  padding-left: 0;
}
.cid-t1aXqqhxy7 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-t1aXqqhxy7 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe2b7;
  width: 85%;
}
.cid-t1aXqqhxy7 .mbr-text {
  color: #444;
}
.cid-t1aXqqhxy7 h5 {
  margin-bottom: 0;
}
.cid-t1aXqqhxy7 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-t1aXqqhxy7 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1aXqqhxy7 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-t1aXqqhxy7 .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1aXqqhxy7 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t1aXqqhxy7 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-t1aXqqhxy7 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t1aXqqhxy7 .social-list a:hover {
  opacity: 0.4;
}
.cid-t1aXqqhxy7 .media-container-row > div {
  padding: 0px;
}
.cid-t1aXqqhxy7 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-t1aXqqhxy7 .group-title {
  text-align: left;
  color: #ffe2b7;
  padding-bottom: 0.2rem;
}
.cid-t1aXqqhxy7 .links {
  color: #ffe2b7;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t1aXqqhxy7 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-t1aXqqhxy7 .social-list,
  .cid-t1aXqqhxy7 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t1aXqqhxy7 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-t1aXqqhxy7 .form-group {
    max-width: 180px;
  }
}
.cid-t1aXqqhxy7 .links span {
  color: #9e9e9e;
}
.cid-t1aXqqhxy7 .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-t1aXqqhxy7 .logo-title {
  text-align: center;
}
.cid-t1aXqqhxy7 .logo-title,
.cid-t1aXqqhxy7 .logo {
  color: #ffe2b7;
}
.cid-thG6kyyCOR .navbar-dropdown {
  position: relative !important;
}
.cid-thG6kyyCOR .navbar-dropdown {
  position: absolute !important;
}
.cid-thG6kyyCOR .menu-text {
  padding: 0 2rem;
  color: #ffe2b7;
}
@media (max-width: 992px) {
  .cid-thG6kyyCOR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-thG6kyyCOR .iconfont-wrapper {
  color: #39b54a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-thG6kyyCOR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-thG6kyyCOR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-thG6kyyCOR .container {
    padding: 0 1rem;
  }
}
.cid-thG6kyyCOR .menu-tite {
  background: #d2b488;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-thG6kyyCOR .nav-link {
  position: relative;
}
.cid-thG6kyyCOR .nav-link:hover {
  color: #a98310 !important;
}
.cid-thG6kyyCOR .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
}
.cid-thG6kyyCOR .navbar.opened {
  transition: all 0.3s;
}
.cid-thG6kyyCOR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thG6kyyCOR .navbar .navbar-logo img {
  width: auto;
}
.cid-thG6kyyCOR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thG6kyyCOR .navbar.collapsed {
  justify-content: center;
}
.cid-thG6kyyCOR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thG6kyyCOR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thG6kyyCOR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-thG6kyyCOR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thG6kyyCOR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thG6kyyCOR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thG6kyyCOR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thG6kyyCOR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thG6kyyCOR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thG6kyyCOR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thG6kyyCOR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thG6kyyCOR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thG6kyyCOR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thG6kyyCOR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thG6kyyCOR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thG6kyyCOR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thG6kyyCOR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thG6kyyCOR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thG6kyyCOR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thG6kyyCOR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-thG6kyyCOR .navbar.navbar-short {
  min-height: 60px;
}
.cid-thG6kyyCOR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-thG6kyyCOR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thG6kyyCOR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thG6kyyCOR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thG6kyyCOR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thG6kyyCOR .dropdown-item:hover,
.cid-thG6kyyCOR .dropdown-item:focus {
  background: #d2b488 !important;
  color: white !important;
}
.cid-thG6kyyCOR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thG6kyyCOR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thG6kyyCOR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-thG6kyyCOR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thG6kyyCOR .dropdown-menu,
.cid-thG6kyyCOR .navbar.opened {
  background: #000000 !important;
}
.cid-thG6kyyCOR .nav-item:focus,
.cid-thG6kyyCOR .nav-link:focus {
  outline: none;
}
.cid-thG6kyyCOR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thG6kyyCOR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thG6kyyCOR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thG6kyyCOR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thG6kyyCOR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thG6kyyCOR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thG6kyyCOR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thG6kyyCOR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thG6kyyCOR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thG6kyyCOR .dropdown-item.active,
.cid-thG6kyyCOR .dropdown-item:active {
  background-color: transparent;
}
.cid-thG6kyyCOR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thG6kyyCOR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thG6kyyCOR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thG6kyyCOR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-thG6kyyCOR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thG6kyyCOR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thG6kyyCOR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thG6kyyCOR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thG6kyyCOR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thG6kyyCOR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-thG6kyyCOR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thG6kyyCOR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thG6kyyCOR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thG6kyyCOR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thG6kyyCOR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thG6kyyCOR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thG6kyyCOR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thG6kyyCOR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thG6kyyCOR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-thG6kyyCOR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thG6kyyCOR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thG6kyyCOR .navbar {
    height: 70px;
  }
  .cid-thG6kyyCOR .navbar.opened {
    height: auto;
  }
  .cid-thG6kyyCOR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thG6kzrhtp {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/1000001650202-2000x878.jpg");
}
.cid-thG6kzrhtp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-thG6kzrhtp .mbr-section-title {
  color: #ffe2b7;
}
.cid-thG6kzrhtp .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-thG6kzrhtp .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-thG6kzrhtp .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #d2b488;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-thG6kzrhtp .mbr-section-btn {
  display: flex;
}
.cid-thG6kzrhtp .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-thG6kzrhtp .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-thG6kzrhtp .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-thG6kzrhtp .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ca1f27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-thG6kzrhtp .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-thG6kzrhtp .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-thG6kzrhtp .video-wrap .icon-wrap .line-video-1,
.cid-thG6kzrhtp .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-thG6kzrhtp .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-thG6kzrhtp .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-thG6kzrhtp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-thG6kzrhtp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-thG6kzrhtp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-thG6kzrhtp a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #39b54a;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-thG6kzrhtp a.close:hover {
  color: #39b54a;
}
@media (max-width: 991px) {
  .cid-thG6kzrhtp .separator,
  .cid-thG6kzrhtp .sep-holder,
  .cid-thG6kzrhtp .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-thG6kzrhtp .buttons-wrap {
    flex-direction: column;
  }
  .cid-thG6kzrhtp .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-thG6kzrhtp .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-thG6kzrhtp .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-thG6kzrhtp .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-thG6kzrhtp .mbr-text,
.cid-thG6kzrhtp .mbr-section-btn {
  color: #ffffff;
}
.cid-uMkd9pAmJ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uMkd9pAmJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkd9pAmJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkd9pAmJ3 .mbr-section-title {
  color: #ffe2b7;
  margin-bottom: 0;
}
.cid-uMkd9pAmJ3 .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-uMkd9pAmJ3 .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .cid-uMkd9pAmJ3 .mbr-section-btn {
    margin-top: 34px;
  }
}
@media (max-width: 575px) {
  .cid-uMkd9pAmJ3 .mbr-section-btn {
    margin-top: 26px;
    width: auto;
  }
  .cid-uMkd9pAmJ3 .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-uMkd9pAmJ3 .mbr-section-btn .btn.display-7 > .mbr-iconfont {
  font-size: 0.75rem !important;
}
.cid-uMkd9pAmJ3 .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 8px !important;
  transition: .4s all !important;
}
.cid-uMkd9pAmJ3 .mbr-section-btn .btn:hover .mbr-iconfont {
  margin-left: 14px !important;
}
.cid-uMkd9pAmJ3 .mbr-section-btn .btn-white-outline {
  padding: 0 !important;
  color: #FFFFFF !important;
}
.cid-uMkd9pAmJ3 .mbr-section-btn .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  color: #d2b488 !important;
  will-change: transform;
}
.cid-uMkd9pAmJ3 .mbr-section-btn .btn-white-outline .mbr-iconfont:before {
  animation: icon-move-out 0.4s ease-in-out;
}
.cid-uMkd9pAmJ3 .mbr-section-btn .btn-white-outline:hover {
  color: #d2b488 !important;
}
.cid-uMkd9pAmJ3 .mbr-section-btn .btn-white-outline:hover .mbr-iconfont {
  background: #d2b488;
  color: #FFFFFF !important;
}
.cid-uMkd9pAmJ3 .mbr-section-btn .btn-white-outline:hover .mbr-iconfont:before {
  animation: icon-move 0.4s ease-in-out;
}
@keyframes icon-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-thGbBMd2T9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-thGbBMd2T9 .container {
    max-width: 1400px;
  }
}
.cid-thGbBMd2T9 .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-thGbBMd2T9 .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-thGbBMd2T9 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-thGbBMd2T9 .row {
  justify-content: center;
}
.cid-thGbBMd2T9 img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-thGbBMd2T9 .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-thGbBMd2T9 .card-text {
  color: #d2b488;
}
.cid-thGfWufj4D {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-thGfWufj4D .container {
    max-width: 1400px;
  }
}
.cid-thGfWufj4D .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-thGfWufj4D .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-thGfWufj4D .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-thGfWufj4D .row {
  justify-content: center;
}
.cid-thGfWufj4D img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-thGfWufj4D .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-thGfWufj4D .card-text {
  color: #d2b488;
}
.cid-uMkhLjwkf4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #173d33;
}
.cid-uMkhLjwkf4 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uMkhLjwkf4 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMkhLjwkf4 .col + .mbr-section-btn .btn,
.cid-uMkhLjwkf4 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uMkhLjwkf4 .col + .mbr-section-btn .btn,
  .cid-uMkhLjwkf4 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uMkhLjwkf4 .dragArea > *:nth-last-child(2).col,
  .cid-uMkhLjwkf4 .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMkhLjwkf4 .col + .mbr-section-btn,
  .cid-uMkhLjwkf4 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uMkhLjwkf4 .dragArea {
    flex-direction: column;
  }
}
.cid-uMkhLjwkf4 .btn-primary {
  border: 1px solid #d2b488 !important;
}
.cid-uMkhLjwkf4 .btn-primary:hover {
  border: 1px solid #d2b488 !important;
}
.cid-uMkhLjwkf4 .stripe {
  border-bottom: 1px solid #fafafa;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMkhLjwkf4 .form-group {
  max-width: 220px;
}
.cid-uMkhLjwkf4 .mbr-section-btn {
  padding-left: 0;
}
.cid-uMkhLjwkf4 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMkhLjwkf4 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe2b7;
  width: 85%;
}
.cid-uMkhLjwkf4 .mbr-text {
  color: #444;
}
.cid-uMkhLjwkf4 h5 {
  margin-bottom: 0;
}
.cid-uMkhLjwkf4 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMkhLjwkf4 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMkhLjwkf4 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMkhLjwkf4 .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMkhLjwkf4 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMkhLjwkf4 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMkhLjwkf4 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMkhLjwkf4 .social-list a:hover {
  opacity: 0.4;
}
.cid-uMkhLjwkf4 .media-container-row > div {
  padding: 0px;
}
.cid-uMkhLjwkf4 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMkhLjwkf4 .group-title {
  text-align: left;
  color: #ffe2b7;
  padding-bottom: 0.2rem;
}
.cid-uMkhLjwkf4 .links {
  color: #ffe2b7;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMkhLjwkf4 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMkhLjwkf4 .social-list,
  .cid-uMkhLjwkf4 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMkhLjwkf4 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMkhLjwkf4 .form-group {
    max-width: 180px;
  }
}
.cid-uMkhLjwkf4 .links span {
  color: #9e9e9e;
}
.cid-uMkhLjwkf4 .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMkhLjwkf4 .logo-title {
  text-align: center;
}
.cid-uMkhLjwkf4 .logo-title,
.cid-uMkhLjwkf4 .logo {
  color: #ffe2b7;
}
.cid-thGsD2jYur .navbar-dropdown {
  position: relative !important;
}
.cid-thGsD2jYur .navbar-dropdown {
  position: absolute !important;
}
.cid-thGsD2jYur .menu-text {
  padding: 0 2rem;
  color: #ffe2b7;
}
@media (max-width: 992px) {
  .cid-thGsD2jYur .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-thGsD2jYur .iconfont-wrapper {
  color: #39b54a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-thGsD2jYur .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-thGsD2jYur .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-thGsD2jYur .container {
    padding: 0 1rem;
  }
}
.cid-thGsD2jYur .menu-tite {
  background: #d2b488;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-thGsD2jYur .nav-link {
  position: relative;
}
.cid-thGsD2jYur .nav-link:hover {
  color: #a98310 !important;
}
.cid-thGsD2jYur .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
}
.cid-thGsD2jYur .navbar.opened {
  transition: all 0.3s;
}
.cid-thGsD2jYur .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thGsD2jYur .navbar .navbar-logo img {
  width: auto;
}
.cid-thGsD2jYur .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thGsD2jYur .navbar.collapsed {
  justify-content: center;
}
.cid-thGsD2jYur .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thGsD2jYur .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thGsD2jYur .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-thGsD2jYur .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thGsD2jYur .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thGsD2jYur .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thGsD2jYur .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thGsD2jYur .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thGsD2jYur .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thGsD2jYur .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thGsD2jYur .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thGsD2jYur .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thGsD2jYur .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thGsD2jYur .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thGsD2jYur .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thGsD2jYur .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thGsD2jYur .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thGsD2jYur .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thGsD2jYur .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thGsD2jYur .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-thGsD2jYur .navbar.navbar-short {
  min-height: 60px;
}
.cid-thGsD2jYur .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-thGsD2jYur .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thGsD2jYur .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thGsD2jYur .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thGsD2jYur .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thGsD2jYur .dropdown-item:hover,
.cid-thGsD2jYur .dropdown-item:focus {
  background: #d2b488 !important;
  color: white !important;
}
.cid-thGsD2jYur .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thGsD2jYur .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thGsD2jYur .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-thGsD2jYur .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thGsD2jYur .dropdown-menu,
.cid-thGsD2jYur .navbar.opened {
  background: #000000 !important;
}
.cid-thGsD2jYur .nav-item:focus,
.cid-thGsD2jYur .nav-link:focus {
  outline: none;
}
.cid-thGsD2jYur .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thGsD2jYur .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thGsD2jYur .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thGsD2jYur .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thGsD2jYur .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thGsD2jYur .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thGsD2jYur .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thGsD2jYur .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thGsD2jYur .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thGsD2jYur .dropdown-item.active,
.cid-thGsD2jYur .dropdown-item:active {
  background-color: transparent;
}
.cid-thGsD2jYur .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thGsD2jYur .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thGsD2jYur .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thGsD2jYur .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-thGsD2jYur .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thGsD2jYur .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thGsD2jYur ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thGsD2jYur .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thGsD2jYur button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thGsD2jYur button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-thGsD2jYur button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thGsD2jYur button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thGsD2jYur button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thGsD2jYur button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thGsD2jYur nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thGsD2jYur nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thGsD2jYur nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thGsD2jYur nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thGsD2jYur .navbar-dropdown {
  padding: 0 1rem;
}
.cid-thGsD2jYur a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thGsD2jYur .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thGsD2jYur .navbar {
    height: 70px;
  }
  .cid-thGsD2jYur .navbar.opened {
    height: auto;
  }
  .cid-thGsD2jYur .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thGurWcJKA {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/pic6-2000x1334.jpg");
}
.cid-thGurWcJKA .mbr-section-subtitle {
  color: #fafafa;
}
.cid-thGurWcJKA .mbr-section-title {
  color: #ffe2b7;
}
.cid-thGurWcJKA .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-thGurWcJKA .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-thGurWcJKA .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #d2b488;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-thGurWcJKA .mbr-section-btn {
  display: flex;
}
.cid-thGurWcJKA .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-thGurWcJKA .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-thGurWcJKA .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-thGurWcJKA .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ca1f27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-thGurWcJKA .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-thGurWcJKA .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-thGurWcJKA .video-wrap .icon-wrap .line-video-1,
.cid-thGurWcJKA .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-thGurWcJKA .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-thGurWcJKA .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-thGurWcJKA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-thGurWcJKA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-thGurWcJKA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-thGurWcJKA a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #39b54a;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-thGurWcJKA a.close:hover {
  color: #39b54a;
}
@media (max-width: 991px) {
  .cid-thGurWcJKA .separator,
  .cid-thGurWcJKA .sep-holder,
  .cid-thGurWcJKA .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-thGurWcJKA .buttons-wrap {
    flex-direction: column;
  }
  .cid-thGurWcJKA .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-thGurWcJKA .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-thGurWcJKA .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-thGurWcJKA .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-thGurWcJKA .mbr-text,
.cid-thGurWcJKA .mbr-section-btn {
  color: #ffffff;
}
.cid-uMjQ6nGaT9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uMjQ6nGaT9 .container {
  max-width: 100% !important;
}
.cid-uMjQ6nGaT9 .mbr-section-head {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0 50px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .cid-uMjQ6nGaT9 .mbr-section-head {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .cid-uMjQ6nGaT9 .mbr-section-head {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uMjQ6nGaT9 .mbr-section-head {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .cid-uMjQ6nGaT9 .mbr-section-head {
    padding: 30px 0 40px;
  }
}
.cid-uMjQ6nGaT9 .mbr-section-title {
  color: #303030;
}
.cid-uMjQ6nGaT9 .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uMjQ6nGaT9 .items-row {
  position: relative;
  margin-top: -1px;
  margin-left: -3px !important;
  margin-right: -3px !important;
  border-top: 1px solid #e2e2e2;
}
.cid-uMjQ6nGaT9 .items-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 101vw;
  background-color: #e2e2e2;
}
.cid-uMjQ6nGaT9 .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 10% 10% 8% 10%;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uMjQ6nGaT9 .item-wrapper {
    padding: 13% 7% 12%;
  }
}
.cid-uMjQ6nGaT9 .item {
  padding: 0 !important;
  margin: -1px -1px 0;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
.cid-uMjQ6nGaT9 .item:nth-child(1n) .item-wrapper {
  background: linear-gradient(to left, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: right;
}
.cid-uMjQ6nGaT9 .item:nth-child(1n) .item-wrapper:hover {
  background-position: left;
}
.cid-uMjQ6nGaT9 .item:nth-child(2n) .item-wrapper {
  background: linear-gradient(to right, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: left;
}
.cid-uMjQ6nGaT9 .item:nth-child(2n) .item-wrapper:hover {
  background-position: right;
}
.cid-uMjQ6nGaT9 .item-img {
  width: 100%;
  border: 1px solid #e2e2e2;
}
.cid-uMjQ6nGaT9 .item-img img {
  width: 100%;
  aspect-ratio: calc(53 / (10 * 3));
  object-fit: cover;
}
.cid-uMjQ6nGaT9 .item-content {
  margin-top: 15px;
}
.cid-uMjQ6nGaT9 .mbr-text {
  margin-top: 15px;
  color: #303030;
}
.cid-uMjQ6nGaT9 .item-title {
  margin-top: 15px;
  color: #303030;
}
.cid-uMjQ6nGaT9 .mbr-section-btn {
  padding-top: 10px;
  margin-top: auto !important;
}
.cid-uMjQgpZEs5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uMjQgpZEs5 .container {
  max-width: 100% !important;
}
.cid-uMjQgpZEs5 .mbr-section-head {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0 50px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .cid-uMjQgpZEs5 .mbr-section-head {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .cid-uMjQgpZEs5 .mbr-section-head {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uMjQgpZEs5 .mbr-section-head {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .cid-uMjQgpZEs5 .mbr-section-head {
    padding: 30px 0 40px;
  }
}
.cid-uMjQgpZEs5 .mbr-section-title {
  color: #303030;
}
.cid-uMjQgpZEs5 .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uMjQgpZEs5 .items-row {
  position: relative;
  margin-top: -1px;
  margin-left: -3px !important;
  margin-right: -3px !important;
  border-top: 1px solid #e2e2e2;
}
.cid-uMjQgpZEs5 .items-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 101vw;
  background-color: #e2e2e2;
}
.cid-uMjQgpZEs5 .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 10% 10% 8% 10%;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uMjQgpZEs5 .item-wrapper {
    padding: 13% 7% 12%;
  }
}
.cid-uMjQgpZEs5 .item {
  padding: 0 !important;
  margin: -1px -1px 0;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
.cid-uMjQgpZEs5 .item:nth-child(1n) .item-wrapper {
  background: linear-gradient(to left, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: right;
}
.cid-uMjQgpZEs5 .item:nth-child(1n) .item-wrapper:hover {
  background-position: left;
}
.cid-uMjQgpZEs5 .item:nth-child(2n) .item-wrapper {
  background: linear-gradient(to right, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: left;
}
.cid-uMjQgpZEs5 .item:nth-child(2n) .item-wrapper:hover {
  background-position: right;
}
.cid-uMjQgpZEs5 .item-img {
  width: 100%;
  border: 1px solid #e2e2e2;
}
.cid-uMjQgpZEs5 .item-img img {
  width: 100%;
  aspect-ratio: calc(53 / (10 * 3));
  object-fit: cover;
}
.cid-uMjQgpZEs5 .item-content {
  margin-top: 15px;
}
.cid-uMjQgpZEs5 .mbr-text {
  margin-top: 15px;
  color: #303030;
}
.cid-uMjQgpZEs5 .item-title {
  margin-top: 15px;
  color: #303030;
}
.cid-uMjQgpZEs5 .mbr-section-btn {
  padding-top: 10px;
  margin-top: auto !important;
}
.cid-uMjQAC0IM6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uMjQAC0IM6 .container {
  max-width: 100% !important;
}
.cid-uMjQAC0IM6 .mbr-section-head {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0 50px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .cid-uMjQAC0IM6 .mbr-section-head {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .cid-uMjQAC0IM6 .mbr-section-head {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uMjQAC0IM6 .mbr-section-head {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .cid-uMjQAC0IM6 .mbr-section-head {
    padding: 30px 0 40px;
  }
}
.cid-uMjQAC0IM6 .mbr-section-title {
  color: #303030;
}
.cid-uMjQAC0IM6 .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uMjQAC0IM6 .items-row {
  position: relative;
  margin-top: -1px;
  margin-left: -3px !important;
  margin-right: -3px !important;
  border-top: 1px solid #e2e2e2;
}
.cid-uMjQAC0IM6 .items-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 101vw;
  background-color: #e2e2e2;
}
.cid-uMjQAC0IM6 .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 10% 10% 8% 10%;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uMjQAC0IM6 .item-wrapper {
    padding: 13% 7% 12%;
  }
}
.cid-uMjQAC0IM6 .item {
  padding: 0 !important;
  margin: -1px -1px 0;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
.cid-uMjQAC0IM6 .item:nth-child(1n) .item-wrapper {
  background: linear-gradient(to left, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: right;
}
.cid-uMjQAC0IM6 .item:nth-child(1n) .item-wrapper:hover {
  background-position: left;
}
.cid-uMjQAC0IM6 .item:nth-child(2n) .item-wrapper {
  background: linear-gradient(to right, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: left;
}
.cid-uMjQAC0IM6 .item:nth-child(2n) .item-wrapper:hover {
  background-position: right;
}
.cid-uMjQAC0IM6 .item-img {
  width: 100%;
  border: 1px solid #e2e2e2;
}
.cid-uMjQAC0IM6 .item-img img {
  width: 100%;
  aspect-ratio: calc(53 / (10 * 3));
  object-fit: cover;
}
.cid-uMjQAC0IM6 .item-content {
  margin-top: 15px;
}
.cid-uMjQAC0IM6 .mbr-text {
  margin-top: 15px;
  color: #303030;
}
.cid-uMjQAC0IM6 .item-title {
  margin-top: 15px;
  color: #303030;
}
.cid-uMjQAC0IM6 .mbr-section-btn {
  padding-top: 10px;
  margin-top: auto !important;
}
.cid-uMjRasJmpd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uMjRasJmpd .container {
  max-width: 100% !important;
}
.cid-uMjRasJmpd .mbr-section-head {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0 50px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .cid-uMjRasJmpd .mbr-section-head {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .cid-uMjRasJmpd .mbr-section-head {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uMjRasJmpd .mbr-section-head {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .cid-uMjRasJmpd .mbr-section-head {
    padding: 30px 0 40px;
  }
}
.cid-uMjRasJmpd .mbr-section-title {
  color: #303030;
}
.cid-uMjRasJmpd .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uMjRasJmpd .items-row {
  position: relative;
  margin-top: -1px;
  margin-left: -3px !important;
  margin-right: -3px !important;
  border-top: 1px solid #e2e2e2;
}
.cid-uMjRasJmpd .items-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 101vw;
  background-color: #e2e2e2;
}
.cid-uMjRasJmpd .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 10% 10% 8% 10%;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uMjRasJmpd .item-wrapper {
    padding: 13% 7% 12%;
  }
}
.cid-uMjRasJmpd .item {
  padding: 0 !important;
  margin: -1px -1px 0;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
.cid-uMjRasJmpd .item:nth-child(1n) .item-wrapper {
  background: linear-gradient(to left, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: right;
}
.cid-uMjRasJmpd .item:nth-child(1n) .item-wrapper:hover {
  background-position: left;
}
.cid-uMjRasJmpd .item:nth-child(2n) .item-wrapper {
  background: linear-gradient(to right, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: left;
}
.cid-uMjRasJmpd .item:nth-child(2n) .item-wrapper:hover {
  background-position: right;
}
.cid-uMjRasJmpd .item-img {
  width: 100%;
  border: 1px solid #e2e2e2;
}
.cid-uMjRasJmpd .item-img img {
  width: 100%;
  aspect-ratio: calc(53 / (10 * 3));
  object-fit: cover;
}
.cid-uMjRasJmpd .item-content {
  margin-top: 15px;
}
.cid-uMjRasJmpd .mbr-text {
  margin-top: 15px;
  color: #303030;
}
.cid-uMjRasJmpd .item-title {
  margin-top: 15px;
  color: #303030;
}
.cid-uMjRasJmpd .mbr-section-btn {
  padding-top: 10px;
  margin-top: auto !important;
}
.cid-uMjRRzsQJ7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uMjRRzsQJ7 .container {
  max-width: 100% !important;
}
.cid-uMjRRzsQJ7 .mbr-section-head {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0 50px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .cid-uMjRRzsQJ7 .mbr-section-head {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .cid-uMjRRzsQJ7 .mbr-section-head {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uMjRRzsQJ7 .mbr-section-head {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .cid-uMjRRzsQJ7 .mbr-section-head {
    padding: 30px 0 40px;
  }
}
.cid-uMjRRzsQJ7 .mbr-section-title {
  color: #303030;
}
.cid-uMjRRzsQJ7 .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uMjRRzsQJ7 .items-row {
  position: relative;
  margin-top: -1px;
  margin-left: -3px !important;
  margin-right: -3px !important;
  border-top: 1px solid #e2e2e2;
}
.cid-uMjRRzsQJ7 .items-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 101vw;
  background-color: #e2e2e2;
}
.cid-uMjRRzsQJ7 .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 10% 10% 8% 10%;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uMjRRzsQJ7 .item-wrapper {
    padding: 13% 7% 12%;
  }
}
.cid-uMjRRzsQJ7 .item {
  padding: 0 !important;
  margin: -1px -1px 0;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
.cid-uMjRRzsQJ7 .item:nth-child(1n) .item-wrapper {
  background: linear-gradient(to left, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: right;
}
.cid-uMjRRzsQJ7 .item:nth-child(1n) .item-wrapper:hover {
  background-position: left;
}
.cid-uMjRRzsQJ7 .item:nth-child(2n) .item-wrapper {
  background: linear-gradient(to right, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: left;
}
.cid-uMjRRzsQJ7 .item:nth-child(2n) .item-wrapper:hover {
  background-position: right;
}
.cid-uMjRRzsQJ7 .item-img {
  width: 100%;
  border: 1px solid #e2e2e2;
}
.cid-uMjRRzsQJ7 .item-img img {
  width: 100%;
  aspect-ratio: calc(53 / (10 * 3));
  object-fit: cover;
}
.cid-uMjRRzsQJ7 .item-content {
  margin-top: 15px;
}
.cid-uMjRRzsQJ7 .mbr-text {
  margin-top: 15px;
  color: #303030;
}
.cid-uMjRRzsQJ7 .item-title {
  margin-top: 15px;
  color: #303030;
}
.cid-uMjRRzsQJ7 .mbr-section-btn {
  padding-top: 10px;
  margin-top: auto !important;
}
.cid-uMjS61kEhX {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d2b488;
}
.cid-uMjS61kEhX .row {
  flex-direction: row-reverse;
}
.cid-uMjS61kEhX .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-uMjS61kEhX .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-uMjS61kEhX .card {
    margin-bottom: 2rem !important;
  }
  .cid-uMjS61kEhX .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uMjS61kEhX .link-wrap {
    align-items: center;
  }
}
.cid-uMjS61kEhX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMjS61kEhX .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uMjS61kEhX .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-uMjS61kEhX .btn:hover,
.cid-uMjS61kEhX .btn:focus {
  border-color: #f4aee6 !important;
  background-color: #f4aee6 !important;
}
.cid-uMjS61kEhX .card-title {
  color: #000000;
}
.cid-uMjS61kEhX .mbr-subtile {
  color: #000000;
}
.cid-uMjS61kEhX .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMjS61kEhX .padding {
    padding-right: 110px;
  }
}
.cid-uMjS6GzaxV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #173d33;
}
.cid-uMjS6GzaxV .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uMjS6GzaxV .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMjS6GzaxV .col + .mbr-section-btn .btn,
.cid-uMjS6GzaxV .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uMjS6GzaxV .col + .mbr-section-btn .btn,
  .cid-uMjS6GzaxV .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uMjS6GzaxV .dragArea > *:nth-last-child(2).col,
  .cid-uMjS6GzaxV .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMjS6GzaxV .col + .mbr-section-btn,
  .cid-uMjS6GzaxV .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uMjS6GzaxV .dragArea {
    flex-direction: column;
  }
}
.cid-uMjS6GzaxV .btn-primary {
  border: 1px solid #d2b488 !important;
}
.cid-uMjS6GzaxV .btn-primary:hover {
  border: 1px solid #d2b488 !important;
}
.cid-uMjS6GzaxV .stripe {
  border-bottom: 1px solid #fafafa;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMjS6GzaxV .form-group {
  max-width: 220px;
}
.cid-uMjS6GzaxV .mbr-section-btn {
  padding-left: 0;
}
.cid-uMjS6GzaxV .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMjS6GzaxV .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe2b7;
  width: 85%;
}
.cid-uMjS6GzaxV .mbr-text {
  color: #444;
}
.cid-uMjS6GzaxV h5 {
  margin-bottom: 0;
}
.cid-uMjS6GzaxV .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMjS6GzaxV .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMjS6GzaxV .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMjS6GzaxV .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMjS6GzaxV .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMjS6GzaxV .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMjS6GzaxV .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMjS6GzaxV .social-list a:hover {
  opacity: 0.4;
}
.cid-uMjS6GzaxV .media-container-row > div {
  padding: 0px;
}
.cid-uMjS6GzaxV .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMjS6GzaxV .group-title {
  text-align: left;
  color: #ffe2b7;
  padding-bottom: 0.2rem;
}
.cid-uMjS6GzaxV .links {
  color: #ffe2b7;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMjS6GzaxV .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMjS6GzaxV .social-list,
  .cid-uMjS6GzaxV .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMjS6GzaxV h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMjS6GzaxV .form-group {
    max-width: 180px;
  }
}
.cid-uMjS6GzaxV .links span {
  color: #9e9e9e;
}
.cid-uMjS6GzaxV .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMjS6GzaxV .logo-title {
  text-align: center;
}
.cid-uMjS6GzaxV .logo-title,
.cid-uMjS6GzaxV .logo {
  color: #ffe2b7;
}
.cid-thLVVESvxF .navbar-dropdown {
  position: relative !important;
}
.cid-thLVVESvxF .navbar-dropdown {
  position: absolute !important;
}
.cid-thLVVESvxF .menu-text {
  padding: 0 2rem;
  color: #ffe2b7;
}
@media (max-width: 992px) {
  .cid-thLVVESvxF .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-thLVVESvxF .iconfont-wrapper {
  color: #39b54a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-thLVVESvxF .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-thLVVESvxF .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-thLVVESvxF .container {
    padding: 0 1rem;
  }
}
.cid-thLVVESvxF .menu-tite {
  background: #d2b488;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-thLVVESvxF .nav-link {
  position: relative;
}
.cid-thLVVESvxF .nav-link:hover {
  color: #a98310 !important;
}
.cid-thLVVESvxF .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
}
.cid-thLVVESvxF .navbar.opened {
  transition: all 0.3s;
}
.cid-thLVVESvxF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thLVVESvxF .navbar .navbar-logo img {
  width: auto;
}
.cid-thLVVESvxF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thLVVESvxF .navbar.collapsed {
  justify-content: center;
}
.cid-thLVVESvxF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thLVVESvxF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thLVVESvxF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-thLVVESvxF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thLVVESvxF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thLVVESvxF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thLVVESvxF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thLVVESvxF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thLVVESvxF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thLVVESvxF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thLVVESvxF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thLVVESvxF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thLVVESvxF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thLVVESvxF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thLVVESvxF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thLVVESvxF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thLVVESvxF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thLVVESvxF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thLVVESvxF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thLVVESvxF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-thLVVESvxF .navbar.navbar-short {
  min-height: 60px;
}
.cid-thLVVESvxF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-thLVVESvxF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thLVVESvxF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thLVVESvxF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thLVVESvxF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thLVVESvxF .dropdown-item:hover,
.cid-thLVVESvxF .dropdown-item:focus {
  background: #d2b488 !important;
  color: white !important;
}
.cid-thLVVESvxF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thLVVESvxF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thLVVESvxF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-thLVVESvxF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thLVVESvxF .dropdown-menu,
.cid-thLVVESvxF .navbar.opened {
  background: #000000 !important;
}
.cid-thLVVESvxF .nav-item:focus,
.cid-thLVVESvxF .nav-link:focus {
  outline: none;
}
.cid-thLVVESvxF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thLVVESvxF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thLVVESvxF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thLVVESvxF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thLVVESvxF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thLVVESvxF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thLVVESvxF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thLVVESvxF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thLVVESvxF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thLVVESvxF .dropdown-item.active,
.cid-thLVVESvxF .dropdown-item:active {
  background-color: transparent;
}
.cid-thLVVESvxF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thLVVESvxF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thLVVESvxF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thLVVESvxF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-thLVVESvxF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thLVVESvxF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thLVVESvxF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thLVVESvxF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thLVVESvxF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thLVVESvxF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-thLVVESvxF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thLVVESvxF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thLVVESvxF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thLVVESvxF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thLVVESvxF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thLVVESvxF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thLVVESvxF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thLVVESvxF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thLVVESvxF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-thLVVESvxF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thLVVESvxF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thLVVESvxF .navbar {
    height: 70px;
  }
  .cid-thLVVESvxF .navbar.opened {
    height: auto;
  }
  .cid-thLVVESvxF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thLVVFEuSe {
  background-image: url("../../../assets/images/artboard-2-2000x1125.png");
}
.cid-thLVVFEuSe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-thLVVFEuSe .mbr-section-title {
  color: #ffe2b7;
}
.cid-thLVVFEuSe .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-thLVVFEuSe .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-thLVVFEuSe .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #d2b488;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-thLVVFEuSe .mbr-section-btn {
  display: flex;
}
.cid-thLVVFEuSe .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-thLVVFEuSe .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-thLVVFEuSe .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-thLVVFEuSe .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ca1f27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-thLVVFEuSe .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-thLVVFEuSe .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-thLVVFEuSe .video-wrap .icon-wrap .line-video-1,
.cid-thLVVFEuSe .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-thLVVFEuSe .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-thLVVFEuSe .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-thLVVFEuSe .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-thLVVFEuSe .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-thLVVFEuSe .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-thLVVFEuSe a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #39b54a;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-thLVVFEuSe a.close:hover {
  color: #39b54a;
}
@media (max-width: 991px) {
  .cid-thLVVFEuSe .separator,
  .cid-thLVVFEuSe .sep-holder,
  .cid-thLVVFEuSe .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-thLVVFEuSe .buttons-wrap {
    flex-direction: column;
  }
  .cid-thLVVFEuSe .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-thLVVFEuSe .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-thLVVFEuSe .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-thLVVFEuSe .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-thLVVFEuSe .mbr-text,
.cid-thLVVFEuSe .mbr-section-btn {
  color: #ffffff;
}
.cid-uLXmhG7AKB {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uM18xl5GGJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uM18xl5GGJ .item:focus,
.cid-uM18xl5GGJ span:focus {
  outline: none;
}
.cid-uM18xl5GGJ .item {
  cursor: pointer;
}
.cid-uM18xl5GGJ .grid-container {
  grid-row-gap: 20px;
}
.cid-uM18xl5GGJ .grid-container-1,
.cid-uM18xl5GGJ .grid-container-2,
.cid-uM18xl5GGJ .grid-container-3 {
  gap: 20px;
}
.cid-uM18xl5GGJ .container,
.cid-uM18xl5GGJ .container-fluid {
  overflow: hidden;
}
.cid-uM18xl5GGJ .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uM18xl5GGJ .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uM18xl5GGJ .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uM18xl5GGJ .grid-item img {
    min-width: 50vw;
    height: 200px;
  }
}
.cid-uM18xl5GGJ .grid-container-1,
.cid-uM18xl5GGJ .grid-container-2,
.cid-uM18xl5GGJ .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uM18xl5GGJ .grid-container-1 {
  align-items: flex-end;
}
.cid-uM18xl5GGJ .grid-container-2 {
  align-items: flex-start;
}
.cid-uM18xl5GGJ .mbr-section-title {
  margin-bottom: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uM18xl5GGJ .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMBwbxLMLP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #173d33;
}
.cid-uMBwbxLMLP .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uMBwbxLMLP .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMBwbxLMLP .col + .mbr-section-btn .btn,
.cid-uMBwbxLMLP .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uMBwbxLMLP .col + .mbr-section-btn .btn,
  .cid-uMBwbxLMLP .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uMBwbxLMLP .dragArea > *:nth-last-child(2).col,
  .cid-uMBwbxLMLP .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMBwbxLMLP .col + .mbr-section-btn,
  .cid-uMBwbxLMLP .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uMBwbxLMLP .dragArea {
    flex-direction: column;
  }
}
.cid-uMBwbxLMLP .btn-primary {
  border: 1px solid #d2b488 !important;
}
.cid-uMBwbxLMLP .btn-primary:hover {
  border: 1px solid #d2b488 !important;
}
.cid-uMBwbxLMLP .stripe {
  border-bottom: 1px solid #fafafa;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMBwbxLMLP .form-group {
  max-width: 220px;
}
.cid-uMBwbxLMLP .mbr-section-btn {
  padding-left: 0;
}
.cid-uMBwbxLMLP .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMBwbxLMLP .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe2b7;
  width: 85%;
}
.cid-uMBwbxLMLP .mbr-text {
  color: #444;
}
.cid-uMBwbxLMLP h5 {
  margin-bottom: 0;
}
.cid-uMBwbxLMLP .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMBwbxLMLP .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMBwbxLMLP .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMBwbxLMLP .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMBwbxLMLP .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMBwbxLMLP .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMBwbxLMLP .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMBwbxLMLP .social-list a:hover {
  opacity: 0.4;
}
.cid-uMBwbxLMLP .media-container-row > div {
  padding: 0px;
}
.cid-uMBwbxLMLP .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMBwbxLMLP .group-title {
  text-align: left;
  color: #ffe2b7;
  padding-bottom: 0.2rem;
}
.cid-uMBwbxLMLP .links {
  color: #ffe2b7;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMBwbxLMLP .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMBwbxLMLP .social-list,
  .cid-uMBwbxLMLP .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMBwbxLMLP h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMBwbxLMLP .form-group {
    max-width: 180px;
  }
}
.cid-uMBwbxLMLP .links span {
  color: #9e9e9e;
}
.cid-uMBwbxLMLP .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMBwbxLMLP .logo-title {
  text-align: center;
}
.cid-uMBwbxLMLP .logo-title,
.cid-uMBwbxLMLP .logo {
  color: #ffe2b7;
}
.cid-thMaMd8hsJ .navbar-dropdown {
  position: relative !important;
}
.cid-thMaMd8hsJ .navbar-dropdown {
  position: absolute !important;
}
.cid-thMaMd8hsJ .menu-text {
  padding: 0 2rem;
  color: #ffe2b7;
}
@media (max-width: 992px) {
  .cid-thMaMd8hsJ .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-thMaMd8hsJ .iconfont-wrapper {
  color: #39b54a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-thMaMd8hsJ .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-thMaMd8hsJ .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-thMaMd8hsJ .container {
    padding: 0 1rem;
  }
}
.cid-thMaMd8hsJ .menu-tite {
  background: #d2b488;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-thMaMd8hsJ .nav-link {
  position: relative;
}
.cid-thMaMd8hsJ .nav-link:hover {
  color: #a98310 !important;
}
.cid-thMaMd8hsJ .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
}
.cid-thMaMd8hsJ .navbar.opened {
  transition: all 0.3s;
}
.cid-thMaMd8hsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thMaMd8hsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-thMaMd8hsJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thMaMd8hsJ .navbar.collapsed {
  justify-content: center;
}
.cid-thMaMd8hsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thMaMd8hsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thMaMd8hsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-thMaMd8hsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thMaMd8hsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thMaMd8hsJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thMaMd8hsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thMaMd8hsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thMaMd8hsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thMaMd8hsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thMaMd8hsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thMaMd8hsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thMaMd8hsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thMaMd8hsJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thMaMd8hsJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thMaMd8hsJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thMaMd8hsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thMaMd8hsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thMaMd8hsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thMaMd8hsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-thMaMd8hsJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-thMaMd8hsJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-thMaMd8hsJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thMaMd8hsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thMaMd8hsJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thMaMd8hsJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thMaMd8hsJ .dropdown-item:hover,
.cid-thMaMd8hsJ .dropdown-item:focus {
  background: #d2b488 !important;
  color: white !important;
}
.cid-thMaMd8hsJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thMaMd8hsJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thMaMd8hsJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-thMaMd8hsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thMaMd8hsJ .dropdown-menu,
.cid-thMaMd8hsJ .navbar.opened {
  background: #000000 !important;
}
.cid-thMaMd8hsJ .nav-item:focus,
.cid-thMaMd8hsJ .nav-link:focus {
  outline: none;
}
.cid-thMaMd8hsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thMaMd8hsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thMaMd8hsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thMaMd8hsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thMaMd8hsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thMaMd8hsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thMaMd8hsJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thMaMd8hsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thMaMd8hsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thMaMd8hsJ .dropdown-item.active,
.cid-thMaMd8hsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-thMaMd8hsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thMaMd8hsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thMaMd8hsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thMaMd8hsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-thMaMd8hsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thMaMd8hsJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thMaMd8hsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thMaMd8hsJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thMaMd8hsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thMaMd8hsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-thMaMd8hsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thMaMd8hsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thMaMd8hsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thMaMd8hsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thMaMd8hsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thMaMd8hsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thMaMd8hsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thMaMd8hsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thMaMd8hsJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-thMaMd8hsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thMaMd8hsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thMaMd8hsJ .navbar {
    height: 70px;
  }
  .cid-thMaMd8hsJ .navbar.opened {
    height: auto;
  }
  .cid-thMaMd8hsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thMaMdMNeQ {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/kids19-2000x1254.jpg");
}
.cid-thMaMdMNeQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-thMaMdMNeQ .mbr-section-title {
  color: #ffe2b7;
}
.cid-thMaMdMNeQ .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-thMaMdMNeQ .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-thMaMdMNeQ .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #d2b488;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-thMaMdMNeQ .mbr-section-btn {
  display: flex;
}
.cid-thMaMdMNeQ .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-thMaMdMNeQ .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-thMaMdMNeQ .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-thMaMdMNeQ .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ca1f27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-thMaMdMNeQ .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-thMaMdMNeQ .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-thMaMdMNeQ .video-wrap .icon-wrap .line-video-1,
.cid-thMaMdMNeQ .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-thMaMdMNeQ .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-thMaMdMNeQ .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-thMaMdMNeQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-thMaMdMNeQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-thMaMdMNeQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-thMaMdMNeQ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #39b54a;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-thMaMdMNeQ a.close:hover {
  color: #39b54a;
}
@media (max-width: 991px) {
  .cid-thMaMdMNeQ .separator,
  .cid-thMaMdMNeQ .sep-holder,
  .cid-thMaMdMNeQ .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-thMaMdMNeQ .buttons-wrap {
    flex-direction: column;
  }
  .cid-thMaMdMNeQ .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-thMaMdMNeQ .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-thMaMdMNeQ .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-thMaMdMNeQ .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-thMaMdMNeQ .mbr-text,
.cid-thMaMdMNeQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uMjZ6l4YIQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uMjZ6l4YIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjZ6l4YIQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjZ6l4YIQ .mbr-section-title {
  color: #ffe2b7;
  margin-bottom: 0;
}
.cid-uMjZ6l4YIQ .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-uMjZ6l4YIQ .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .cid-uMjZ6l4YIQ .mbr-section-btn {
    margin-top: 34px;
  }
}
@media (max-width: 575px) {
  .cid-uMjZ6l4YIQ .mbr-section-btn {
    margin-top: 26px;
    width: auto;
  }
  .cid-uMjZ6l4YIQ .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-uMjZ6l4YIQ .mbr-section-btn .btn.display-7 > .mbr-iconfont {
  font-size: 0.75rem !important;
}
.cid-uMjZ6l4YIQ .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 8px !important;
  transition: .4s all !important;
}
.cid-uMjZ6l4YIQ .mbr-section-btn .btn:hover .mbr-iconfont {
  margin-left: 14px !important;
}
.cid-uMjZ6l4YIQ .mbr-section-btn .btn-white-outline {
  padding: 0 !important;
  color: #FFFFFF !important;
}
.cid-uMjZ6l4YIQ .mbr-section-btn .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  color: #d2b488 !important;
  will-change: transform;
}
.cid-uMjZ6l4YIQ .mbr-section-btn .btn-white-outline .mbr-iconfont:before {
  animation: icon-move-out 0.4s ease-in-out;
}
.cid-uMjZ6l4YIQ .mbr-section-btn .btn-white-outline:hover {
  color: #d2b488 !important;
}
.cid-uMjZ6l4YIQ .mbr-section-btn .btn-white-outline:hover .mbr-iconfont {
  background: #d2b488;
  color: #FFFFFF !important;
}
.cid-uMjZ6l4YIQ .mbr-section-btn .btn-white-outline:hover .mbr-iconfont:before {
  animation: icon-move 0.4s ease-in-out;
}
@keyframes icon-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-thMdoIAFcG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-thMdoIAFcG .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-thMdoIAFcG .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-thMdoIAFcG form {
  margin-top: 2.5rem;
}
.cid-thMdoIAFcG input::-webkit-input-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-thMdoIAFcG input::-moz-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-thMdoIAFcG .mbr-form .form-group {
  margin-bottom: 1rem;
}
.cid-thMdoIAFcG .mbr-form .form-control {
  padding: .75rem 1rem;
  line-height: 1.5;
  border: 1px solid #bbbbbb;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-thMdoIAFcG .mbr-form .form-control:focus {
  border-color: #000000;
}
.cid-thMdoIAFcG .mbr-form textarea {
  height: 120px;
  background-color: #ffffff;
}
.cid-thMdoIAFcG .mbr-form .btn {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none;
  min-height: auto !important;
  font-weight: 400;
}
.cid-thMdoIAFcG .mbr-form .btn-primary-outline {
  padding: 0 !important;
  border-bottom: 1px solid currentColor !important;
}
.cid-thMdoIAFcG .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-thMdoIAFcG .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-thMdoIAFcG .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-thMdoIAFcG .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-thMdoIAFcG .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-thMdoIAFcG .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #fcd209;
}
.cid-thMdoIAFcG .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-thMdoIAFcG .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-thMdoIAFcG .card_item:nth-child(2) .square_fill {
  background-color: #39b54a;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-thMdoIAFcG .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-thMdoIAFcG .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-thMdoIAFcG .card_item:nth-child(3) .square_fill {
  background-color: #a98310;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-thMdoIAFcG .card_item .card-box {
  border-left: 1px dotted rgba(0, 0, 0, 0.5);
}
.cid-thMdoIAFcG .card_item:nth-child(2) .card-box {
  border-right: 1px dotted rgba(0, 0, 0, 0.5);
}
.cid-thMdoIAFcG .card-box {
  height: 100%;
}
.cid-thMdoIAFcG .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-thMdoIAFcG .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-thMdoIAFcG .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-thMdoIAFcG .square_animation .square_null {
  z-index: 1;
  border: 1px solid #d2b488;
}
.cid-thMdoIAFcG .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-thMdoIAFcG .card-title {
  margin-bottom: 1.75rem;
}
@media (max-width: 991px) {
  .cid-thMdoIAFcG .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-thMdoIAFcG .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-thMdoIAFcG .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-thMdoIAFcG .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-thMdoIAFcG .item-wrapper {
    padding: 0;
  }
  .cid-thMdoIAFcG .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-thMdoIAFcG .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-thMdoIAFcG .mbr-text {
    margin-top: .75rem;
  }
  .cid-thMdoIAFcG .square_animation {
    margin-bottom: 1rem;
  }
  .cid-thMdoIAFcG .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-thMdoIAFcG .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-thMdoIAFcG .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-thMdoIAFcG .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-thMdoIAFcG .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-thMdoIAFcG .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-thMdoIAFcG .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-thMdoIAFcG .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-thMdoIAFcG .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-thMdoIAFcG .card_item .card-box {
    border-left: none;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  }
  .cid-thMdoIAFcG .card_item:nth-child(2) .card-box {
    border-right: none;
    border-bottom: none;
  }
  .cid-thMdoIAFcG .card-title {
    margin-bottom: 1.25rem;
  }
}
.cid-thMdoIAFcG .textGDPR {
  font-size: 14px;
}
.cid-uJv4N05uWF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uJv4N05uWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJv4N05uWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJv4N05uWF .google-map {
  height: 30rem;
  position: relative;
}
.cid-uJv4N05uWF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJv4N05uWF .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJv4N05uWF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJv4N05uWF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMjZingEDh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #173d33;
}
.cid-uMjZingEDh .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uMjZingEDh .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMjZingEDh .col + .mbr-section-btn .btn,
.cid-uMjZingEDh .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uMjZingEDh .col + .mbr-section-btn .btn,
  .cid-uMjZingEDh .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uMjZingEDh .dragArea > *:nth-last-child(2).col,
  .cid-uMjZingEDh .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMjZingEDh .col + .mbr-section-btn,
  .cid-uMjZingEDh .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uMjZingEDh .dragArea {
    flex-direction: column;
  }
}
.cid-uMjZingEDh .btn-primary {
  border: 1px solid #d2b488 !important;
}
.cid-uMjZingEDh .btn-primary:hover {
  border: 1px solid #d2b488 !important;
}
.cid-uMjZingEDh .stripe {
  border-bottom: 1px solid #fafafa;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMjZingEDh .form-group {
  max-width: 220px;
}
.cid-uMjZingEDh .mbr-section-btn {
  padding-left: 0;
}
.cid-uMjZingEDh .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMjZingEDh .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe2b7;
  width: 85%;
}
.cid-uMjZingEDh .mbr-text {
  color: #444;
}
.cid-uMjZingEDh h5 {
  margin-bottom: 0;
}
.cid-uMjZingEDh .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMjZingEDh .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMjZingEDh .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMjZingEDh .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMjZingEDh .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMjZingEDh .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMjZingEDh .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMjZingEDh .social-list a:hover {
  opacity: 0.4;
}
.cid-uMjZingEDh .media-container-row > div {
  padding: 0px;
}
.cid-uMjZingEDh .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMjZingEDh .group-title {
  text-align: left;
  color: #ffe2b7;
  padding-bottom: 0.2rem;
}
.cid-uMjZingEDh .links {
  color: #ffe2b7;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMjZingEDh .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMjZingEDh .social-list,
  .cid-uMjZingEDh .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMjZingEDh h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMjZingEDh .form-group {
    max-width: 180px;
  }
}
.cid-uMjZingEDh .links span {
  color: #9e9e9e;
}
.cid-uMjZingEDh .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMjZingEDh .logo-title {
  text-align: center;
}
.cid-uMjZingEDh .logo-title,
.cid-uMjZingEDh .logo {
  color: #ffe2b7;
}
.cid-thMl9ZyerS .navbar-dropdown {
  position: relative !important;
}
.cid-thMl9ZyerS .navbar-dropdown {
  position: absolute !important;
}
.cid-thMl9ZyerS .menu-text {
  padding: 0 2rem;
  color: #ffe2b7;
}
@media (max-width: 992px) {
  .cid-thMl9ZyerS .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-thMl9ZyerS .iconfont-wrapper {
  color: #39b54a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-thMl9ZyerS .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-thMl9ZyerS .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-thMl9ZyerS .container {
    padding: 0 1rem;
  }
}
.cid-thMl9ZyerS .menu-tite {
  background: #d2b488;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-thMl9ZyerS .nav-link {
  position: relative;
}
.cid-thMl9ZyerS .nav-link:hover {
  color: #a98310 !important;
}
.cid-thMl9ZyerS .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
}
.cid-thMl9ZyerS .navbar.opened {
  transition: all 0.3s;
}
.cid-thMl9ZyerS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thMl9ZyerS .navbar .navbar-logo img {
  width: auto;
}
.cid-thMl9ZyerS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thMl9ZyerS .navbar.collapsed {
  justify-content: center;
}
.cid-thMl9ZyerS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thMl9ZyerS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thMl9ZyerS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-thMl9ZyerS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thMl9ZyerS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thMl9ZyerS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thMl9ZyerS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thMl9ZyerS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thMl9ZyerS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thMl9ZyerS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thMl9ZyerS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thMl9ZyerS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thMl9ZyerS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thMl9ZyerS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thMl9ZyerS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thMl9ZyerS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thMl9ZyerS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thMl9ZyerS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thMl9ZyerS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thMl9ZyerS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-thMl9ZyerS .navbar.navbar-short {
  min-height: 60px;
}
.cid-thMl9ZyerS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-thMl9ZyerS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thMl9ZyerS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thMl9ZyerS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thMl9ZyerS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thMl9ZyerS .dropdown-item:hover,
.cid-thMl9ZyerS .dropdown-item:focus {
  background: #d2b488 !important;
  color: white !important;
}
.cid-thMl9ZyerS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thMl9ZyerS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thMl9ZyerS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-thMl9ZyerS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thMl9ZyerS .dropdown-menu,
.cid-thMl9ZyerS .navbar.opened {
  background: #000000 !important;
}
.cid-thMl9ZyerS .nav-item:focus,
.cid-thMl9ZyerS .nav-link:focus {
  outline: none;
}
.cid-thMl9ZyerS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thMl9ZyerS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thMl9ZyerS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thMl9ZyerS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thMl9ZyerS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thMl9ZyerS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thMl9ZyerS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thMl9ZyerS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thMl9ZyerS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thMl9ZyerS .dropdown-item.active,
.cid-thMl9ZyerS .dropdown-item:active {
  background-color: transparent;
}
.cid-thMl9ZyerS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thMl9ZyerS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thMl9ZyerS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thMl9ZyerS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-thMl9ZyerS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thMl9ZyerS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thMl9ZyerS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thMl9ZyerS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thMl9ZyerS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thMl9ZyerS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-thMl9ZyerS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thMl9ZyerS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thMl9ZyerS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thMl9ZyerS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thMl9ZyerS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thMl9ZyerS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thMl9ZyerS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thMl9ZyerS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thMl9ZyerS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-thMl9ZyerS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thMl9ZyerS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thMl9ZyerS .navbar {
    height: 70px;
  }
  .cid-thMl9ZyerS .navbar.opened {
    height: auto;
  }
  .cid-thMl9ZyerS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thMla0twa6 {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/kids20-2-2000x1332.jpg");
}
.cid-thMla0twa6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-thMla0twa6 .mbr-section-title {
  color: #ffe2b7;
}
.cid-thMla0twa6 .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-thMla0twa6 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-thMla0twa6 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #d2b488;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-thMla0twa6 .mbr-section-btn {
  display: flex;
}
.cid-thMla0twa6 .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-thMla0twa6 .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-thMla0twa6 .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-thMla0twa6 .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ca1f27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-thMla0twa6 .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-thMla0twa6 .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-thMla0twa6 .video-wrap .icon-wrap .line-video-1,
.cid-thMla0twa6 .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-thMla0twa6 .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-thMla0twa6 .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-thMla0twa6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-thMla0twa6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-thMla0twa6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-thMla0twa6 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #39b54a;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-thMla0twa6 a.close:hover {
  color: #39b54a;
}
@media (max-width: 991px) {
  .cid-thMla0twa6 .separator,
  .cid-thMla0twa6 .sep-holder,
  .cid-thMla0twa6 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-thMla0twa6 .buttons-wrap {
    flex-direction: column;
  }
  .cid-thMla0twa6 .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-thMla0twa6 .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-thMla0twa6 .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-thMla0twa6 .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-thMla0twa6 .mbr-text,
.cid-thMla0twa6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLWQFQcgRD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uLWQFQcgRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLWQFQcgRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLWQFQcgRD .mbr-section-title {
  color: #ffe2b7;
  margin-bottom: 0;
}
.cid-uLWQFQcgRD .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-uLWQFQcgRD .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .cid-uLWQFQcgRD .mbr-section-btn {
    margin-top: 34px;
  }
}
@media (max-width: 575px) {
  .cid-uLWQFQcgRD .mbr-section-btn {
    margin-top: 26px;
    width: auto;
  }
  .cid-uLWQFQcgRD .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-uLWQFQcgRD .mbr-section-btn .btn.display-7 > .mbr-iconfont {
  font-size: 0.75rem !important;
}
.cid-uLWQFQcgRD .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 8px !important;
  transition: .4s all !important;
}
.cid-uLWQFQcgRD .mbr-section-btn .btn:hover .mbr-iconfont {
  margin-left: 14px !important;
}
.cid-uLWQFQcgRD .mbr-section-btn .btn-white-outline {
  padding: 0 !important;
  color: #FFFFFF !important;
}
.cid-uLWQFQcgRD .mbr-section-btn .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  color: #d2b488 !important;
  will-change: transform;
}
.cid-uLWQFQcgRD .mbr-section-btn .btn-white-outline .mbr-iconfont:before {
  animation: icon-move-out 0.4s ease-in-out;
}
.cid-uLWQFQcgRD .mbr-section-btn .btn-white-outline:hover {
  color: #d2b488 !important;
}
.cid-uLWQFQcgRD .mbr-section-btn .btn-white-outline:hover .mbr-iconfont {
  background: #d2b488;
  color: #FFFFFF !important;
}
.cid-uLWQFQcgRD .mbr-section-btn .btn-white-outline:hover .mbr-iconfont:before {
  animation: icon-move 0.4s ease-in-out;
}
@keyframes icon-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-uLWTjyKQz5 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLWUp8Cy86 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uLWYvVp4gX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-uLWYvVp4gX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLWYvVp4gX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLWYvVp4gX .card-wrapper {
  background-color: #ffe2b7;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
.cid-uLWYvVp4gX .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
  border: 4px solid #000000;
}
.cid-uLWYvVp4gX .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uLWYvVp4gX .google-map [data-state-details] {
  color: #b4b4b4;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uLWYvVp4gX .google-map[data-state] {
  background: #fffff5;
}
.cid-uLWYvVp4gX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLWYvVp4gX .content-head {
  max-width: 800px;
}
.cid-uLWYvVp4gX .card-title,
.cid-uLWYvVp4gX .iconfont-wrapper {
  color: #173d33;
  text-align: center;
}
.cid-uLWYvVp4gX .card-text,
.cid-uLWYvVp4gX .mbr-section-btn {
  color: #fdfde1;
}
.cid-uLX2IybcFD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uLX2IybcFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLX2IybcFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLX2IybcFD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLX2IybcFD .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLX2IybcFD .container {
    padding: 0 14px;
  }
}
.cid-uLX2IybcFD .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uLX2IybcFD .google-map iframe {
    height: 300px;
  }
}
.cid-uLXaHUravO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #a98310;
}
.cid-uLXaHUravO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-uLXaHUravO .mbr-section-head {
    text-align: center;
  }
}
.cid-uLXaHUravO .mbr-section-title {
  color: #ffffff;
}
.cid-uLXaHUravO .display-5 > .mbr-iconfont {
  font-size: 60px;
}
@media (max-width: 649px) {
  .cid-uLXaHUravO .display-5 > .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-uLXaHUravO .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uLXaHUravO .mbr-text {
  color: #ffffff;
  margin-top: 17px;
}
.cid-uLXaHUravO form.mbr-form {
  margin-top: 30px;
}
.cid-uLXaHUravO form.mbr-form .mbr-section-btn {
  position: relative;
}
.cid-uLXaHUravO form.mbr-form .mbr-section-btn svg {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 63px;
  height: 49px;
}
@media (max-width: 1399px) {
  .cid-uLXaHUravO form.mbr-form .mbr-section-btn svg {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .cid-uLXaHUravO form.mbr-form .mbr-section-btn svg {
    top: 30px;
    right: -30px;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-uLXaHUravO form.mbr-form .mbr-section-btn svg {
    right: -20px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uLXaHUravO form.mbr-form .mbr-section-btn svg {
    display: none;
  }
}
.cid-uLXaHUravO form.mbr-form .mbr-section-btn svg path {
  fill: #33d5ad;
}
.cid-uLXaHUravO input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1129px) {
  .cid-uLXaHUravO .col-lg-6 {
    width: 100%;
  }
}
@media (max-width: 1129px) {
  .cid-uLXaHUravO .mbr-form {
    width: 80%;
    margin-left: 0!important;
  }
}
@media (max-width: 767px) {
  .cid-uLXaHUravO .mbr-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1244px) {
  .cid-uLXaHUravO .mbr-form .col-8 {
    width: 62%;
  }
}
@media (max-width: 1129px) {
  .cid-uLXaHUravO .mbr-form .col-8 {
    width: 66.666667%;
  }
}
@media (max-width: 649px) {
  .cid-uLXaHUravO .mbr-form .col-8,
  .cid-uLXaHUravO .mbr-form .col-4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uLXaHUravO button {
  width: 100%;
}
.cid-uLX9QUSDjE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #173d33;
}
.cid-uLX9QUSDjE .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uLX9QUSDjE .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLX9QUSDjE .col + .mbr-section-btn .btn,
.cid-uLX9QUSDjE .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uLX9QUSDjE .col + .mbr-section-btn .btn,
  .cid-uLX9QUSDjE .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uLX9QUSDjE .dragArea > *:nth-last-child(2).col,
  .cid-uLX9QUSDjE .dragArea > *:nth-last-child(2).col-auto,
  .cid-uLX9QUSDjE .col + .mbr-section-btn,
  .cid-uLX9QUSDjE .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uLX9QUSDjE .dragArea {
    flex-direction: column;
  }
}
.cid-uLX9QUSDjE .btn-primary {
  border: 1px solid #d2b488 !important;
}
.cid-uLX9QUSDjE .btn-primary:hover {
  border: 1px solid #d2b488 !important;
}
.cid-uLX9QUSDjE .stripe {
  border-bottom: 1px solid #fafafa;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLX9QUSDjE .form-group {
  max-width: 220px;
}
.cid-uLX9QUSDjE .mbr-section-btn {
  padding-left: 0;
}
.cid-uLX9QUSDjE .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLX9QUSDjE .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe2b7;
  width: 85%;
}
.cid-uLX9QUSDjE .mbr-text {
  color: #444;
}
.cid-uLX9QUSDjE h5 {
  margin-bottom: 0;
}
.cid-uLX9QUSDjE .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLX9QUSDjE .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLX9QUSDjE .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLX9QUSDjE .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLX9QUSDjE .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLX9QUSDjE .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLX9QUSDjE .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLX9QUSDjE .social-list a:hover {
  opacity: 0.4;
}
.cid-uLX9QUSDjE .media-container-row > div {
  padding: 0px;
}
.cid-uLX9QUSDjE .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLX9QUSDjE .group-title {
  text-align: left;
  color: #ffe2b7;
  padding-bottom: 0.2rem;
}
.cid-uLX9QUSDjE .links {
  color: #ffe2b7;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLX9QUSDjE .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLX9QUSDjE .social-list,
  .cid-uLX9QUSDjE .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uLX9QUSDjE h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLX9QUSDjE .form-group {
    max-width: 180px;
  }
}
.cid-uLX9QUSDjE .links span {
  color: #9e9e9e;
}
.cid-uLX9QUSDjE .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLX9QUSDjE .logo-title {
  text-align: center;
}
.cid-uLX9QUSDjE .logo-title,
.cid-uLX9QUSDjE .logo {
  color: #ffe2b7;
}
.cid-ti1cU446g4 .navbar-dropdown {
  position: relative !important;
}
.cid-ti1cU446g4 .navbar-dropdown {
  position: absolute !important;
}
.cid-ti1cU446g4 .menu-text {
  padding: 0 2rem;
  color: #ffe2b7;
}
@media (max-width: 992px) {
  .cid-ti1cU446g4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-ti1cU446g4 .iconfont-wrapper {
  color: #39b54a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ti1cU446g4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-ti1cU446g4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-ti1cU446g4 .container {
    padding: 0 1rem;
  }
}
.cid-ti1cU446g4 .menu-tite {
  background: #d2b488;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-ti1cU446g4 .nav-link {
  position: relative;
}
.cid-ti1cU446g4 .nav-link:hover {
  color: #a98310 !important;
}
.cid-ti1cU446g4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
}
.cid-ti1cU446g4 .navbar.opened {
  transition: all 0.3s;
}
.cid-ti1cU446g4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ti1cU446g4 .navbar .navbar-logo img {
  width: auto;
}
.cid-ti1cU446g4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ti1cU446g4 .navbar.collapsed {
  justify-content: center;
}
.cid-ti1cU446g4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ti1cU446g4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ti1cU446g4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ti1cU446g4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ti1cU446g4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ti1cU446g4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ti1cU446g4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ti1cU446g4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ti1cU446g4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ti1cU446g4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ti1cU446g4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ti1cU446g4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ti1cU446g4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ti1cU446g4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ti1cU446g4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ti1cU446g4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ti1cU446g4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ti1cU446g4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ti1cU446g4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ti1cU446g4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ti1cU446g4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ti1cU446g4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ti1cU446g4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ti1cU446g4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ti1cU446g4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ti1cU446g4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ti1cU446g4 .dropdown-item:hover,
.cid-ti1cU446g4 .dropdown-item:focus {
  background: #d2b488 !important;
  color: white !important;
}
.cid-ti1cU446g4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ti1cU446g4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ti1cU446g4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-ti1cU446g4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ti1cU446g4 .dropdown-menu,
.cid-ti1cU446g4 .navbar.opened {
  background: #000000 !important;
}
.cid-ti1cU446g4 .nav-item:focus,
.cid-ti1cU446g4 .nav-link:focus {
  outline: none;
}
.cid-ti1cU446g4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ti1cU446g4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ti1cU446g4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ti1cU446g4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ti1cU446g4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ti1cU446g4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ti1cU446g4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ti1cU446g4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ti1cU446g4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ti1cU446g4 .dropdown-item.active,
.cid-ti1cU446g4 .dropdown-item:active {
  background-color: transparent;
}
.cid-ti1cU446g4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ti1cU446g4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ti1cU446g4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ti1cU446g4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ti1cU446g4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ti1cU446g4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ti1cU446g4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ti1cU446g4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ti1cU446g4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ti1cU446g4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ti1cU446g4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ti1cU446g4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ti1cU446g4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ti1cU446g4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ti1cU446g4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ti1cU446g4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ti1cU446g4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ti1cU446g4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ti1cU446g4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ti1cU446g4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ti1cU446g4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ti1cU446g4 .navbar {
    height: 70px;
  }
  .cid-ti1cU446g4 .navbar.opened {
    height: auto;
  }
  .cid-ti1cU446g4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ti1cU4IVrz {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/bindu-2000x833.png");
}
.cid-ti1cU4IVrz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ti1cU4IVrz .mbr-section-title {
  color: #ffe2b7;
}
.cid-ti1cU4IVrz .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-ti1cU4IVrz .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-ti1cU4IVrz .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #d2b488;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-ti1cU4IVrz .mbr-section-btn {
  display: flex;
}
.cid-ti1cU4IVrz .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-ti1cU4IVrz .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-ti1cU4IVrz .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-ti1cU4IVrz .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ca1f27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-ti1cU4IVrz .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-ti1cU4IVrz .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-ti1cU4IVrz .video-wrap .icon-wrap .line-video-1,
.cid-ti1cU4IVrz .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-ti1cU4IVrz .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-ti1cU4IVrz .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-ti1cU4IVrz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ti1cU4IVrz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ti1cU4IVrz .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ti1cU4IVrz a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #39b54a;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ti1cU4IVrz a.close:hover {
  color: #39b54a;
}
@media (max-width: 991px) {
  .cid-ti1cU4IVrz .separator,
  .cid-ti1cU4IVrz .sep-holder,
  .cid-ti1cU4IVrz .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-ti1cU4IVrz .buttons-wrap {
    flex-direction: column;
  }
  .cid-ti1cU4IVrz .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-ti1cU4IVrz .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-ti1cU4IVrz .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-ti1cU4IVrz .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-ti1cU4IVrz .mbr-text,
.cid-ti1cU4IVrz .mbr-section-btn {
  color: #ffffff;
}
.cid-uMkprGdg0U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uMkprGdg0U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkprGdg0U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkprGdg0U .mbr-section-title {
  color: #ffe2b7;
  margin-bottom: 0;
}
.cid-uMkprGdg0U .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-uMkprGdg0U .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .cid-uMkprGdg0U .mbr-section-btn {
    margin-top: 34px;
  }
}
@media (max-width: 575px) {
  .cid-uMkprGdg0U .mbr-section-btn {
    margin-top: 26px;
    width: auto;
  }
  .cid-uMkprGdg0U .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-uMkprGdg0U .mbr-section-btn .btn.display-7 > .mbr-iconfont {
  font-size: 0.75rem !important;
}
.cid-uMkprGdg0U .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 8px !important;
  transition: .4s all !important;
}
.cid-uMkprGdg0U .mbr-section-btn .btn:hover .mbr-iconfont {
  margin-left: 14px !important;
}
.cid-uMkprGdg0U .mbr-section-btn .btn-white-outline {
  padding: 0 !important;
  color: #FFFFFF !important;
}
.cid-uMkprGdg0U .mbr-section-btn .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  color: #d2b488 !important;
  will-change: transform;
}
.cid-uMkprGdg0U .mbr-section-btn .btn-white-outline .mbr-iconfont:before {
  animation: icon-move-out 0.4s ease-in-out;
}
.cid-uMkprGdg0U .mbr-section-btn .btn-white-outline:hover {
  color: #d2b488 !important;
}
.cid-uMkprGdg0U .mbr-section-btn .btn-white-outline:hover .mbr-iconfont {
  background: #d2b488;
  color: #FFFFFF !important;
}
.cid-uMkprGdg0U .mbr-section-btn .btn-white-outline:hover .mbr-iconfont:before {
  animation: icon-move 0.4s ease-in-out;
}
@keyframes icon-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-ti3CylxRmo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ti3CylxRmo .wrapper {
    padding: 0 28px;
  }
}
.cid-ti3CylxRmo img,
.cid-ti3CylxRmo .item-img {
  width: 100%;
}
.cid-ti3CylxRmo .item:focus,
.cid-ti3CylxRmo span:focus {
  outline: none;
}
.cid-ti3CylxRmo .item {
  margin-bottom: 2rem;
}
.cid-ti3CylxRmo .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ti3CylxRmo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMkpayNcyf {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d2b488;
}
.cid-uMkpayNcyf .row {
  flex-direction: row-reverse;
}
.cid-uMkpayNcyf .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-uMkpayNcyf .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-uMkpayNcyf .card {
    margin-bottom: 2rem !important;
  }
  .cid-uMkpayNcyf .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uMkpayNcyf .link-wrap {
    align-items: center;
  }
}
.cid-uMkpayNcyf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMkpayNcyf .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uMkpayNcyf .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-uMkpayNcyf .btn:hover,
.cid-uMkpayNcyf .btn:focus {
  border-color: #f4aee6 !important;
  background-color: #f4aee6 !important;
}
.cid-uMkpayNcyf .card-title {
  color: #000000;
}
.cid-uMkpayNcyf .mbr-subtile {
  color: #000000;
}
.cid-uMkpayNcyf .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMkpayNcyf .padding {
    padding-right: 110px;
  }
}
.cid-uMkp9W6xY3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #173d33;
}
.cid-uMkp9W6xY3 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uMkp9W6xY3 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMkp9W6xY3 .col + .mbr-section-btn .btn,
.cid-uMkp9W6xY3 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uMkp9W6xY3 .col + .mbr-section-btn .btn,
  .cid-uMkp9W6xY3 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uMkp9W6xY3 .dragArea > *:nth-last-child(2).col,
  .cid-uMkp9W6xY3 .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMkp9W6xY3 .col + .mbr-section-btn,
  .cid-uMkp9W6xY3 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uMkp9W6xY3 .dragArea {
    flex-direction: column;
  }
}
.cid-uMkp9W6xY3 .btn-primary {
  border: 1px solid #d2b488 !important;
}
.cid-uMkp9W6xY3 .btn-primary:hover {
  border: 1px solid #d2b488 !important;
}
.cid-uMkp9W6xY3 .stripe {
  border-bottom: 1px solid #fafafa;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMkp9W6xY3 .form-group {
  max-width: 220px;
}
.cid-uMkp9W6xY3 .mbr-section-btn {
  padding-left: 0;
}
.cid-uMkp9W6xY3 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMkp9W6xY3 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe2b7;
  width: 85%;
}
.cid-uMkp9W6xY3 .mbr-text {
  color: #444;
}
.cid-uMkp9W6xY3 h5 {
  margin-bottom: 0;
}
.cid-uMkp9W6xY3 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMkp9W6xY3 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMkp9W6xY3 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMkp9W6xY3 .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMkp9W6xY3 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMkp9W6xY3 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMkp9W6xY3 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMkp9W6xY3 .social-list a:hover {
  opacity: 0.4;
}
.cid-uMkp9W6xY3 .media-container-row > div {
  padding: 0px;
}
.cid-uMkp9W6xY3 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMkp9W6xY3 .group-title {
  text-align: left;
  color: #ffe2b7;
  padding-bottom: 0.2rem;
}
.cid-uMkp9W6xY3 .links {
  color: #ffe2b7;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMkp9W6xY3 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMkp9W6xY3 .social-list,
  .cid-uMkp9W6xY3 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMkp9W6xY3 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMkp9W6xY3 .form-group {
    max-width: 180px;
  }
}
.cid-uMkp9W6xY3 .links span {
  color: #9e9e9e;
}
.cid-uMkp9W6xY3 .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMkp9W6xY3 .logo-title {
  text-align: center;
}
.cid-uMkp9W6xY3 .logo-title,
.cid-uMkp9W6xY3 .logo {
  color: #ffe2b7;
}
.cid-ukOqfWDgci .navbar-dropdown {
  position: relative !important;
}
.cid-ukOqfWDgci .navbar-dropdown {
  position: absolute !important;
}
.cid-ukOqfWDgci .menu-text {
  padding: 0 2rem;
  color: #ffe2b7;
}
@media (max-width: 992px) {
  .cid-ukOqfWDgci .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-ukOqfWDgci .iconfont-wrapper {
  color: #39b54a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ukOqfWDgci .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-ukOqfWDgci .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-ukOqfWDgci .container {
    padding: 0 1rem;
  }
}
.cid-ukOqfWDgci .menu-tite {
  background: #d2b488;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-ukOqfWDgci .nav-link {
  position: relative;
}
.cid-ukOqfWDgci .nav-link:hover {
  color: #a98310 !important;
}
.cid-ukOqfWDgci .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
}
.cid-ukOqfWDgci .navbar.opened {
  transition: all 0.3s;
}
.cid-ukOqfWDgci .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukOqfWDgci .navbar .navbar-logo img {
  width: auto;
}
.cid-ukOqfWDgci .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukOqfWDgci .navbar.collapsed {
  justify-content: center;
}
.cid-ukOqfWDgci .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukOqfWDgci .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukOqfWDgci .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ukOqfWDgci .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukOqfWDgci .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukOqfWDgci .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukOqfWDgci .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukOqfWDgci .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukOqfWDgci .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukOqfWDgci .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukOqfWDgci .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukOqfWDgci .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukOqfWDgci .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukOqfWDgci .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukOqfWDgci .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukOqfWDgci .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukOqfWDgci .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukOqfWDgci .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukOqfWDgci .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukOqfWDgci .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukOqfWDgci .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukOqfWDgci .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukOqfWDgci .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukOqfWDgci .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukOqfWDgci .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukOqfWDgci .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukOqfWDgci .dropdown-item:hover,
.cid-ukOqfWDgci .dropdown-item:focus {
  background: #d2b488 !important;
  color: white !important;
}
.cid-ukOqfWDgci .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukOqfWDgci .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukOqfWDgci .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-ukOqfWDgci .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukOqfWDgci .dropdown-menu,
.cid-ukOqfWDgci .navbar.opened {
  background: #000000 !important;
}
.cid-ukOqfWDgci .nav-item:focus,
.cid-ukOqfWDgci .nav-link:focus {
  outline: none;
}
.cid-ukOqfWDgci .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukOqfWDgci .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukOqfWDgci .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukOqfWDgci .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukOqfWDgci .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukOqfWDgci .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukOqfWDgci .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukOqfWDgci .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukOqfWDgci .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukOqfWDgci .dropdown-item.active,
.cid-ukOqfWDgci .dropdown-item:active {
  background-color: transparent;
}
.cid-ukOqfWDgci .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukOqfWDgci .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukOqfWDgci .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukOqfWDgci .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ukOqfWDgci .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukOqfWDgci .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukOqfWDgci ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukOqfWDgci .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukOqfWDgci button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukOqfWDgci button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukOqfWDgci button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukOqfWDgci button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukOqfWDgci button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukOqfWDgci button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukOqfWDgci nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukOqfWDgci nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukOqfWDgci nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukOqfWDgci nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukOqfWDgci .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukOqfWDgci a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukOqfWDgci .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukOqfWDgci .navbar {
    height: 70px;
  }
  .cid-ukOqfWDgci .navbar.opened {
    height: auto;
  }
  .cid-ukOqfWDgci .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukOqfX7AhL {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/pic6-2000x1334.jpg");
}
.cid-ukOqfX7AhL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukOqfX7AhL .mbr-section-title {
  color: #fcd209;
}
.cid-ukOqfX7AhL .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-ukOqfX7AhL .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-ukOqfX7AhL .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #d2b488;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-ukOqfX7AhL .mbr-section-btn {
  display: flex;
}
.cid-ukOqfX7AhL .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-ukOqfX7AhL .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-ukOqfX7AhL .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-ukOqfX7AhL .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ca1f27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-ukOqfX7AhL .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-ukOqfX7AhL .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-ukOqfX7AhL .video-wrap .icon-wrap .line-video-1,
.cid-ukOqfX7AhL .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-ukOqfX7AhL .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-ukOqfX7AhL .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-ukOqfX7AhL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ukOqfX7AhL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ukOqfX7AhL .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ukOqfX7AhL a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #39b54a;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ukOqfX7AhL a.close:hover {
  color: #39b54a;
}
@media (max-width: 991px) {
  .cid-ukOqfX7AhL .separator,
  .cid-ukOqfX7AhL .sep-holder,
  .cid-ukOqfX7AhL .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-ukOqfX7AhL .buttons-wrap {
    flex-direction: column;
  }
  .cid-ukOqfX7AhL .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-ukOqfX7AhL .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-ukOqfX7AhL .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-ukOqfX7AhL .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-ukOqfX7AhL .mbr-text,
.cid-ukOqfX7AhL .mbr-section-btn {
  color: #ffffff;
}
.cid-ukOqCiumzw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ukOqCiumzw .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-ukOqCiumzw .content_wrapper:hover .mbr-section-title a {
  color: #173d33 !important;
}
.cid-ukOqCiumzw .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ukOqCiumzw .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ukOqCiumzw .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ukOqCiumzw .mbr-section-btn .btn-secondary-outline:hover,
.cid-ukOqCiumzw .mbr-section-btn .btn-secondary-outline .active,
.cid-ukOqCiumzw .mbr-section-btn .btn-secondary-outline:focus {
  color: #d2b488 !important;
}
.cid-ukOqCiumzw .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ukOqCiumzw .image_post {
  display: inline-block;
}
.cid-ukOqCiumzw .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ukOqCiumzw .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ukOqCiumzw .mbr-text,
.cid-ukOqCiumzw .mbr-section-btn {
  color: #000000;
}
.cid-ukOqfYoYJ6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ukOqfYoYJ6 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-ukOqfYoYJ6 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ukOqfYoYJ6 .col + .mbr-section-btn .btn,
.cid-ukOqfYoYJ6 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ukOqfYoYJ6 .col + .mbr-section-btn .btn,
  .cid-ukOqfYoYJ6 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ukOqfYoYJ6 .dragArea > *:nth-last-child(2).col,
  .cid-ukOqfYoYJ6 .dragArea > *:nth-last-child(2).col-auto,
  .cid-ukOqfYoYJ6 .col + .mbr-section-btn,
  .cid-ukOqfYoYJ6 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ukOqfYoYJ6 .dragArea {
    flex-direction: column;
  }
}
.cid-ukOqfYoYJ6 .btn-primary {
  border: 1px solid #d2b488 !important;
}
.cid-ukOqfYoYJ6 .btn-primary:hover {
  border: 1px solid #d2b488 !important;
}
.cid-ukOqfYoYJ6 .stripe {
  border-bottom: 1px solid #fcd209;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ukOqfYoYJ6 .form-group {
  max-width: 220px;
}
.cid-ukOqfYoYJ6 .mbr-section-btn {
  padding-left: 0;
}
.cid-ukOqfYoYJ6 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ukOqfYoYJ6 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #fcd209;
  width: 85%;
}
.cid-ukOqfYoYJ6 .mbr-text {
  color: #444;
}
.cid-ukOqfYoYJ6 h5 {
  margin-bottom: 0;
}
.cid-ukOqfYoYJ6 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ukOqfYoYJ6 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ukOqfYoYJ6 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ukOqfYoYJ6 .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ukOqfYoYJ6 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ukOqfYoYJ6 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ukOqfYoYJ6 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ukOqfYoYJ6 .social-list a:hover {
  opacity: 0.4;
}
.cid-ukOqfYoYJ6 .media-container-row > div {
  padding: 0px;
}
.cid-ukOqfYoYJ6 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ukOqfYoYJ6 .group-title {
  text-align: left;
  color: #fcd209;
  padding-bottom: 0.2rem;
}
.cid-ukOqfYoYJ6 .links {
  color: #fcd209;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ukOqfYoYJ6 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ukOqfYoYJ6 .social-list,
  .cid-ukOqfYoYJ6 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ukOqfYoYJ6 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ukOqfYoYJ6 .form-group {
    max-width: 180px;
  }
}
.cid-ukOqfYoYJ6 .links span {
  color: #9e9e9e;
}
.cid-ukOqfYoYJ6 .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-ukOqfYoYJ6 .logo-title {
  text-align: center;
}
.cid-ukOqfYoYJ6 .logo-title,
.cid-ukOqfYoYJ6 .logo {
  color: #fcd209;
}
.cid-ukOqfZaPI4.popup-builder {
  background-color: #ffffff;
}
.cid-ukOqfZaPI4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ukOqfZaPI4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ukOqfZaPI4 .modal-content,
.cid-ukOqfZaPI4 .modal-dialog {
  height: auto;
}
.cid-ukOqfZaPI4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ukOqfZaPI4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ukOqfZaPI4 .form-wrapper .mbr-form .form-group,
  .cid-ukOqfZaPI4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ukOqfZaPI4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ukOqfZaPI4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukOqfZaPI4 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-ukOqfZaPI4 .pt-0 {
  padding-top: 0 !important;
}
.cid-ukOqfZaPI4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ukOqfZaPI4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ukOqfZaPI4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ukOqfZaPI4 .modal-open {
  overflow: hidden;
}
.cid-ukOqfZaPI4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ukOqfZaPI4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ukOqfZaPI4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ukOqfZaPI4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ukOqfZaPI4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ukOqfZaPI4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ukOqfZaPI4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ukOqfZaPI4 .modal-content {
  background: #4dffa6;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ukOqfZaPI4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ukOqfZaPI4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ukOqfZaPI4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ukOqfZaPI4 .modal-backdrop.show {
  opacity: .5;
}
.cid-ukOqfZaPI4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ukOqfZaPI4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ukOqfZaPI4 .modal-header {
    padding: 1rem;
  }
}
.cid-ukOqfZaPI4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ukOqfZaPI4 .modal-header .close svg {
  fill: #000000;
}
.cid-ukOqfZaPI4 .modal-header .close:hover {
  opacity: 1;
}
.cid-ukOqfZaPI4 .modal-header .close:focus {
  outline: none;
}
.cid-ukOqfZaPI4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ukOqfZaPI4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ukOqfZaPI4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukOqfZaPI4 .modal-body {
    padding: 1rem;
  }
}
.cid-ukOqfZaPI4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ukOqfZaPI4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukOqfZaPI4 .modal-footer {
    padding: 1rem;
  }
}
.cid-ukOqfZaPI4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ukOqfZaPI4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ukOqfZaPI4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ukOqfZaPI4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ukOqfZaPI4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ukOqfZaPI4 .modal-lg,
  .cid-ukOqfZaPI4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ukOqfZaPI4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ukOqfZaPI4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ukOqfZaPI4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ukOqfZaPI4 .form-group {
  margin-bottom: 1rem;
}
.cid-ukOqfZaPI4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ukOqfZaPI4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ukOqfZaPI4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ukOqfZaPI4 .mbr-section-btn {
  margin: 0;
}
.cid-ukOqfZaPI4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ukOqfZaPI4 LABEL {
  color: #000000;
}
.cid-ukOqfZHlOJ.popup-builder {
  background-color: #ffffff;
}
.cid-ukOqfZHlOJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ukOqfZHlOJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ukOqfZHlOJ .modal-content,
.cid-ukOqfZHlOJ .modal-dialog {
  height: auto;
}
.cid-ukOqfZHlOJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ukOqfZHlOJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ukOqfZHlOJ .form-wrapper .mbr-form .form-group,
  .cid-ukOqfZHlOJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ukOqfZHlOJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ukOqfZHlOJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukOqfZHlOJ .mbr-text {
  text-align: center;
}
.cid-ukOqfZHlOJ .pt-0 {
  padding-top: 0 !important;
}
.cid-ukOqfZHlOJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ukOqfZHlOJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ukOqfZHlOJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ukOqfZHlOJ .modal-open {
  overflow: hidden;
}
.cid-ukOqfZHlOJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ukOqfZHlOJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ukOqfZHlOJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ukOqfZHlOJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ukOqfZHlOJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ukOqfZHlOJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ukOqfZHlOJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ukOqfZHlOJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ukOqfZHlOJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ukOqfZHlOJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ukOqfZHlOJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-ukOqfZHlOJ .modal-backdrop.show {
  opacity: .5;
}
.cid-ukOqfZHlOJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ukOqfZHlOJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ukOqfZHlOJ .modal-header {
    padding: 1rem;
  }
}
.cid-ukOqfZHlOJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ukOqfZHlOJ .modal-header .close svg {
  fill: #000000;
}
.cid-ukOqfZHlOJ .modal-header .close:hover {
  opacity: 1;
}
.cid-ukOqfZHlOJ .modal-header .close:focus {
  outline: none;
}
.cid-ukOqfZHlOJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-ukOqfZHlOJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ukOqfZHlOJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukOqfZHlOJ .modal-body {
    padding: 1rem;
  }
}
.cid-ukOqfZHlOJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ukOqfZHlOJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukOqfZHlOJ .modal-footer {
    padding: 1rem;
  }
}
.cid-ukOqfZHlOJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ukOqfZHlOJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ukOqfZHlOJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ukOqfZHlOJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ukOqfZHlOJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ukOqfZHlOJ .modal-lg,
  .cid-ukOqfZHlOJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ukOqfZHlOJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-ukOqfZHlOJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ukOqfZHlOJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ukOqfZHlOJ .form-group {
  margin-bottom: 1rem;
}
.cid-ukOqfZHlOJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ukOqfZHlOJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ukOqfZHlOJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ukOqfZHlOJ .mbr-section-btn {
  margin: 0;
}
.cid-ukOqfZHlOJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-ukOrvPtQ7f .navbar-dropdown {
  position: relative !important;
}
.cid-ukOrvPtQ7f .navbar-dropdown {
  position: absolute !important;
}
.cid-ukOrvPtQ7f .menu-text {
  padding: 0 2rem;
  color: #ffe2b7;
}
@media (max-width: 992px) {
  .cid-ukOrvPtQ7f .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-ukOrvPtQ7f .iconfont-wrapper {
  color: #39b54a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ukOrvPtQ7f .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-ukOrvPtQ7f .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-ukOrvPtQ7f .container {
    padding: 0 1rem;
  }
}
.cid-ukOrvPtQ7f .menu-tite {
  background: #d2b488;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-ukOrvPtQ7f .nav-link {
  position: relative;
}
.cid-ukOrvPtQ7f .nav-link:hover {
  color: #a98310 !important;
}
.cid-ukOrvPtQ7f .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
}
.cid-ukOrvPtQ7f .navbar.opened {
  transition: all 0.3s;
}
.cid-ukOrvPtQ7f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukOrvPtQ7f .navbar .navbar-logo img {
  width: auto;
}
.cid-ukOrvPtQ7f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukOrvPtQ7f .navbar.collapsed {
  justify-content: center;
}
.cid-ukOrvPtQ7f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukOrvPtQ7f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukOrvPtQ7f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ukOrvPtQ7f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukOrvPtQ7f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukOrvPtQ7f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukOrvPtQ7f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukOrvPtQ7f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukOrvPtQ7f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukOrvPtQ7f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukOrvPtQ7f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukOrvPtQ7f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukOrvPtQ7f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukOrvPtQ7f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukOrvPtQ7f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukOrvPtQ7f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukOrvPtQ7f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukOrvPtQ7f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukOrvPtQ7f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukOrvPtQ7f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukOrvPtQ7f .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukOrvPtQ7f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukOrvPtQ7f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukOrvPtQ7f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukOrvPtQ7f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukOrvPtQ7f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukOrvPtQ7f .dropdown-item:hover,
.cid-ukOrvPtQ7f .dropdown-item:focus {
  background: #d2b488 !important;
  color: white !important;
}
.cid-ukOrvPtQ7f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukOrvPtQ7f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukOrvPtQ7f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-ukOrvPtQ7f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukOrvPtQ7f .dropdown-menu,
.cid-ukOrvPtQ7f .navbar.opened {
  background: #000000 !important;
}
.cid-ukOrvPtQ7f .nav-item:focus,
.cid-ukOrvPtQ7f .nav-link:focus {
  outline: none;
}
.cid-ukOrvPtQ7f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukOrvPtQ7f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukOrvPtQ7f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukOrvPtQ7f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukOrvPtQ7f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukOrvPtQ7f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukOrvPtQ7f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukOrvPtQ7f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukOrvPtQ7f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukOrvPtQ7f .dropdown-item.active,
.cid-ukOrvPtQ7f .dropdown-item:active {
  background-color: transparent;
}
.cid-ukOrvPtQ7f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukOrvPtQ7f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukOrvPtQ7f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukOrvPtQ7f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ukOrvPtQ7f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukOrvPtQ7f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukOrvPtQ7f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukOrvPtQ7f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukOrvPtQ7f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukOrvPtQ7f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukOrvPtQ7f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukOrvPtQ7f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukOrvPtQ7f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukOrvPtQ7f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukOrvPtQ7f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukOrvPtQ7f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukOrvPtQ7f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukOrvPtQ7f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukOrvPtQ7f .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukOrvPtQ7f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukOrvPtQ7f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukOrvPtQ7f .navbar {
    height: 70px;
  }
  .cid-ukOrvPtQ7f .navbar.opened {
    height: auto;
  }
  .cid-ukOrvPtQ7f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukOrvQ6ZUU {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/kids-lifting-billboard-2000x1125.png");
}
.cid-ukOrvQ6ZUU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukOrvQ6ZUU .mbr-section-title {
  color: #ffe2b7;
}
.cid-ukOrvQ6ZUU .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-ukOrvQ6ZUU .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-ukOrvQ6ZUU .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #d2b488;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-ukOrvQ6ZUU .mbr-section-btn {
  display: flex;
}
.cid-ukOrvQ6ZUU .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-ukOrvQ6ZUU .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-ukOrvQ6ZUU .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-ukOrvQ6ZUU .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ca1f27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-ukOrvQ6ZUU .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-ukOrvQ6ZUU .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-ukOrvQ6ZUU .video-wrap .icon-wrap .line-video-1,
.cid-ukOrvQ6ZUU .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-ukOrvQ6ZUU .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-ukOrvQ6ZUU .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-ukOrvQ6ZUU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ukOrvQ6ZUU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ukOrvQ6ZUU .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ukOrvQ6ZUU a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #39b54a;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ukOrvQ6ZUU a.close:hover {
  color: #39b54a;
}
@media (max-width: 991px) {
  .cid-ukOrvQ6ZUU .separator,
  .cid-ukOrvQ6ZUU .sep-holder,
  .cid-ukOrvQ6ZUU .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-ukOrvQ6ZUU .buttons-wrap {
    flex-direction: column;
  }
  .cid-ukOrvQ6ZUU .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-ukOrvQ6ZUU .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-ukOrvQ6ZUU .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-ukOrvQ6ZUU .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-ukOrvQ6ZUU .mbr-text,
.cid-ukOrvQ6ZUU .mbr-section-btn {
  color: #ffffff;
}
.cid-uMjXGd5HKy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uMjXGd5HKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjXGd5HKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjXGd5HKy .mbr-section-title {
  color: #ffe2b7;
  margin-bottom: 0;
}
.cid-uMjXGd5HKy .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-uMjXGd5HKy .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .cid-uMjXGd5HKy .mbr-section-btn {
    margin-top: 34px;
  }
}
@media (max-width: 575px) {
  .cid-uMjXGd5HKy .mbr-section-btn {
    margin-top: 26px;
    width: auto;
  }
  .cid-uMjXGd5HKy .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-uMjXGd5HKy .mbr-section-btn .btn.display-7 > .mbr-iconfont {
  font-size: 0.75rem !important;
}
.cid-uMjXGd5HKy .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 8px !important;
  transition: .4s all !important;
}
.cid-uMjXGd5HKy .mbr-section-btn .btn:hover .mbr-iconfont {
  margin-left: 14px !important;
}
.cid-uMjXGd5HKy .mbr-section-btn .btn-white-outline {
  padding: 0 !important;
  color: #FFFFFF !important;
}
.cid-uMjXGd5HKy .mbr-section-btn .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  color: #d2b488 !important;
  will-change: transform;
}
.cid-uMjXGd5HKy .mbr-section-btn .btn-white-outline .mbr-iconfont:before {
  animation: icon-move-out 0.4s ease-in-out;
}
.cid-uMjXGd5HKy .mbr-section-btn .btn-white-outline:hover {
  color: #d2b488 !important;
}
.cid-uMjXGd5HKy .mbr-section-btn .btn-white-outline:hover .mbr-iconfont {
  background: #d2b488;
  color: #FFFFFF !important;
}
.cid-uMjXGd5HKy .mbr-section-btn .btn-white-outline:hover .mbr-iconfont:before {
  animation: icon-move 0.4s ease-in-out;
}
@keyframes icon-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-ukOExubGQY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukOExubGQY .card-heading {
  color: #012b3a;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.cid-ukOExubGQY .p {
  color: #012b3a;
  padding-bottom: 0 !important;
}
.cid-ukOExubGQY .mbr-text {
  color: #000000;
  padding-bottom: 16px !important;
  text-align: center;
}
.cid-ukOExubGQY .row {
  justify-content: center;
}
.cid-ukOExubGQY ul {
  padding-left: 40px !important;
  margin-bottom: 0 !important;
}
.cid-ukOExubGQY a {
  font-weight: 400 !important;
}
.cid-ukOExubGQY a.text-danger:hover {
  color: #E5BE8A !important;
}
.cid-ukODRM59nA {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ukODRM59nA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukODRM59nA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukODRM59nA .row {
  flex-direction: row-reverse;
}
.cid-ukODRM59nA .mbr-description {
  color: #000000;
}
.cid-uMjXvQLkyX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #173d33;
}
.cid-uMjXvQLkyX .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uMjXvQLkyX .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMjXvQLkyX .col + .mbr-section-btn .btn,
.cid-uMjXvQLkyX .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uMjXvQLkyX .col + .mbr-section-btn .btn,
  .cid-uMjXvQLkyX .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uMjXvQLkyX .dragArea > *:nth-last-child(2).col,
  .cid-uMjXvQLkyX .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMjXvQLkyX .col + .mbr-section-btn,
  .cid-uMjXvQLkyX .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uMjXvQLkyX .dragArea {
    flex-direction: column;
  }
}
.cid-uMjXvQLkyX .btn-primary {
  border: 1px solid #d2b488 !important;
}
.cid-uMjXvQLkyX .btn-primary:hover {
  border: 1px solid #d2b488 !important;
}
.cid-uMjXvQLkyX .stripe {
  border-bottom: 1px solid #fafafa;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMjXvQLkyX .form-group {
  max-width: 220px;
}
.cid-uMjXvQLkyX .mbr-section-btn {
  padding-left: 0;
}
.cid-uMjXvQLkyX .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMjXvQLkyX .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe2b7;
  width: 85%;
}
.cid-uMjXvQLkyX .mbr-text {
  color: #444;
}
.cid-uMjXvQLkyX h5 {
  margin-bottom: 0;
}
.cid-uMjXvQLkyX .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMjXvQLkyX .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMjXvQLkyX .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMjXvQLkyX .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMjXvQLkyX .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMjXvQLkyX .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMjXvQLkyX .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMjXvQLkyX .social-list a:hover {
  opacity: 0.4;
}
.cid-uMjXvQLkyX .media-container-row > div {
  padding: 0px;
}
.cid-uMjXvQLkyX .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMjXvQLkyX .group-title {
  text-align: left;
  color: #ffe2b7;
  padding-bottom: 0.2rem;
}
.cid-uMjXvQLkyX .links {
  color: #ffe2b7;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMjXvQLkyX .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMjXvQLkyX .social-list,
  .cid-uMjXvQLkyX .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMjXvQLkyX h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMjXvQLkyX .form-group {
    max-width: 180px;
  }
}
.cid-uMjXvQLkyX .links span {
  color: #9e9e9e;
}
.cid-uMjXvQLkyX .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMjXvQLkyX .logo-title {
  text-align: center;
}
.cid-uMjXvQLkyX .logo-title,
.cid-uMjXvQLkyX .logo {
  color: #ffe2b7;
}
.cid-ul2ZyDdCoG .navbar-dropdown {
  position: relative !important;
}
.cid-ul2ZyDdCoG .navbar-dropdown {
  position: absolute !important;
}
.cid-ul2ZyDdCoG .menu-text {
  padding: 0 2rem;
  color: #ffe2b7;
}
@media (max-width: 992px) {
  .cid-ul2ZyDdCoG .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-ul2ZyDdCoG .iconfont-wrapper {
  color: #39b54a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ul2ZyDdCoG .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-ul2ZyDdCoG .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-ul2ZyDdCoG .container {
    padding: 0 1rem;
  }
}
.cid-ul2ZyDdCoG .menu-tite {
  background: #d2b488;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-ul2ZyDdCoG .nav-link {
  position: relative;
}
.cid-ul2ZyDdCoG .nav-link:hover {
  color: #a98310 !important;
}
.cid-ul2ZyDdCoG .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
}
.cid-ul2ZyDdCoG .navbar.opened {
  transition: all 0.3s;
}
.cid-ul2ZyDdCoG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ul2ZyDdCoG .navbar .navbar-logo img {
  width: auto;
}
.cid-ul2ZyDdCoG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ul2ZyDdCoG .navbar.collapsed {
  justify-content: center;
}
.cid-ul2ZyDdCoG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ul2ZyDdCoG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul2ZyDdCoG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ul2ZyDdCoG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul2ZyDdCoG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul2ZyDdCoG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ul2ZyDdCoG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul2ZyDdCoG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ul2ZyDdCoG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul2ZyDdCoG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ul2ZyDdCoG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul2ZyDdCoG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul2ZyDdCoG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul2ZyDdCoG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ul2ZyDdCoG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ul2ZyDdCoG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul2ZyDdCoG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ul2ZyDdCoG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ul2ZyDdCoG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ul2ZyDdCoG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul2ZyDdCoG .navbar.navbar-short {
  min-height: 60px;
}
.cid-ul2ZyDdCoG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ul2ZyDdCoG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ul2ZyDdCoG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ul2ZyDdCoG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ul2ZyDdCoG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ul2ZyDdCoG .dropdown-item:hover,
.cid-ul2ZyDdCoG .dropdown-item:focus {
  background: #d2b488 !important;
  color: white !important;
}
.cid-ul2ZyDdCoG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ul2ZyDdCoG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ul2ZyDdCoG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-ul2ZyDdCoG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ul2ZyDdCoG .dropdown-menu,
.cid-ul2ZyDdCoG .navbar.opened {
  background: #000000 !important;
}
.cid-ul2ZyDdCoG .nav-item:focus,
.cid-ul2ZyDdCoG .nav-link:focus {
  outline: none;
}
.cid-ul2ZyDdCoG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ul2ZyDdCoG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ul2ZyDdCoG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ul2ZyDdCoG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ul2ZyDdCoG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ul2ZyDdCoG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ul2ZyDdCoG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul2ZyDdCoG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ul2ZyDdCoG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul2ZyDdCoG .dropdown-item.active,
.cid-ul2ZyDdCoG .dropdown-item:active {
  background-color: transparent;
}
.cid-ul2ZyDdCoG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul2ZyDdCoG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul2ZyDdCoG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul2ZyDdCoG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ul2ZyDdCoG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ul2ZyDdCoG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul2ZyDdCoG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ul2ZyDdCoG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ul2ZyDdCoG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ul2ZyDdCoG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ul2ZyDdCoG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul2ZyDdCoG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul2ZyDdCoG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul2ZyDdCoG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul2ZyDdCoG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul2ZyDdCoG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul2ZyDdCoG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul2ZyDdCoG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul2ZyDdCoG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ul2ZyDdCoG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ul2ZyDdCoG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ul2ZyDdCoG .navbar {
    height: 70px;
  }
  .cid-ul2ZyDdCoG .navbar.opened {
    height: auto;
  }
  .cid-ul2ZyDdCoG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ul2ZyDLkra {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/kids15-2000x1430.jpg");
}
.cid-ul2ZyDLkra .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ul2ZyDLkra .mbr-section-title {
  color: #fcd209;
}
.cid-ul2ZyDLkra .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-ul2ZyDLkra .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-ul2ZyDLkra .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #d2b488;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-ul2ZyDLkra .mbr-section-btn {
  display: flex;
}
.cid-ul2ZyDLkra .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-ul2ZyDLkra .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-ul2ZyDLkra .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-ul2ZyDLkra .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ca1f27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-ul2ZyDLkra .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-ul2ZyDLkra .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-ul2ZyDLkra .video-wrap .icon-wrap .line-video-1,
.cid-ul2ZyDLkra .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-ul2ZyDLkra .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-ul2ZyDLkra .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-ul2ZyDLkra .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ul2ZyDLkra .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ul2ZyDLkra .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ul2ZyDLkra a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #39b54a;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ul2ZyDLkra a.close:hover {
  color: #39b54a;
}
@media (max-width: 991px) {
  .cid-ul2ZyDLkra .separator,
  .cid-ul2ZyDLkra .sep-holder,
  .cid-ul2ZyDLkra .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-ul2ZyDLkra .buttons-wrap {
    flex-direction: column;
  }
  .cid-ul2ZyDLkra .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-ul2ZyDLkra .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-ul2ZyDLkra .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-ul2ZyDLkra .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-ul2ZyDLkra .mbr-text,
.cid-ul2ZyDLkra .mbr-section-btn {
  color: #ffffff;
}
.cid-uMkq19tUmJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uMkq19tUmJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkq19tUmJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkq19tUmJ .mbr-section-title {
  color: #ffe2b7;
  margin-bottom: 0;
}
.cid-uMkq19tUmJ .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-uMkq19tUmJ .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .cid-uMkq19tUmJ .mbr-section-btn {
    margin-top: 34px;
  }
}
@media (max-width: 575px) {
  .cid-uMkq19tUmJ .mbr-section-btn {
    margin-top: 26px;
    width: auto;
  }
  .cid-uMkq19tUmJ .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-uMkq19tUmJ .mbr-section-btn .btn.display-7 > .mbr-iconfont {
  font-size: 0.75rem !important;
}
.cid-uMkq19tUmJ .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 8px !important;
  transition: .4s all !important;
}
.cid-uMkq19tUmJ .mbr-section-btn .btn:hover .mbr-iconfont {
  margin-left: 14px !important;
}
.cid-uMkq19tUmJ .mbr-section-btn .btn-white-outline {
  padding: 0 !important;
  color: #FFFFFF !important;
}
.cid-uMkq19tUmJ .mbr-section-btn .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  color: #d2b488 !important;
  will-change: transform;
}
.cid-uMkq19tUmJ .mbr-section-btn .btn-white-outline .mbr-iconfont:before {
  animation: icon-move-out 0.4s ease-in-out;
}
.cid-uMkq19tUmJ .mbr-section-btn .btn-white-outline:hover {
  color: #d2b488 !important;
}
.cid-uMkq19tUmJ .mbr-section-btn .btn-white-outline:hover .mbr-iconfont {
  background: #d2b488;
  color: #FFFFFF !important;
}
.cid-uMkq19tUmJ .mbr-section-btn .btn-white-outline:hover .mbr-iconfont:before {
  animation: icon-move 0.4s ease-in-out;
}
@keyframes icon-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-ul3i7CiACU {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-ul3i7CiACU .container {
    max-width: 1400px;
  }
}
.cid-ul3i7CiACU .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-ul3i7CiACU .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-ul3i7CiACU .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-ul3i7CiACU .row {
  justify-content: center;
}
.cid-ul3i7CiACU img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-ul3i7CiACU .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
  color: #000000;
}
.cid-ul3i7CiACU .card-title,
.cid-ul3i7CiACU .iconfont-wrapper {
  color: #000000;
}
.cid-ul30ub8ggy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-ul30ub8ggy .container {
    max-width: 1400px;
  }
}
.cid-ul30ub8ggy .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-ul30ub8ggy .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-ul30ub8ggy .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-ul30ub8ggy .row {
  justify-content: center;
}
.cid-ul30ub8ggy img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-ul30ub8ggy .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
  color: #000000;
}
.cid-ul30ub8ggy .card-title,
.cid-ul30ub8ggy .iconfont-wrapper {
  color: #000000;
}
.cid-ul31C5By9Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-ul31C5By9Z .container {
    max-width: 1400px;
  }
}
.cid-ul31C5By9Z .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-ul31C5By9Z .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-ul31C5By9Z .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-ul31C5By9Z .row {
  justify-content: center;
}
.cid-ul31C5By9Z img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-ul31C5By9Z .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-ul31C5By9Z .card-title,
.cid-ul31C5By9Z .iconfont-wrapper {
  color: #000000;
}
.cid-ul3226MQqc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-ul3226MQqc .container {
    max-width: 1400px;
  }
}
.cid-ul3226MQqc .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-ul3226MQqc .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-ul3226MQqc .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-ul3226MQqc .row {
  justify-content: center;
}
.cid-ul3226MQqc img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-ul3226MQqc .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-ul3226MQqc .card-title,
.cid-ul3226MQqc .iconfont-wrapper {
  color: #000000;
}
.cid-ul32grMRWG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-ul32grMRWG .container {
    max-width: 1400px;
  }
}
.cid-ul32grMRWG .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-ul32grMRWG .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-ul32grMRWG .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-ul32grMRWG .row {
  justify-content: center;
}
.cid-ul32grMRWG img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-ul32grMRWG .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-ul32grMRWG .card-title,
.cid-ul32grMRWG .iconfont-wrapper {
  color: #000000;
}
.cid-ul32haXsgm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-ul32haXsgm .container {
    max-width: 1400px;
  }
}
.cid-ul32haXsgm .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-ul32haXsgm .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-ul32haXsgm .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-ul32haXsgm .row {
  justify-content: center;
}
.cid-ul32haXsgm img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-ul32haXsgm .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-ul32haXsgm .card-title,
.cid-ul32haXsgm .iconfont-wrapper {
  color: #000000;
}
.cid-ul32Mp0cx3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-ul32Mp0cx3 .container {
    max-width: 1400px;
  }
}
.cid-ul32Mp0cx3 .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-ul32Mp0cx3 .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-ul32Mp0cx3 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-ul32Mp0cx3 .row {
  justify-content: center;
}
.cid-ul32Mp0cx3 img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-ul32Mp0cx3 .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-ul32Mp0cx3 .card-title,
.cid-ul32Mp0cx3 .iconfont-wrapper {
  color: #000000;
}
.cid-ul32MY3EDz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-ul32MY3EDz .container {
    max-width: 1400px;
  }
}
.cid-ul32MY3EDz .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-ul32MY3EDz .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-ul32MY3EDz .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-ul32MY3EDz .row {
  justify-content: center;
}
.cid-ul32MY3EDz img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-ul32MY3EDz .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-ul32MY3EDz .card-title,
.cid-ul32MY3EDz .iconfont-wrapper {
  color: #000000;
}
.cid-ul33d1f4mz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-ul33d1f4mz .container {
    max-width: 1400px;
  }
}
.cid-ul33d1f4mz .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-ul33d1f4mz .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-ul33d1f4mz .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-ul33d1f4mz .row {
  justify-content: center;
}
.cid-ul33d1f4mz img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-ul33d1f4mz .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-ul33d1f4mz .card-title,
.cid-ul33d1f4mz .iconfont-wrapper {
  color: #000000;
}
.cid-ul33dyVSV2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-ul33dyVSV2 .container {
    max-width: 1400px;
  }
}
.cid-ul33dyVSV2 .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-ul33dyVSV2 .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-ul33dyVSV2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-ul33dyVSV2 .row {
  justify-content: center;
}
.cid-ul33dyVSV2 img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-ul33dyVSV2 .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-ul33dyVSV2 .card-title,
.cid-ul33dyVSV2 .iconfont-wrapper {
  color: #000000;
}
.cid-ul33Nqps85 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-ul33Nqps85 .container {
    max-width: 1400px;
  }
}
.cid-ul33Nqps85 .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-ul33Nqps85 .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-ul33Nqps85 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-ul33Nqps85 .row {
  justify-content: center;
}
.cid-ul33Nqps85 img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-ul33Nqps85 .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-ul33Nqps85 .card-title,
.cid-ul33Nqps85 .iconfont-wrapper {
  color: #000000;
}
.cid-ul33NN0HO6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-ul33NN0HO6 .container {
    max-width: 1400px;
  }
}
.cid-ul33NN0HO6 .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-ul33NN0HO6 .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-ul33NN0HO6 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-ul33NN0HO6 .row {
  justify-content: center;
}
.cid-ul33NN0HO6 img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-ul33NN0HO6 .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-ul33NN0HO6 .card-title,
.cid-ul33NN0HO6 .iconfont-wrapper {
  color: #000000;
}
.cid-ul34dCANOq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-ul34dCANOq .container {
    max-width: 1400px;
  }
}
.cid-ul34dCANOq .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-ul34dCANOq .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-ul34dCANOq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-ul34dCANOq .row {
  justify-content: center;
}
.cid-ul34dCANOq img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-ul34dCANOq .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-ul34dCANOq .card-title,
.cid-ul34dCANOq .iconfont-wrapper {
  color: #000000;
}
.cid-ul34e8yUbx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-ul34e8yUbx .container {
    max-width: 1400px;
  }
}
.cid-ul34e8yUbx .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-ul34e8yUbx .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-ul34e8yUbx .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-ul34e8yUbx .row {
  justify-content: center;
}
.cid-ul34e8yUbx img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-ul34e8yUbx .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-ul34e8yUbx .card-title,
.cid-ul34e8yUbx .iconfont-wrapper {
  color: #000000;
}
.cid-uMkpIim75l {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d2b488;
}
.cid-uMkpIim75l .row {
  flex-direction: row-reverse;
}
.cid-uMkpIim75l .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-uMkpIim75l .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-uMkpIim75l .card {
    margin-bottom: 2rem !important;
  }
  .cid-uMkpIim75l .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uMkpIim75l .link-wrap {
    align-items: center;
  }
}
.cid-uMkpIim75l .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMkpIim75l .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uMkpIim75l .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-uMkpIim75l .btn:hover,
.cid-uMkpIim75l .btn:focus {
  border-color: #f4aee6 !important;
  background-color: #f4aee6 !important;
}
.cid-uMkpIim75l .card-title {
  color: #000000;
}
.cid-uMkpIim75l .mbr-subtile {
  color: #000000;
}
.cid-uMkpIim75l .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMkpIim75l .padding {
    padding-right: 110px;
  }
}
.cid-uMkpHwNnR8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #173d33;
}
.cid-uMkpHwNnR8 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uMkpHwNnR8 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMkpHwNnR8 .col + .mbr-section-btn .btn,
.cid-uMkpHwNnR8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uMkpHwNnR8 .col + .mbr-section-btn .btn,
  .cid-uMkpHwNnR8 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uMkpHwNnR8 .dragArea > *:nth-last-child(2).col,
  .cid-uMkpHwNnR8 .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMkpHwNnR8 .col + .mbr-section-btn,
  .cid-uMkpHwNnR8 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uMkpHwNnR8 .dragArea {
    flex-direction: column;
  }
}
.cid-uMkpHwNnR8 .btn-primary {
  border: 1px solid #d2b488 !important;
}
.cid-uMkpHwNnR8 .btn-primary:hover {
  border: 1px solid #d2b488 !important;
}
.cid-uMkpHwNnR8 .stripe {
  border-bottom: 1px solid #fafafa;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMkpHwNnR8 .form-group {
  max-width: 220px;
}
.cid-uMkpHwNnR8 .mbr-section-btn {
  padding-left: 0;
}
.cid-uMkpHwNnR8 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMkpHwNnR8 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe2b7;
  width: 85%;
}
.cid-uMkpHwNnR8 .mbr-text {
  color: #444;
}
.cid-uMkpHwNnR8 h5 {
  margin-bottom: 0;
}
.cid-uMkpHwNnR8 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMkpHwNnR8 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMkpHwNnR8 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMkpHwNnR8 .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMkpHwNnR8 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMkpHwNnR8 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMkpHwNnR8 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMkpHwNnR8 .social-list a:hover {
  opacity: 0.4;
}
.cid-uMkpHwNnR8 .media-container-row > div {
  padding: 0px;
}
.cid-uMkpHwNnR8 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMkpHwNnR8 .group-title {
  text-align: left;
  color: #ffe2b7;
  padding-bottom: 0.2rem;
}
.cid-uMkpHwNnR8 .links {
  color: #ffe2b7;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMkpHwNnR8 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMkpHwNnR8 .social-list,
  .cid-uMkpHwNnR8 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMkpHwNnR8 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMkpHwNnR8 .form-group {
    max-width: 180px;
  }
}
.cid-uMkpHwNnR8 .links span {
  color: #9e9e9e;
}
.cid-uMkpHwNnR8 .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMkpHwNnR8 .logo-title {
  text-align: center;
}
.cid-uMkpHwNnR8 .logo-title,
.cid-uMkpHwNnR8 .logo {
  color: #ffe2b7;
}
.cid-um2zed3V63 .navbar-dropdown {
  position: relative !important;
}
.cid-um2zed3V63 .navbar-dropdown {
  position: absolute !important;
}
.cid-um2zed3V63 .menu-text {
  padding: 0 2rem;
  color: #ffe2b7;
}
@media (max-width: 992px) {
  .cid-um2zed3V63 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-um2zed3V63 .iconfont-wrapper {
  color: #39b54a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-um2zed3V63 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-um2zed3V63 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-um2zed3V63 .container {
    padding: 0 1rem;
  }
}
.cid-um2zed3V63 .menu-tite {
  background: #d2b488;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-um2zed3V63 .nav-link {
  position: relative;
}
.cid-um2zed3V63 .nav-link:hover {
  color: #a98310 !important;
}
.cid-um2zed3V63 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
}
.cid-um2zed3V63 .navbar.opened {
  transition: all 0.3s;
}
.cid-um2zed3V63 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-um2zed3V63 .navbar .navbar-logo img {
  width: auto;
}
.cid-um2zed3V63 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-um2zed3V63 .navbar.collapsed {
  justify-content: center;
}
.cid-um2zed3V63 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-um2zed3V63 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-um2zed3V63 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-um2zed3V63 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-um2zed3V63 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-um2zed3V63 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-um2zed3V63 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-um2zed3V63 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-um2zed3V63 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-um2zed3V63 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-um2zed3V63 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-um2zed3V63 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-um2zed3V63 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-um2zed3V63 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-um2zed3V63 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-um2zed3V63 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-um2zed3V63 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-um2zed3V63 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-um2zed3V63 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-um2zed3V63 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-um2zed3V63 .navbar.navbar-short {
  min-height: 60px;
}
.cid-um2zed3V63 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-um2zed3V63 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-um2zed3V63 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-um2zed3V63 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-um2zed3V63 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-um2zed3V63 .dropdown-item:hover,
.cid-um2zed3V63 .dropdown-item:focus {
  background: #d2b488 !important;
  color: white !important;
}
.cid-um2zed3V63 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-um2zed3V63 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-um2zed3V63 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-um2zed3V63 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-um2zed3V63 .dropdown-menu,
.cid-um2zed3V63 .navbar.opened {
  background: #000000 !important;
}
.cid-um2zed3V63 .nav-item:focus,
.cid-um2zed3V63 .nav-link:focus {
  outline: none;
}
.cid-um2zed3V63 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-um2zed3V63 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-um2zed3V63 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-um2zed3V63 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-um2zed3V63 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-um2zed3V63 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-um2zed3V63 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-um2zed3V63 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-um2zed3V63 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-um2zed3V63 .dropdown-item.active,
.cid-um2zed3V63 .dropdown-item:active {
  background-color: transparent;
}
.cid-um2zed3V63 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-um2zed3V63 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-um2zed3V63 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-um2zed3V63 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-um2zed3V63 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-um2zed3V63 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-um2zed3V63 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-um2zed3V63 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-um2zed3V63 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-um2zed3V63 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-um2zed3V63 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-um2zed3V63 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um2zed3V63 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um2zed3V63 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-um2zed3V63 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um2zed3V63 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-um2zed3V63 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-um2zed3V63 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um2zed3V63 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-um2zed3V63 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-um2zed3V63 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-um2zed3V63 .navbar {
    height: 70px;
  }
  .cid-um2zed3V63 .navbar.opened {
    height: auto;
  }
  .cid-um2zed3V63 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-um2zedNkHm {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/img-4222-2-2000x1500.jpg");
}
.cid-um2zedNkHm .mbr-section-subtitle {
  color: #fafafa;
}
.cid-um2zedNkHm .mbr-section-title {
  color: #ffe2b7;
}
.cid-um2zedNkHm .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-um2zedNkHm .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-um2zedNkHm .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #d2b488;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-um2zedNkHm .mbr-section-btn {
  display: flex;
}
.cid-um2zedNkHm .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-um2zedNkHm .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-um2zedNkHm .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-um2zedNkHm .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ca1f27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-um2zedNkHm .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-um2zedNkHm .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-um2zedNkHm .video-wrap .icon-wrap .line-video-1,
.cid-um2zedNkHm .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-um2zedNkHm .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-um2zedNkHm .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-um2zedNkHm .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-um2zedNkHm .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-um2zedNkHm .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-um2zedNkHm a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #39b54a;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-um2zedNkHm a.close:hover {
  color: #39b54a;
}
@media (max-width: 991px) {
  .cid-um2zedNkHm .separator,
  .cid-um2zedNkHm .sep-holder,
  .cid-um2zedNkHm .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-um2zedNkHm .buttons-wrap {
    flex-direction: column;
  }
  .cid-um2zedNkHm .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-um2zedNkHm .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-um2zedNkHm .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-um2zedNkHm .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-um2zedNkHm .mbr-text,
.cid-um2zedNkHm .mbr-section-btn {
  color: #ffffff;
}
.cid-uMksgYom7x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uMksgYom7x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMksgYom7x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMksgYom7x .mbr-section-title {
  color: #ffe2b7;
  margin-bottom: 0;
}
.cid-uMksgYom7x .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-uMksgYom7x .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .cid-uMksgYom7x .mbr-section-btn {
    margin-top: 34px;
  }
}
@media (max-width: 575px) {
  .cid-uMksgYom7x .mbr-section-btn {
    margin-top: 26px;
    width: auto;
  }
  .cid-uMksgYom7x .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-uMksgYom7x .mbr-section-btn .btn.display-7 > .mbr-iconfont {
  font-size: 0.75rem !important;
}
.cid-uMksgYom7x .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 8px !important;
  transition: .4s all !important;
}
.cid-uMksgYom7x .mbr-section-btn .btn:hover .mbr-iconfont {
  margin-left: 14px !important;
}
.cid-uMksgYom7x .mbr-section-btn .btn-white-outline {
  padding: 0 !important;
  color: #FFFFFF !important;
}
.cid-uMksgYom7x .mbr-section-btn .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  color: #d2b488 !important;
  will-change: transform;
}
.cid-uMksgYom7x .mbr-section-btn .btn-white-outline .mbr-iconfont:before {
  animation: icon-move-out 0.4s ease-in-out;
}
.cid-uMksgYom7x .mbr-section-btn .btn-white-outline:hover {
  color: #d2b488 !important;
}
.cid-uMksgYom7x .mbr-section-btn .btn-white-outline:hover .mbr-iconfont {
  background: #d2b488;
  color: #FFFFFF !important;
}
.cid-uMksgYom7x .mbr-section-btn .btn-white-outline:hover .mbr-iconfont:before {
  animation: icon-move 0.4s ease-in-out;
}
@keyframes icon-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-uMk3xDRiyt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-um2BqCyPiP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-um2BqCyPiP .text-container {
    margin-bottom: 30px;
  }
}
.cid-um2BqCyPiP .label-text {
  width: 100%;
  text-align: center;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-um2BqCyPiP .mbr-section-title {
  margin-bottom: 24px;
  width: 100%;
  color: #222222;
}
.cid-um2BqCyPiP .cards-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-um2BqCyPiP .cards-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .cid-um2BqCyPiP .cards-container {
    padding: 0;
  }
}
.cid-um2BqCyPiP .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cid-um2BqCyPiP .card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-um2BqCyPiP .card {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cid-um2BqCyPiP .card {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-um2BqCyPiP .card {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-um2BqCyPiP .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .cid-um2BqCyPiP .card-wrapper {
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .cid-um2BqCyPiP .card-wrapper {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 60px;
  }
}
.cid-um2BqCyPiP .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-um2BqCyPiP .card-text {
  color: #000000;
  margin-bottom: 8px;
}
.cid-um2BqCyPiP .icon-box {
  padding: 18px;
  background-color: #d2b488;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-um2BqCyPiP .icon-box {
    margin-right: auto;
    margin-left: auto;
  }
}
.cid-um2BqCyPiP .icon-box .mbr-iconfont {
  font-size: 25px;
  color: #222222;
  transition: 0.5s all;
}
.cid-um2BqCyPiP .icon-box:hover {
  background-color: #222222;
}
.cid-um2BqCyPiP .icon-box:hover .mbr-iconfont {
  color: #d2b488;
}
.cid-um2BqCyPiP .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-um2BqCyPiP .btn-container {
    margin-top: auto;
  }
}
.cid-um2BqCyPiP .mbr-section-btn .btn {
  padding: 0;
  letter-spacing: normal;
}
.cid-um2BqCyPiP .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-um2BqCyPiP .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-um2BqCyPiP .mbr-fallback-image.disabled {
  display: none;
}
.cid-um2BqCyPiP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um2DLe61Hr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-um2DLe61Hr .text-container {
    margin-bottom: 30px;
  }
}
.cid-um2DLe61Hr .label-text {
  width: 100%;
  text-align: center;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-um2DLe61Hr .mbr-section-title {
  margin-bottom: 24px;
  width: 100%;
  color: #222222;
}
.cid-um2DLe61Hr .cards-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-um2DLe61Hr .cards-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .cid-um2DLe61Hr .cards-container {
    padding: 0;
  }
}
.cid-um2DLe61Hr .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cid-um2DLe61Hr .card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-um2DLe61Hr .card {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cid-um2DLe61Hr .card {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-um2DLe61Hr .card {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-um2DLe61Hr .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .cid-um2DLe61Hr .card-wrapper {
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .cid-um2DLe61Hr .card-wrapper {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 60px;
  }
}
.cid-um2DLe61Hr .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-um2DLe61Hr .card-text {
  color: #000000;
  margin-bottom: 8px;
}
.cid-um2DLe61Hr .icon-box {
  padding: 18px;
  background-color: #d2b488;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-um2DLe61Hr .icon-box {
    margin-right: auto;
    margin-left: auto;
  }
}
.cid-um2DLe61Hr .icon-box .mbr-iconfont {
  font-size: 25px;
  color: #222222;
  transition: 0.5s all;
}
.cid-um2DLe61Hr .icon-box:hover {
  background-color: #222222;
}
.cid-um2DLe61Hr .icon-box:hover .mbr-iconfont {
  color: #d2b488;
}
.cid-um2DLe61Hr .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-um2DLe61Hr .btn-container {
    margin-top: auto;
  }
}
.cid-um2DLe61Hr .mbr-section-btn .btn {
  padding: 0;
  letter-spacing: normal;
}
.cid-um2DLe61Hr .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-um2DLe61Hr .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-um2DLe61Hr .mbr-fallback-image.disabled {
  display: none;
}
.cid-um2DLe61Hr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um2E0xLZs4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-um2E0xLZs4 .text-container {
    margin-bottom: 30px;
  }
}
.cid-um2E0xLZs4 .label-text {
  width: 100%;
  text-align: center;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-um2E0xLZs4 .mbr-section-title {
  margin-bottom: 24px;
  width: 100%;
  color: #222222;
}
.cid-um2E0xLZs4 .cards-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-um2E0xLZs4 .cards-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .cid-um2E0xLZs4 .cards-container {
    padding: 0;
  }
}
.cid-um2E0xLZs4 .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cid-um2E0xLZs4 .card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-um2E0xLZs4 .card {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cid-um2E0xLZs4 .card {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-um2E0xLZs4 .card {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-um2E0xLZs4 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .cid-um2E0xLZs4 .card-wrapper {
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .cid-um2E0xLZs4 .card-wrapper {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 60px;
  }
}
.cid-um2E0xLZs4 .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-um2E0xLZs4 .card-text {
  color: #000000;
  margin-bottom: 8px;
}
.cid-um2E0xLZs4 .icon-box {
  padding: 18px;
  background-color: #d2b488;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-um2E0xLZs4 .icon-box {
    margin-right: auto;
    margin-left: auto;
  }
}
.cid-um2E0xLZs4 .icon-box .mbr-iconfont {
  font-size: 25px;
  color: #222222;
  transition: 0.5s all;
}
.cid-um2E0xLZs4 .icon-box:hover {
  background-color: #222222;
}
.cid-um2E0xLZs4 .icon-box:hover .mbr-iconfont {
  color: #d2b488;
}
.cid-um2E0xLZs4 .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-um2E0xLZs4 .btn-container {
    margin-top: auto;
  }
}
.cid-um2E0xLZs4 .mbr-section-btn .btn {
  padding: 0;
  letter-spacing: normal;
}
.cid-um2E0xLZs4 .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-um2E0xLZs4 .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-um2E0xLZs4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-um2E0xLZs4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ume0xo1s7h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ume0xo1s7h .text-container {
    margin-bottom: 30px;
  }
}
.cid-ume0xo1s7h .label-text {
  width: 100%;
  text-align: center;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-ume0xo1s7h .mbr-section-title {
  margin-bottom: 24px;
  width: 100%;
  color: #222222;
}
.cid-ume0xo1s7h .cards-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ume0xo1s7h .cards-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .cid-ume0xo1s7h .cards-container {
    padding: 0;
  }
}
.cid-ume0xo1s7h .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cid-ume0xo1s7h .card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ume0xo1s7h .card {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cid-ume0xo1s7h .card {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ume0xo1s7h .card {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-ume0xo1s7h .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .cid-ume0xo1s7h .card-wrapper {
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .cid-ume0xo1s7h .card-wrapper {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 60px;
  }
}
.cid-ume0xo1s7h .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-ume0xo1s7h .card-text {
  color: #000000;
  margin-bottom: 8px;
}
.cid-ume0xo1s7h .icon-box {
  padding: 18px;
  background-color: #d2b488;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-ume0xo1s7h .icon-box {
    margin-right: auto;
    margin-left: auto;
  }
}
.cid-ume0xo1s7h .icon-box .mbr-iconfont {
  font-size: 25px;
  color: #222222;
  transition: 0.5s all;
}
.cid-ume0xo1s7h .icon-box:hover {
  background-color: #222222;
}
.cid-ume0xo1s7h .icon-box:hover .mbr-iconfont {
  color: #d2b488;
}
.cid-ume0xo1s7h .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ume0xo1s7h .btn-container {
    margin-top: auto;
  }
}
.cid-ume0xo1s7h .mbr-section-btn .btn {
  padding: 0;
  letter-spacing: normal;
}
.cid-ume0xo1s7h .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-ume0xo1s7h .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-ume0xo1s7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ume0xo1s7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ume59duLYe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ume59duLYe .text-container {
    margin-bottom: 30px;
  }
}
.cid-ume59duLYe .label-text {
  width: 100%;
  text-align: center;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-ume59duLYe .mbr-section-title {
  margin-bottom: 24px;
  width: 100%;
  color: #222222;
}
.cid-ume59duLYe .cards-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ume59duLYe .cards-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .cid-ume59duLYe .cards-container {
    padding: 0;
  }
}
.cid-ume59duLYe .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cid-ume59duLYe .card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ume59duLYe .card {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cid-ume59duLYe .card {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ume59duLYe .card {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-ume59duLYe .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .cid-ume59duLYe .card-wrapper {
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .cid-ume59duLYe .card-wrapper {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 60px;
  }
}
.cid-ume59duLYe .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-ume59duLYe .card-text {
  color: #000000;
  margin-bottom: 8px;
}
.cid-ume59duLYe .icon-box {
  padding: 18px;
  background-color: #d2b488;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-ume59duLYe .icon-box {
    margin-right: auto;
    margin-left: auto;
  }
}
.cid-ume59duLYe .icon-box .mbr-iconfont {
  font-size: 25px;
  color: #222222;
  transition: 0.5s all;
}
.cid-ume59duLYe .icon-box:hover {
  background-color: #222222;
}
.cid-ume59duLYe .icon-box:hover .mbr-iconfont {
  color: #d2b488;
}
.cid-ume59duLYe .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ume59duLYe .btn-container {
    margin-top: auto;
  }
}
.cid-ume59duLYe .mbr-section-btn .btn {
  padding: 0;
  letter-spacing: normal;
}
.cid-ume59duLYe .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-ume59duLYe .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-ume59duLYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ume59duLYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ume59Or8xJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ume59Or8xJ .text-container {
    margin-bottom: 30px;
  }
}
.cid-ume59Or8xJ .label-text {
  width: 100%;
  text-align: center;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-ume59Or8xJ .mbr-section-title {
  margin-bottom: 24px;
  width: 100%;
  color: #222222;
}
.cid-ume59Or8xJ .cards-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ume59Or8xJ .cards-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .cid-ume59Or8xJ .cards-container {
    padding: 0;
  }
}
.cid-ume59Or8xJ .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cid-ume59Or8xJ .card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ume59Or8xJ .card {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cid-ume59Or8xJ .card {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ume59Or8xJ .card {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-ume59Or8xJ .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .cid-ume59Or8xJ .card-wrapper {
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .cid-ume59Or8xJ .card-wrapper {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 60px;
  }
}
.cid-ume59Or8xJ .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-ume59Or8xJ .card-text {
  color: #000000;
  margin-bottom: 8px;
}
.cid-ume59Or8xJ .icon-box {
  padding: 18px;
  background-color: #d2b488;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-ume59Or8xJ .icon-box {
    margin-right: auto;
    margin-left: auto;
  }
}
.cid-ume59Or8xJ .icon-box .mbr-iconfont {
  font-size: 25px;
  color: #222222;
  transition: 0.5s all;
}
.cid-ume59Or8xJ .icon-box:hover {
  background-color: #222222;
}
.cid-ume59Or8xJ .icon-box:hover .mbr-iconfont {
  color: #d2b488;
}
.cid-ume59Or8xJ .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ume59Or8xJ .btn-container {
    margin-top: auto;
  }
}
.cid-ume59Or8xJ .mbr-section-btn .btn {
  padding: 0;
  letter-spacing: normal;
}
.cid-ume59Or8xJ .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-ume59Or8xJ .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-ume59Or8xJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ume59Or8xJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ume5k5tPDh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ume5k5tPDh .text-container {
    margin-bottom: 30px;
  }
}
.cid-ume5k5tPDh .label-text {
  width: 100%;
  text-align: center;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-ume5k5tPDh .mbr-section-title {
  margin-bottom: 24px;
  width: 100%;
  color: #222222;
}
.cid-ume5k5tPDh .cards-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ume5k5tPDh .cards-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .cid-ume5k5tPDh .cards-container {
    padding: 0;
  }
}
.cid-ume5k5tPDh .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cid-ume5k5tPDh .card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ume5k5tPDh .card {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cid-ume5k5tPDh .card {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ume5k5tPDh .card {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-ume5k5tPDh .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .cid-ume5k5tPDh .card-wrapper {
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .cid-ume5k5tPDh .card-wrapper {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 60px;
  }
}
.cid-ume5k5tPDh .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-ume5k5tPDh .card-text {
  color: #000000;
  margin-bottom: 8px;
}
.cid-ume5k5tPDh .icon-box {
  padding: 18px;
  background-color: #d2b488;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-ume5k5tPDh .icon-box {
    margin-right: auto;
    margin-left: auto;
  }
}
.cid-ume5k5tPDh .icon-box .mbr-iconfont {
  font-size: 25px;
  color: #222222;
  transition: 0.5s all;
}
.cid-ume5k5tPDh .icon-box:hover {
  background-color: #222222;
}
.cid-ume5k5tPDh .icon-box:hover .mbr-iconfont {
  color: #d2b488;
}
.cid-ume5k5tPDh .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ume5k5tPDh .btn-container {
    margin-top: auto;
  }
}
.cid-ume5k5tPDh .mbr-section-btn .btn {
  padding: 0;
  letter-spacing: normal;
}
.cid-ume5k5tPDh .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-ume5k5tPDh .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-ume5k5tPDh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ume5k5tPDh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgLjX92Kb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-umgLjX92Kb .text-container {
    margin-bottom: 30px;
  }
}
.cid-umgLjX92Kb .label-text {
  width: 100%;
  text-align: center;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-umgLjX92Kb .mbr-section-title {
  margin-bottom: 24px;
  width: 100%;
  color: #222222;
}
.cid-umgLjX92Kb .cards-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-umgLjX92Kb .cards-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .cid-umgLjX92Kb .cards-container {
    padding: 0;
  }
}
.cid-umgLjX92Kb .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cid-umgLjX92Kb .card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-umgLjX92Kb .card {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cid-umgLjX92Kb .card {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-umgLjX92Kb .card {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-umgLjX92Kb .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .cid-umgLjX92Kb .card-wrapper {
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .cid-umgLjX92Kb .card-wrapper {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 60px;
  }
}
.cid-umgLjX92Kb .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-umgLjX92Kb .card-text {
  color: #000000;
  margin-bottom: 8px;
}
.cid-umgLjX92Kb .icon-box {
  padding: 18px;
  background-color: #d2b488;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-umgLjX92Kb .icon-box {
    margin-right: auto;
    margin-left: auto;
  }
}
.cid-umgLjX92Kb .icon-box .mbr-iconfont {
  font-size: 25px;
  color: #222222;
  transition: 0.5s all;
}
.cid-umgLjX92Kb .icon-box:hover {
  background-color: #222222;
}
.cid-umgLjX92Kb .icon-box:hover .mbr-iconfont {
  color: #d2b488;
}
.cid-umgLjX92Kb .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-umgLjX92Kb .btn-container {
    margin-top: auto;
  }
}
.cid-umgLjX92Kb .mbr-section-btn .btn {
  padding: 0;
  letter-spacing: normal;
}
.cid-umgLjX92Kb .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-umgLjX92Kb .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-umgLjX92Kb .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgLjX92Kb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgLkBhf8g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-umgLkBhf8g .text-container {
    margin-bottom: 30px;
  }
}
.cid-umgLkBhf8g .label-text {
  width: 100%;
  text-align: center;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-umgLkBhf8g .mbr-section-title {
  margin-bottom: 24px;
  width: 100%;
  color: #222222;
}
.cid-umgLkBhf8g .cards-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-umgLkBhf8g .cards-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .cid-umgLkBhf8g .cards-container {
    padding: 0;
  }
}
.cid-umgLkBhf8g .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cid-umgLkBhf8g .card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-umgLkBhf8g .card {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cid-umgLkBhf8g .card {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-umgLkBhf8g .card {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-umgLkBhf8g .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .cid-umgLkBhf8g .card-wrapper {
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .cid-umgLkBhf8g .card-wrapper {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 60px;
  }
}
.cid-umgLkBhf8g .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-umgLkBhf8g .card-text {
  color: #000000;
  margin-bottom: 8px;
}
.cid-umgLkBhf8g .icon-box {
  padding: 18px;
  background-color: #d2b488;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-umgLkBhf8g .icon-box {
    margin-right: auto;
    margin-left: auto;
  }
}
.cid-umgLkBhf8g .icon-box .mbr-iconfont {
  font-size: 25px;
  color: #222222;
  transition: 0.5s all;
}
.cid-umgLkBhf8g .icon-box:hover {
  background-color: #222222;
}
.cid-umgLkBhf8g .icon-box:hover .mbr-iconfont {
  color: #d2b488;
}
.cid-umgLkBhf8g .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-umgLkBhf8g .btn-container {
    margin-top: auto;
  }
}
.cid-umgLkBhf8g .mbr-section-btn .btn {
  padding: 0;
  letter-spacing: normal;
}
.cid-umgLkBhf8g .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-umgLkBhf8g .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-umgLkBhf8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgLkBhf8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgLlpGjhu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-umgLlpGjhu .text-container {
    margin-bottom: 30px;
  }
}
.cid-umgLlpGjhu .label-text {
  width: 100%;
  text-align: center;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-umgLlpGjhu .mbr-section-title {
  margin-bottom: 24px;
  width: 100%;
  color: #222222;
}
.cid-umgLlpGjhu .cards-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-umgLlpGjhu .cards-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .cid-umgLlpGjhu .cards-container {
    padding: 0;
  }
}
.cid-umgLlpGjhu .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cid-umgLlpGjhu .card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-umgLlpGjhu .card {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cid-umgLlpGjhu .card {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-umgLlpGjhu .card {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-umgLlpGjhu .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .cid-umgLlpGjhu .card-wrapper {
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .cid-umgLlpGjhu .card-wrapper {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 60px;
  }
}
.cid-umgLlpGjhu .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-umgLlpGjhu .card-text {
  color: #000000;
  margin-bottom: 8px;
}
.cid-umgLlpGjhu .icon-box {
  padding: 18px;
  background-color: #d2b488;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-umgLlpGjhu .icon-box {
    margin-right: auto;
    margin-left: auto;
  }
}
.cid-umgLlpGjhu .icon-box .mbr-iconfont {
  font-size: 25px;
  color: #222222;
  transition: 0.5s all;
}
.cid-umgLlpGjhu .icon-box:hover {
  background-color: #222222;
}
.cid-umgLlpGjhu .icon-box:hover .mbr-iconfont {
  color: #d2b488;
}
.cid-umgLlpGjhu .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-umgLlpGjhu .btn-container {
    margin-top: auto;
  }
}
.cid-umgLlpGjhu .mbr-section-btn .btn {
  padding: 0;
  letter-spacing: normal;
}
.cid-umgLlpGjhu .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-umgLlpGjhu .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-umgLlpGjhu .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgLlpGjhu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgS9Ty9Bp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-umgS9Ty9Bp .text-container {
    margin-bottom: 30px;
  }
}
.cid-umgS9Ty9Bp .label-text {
  width: 100%;
  text-align: center;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-umgS9Ty9Bp .mbr-section-title {
  margin-bottom: 24px;
  width: 100%;
  color: #222222;
}
.cid-umgS9Ty9Bp .cards-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-umgS9Ty9Bp .cards-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .cid-umgS9Ty9Bp .cards-container {
    padding: 0;
  }
}
.cid-umgS9Ty9Bp .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cid-umgS9Ty9Bp .card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-umgS9Ty9Bp .card {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cid-umgS9Ty9Bp .card {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-umgS9Ty9Bp .card {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-umgS9Ty9Bp .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .cid-umgS9Ty9Bp .card-wrapper {
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .cid-umgS9Ty9Bp .card-wrapper {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 60px;
  }
}
.cid-umgS9Ty9Bp .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-umgS9Ty9Bp .card-text {
  color: #000000;
  margin-bottom: 8px;
}
.cid-umgS9Ty9Bp .icon-box {
  padding: 18px;
  background-color: #d2b488;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-umgS9Ty9Bp .icon-box {
    margin-right: auto;
    margin-left: auto;
  }
}
.cid-umgS9Ty9Bp .icon-box .mbr-iconfont {
  font-size: 25px;
  color: #222222;
  transition: 0.5s all;
}
.cid-umgS9Ty9Bp .icon-box:hover {
  background-color: #222222;
}
.cid-umgS9Ty9Bp .icon-box:hover .mbr-iconfont {
  color: #d2b488;
}
.cid-umgS9Ty9Bp .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-umgS9Ty9Bp .btn-container {
    margin-top: auto;
  }
}
.cid-umgS9Ty9Bp .mbr-section-btn .btn {
  padding: 0;
  letter-spacing: normal;
}
.cid-umgS9Ty9Bp .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-umgS9Ty9Bp .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-umgS9Ty9Bp .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgS9Ty9Bp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgSauSacL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-umgSauSacL .text-container {
    margin-bottom: 30px;
  }
}
.cid-umgSauSacL .label-text {
  width: 100%;
  text-align: center;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-umgSauSacL .mbr-section-title {
  margin-bottom: 24px;
  width: 100%;
  color: #222222;
}
.cid-umgSauSacL .cards-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-umgSauSacL .cards-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .cid-umgSauSacL .cards-container {
    padding: 0;
  }
}
.cid-umgSauSacL .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cid-umgSauSacL .card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-umgSauSacL .card {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cid-umgSauSacL .card {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-umgSauSacL .card {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-umgSauSacL .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .cid-umgSauSacL .card-wrapper {
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .cid-umgSauSacL .card-wrapper {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 60px;
  }
}
.cid-umgSauSacL .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-umgSauSacL .card-text {
  color: #000000;
  margin-bottom: 8px;
}
.cid-umgSauSacL .icon-box {
  padding: 18px;
  background-color: #d2b488;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-umgSauSacL .icon-box {
    margin-right: auto;
    margin-left: auto;
  }
}
.cid-umgSauSacL .icon-box .mbr-iconfont {
  font-size: 25px;
  color: #222222;
  transition: 0.5s all;
}
.cid-umgSauSacL .icon-box:hover {
  background-color: #222222;
}
.cid-umgSauSacL .icon-box:hover .mbr-iconfont {
  color: #d2b488;
}
.cid-umgSauSacL .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-umgSauSacL .btn-container {
    margin-top: auto;
  }
}
.cid-umgSauSacL .mbr-section-btn .btn {
  padding: 0;
  letter-spacing: normal;
}
.cid-umgSauSacL .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-umgSauSacL .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-umgSauSacL .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgSauSacL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgSb5osYy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-umgSb5osYy .text-container {
    margin-bottom: 30px;
  }
}
.cid-umgSb5osYy .label-text {
  width: 100%;
  text-align: center;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-umgSb5osYy .mbr-section-title {
  margin-bottom: 24px;
  width: 100%;
  color: #222222;
}
.cid-umgSb5osYy .cards-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-umgSb5osYy .cards-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .cid-umgSb5osYy .cards-container {
    padding: 0;
  }
}
.cid-umgSb5osYy .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cid-umgSb5osYy .card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-umgSb5osYy .card {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cid-umgSb5osYy .card {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-umgSb5osYy .card {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-umgSb5osYy .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .cid-umgSb5osYy .card-wrapper {
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .cid-umgSb5osYy .card-wrapper {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 60px;
  }
}
.cid-umgSb5osYy .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-umgSb5osYy .card-text {
  color: #000000;
  margin-bottom: 8px;
}
.cid-umgSb5osYy .icon-box {
  padding: 18px;
  background-color: #d2b488;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-umgSb5osYy .icon-box {
    margin-right: auto;
    margin-left: auto;
  }
}
.cid-umgSb5osYy .icon-box .mbr-iconfont {
  font-size: 25px;
  color: #222222;
  transition: 0.5s all;
}
.cid-umgSb5osYy .icon-box:hover {
  background-color: #222222;
}
.cid-umgSb5osYy .icon-box:hover .mbr-iconfont {
  color: #d2b488;
}
.cid-umgSb5osYy .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-umgSb5osYy .btn-container {
    margin-top: auto;
  }
}
.cid-umgSb5osYy .mbr-section-btn .btn {
  padding: 0;
  letter-spacing: normal;
}
.cid-umgSb5osYy .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-umgSb5osYy .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-umgSb5osYy .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgSb5osYy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umv7LoRzLx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-umv7LoRzLx .text-container {
    margin-bottom: 30px;
  }
}
.cid-umv7LoRzLx .label-text {
  width: 100%;
  text-align: center;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-umv7LoRzLx .mbr-section-title {
  margin-bottom: 24px;
  width: 100%;
  color: #222222;
}
.cid-umv7LoRzLx .cards-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-umv7LoRzLx .cards-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .cid-umv7LoRzLx .cards-container {
    padding: 0;
  }
}
.cid-umv7LoRzLx .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cid-umv7LoRzLx .card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-umv7LoRzLx .card {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cid-umv7LoRzLx .card {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-umv7LoRzLx .card {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-umv7LoRzLx .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .cid-umv7LoRzLx .card-wrapper {
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .cid-umv7LoRzLx .card-wrapper {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 60px;
  }
}
.cid-umv7LoRzLx .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-umv7LoRzLx .card-text {
  color: #000000;
  margin-bottom: 8px;
}
.cid-umv7LoRzLx .icon-box {
  padding: 18px;
  background-color: #d2b488;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-umv7LoRzLx .icon-box {
    margin-right: auto;
    margin-left: auto;
  }
}
.cid-umv7LoRzLx .icon-box .mbr-iconfont {
  font-size: 25px;
  color: #222222;
  transition: 0.5s all;
}
.cid-umv7LoRzLx .icon-box:hover {
  background-color: #222222;
}
.cid-umv7LoRzLx .icon-box:hover .mbr-iconfont {
  color: #d2b488;
}
.cid-umv7LoRzLx .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-umv7LoRzLx .btn-container {
    margin-top: auto;
  }
}
.cid-umv7LoRzLx .mbr-section-btn .btn {
  padding: 0;
  letter-spacing: normal;
}
.cid-umv7LoRzLx .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-umv7LoRzLx .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-umv7LoRzLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-umv7LoRzLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umv8ammITn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-umv8ammITn .text-container {
    margin-bottom: 30px;
  }
}
.cid-umv8ammITn .label-text {
  width: 100%;
  text-align: center;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-umv8ammITn .mbr-section-title {
  margin-bottom: 24px;
  width: 100%;
  color: #222222;
}
.cid-umv8ammITn .cards-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-umv8ammITn .cards-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .cid-umv8ammITn .cards-container {
    padding: 0;
  }
}
.cid-umv8ammITn .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cid-umv8ammITn .card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-umv8ammITn .card {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cid-umv8ammITn .card {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-umv8ammITn .card {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-umv8ammITn .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .cid-umv8ammITn .card-wrapper {
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .cid-umv8ammITn .card-wrapper {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 60px;
  }
}
.cid-umv8ammITn .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-umv8ammITn .card-text {
  color: #000000;
  margin-bottom: 8px;
}
.cid-umv8ammITn .icon-box {
  padding: 18px;
  background-color: #d2b488;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-umv8ammITn .icon-box {
    margin-right: auto;
    margin-left: auto;
  }
}
.cid-umv8ammITn .icon-box .mbr-iconfont {
  font-size: 25px;
  color: #222222;
  transition: 0.5s all;
}
.cid-umv8ammITn .icon-box:hover {
  background-color: #222222;
}
.cid-umv8ammITn .icon-box:hover .mbr-iconfont {
  color: #d2b488;
}
.cid-umv8ammITn .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-umv8ammITn .btn-container {
    margin-top: auto;
  }
}
.cid-umv8ammITn .mbr-section-btn .btn {
  padding: 0;
  letter-spacing: normal;
}
.cid-umv8ammITn .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-umv8ammITn .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-umv8ammITn .mbr-fallback-image.disabled {
  display: none;
}
.cid-umv8ammITn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umv8piUgXj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-umv8piUgXj .text-container {
    margin-bottom: 30px;
  }
}
.cid-umv8piUgXj .label-text {
  width: 100%;
  text-align: center;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-umv8piUgXj .mbr-section-title {
  margin-bottom: 24px;
  width: 100%;
  color: #222222;
}
.cid-umv8piUgXj .cards-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-umv8piUgXj .cards-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .cid-umv8piUgXj .cards-container {
    padding: 0;
  }
}
.cid-umv8piUgXj .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cid-umv8piUgXj .card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-umv8piUgXj .card {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cid-umv8piUgXj .card {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-umv8piUgXj .card {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-umv8piUgXj .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .cid-umv8piUgXj .card-wrapper {
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .cid-umv8piUgXj .card-wrapper {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 60px;
  }
}
.cid-umv8piUgXj .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-umv8piUgXj .card-text {
  color: #000000;
  margin-bottom: 8px;
}
.cid-umv8piUgXj .icon-box {
  padding: 18px;
  background-color: #d2b488;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-umv8piUgXj .icon-box {
    margin-right: auto;
    margin-left: auto;
  }
}
.cid-umv8piUgXj .icon-box .mbr-iconfont {
  font-size: 25px;
  color: #222222;
  transition: 0.5s all;
}
.cid-umv8piUgXj .icon-box:hover {
  background-color: #222222;
}
.cid-umv8piUgXj .icon-box:hover .mbr-iconfont {
  color: #d2b488;
}
.cid-umv8piUgXj .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-umv8piUgXj .btn-container {
    margin-top: auto;
  }
}
.cid-umv8piUgXj .mbr-section-btn .btn {
  padding: 0;
  letter-spacing: normal;
}
.cid-umv8piUgXj .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-umv8piUgXj .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-umv8piUgXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-umv8piUgXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umv8pSpnrL {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-umv8pSpnrL .text-container {
    margin-bottom: 30px;
  }
}
.cid-umv8pSpnrL .label-text {
  width: 100%;
  text-align: center;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-umv8pSpnrL .mbr-section-title {
  margin-bottom: 24px;
  width: 100%;
  color: #222222;
}
.cid-umv8pSpnrL .cards-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-umv8pSpnrL .cards-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .cid-umv8pSpnrL .cards-container {
    padding: 0;
  }
}
.cid-umv8pSpnrL .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cid-umv8pSpnrL .card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-umv8pSpnrL .card {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cid-umv8pSpnrL .card {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-umv8pSpnrL .card {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-umv8pSpnrL .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .cid-umv8pSpnrL .card-wrapper {
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .cid-umv8pSpnrL .card-wrapper {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 60px;
  }
}
.cid-umv8pSpnrL .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-umv8pSpnrL .card-text {
  color: #000000;
  margin-bottom: 8px;
}
.cid-umv8pSpnrL .icon-box {
  padding: 18px;
  background-color: #d2b488;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-umv8pSpnrL .icon-box {
    margin-right: auto;
    margin-left: auto;
  }
}
.cid-umv8pSpnrL .icon-box .mbr-iconfont {
  font-size: 25px;
  color: #222222;
  transition: 0.5s all;
}
.cid-umv8pSpnrL .icon-box:hover {
  background-color: #222222;
}
.cid-umv8pSpnrL .icon-box:hover .mbr-iconfont {
  color: #d2b488;
}
.cid-umv8pSpnrL .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-umv8pSpnrL .btn-container {
    margin-top: auto;
  }
}
.cid-umv8pSpnrL .mbr-section-btn .btn {
  padding: 0;
  letter-spacing: normal;
}
.cid-umv8pSpnrL .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-umv8pSpnrL .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-umv8pSpnrL .mbr-fallback-image.disabled {
  display: none;
}
.cid-umv8pSpnrL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMksuHOI4b {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d2b488;
}
.cid-uMksuHOI4b .row {
  flex-direction: row-reverse;
}
.cid-uMksuHOI4b .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-uMksuHOI4b .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-uMksuHOI4b .card {
    margin-bottom: 2rem !important;
  }
  .cid-uMksuHOI4b .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uMksuHOI4b .link-wrap {
    align-items: center;
  }
}
.cid-uMksuHOI4b .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMksuHOI4b .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uMksuHOI4b .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-uMksuHOI4b .btn:hover,
.cid-uMksuHOI4b .btn:focus {
  border-color: #f4aee6 !important;
  background-color: #f4aee6 !important;
}
.cid-uMksuHOI4b .card-title {
  color: #000000;
}
.cid-uMksuHOI4b .mbr-subtile {
  color: #000000;
}
.cid-uMksuHOI4b .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMksuHOI4b .padding {
    padding-right: 110px;
  }
}
.cid-uMkstN3FSF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #173d33;
}
.cid-uMkstN3FSF .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uMkstN3FSF .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMkstN3FSF .col + .mbr-section-btn .btn,
.cid-uMkstN3FSF .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uMkstN3FSF .col + .mbr-section-btn .btn,
  .cid-uMkstN3FSF .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uMkstN3FSF .dragArea > *:nth-last-child(2).col,
  .cid-uMkstN3FSF .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMkstN3FSF .col + .mbr-section-btn,
  .cid-uMkstN3FSF .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uMkstN3FSF .dragArea {
    flex-direction: column;
  }
}
.cid-uMkstN3FSF .btn-primary {
  border: 1px solid #d2b488 !important;
}
.cid-uMkstN3FSF .btn-primary:hover {
  border: 1px solid #d2b488 !important;
}
.cid-uMkstN3FSF .stripe {
  border-bottom: 1px solid #fafafa;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMkstN3FSF .form-group {
  max-width: 220px;
}
.cid-uMkstN3FSF .mbr-section-btn {
  padding-left: 0;
}
.cid-uMkstN3FSF .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMkstN3FSF .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe2b7;
  width: 85%;
}
.cid-uMkstN3FSF .mbr-text {
  color: #444;
}
.cid-uMkstN3FSF h5 {
  margin-bottom: 0;
}
.cid-uMkstN3FSF .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMkstN3FSF .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMkstN3FSF .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMkstN3FSF .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMkstN3FSF .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMkstN3FSF .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMkstN3FSF .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMkstN3FSF .social-list a:hover {
  opacity: 0.4;
}
.cid-uMkstN3FSF .media-container-row > div {
  padding: 0px;
}
.cid-uMkstN3FSF .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMkstN3FSF .group-title {
  text-align: left;
  color: #ffe2b7;
  padding-bottom: 0.2rem;
}
.cid-uMkstN3FSF .links {
  color: #ffe2b7;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMkstN3FSF .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMkstN3FSF .social-list,
  .cid-uMkstN3FSF .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMkstN3FSF h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMkstN3FSF .form-group {
    max-width: 180px;
  }
}
.cid-uMkstN3FSF .links span {
  color: #9e9e9e;
}
.cid-uMkstN3FSF .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMkstN3FSF .logo-title {
  text-align: center;
}
.cid-uMkstN3FSF .logo-title,
.cid-uMkstN3FSF .logo {
  color: #ffe2b7;
}
.cid-uLXkM6xeTB .navbar-dropdown {
  position: relative !important;
}
.cid-uLXkM6xeTB .navbar-dropdown {
  position: absolute !important;
}
.cid-uLXkM6xeTB .menu-text {
  padding: 0 2rem;
  color: #ffe2b7;
}
@media (max-width: 992px) {
  .cid-uLXkM6xeTB .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uLXkM6xeTB .iconfont-wrapper {
  color: #39b54a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uLXkM6xeTB .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uLXkM6xeTB .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uLXkM6xeTB .container {
    padding: 0 1rem;
  }
}
.cid-uLXkM6xeTB .menu-tite {
  background: #d2b488;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-uLXkM6xeTB .nav-link {
  position: relative;
}
.cid-uLXkM6xeTB .nav-link:hover {
  color: #a98310 !important;
}
.cid-uLXkM6xeTB .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uLXkM6xeTB .navbar.opened {
  transition: all 0.3s;
}
.cid-uLXkM6xeTB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLXkM6xeTB .navbar .navbar-logo img {
  width: auto;
}
.cid-uLXkM6xeTB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLXkM6xeTB .navbar.collapsed {
  justify-content: center;
}
.cid-uLXkM6xeTB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLXkM6xeTB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLXkM6xeTB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLXkM6xeTB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLXkM6xeTB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLXkM6xeTB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLXkM6xeTB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLXkM6xeTB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLXkM6xeTB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLXkM6xeTB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLXkM6xeTB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLXkM6xeTB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLXkM6xeTB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLXkM6xeTB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLXkM6xeTB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLXkM6xeTB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLXkM6xeTB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLXkM6xeTB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLXkM6xeTB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLXkM6xeTB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLXkM6xeTB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLXkM6xeTB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLXkM6xeTB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLXkM6xeTB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLXkM6xeTB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLXkM6xeTB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLXkM6xeTB .dropdown-item:hover,
.cid-uLXkM6xeTB .dropdown-item:focus {
  background: #d2b488 !important;
  color: white !important;
}
.cid-uLXkM6xeTB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLXkM6xeTB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLXkM6xeTB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uLXkM6xeTB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLXkM6xeTB .dropdown-menu,
.cid-uLXkM6xeTB .navbar.opened {
  background: #000000 !important;
}
.cid-uLXkM6xeTB .nav-item:focus,
.cid-uLXkM6xeTB .nav-link:focus {
  outline: none;
}
.cid-uLXkM6xeTB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLXkM6xeTB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLXkM6xeTB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLXkM6xeTB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLXkM6xeTB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLXkM6xeTB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLXkM6xeTB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLXkM6xeTB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLXkM6xeTB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLXkM6xeTB .dropdown-item.active,
.cid-uLXkM6xeTB .dropdown-item:active {
  background-color: transparent;
}
.cid-uLXkM6xeTB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLXkM6xeTB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLXkM6xeTB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLXkM6xeTB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uLXkM6xeTB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLXkM6xeTB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLXkM6xeTB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLXkM6xeTB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLXkM6xeTB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLXkM6xeTB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLXkM6xeTB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLXkM6xeTB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLXkM6xeTB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLXkM6xeTB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLXkM6xeTB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLXkM6xeTB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLXkM6xeTB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLXkM6xeTB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLXkM6xeTB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLXkM6xeTB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLXkM6xeTB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLXkM6xeTB .navbar {
    height: 70px;
  }
  .cid-uLXkM6xeTB .navbar.opened {
    height: auto;
  }
  .cid-uLXkM6xeTB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLXkMaKDln {
  background-image: url("../../../assets/images/9a33527a-c88a-458d-b8f0-7abaaf9fc7f8-2000x1125.png");
}
.cid-uLXkMaKDln .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLXkMaKDln .mbr-section-title {
  color: #ffe2b7;
}
.cid-uLXkMaKDln .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uLXkMaKDln .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uLXkMaKDln .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #d2b488;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uLXkMaKDln .mbr-section-btn {
  display: flex;
}
.cid-uLXkMaKDln .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uLXkMaKDln .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uLXkMaKDln .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uLXkMaKDln .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ca1f27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uLXkMaKDln .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uLXkMaKDln .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uLXkMaKDln .video-wrap .icon-wrap .line-video-1,
.cid-uLXkMaKDln .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uLXkMaKDln .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uLXkMaKDln .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uLXkMaKDln .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uLXkMaKDln .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uLXkMaKDln .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uLXkMaKDln a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #39b54a;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uLXkMaKDln a.close:hover {
  color: #39b54a;
}
@media (max-width: 991px) {
  .cid-uLXkMaKDln .separator,
  .cid-uLXkMaKDln .sep-holder,
  .cid-uLXkMaKDln .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uLXkMaKDln .buttons-wrap {
    flex-direction: column;
  }
  .cid-uLXkMaKDln .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uLXkMaKDln .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uLXkMaKDln .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uLXkMaKDln .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uLXkMaKDln .mbr-text,
.cid-uLXkMaKDln .mbr-section-btn {
  color: #ffffff;
}
.cid-uMiYwr4Qw3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uMiYwr4Qw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiYwr4Qw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiYwr4Qw3 .mbr-section-title {
  color: #ffe2b7;
  margin-bottom: 0;
}
.cid-uMiYwr4Qw3 .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-uMiYwr4Qw3 .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .cid-uMiYwr4Qw3 .mbr-section-btn {
    margin-top: 34px;
  }
}
@media (max-width: 575px) {
  .cid-uMiYwr4Qw3 .mbr-section-btn {
    margin-top: 26px;
    width: auto;
  }
  .cid-uMiYwr4Qw3 .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-uMiYwr4Qw3 .mbr-section-btn .btn.display-7 > .mbr-iconfont {
  font-size: 0.75rem !important;
}
.cid-uMiYwr4Qw3 .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 8px !important;
  transition: .4s all !important;
}
.cid-uMiYwr4Qw3 .mbr-section-btn .btn:hover .mbr-iconfont {
  margin-left: 14px !important;
}
.cid-uMiYwr4Qw3 .mbr-section-btn .btn-white-outline {
  padding: 0 !important;
  color: #FFFFFF !important;
}
.cid-uMiYwr4Qw3 .mbr-section-btn .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  color: #d2b488 !important;
  will-change: transform;
}
.cid-uMiYwr4Qw3 .mbr-section-btn .btn-white-outline .mbr-iconfont:before {
  animation: icon-move-out 0.4s ease-in-out;
}
.cid-uMiYwr4Qw3 .mbr-section-btn .btn-white-outline:hover {
  color: #d2b488 !important;
}
.cid-uMiYwr4Qw3 .mbr-section-btn .btn-white-outline:hover .mbr-iconfont {
  background: #d2b488;
  color: #FFFFFF !important;
}
.cid-uMiYwr4Qw3 .mbr-section-btn .btn-white-outline:hover .mbr-iconfont:before {
  animation: icon-move 0.4s ease-in-out;
}
@keyframes icon-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-uMiZ6NOcRd {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMiZqUcJQe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uMjdUYpklh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMjdUYpklh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjdUYpklh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjdUYpklh .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 3rem;
}
.cid-uMjdUYpklh .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uMjdUYpklh .mbr-text,
.cid-uMjdUYpklh .mbr-section-btn {
  color: #232323;
}
.cid-uMjdUYpklh .mbr-section-title,
.cid-uMjdUYpklh .line {
  color: #232323;
}
.cid-uMjdUYpklh h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uMjdUYpklh h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uMjdUYpklh .mbr-section-subtitle,
.cid-uMjdUYpklh .align {
  text-align: left;
  color: #232323;
}
.cid-uMjn2FpxrW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
}
.cid-uMjn2FpxrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjn2FpxrW .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-uMjn2FpxrW .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMjn2FpxrW .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 50px;
  }
}
.cid-uMjn2FpxrW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMjn2FpxrW .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uMjn2FpxrW .title-wrapper .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-uMjn2FpxrW .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMjn2FpxrW .mbr-section-subtitle {
  color: #a98310;
}
.cid-uMjn2FpxrW .mbr-section-title,
.cid-uMjn2FpxrW .mbr-section-btn {
  color: #173d33;
}
.cid-uMjeuW7kpZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
}
.cid-uMjeuW7kpZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjeuW7kpZ .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-uMjeuW7kpZ .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMjeuW7kpZ .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 50px;
  }
}
.cid-uMjeuW7kpZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMjeuW7kpZ .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uMjeuW7kpZ .title-wrapper .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-uMjeuW7kpZ .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMjeuW7kpZ .mbr-section-subtitle {
  color: #a98310;
}
.cid-uMjeuW7kpZ .mbr-section-title,
.cid-uMjeuW7kpZ .mbr-section-btn {
  color: #173d33;
}
.cid-uMjmbMqPje {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
}
.cid-uMjmbMqPje .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjmbMqPje .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-uMjmbMqPje .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMjmbMqPje .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 50px;
  }
}
.cid-uMjmbMqPje .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMjmbMqPje .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uMjmbMqPje .title-wrapper .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-uMjmbMqPje .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMjmbMqPje .mbr-section-subtitle {
  color: #a98310;
}
.cid-uMjmbMqPje .mbr-section-title,
.cid-uMjmbMqPje .mbr-section-btn {
  color: #173d33;
}
.cid-uMjnAg5PcT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
}
.cid-uMjnAg5PcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjnAg5PcT .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-uMjnAg5PcT .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMjnAg5PcT .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 50px;
  }
}
.cid-uMjnAg5PcT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMjnAg5PcT .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uMjnAg5PcT .title-wrapper .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-uMjnAg5PcT .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMjnAg5PcT .mbr-section-subtitle {
  color: #a98310;
}
.cid-uMjnAg5PcT .mbr-section-title,
.cid-uMjnAg5PcT .mbr-section-btn {
  color: #173d33;
}
.cid-uMjomPw3LZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
}
.cid-uMjomPw3LZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjomPw3LZ .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-uMjomPw3LZ .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMjomPw3LZ .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 50px;
  }
}
.cid-uMjomPw3LZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMjomPw3LZ .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uMjomPw3LZ .title-wrapper .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-uMjomPw3LZ .mbr-section-title {
  color: #1d1d1d;
}
.cid-uMjomPw3LZ .mbr-section-subtitle {
  color: #a98310;
}
.cid-uMjomPw3LZ .mbr-section-title,
.cid-uMjomPw3LZ .mbr-section-btn {
  color: #173d33;
}
.cid-uMjpLXtXf7 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d2b488;
}
.cid-uMjpLXtXf7 .row {
  flex-direction: row-reverse;
}
.cid-uMjpLXtXf7 .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-uMjpLXtXf7 .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-uMjpLXtXf7 .card {
    margin-bottom: 2rem !important;
  }
  .cid-uMjpLXtXf7 .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uMjpLXtXf7 .link-wrap {
    align-items: center;
  }
}
.cid-uMjpLXtXf7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMjpLXtXf7 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uMjpLXtXf7 .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-uMjpLXtXf7 .btn:hover,
.cid-uMjpLXtXf7 .btn:focus {
  border-color: #f4aee6 !important;
  background-color: #f4aee6 !important;
}
.cid-uMjpLXtXf7 .card-title {
  color: #000000;
}
.cid-uMjpLXtXf7 .mbr-subtile {
  color: #000000;
}
.cid-uMjpLXtXf7 .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMjpLXtXf7 .padding {
    padding-right: 110px;
  }
}
.cid-uMiUSEAM9L {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #173d33;
}
.cid-uMiUSEAM9L .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uMiUSEAM9L .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMiUSEAM9L .col + .mbr-section-btn .btn,
.cid-uMiUSEAM9L .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uMiUSEAM9L .col + .mbr-section-btn .btn,
  .cid-uMiUSEAM9L .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uMiUSEAM9L .dragArea > *:nth-last-child(2).col,
  .cid-uMiUSEAM9L .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMiUSEAM9L .col + .mbr-section-btn,
  .cid-uMiUSEAM9L .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uMiUSEAM9L .dragArea {
    flex-direction: column;
  }
}
.cid-uMiUSEAM9L .btn-primary {
  border: 1px solid #d2b488 !important;
}
.cid-uMiUSEAM9L .btn-primary:hover {
  border: 1px solid #d2b488 !important;
}
.cid-uMiUSEAM9L .stripe {
  border-bottom: 1px solid #fafafa;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMiUSEAM9L .form-group {
  max-width: 220px;
}
.cid-uMiUSEAM9L .mbr-section-btn {
  padding-left: 0;
}
.cid-uMiUSEAM9L .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMiUSEAM9L .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe2b7;
  width: 85%;
}
.cid-uMiUSEAM9L .mbr-text {
  color: #444;
}
.cid-uMiUSEAM9L h5 {
  margin-bottom: 0;
}
.cid-uMiUSEAM9L .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMiUSEAM9L .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMiUSEAM9L .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMiUSEAM9L .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMiUSEAM9L .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMiUSEAM9L .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMiUSEAM9L .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMiUSEAM9L .social-list a:hover {
  opacity: 0.4;
}
.cid-uMiUSEAM9L .media-container-row > div {
  padding: 0px;
}
.cid-uMiUSEAM9L .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMiUSEAM9L .group-title {
  text-align: left;
  color: #ffe2b7;
  padding-bottom: 0.2rem;
}
.cid-uMiUSEAM9L .links {
  color: #ffe2b7;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMiUSEAM9L .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMiUSEAM9L .social-list,
  .cid-uMiUSEAM9L .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMiUSEAM9L h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMiUSEAM9L .form-group {
    max-width: 180px;
  }
}
.cid-uMiUSEAM9L .links span {
  color: #9e9e9e;
}
.cid-uMiUSEAM9L .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMiUSEAM9L .logo-title {
  text-align: center;
}
.cid-uMiUSEAM9L .logo-title,
.cid-uMiUSEAM9L .logo {
  color: #ffe2b7;
}
.cid-uLXkQQEvQt .navbar-dropdown {
  position: relative !important;
}
.cid-uLXkQQEvQt .navbar-dropdown {
  position: absolute !important;
}
.cid-uLXkQQEvQt .menu-text {
  padding: 0 2rem;
  color: #ffe2b7;
}
@media (max-width: 992px) {
  .cid-uLXkQQEvQt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uLXkQQEvQt .iconfont-wrapper {
  color: #39b54a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uLXkQQEvQt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uLXkQQEvQt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uLXkQQEvQt .container {
    padding: 0 1rem;
  }
}
.cid-uLXkQQEvQt .menu-tite {
  background: #d2b488;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-uLXkQQEvQt .nav-link {
  position: relative;
}
.cid-uLXkQQEvQt .nav-link:hover {
  color: #a98310 !important;
}
.cid-uLXkQQEvQt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uLXkQQEvQt .navbar.opened {
  transition: all 0.3s;
}
.cid-uLXkQQEvQt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLXkQQEvQt .navbar .navbar-logo img {
  width: auto;
}
.cid-uLXkQQEvQt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLXkQQEvQt .navbar.collapsed {
  justify-content: center;
}
.cid-uLXkQQEvQt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLXkQQEvQt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLXkQQEvQt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLXkQQEvQt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLXkQQEvQt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLXkQQEvQt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLXkQQEvQt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLXkQQEvQt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLXkQQEvQt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLXkQQEvQt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLXkQQEvQt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLXkQQEvQt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLXkQQEvQt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLXkQQEvQt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLXkQQEvQt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLXkQQEvQt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLXkQQEvQt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLXkQQEvQt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLXkQQEvQt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLXkQQEvQt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLXkQQEvQt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLXkQQEvQt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLXkQQEvQt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLXkQQEvQt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLXkQQEvQt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLXkQQEvQt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLXkQQEvQt .dropdown-item:hover,
.cid-uLXkQQEvQt .dropdown-item:focus {
  background: #d2b488 !important;
  color: white !important;
}
.cid-uLXkQQEvQt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLXkQQEvQt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLXkQQEvQt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uLXkQQEvQt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLXkQQEvQt .dropdown-menu,
.cid-uLXkQQEvQt .navbar.opened {
  background: #000000 !important;
}
.cid-uLXkQQEvQt .nav-item:focus,
.cid-uLXkQQEvQt .nav-link:focus {
  outline: none;
}
.cid-uLXkQQEvQt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLXkQQEvQt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLXkQQEvQt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLXkQQEvQt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLXkQQEvQt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLXkQQEvQt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLXkQQEvQt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLXkQQEvQt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLXkQQEvQt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLXkQQEvQt .dropdown-item.active,
.cid-uLXkQQEvQt .dropdown-item:active {
  background-color: transparent;
}
.cid-uLXkQQEvQt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLXkQQEvQt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLXkQQEvQt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLXkQQEvQt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uLXkQQEvQt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLXkQQEvQt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLXkQQEvQt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLXkQQEvQt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLXkQQEvQt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLXkQQEvQt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLXkQQEvQt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLXkQQEvQt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLXkQQEvQt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLXkQQEvQt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLXkQQEvQt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLXkQQEvQt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLXkQQEvQt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLXkQQEvQt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLXkQQEvQt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLXkQQEvQt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLXkQQEvQt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLXkQQEvQt .navbar {
    height: 70px;
  }
  .cid-uLXkQQEvQt .navbar.opened {
    height: auto;
  }
  .cid-uLXkQQEvQt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLXkQSKV26 {
  background-image: url("../../../assets/images/b5579777-d228-407d-87a8-8b82ab833432-2000x1335.jpg");
}
.cid-uLXkQSKV26 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLXkQSKV26 .mbr-section-title {
  color: #ffe2b7;
}
.cid-uLXkQSKV26 .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uLXkQSKV26 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uLXkQSKV26 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #d2b488;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uLXkQSKV26 .mbr-section-btn {
  display: flex;
}
.cid-uLXkQSKV26 .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uLXkQSKV26 .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uLXkQSKV26 .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uLXkQSKV26 .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ca1f27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uLXkQSKV26 .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uLXkQSKV26 .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uLXkQSKV26 .video-wrap .icon-wrap .line-video-1,
.cid-uLXkQSKV26 .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uLXkQSKV26 .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uLXkQSKV26 .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uLXkQSKV26 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uLXkQSKV26 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uLXkQSKV26 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uLXkQSKV26 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #39b54a;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uLXkQSKV26 a.close:hover {
  color: #39b54a;
}
@media (max-width: 991px) {
  .cid-uLXkQSKV26 .separator,
  .cid-uLXkQSKV26 .sep-holder,
  .cid-uLXkQSKV26 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uLXkQSKV26 .buttons-wrap {
    flex-direction: column;
  }
  .cid-uLXkQSKV26 .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uLXkQSKV26 .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uLXkQSKV26 .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uLXkQSKV26 .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uLXkQSKV26 .mbr-text,
.cid-uLXkQSKV26 .mbr-section-btn {
  color: #ffffff;
}
.cid-uMjqRcyjWN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uMjqRcyjWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjqRcyjWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjqRcyjWN .mbr-section-title {
  color: #ffe2b7;
  margin-bottom: 0;
}
.cid-uMjqRcyjWN .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-uMjqRcyjWN .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .cid-uMjqRcyjWN .mbr-section-btn {
    margin-top: 34px;
  }
}
@media (max-width: 575px) {
  .cid-uMjqRcyjWN .mbr-section-btn {
    margin-top: 26px;
    width: auto;
  }
  .cid-uMjqRcyjWN .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-uMjqRcyjWN .mbr-section-btn .btn.display-7 > .mbr-iconfont {
  font-size: 0.75rem !important;
}
.cid-uMjqRcyjWN .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 8px !important;
  transition: .4s all !important;
}
.cid-uMjqRcyjWN .mbr-section-btn .btn:hover .mbr-iconfont {
  margin-left: 14px !important;
}
.cid-uMjqRcyjWN .mbr-section-btn .btn-white-outline {
  padding: 0 !important;
  color: #FFFFFF !important;
}
.cid-uMjqRcyjWN .mbr-section-btn .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  color: #d2b488 !important;
  will-change: transform;
}
.cid-uMjqRcyjWN .mbr-section-btn .btn-white-outline .mbr-iconfont:before {
  animation: icon-move-out 0.4s ease-in-out;
}
.cid-uMjqRcyjWN .mbr-section-btn .btn-white-outline:hover {
  color: #d2b488 !important;
}
.cid-uMjqRcyjWN .mbr-section-btn .btn-white-outline:hover .mbr-iconfont {
  background: #d2b488;
  color: #FFFFFF !important;
}
.cid-uMjqRcyjWN .mbr-section-btn .btn-white-outline:hover .mbr-iconfont:before {
  animation: icon-move 0.4s ease-in-out;
}
@keyframes icon-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-uMjrsyhddi {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMjrtbRv22 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uMjt6xsNzl {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-uMjt6xsNzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjt6xsNzl .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMjt6xsNzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjt6xsNzl h1 {
  max-width: 800px;
}
.cid-uMjt6xsNzl p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMjt6xsNzl {
    align-items: center;
  }
  .cid-uMjt6xsNzl .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMjt6xsNzl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMjt6xsNzl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMjt6xsNzl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMjt6xsNzl .content-wrap {
    width: 100%;
  }
}
.cid-uMjt6xsNzl .mbr-section-subtitle,
.cid-uMjt6xsNzl .line {
  color: #291f1e;
}
.cid-uMjt6xsNzl .mbr-text,
.cid-uMjt6xsNzl .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uMjt6xsNzl .mbr-section-title {
  color: #291f1e;
}
.cid-uMjuZw6nCn {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-uMjuZw6nCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjuZw6nCn .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMjuZw6nCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjuZw6nCn h1 {
  max-width: 800px;
}
.cid-uMjuZw6nCn p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMjuZw6nCn {
    align-items: center;
  }
  .cid-uMjuZw6nCn .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMjuZw6nCn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMjuZw6nCn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMjuZw6nCn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMjuZw6nCn .content-wrap {
    width: 100%;
  }
}
.cid-uMjuZw6nCn .mbr-section-subtitle,
.cid-uMjuZw6nCn .line {
  color: #291f1e;
}
.cid-uMjuZw6nCn .mbr-text,
.cid-uMjuZw6nCn .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uMjuZw6nCn .mbr-section-title {
  color: #291f1e;
}
.cid-uMjxFBbUYb {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-uMjxFBbUYb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjxFBbUYb .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMjxFBbUYb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjxFBbUYb h1 {
  max-width: 800px;
}
.cid-uMjxFBbUYb p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMjxFBbUYb {
    align-items: center;
  }
  .cid-uMjxFBbUYb .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMjxFBbUYb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMjxFBbUYb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMjxFBbUYb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMjxFBbUYb .content-wrap {
    width: 100%;
  }
}
.cid-uMjxFBbUYb .mbr-section-subtitle,
.cid-uMjxFBbUYb .line {
  color: #291f1e;
}
.cid-uMjxFBbUYb .mbr-text,
.cid-uMjxFBbUYb .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uMjxFBbUYb .mbr-section-title {
  color: #291f1e;
}
.cid-uMkbI8trLn {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d2b488;
}
.cid-uMkbI8trLn .row {
  flex-direction: row-reverse;
}
.cid-uMkbI8trLn .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-uMkbI8trLn .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-uMkbI8trLn .card {
    margin-bottom: 2rem !important;
  }
  .cid-uMkbI8trLn .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uMkbI8trLn .link-wrap {
    align-items: center;
  }
}
.cid-uMkbI8trLn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMkbI8trLn .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uMkbI8trLn .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-uMkbI8trLn .btn:hover,
.cid-uMkbI8trLn .btn:focus {
  border-color: #f4aee6 !important;
  background-color: #f4aee6 !important;
}
.cid-uMkbI8trLn .card-title {
  color: #000000;
}
.cid-uMkbI8trLn .mbr-subtile {
  color: #000000;
}
.cid-uMkbI8trLn .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMkbI8trLn .padding {
    padding-right: 110px;
  }
}
.cid-uMkbD84xFO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #173d33;
}
.cid-uMkbD84xFO .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uMkbD84xFO .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMkbD84xFO .col + .mbr-section-btn .btn,
.cid-uMkbD84xFO .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uMkbD84xFO .col + .mbr-section-btn .btn,
  .cid-uMkbD84xFO .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uMkbD84xFO .dragArea > *:nth-last-child(2).col,
  .cid-uMkbD84xFO .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMkbD84xFO .col + .mbr-section-btn,
  .cid-uMkbD84xFO .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uMkbD84xFO .dragArea {
    flex-direction: column;
  }
}
.cid-uMkbD84xFO .btn-primary {
  border: 1px solid #d2b488 !important;
}
.cid-uMkbD84xFO .btn-primary:hover {
  border: 1px solid #d2b488 !important;
}
.cid-uMkbD84xFO .stripe {
  border-bottom: 1px solid #fafafa;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMkbD84xFO .form-group {
  max-width: 220px;
}
.cid-uMkbD84xFO .mbr-section-btn {
  padding-left: 0;
}
.cid-uMkbD84xFO .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMkbD84xFO .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe2b7;
  width: 85%;
}
.cid-uMkbD84xFO .mbr-text {
  color: #444;
}
.cid-uMkbD84xFO h5 {
  margin-bottom: 0;
}
.cid-uMkbD84xFO .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMkbD84xFO .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMkbD84xFO .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMkbD84xFO .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMkbD84xFO .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMkbD84xFO .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMkbD84xFO .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMkbD84xFO .social-list a:hover {
  opacity: 0.4;
}
.cid-uMkbD84xFO .media-container-row > div {
  padding: 0px;
}
.cid-uMkbD84xFO .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMkbD84xFO .group-title {
  text-align: left;
  color: #ffe2b7;
  padding-bottom: 0.2rem;
}
.cid-uMkbD84xFO .links {
  color: #ffe2b7;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMkbD84xFO .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMkbD84xFO .social-list,
  .cid-uMkbD84xFO .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMkbD84xFO h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMkbD84xFO .form-group {
    max-width: 180px;
  }
}
.cid-uMkbD84xFO .links span {
  color: #9e9e9e;
}
.cid-uMkbD84xFO .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMkbD84xFO .logo-title {
  text-align: center;
}
.cid-uMkbD84xFO .logo-title,
.cid-uMkbD84xFO .logo {
  color: #ffe2b7;
}
.cid-uLXkTQyzxn .navbar-dropdown {
  position: relative !important;
}
.cid-uLXkTQyzxn .navbar-dropdown {
  position: absolute !important;
}
.cid-uLXkTQyzxn .menu-text {
  padding: 0 2rem;
  color: #ffe2b7;
}
@media (max-width: 992px) {
  .cid-uLXkTQyzxn .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uLXkTQyzxn .iconfont-wrapper {
  color: #39b54a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uLXkTQyzxn .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uLXkTQyzxn .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uLXkTQyzxn .container {
    padding: 0 1rem;
  }
}
.cid-uLXkTQyzxn .menu-tite {
  background: #d2b488;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-uLXkTQyzxn .nav-link {
  position: relative;
}
.cid-uLXkTQyzxn .nav-link:hover {
  color: #a98310 !important;
}
.cid-uLXkTQyzxn .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uLXkTQyzxn .navbar.opened {
  transition: all 0.3s;
}
.cid-uLXkTQyzxn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLXkTQyzxn .navbar .navbar-logo img {
  width: auto;
}
.cid-uLXkTQyzxn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLXkTQyzxn .navbar.collapsed {
  justify-content: center;
}
.cid-uLXkTQyzxn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLXkTQyzxn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLXkTQyzxn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLXkTQyzxn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLXkTQyzxn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLXkTQyzxn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLXkTQyzxn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLXkTQyzxn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLXkTQyzxn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLXkTQyzxn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLXkTQyzxn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLXkTQyzxn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLXkTQyzxn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLXkTQyzxn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLXkTQyzxn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLXkTQyzxn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLXkTQyzxn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLXkTQyzxn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLXkTQyzxn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLXkTQyzxn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLXkTQyzxn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLXkTQyzxn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLXkTQyzxn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLXkTQyzxn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLXkTQyzxn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLXkTQyzxn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLXkTQyzxn .dropdown-item:hover,
.cid-uLXkTQyzxn .dropdown-item:focus {
  background: #d2b488 !important;
  color: white !important;
}
.cid-uLXkTQyzxn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLXkTQyzxn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLXkTQyzxn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uLXkTQyzxn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLXkTQyzxn .dropdown-menu,
.cid-uLXkTQyzxn .navbar.opened {
  background: #000000 !important;
}
.cid-uLXkTQyzxn .nav-item:focus,
.cid-uLXkTQyzxn .nav-link:focus {
  outline: none;
}
.cid-uLXkTQyzxn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLXkTQyzxn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLXkTQyzxn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLXkTQyzxn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLXkTQyzxn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLXkTQyzxn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLXkTQyzxn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLXkTQyzxn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLXkTQyzxn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLXkTQyzxn .dropdown-item.active,
.cid-uLXkTQyzxn .dropdown-item:active {
  background-color: transparent;
}
.cid-uLXkTQyzxn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLXkTQyzxn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLXkTQyzxn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLXkTQyzxn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uLXkTQyzxn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLXkTQyzxn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLXkTQyzxn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLXkTQyzxn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLXkTQyzxn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLXkTQyzxn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLXkTQyzxn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLXkTQyzxn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLXkTQyzxn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLXkTQyzxn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLXkTQyzxn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLXkTQyzxn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLXkTQyzxn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLXkTQyzxn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLXkTQyzxn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLXkTQyzxn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLXkTQyzxn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLXkTQyzxn .navbar {
    height: 70px;
  }
  .cid-uLXkTQyzxn .navbar.opened {
    height: auto;
  }
  .cid-uLXkTQyzxn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLXkTU8maz {
  background-image: url("../../../assets/images/recording-art-school-2000x1125.png");
}
.cid-uLXkTU8maz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLXkTU8maz .mbr-section-title {
  color: #ffe2b7;
}
.cid-uLXkTU8maz .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uLXkTU8maz .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uLXkTU8maz .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #d2b488;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uLXkTU8maz .mbr-section-btn {
  display: flex;
}
.cid-uLXkTU8maz .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uLXkTU8maz .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uLXkTU8maz .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uLXkTU8maz .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ca1f27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uLXkTU8maz .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uLXkTU8maz .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uLXkTU8maz .video-wrap .icon-wrap .line-video-1,
.cid-uLXkTU8maz .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uLXkTU8maz .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uLXkTU8maz .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uLXkTU8maz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uLXkTU8maz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uLXkTU8maz .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uLXkTU8maz a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #39b54a;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uLXkTU8maz a.close:hover {
  color: #39b54a;
}
@media (max-width: 991px) {
  .cid-uLXkTU8maz .separator,
  .cid-uLXkTU8maz .sep-holder,
  .cid-uLXkTU8maz .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uLXkTU8maz .buttons-wrap {
    flex-direction: column;
  }
  .cid-uLXkTU8maz .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uLXkTU8maz .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uLXkTU8maz .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uLXkTU8maz .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uLXkTU8maz .mbr-text,
.cid-uLXkTU8maz .mbr-section-btn {
  color: #ffffff;
}
.cid-uMjCRYtzDK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uMjCRYtzDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjCRYtzDK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjCRYtzDK .mbr-section-title {
  color: #ffe2b7;
  margin-bottom: 0;
}
.cid-uMjCRYtzDK .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-uMjCRYtzDK .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .cid-uMjCRYtzDK .mbr-section-btn {
    margin-top: 34px;
  }
}
@media (max-width: 575px) {
  .cid-uMjCRYtzDK .mbr-section-btn {
    margin-top: 26px;
    width: auto;
  }
  .cid-uMjCRYtzDK .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-uMjCRYtzDK .mbr-section-btn .btn.display-7 > .mbr-iconfont {
  font-size: 0.75rem !important;
}
.cid-uMjCRYtzDK .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 8px !important;
  transition: .4s all !important;
}
.cid-uMjCRYtzDK .mbr-section-btn .btn:hover .mbr-iconfont {
  margin-left: 14px !important;
}
.cid-uMjCRYtzDK .mbr-section-btn .btn-white-outline {
  padding: 0 !important;
  color: #FFFFFF !important;
}
.cid-uMjCRYtzDK .mbr-section-btn .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  color: #d2b488 !important;
  will-change: transform;
}
.cid-uMjCRYtzDK .mbr-section-btn .btn-white-outline .mbr-iconfont:before {
  animation: icon-move-out 0.4s ease-in-out;
}
.cid-uMjCRYtzDK .mbr-section-btn .btn-white-outline:hover {
  color: #d2b488 !important;
}
.cid-uMjCRYtzDK .mbr-section-btn .btn-white-outline:hover .mbr-iconfont {
  background: #d2b488;
  color: #FFFFFF !important;
}
.cid-uMjCRYtzDK .mbr-section-btn .btn-white-outline:hover .mbr-iconfont:before {
  animation: icon-move 0.4s ease-in-out;
}
@keyframes icon-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-uMjDnOuI67 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMjDIHbDmW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uMjDXC6eFF {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-uMjDXC6eFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjDXC6eFF .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMjDXC6eFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjDXC6eFF h1 {
  max-width: 800px;
}
.cid-uMjDXC6eFF p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMjDXC6eFF {
    align-items: center;
  }
  .cid-uMjDXC6eFF .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMjDXC6eFF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMjDXC6eFF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMjDXC6eFF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMjDXC6eFF .content-wrap {
    width: 100%;
  }
}
.cid-uMjDXC6eFF .mbr-section-subtitle,
.cid-uMjDXC6eFF .line {
  color: #291f1e;
}
.cid-uMjDXC6eFF .mbr-text,
.cid-uMjDXC6eFF .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uMjDXC6eFF .mbr-section-title {
  color: #291f1e;
}
.cid-uMjFsbCCWr {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-uMjFsbCCWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjFsbCCWr .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMjFsbCCWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjFsbCCWr h1 {
  max-width: 800px;
}
.cid-uMjFsbCCWr p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMjFsbCCWr {
    align-items: center;
  }
  .cid-uMjFsbCCWr .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMjFsbCCWr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMjFsbCCWr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMjFsbCCWr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMjFsbCCWr .content-wrap {
    width: 100%;
  }
}
.cid-uMjFsbCCWr .mbr-section-subtitle,
.cid-uMjFsbCCWr .line {
  color: #291f1e;
}
.cid-uMjFsbCCWr .mbr-text,
.cid-uMjFsbCCWr .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uMjFsbCCWr .mbr-section-title {
  color: #291f1e;
}
.cid-uMjGlSafYp {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-uMjGlSafYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjGlSafYp .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMjGlSafYp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjGlSafYp h1 {
  max-width: 800px;
}
.cid-uMjGlSafYp p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMjGlSafYp {
    align-items: center;
  }
  .cid-uMjGlSafYp .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMjGlSafYp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMjGlSafYp {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMjGlSafYp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMjGlSafYp .content-wrap {
    width: 100%;
  }
}
.cid-uMjGlSafYp .mbr-section-subtitle,
.cid-uMjGlSafYp .line {
  color: #291f1e;
}
.cid-uMjGlSafYp .mbr-text,
.cid-uMjGlSafYp .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uMjGlSafYp .mbr-section-title {
  color: #291f1e;
}
.cid-uMjLv7Fey4 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d2b488;
}
.cid-uMjLv7Fey4 .row {
  flex-direction: row-reverse;
}
.cid-uMjLv7Fey4 .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-uMjLv7Fey4 .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-uMjLv7Fey4 .card {
    margin-bottom: 2rem !important;
  }
  .cid-uMjLv7Fey4 .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uMjLv7Fey4 .link-wrap {
    align-items: center;
  }
}
.cid-uMjLv7Fey4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMjLv7Fey4 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uMjLv7Fey4 .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-uMjLv7Fey4 .btn:hover,
.cid-uMjLv7Fey4 .btn:focus {
  border-color: #f4aee6 !important;
  background-color: #f4aee6 !important;
}
.cid-uMjLv7Fey4 .card-title {
  color: #000000;
}
.cid-uMjLv7Fey4 .mbr-subtile {
  color: #000000;
}
.cid-uMjLv7Fey4 .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMjLv7Fey4 .padding {
    padding-right: 110px;
  }
}
.cid-uMjLw2yN4n {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #173d33;
}
.cid-uMjLw2yN4n .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uMjLw2yN4n .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMjLw2yN4n .col + .mbr-section-btn .btn,
.cid-uMjLw2yN4n .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uMjLw2yN4n .col + .mbr-section-btn .btn,
  .cid-uMjLw2yN4n .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uMjLw2yN4n .dragArea > *:nth-last-child(2).col,
  .cid-uMjLw2yN4n .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMjLw2yN4n .col + .mbr-section-btn,
  .cid-uMjLw2yN4n .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uMjLw2yN4n .dragArea {
    flex-direction: column;
  }
}
.cid-uMjLw2yN4n .btn-primary {
  border: 1px solid #d2b488 !important;
}
.cid-uMjLw2yN4n .btn-primary:hover {
  border: 1px solid #d2b488 !important;
}
.cid-uMjLw2yN4n .stripe {
  border-bottom: 1px solid #fafafa;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMjLw2yN4n .form-group {
  max-width: 220px;
}
.cid-uMjLw2yN4n .mbr-section-btn {
  padding-left: 0;
}
.cid-uMjLw2yN4n .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMjLw2yN4n .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe2b7;
  width: 85%;
}
.cid-uMjLw2yN4n .mbr-text {
  color: #444;
}
.cid-uMjLw2yN4n h5 {
  margin-bottom: 0;
}
.cid-uMjLw2yN4n .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMjLw2yN4n .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMjLw2yN4n .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMjLw2yN4n .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMjLw2yN4n .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMjLw2yN4n .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMjLw2yN4n .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMjLw2yN4n .social-list a:hover {
  opacity: 0.4;
}
.cid-uMjLw2yN4n .media-container-row > div {
  padding: 0px;
}
.cid-uMjLw2yN4n .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMjLw2yN4n .group-title {
  text-align: left;
  color: #ffe2b7;
  padding-bottom: 0.2rem;
}
.cid-uMjLw2yN4n .links {
  color: #ffe2b7;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMjLw2yN4n .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMjLw2yN4n .social-list,
  .cid-uMjLw2yN4n .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMjLw2yN4n h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMjLw2yN4n .form-group {
    max-width: 180px;
  }
}
.cid-uMjLw2yN4n .links span {
  color: #9e9e9e;
}
.cid-uMjLw2yN4n .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMjLw2yN4n .logo-title {
  text-align: center;
}
.cid-uMjLw2yN4n .logo-title,
.cid-uMjLw2yN4n .logo {
  color: #ffe2b7;
}
.cid-uLXosejSdt .navbar-dropdown {
  position: relative !important;
}
.cid-uLXosejSdt .navbar-dropdown {
  position: absolute !important;
}
.cid-uLXosejSdt .menu-text {
  padding: 0 2rem;
  color: #ffe2b7;
}
@media (max-width: 992px) {
  .cid-uLXosejSdt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uLXosejSdt .iconfont-wrapper {
  color: #39b54a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uLXosejSdt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uLXosejSdt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uLXosejSdt .container {
    padding: 0 1rem;
  }
}
.cid-uLXosejSdt .menu-tite {
  background: #d2b488;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-uLXosejSdt .nav-link {
  position: relative;
}
.cid-uLXosejSdt .nav-link:hover {
  color: #a98310 !important;
}
.cid-uLXosejSdt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uLXosejSdt .navbar.opened {
  transition: all 0.3s;
}
.cid-uLXosejSdt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLXosejSdt .navbar .navbar-logo img {
  width: auto;
}
.cid-uLXosejSdt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLXosejSdt .navbar.collapsed {
  justify-content: center;
}
.cid-uLXosejSdt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLXosejSdt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLXosejSdt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLXosejSdt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLXosejSdt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLXosejSdt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLXosejSdt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLXosejSdt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLXosejSdt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLXosejSdt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLXosejSdt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLXosejSdt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLXosejSdt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLXosejSdt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLXosejSdt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLXosejSdt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLXosejSdt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLXosejSdt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLXosejSdt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLXosejSdt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLXosejSdt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLXosejSdt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLXosejSdt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLXosejSdt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLXosejSdt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLXosejSdt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLXosejSdt .dropdown-item:hover,
.cid-uLXosejSdt .dropdown-item:focus {
  background: #d2b488 !important;
  color: white !important;
}
.cid-uLXosejSdt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLXosejSdt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLXosejSdt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uLXosejSdt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLXosejSdt .dropdown-menu,
.cid-uLXosejSdt .navbar.opened {
  background: #000000 !important;
}
.cid-uLXosejSdt .nav-item:focus,
.cid-uLXosejSdt .nav-link:focus {
  outline: none;
}
.cid-uLXosejSdt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLXosejSdt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLXosejSdt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLXosejSdt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLXosejSdt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLXosejSdt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLXosejSdt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLXosejSdt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLXosejSdt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLXosejSdt .dropdown-item.active,
.cid-uLXosejSdt .dropdown-item:active {
  background-color: transparent;
}
.cid-uLXosejSdt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLXosejSdt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLXosejSdt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLXosejSdt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uLXosejSdt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLXosejSdt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLXosejSdt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLXosejSdt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLXosejSdt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLXosejSdt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLXosejSdt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLXosejSdt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLXosejSdt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLXosejSdt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLXosejSdt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLXosejSdt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLXosejSdt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLXosejSdt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLXosejSdt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLXosejSdt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLXosejSdt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLXosejSdt .navbar {
    height: 70px;
  }
  .cid-uLXosejSdt .navbar.opened {
    height: auto;
  }
  .cid-uLXosejSdt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLXosgO4s6 {
  background-image: url("../../../assets/images/pic7-1242x810.jpg");
}
.cid-uLXosgO4s6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLXosgO4s6 .mbr-section-title {
  color: #ffe2b7;
}
.cid-uLXosgO4s6 .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uLXosgO4s6 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uLXosgO4s6 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #d2b488;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uLXosgO4s6 .mbr-section-btn {
  display: flex;
}
.cid-uLXosgO4s6 .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uLXosgO4s6 .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uLXosgO4s6 .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uLXosgO4s6 .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ca1f27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uLXosgO4s6 .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uLXosgO4s6 .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uLXosgO4s6 .video-wrap .icon-wrap .line-video-1,
.cid-uLXosgO4s6 .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uLXosgO4s6 .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uLXosgO4s6 .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uLXosgO4s6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uLXosgO4s6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uLXosgO4s6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uLXosgO4s6 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #39b54a;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uLXosgO4s6 a.close:hover {
  color: #39b54a;
}
@media (max-width: 991px) {
  .cid-uLXosgO4s6 .separator,
  .cid-uLXosgO4s6 .sep-holder,
  .cid-uLXosgO4s6 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uLXosgO4s6 .buttons-wrap {
    flex-direction: column;
  }
  .cid-uLXosgO4s6 .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uLXosgO4s6 .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uLXosgO4s6 .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uLXosgO4s6 .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uLXosgO4s6 .mbr-text,
.cid-uLXosgO4s6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLXosk6WpJ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uM1d4ht2fO {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-uM1d4ht2fO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM1d4ht2fO .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uM1d4ht2fO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM1d4ht2fO h1 {
  max-width: 800px;
}
.cid-uM1d4ht2fO p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uM1d4ht2fO {
    align-items: center;
  }
  .cid-uM1d4ht2fO .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uM1d4ht2fO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uM1d4ht2fO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uM1d4ht2fO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uM1d4ht2fO .content-wrap {
    width: 100%;
  }
}
.cid-uM1d4ht2fO .mbr-section-subtitle,
.cid-uM1d4ht2fO .line {
  color: #291f1e;
}
.cid-uM1d4ht2fO .mbr-text,
.cid-uM1d4ht2fO .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uM1d4ht2fO .mbr-section-title {
  color: #291f1e;
}
.cid-uM1hpo8ODk {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-uM1hpo8ODk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM1hpo8ODk .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uM1hpo8ODk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM1hpo8ODk h1 {
  max-width: 800px;
}
.cid-uM1hpo8ODk p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uM1hpo8ODk {
    align-items: center;
  }
  .cid-uM1hpo8ODk .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uM1hpo8ODk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uM1hpo8ODk {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uM1hpo8ODk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uM1hpo8ODk .content-wrap {
    width: 100%;
  }
}
.cid-uM1hpo8ODk .mbr-section-subtitle,
.cid-uM1hpo8ODk .line {
  color: #291f1e;
}
.cid-uM1hpo8ODk .mbr-text,
.cid-uM1hpo8ODk .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uM1hpo8ODk .mbr-section-title {
  color: #291f1e;
}
.cid-uM1i08wSSz {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-uM1i08wSSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM1i08wSSz .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uM1i08wSSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM1i08wSSz h1 {
  max-width: 800px;
}
.cid-uM1i08wSSz p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uM1i08wSSz {
    align-items: center;
  }
  .cid-uM1i08wSSz .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uM1i08wSSz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uM1i08wSSz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uM1i08wSSz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uM1i08wSSz .content-wrap {
    width: 100%;
  }
}
.cid-uM1i08wSSz .mbr-section-subtitle,
.cid-uM1i08wSSz .line {
  color: #291f1e;
}
.cid-uM1i08wSSz .mbr-text,
.cid-uM1i08wSSz .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uM1i08wSSz .mbr-section-title {
  color: #291f1e;
}
.cid-uMkc9pMgMg {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d2b488;
}
.cid-uMkc9pMgMg .row {
  flex-direction: row-reverse;
}
.cid-uMkc9pMgMg .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-uMkc9pMgMg .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-uMkc9pMgMg .card {
    margin-bottom: 2rem !important;
  }
  .cid-uMkc9pMgMg .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uMkc9pMgMg .link-wrap {
    align-items: center;
  }
}
.cid-uMkc9pMgMg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMkc9pMgMg .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uMkc9pMgMg .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-uMkc9pMgMg .btn:hover,
.cid-uMkc9pMgMg .btn:focus {
  border-color: #f4aee6 !important;
  background-color: #f4aee6 !important;
}
.cid-uMkc9pMgMg .card-title {
  color: #000000;
}
.cid-uMkc9pMgMg .mbr-subtile {
  color: #000000;
}
.cid-uMkc9pMgMg .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMkc9pMgMg .padding {
    padding-right: 110px;
  }
}
.cid-uMcZfjelgi {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #173d33;
}
.cid-uMcZfjelgi .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uMcZfjelgi .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMcZfjelgi .col + .mbr-section-btn .btn,
.cid-uMcZfjelgi .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uMcZfjelgi .col + .mbr-section-btn .btn,
  .cid-uMcZfjelgi .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uMcZfjelgi .dragArea > *:nth-last-child(2).col,
  .cid-uMcZfjelgi .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMcZfjelgi .col + .mbr-section-btn,
  .cid-uMcZfjelgi .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uMcZfjelgi .dragArea {
    flex-direction: column;
  }
}
.cid-uMcZfjelgi .btn-primary {
  border: 1px solid #d2b488 !important;
}
.cid-uMcZfjelgi .btn-primary:hover {
  border: 1px solid #d2b488 !important;
}
.cid-uMcZfjelgi .stripe {
  border-bottom: 1px solid #fafafa;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMcZfjelgi .form-group {
  max-width: 220px;
}
.cid-uMcZfjelgi .mbr-section-btn {
  padding-left: 0;
}
.cid-uMcZfjelgi .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMcZfjelgi .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe2b7;
  width: 85%;
}
.cid-uMcZfjelgi .mbr-text {
  color: #444;
}
.cid-uMcZfjelgi h5 {
  margin-bottom: 0;
}
.cid-uMcZfjelgi .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMcZfjelgi .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMcZfjelgi .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMcZfjelgi .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMcZfjelgi .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMcZfjelgi .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMcZfjelgi .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMcZfjelgi .social-list a:hover {
  opacity: 0.4;
}
.cid-uMcZfjelgi .media-container-row > div {
  padding: 0px;
}
.cid-uMcZfjelgi .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMcZfjelgi .group-title {
  text-align: left;
  color: #ffe2b7;
  padding-bottom: 0.2rem;
}
.cid-uMcZfjelgi .links {
  color: #ffe2b7;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMcZfjelgi .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMcZfjelgi .social-list,
  .cid-uMcZfjelgi .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMcZfjelgi h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMcZfjelgi .form-group {
    max-width: 180px;
  }
}
.cid-uMcZfjelgi .links span {
  color: #9e9e9e;
}
.cid-uMcZfjelgi .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMcZfjelgi .logo-title {
  text-align: center;
}
.cid-uMcZfjelgi .logo-title,
.cid-uMcZfjelgi .logo {
  color: #ffe2b7;
}
.cid-uMcZJs2aUz .navbar-dropdown {
  position: relative !important;
}
.cid-uMcZJs2aUz .navbar-dropdown {
  position: absolute !important;
}
.cid-uMcZJs2aUz .menu-text {
  padding: 0 2rem;
  color: #ffe2b7;
}
@media (max-width: 992px) {
  .cid-uMcZJs2aUz .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uMcZJs2aUz .iconfont-wrapper {
  color: #39b54a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uMcZJs2aUz .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uMcZJs2aUz .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uMcZJs2aUz .container {
    padding: 0 1rem;
  }
}
.cid-uMcZJs2aUz .menu-tite {
  background: #d2b488;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-uMcZJs2aUz .nav-link {
  position: relative;
}
.cid-uMcZJs2aUz .nav-link:hover {
  color: #a98310 !important;
}
.cid-uMcZJs2aUz .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uMcZJs2aUz .navbar.opened {
  transition: all 0.3s;
}
.cid-uMcZJs2aUz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMcZJs2aUz .navbar .navbar-logo img {
  width: auto;
}
.cid-uMcZJs2aUz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMcZJs2aUz .navbar.collapsed {
  justify-content: center;
}
.cid-uMcZJs2aUz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMcZJs2aUz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMcZJs2aUz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uMcZJs2aUz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMcZJs2aUz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMcZJs2aUz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMcZJs2aUz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMcZJs2aUz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMcZJs2aUz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMcZJs2aUz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMcZJs2aUz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMcZJs2aUz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMcZJs2aUz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMcZJs2aUz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMcZJs2aUz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMcZJs2aUz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMcZJs2aUz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMcZJs2aUz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMcZJs2aUz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMcZJs2aUz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMcZJs2aUz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMcZJs2aUz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMcZJs2aUz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMcZJs2aUz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMcZJs2aUz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMcZJs2aUz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMcZJs2aUz .dropdown-item:hover,
.cid-uMcZJs2aUz .dropdown-item:focus {
  background: #d2b488 !important;
  color: white !important;
}
.cid-uMcZJs2aUz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMcZJs2aUz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMcZJs2aUz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uMcZJs2aUz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMcZJs2aUz .dropdown-menu,
.cid-uMcZJs2aUz .navbar.opened {
  background: #000000 !important;
}
.cid-uMcZJs2aUz .nav-item:focus,
.cid-uMcZJs2aUz .nav-link:focus {
  outline: none;
}
.cid-uMcZJs2aUz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMcZJs2aUz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMcZJs2aUz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMcZJs2aUz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMcZJs2aUz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMcZJs2aUz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMcZJs2aUz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMcZJs2aUz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMcZJs2aUz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMcZJs2aUz .dropdown-item.active,
.cid-uMcZJs2aUz .dropdown-item:active {
  background-color: transparent;
}
.cid-uMcZJs2aUz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMcZJs2aUz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMcZJs2aUz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMcZJs2aUz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMcZJs2aUz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMcZJs2aUz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMcZJs2aUz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMcZJs2aUz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMcZJs2aUz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMcZJs2aUz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMcZJs2aUz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMcZJs2aUz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMcZJs2aUz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMcZJs2aUz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMcZJs2aUz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMcZJs2aUz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMcZJs2aUz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMcZJs2aUz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMcZJs2aUz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMcZJs2aUz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMcZJs2aUz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMcZJs2aUz .navbar {
    height: 70px;
  }
  .cid-uMcZJs2aUz .navbar.opened {
    height: auto;
  }
  .cid-uMcZJs2aUz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMcZJsqRMN {
  background-image: url("../../../assets/images/627c5c31-1914-4b92-b863-065b4c7095a0-1024x768.jpg");
}
.cid-uMcZJsqRMN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMcZJsqRMN .mbr-section-title {
  color: #ffe2b7;
}
.cid-uMcZJsqRMN .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uMcZJsqRMN .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uMcZJsqRMN .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #d2b488;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uMcZJsqRMN .mbr-section-btn {
  display: flex;
}
.cid-uMcZJsqRMN .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uMcZJsqRMN .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uMcZJsqRMN .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uMcZJsqRMN .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ca1f27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uMcZJsqRMN .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uMcZJsqRMN .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uMcZJsqRMN .video-wrap .icon-wrap .line-video-1,
.cid-uMcZJsqRMN .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uMcZJsqRMN .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uMcZJsqRMN .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uMcZJsqRMN .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uMcZJsqRMN .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uMcZJsqRMN .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uMcZJsqRMN a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #39b54a;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uMcZJsqRMN a.close:hover {
  color: #39b54a;
}
@media (max-width: 991px) {
  .cid-uMcZJsqRMN .separator,
  .cid-uMcZJsqRMN .sep-holder,
  .cid-uMcZJsqRMN .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uMcZJsqRMN .buttons-wrap {
    flex-direction: column;
  }
  .cid-uMcZJsqRMN .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uMcZJsqRMN .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uMcZJsqRMN .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uMcZJsqRMN .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uMcZJsqRMN .mbr-text,
.cid-uMcZJsqRMN .mbr-section-btn {
  color: #ffffff;
}
.cid-uMcZJsW6no {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMcZJt9DGD {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-uMcZJt9DGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMcZJt9DGD .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMcZJt9DGD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMcZJt9DGD h1 {
  max-width: 800px;
}
.cid-uMcZJt9DGD p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMcZJt9DGD {
    align-items: center;
  }
  .cid-uMcZJt9DGD .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMcZJt9DGD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMcZJt9DGD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMcZJt9DGD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMcZJt9DGD .content-wrap {
    width: 100%;
  }
}
.cid-uMcZJt9DGD .mbr-section-subtitle,
.cid-uMcZJt9DGD .line {
  color: #291f1e;
}
.cid-uMcZJt9DGD .mbr-text,
.cid-uMcZJt9DGD .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uMcZJt9DGD .mbr-section-title {
  color: #291f1e;
}
.cid-uMcZJtpejb {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-uMcZJtpejb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMcZJtpejb .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMcZJtpejb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMcZJtpejb h1 {
  max-width: 800px;
}
.cid-uMcZJtpejb p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMcZJtpejb {
    align-items: center;
  }
  .cid-uMcZJtpejb .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMcZJtpejb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMcZJtpejb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMcZJtpejb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMcZJtpejb .content-wrap {
    width: 100%;
  }
}
.cid-uMcZJtpejb .mbr-section-subtitle,
.cid-uMcZJtpejb .line {
  color: #291f1e;
}
.cid-uMcZJtpejb .mbr-text,
.cid-uMcZJtpejb .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uMcZJtpejb .mbr-section-title {
  color: #291f1e;
}
.cid-uMd5Se1lcT {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d2b488;
}
.cid-uMd5Se1lcT .row {
  flex-direction: row-reverse;
}
.cid-uMd5Se1lcT .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-uMd5Se1lcT .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-uMd5Se1lcT .card {
    margin-bottom: 2rem !important;
  }
  .cid-uMd5Se1lcT .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uMd5Se1lcT .link-wrap {
    align-items: center;
  }
}
.cid-uMd5Se1lcT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMd5Se1lcT .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uMd5Se1lcT .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-uMd5Se1lcT .btn:hover,
.cid-uMd5Se1lcT .btn:focus {
  border-color: #f4aee6 !important;
  background-color: #f4aee6 !important;
}
.cid-uMd5Se1lcT .card-title {
  color: #000000;
}
.cid-uMd5Se1lcT .mbr-subtile {
  color: #000000;
}
.cid-uMd5Se1lcT .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMd5Se1lcT .padding {
    padding-right: 110px;
  }
}
.cid-uMcZJtXF0u {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #173d33;
}
.cid-uMcZJtXF0u .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uMcZJtXF0u .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMcZJtXF0u .col + .mbr-section-btn .btn,
.cid-uMcZJtXF0u .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uMcZJtXF0u .col + .mbr-section-btn .btn,
  .cid-uMcZJtXF0u .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uMcZJtXF0u .dragArea > *:nth-last-child(2).col,
  .cid-uMcZJtXF0u .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMcZJtXF0u .col + .mbr-section-btn,
  .cid-uMcZJtXF0u .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uMcZJtXF0u .dragArea {
    flex-direction: column;
  }
}
.cid-uMcZJtXF0u .btn-primary {
  border: 1px solid #d2b488 !important;
}
.cid-uMcZJtXF0u .btn-primary:hover {
  border: 1px solid #d2b488 !important;
}
.cid-uMcZJtXF0u .stripe {
  border-bottom: 1px solid #fafafa;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMcZJtXF0u .form-group {
  max-width: 220px;
}
.cid-uMcZJtXF0u .mbr-section-btn {
  padding-left: 0;
}
.cid-uMcZJtXF0u .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMcZJtXF0u .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe2b7;
  width: 85%;
}
.cid-uMcZJtXF0u .mbr-text {
  color: #444;
}
.cid-uMcZJtXF0u h5 {
  margin-bottom: 0;
}
.cid-uMcZJtXF0u .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMcZJtXF0u .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMcZJtXF0u .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMcZJtXF0u .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMcZJtXF0u .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMcZJtXF0u .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMcZJtXF0u .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMcZJtXF0u .social-list a:hover {
  opacity: 0.4;
}
.cid-uMcZJtXF0u .media-container-row > div {
  padding: 0px;
}
.cid-uMcZJtXF0u .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMcZJtXF0u .group-title {
  text-align: left;
  color: #ffe2b7;
  padding-bottom: 0.2rem;
}
.cid-uMcZJtXF0u .links {
  color: #ffe2b7;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMcZJtXF0u .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMcZJtXF0u .social-list,
  .cid-uMcZJtXF0u .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMcZJtXF0u h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMcZJtXF0u .form-group {
    max-width: 180px;
  }
}
.cid-uMcZJtXF0u .links span {
  color: #9e9e9e;
}
.cid-uMcZJtXF0u .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMcZJtXF0u .logo-title {
  text-align: center;
}
.cid-uMcZJtXF0u .logo-title,
.cid-uMcZJtXF0u .logo {
  color: #ffe2b7;
}
.cid-uMd6SwQ1o4 .navbar-dropdown {
  position: relative !important;
}
.cid-uMd6SwQ1o4 .navbar-dropdown {
  position: absolute !important;
}
.cid-uMd6SwQ1o4 .menu-text {
  padding: 0 2rem;
  color: #ffe2b7;
}
@media (max-width: 992px) {
  .cid-uMd6SwQ1o4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uMd6SwQ1o4 .iconfont-wrapper {
  color: #39b54a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uMd6SwQ1o4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uMd6SwQ1o4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uMd6SwQ1o4 .container {
    padding: 0 1rem;
  }
}
.cid-uMd6SwQ1o4 .menu-tite {
  background: #d2b488;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-uMd6SwQ1o4 .nav-link {
  position: relative;
}
.cid-uMd6SwQ1o4 .nav-link:hover {
  color: #a98310 !important;
}
.cid-uMd6SwQ1o4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uMd6SwQ1o4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMd6SwQ1o4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMd6SwQ1o4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMd6SwQ1o4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMd6SwQ1o4 .navbar.collapsed {
  justify-content: center;
}
.cid-uMd6SwQ1o4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMd6SwQ1o4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMd6SwQ1o4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uMd6SwQ1o4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMd6SwQ1o4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMd6SwQ1o4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMd6SwQ1o4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMd6SwQ1o4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMd6SwQ1o4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMd6SwQ1o4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMd6SwQ1o4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMd6SwQ1o4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMd6SwQ1o4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMd6SwQ1o4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMd6SwQ1o4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMd6SwQ1o4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMd6SwQ1o4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMd6SwQ1o4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMd6SwQ1o4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMd6SwQ1o4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMd6SwQ1o4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMd6SwQ1o4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMd6SwQ1o4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMd6SwQ1o4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMd6SwQ1o4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMd6SwQ1o4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMd6SwQ1o4 .dropdown-item:hover,
.cid-uMd6SwQ1o4 .dropdown-item:focus {
  background: #d2b488 !important;
  color: white !important;
}
.cid-uMd6SwQ1o4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMd6SwQ1o4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMd6SwQ1o4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uMd6SwQ1o4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMd6SwQ1o4 .dropdown-menu,
.cid-uMd6SwQ1o4 .navbar.opened {
  background: #000000 !important;
}
.cid-uMd6SwQ1o4 .nav-item:focus,
.cid-uMd6SwQ1o4 .nav-link:focus {
  outline: none;
}
.cid-uMd6SwQ1o4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMd6SwQ1o4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMd6SwQ1o4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMd6SwQ1o4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMd6SwQ1o4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMd6SwQ1o4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMd6SwQ1o4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMd6SwQ1o4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMd6SwQ1o4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMd6SwQ1o4 .dropdown-item.active,
.cid-uMd6SwQ1o4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMd6SwQ1o4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMd6SwQ1o4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMd6SwQ1o4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMd6SwQ1o4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMd6SwQ1o4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMd6SwQ1o4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMd6SwQ1o4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMd6SwQ1o4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMd6SwQ1o4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMd6SwQ1o4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMd6SwQ1o4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMd6SwQ1o4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMd6SwQ1o4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMd6SwQ1o4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMd6SwQ1o4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMd6SwQ1o4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMd6SwQ1o4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMd6SwQ1o4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMd6SwQ1o4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMd6SwQ1o4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMd6SwQ1o4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMd6SwQ1o4 .navbar {
    height: 70px;
  }
  .cid-uMd6SwQ1o4 .navbar.opened {
    height: auto;
  }
  .cid-uMd6SwQ1o4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMd6SxbUti {
  background-image: url("../../../assets/images/51350733-d2ab-49a2-a97e-32b1c3a61928-2000x1333.jpg");
}
.cid-uMd6SxbUti .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMd6SxbUti .mbr-section-title {
  color: #ffe2b7;
}
.cid-uMd6SxbUti .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uMd6SxbUti .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uMd6SxbUti .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #d2b488;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uMd6SxbUti .mbr-section-btn {
  display: flex;
}
.cid-uMd6SxbUti .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uMd6SxbUti .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uMd6SxbUti .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uMd6SxbUti .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ca1f27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uMd6SxbUti .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uMd6SxbUti .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uMd6SxbUti .video-wrap .icon-wrap .line-video-1,
.cid-uMd6SxbUti .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uMd6SxbUti .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uMd6SxbUti .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uMd6SxbUti .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uMd6SxbUti .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uMd6SxbUti .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uMd6SxbUti a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #39b54a;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uMd6SxbUti a.close:hover {
  color: #39b54a;
}
@media (max-width: 991px) {
  .cid-uMd6SxbUti .separator,
  .cid-uMd6SxbUti .sep-holder,
  .cid-uMd6SxbUti .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uMd6SxbUti .buttons-wrap {
    flex-direction: column;
  }
  .cid-uMd6SxbUti .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uMd6SxbUti .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uMd6SxbUti .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uMd6SxbUti .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uMd6SxbUti .mbr-text,
.cid-uMd6SxbUti .mbr-section-btn {
  color: #ffffff;
}
.cid-uMd6SxEfcW {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMd6SxRpOR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uMd6SxRpOR .item:focus,
.cid-uMd6SxRpOR span:focus {
  outline: none;
}
.cid-uMd6SxRpOR .item {
  cursor: pointer;
}
.cid-uMd6SxRpOR .grid-container {
  grid-row-gap: 20px;
}
.cid-uMd6SxRpOR .grid-container-1,
.cid-uMd6SxRpOR .grid-container-2,
.cid-uMd6SxRpOR .grid-container-3 {
  gap: 20px;
}
.cid-uMd6SxRpOR .container,
.cid-uMd6SxRpOR .container-fluid {
  overflow: hidden;
}
.cid-uMd6SxRpOR .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uMd6SxRpOR .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMd6SxRpOR .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uMd6SxRpOR .grid-item img {
    min-width: 50vw;
    height: 200px;
  }
}
.cid-uMd6SxRpOR .grid-container-1,
.cid-uMd6SxRpOR .grid-container-2,
.cid-uMd6SxRpOR .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uMd6SxRpOR .grid-container-1 {
  align-items: flex-end;
}
.cid-uMd6SxRpOR .grid-container-2 {
  align-items: flex-start;
}
.cid-uMd6SxRpOR .mbr-section-title {
  margin-bottom: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uMd6SxRpOR .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMkc1PWrQD {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #173d33;
}
.cid-uMkc1PWrQD .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uMkc1PWrQD .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMkc1PWrQD .col + .mbr-section-btn .btn,
.cid-uMkc1PWrQD .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uMkc1PWrQD .col + .mbr-section-btn .btn,
  .cid-uMkc1PWrQD .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uMkc1PWrQD .dragArea > *:nth-last-child(2).col,
  .cid-uMkc1PWrQD .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMkc1PWrQD .col + .mbr-section-btn,
  .cid-uMkc1PWrQD .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uMkc1PWrQD .dragArea {
    flex-direction: column;
  }
}
.cid-uMkc1PWrQD .btn-primary {
  border: 1px solid #d2b488 !important;
}
.cid-uMkc1PWrQD .btn-primary:hover {
  border: 1px solid #d2b488 !important;
}
.cid-uMkc1PWrQD .stripe {
  border-bottom: 1px solid #fafafa;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMkc1PWrQD .form-group {
  max-width: 220px;
}
.cid-uMkc1PWrQD .mbr-section-btn {
  padding-left: 0;
}
.cid-uMkc1PWrQD .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMkc1PWrQD .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe2b7;
  width: 85%;
}
.cid-uMkc1PWrQD .mbr-text {
  color: #444;
}
.cid-uMkc1PWrQD h5 {
  margin-bottom: 0;
}
.cid-uMkc1PWrQD .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMkc1PWrQD .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMkc1PWrQD .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMkc1PWrQD .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMkc1PWrQD .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMkc1PWrQD .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMkc1PWrQD .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMkc1PWrQD .social-list a:hover {
  opacity: 0.4;
}
.cid-uMkc1PWrQD .media-container-row > div {
  padding: 0px;
}
.cid-uMkc1PWrQD .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMkc1PWrQD .group-title {
  text-align: left;
  color: #ffe2b7;
  padding-bottom: 0.2rem;
}
.cid-uMkc1PWrQD .links {
  color: #ffe2b7;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMkc1PWrQD .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMkc1PWrQD .social-list,
  .cid-uMkc1PWrQD .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMkc1PWrQD h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMkc1PWrQD .form-group {
    max-width: 180px;
  }
}
.cid-uMkc1PWrQD .links span {
  color: #9e9e9e;
}
.cid-uMkc1PWrQD .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMkc1PWrQD .logo-title {
  text-align: center;
}
.cid-uMkc1PWrQD .logo-title,
.cid-uMkc1PWrQD .logo {
  color: #ffe2b7;
}
.cid-uMdc4GEe6a .navbar-dropdown {
  position: relative !important;
}
.cid-uMdc4GEe6a .navbar-dropdown {
  position: absolute !important;
}
.cid-uMdc4GEe6a .menu-text {
  padding: 0 2rem;
  color: #ffe2b7;
}
@media (max-width: 992px) {
  .cid-uMdc4GEe6a .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uMdc4GEe6a .iconfont-wrapper {
  color: #39b54a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uMdc4GEe6a .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uMdc4GEe6a .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uMdc4GEe6a .container {
    padding: 0 1rem;
  }
}
.cid-uMdc4GEe6a .menu-tite {
  background: #d2b488;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-uMdc4GEe6a .nav-link {
  position: relative;
}
.cid-uMdc4GEe6a .nav-link:hover {
  color: #a98310 !important;
}
.cid-uMdc4GEe6a .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uMdc4GEe6a .navbar.opened {
  transition: all 0.3s;
}
.cid-uMdc4GEe6a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMdc4GEe6a .navbar .navbar-logo img {
  width: auto;
}
.cid-uMdc4GEe6a .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMdc4GEe6a .navbar.collapsed {
  justify-content: center;
}
.cid-uMdc4GEe6a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMdc4GEe6a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMdc4GEe6a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uMdc4GEe6a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMdc4GEe6a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMdc4GEe6a .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMdc4GEe6a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMdc4GEe6a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMdc4GEe6a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMdc4GEe6a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMdc4GEe6a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMdc4GEe6a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMdc4GEe6a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMdc4GEe6a .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMdc4GEe6a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMdc4GEe6a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMdc4GEe6a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMdc4GEe6a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMdc4GEe6a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMdc4GEe6a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMdc4GEe6a .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMdc4GEe6a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMdc4GEe6a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMdc4GEe6a .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMdc4GEe6a .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMdc4GEe6a .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMdc4GEe6a .dropdown-item:hover,
.cid-uMdc4GEe6a .dropdown-item:focus {
  background: #d2b488 !important;
  color: white !important;
}
.cid-uMdc4GEe6a .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMdc4GEe6a .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMdc4GEe6a .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uMdc4GEe6a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMdc4GEe6a .dropdown-menu,
.cid-uMdc4GEe6a .navbar.opened {
  background: #000000 !important;
}
.cid-uMdc4GEe6a .nav-item:focus,
.cid-uMdc4GEe6a .nav-link:focus {
  outline: none;
}
.cid-uMdc4GEe6a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMdc4GEe6a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMdc4GEe6a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMdc4GEe6a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMdc4GEe6a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMdc4GEe6a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMdc4GEe6a .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMdc4GEe6a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMdc4GEe6a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMdc4GEe6a .dropdown-item.active,
.cid-uMdc4GEe6a .dropdown-item:active {
  background-color: transparent;
}
.cid-uMdc4GEe6a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMdc4GEe6a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMdc4GEe6a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMdc4GEe6a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMdc4GEe6a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMdc4GEe6a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMdc4GEe6a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMdc4GEe6a .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMdc4GEe6a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMdc4GEe6a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMdc4GEe6a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMdc4GEe6a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMdc4GEe6a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMdc4GEe6a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMdc4GEe6a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMdc4GEe6a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMdc4GEe6a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMdc4GEe6a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMdc4GEe6a .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMdc4GEe6a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMdc4GEe6a .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMdc4GEe6a .navbar {
    height: 70px;
  }
  .cid-uMdc4GEe6a .navbar.opened {
    height: auto;
  }
  .cid-uMdc4GEe6a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMdc4H4VND {
  background-image: url("../../../assets/images/6ec80b08-7253-49e6-9866-47480844c6bb-2000x1333.jpg");
}
.cid-uMdc4H4VND .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMdc4H4VND .mbr-section-title {
  color: #ffe2b7;
}
.cid-uMdc4H4VND .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uMdc4H4VND .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uMdc4H4VND .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #d2b488;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uMdc4H4VND .mbr-section-btn {
  display: flex;
}
.cid-uMdc4H4VND .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uMdc4H4VND .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uMdc4H4VND .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uMdc4H4VND .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ca1f27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uMdc4H4VND .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uMdc4H4VND .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uMdc4H4VND .video-wrap .icon-wrap .line-video-1,
.cid-uMdc4H4VND .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uMdc4H4VND .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uMdc4H4VND .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uMdc4H4VND .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uMdc4H4VND .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uMdc4H4VND .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uMdc4H4VND a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #39b54a;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uMdc4H4VND a.close:hover {
  color: #39b54a;
}
@media (max-width: 991px) {
  .cid-uMdc4H4VND .separator,
  .cid-uMdc4H4VND .sep-holder,
  .cid-uMdc4H4VND .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uMdc4H4VND .buttons-wrap {
    flex-direction: column;
  }
  .cid-uMdc4H4VND .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uMdc4H4VND .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uMdc4H4VND .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uMdc4H4VND .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uMdc4H4VND .mbr-text,
.cid-uMdc4H4VND .mbr-section-btn {
  color: #ffffff;
}
.cid-uMdc4HwlCB {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMdc4HHqwh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uMdc4HHqwh .item:focus,
.cid-uMdc4HHqwh span:focus {
  outline: none;
}
.cid-uMdc4HHqwh .item {
  cursor: pointer;
}
.cid-uMdc4HHqwh .grid-container {
  grid-row-gap: 20px;
}
.cid-uMdc4HHqwh .grid-container-1,
.cid-uMdc4HHqwh .grid-container-2,
.cid-uMdc4HHqwh .grid-container-3 {
  gap: 20px;
}
.cid-uMdc4HHqwh .container,
.cid-uMdc4HHqwh .container-fluid {
  overflow: hidden;
}
.cid-uMdc4HHqwh .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uMdc4HHqwh .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMdc4HHqwh .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uMdc4HHqwh .grid-item img {
    min-width: 50vw;
    height: 200px;
  }
}
.cid-uMdc4HHqwh .grid-container-1,
.cid-uMdc4HHqwh .grid-container-2,
.cid-uMdc4HHqwh .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uMdc4HHqwh .grid-container-1 {
  align-items: flex-end;
}
.cid-uMdc4HHqwh .grid-container-2 {
  align-items: flex-start;
}
.cid-uMdc4HHqwh .mbr-section-title {
  margin-bottom: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uMdc4HHqwh .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMkbYcUgKH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #173d33;
}
.cid-uMkbYcUgKH .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uMkbYcUgKH .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMkbYcUgKH .col + .mbr-section-btn .btn,
.cid-uMkbYcUgKH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uMkbYcUgKH .col + .mbr-section-btn .btn,
  .cid-uMkbYcUgKH .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uMkbYcUgKH .dragArea > *:nth-last-child(2).col,
  .cid-uMkbYcUgKH .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMkbYcUgKH .col + .mbr-section-btn,
  .cid-uMkbYcUgKH .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uMkbYcUgKH .dragArea {
    flex-direction: column;
  }
}
.cid-uMkbYcUgKH .btn-primary {
  border: 1px solid #d2b488 !important;
}
.cid-uMkbYcUgKH .btn-primary:hover {
  border: 1px solid #d2b488 !important;
}
.cid-uMkbYcUgKH .stripe {
  border-bottom: 1px solid #fafafa;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMkbYcUgKH .form-group {
  max-width: 220px;
}
.cid-uMkbYcUgKH .mbr-section-btn {
  padding-left: 0;
}
.cid-uMkbYcUgKH .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMkbYcUgKH .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe2b7;
  width: 85%;
}
.cid-uMkbYcUgKH .mbr-text {
  color: #444;
}
.cid-uMkbYcUgKH h5 {
  margin-bottom: 0;
}
.cid-uMkbYcUgKH .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMkbYcUgKH .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMkbYcUgKH .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMkbYcUgKH .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMkbYcUgKH .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMkbYcUgKH .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMkbYcUgKH .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMkbYcUgKH .social-list a:hover {
  opacity: 0.4;
}
.cid-uMkbYcUgKH .media-container-row > div {
  padding: 0px;
}
.cid-uMkbYcUgKH .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMkbYcUgKH .group-title {
  text-align: left;
  color: #ffe2b7;
  padding-bottom: 0.2rem;
}
.cid-uMkbYcUgKH .links {
  color: #ffe2b7;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMkbYcUgKH .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMkbYcUgKH .social-list,
  .cid-uMkbYcUgKH .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMkbYcUgKH h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMkbYcUgKH .form-group {
    max-width: 180px;
  }
}
.cid-uMkbYcUgKH .links span {
  color: #9e9e9e;
}
.cid-uMkbYcUgKH .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMkbYcUgKH .logo-title {
  text-align: center;
}
.cid-uMkbYcUgKH .logo-title,
.cid-uMkbYcUgKH .logo {
  color: #ffe2b7;
}
.cid-uMdeh1ECTD .navbar-dropdown {
  position: relative !important;
}
.cid-uMdeh1ECTD .navbar-dropdown {
  position: absolute !important;
}
.cid-uMdeh1ECTD .menu-text {
  padding: 0 2rem;
  color: #ffe2b7;
}
@media (max-width: 992px) {
  .cid-uMdeh1ECTD .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uMdeh1ECTD .iconfont-wrapper {
  color: #39b54a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uMdeh1ECTD .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uMdeh1ECTD .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uMdeh1ECTD .container {
    padding: 0 1rem;
  }
}
.cid-uMdeh1ECTD .menu-tite {
  background: #d2b488;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-uMdeh1ECTD .nav-link {
  position: relative;
}
.cid-uMdeh1ECTD .nav-link:hover {
  color: #a98310 !important;
}
.cid-uMdeh1ECTD .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uMdeh1ECTD .navbar.opened {
  transition: all 0.3s;
}
.cid-uMdeh1ECTD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMdeh1ECTD .navbar .navbar-logo img {
  width: auto;
}
.cid-uMdeh1ECTD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMdeh1ECTD .navbar.collapsed {
  justify-content: center;
}
.cid-uMdeh1ECTD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMdeh1ECTD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMdeh1ECTD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uMdeh1ECTD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMdeh1ECTD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMdeh1ECTD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMdeh1ECTD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMdeh1ECTD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMdeh1ECTD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMdeh1ECTD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMdeh1ECTD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMdeh1ECTD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMdeh1ECTD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMdeh1ECTD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMdeh1ECTD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMdeh1ECTD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMdeh1ECTD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMdeh1ECTD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMdeh1ECTD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMdeh1ECTD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMdeh1ECTD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMdeh1ECTD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMdeh1ECTD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMdeh1ECTD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMdeh1ECTD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMdeh1ECTD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMdeh1ECTD .dropdown-item:hover,
.cid-uMdeh1ECTD .dropdown-item:focus {
  background: #d2b488 !important;
  color: white !important;
}
.cid-uMdeh1ECTD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMdeh1ECTD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMdeh1ECTD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uMdeh1ECTD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMdeh1ECTD .dropdown-menu,
.cid-uMdeh1ECTD .navbar.opened {
  background: #000000 !important;
}
.cid-uMdeh1ECTD .nav-item:focus,
.cid-uMdeh1ECTD .nav-link:focus {
  outline: none;
}
.cid-uMdeh1ECTD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMdeh1ECTD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMdeh1ECTD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMdeh1ECTD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMdeh1ECTD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMdeh1ECTD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMdeh1ECTD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMdeh1ECTD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMdeh1ECTD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMdeh1ECTD .dropdown-item.active,
.cid-uMdeh1ECTD .dropdown-item:active {
  background-color: transparent;
}
.cid-uMdeh1ECTD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMdeh1ECTD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMdeh1ECTD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMdeh1ECTD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMdeh1ECTD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMdeh1ECTD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMdeh1ECTD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMdeh1ECTD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMdeh1ECTD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMdeh1ECTD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMdeh1ECTD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMdeh1ECTD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMdeh1ECTD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMdeh1ECTD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMdeh1ECTD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMdeh1ECTD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMdeh1ECTD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMdeh1ECTD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMdeh1ECTD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMdeh1ECTD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMdeh1ECTD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMdeh1ECTD .navbar {
    height: 70px;
  }
  .cid-uMdeh1ECTD .navbar.opened {
    height: auto;
  }
  .cid-uMdeh1ECTD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMdeh20TgM {
  background-image: url("../../../assets/images/a5ec6c5a-20db-4d1e-b2a3-7e1438c79080-2000x1500.jpg");
}
.cid-uMdeh20TgM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMdeh20TgM .mbr-section-title {
  color: #ffe2b7;
}
.cid-uMdeh20TgM .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uMdeh20TgM .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uMdeh20TgM .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #d2b488;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uMdeh20TgM .mbr-section-btn {
  display: flex;
}
.cid-uMdeh20TgM .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uMdeh20TgM .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uMdeh20TgM .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uMdeh20TgM .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ca1f27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uMdeh20TgM .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uMdeh20TgM .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uMdeh20TgM .video-wrap .icon-wrap .line-video-1,
.cid-uMdeh20TgM .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uMdeh20TgM .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uMdeh20TgM .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uMdeh20TgM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uMdeh20TgM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uMdeh20TgM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uMdeh20TgM a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #39b54a;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uMdeh20TgM a.close:hover {
  color: #39b54a;
}
@media (max-width: 991px) {
  .cid-uMdeh20TgM .separator,
  .cid-uMdeh20TgM .sep-holder,
  .cid-uMdeh20TgM .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uMdeh20TgM .buttons-wrap {
    flex-direction: column;
  }
  .cid-uMdeh20TgM .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uMdeh20TgM .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uMdeh20TgM .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uMdeh20TgM .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uMdeh20TgM .mbr-text,
.cid-uMdeh20TgM .mbr-section-btn {
  color: #ffffff;
}
.cid-uMdeh2qCNb {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMdeh2CWJD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uMdeh2CWJD .item:focus,
.cid-uMdeh2CWJD span:focus {
  outline: none;
}
.cid-uMdeh2CWJD .item {
  cursor: pointer;
}
.cid-uMdeh2CWJD .grid-container {
  grid-row-gap: 20px;
}
.cid-uMdeh2CWJD .grid-container-1,
.cid-uMdeh2CWJD .grid-container-2,
.cid-uMdeh2CWJD .grid-container-3 {
  gap: 20px;
}
.cid-uMdeh2CWJD .container,
.cid-uMdeh2CWJD .container-fluid {
  overflow: hidden;
}
.cid-uMdeh2CWJD .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uMdeh2CWJD .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMdeh2CWJD .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uMdeh2CWJD .grid-item img {
    min-width: 50vw;
    height: 200px;
  }
}
.cid-uMdeh2CWJD .grid-container-1,
.cid-uMdeh2CWJD .grid-container-2,
.cid-uMdeh2CWJD .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uMdeh2CWJD .grid-container-1 {
  align-items: flex-end;
}
.cid-uMdeh2CWJD .grid-container-2 {
  align-items: flex-start;
}
.cid-uMdeh2CWJD .mbr-section-title {
  margin-bottom: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uMdeh2CWJD .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMkbUt2Abb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #173d33;
}
.cid-uMkbUt2Abb .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uMkbUt2Abb .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMkbUt2Abb .col + .mbr-section-btn .btn,
.cid-uMkbUt2Abb .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uMkbUt2Abb .col + .mbr-section-btn .btn,
  .cid-uMkbUt2Abb .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uMkbUt2Abb .dragArea > *:nth-last-child(2).col,
  .cid-uMkbUt2Abb .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMkbUt2Abb .col + .mbr-section-btn,
  .cid-uMkbUt2Abb .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uMkbUt2Abb .dragArea {
    flex-direction: column;
  }
}
.cid-uMkbUt2Abb .btn-primary {
  border: 1px solid #d2b488 !important;
}
.cid-uMkbUt2Abb .btn-primary:hover {
  border: 1px solid #d2b488 !important;
}
.cid-uMkbUt2Abb .stripe {
  border-bottom: 1px solid #fafafa;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMkbUt2Abb .form-group {
  max-width: 220px;
}
.cid-uMkbUt2Abb .mbr-section-btn {
  padding-left: 0;
}
.cid-uMkbUt2Abb .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMkbUt2Abb .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe2b7;
  width: 85%;
}
.cid-uMkbUt2Abb .mbr-text {
  color: #444;
}
.cid-uMkbUt2Abb h5 {
  margin-bottom: 0;
}
.cid-uMkbUt2Abb .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMkbUt2Abb .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMkbUt2Abb .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMkbUt2Abb .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMkbUt2Abb .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMkbUt2Abb .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMkbUt2Abb .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMkbUt2Abb .social-list a:hover {
  opacity: 0.4;
}
.cid-uMkbUt2Abb .media-container-row > div {
  padding: 0px;
}
.cid-uMkbUt2Abb .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMkbUt2Abb .group-title {
  text-align: left;
  color: #ffe2b7;
  padding-bottom: 0.2rem;
}
.cid-uMkbUt2Abb .links {
  color: #ffe2b7;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMkbUt2Abb .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMkbUt2Abb .social-list,
  .cid-uMkbUt2Abb .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMkbUt2Abb h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMkbUt2Abb .form-group {
    max-width: 180px;
  }
}
.cid-uMkbUt2Abb .links span {
  color: #9e9e9e;
}
.cid-uMkbUt2Abb .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMkbUt2Abb .logo-title {
  text-align: center;
}
.cid-uMkbUt2Abb .logo-title,
.cid-uMkbUt2Abb .logo {
  color: #ffe2b7;
}
.cid-uMdikUlwtQ .navbar-dropdown {
  position: relative !important;
}
.cid-uMdikUlwtQ .navbar-dropdown {
  position: absolute !important;
}
.cid-uMdikUlwtQ .menu-text {
  padding: 0 2rem;
  color: #ffe2b7;
}
@media (max-width: 992px) {
  .cid-uMdikUlwtQ .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uMdikUlwtQ .iconfont-wrapper {
  color: #39b54a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uMdikUlwtQ .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uMdikUlwtQ .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uMdikUlwtQ .container {
    padding: 0 1rem;
  }
}
.cid-uMdikUlwtQ .menu-tite {
  background: #d2b488;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-uMdikUlwtQ .nav-link {
  position: relative;
}
.cid-uMdikUlwtQ .nav-link:hover {
  color: #a98310 !important;
}
.cid-uMdikUlwtQ .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uMdikUlwtQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uMdikUlwtQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMdikUlwtQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uMdikUlwtQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMdikUlwtQ .navbar.collapsed {
  justify-content: center;
}
.cid-uMdikUlwtQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMdikUlwtQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMdikUlwtQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uMdikUlwtQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMdikUlwtQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMdikUlwtQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMdikUlwtQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMdikUlwtQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMdikUlwtQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMdikUlwtQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMdikUlwtQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMdikUlwtQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMdikUlwtQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMdikUlwtQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMdikUlwtQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMdikUlwtQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMdikUlwtQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMdikUlwtQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMdikUlwtQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMdikUlwtQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMdikUlwtQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMdikUlwtQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMdikUlwtQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMdikUlwtQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMdikUlwtQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMdikUlwtQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMdikUlwtQ .dropdown-item:hover,
.cid-uMdikUlwtQ .dropdown-item:focus {
  background: #d2b488 !important;
  color: white !important;
}
.cid-uMdikUlwtQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMdikUlwtQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMdikUlwtQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uMdikUlwtQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMdikUlwtQ .dropdown-menu,
.cid-uMdikUlwtQ .navbar.opened {
  background: #000000 !important;
}
.cid-uMdikUlwtQ .nav-item:focus,
.cid-uMdikUlwtQ .nav-link:focus {
  outline: none;
}
.cid-uMdikUlwtQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMdikUlwtQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMdikUlwtQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMdikUlwtQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMdikUlwtQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMdikUlwtQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMdikUlwtQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMdikUlwtQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMdikUlwtQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMdikUlwtQ .dropdown-item.active,
.cid-uMdikUlwtQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uMdikUlwtQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMdikUlwtQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMdikUlwtQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMdikUlwtQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMdikUlwtQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMdikUlwtQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMdikUlwtQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMdikUlwtQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMdikUlwtQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMdikUlwtQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMdikUlwtQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMdikUlwtQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMdikUlwtQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMdikUlwtQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMdikUlwtQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMdikUlwtQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMdikUlwtQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMdikUlwtQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMdikUlwtQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMdikUlwtQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMdikUlwtQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMdikUlwtQ .navbar {
    height: 70px;
  }
  .cid-uMdikUlwtQ .navbar.opened {
    height: auto;
  }
  .cid-uMdikUlwtQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMdikUQz8H {
  background-image: url("../../../assets/images/tlfc-picture-for-the-homepage-div-2000x1189.jpg");
}
.cid-uMdikUQz8H .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMdikUQz8H .mbr-section-title {
  color: #ffe2b7;
}
.cid-uMdikUQz8H .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uMdikUQz8H .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uMdikUQz8H .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #d2b488;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uMdikUQz8H .mbr-section-btn {
  display: flex;
}
.cid-uMdikUQz8H .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uMdikUQz8H .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uMdikUQz8H .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uMdikUQz8H .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ca1f27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uMdikUQz8H .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uMdikUQz8H .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uMdikUQz8H .video-wrap .icon-wrap .line-video-1,
.cid-uMdikUQz8H .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uMdikUQz8H .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uMdikUQz8H .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uMdikUQz8H .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uMdikUQz8H .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uMdikUQz8H .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uMdikUQz8H a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #39b54a;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uMdikUQz8H a.close:hover {
  color: #39b54a;
}
@media (max-width: 991px) {
  .cid-uMdikUQz8H .separator,
  .cid-uMdikUQz8H .sep-holder,
  .cid-uMdikUQz8H .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uMdikUQz8H .buttons-wrap {
    flex-direction: column;
  }
  .cid-uMdikUQz8H .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uMdikUQz8H .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uMdikUQz8H .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uMdikUQz8H .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uMdikUQz8H .mbr-text,
.cid-uMdikUQz8H .mbr-section-btn {
  color: #ffffff;
}
.cid-uMdikW0j92 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMdikWcMv7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uMdikWcMv7 .item:focus,
.cid-uMdikWcMv7 span:focus {
  outline: none;
}
.cid-uMdikWcMv7 .item {
  cursor: pointer;
}
.cid-uMdikWcMv7 .grid-container {
  grid-row-gap: 20px;
}
.cid-uMdikWcMv7 .grid-container-1,
.cid-uMdikWcMv7 .grid-container-2,
.cid-uMdikWcMv7 .grid-container-3 {
  gap: 20px;
}
.cid-uMdikWcMv7 .container,
.cid-uMdikWcMv7 .container-fluid {
  overflow: hidden;
}
.cid-uMdikWcMv7 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uMdikWcMv7 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMdikWcMv7 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uMdikWcMv7 .grid-item img {
    min-width: 50vw;
    height: 200px;
  }
}
.cid-uMdikWcMv7 .grid-container-1,
.cid-uMdikWcMv7 .grid-container-2,
.cid-uMdikWcMv7 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uMdikWcMv7 .grid-container-1 {
  align-items: flex-end;
}
.cid-uMdikWcMv7 .grid-container-2 {
  align-items: flex-start;
}
.cid-uMdikWcMv7 .mbr-section-title {
  margin-bottom: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uMdikWcMv7 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMiTGjqIrS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #173d33;
}
.cid-uMiTGjqIrS .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uMiTGjqIrS .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMiTGjqIrS .col + .mbr-section-btn .btn,
.cid-uMiTGjqIrS .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uMiTGjqIrS .col + .mbr-section-btn .btn,
  .cid-uMiTGjqIrS .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uMiTGjqIrS .dragArea > *:nth-last-child(2).col,
  .cid-uMiTGjqIrS .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMiTGjqIrS .col + .mbr-section-btn,
  .cid-uMiTGjqIrS .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uMiTGjqIrS .dragArea {
    flex-direction: column;
  }
}
.cid-uMiTGjqIrS .btn-primary {
  border: 1px solid #d2b488 !important;
}
.cid-uMiTGjqIrS .btn-primary:hover {
  border: 1px solid #d2b488 !important;
}
.cid-uMiTGjqIrS .stripe {
  border-bottom: 1px solid #fafafa;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMiTGjqIrS .form-group {
  max-width: 220px;
}
.cid-uMiTGjqIrS .mbr-section-btn {
  padding-left: 0;
}
.cid-uMiTGjqIrS .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMiTGjqIrS .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe2b7;
  width: 85%;
}
.cid-uMiTGjqIrS .mbr-text {
  color: #444;
}
.cid-uMiTGjqIrS h5 {
  margin-bottom: 0;
}
.cid-uMiTGjqIrS .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMiTGjqIrS .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMiTGjqIrS .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMiTGjqIrS .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMiTGjqIrS .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMiTGjqIrS .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMiTGjqIrS .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMiTGjqIrS .social-list a:hover {
  opacity: 0.4;
}
.cid-uMiTGjqIrS .media-container-row > div {
  padding: 0px;
}
.cid-uMiTGjqIrS .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMiTGjqIrS .group-title {
  text-align: left;
  color: #ffe2b7;
  padding-bottom: 0.2rem;
}
.cid-uMiTGjqIrS .links {
  color: #ffe2b7;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMiTGjqIrS .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMiTGjqIrS .social-list,
  .cid-uMiTGjqIrS .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMiTGjqIrS h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMiTGjqIrS .form-group {
    max-width: 180px;
  }
}
.cid-uMiTGjqIrS .links span {
  color: #9e9e9e;
}
.cid-uMiTGjqIrS .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMiTGjqIrS .logo-title {
  text-align: center;
}
.cid-uMiTGjqIrS .logo-title,
.cid-uMiTGjqIrS .logo {
  color: #ffe2b7;
}
.cid-uMdmpts9I6 .navbar-dropdown {
  position: relative !important;
}
.cid-uMdmpts9I6 .navbar-dropdown {
  position: absolute !important;
}
.cid-uMdmpts9I6 .menu-text {
  padding: 0 2rem;
  color: #ffe2b7;
}
@media (max-width: 992px) {
  .cid-uMdmpts9I6 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uMdmpts9I6 .iconfont-wrapper {
  color: #39b54a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uMdmpts9I6 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uMdmpts9I6 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uMdmpts9I6 .container {
    padding: 0 1rem;
  }
}
.cid-uMdmpts9I6 .menu-tite {
  background: #d2b488;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-uMdmpts9I6 .nav-link {
  position: relative;
}
.cid-uMdmpts9I6 .nav-link:hover {
  color: #a98310 !important;
}
.cid-uMdmpts9I6 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uMdmpts9I6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMdmpts9I6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMdmpts9I6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMdmpts9I6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMdmpts9I6 .navbar.collapsed {
  justify-content: center;
}
.cid-uMdmpts9I6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMdmpts9I6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMdmpts9I6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uMdmpts9I6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMdmpts9I6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMdmpts9I6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMdmpts9I6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMdmpts9I6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMdmpts9I6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMdmpts9I6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMdmpts9I6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMdmpts9I6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMdmpts9I6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMdmpts9I6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMdmpts9I6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMdmpts9I6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMdmpts9I6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMdmpts9I6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMdmpts9I6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMdmpts9I6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMdmpts9I6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMdmpts9I6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMdmpts9I6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMdmpts9I6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMdmpts9I6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMdmpts9I6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMdmpts9I6 .dropdown-item:hover,
.cid-uMdmpts9I6 .dropdown-item:focus {
  background: #d2b488 !important;
  color: white !important;
}
.cid-uMdmpts9I6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMdmpts9I6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMdmpts9I6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uMdmpts9I6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMdmpts9I6 .dropdown-menu,
.cid-uMdmpts9I6 .navbar.opened {
  background: #000000 !important;
}
.cid-uMdmpts9I6 .nav-item:focus,
.cid-uMdmpts9I6 .nav-link:focus {
  outline: none;
}
.cid-uMdmpts9I6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMdmpts9I6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMdmpts9I6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMdmpts9I6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMdmpts9I6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMdmpts9I6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMdmpts9I6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMdmpts9I6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMdmpts9I6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMdmpts9I6 .dropdown-item.active,
.cid-uMdmpts9I6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMdmpts9I6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMdmpts9I6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMdmpts9I6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMdmpts9I6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMdmpts9I6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMdmpts9I6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMdmpts9I6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMdmpts9I6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMdmpts9I6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMdmpts9I6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMdmpts9I6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMdmpts9I6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMdmpts9I6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMdmpts9I6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMdmpts9I6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMdmpts9I6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMdmpts9I6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMdmpts9I6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMdmpts9I6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMdmpts9I6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMdmpts9I6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMdmpts9I6 .navbar {
    height: 70px;
  }
  .cid-uMdmpts9I6 .navbar.opened {
    height: auto;
  }
  .cid-uMdmpts9I6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMdmptL4sy {
  background-image: url("../../../assets/images/d52393d8-65cf-4339-aab1-e02c0c220fed-2000x1333.jpg");
}
.cid-uMdmptL4sy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMdmptL4sy .mbr-section-title {
  color: #ffe2b7;
}
.cid-uMdmptL4sy .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uMdmptL4sy .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uMdmptL4sy .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #d2b488;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uMdmptL4sy .mbr-section-btn {
  display: flex;
}
.cid-uMdmptL4sy .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uMdmptL4sy .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uMdmptL4sy .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uMdmptL4sy .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ca1f27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uMdmptL4sy .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uMdmptL4sy .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uMdmptL4sy .video-wrap .icon-wrap .line-video-1,
.cid-uMdmptL4sy .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uMdmptL4sy .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uMdmptL4sy .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uMdmptL4sy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uMdmptL4sy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uMdmptL4sy .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uMdmptL4sy a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #39b54a;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uMdmptL4sy a.close:hover {
  color: #39b54a;
}
@media (max-width: 991px) {
  .cid-uMdmptL4sy .separator,
  .cid-uMdmptL4sy .sep-holder,
  .cid-uMdmptL4sy .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uMdmptL4sy .buttons-wrap {
    flex-direction: column;
  }
  .cid-uMdmptL4sy .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uMdmptL4sy .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uMdmptL4sy .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uMdmptL4sy .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uMdmptL4sy .mbr-text,
.cid-uMdmptL4sy .mbr-section-btn {
  color: #ffffff;
}
.cid-uMdmpub5rK {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMdmpuoTAN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uMdmpuoTAN .item:focus,
.cid-uMdmpuoTAN span:focus {
  outline: none;
}
.cid-uMdmpuoTAN .item {
  cursor: pointer;
}
.cid-uMdmpuoTAN .grid-container {
  grid-row-gap: 20px;
}
.cid-uMdmpuoTAN .grid-container-1,
.cid-uMdmpuoTAN .grid-container-2,
.cid-uMdmpuoTAN .grid-container-3 {
  gap: 20px;
}
.cid-uMdmpuoTAN .container,
.cid-uMdmpuoTAN .container-fluid {
  overflow: hidden;
}
.cid-uMdmpuoTAN .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uMdmpuoTAN .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMdmpuoTAN .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uMdmpuoTAN .grid-item img {
    min-width: 50vw;
    height: 200px;
  }
}
.cid-uMdmpuoTAN .grid-container-1,
.cid-uMdmpuoTAN .grid-container-2,
.cid-uMdmpuoTAN .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uMdmpuoTAN .grid-container-1 {
  align-items: flex-end;
}
.cid-uMdmpuoTAN .grid-container-2 {
  align-items: flex-start;
}
.cid-uMdmpuoTAN .mbr-section-title {
  margin-bottom: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uMdmpuoTAN .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMkbPJZlnH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #173d33;
}
.cid-uMkbPJZlnH .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uMkbPJZlnH .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMkbPJZlnH .col + .mbr-section-btn .btn,
.cid-uMkbPJZlnH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uMkbPJZlnH .col + .mbr-section-btn .btn,
  .cid-uMkbPJZlnH .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uMkbPJZlnH .dragArea > *:nth-last-child(2).col,
  .cid-uMkbPJZlnH .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMkbPJZlnH .col + .mbr-section-btn,
  .cid-uMkbPJZlnH .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uMkbPJZlnH .dragArea {
    flex-direction: column;
  }
}
.cid-uMkbPJZlnH .btn-primary {
  border: 1px solid #d2b488 !important;
}
.cid-uMkbPJZlnH .btn-primary:hover {
  border: 1px solid #d2b488 !important;
}
.cid-uMkbPJZlnH .stripe {
  border-bottom: 1px solid #fafafa;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMkbPJZlnH .form-group {
  max-width: 220px;
}
.cid-uMkbPJZlnH .mbr-section-btn {
  padding-left: 0;
}
.cid-uMkbPJZlnH .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMkbPJZlnH .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe2b7;
  width: 85%;
}
.cid-uMkbPJZlnH .mbr-text {
  color: #444;
}
.cid-uMkbPJZlnH h5 {
  margin-bottom: 0;
}
.cid-uMkbPJZlnH .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMkbPJZlnH .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMkbPJZlnH .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMkbPJZlnH .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMkbPJZlnH .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMkbPJZlnH .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMkbPJZlnH .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMkbPJZlnH .social-list a:hover {
  opacity: 0.4;
}
.cid-uMkbPJZlnH .media-container-row > div {
  padding: 0px;
}
.cid-uMkbPJZlnH .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMkbPJZlnH .group-title {
  text-align: left;
  color: #ffe2b7;
  padding-bottom: 0.2rem;
}
.cid-uMkbPJZlnH .links {
  color: #ffe2b7;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMkbPJZlnH .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMkbPJZlnH .social-list,
  .cid-uMkbPJZlnH .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMkbPJZlnH h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMkbPJZlnH .form-group {
    max-width: 180px;
  }
}
.cid-uMkbPJZlnH .links span {
  color: #9e9e9e;
}
.cid-uMkbPJZlnH .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMkbPJZlnH .logo-title {
  text-align: center;
}
.cid-uMkbPJZlnH .logo-title,
.cid-uMkbPJZlnH .logo {
  color: #ffe2b7;
}
.cid-uMk5JMvnfj .navbar-dropdown {
  position: relative !important;
}
.cid-uMk5JMvnfj .navbar-dropdown {
  position: absolute !important;
}
.cid-uMk5JMvnfj .menu-text {
  padding: 0 2rem;
  color: #ffe2b7;
}
@media (max-width: 992px) {
  .cid-uMk5JMvnfj .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uMk5JMvnfj .iconfont-wrapper {
  color: #39b54a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uMk5JMvnfj .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uMk5JMvnfj .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uMk5JMvnfj .container {
    padding: 0 1rem;
  }
}
.cid-uMk5JMvnfj .menu-tite {
  background: #d2b488;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-uMk5JMvnfj .nav-link {
  position: relative;
}
.cid-uMk5JMvnfj .nav-link:hover {
  color: #a98310 !important;
}
.cid-uMk5JMvnfj .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uMk5JMvnfj .navbar.opened {
  transition: all 0.3s;
}
.cid-uMk5JMvnfj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMk5JMvnfj .navbar .navbar-logo img {
  width: auto;
}
.cid-uMk5JMvnfj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMk5JMvnfj .navbar.collapsed {
  justify-content: center;
}
.cid-uMk5JMvnfj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMk5JMvnfj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMk5JMvnfj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uMk5JMvnfj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMk5JMvnfj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMk5JMvnfj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMk5JMvnfj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMk5JMvnfj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMk5JMvnfj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMk5JMvnfj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMk5JMvnfj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMk5JMvnfj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMk5JMvnfj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMk5JMvnfj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMk5JMvnfj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMk5JMvnfj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMk5JMvnfj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMk5JMvnfj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMk5JMvnfj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMk5JMvnfj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMk5JMvnfj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMk5JMvnfj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMk5JMvnfj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMk5JMvnfj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMk5JMvnfj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMk5JMvnfj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMk5JMvnfj .dropdown-item:hover,
.cid-uMk5JMvnfj .dropdown-item:focus {
  background: #d2b488 !important;
  color: white !important;
}
.cid-uMk5JMvnfj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMk5JMvnfj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMk5JMvnfj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uMk5JMvnfj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMk5JMvnfj .dropdown-menu,
.cid-uMk5JMvnfj .navbar.opened {
  background: #000000 !important;
}
.cid-uMk5JMvnfj .nav-item:focus,
.cid-uMk5JMvnfj .nav-link:focus {
  outline: none;
}
.cid-uMk5JMvnfj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMk5JMvnfj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMk5JMvnfj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMk5JMvnfj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMk5JMvnfj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMk5JMvnfj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMk5JMvnfj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMk5JMvnfj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMk5JMvnfj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMk5JMvnfj .dropdown-item.active,
.cid-uMk5JMvnfj .dropdown-item:active {
  background-color: transparent;
}
.cid-uMk5JMvnfj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMk5JMvnfj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMk5JMvnfj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMk5JMvnfj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMk5JMvnfj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMk5JMvnfj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMk5JMvnfj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMk5JMvnfj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMk5JMvnfj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMk5JMvnfj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMk5JMvnfj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMk5JMvnfj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMk5JMvnfj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMk5JMvnfj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMk5JMvnfj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMk5JMvnfj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMk5JMvnfj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMk5JMvnfj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMk5JMvnfj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMk5JMvnfj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMk5JMvnfj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMk5JMvnfj .navbar {
    height: 70px;
  }
  .cid-uMk5JMvnfj .navbar.opened {
    height: auto;
  }
  .cid-uMk5JMvnfj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMk5JMU9zU {
  background-image: url("../../../assets/images/christmas-2000x1500.png");
}
.cid-uMk5JMU9zU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMk5JMU9zU .mbr-section-title {
  color: #ffe2b7;
}
.cid-uMk5JMU9zU .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uMk5JMU9zU .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uMk5JMU9zU .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #d2b488;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uMk5JMU9zU .mbr-section-btn {
  display: flex;
}
.cid-uMk5JMU9zU .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uMk5JMU9zU .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uMk5JMU9zU .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uMk5JMU9zU .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ca1f27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uMk5JMU9zU .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uMk5JMU9zU .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uMk5JMU9zU .video-wrap .icon-wrap .line-video-1,
.cid-uMk5JMU9zU .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uMk5JMU9zU .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uMk5JMU9zU .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uMk5JMU9zU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uMk5JMU9zU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uMk5JMU9zU .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uMk5JMU9zU a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #39b54a;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uMk5JMU9zU a.close:hover {
  color: #39b54a;
}
@media (max-width: 991px) {
  .cid-uMk5JMU9zU .separator,
  .cid-uMk5JMU9zU .sep-holder,
  .cid-uMk5JMU9zU .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uMk5JMU9zU .buttons-wrap {
    flex-direction: column;
  }
  .cid-uMk5JMU9zU .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uMk5JMU9zU .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uMk5JMU9zU .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uMk5JMU9zU .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uMk5JMU9zU .mbr-text,
.cid-uMk5JMU9zU .mbr-section-btn {
  color: #ffffff;
}
.cid-uMk6i5Mwki {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMk5JNMDNO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uMk5JNMDNO .item:focus,
.cid-uMk5JNMDNO span:focus {
  outline: none;
}
.cid-uMk5JNMDNO .item {
  cursor: pointer;
}
.cid-uMk5JNMDNO .grid-container {
  grid-row-gap: 20px;
}
.cid-uMk5JNMDNO .grid-container-1,
.cid-uMk5JNMDNO .grid-container-2,
.cid-uMk5JNMDNO .grid-container-3 {
  gap: 20px;
}
.cid-uMk5JNMDNO .container,
.cid-uMk5JNMDNO .container-fluid {
  overflow: hidden;
}
.cid-uMk5JNMDNO .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uMk5JNMDNO .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMk5JNMDNO .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uMk5JNMDNO .grid-item img {
    min-width: 50vw;
    height: 200px;
  }
}
.cid-uMk5JNMDNO .grid-container-1,
.cid-uMk5JNMDNO .grid-container-2,
.cid-uMk5JNMDNO .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uMk5JNMDNO .grid-container-1 {
  align-items: flex-end;
}
.cid-uMk5JNMDNO .grid-container-2 {
  align-items: flex-start;
}
.cid-uMk5JNMDNO .mbr-section-title {
  margin-bottom: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uMk5JNMDNO .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMkbsfp2dm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #173d33;
}
.cid-uMkbsfp2dm .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uMkbsfp2dm .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMkbsfp2dm .col + .mbr-section-btn .btn,
.cid-uMkbsfp2dm .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uMkbsfp2dm .col + .mbr-section-btn .btn,
  .cid-uMkbsfp2dm .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uMkbsfp2dm .dragArea > *:nth-last-child(2).col,
  .cid-uMkbsfp2dm .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMkbsfp2dm .col + .mbr-section-btn,
  .cid-uMkbsfp2dm .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uMkbsfp2dm .dragArea {
    flex-direction: column;
  }
}
.cid-uMkbsfp2dm .btn-primary {
  border: 1px solid #d2b488 !important;
}
.cid-uMkbsfp2dm .btn-primary:hover {
  border: 1px solid #d2b488 !important;
}
.cid-uMkbsfp2dm .stripe {
  border-bottom: 1px solid #fafafa;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMkbsfp2dm .form-group {
  max-width: 220px;
}
.cid-uMkbsfp2dm .mbr-section-btn {
  padding-left: 0;
}
.cid-uMkbsfp2dm .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMkbsfp2dm .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe2b7;
  width: 85%;
}
.cid-uMkbsfp2dm .mbr-text {
  color: #444;
}
.cid-uMkbsfp2dm h5 {
  margin-bottom: 0;
}
.cid-uMkbsfp2dm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMkbsfp2dm .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMkbsfp2dm .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMkbsfp2dm .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMkbsfp2dm .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMkbsfp2dm .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMkbsfp2dm .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMkbsfp2dm .social-list a:hover {
  opacity: 0.4;
}
.cid-uMkbsfp2dm .media-container-row > div {
  padding: 0px;
}
.cid-uMkbsfp2dm .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMkbsfp2dm .group-title {
  text-align: left;
  color: #ffe2b7;
  padding-bottom: 0.2rem;
}
.cid-uMkbsfp2dm .links {
  color: #ffe2b7;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMkbsfp2dm .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMkbsfp2dm .social-list,
  .cid-uMkbsfp2dm .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMkbsfp2dm h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMkbsfp2dm .form-group {
    max-width: 180px;
  }
}
.cid-uMkbsfp2dm .links span {
  color: #9e9e9e;
}
.cid-uMkbsfp2dm .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMkbsfp2dm .logo-title {
  text-align: center;
}
.cid-uMkbsfp2dm .logo-title,
.cid-uMkbsfp2dm .logo {
  color: #ffe2b7;
}
.cid-uMki3Nveha .navbar-dropdown {
  position: relative !important;
}
.cid-uMki3Nveha .navbar-dropdown {
  position: absolute !important;
}
.cid-uMki3Nveha .menu-text {
  padding: 0 2rem;
  color: #ffe2b7;
}
@media (max-width: 992px) {
  .cid-uMki3Nveha .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uMki3Nveha .iconfont-wrapper {
  color: #39b54a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uMki3Nveha .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uMki3Nveha .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uMki3Nveha .container {
    padding: 0 1rem;
  }
}
.cid-uMki3Nveha .menu-tite {
  background: #d2b488;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-uMki3Nveha .nav-link {
  position: relative;
}
.cid-uMki3Nveha .nav-link:hover {
  color: #a98310 !important;
}
.cid-uMki3Nveha .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uMki3Nveha .navbar.opened {
  transition: all 0.3s;
}
.cid-uMki3Nveha .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMki3Nveha .navbar .navbar-logo img {
  width: auto;
}
.cid-uMki3Nveha .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMki3Nveha .navbar.collapsed {
  justify-content: center;
}
.cid-uMki3Nveha .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMki3Nveha .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMki3Nveha .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uMki3Nveha .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMki3Nveha .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMki3Nveha .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMki3Nveha .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMki3Nveha .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMki3Nveha .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMki3Nveha .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMki3Nveha .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMki3Nveha .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMki3Nveha .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMki3Nveha .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMki3Nveha .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMki3Nveha .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMki3Nveha .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMki3Nveha .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMki3Nveha .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMki3Nveha .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMki3Nveha .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMki3Nveha .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMki3Nveha .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMki3Nveha .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMki3Nveha .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMki3Nveha .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMki3Nveha .dropdown-item:hover,
.cid-uMki3Nveha .dropdown-item:focus {
  background: #d2b488 !important;
  color: white !important;
}
.cid-uMki3Nveha .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMki3Nveha .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMki3Nveha .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uMki3Nveha .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMki3Nveha .dropdown-menu,
.cid-uMki3Nveha .navbar.opened {
  background: #000000 !important;
}
.cid-uMki3Nveha .nav-item:focus,
.cid-uMki3Nveha .nav-link:focus {
  outline: none;
}
.cid-uMki3Nveha .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMki3Nveha .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMki3Nveha .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMki3Nveha .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMki3Nveha .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMki3Nveha .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMki3Nveha .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMki3Nveha .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMki3Nveha .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMki3Nveha .dropdown-item.active,
.cid-uMki3Nveha .dropdown-item:active {
  background-color: transparent;
}
.cid-uMki3Nveha .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMki3Nveha .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMki3Nveha .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMki3Nveha .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMki3Nveha .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMki3Nveha .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMki3Nveha ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMki3Nveha .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMki3Nveha button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMki3Nveha button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMki3Nveha button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMki3Nveha button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMki3Nveha button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMki3Nveha button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMki3Nveha nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMki3Nveha nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMki3Nveha nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMki3Nveha nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMki3Nveha .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMki3Nveha a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMki3Nveha .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMki3Nveha .navbar {
    height: 70px;
  }
  .cid-uMki3Nveha .navbar.opened {
    height: auto;
  }
  .cid-uMki3Nveha .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMki3NUYxn {
  background-image: url("../../../assets/images/ac563ec4-65ce-42b0-839a-77d8273e4004-2000x1187.png");
}
.cid-uMki3NUYxn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMki3NUYxn .mbr-section-title {
  color: #ffe2b7;
}
.cid-uMki3NUYxn .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uMki3NUYxn .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uMki3NUYxn .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #d2b488;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uMki3NUYxn .mbr-section-btn {
  display: flex;
}
.cid-uMki3NUYxn .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uMki3NUYxn .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uMki3NUYxn .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uMki3NUYxn .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ca1f27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uMki3NUYxn .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uMki3NUYxn .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uMki3NUYxn .video-wrap .icon-wrap .line-video-1,
.cid-uMki3NUYxn .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uMki3NUYxn .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uMki3NUYxn .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uMki3NUYxn .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uMki3NUYxn .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uMki3NUYxn .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uMki3NUYxn a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #39b54a;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uMki3NUYxn a.close:hover {
  color: #39b54a;
}
@media (max-width: 991px) {
  .cid-uMki3NUYxn .separator,
  .cid-uMki3NUYxn .sep-holder,
  .cid-uMki3NUYxn .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uMki3NUYxn .buttons-wrap {
    flex-direction: column;
  }
  .cid-uMki3NUYxn .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uMki3NUYxn .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uMki3NUYxn .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uMki3NUYxn .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uMki3NUYxn .mbr-text,
.cid-uMki3NUYxn .mbr-section-btn {
  color: #ffffff;
}
.cid-uMkiYXnr36 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uMkiYXnr36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkiYXnr36 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkiYXnr36 .mbr-section-title {
  color: #ffe2b7;
  margin-bottom: 0;
}
.cid-uMkiYXnr36 .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-uMkiYXnr36 .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .cid-uMkiYXnr36 .mbr-section-btn {
    margin-top: 34px;
  }
}
@media (max-width: 575px) {
  .cid-uMkiYXnr36 .mbr-section-btn {
    margin-top: 26px;
    width: auto;
  }
  .cid-uMkiYXnr36 .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-uMkiYXnr36 .mbr-section-btn .btn.display-7 > .mbr-iconfont {
  font-size: 0.75rem !important;
}
.cid-uMkiYXnr36 .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 8px !important;
  transition: .4s all !important;
}
.cid-uMkiYXnr36 .mbr-section-btn .btn:hover .mbr-iconfont {
  margin-left: 14px !important;
}
.cid-uMkiYXnr36 .mbr-section-btn .btn-white-outline {
  padding: 0 !important;
  color: #FFFFFF !important;
}
.cid-uMkiYXnr36 .mbr-section-btn .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  color: #d2b488 !important;
  will-change: transform;
}
.cid-uMkiYXnr36 .mbr-section-btn .btn-white-outline .mbr-iconfont:before {
  animation: icon-move-out 0.4s ease-in-out;
}
.cid-uMkiYXnr36 .mbr-section-btn .btn-white-outline:hover {
  color: #d2b488 !important;
}
.cid-uMkiYXnr36 .mbr-section-btn .btn-white-outline:hover .mbr-iconfont {
  background: #d2b488;
  color: #FFFFFF !important;
}
.cid-uMkiYXnr36 .mbr-section-btn .btn-white-outline:hover .mbr-iconfont:before {
  animation: icon-move 0.4s ease-in-out;
}
@keyframes icon-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-uMkjyBcSFp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMkjyBcSFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkjyBcSFp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkjyBcSFp .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMkjyBcSFp .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMkjyBcSFp .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMkjyBcSFp .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMkjyBcSFp .container {
    padding: 0 24px;
  }
}
.cid-uMkjyBcSFp .row {
  justify-content: center;
}
.cid-uMkjyBcSFp .item {
  margin-top: 24px;
}
.cid-uMkjyBcSFp .item:first-child {
  margin-bottom: 0;
}
.cid-uMkjyBcSFp .item .item-wrapper {
  padding: 40px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #ffe2b7;
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMkjyBcSFp .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uMkjyBcSFp .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uMkjyBcSFp .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uMkjyBcSFp .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uMkjyBcSFp .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uMkjyBcSFp .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMkjyBcSFp .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uMkjyBcSFp .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uMkjyBcSFp .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uMkjyBcSFp .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uMkjyBcSFp .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uMkjyBcSFp .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uMkjyBcSFp .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uMkjyBcSFp .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uMkjyBcSFp .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #ffe2b7 !important;
}
.cid-uMkjyBcSFp .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uMkjyBcSFp .item-title {
  color: #18212d;
}
.cid-uMkjyBcSFp .item-text {
  color: #18212d;
}
.cid-uMkjyBcSFp .item-text,
.cid-uMkjyBcSFp .mbr-section-btn {
  text-align: left;
}
.cid-uMklucrEHx {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d2b488;
}
.cid-uMklucrEHx .row {
  flex-direction: row-reverse;
}
.cid-uMklucrEHx .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-uMklucrEHx .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-uMklucrEHx .card {
    margin-bottom: 2rem !important;
  }
  .cid-uMklucrEHx .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uMklucrEHx .link-wrap {
    align-items: center;
  }
}
.cid-uMklucrEHx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMklucrEHx .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uMklucrEHx .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-uMklucrEHx .btn:hover,
.cid-uMklucrEHx .btn:focus {
  border-color: #f4aee6 !important;
  background-color: #f4aee6 !important;
}
.cid-uMklucrEHx .card-title {
  color: #000000;
}
.cid-uMklucrEHx .mbr-subtile {
  color: #000000;
}
.cid-uMklucrEHx .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMklucrEHx .padding {
    padding-right: 110px;
  }
}
.cid-uMklAbvGV2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #173d33;
}
.cid-uMklAbvGV2 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uMklAbvGV2 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMklAbvGV2 .col + .mbr-section-btn .btn,
.cid-uMklAbvGV2 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uMklAbvGV2 .col + .mbr-section-btn .btn,
  .cid-uMklAbvGV2 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uMklAbvGV2 .dragArea > *:nth-last-child(2).col,
  .cid-uMklAbvGV2 .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMklAbvGV2 .col + .mbr-section-btn,
  .cid-uMklAbvGV2 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uMklAbvGV2 .dragArea {
    flex-direction: column;
  }
}
.cid-uMklAbvGV2 .btn-primary {
  border: 1px solid #d2b488 !important;
}
.cid-uMklAbvGV2 .btn-primary:hover {
  border: 1px solid #d2b488 !important;
}
.cid-uMklAbvGV2 .stripe {
  border-bottom: 1px solid #fafafa;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMklAbvGV2 .form-group {
  max-width: 220px;
}
.cid-uMklAbvGV2 .mbr-section-btn {
  padding-left: 0;
}
.cid-uMklAbvGV2 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMklAbvGV2 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe2b7;
  width: 85%;
}
.cid-uMklAbvGV2 .mbr-text {
  color: #444;
}
.cid-uMklAbvGV2 h5 {
  margin-bottom: 0;
}
.cid-uMklAbvGV2 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMklAbvGV2 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMklAbvGV2 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMklAbvGV2 .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMklAbvGV2 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMklAbvGV2 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMklAbvGV2 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMklAbvGV2 .social-list a:hover {
  opacity: 0.4;
}
.cid-uMklAbvGV2 .media-container-row > div {
  padding: 0px;
}
.cid-uMklAbvGV2 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMklAbvGV2 .group-title {
  text-align: left;
  color: #ffe2b7;
  padding-bottom: 0.2rem;
}
.cid-uMklAbvGV2 .links {
  color: #ffe2b7;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMklAbvGV2 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMklAbvGV2 .social-list,
  .cid-uMklAbvGV2 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMklAbvGV2 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMklAbvGV2 .form-group {
    max-width: 180px;
  }
}
.cid-uMklAbvGV2 .links span {
  color: #9e9e9e;
}
.cid-uMklAbvGV2 .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMklAbvGV2 .logo-title {
  text-align: center;
}
.cid-uMklAbvGV2 .logo-title,
.cid-uMklAbvGV2 .logo {
  color: #ffe2b7;
}
