.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Josefin Slab', serif;
  font-size: 3rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Josefin Slab', serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Josefin Slab', serif;
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-7 {
  font-family: 'Josefin Slab', serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #488588 !important;
}
.bg-success {
  background-color: #f1f0eb !important;
}
.bg-info {
  background-color: #be9f70 !important;
}
.bg-warning {
  background-color: #9d7ab0 !important;
}
.bg-danger {
  background-color: #bdacbe !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #488588 !important;
  border-color: #488588 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #488588;
  border-color: #488588;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #488588 !important;
  border-color: #488588 !important;
}
.btn-primary:hover {
  background-color: #366467 !important;
  border-color: #366467 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5f4e7a !important;
  border-color: #5f4e7a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #5f4e7a;
  border-color: #5f4e7a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5f4e7a !important;
  border-color: #5f4e7a !important;
}
.btn-secondary:hover {
  background-color: #488588 !important;
  border-color: #488588 !important;
}
.btn-info,
.btn-info:active {
  background-color: #be9f70 !important;
  border-color: #be9f70 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #be9f70;
  border-color: #be9f70;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #be9f70 !important;
  border-color: #be9f70 !important;
}
.btn-info:hover {
  background-color: #ad874e !important;
  border-color: #ad874e !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1f0eb !important;
  border-color: #f1f0eb !important;
  color: #827c5b !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #827c5b !important;
  background-color: #f1f0eb;
  border-color: #f1f0eb;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #827c5b !important;
  background-color: #f1f0eb !important;
  border-color: #f1f0eb !important;
}
.btn-success:hover {
  background-color: #dcdacd !important;
  border-color: #dcdacd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9d7ab0 !important;
  border-color: #9d7ab0 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9d7ab0;
  border-color: #9d7ab0;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9d7ab0 !important;
  border-color: #9d7ab0 !important;
}
.btn-warning:hover {
  background-color: #855c9b !important;
  border-color: #855c9b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bdacbe !important;
  border-color: #bdacbe !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #bdacbe;
  border-color: #bdacbe;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #bdacbe !important;
  border-color: #bdacbe !important;
}
.btn-danger:hover {
  background-color: #a68fa8 !important;
  border-color: #a68fa8 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #488588;
  color: #488588;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #488588 !important;
  border-color: #488588;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #488588 !important;
  border-color: #488588 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #5f4e7a;
  color: #5f4e7a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #5f4e7a !important;
  border-color: #5f4e7a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5f4e7a !important;
  border-color: #5f4e7a !important;
}
.btn-secondary-outline:hover {
  background-color: #488588 !important;
  border-color: #488588 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #be9f70;
  color: #be9f70;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #be9f70 !important;
  border-color: #be9f70;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #be9f70 !important;
  border-color: #be9f70 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f1f0eb;
  color: #f1f0eb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #827c5b !important;
  background: #f1f0eb !important;
  border-color: #f1f0eb;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #827c5b !important;
  background-color: #f1f0eb !important;
  border-color: #f1f0eb !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #9d7ab0;
  color: #9d7ab0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #9d7ab0 !important;
  border-color: #9d7ab0;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9d7ab0 !important;
  border-color: #9d7ab0 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #bdacbe;
  color: #bdacbe;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #bdacbe !important;
  border-color: #bdacbe;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bdacbe !important;
  border-color: #bdacbe !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #488588 !important;
}
.text-secondary {
  color: #5f4e7a !important;
}
.text-success {
  color: #f1f0eb !important;
}
.text-info {
  color: #be9f70 !important;
}
.text-warning {
  color: #9d7ab0 !important;
}
.text-danger {
  color: #bdacbe !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #254445 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2f263c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #c7c3af !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #8a6c3f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #69497b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #907391 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #488588 !important;
}
.alert-success {
  background-color: #f1f0eb;
}
.alert-info {
  background-color: #be9f70;
}
.alert-warning {
  background-color: #9d7ab0;
}
.alert-danger {
  background-color: #bdacbe;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #488588;
  border-color: #488588;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #488588;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8dc0c3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e6dac8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d8cae0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f6f4f6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'Josefin Slab', serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #488588;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #488588;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #488588;
  border-bottom-color: #488588;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #488588 !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: #5f4e7a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-syUZag7oI0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-syUZag7oI0 .nav-item,
.cid-syUZag7oI0 .nav-link,
.cid-syUZag7oI0 .navbar-caption {
  font-weight: normal;
}
.cid-syUZag7oI0 .nav-item:focus,
.cid-syUZag7oI0 .nav-link:focus {
  outline: none;
}
.cid-syUZag7oI0 .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-syUZag7oI0 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-syUZag7oI0 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-syUZag7oI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-syUZag7oI0 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-syUZag7oI0 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-syUZag7oI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-syUZag7oI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-syUZag7oI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syUZag7oI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-syUZag7oI0 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #5f4e7a;
  background: none;
}
.cid-syUZag7oI0 .navbar.opened {
  transition: all 0.3s;
  background: #5f4e7a !important;
}
.cid-syUZag7oI0 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-syUZag7oI0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-syUZag7oI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syUZag7oI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-syUZag7oI0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-syUZag7oI0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-syUZag7oI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syUZag7oI0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-syUZag7oI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syUZag7oI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syUZag7oI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-syUZag7oI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syUZag7oI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syUZag7oI0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-syUZag7oI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syUZag7oI0 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-syUZag7oI0 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-syUZag7oI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syUZag7oI0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-syUZag7oI0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-syUZag7oI0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-syUZag7oI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-syUZag7oI0 .navbar.navbar-short {
  background: #5f4e7a !important;
  min-height: 60px;
}
.cid-syUZag7oI0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-syUZag7oI0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-syUZag7oI0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syUZag7oI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syUZag7oI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syUZag7oI0 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-syUZag7oI0 .dropdown-item.active,
.cid-syUZag7oI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-syUZag7oI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syUZag7oI0 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syUZag7oI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f4e7a;
}
.cid-syUZag7oI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syUZag7oI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syUZag7oI0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-syUZag7oI0 .navbar-buttons {
  text-align: center;
}
.cid-syUZag7oI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syUZag7oI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-syUZag7oI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syUZag7oI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syUZag7oI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syUZag7oI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syUZag7oI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syUZag7oI0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syUZag7oI0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syUZag7oI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syUZag7oI0 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-syUZag7oI0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syUZag7oI0 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-syUZag7oI0 .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-syUZag7oI0 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-syUZag7oI0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syUZag7oI0 .navbar {
    height: 77px;
  }
  .cid-syUZag7oI0 .navbar.opened {
    height: auto;
  }
  .cid-syUZag7oI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tY3ZPlYh9v .modal-body .close {
  background: #1b1b1b;
}
.cid-tY3ZPlYh9v .modal-body .close span {
  font-style: normal;
}
.cid-tY3ZPlYh9v .carousel-inner > .active,
.cid-tY3ZPlYh9v .carousel-inner > .next,
.cid-tY3ZPlYh9v .carousel-inner > .prev {
  display: flex;
}
.cid-tY3ZPlYh9v .carousel-control .icon-next,
.cid-tY3ZPlYh9v .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tY3ZPlYh9v .carousel-control:hover {
  background: #488588;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tY3ZPlYh9v .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tY3ZPlYh9v .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tY3ZPlYh9v .boxed-slider > div {
  position: relative;
}
.cid-tY3ZPlYh9v .container img {
  width: 100%;
}
.cid-tY3ZPlYh9v .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tY3ZPlYh9v .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tY3ZPlYh9v .mbr-table-cell {
  padding: 0;
}
.cid-tY3ZPlYh9v .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tY3ZPlYh9v .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tY3ZPlYh9v .mbr-overlay {
  z-index: 1;
}
.cid-tY3ZPlYh9v .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tY3ZPlYh9v .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tY3ZPlYh9v .carousel-item.active.right,
.cid-tY3ZPlYh9v .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tY3ZPlYh9v .carousel-item.active.left,
.cid-tY3ZPlYh9v .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tY3ZPlYh9v .carousel-item.active,
.cid-tY3ZPlYh9v .carousel-item.next.left,
.cid-tY3ZPlYh9v .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tY3ZPlYh9v .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.9rem;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tY3ZPlYh9v .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-tY3ZPlYh9v .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tY3ZPlYh9v .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tY3ZPlYh9v .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tY3ZPlYh9v .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #488588;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tY3ZPlYh9v .mbr-slider .carousel-indicators li.active,
.cid-tY3ZPlYh9v .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tY3ZPlYh9v .mbr-slider .carousel-indicators li::after,
.cid-tY3ZPlYh9v .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tY3ZPlYh9v .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tY3ZPlYh9v .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tY3ZPlYh9v .mbr-slider > .container img {
  width: 100%;
}
.cid-tY3ZPlYh9v .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tY3ZPlYh9v .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tY3ZPlYh9v .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tY3ZPlYh9v .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tY3ZPlYh9v .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tY3ZPlYh9v .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tY3ZPlYh9v .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tY3ZPlYh9v .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-tY3ZPlYh9v .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tY3ZPlYh9v .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tY3ZPlYh9v .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tY3ZPlYh9v .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tY3ZPlYh9v .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tY3ZPlYh9v P {
  text-align: center;
}
.cid-tY3ZPlYh9v H2 {
  text-align: center;
}
.cid-tY3KAwzHz9 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191f23;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-tY3KAwzHz9 .mbr-text,
  .cid-tY3KAwzHz9 .mbr-section-subtitle,
  .cid-tY3KAwzHz9 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tY3KAwzHz9 .mbr-section-title {
  color: #f1f0eb;
}
.cid-thVasReWX0 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  background-color: transparent;
}
.cid-thVasReWX0 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-thVasReWX0 #e2_shape {
  fill: #ffffff !important;
}
.cid-thVasReWX0 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(119, 98, 153, 0.35);
}
@media (max-width: 576px) {
  .cid-thVasReWX0 img {
    width: 90%!important;
  }
}
.cid-thVasReWX0 H1 {
  color: #ffffff;
}
.cid-thVaDXjfQR {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  background-color: transparent;
}
.cid-thVaDXjfQR svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-thVaDXjfQR #e2_shape {
  fill: #ffffff !important;
}
.cid-thVaDXjfQR img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(119, 98, 153, 0.35);
}
@media (max-width: 576px) {
  .cid-thVaDXjfQR img {
    width: 90%!important;
  }
}
.cid-thVaDXjfQR H1 {
  color: #ffffff;
}
.cid-thaITRWa1m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-thaITRWa1m h2 {
  text-align: center;
  letter-spacing: 0.1em;
}
.cid-thaITRWa1m .countdown-row {
  width: 100%;
  text-align: center;
}
.cid-thaITRWa1m .lower-line {
  text-align: center;
}
.cid-thaITRWa1m .mbr-form {
  margin-bottom: 3rem;
}
.cid-thaITRWa1m .form-row {
  max-width: 480px;
  margin: 0 auto;
}
.cid-thaITRWa1m .btn-black {
  background-color: black;
  border-color: black;
}
.cid-thaITRWa1m .btn-black:hover {
  opacity: 0.6;
}
.cid-thaITRWa1m a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-thaITRWa1m .btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 350px) {
  .cid-thaITRWa1m .input-group-btn {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-thaITRWa1m .form-row {
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
  }
  .cid-thaITRWa1m .form-group {
    margin-bottom: 8.4px;
  }
  .cid-thaITRWa1m .input-group-btn .btn {
    width: 100%;
  }
  .cid-thaITRWa1m .dot {
    display: none;
  }
}
.cid-thaITRWa1m .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-thaITRWa1m .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: white;
}
.cid-thaITRWa1m .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thaITRWa1m .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-thaITRWa1m .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-thaITRWa1m .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thaITRWa1m .number-wrap {
  color: #f1f0eb;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
  margin: 0;
  border-radius: 2px;
  max-width: 100%;
}
.cid-thaITRWa1m .number {
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: 100;
  font-size: 70px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #f1f0eb;
}
@media (max-width: 769px) {
  .cid-thaITRWa1m .number {
    font-size: 55px;
  }
}
.cid-thaITRWa1m .period {
  margin-top: 16px;
  display: block;
  padding-top: 18px;
  border-top: 1px solid white;
  margin-bottom: 25px;
  font-family: 'Josefin Slab', serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.cid-thaITRWa1m .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: none;
  height: 5%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #f1f0eb;
}
.cid-thaITRWa1m .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .cid-thaITRWa1m .main > div {
    text-align: center;
  }
  .cid-thaITRWa1m .countdown-cont {
    width: 100%;
  }
}
@media (max-width: 543px) {
  .cid-thaITRWa1m .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-thaITRWa1m .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-thaITRWa1m .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-thaITRWa1m .number,
  .cid-thaITRWa1m .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-thaITRWa1m .period {
    font-size: 0.8rem;
  }
}
.cid-thaITRWa1m .countdown {
  padding-top: 20px !important;
}
.cid-thaITRWa1m .countdown > div {
  -webkit-flex: 0 0 80% !important;
  flex: 0 0 80% !important;
  max-width: 80% !important;
  margin: 0 auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-thaITRWa1m .countdown > div > div {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0px;
}
@media (max-width: 320px) {
  .cid-thaITRWa1m .countdown > div > div {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 769px) {
  .cid-thaITRWa1m .mbr-form .col + .input-group-btn .btn,
  .cid-thaITRWa1m .mbr-form .col-auto + .input-group-btn .btn {
    margin: 0 !important;
    height: 100%;
    border-radius: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-thaITRWa1m .mbr-form .dragArea > *:nth-last-child(2).col,
  .cid-thaITRWa1m .mbr-form .dragArea > *:nth-last-child(2).col-auto,
  .cid-thaITRWa1m .mbr-form .col + .input-group-btn,
  .cid-thaITRWa1m .mbr-form .col-auto + .input-group-btn {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-thaITRWa1m .mbr-section-title {
  color: #ffffff;
}
.cid-thaITRWa1m .links {
  color: #191f23;
}
.cid-tWQSYvMVKj {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  background-color: transparent;
}
.cid-tWQSYvMVKj svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tWQSYvMVKj #e2_shape {
  fill: #ffffff !important;
}
.cid-tWQSYvMVKj img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(119, 98, 153, 0.35);
}
@media (max-width: 576px) {
  .cid-tWQSYvMVKj img {
    width: 90%!important;
  }
}
.cid-tWQSYvMVKj H1 {
  color: #5f4e7a;
}
.cid-tWQTCkd4Z6 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  background-color: transparent;
}
.cid-tWQTCkd4Z6 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tWQTCkd4Z6 #e2_shape {
  fill: #ffffff !important;
}
.cid-tWQTCkd4Z6 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(119, 98, 153, 0.35);
}
@media (max-width: 576px) {
  .cid-tWQTCkd4Z6 img {
    width: 90%!important;
  }
}
.cid-tWQTCkd4Z6 H1 {
  color: #5f4e7a;
}
.cid-tY3LIJchMX {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-tY3LIJchMX .mbr-section-subtitle ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-tY3LIJchMX .mbr-section-subtitle ul li:before {
  content: "— ";
  font-weight: bold;
  font-size: inherit;
}
@media (max-width: 768px) {
  .cid-tY3LIJchMX .mbr-text,
  .cid-tY3LIJchMX .mbr-section-subtitle,
  .cid-tY3LIJchMX .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tY3LIJchMX .mbr-section-title {
  color: #f1f0eb;
}
.cid-tWRp56oTHy {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  background-color: transparent;
}
.cid-tWRp56oTHy svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tWRp56oTHy #e2_shape {
  fill: #ffffff !important;
}
.cid-tWRp56oTHy img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(119, 98, 153, 0.35);
}
@media (max-width: 576px) {
  .cid-tWRp56oTHy img {
    width: 90%!important;
  }
}
.cid-tWRp56oTHy H1 {
  color: #5f4e7a;
}
.cid-tWRp98AbkI {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  background-color: transparent;
}
.cid-tWRp98AbkI svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tWRp98AbkI #e2_shape {
  fill: #ffffff !important;
}
.cid-tWRp98AbkI img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(119, 98, 153, 0.35);
}
@media (max-width: 576px) {
  .cid-tWRp98AbkI img {
    width: 90%!important;
  }
}
.cid-tWRp98AbkI H1 {
  color: #5f4e7a;
}
.cid-tZFJzu5dLw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-tZFJzu5dLw .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tZFJzu5dLw .carousel-item.active,
.cid-tZFJzu5dLw .carousel-item-next,
.cid-tZFJzu5dLw .carousel-item-prev {
  display: flex;
}
.cid-tZFJzu5dLw .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-tZFJzu5dLw .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #000000;
  background: linear-gradient(#ffffff, #ffffff);
  opacity: .9;
}
.cid-tZFJzu5dLw .carousel-controls a:hover span {
  opacity: 1;
}
.cid-tZFJzu5dLw .user {
  margin: 1rem;
  padding: 3rem;
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  background: #ffffff;
}
.cid-tZFJzu5dLw .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 auto 2rem auto;
  display: flex;
  -webkit-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
}
.cid-tZFJzu5dLw .user_image .user_image_inner {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: auto;
}
.cid-tZFJzu5dLw .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tZFJzu5dLw .user_text {
  color: #767676;
}
@media (max-width: 230px) {
  .cid-tZFJzu5dLw .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tZFJzu5dLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZFJzu5dLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZFJzu5dLw H2 {
  color: #ffffff;
}
.cid-thZfM8NMBq {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  background-color: transparent;
}
.cid-thZfM8NMBq svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-thZfM8NMBq #e2_shape {
  fill: #ffffff !important;
}
.cid-thZfM8NMBq img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(119, 98, 153, 0.35);
}
@media (max-width: 576px) {
  .cid-thZfM8NMBq img {
    width: 90%!important;
  }
}
.cid-thZfM8NMBq H1 {
  color: #ffffff;
}
.cid-tWPwxlwe40 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  background-color: transparent;
}
.cid-tWPwxlwe40 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tWPwxlwe40 #e2_shape {
  fill: #ffffff !important;
}
.cid-tWPwxlwe40 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(119, 98, 153, 0.35);
}
@media (max-width: 576px) {
  .cid-tWPwxlwe40 img {
    width: 90%!important;
  }
}
.cid-tWPwxlwe40 H1 {
  color: #ffffff;
}
.cid-tWRnW8aIoS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  background-color: transparent;
}
.cid-tWRnW8aIoS svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tWRnW8aIoS #e2_shape {
  fill: #ffffff !important;
}
.cid-tWRnW8aIoS img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(119, 98, 153, 0.35);
}
@media (max-width: 576px) {
  .cid-tWRnW8aIoS img {
    width: 90%!important;
  }
}
.cid-tWRnW8aIoS H1 {
  color: #f1f0eb;
}
.cid-tY3L99fpuH {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-tY3L99fpuH .mbr-text,
  .cid-tY3L99fpuH .mbr-section-subtitle,
  .cid-tY3L99fpuH .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tY3L99fpuH .mbr-section-title {
  color: #f1f0eb;
}
.cid-tWRqslzfzH {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
  background-color: transparent;
}
.cid-tWRqslzfzH svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tWRqslzfzH #e2_shape {
  fill: #ffffff !important;
}
.cid-tWRqslzfzH img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(119, 98, 153, 0.35);
}
@media (max-width: 576px) {
  .cid-tWRqslzfzH img {
    width: 90%!important;
  }
}
.cid-tWRqslzfzH H1 {
  color: #5f4e7a;
}
.cid-tWRqxYpCDw {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  background-color: transparent;
}
.cid-tWRqxYpCDw svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tWRqxYpCDw #e2_shape {
  fill: #ffffff !important;
}
.cid-tWRqxYpCDw img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(119, 98, 153, 0.35);
}
@media (max-width: 576px) {
  .cid-tWRqxYpCDw img {
    width: 90%!important;
  }
}
.cid-tWRqxYpCDw H1 {
  color: #5f4e7a;
}
.cid-tWRskgSvhN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-tWRskgSvhN .card .card-img {
  overflow: hidden;
}
.cid-tWRskgSvhN .card .card-img img {
  transition: all 0.5s;
}
.cid-tWRskgSvhN .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tWRskgSvhN .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tWRskgSvhN .card {
  display: block;
  height: 100%;
}
.cid-tWRskgSvhN .card .card-wrapper {
  height: 100%;
}
.cid-tWRskgSvhN .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-tWRskgSvhN .card .card-box {
  background: #5f4e7a;
  padding: 2rem;
}
.cid-tWRskgSvhN .card .card-box .card-title {
  margin: 0;
}
.cid-tWRskgSvhN .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tWRskgSvhN .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tWRskgSvhN .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tWRskgSvhN .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tWRskgSvhN .card .card-footer {
  background: #5f4e7a;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tWRskgSvhN .card .card-footer .icons-list {
  margin: 0;
}
.cid-tWRskgSvhN .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-tWRskgSvhN .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-tWRskgSvhN .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-tWRskgSvhN .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-tWRskgSvhN .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-tWRskgSvhN .card-footer {
  border-top: 1px solid #efefef;
}
.cid-tWRskgSvhN .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-tWRskgSvhN .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tWRskgSvhN .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tWRskgSvhN .card-title,
.cid-tWRskgSvhN .card-info {
  text-align: center;
  color: #f1f0eb;
}
.cid-tWRskgSvhN .main-title {
  color: #ffffff;
}
.cid-tWRskgSvhN .card-text,
.cid-tWRskgSvhN .card-btn {
  color: #f1f0eb;
}
.cid-tWRskgSvhN .main-subtitle,
.cid-tWRskgSvhN .underline {
  color: #f1f0eb;
}
.cid-tWQyzF3C3o {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  background-color: transparent;
}
.cid-tWQyzF3C3o svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tWQyzF3C3o #e2_shape {
  fill: #ffffff !important;
}
.cid-tWQyzF3C3o img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(119, 98, 153, 0.35);
}
@media (max-width: 576px) {
  .cid-tWQyzF3C3o img {
    width: 90%!important;
  }
}
.cid-tWQyzF3C3o H1 {
  color: #ffffff;
}
.cid-tWQS4Srg35 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  background-color: transparent;
}
.cid-tWQS4Srg35 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tWQS4Srg35 #e2_shape {
  fill: #ffffff !important;
}
.cid-tWQS4Srg35 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(119, 98, 153, 0.35);
}
@media (max-width: 576px) {
  .cid-tWQS4Srg35 img {
    width: 90%!important;
  }
}
.cid-tWQS4Srg35 H1 {
  color: #5f4e7a;
}
.cid-thNQlBa32u {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  background-color: transparent;
}
.cid-thNQlBa32u svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-thNQlBa32u #e2_shape {
  fill: #ffffff !important;
}
.cid-thNQlBa32u img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(119, 98, 153, 0.35);
}
@media (max-width: 576px) {
  .cid-thNQlBa32u img {
    width: 90%!important;
  }
}
.cid-thNQlBa32u H1 {
  color: #ffffff;
}
.cid-tWQSeWIAtJ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  background-color: transparent;
}
.cid-tWQSeWIAtJ svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tWQSeWIAtJ #e2_shape {
  fill: #ffffff !important;
}
.cid-tWQSeWIAtJ img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(119, 98, 153, 0.35);
}
@media (max-width: 576px) {
  .cid-tWQSeWIAtJ img {
    width: 90%!important;
  }
}
.cid-tWQSeWIAtJ H1 {
  color: #5f4e7a;
}
.cid-tWQSn0WxL3 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
  background-color: transparent;
}
.cid-tWQSn0WxL3 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tWQSn0WxL3 #e2_shape {
  fill: #ffffff !important;
}
.cid-tWQSn0WxL3 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(119, 98, 153, 0.35);
}
@media (max-width: 576px) {
  .cid-tWQSn0WxL3 img {
    width: 90%!important;
  }
}
.cid-tWQSn0WxL3 H1 {
  color: #5f4e7a;
}
.cid-tZFiV8QHUP {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-tZFiV8QHUP .mbr-text,
  .cid-tZFiV8QHUP .mbr-section-subtitle,
  .cid-tZFiV8QHUP .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tZFiV8QHUP .mbr-section-title {
  color: #f1f0eb;
}
.cid-tfzvHRhJOt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/sinfondo-564x1002.png");
  background-color: transparent;
}
.cid-tfzvHRhJOt .container {
  padding: 0 3rem;
}
.cid-tfzvHRhJOt .star1 .star-1 {
  fill: #ffef00;
}
.cid-tfzvHRhJOt .star1 .star-2,
.cid-tfzvHRhJOt .star1 .star-3,
.cid-tfzvHRhJOt .star1 .star-4,
.cid-tfzvHRhJOt .star1 .star-5 {
  fill: rgba(0, 0, 0, 0.3);
}
.cid-tfzvHRhJOt .star2 .star-1,
.cid-tfzvHRhJOt .star2 .star-2 {
  fill: #ffef00;
}
.cid-tfzvHRhJOt .star2 .star-3,
.cid-tfzvHRhJOt .star2 .star-4,
.cid-tfzvHRhJOt .star2 .star-5 {
  fill: rgba(0, 0, 0, 0.3);
}
.cid-tfzvHRhJOt .star3 .star-1,
.cid-tfzvHRhJOt .star3 .star-2,
.cid-tfzvHRhJOt .star3 .star-3 {
  fill: #ffef00;
}
.cid-tfzvHRhJOt .star3 .star-4,
.cid-tfzvHRhJOt .star3 .star-5 {
  fill: rgba(0, 0, 0, 0.3);
}
.cid-tfzvHRhJOt .star4 .star-1,
.cid-tfzvHRhJOt .star4 .star-2,
.cid-tfzvHRhJOt .star4 .star-3,
.cid-tfzvHRhJOt .star4 .star-4 {
  fill: #ffef00;
}
.cid-tfzvHRhJOt .star4 .star-5 {
  fill: rgba(0, 0, 0, 0.3);
}
.cid-tfzvHRhJOt .star5 .star-1,
.cid-tfzvHRhJOt .star5 .star-2,
.cid-tfzvHRhJOt .star5 .star-3,
.cid-tfzvHRhJOt .star5 .star-4,
.cid-tfzvHRhJOt .star5 .star-5 {
  fill: #ffef00;
}
.cid-tfzvHRhJOt .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tfzvHRhJOt .mbr-section-btn .btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tfzvHRhJOt .table-heading {
  width: 100%;
  display: block;
}
.cid-tfzvHRhJOt .table-wrapper {
  border: 1px solid #53446a;
  padding: 2rem 1rem;
  background-color: #5f4e7a;
  transition: 0.3s ease-out all;
}
.cid-tfzvHRhJOt .table-wrapper:hover {
  transition: margin .5s;
  margin-top: -5px;
  background-color: #9d7ab0;
  border: 1px solid #916aa6;
}
.cid-tfzvHRhJOt .table-wrapper:hover .pricing-value,
.cid-tfzvHRhJOt .table-wrapper:hover .stars,
.cid-tfzvHRhJOt .table-wrapper:hover .mbr-list,
.cid-tfzvHRhJOt .table-wrapper:hover .table-heading {
  color: #ffffff !important;
}
.cid-tfzvHRhJOt .stars {
  margin: 1rem 0;
}
.cid-tfzvHRhJOt ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 2rem 0;
}
.cid-tfzvHRhJOt li {
  margin: 1rem 0;
}
.cid-tfzvHRhJOt .left-bottom {
  border-radius: 15px 0 0 15px;
}
.cid-tfzvHRhJOt .right-bottom {
  border-radius: 0 15px 15px 0;
}
.cid-tfzvHRhJOt .all-border {
  border-radius: 15px 15px 15px 15px;
}
@media (max-width: 767px) {
  .cid-tfzvHRhJOt .container {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tfzvHRhJOt .table-wrapper {
    border-radius: 15px !important;
    margin: 1em 1em;
  }
}
.cid-tfzvHRhJOt .table-heading,
.cid-tfzvHRhJOt .stars {
  color: #f1f0eb;
}
.cid-tfzvHRhJOt .mbr-list {
  color: #f1f0eb;
}
.cid-tfzvHRhJOt .pricing-value,
.cid-tfzvHRhJOt .mbr-section-btn {
  color: #f1f0eb;
}
.cid-tWRuURrDLu {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  background-color: transparent;
}
.cid-tWRuURrDLu svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tWRuURrDLu #e2_shape {
  fill: #ffffff !important;
}
.cid-tWRuURrDLu img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(119, 98, 153, 0.35);
}
@media (max-width: 576px) {
  .cid-tWRuURrDLu img {
    width: 90%!important;
  }
}
.cid-tWRuURrDLu H1 {
  color: #5f4e7a;
}
.cid-tWRuYI5MJ3 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  background-color: transparent;
}
.cid-tWRuYI5MJ3 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tWRuYI5MJ3 #e2_shape {
  fill: #ffffff !important;
}
.cid-tWRuYI5MJ3 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(119, 98, 153, 0.35);
}
@media (max-width: 576px) {
  .cid-tWRuYI5MJ3 img {
    width: 90%!important;
  }
}
.cid-tWRuYI5MJ3 H1 {
  color: #5f4e7a;
}
.cid-sE3iPcK01e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-sE3iPcK01e .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sE3iPcK01e .card-wrapper {
  background-color: #eee8e5;
  border-radius: 10px;
  overflow: visible;
  padding: 0rem 0;
  background-color: transparent;
}
.cid-sE3iPcK01e p {
  line-height: 2.5;
}
.cid-sE3iPcK01e .card-box {
  padding: 4rem 4rem;
}
@media (max-width: 767px) {
  .cid-sE3iPcK01e .card-box {
    padding: 2rem 1rem;
  }
}
.cid-sE3iPcK01e .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  border: 10px solid #5f4e7a;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sE3iPcK01e .image-wrapper img {
    transform: scale(1);
  }
}
.cid-sE3iPcK01e .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 1.3rem;
  background: #f1f0eb;
  transition: all 0.3s;
}
.cid-sE3iPcK01e .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #191f23;
  font-size: 1.3rem;
  transition: all 0.3s;
}
.cid-sE3iPcK01e .social-row .soc-item:hover {
  background-color: #5f4e7a;
}
.cid-sE3iPcK01e .social-row .soc-item:hover .mbr-iconfont {
  color: #f1f0eb;
}
@media (max-width: 767px) {
  .cid-sE3iPcK01e .social-row .soc-item {
    margin: 0 0.3rem;
  }
}
.cid-sE3iPcK01e .mbr-text,
.cid-sE3iPcK01e .social-row {
  color: #f1f0eb;
  text-align: center;
}
.cid-sE3iPcK01e .card-title {
  color: #f1f0eb;
  text-align: center;
}
.cid-tWQSLzsDch {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  background-color: transparent;
}
.cid-tWQSLzsDch svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tWQSLzsDch #e2_shape {
  fill: #ffffff !important;
}
.cid-tWQSLzsDch img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(119, 98, 153, 0.35);
}
@media (max-width: 576px) {
  .cid-tWQSLzsDch img {
    width: 90%!important;
  }
}
.cid-tWQSLzsDch H1 {
  color: #5f4e7a;
}
.cid-tZLWFEWLhQ {
  background-color: transparent;
}
.cid-syUZuFVEzo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-syUZuFVEzo p {
  text-align: center;
}
.cid-syUZuFVEzo .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-syUZuFVEzo .social-list a:focus {
  text-decoration: none;
}
.cid-syUZuFVEzo .text-copyright {
  width: 100%;
  color: #f1f0eb;
  text-align: center;
}
.cid-syUZuFVEzo .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-syUZuFVEzo .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-syUZuFVEzo .logo-footer {
  line-height: normal;
}
.cid-syUZuFVEzo .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syUZuFVEzo .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syUZuFVEzo .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-syUZuFVEzo img {
  display: inline;
}
