@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}

button {
  background-color: transparent;
  border-color: transparent;
}


.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
    font-weight:700;
}

.mbr-section-subtitle {
}

.mbr-text {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
 
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 16px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2); /*! 底色*/
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 2px solid #fff; /*! 框線*/
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4); /*! hover底色*/
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: unset;
    right: 20px;
    text-align: right;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
/* 大標Title 1 */
.display-1 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 4.5rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
/* 副標Title 2 */
.display-2 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 2.75rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.4375rem;
}
/* Menu */
.display-4 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* 小標Title 3 */
.display-5 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.35rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6875rem;
}
/* 大內文Text2 */
.display-6 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-6 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* 小內文Text */
.display-7 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.15rem;
  line-height: 1.75;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4375rem;
}
/* ---- 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) {
  /*-- 大標Title 1 --*/
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1.3;
  }
  /*-- 副標Title 2 --*/
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  /*-- Menu --*/
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  /*-- 小標Title 3 --*/
  .display-5 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
  /*-- 大內文Text2 --*/
  .display-6 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.75 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  /*-- 小內文Text --*/
  .display-7 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.75 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #988a72 !important;
}
.bg-success {
  background-color: #e70600 !important;
}
.bg-info {
  background-color: #005db4 !important;
}
.bg-warning {
  background-color: #a8a8a8 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #988a72 !important;
  border-color: #988a72 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #0a0a0a !important;
  background-color: #aea28f !important;
  border-color: #aea28f !important;
  box-shadow: inset 0 -80px 0 #ffffff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #aea28f !important;
  border-color: #aea28f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f4ede1 !important;
  border-color: #f4ede1 !important;
  color: #775b2c !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #0a0a0a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 -80px 0 #ffffff;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #775b2c !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #005db4 !important;
  border-color: #005db4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #0a0a0a !important;
  background-color: #0077e7 !important;
  border-color: #0077e7 !important;
  box-shadow: inset 0 -80px 0 #ffffff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0077e7 !important;
  border-color: #0077e7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e70600 !important;
  border-color: #e70600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #0a0a0a !important;
  background-color: #ff211b !important;
  border-color: #ff211b !important;
  box-shadow: inset 0 -80px 0 #ffffff;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff211b !important;
  border-color: #ff211b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a8a8a8 !important;
  border-color: #a8a8a8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0a0a !important;
  background-color: #c2c2c2 !important;
  border-color: #c2c2c2 !important;
  box-shadow: inset 0 -80px 0 #ffffff;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c2c2c2 !important;
  border-color: #c2c2c2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #0a0a0a !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: inset 0 -80px 0 #ffffff;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #0a0a0a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 -80px 0 #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #616161 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #0a0a0a !important;
  background-color: #242424 !important;
  border-color: #242424 !important;
  box-shadow: inset 0 -80px 0 #ffffff;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #242424 !important;
  border-color: #242424 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #988a72;
  color: #988a72;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #685d4c !important;
  background-color: transparent !important;
  border-color: #685d4c !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #988a72 !important;
  border-color: #988a72 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f4ede1;
  color: #f4ede1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ddc7a2 !important;
  background-color: transparent !important;
  border-color: #ddc7a2 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #9d7839 !important;
  background-color: #f4ede1 !important;
  border-color: #f4ede1 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #005db4;
  color: #005db4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #00305d !important;
  background-color: transparent !important;
  border-color: #00305d !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #005db4 !important;
  border-color: #005db4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e70600;
  color: #e70600;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #900400 !important;
  background-color: transparent !important;
  border-color: #900400 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e70600 !important;
  border-color: #e70600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a8a8a8;
  color: #a8a8a8;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #7d7d7d !important;
  background-color: transparent !important;
  border-color: #7d7d7d !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #988a72 !important;
}
.text-secondary {
  color: #f4ede1 !important;
}
.text-success {
  color: #e70600 !important;
}
.text-info {
  color: #005db4 !important;
}
.text-warning {
  color: #a8a8a8 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #0a0a0a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5f5545 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d9c096 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #810300 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #00284e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #757575 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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;
}
.nav-tabs .nav-link.active {
  color: #988a72;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #005db4;
}
.alert-warning {
  background-color: #a8a8a8;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 0;
}
.mbr-gallery-filter li a {
  border-radius: 0 !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #988a72;
  border-color: #988a72;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 0 !important;
}
a,
a:hover {
  color: #988a72;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cec7bc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffb6b4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #359dff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e8e8e8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.15rem;
  line-height: 1.75;
  font-weight: 400;
  border-radius: 0;
}
.form-control > .mbr-iconfont {
  font-size: 1.4375rem;
}
.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: #988a72 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.15rem;
  line-height: 1.75;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.4375rem;
}
blockquote {
  border-color: #988a72;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #988a72;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #988a72;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #988a72;
  border-bottom-color: #988a72;
}
.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: #988a72 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f4ede1 !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='%23988a72' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  font-weight: 500;
  padding: 15px 45px;
  border-radius: 0 !important;
  margin-bottom: 0;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.label-wrap {
  border-radius: 60px !important;
  border-radius: 0 !important;
}
.little-radius,
.form-control {
  border-radius: 10px !important;
  border-radius: 0 !important;
}
ol,
ul {
  padding-left: 1rem !important;
}
.item-wrap {
  position: relative;
  margin-bottom: 12px;
  line-height: 1.75;
  list-style: none;
  text-underline-offset: 0;
  text-decoration: none;
  text-decoration-color: inherit;
  transition: all .3s ease;
  width: fit-content;
}
.item-wrap:hover,
.item-wrap:focus {
  text-decoration-color: transparent;
}
.item-wrap:after {
  position: absolute;
  top: -6px;
  transform: translateY(25%);
  left: -1.5rem;
  content: "・";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e70600;
  width: 25px;
  height: 25px;
  font-weight: 700;
}
.item-wrap a {
  text-underline-offset: 5px;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all .2s ease;
}
.item-wrap a:hover,
.item-wrap a:focus {
  text-decoration-color: transparent;
}
#ad_m_index_bottom,
#ad_pc_index_top,
#ad_m_index_top,
#ad_other_index_list1,
#ad_m_index_list1,
#ad_other_index_list2,
#ad_m_index_list2,
#ad_other_index_list3,
#ad_m_index_list3,
#ad_other_index_list4,
#ad_m_index_list4,
#news_pc_read_d1,
#news_m_read_d1,
#ad_m_read_bottom,
#ad_pc_read_top,
#ad_m_read_top,
#ad_pc_read_in1,
#ad_m_read_in1,
#ad_pc_read_in2,
#ad_m_read_in2,
#ad_pc_read_in3,
#ad_m_read_in3,
#ad_pc_read_in4,
#ad_m_read_in4 {
  padding-bottom: 1px;
}
#news_pc_read_d1,
#news_m_read_d1,
#news_pc_read_d1,
#news_m_read_d1 {
  margin-top: 2rem;
}
.cid-v3J4VBoFU2 {
  z-index: 1000;
  width: 100%;
}
.cid-v3J4VBoFU2 .container-fluid {
  padding: 0 1rem;
}
.cid-v3J4VBoFU2 .navbar-dropdown {
  background: rgba(152, 138, 114, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-v3J4VBoFU2 .menu_box {
  transition: all 0s ease 0s;
}
.cid-v3J4VBoFU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  border-radius: 10px  !important;
  background: #988a72 !important;
}
.cid-v3J4VBoFU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3J4VBoFU2 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v3J4VBoFU2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v3J4VBoFU2 .mbr-section-btn .btn {
  height: 66px;
  min-width: 120px;
  box-shadow: none;
  color: #988a72 !important;
}
.cid-v3J4VBoFU2 .mbr-section-btn .btn:hover {
  box-shadow: none;
}
@media (max-width: 575px) {
  .cid-v3J4VBoFU2 .mbr-section-btn .btn {
    min-width: 120px;
    width: 120px;
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .cid-v3J4VBoFU2 .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #dcd3f7;
  }
  .cid-v3J4VBoFU2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v3J4VBoFU2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v3J4VBoFU2 .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v3J4VBoFU2 .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-v3J4VBoFU2 .offcanvas-body .mbr-text,
  .cid-v3J4VBoFU2 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v3J4VBoFU2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #988a72;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v3J4VBoFU2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v3J4VBoFU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v3J4VBoFU2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-v3J4VBoFU2 li.nav-item::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #e70600;
    transition: all .4s ease;
    border-radius: 50%;
    margin: 0 auto;
    transform: translateY(250%);
    opacity: 0;
  }
  .cid-v3J4VBoFU2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v3J4VBoFU2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3J4VBoFU2 .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .nav-item {
    margin: 0 !important;
  }
}
.cid-v3J4VBoFU2 .dropdown-menu {
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3J4VBoFU2 .dropdown-menu {
    padding: 18px 24px 22px;
    min-width: 250px;
    top: 49px !important;
    left: -40px !important;
  }
  .cid-v3J4VBoFU2 .dropdown-menu.dropdown-submenu {
    left: 196px !important;
    top: -82% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v3J4VBoFU2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3J4VBoFU2 .offcanvas_box {
    display: none;
  }
}
.cid-v3J4VBoFU2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v3J4VBoFU2 .dropdown-item:hover {
  color: green;
}
.cid-v3J4VBoFU2 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.cid-v3J4VBoFU2 .nav-link {
  position: relative;
  color: #1E1C21;
}
.cid-v3J4VBoFU2 .container {
  display: flex;
  margin: auto;
}
.cid-v3J4VBoFU2 .iconfont-wrapper {
  width: 32px;
  margin: 5px;
  color: #ffffff;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-v3J4VBoFU2 .iconfont-wrapper:hover {
  color: #eeeeee;
}
.cid-v3J4VBoFU2 .navbar-caption {
  color: #ffffff;
}
.cid-v3J4VBoFU2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-v3J4VBoFU2 .navbar-nav {
    margin: 0 20px;
  }
}
.cid-v3J4VBoFU2 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v3J4VBoFU2 .nav-item:focus,
.cid-v3J4VBoFU2 .nav-link:focus {
  outline: none;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3J4VBoFU2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3J4VBoFU2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3J4VBoFU2 .navbar {
  min-height: 75px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v3J4VBoFU2 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3J4VBoFU2 .navbar .dropdown-item {
  padding: 0 10px;
  margin: 8px 0;
}
.cid-v3J4VBoFU2 .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-v3J4VBoFU2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v3J4VBoFU2 .navbar.collapsed {
  justify-content: center;
}
.cid-v3J4VBoFU2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3J4VBoFU2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3J4VBoFU2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3J4VBoFU2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-collapse {
    padding: 16px 0;
    border-radius: 25px;
  }
  .cid-v3J4VBoFU2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3J4VBoFU2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu {
    margin-top: 1rem;
    padding: 6px 12px;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-logo img {
    height: 2.7rem !important;
  }
  .cid-v3J4VBoFU2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v3J4VBoFU2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
    white-space: pre-wrap;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3J4VBoFU2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3J4VBoFU2 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3J4VBoFU2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3J4VBoFU2 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-v3J4VBoFU2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3J4VBoFU2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3J4VBoFU2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3J4VBoFU2 .dropdown-item.active,
.cid-v3J4VBoFU2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3J4VBoFU2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3J4VBoFU2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3J4VBoFU2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v3J4VBoFU2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3J4VBoFU2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #988a72;
  background: #ffffff;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #988a72;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-v3J4VBoFU2 .nav-item:hover::after {
  transform: translateY(50%);
  opacity: 1;
}
.cid-v3J4VBoFU2 .icons-menu {
  margin-bottom: 35px;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3J4VBoFU2 .navbar {
    height: 70px;
  }
  .cid-v3J4VBoFU2 .navbar.opened {
    height: auto;
  }
  .cid-v3J4VBoFU2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3J4VBoFU2 .navbar-caption:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 .nav-link:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 .mbr-iconfont {
  font-size: 21px;
}
.cid-v3J4VBoFU2 .navbar-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .navbar-wrap {
    display: block;
  }
}
.cid-v3J4VBoFU2 .mbr-section-subtitle {
  color: #1E1C21;
  text-align: left;
}
.cid-v3J4VBoFU2 .mbr-text {
  color: #1E1C21;
  text-align: left;
}
.cid-v3J4VBoFU2 .text_widget a:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3J4VBoFU2 ul.share_ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  margin-bottom: 1px;
}
.cid-v3J4VBoFU2 li.share_li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 1px;
}
.cid-v3J4VBoFU2 .object {
  position: absolute;
  top: -5px;
  right: 3px;
  display: block;
}
.cid-v3J4VBoFU2 .object_community04 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v3J4VBoFU2 .object_community01 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v3J4VBoFU2 .for-index-page {
  position: fixed;
  left: 0;
  bottom: 200px;
  padding: 0px;
  z-index: 1000;
  box-shadow: 2px 2px 2px 1px #000000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 15px 15px 0px;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.cid-v3J4VBoFU2 .button_action {
  height: 130px;
  width: 55px;
}
.cid-v3J4VBoFU2 .button_text {
  font-family: Microsoft JhengHei;
  font-weight: 400;
  font-size: .75rem;
  letter-spacing: 0.1rem;
  color: #000;
  text-align: center;
  top: 0px;
}
@media (max-width: 1440px) {
  .cid-v3J4VBoFU2 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v3J4VBoFU2 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v3J4VBoFU2 .button_action {
    height: 120px;
    width: 50px;
  }
  .cid-v3J4VBoFU2 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: 0.075rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .cid-v3J4VBoFU2 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v3J4VBoFU2 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v3J4VBoFU2 .button_action {
    height: 98px;
    width: 42px;
  }
  .cid-v3J4VBoFU2 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 300;
    font-size: .5rem;
    letter-spacing: 0.05rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
.cid-v3J4VBoFU2 .progress-container {
  will-change: transform;
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: transparent;
  top: 0;
}
.cid-v3J4VBoFU2 .progress-bar {
  height: 5px;
  background-image: linear-gradient(90deg, #e1d8c7, #e70600);
  width: 0%;
}
.cid-v3J4VBoFU2 .sticky2 {
  position: fixed;
  top: 0;
  width: 100%;
}
.cid-v4oTRvqf5g {
  overflow: hidden;
  padding-top: 4.9rem;
  padding-bottom: 3rem;
  background-color: #988a72;
}
@media (max-width: 768px) {
  .cid-v4oTRvqf5g {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
.cid-v4oTRvqf5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4oTRvqf5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4oTRvqf5g .video-wrap {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .cid-v4oTRvqf5g .video-wrap {
    padding: 0 20px !important;
  }
}
.cid-v4oTRvqf5g .mbr-section-subtitle {
  color: #fff9b4;
  font-weight: 700;
  text-align: center;
}
.cid-v4oTRvqf5g .mbr-section-title {
  margin-bottom: 0;
  text-align: center;
  color: #ffffff;
}
.cid-v4oTRvqf5g .mbr-text {
  color: #ffffff;
}
.cid-v4oTRvqf5g .video-wrapper {
  position: relative;
  width: 100%;
  max-width: 2000px;
  aspect-ratio: 1.77777778;
  border-radius: 20px !important;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 20px;
}
.cid-v4oTRvqf5g .video-wrapper video {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-v4oTRvqf5g .video-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-v4oTRvqf5g .video-wrapper video,
.cid-v4oTRvqf5g .video-wrapper img {
  border-radius: 20px !important;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.cid-v4oTRvqf5g .mbr-section-title,
.cid-v4oTRvqf5g .mbr-section-subtitle {
  text-shadow: 0 5px 0 #e70600, 5px 5px 5px #e70600;
}
.cid-v4irqDzZv9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0eee9;
  overflow: hidden;
  position: relative;
}
.cid-v4irqDzZv9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4irqDzZv9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4irqDzZv9::before,
.cid-v4irqDzZv9::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e70600;
}
.cid-v4irqDzZv9::before {
  top: 0;
}
.cid-v4irqDzZv9::after {
  bottom: 0;
}
.cid-v4irqDzZv9 .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v4irqDzZv9 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v4irqDzZv9 .content-wrapper::before,
.cid-v4irqDzZv9 .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #e70600;
}
.cid-v4irqDzZv9 .content-wrapper::before {
  left: 0;
}
.cid-v4irqDzZv9 .content-wrapper::after {
  right: 0;
}
.cid-v4irqDzZv9 .mbr-text {
  color: #0a0a0a;
  font-weight: 400;
  text-align: justify;
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4irqDzZv9 .mbr-text {
    width: 100%;
  }
}
.cid-v5w9pEWoAF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v359StX0Hk {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f0eee9;
}
.cid-v359StX0Hk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v359StX0Hk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v359StX0Hk .row {
  flex-direction: row-reverse;
}
.cid-v359StX0Hk .row {
  align-items: center;
}
.cid-v359StX0Hk .image-wrapper {
  display: flex;
  flex-direction: column;
}
.cid-v359StX0Hk .image-wrapper img {
  width: auto;
  max-width: 100%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-v359StX0Hk .image-wrapper img:last-child {
  position: relative;
  width: 60%;
  align-self: flex-start;
  margin-top: -10%;
  margin-left: -10%;
  max-height: 300px;
  object-fit: contain;
  right: 0%;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}
@media (max-width: 991px) {
  .cid-v359StX0Hk .image-wrapper img:last-child {
    width: 60%;
    height: 150px;
    margin-top: -15%;
    right: -45%;
    margin-left: 0;
  }
}
.cid-v359StX0Hk .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-v359StX0Hk .label-text {
  color: #e70600;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #e70600;
  padding: 8px 16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-v359StX0Hk .label-text {
    margin-bottom: 10px;
  }
}
.cid-v359StX0Hk .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
  text-align: left;
}
.cid-v359StX0Hk .mbr-text {
  color: #000000;
  margin-bottom: 1.5rem;
  text-align: justify;
}
.cid-v3b1I7RLKE {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0eee9;
}
.cid-v3b1I7RLKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3b1I7RLKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3b1I7RLKE .container {
    max-width: 1000px;
    margin: auto;
  }
}
.cid-v3b1I7RLKE .row {
  justify-content: space-between;
}
.cid-v3b1I7RLKE .ccblock {
  background: #ffffff;
  border: 0 solid #ffffff;
  padding: 1.5rem 1rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v3b1I7RLKE .ccblock .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v3b1I7RLKE .ccblock {
    padding: 1rem;
  }
  .cid-v3b1I7RLKE .ccblock > [class*=col] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v3b1I7RLKE .ccblock .image-wrapper {
    margin-top: 1rem;
  }
}
.cid-v3b1I7RLKE .card-title {
  color: #e70600;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-v3b1I7RLKE .list {
    margin-bottom: 22px;
  }
}
.cid-v3wQPYTRss {
  overflow: hidden;
  overflow-y: auto;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v3wQPYTRss .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wQPYTRss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3wQPYTRss .container-fluid {
  padding: 0;
}
.cid-v3wQPYTRss .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 768px) {
  .cid-v3wQPYTRss .content-wrapper {
    padding: 200px 20px 20px;
  }
}
.cid-v3wQPYTRss .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
}
.cid-v3wQPYTRss .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 20%;
}
@media (max-width: 992px) {
  .cid-v3wQPYTRss .content-wrapper .image-wrap img {
    object-fit: cover;
    object-position: 50% 20%;
  }
}
@media (max-width: 768px) {
  .cid-v3wQPYTRss .content-wrapper .image-wrap img {
    height: unset;
    object-fit: cover;
  }
}
.cid-v3wQPYTRss .content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #000000 20%, transparent 50%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #000000 30%, transparent 60%);
}
@media (max-width: 768px) {
  .cid-v3wQPYTRss .content-wrapper::before {
    background-image: linear-gradient(0deg, #000000 70%, transparent 80%);
  }
}
.cid-v3wQPYTRss .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 40%;
}
@media (max-width: 768px) {
  .cid-v3wQPYTRss .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v3wQPYTRss .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  border: 1px solid #e70600;
  padding: 8px 16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-v3wQPYTRss .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-v3wQPYTRss .mbr-section-title {
  color: #ffffff;
  margin-bottom: 24px;
  text-align: left;
}
.cid-v3wQPYTRss .mbr-text {
  color: #ffffff;
  text-align: justify;
  margin-bottom: 1.5rem;
  text-shadow: 0px 0px 10px black;
}
.cid-v3wQPYTRss .mbr-desc,
.cid-v3wQPYTRss .desc-wrapper {
  color: #e70600;
}
.cid-v3wQy9xacs {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v3wQy9xacs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wQy9xacs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3wQy9xacs .container {
    max-width: 1000px;
    margin: auto;
  }
}
.cid-v3wQy9xacs .row {
  justify-content: space-between;
}
.cid-v3wQy9xacs .ccblock {
  background: #ffffff;
  border: 0 solid #ffffff;
  padding: 1.5rem 1rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v3wQy9xacs .ccblock .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v3wQy9xacs .ccblock {
    padding: 1rem;
  }
  .cid-v3wQy9xacs .ccblock > [class*=col] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v3wQy9xacs .ccblock .image-wrapper {
    margin-top: 1rem;
  }
}
.cid-v3wQy9xacs .card-title {
  color: #e70600;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-v3wQy9xacs .list {
    margin-bottom: 22px;
  }
}
.cid-v5wdVlNo3T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3wQbjwjpS {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ded8cd;
}
.cid-v3wQbjwjpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wQbjwjpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3wQbjwjpS .row {
  flex-direction: row-reverse;
}
.cid-v3wQbjwjpS .row {
  align-items: center;
}
.cid-v3wQbjwjpS .image-wrapper {
  display: flex;
  flex-direction: column;
}
.cid-v3wQbjwjpS .image-wrapper img {
  width: auto;
  max-width: 100%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-v3wQbjwjpS .image-wrapper img:last-child {
  position: relative;
  width: 60%;
  align-self: flex-start;
  margin-top: -10%;
  margin-left: -10%;
  max-height: 300px;
  object-fit: contain;
  right: 0%;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}
@media (max-width: 991px) {
  .cid-v3wQbjwjpS .image-wrapper img:last-child {
    width: 60%;
    height: 150px;
    margin-top: -15%;
    right: -45%;
    margin-left: 0;
  }
}
.cid-v3wQbjwjpS .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-v3wQbjwjpS .label-text {
  color: #e70600;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #e70600;
  padding: 8px 16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-v3wQbjwjpS .label-text {
    margin-bottom: 10px;
  }
}
.cid-v3wQbjwjpS .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
  text-align: left;
}
.cid-v3wQbjwjpS .mbr-text {
  color: #000000;
  margin-bottom: 1.5rem;
  text-align: justify;
}
.cid-v3wQEVk6UU {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ded8cd;
}
.cid-v3wQEVk6UU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wQEVk6UU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3wQEVk6UU .container {
    max-width: 1000px;
    margin: auto;
  }
}
.cid-v3wQEVk6UU .row {
  justify-content: space-between;
}
.cid-v3wQEVk6UU .ccblock {
  background: #ffffff;
  border: 0 solid #ffffff;
  padding: 1.5rem 1rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v3wQEVk6UU .ccblock .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v3wQEVk6UU .ccblock {
    padding: 1rem;
  }
  .cid-v3wQEVk6UU .ccblock > [class*=col] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v3wQEVk6UU .ccblock .image-wrapper {
    margin-top: 1rem;
  }
}
.cid-v3wQEVk6UU .card-title {
  color: #e70600;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-v3wQEVk6UU .list {
    margin-bottom: 22px;
  }
}
.cid-v3wWIzTqDv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f0eee9;
}
.cid-v3wWIzTqDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wWIzTqDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3wWIzTqDv .row {
  align-items: center;
}
.cid-v3wWIzTqDv .image-wrapper {
  display: flex;
  flex-direction: column;
}
.cid-v3wWIzTqDv .image-wrapper img {
  width: auto;
  max-width: 100%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-v3wWIzTqDv .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .cid-v3wWIzTqDv .text-wrapper {
    margin-top: 20px;
  }
}
.cid-v3wWIzTqDv .label-text {
  color: #e70600;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #e70600;
  padding: 8px 16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-v3wWIzTqDv .label-text {
    margin-bottom: 10px;
  }
}
.cid-v3wWIzTqDv .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
  text-align: left;
}
.cid-v3wWIzTqDv .mbr-text {
  color: #000000;
  margin-bottom: 1.5rem;
  text-align: justify;
}
.cid-v3wWXiRXD1 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0eee9;
}
.cid-v3wWXiRXD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wWXiRXD1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3wWXiRXD1 .container {
    max-width: 1000px;
    margin: auto;
  }
}
.cid-v3wWXiRXD1 .row {
  justify-content: space-between;
}
.cid-v3wWXiRXD1 .ccblock {
  background: #ffffff;
  border: 0 solid #ffffff;
  padding: 1.5rem 1rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v3wWXiRXD1 .ccblock .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v3wWXiRXD1 .ccblock {
    padding: 1rem;
  }
  .cid-v3wWXiRXD1 .ccblock > [class*=col] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v3wWXiRXD1 .ccblock .image-wrapper {
    margin-top: 1rem;
  }
}
.cid-v3wWXiRXD1 .card-title {
  color: #e70600;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-v3wWXiRXD1 .list {
    margin-bottom: 22px;
  }
}
.cid-v5we1V6YTm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3wYguie6H {
  overflow: hidden;
  overflow-y: auto;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v3wYguie6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wYguie6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3wYguie6H .container-fluid {
  padding: 0;
}
.cid-v3wYguie6H .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 768px) {
  .cid-v3wYguie6H .content-wrapper {
    padding: 200px 20px 20px;
  }
}
.cid-v3wYguie6H .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
}
.cid-v3wYguie6H .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 100% 20%;
}
@media (max-width: 992px) {
  .cid-v3wYguie6H .content-wrapper .image-wrap img {
    object-fit: cover;
    object-position: 50% 20%;
  }
}
@media (max-width: 768px) {
  .cid-v3wYguie6H .content-wrapper .image-wrap img {
    height: unset;
    object-fit: cover;
  }
}
.cid-v3wYguie6H .content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #000000 20%, transparent 50%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-v3wYguie6H .content-wrapper::before {
    background-image: linear-gradient(0deg, #000000 70%, transparent 80%);
  }
}
.cid-v3wYguie6H .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 40%;
}
@media (max-width: 768px) {
  .cid-v3wYguie6H .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v3wYguie6H .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  border: 1px solid #e70600;
  padding: 8px 16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-v3wYguie6H .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-v3wYguie6H .mbr-section-title {
  color: #ffffff;
  margin-bottom: 24px;
  text-align: left;
}
.cid-v3wYguie6H .mbr-text {
  color: #ffffff;
  text-align: justify;
  margin-bottom: 1.5rem;
  text-shadow: 0px 0px 10px black;
}
.cid-v3wYguie6H .mbr-desc,
.cid-v3wYguie6H .desc-wrapper {
  color: #e70600;
}
.cid-v3wZ4bGgRh {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v3wZ4bGgRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wZ4bGgRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3wZ4bGgRh .container {
    max-width: 1000px;
    margin: auto;
  }
}
.cid-v3wZ4bGgRh .row {
  justify-content: space-between;
}
.cid-v3wZ4bGgRh .ccblock {
  background: #ffffff;
  border: 0 solid #ffffff;
  padding: 1.5rem 1rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v3wZ4bGgRh .ccblock .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v3wZ4bGgRh .ccblock {
    padding: 1rem;
  }
  .cid-v3wZ4bGgRh .ccblock > [class*=col] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v3wZ4bGgRh .ccblock .image-wrapper {
    margin-top: 1rem;
  }
}
.cid-v3wZ4bGgRh .card-title {
  color: #e70600;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-v3wZ4bGgRh .list {
    margin-bottom: 22px;
  }
}
.cid-v3wZ7OP3EW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ded8cd;
}
.cid-v3wZ7OP3EW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wZ7OP3EW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3wZ7OP3EW .row {
  align-items: center;
}
.cid-v3wZ7OP3EW .image-wrapper {
  display: flex;
  flex-direction: column;
}
.cid-v3wZ7OP3EW .image-wrapper img {
  width: auto;
  max-width: 100%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-v3wZ7OP3EW .image-wrapper img:last-child {
  position: relative;
  width: 60%;
  align-self: flex-start;
  margin-top: -10%;
  margin-left: -10%;
  max-height: 300px;
  object-fit: contain;
  right: -60%;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}
@media (max-width: 991px) {
  .cid-v3wZ7OP3EW .image-wrapper img:last-child {
    width: 60%;
    height: 150px;
    margin-top: -15%;
    right: -45%;
    margin-left: 0;
  }
}
.cid-v3wZ7OP3EW .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-v3wZ7OP3EW .label-text {
  color: #e70600;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #e70600;
  padding: 8px 16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-v3wZ7OP3EW .label-text {
    margin-bottom: 10px;
  }
}
.cid-v3wZ7OP3EW .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
  text-align: left;
}
.cid-v3wZ7OP3EW .mbr-text {
  color: #000000;
  margin-bottom: 1.5rem;
  text-align: justify;
}
.cid-v3wZasUsIj {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ded8cd;
}
.cid-v3wZasUsIj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wZasUsIj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3wZasUsIj .container {
    max-width: 1000px;
    margin: auto;
  }
}
.cid-v3wZasUsIj .row {
  justify-content: space-between;
}
.cid-v3wZasUsIj .ccblock {
  background: #ffffff;
  border: 0 solid #ffffff;
  padding: 1.5rem 1rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v3wZasUsIj .ccblock .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v3wZasUsIj .ccblock {
    padding: 1rem;
  }
  .cid-v3wZasUsIj .ccblock > [class*=col] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v3wZasUsIj .ccblock .image-wrapper {
    margin-top: 1rem;
  }
}
.cid-v3wZasUsIj .card-title {
  color: #e70600;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-v3wZasUsIj .list {
    margin-bottom: 22px;
  }
}
.cid-v5we9RRTGC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3xTGgZDIa {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f0eee9;
}
.cid-v3xTGgZDIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3xTGgZDIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3xTGgZDIa .row {
  flex-direction: row-reverse;
}
.cid-v3xTGgZDIa .row {
  align-items: center;
}
.cid-v3xTGgZDIa .image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-v3xTGgZDIa .image-wrapper img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 767px) {
  .cid-v3xTGgZDIa .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-v3xTGgZDIa .col-text {
    padding-top: 20px;
    text-align: center;
  }
}
.cid-v3xTGgZDIa .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-v3xTGgZDIa .label-text {
  color: #e70600;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #e70600;
  padding: 8px 16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-v3xTGgZDIa .label-text {
    margin-bottom: 10px;
  }
}
.cid-v3xTGgZDIa .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-v3xTGgZDIa .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
  text-align: justify;
}
.cid-v3xTGgZDIa .btn-container {
  width: 100%;
}
.cid-v3xTGgZDIa .mbr-section-title,
.cid-v3xTGgZDIa .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v3xRVmUg97 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0eee9;
}
.cid-v3xRVmUg97 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3xRVmUg97 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3xRVmUg97 .container {
    max-width: 1000px;
    margin: auto;
  }
}
.cid-v3xRVmUg97 .row {
  justify-content: space-between;
}
.cid-v3xRVmUg97 .ccblock {
  background: #ffffff;
  border: 0 solid #ffffff;
  padding: 1.5rem 1rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v3xRVmUg97 .ccblock .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v3xRVmUg97 .ccblock {
    padding: 1rem;
  }
  .cid-v3xRVmUg97 .ccblock > [class*=col] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v3xRVmUg97 .ccblock .image-wrapper {
    margin-top: 1rem;
  }
}
.cid-v3xRVmUg97 .card-title {
  color: #e70600;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-v3xRVmUg97 .list {
    margin-bottom: 22px;
  }
}
.cid-v3IU5WCpHR {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v3IU5WCpHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3IU5WCpHR .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-v3IU5WCpHR .container {
    padding: 0 16px;
  }
}
.cid-v3IU5WCpHR .row {
  justify-content: space-between;
}
.cid-v3IU5WCpHR .image-wrapper {
  position: relative;
}
.cid-v3IU5WCpHR .image-wrapper img {
  object-fit: cover;
  border-radius: .5rem !important;
  width: 70%;
  border: 5px solid white;
}
@media (max-width: 768px) {
  .cid-v3IU5WCpHR .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
.cid-v3IU5WCpHR .image-wrapper .img-absolute {
  position: absolute;
  right: 0;
  bottom: 5rem;
  height: 300px;
  width: 300px;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-v3IU5WCpHR .image-wrapper .img-absolute {
    height: 180px;
    width: 180px;
    bottom: -3rem;
    right: 10px;
  }
}
.cid-v3IU5WCpHR .mbr-section-title {
  color: #ffffff;
  margin-bottom: 24px;
}
.cid-v3IU5WCpHR .mbr-text {
  color: #ffffff;
  text-align: justify;
  margin-bottom: 1.5rem;
}
.cid-v3IU5WCpHR .mbr-desc {
  color: #e70600;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #e70600;
  padding: 8px 16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-v3IU5WCpHR .mbr-desc {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.cid-v3CDCXUcIf {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v3CDCXUcIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3CDCXUcIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3CDCXUcIf .container {
    max-width: 1000px;
    margin: auto;
  }
}
.cid-v3CDCXUcIf .row {
  justify-content: space-between;
}
.cid-v3CDCXUcIf .ccblock {
  background: #ffffff;
  border: 0 solid #ffffff;
  padding: 1.5rem 1rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v3CDCXUcIf .ccblock .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v3CDCXUcIf .ccblock {
    padding: 1rem;
  }
  .cid-v3CDCXUcIf .ccblock > [class*=col] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v3CDCXUcIf .ccblock .image-wrapper {
    margin-top: 1rem;
  }
}
.cid-v3CDCXUcIf .card-title {
  color: #e70600;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-v3CDCXUcIf .list {
    margin-bottom: 22px;
  }
}
.cid-v5wegEFdyp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3CDId5Xy0 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f0eee9;
}
.cid-v3CDId5Xy0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3CDId5Xy0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3CDId5Xy0 .row {
  flex-direction: row-reverse;
}
.cid-v3CDId5Xy0 .row {
  align-items: center;
}
.cid-v3CDId5Xy0 .image-wrapper {
  display: flex;
  flex-direction: column;
}
.cid-v3CDId5Xy0 .image-wrapper img {
  width: auto;
  max-width: 100%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-v3CDId5Xy0 .image-wrapper img:last-child {
  position: relative;
  width: 60%;
  align-self: flex-start;
  margin-top: -10%;
  margin-left: -10%;
  max-height: 300px;
  object-fit: contain;
  right: 0%;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}
@media (max-width: 991px) {
  .cid-v3CDId5Xy0 .image-wrapper img:last-child {
    width: 60%;
    height: 150px;
    margin-top: -15%;
    right: -45%;
    margin-left: 0;
  }
}
.cid-v3CDId5Xy0 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-v3CDId5Xy0 .label-text {
  color: #e70600;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #e70600;
  padding: 8px 16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-v3CDId5Xy0 .label-text {
    margin-bottom: 10px;
  }
}
.cid-v3CDId5Xy0 .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
  text-align: left;
}
.cid-v3CDId5Xy0 .mbr-text {
  color: #000000;
  margin-bottom: 1.5rem;
  text-align: justify;
}
.cid-v3CDISGFV0 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0eee9;
}
.cid-v3CDISGFV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3CDISGFV0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3CDISGFV0 .container {
    max-width: 1000px;
    margin: auto;
  }
}
.cid-v3CDISGFV0 .row {
  justify-content: space-between;
}
.cid-v3CDISGFV0 .ccblock {
  background: #ffffff;
  border: 0 solid #ffffff;
  padding: 1.5rem 1rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v3CDISGFV0 .ccblock .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v3CDISGFV0 .ccblock {
    padding: 1rem;
  }
  .cid-v3CDISGFV0 .ccblock > [class*=col] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v3CDISGFV0 .ccblock .image-wrapper {
    margin-top: 1rem;
  }
}
.cid-v3CDISGFV0 .card-title {
  color: #e70600;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-v3CDISGFV0 .list {
    margin-bottom: 22px;
  }
}
.cid-v3wXgNAeET {
  background-image: url("../../../assets/images/c05-ms.jpg");
  background-position: center top;
  display: flex;
  flex-direction: column;
  padding-bottom: 0 !important;
  min-height: 90vh !important;
  max-height: 90vh !important;
}
.cid-v3wXgNAeET .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wXgNAeET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v3wXgNAeET {
    min-height: 270px !important;
    max-height: 270px !important;
  }
}
.cid-v3wXgNAeET .container,
.cid-v3wXgNAeET .container-fluid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-v3wXgNAeET .row {
  flex-grow: 1;
}
.cid-v3wXgNAeET .main-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-v3wXgNAeET .mbr-section-title {
  color: #ffffff;
  text-align: left;
  font-weight: 700;
}
.cid-v3wXgNAeET .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v3wXgNAeET .mbr-overlay2 {
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: linear-gradient(180deg, transparent 75%, #000000 100%);
  pointer-events: none;
}
.cid-v3wXgNAeET .mbr-section-subtitle {
  color: #e70600;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #e70600;
  padding: 8px 16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-v3wXgNAeET .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-v3wXgNAeET .title-block {
  display: flex;
  align-items: center;
}
.cid-v3wXHvGIc6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v3wXHvGIc6 .mbr-text {
  color: #ffffff;
  text-align: justify;
  margin-bottom: 1.5rem;
}
.cid-v3wXHvGIc6 .mbr-section-subtitle {
  color: #000000;
}
.cid-v3wXHvGIc6 .mbr-section-title {
  color: #ffffff;
}
.cid-v3wY3tPFp6 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v3wY3tPFp6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wY3tPFp6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3wY3tPFp6 .container {
    max-width: 1000px;
    margin: auto;
  }
}
.cid-v3wY3tPFp6 .row {
  justify-content: space-between;
}
.cid-v3wY3tPFp6 .ccblock {
  background: #ffffff;
  border: 0 solid #ffffff;
  padding: 1.5rem 1rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v3wY3tPFp6 .ccblock .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v3wY3tPFp6 .ccblock {
    padding: 1rem;
  }
  .cid-v3wY3tPFp6 .ccblock > [class*=col] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v3wY3tPFp6 .ccblock .image-wrapper {
    margin-top: 1rem;
  }
}
.cid-v3wY3tPFp6 .card-title {
  color: #e70600;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-v3wY3tPFp6 .list {
    margin-bottom: 22px;
  }
}
.cid-v588dP1PGu {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0eee9;
}
.cid-v588dP1PGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v588dP1PGu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v588dP1PGu .row {
  justify-content: center;
}
.cid-v588dP1PGu .item {
  margin-bottom: 32px;
}
.cid-v588dP1PGu .item a:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-v588dP1PGu .item a:hover .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  background-color: #ded8cd;
}
.cid-v588dP1PGu .item a:hover .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(0);
}
.cid-v588dP1PGu .item a:hover .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  opacity: 1;
}
.cid-v588dP1PGu .item a .item-wrapper {
  overflow: hidden;
}
.cid-v588dP1PGu .item a .item-wrapper .item-img {
  position: relative;
  aspect-ratio: 1.77777778;
  height: 100%;
}
.cid-v588dP1PGu .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-v588dP1PGu .item a .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, transparent, #000000);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-v588dP1PGu .item a .item-wrapper .item-img .item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-v588dP1PGu .item a .item-wrapper .item-img .item-content {
    padding: 25px;
  }
}
.cid-v588dP1PGu .item a .item-wrapper .item-img .item-content .subtitle-wrap {
  pointer-events: visible;
}
.cid-v588dP1PGu .item a .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  display: inline-flex;
  padding: 4px 18px;
  margin-bottom: 6px;
  background-color: #e70600;
  transition: all 0.3s ease-out;
}
.cid-v588dP1PGu .item a .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(50px);
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-v588dP1PGu .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  display: inline-flex;
  opacity: 0;
  margin: 16px 0 0 0;
  transition: all 0.3s ease-out;
}
.cid-v588dP1PGu .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link .mbr-iconfont {
  margin-left: 6px;
}
.cid-v588dP1PGu .mbr-section-title {
  color: #e70600;
  text-align: center;
}
.cid-v588dP1PGu .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v588dP1PGu .item-title {
  color: #ffffff;
}
.cid-v588dP1PGu .item-subtitle {
  color: #ffffff;
}
.cid-v588dP1PGu .item-link {
  color: #ffffff;
}
.cid-v588dP1PGu .item-link,
.cid-v588dP1PGu .link-wrap {
  color: #e70600;
}
.cid-v4hPnbfMiT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0eee9;
}
.cid-v4hPnbfMiT .block-text {
  text-align: center;
  color: #000000;
}
.cid-v1JWGwh3Qj {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f0eee9;
}
.cid-v1JWGwh3Qj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1JWGwh3Qj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1JWGwh3Qj .bg-facebook,
.cid-v1JWGwh3Qj .bg-line,
.cid-v1JWGwh3Qj .bg-instagram,
.cid-v1JWGwh3Qj .bg-youtube,
.cid-v1JWGwh3Qj .bg-threads {
  background: #988a72;
  color: #ffffff;
}
.cid-v1JWGwh3Qj .bg-facebook:hover,
.cid-v1JWGwh3Qj .bg-line:hover,
.cid-v1JWGwh3Qj .bg-instagram:hover,
.cid-v1JWGwh3Qj .bg-youtube:hover,
.cid-v1JWGwh3Qj .bg-threads:hover {
  background: #7c705b;
}
.cid-v1JWGwh3Qj .social-list {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v1JWGwh3Qj .social-list {
    flex-wrap: wrap;
  }
}
.cid-v1JWGwh3Qj .iconfont-wrapper {
  display: flex;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 0.3rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .cid-v1JWGwh3Qj .iconfont-wrapper {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.cid-v1JWGwh3Qj [class^="socicon-"]:before,
.cid-v1JWGwh3Qj [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v1JWGwh3Qj .mbr-section-title,
.cid-v1JWGwh3Qj .social-list {
  color: #000000;
}
.cid-v1JWFkDPot {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ded8cd;
}
.cid-v1JWFkDPot .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1JWFkDPot .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-v1JWFkDPot .copyright {
    margin-bottom: 2rem;
  }
}
.cid-v1JWFkDPot .card-title {
  text-align: center;
  color: #000000;
}
.cid-v1JWFkDPot .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-v1JWFkDPot .card-text a {
  font-weight: 400;
}
.cid-v1JWFkDPot .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-v1JWFkDPot hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-v1JWFkDPot .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-v1JWFkDPot .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-v1JWFkDPot .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-v1JWFkDPot .footer-menu span {
  color: #000000;
}
.cid-v1JWFkDPot .footer-menu span a {
  font-weight: 400;
}
.cid-v3J4VBoFU2 {
  z-index: 1000;
  width: 100%;
}
.cid-v3J4VBoFU2 .container-fluid {
  padding: 0 1rem;
}
.cid-v3J4VBoFU2 .navbar-dropdown {
  background: rgba(152, 138, 114, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-v3J4VBoFU2 .menu_box {
  transition: all 0s ease 0s;
}
.cid-v3J4VBoFU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  border-radius: 10px  !important;
  background: #988a72 !important;
}
.cid-v3J4VBoFU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3J4VBoFU2 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v3J4VBoFU2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v3J4VBoFU2 .mbr-section-btn .btn {
  height: 66px;
  min-width: 120px;
  box-shadow: none;
  color: #988a72 !important;
}
.cid-v3J4VBoFU2 .mbr-section-btn .btn:hover {
  box-shadow: none;
}
@media (max-width: 575px) {
  .cid-v3J4VBoFU2 .mbr-section-btn .btn {
    min-width: 120px;
    width: 120px;
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .cid-v3J4VBoFU2 .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #dcd3f7;
  }
  .cid-v3J4VBoFU2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v3J4VBoFU2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v3J4VBoFU2 .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v3J4VBoFU2 .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-v3J4VBoFU2 .offcanvas-body .mbr-text,
  .cid-v3J4VBoFU2 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v3J4VBoFU2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #988a72;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v3J4VBoFU2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v3J4VBoFU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v3J4VBoFU2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-v3J4VBoFU2 li.nav-item::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #e70600;
    transition: all .4s ease;
    border-radius: 50%;
    margin: 0 auto;
    transform: translateY(250%);
    opacity: 0;
  }
  .cid-v3J4VBoFU2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v3J4VBoFU2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3J4VBoFU2 .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .nav-item {
    margin: 0 !important;
  }
}
.cid-v3J4VBoFU2 .dropdown-menu {
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3J4VBoFU2 .dropdown-menu {
    padding: 18px 24px 22px;
    min-width: 250px;
    top: 49px !important;
    left: -40px !important;
  }
  .cid-v3J4VBoFU2 .dropdown-menu.dropdown-submenu {
    left: 196px !important;
    top: -82% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v3J4VBoFU2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3J4VBoFU2 .offcanvas_box {
    display: none;
  }
}
.cid-v3J4VBoFU2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v3J4VBoFU2 .dropdown-item:hover {
  color: green;
}
.cid-v3J4VBoFU2 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.cid-v3J4VBoFU2 .nav-link {
  position: relative;
  color: #1E1C21;
}
.cid-v3J4VBoFU2 .container {
  display: flex;
  margin: auto;
}
.cid-v3J4VBoFU2 .iconfont-wrapper {
  width: 32px;
  margin: 5px;
  color: #ffffff;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-v3J4VBoFU2 .iconfont-wrapper:hover {
  color: #eeeeee;
}
.cid-v3J4VBoFU2 .navbar-caption {
  color: #ffffff;
}
.cid-v3J4VBoFU2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-v3J4VBoFU2 .navbar-nav {
    margin: 0 20px;
  }
}
.cid-v3J4VBoFU2 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v3J4VBoFU2 .nav-item:focus,
.cid-v3J4VBoFU2 .nav-link:focus {
  outline: none;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3J4VBoFU2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3J4VBoFU2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3J4VBoFU2 .navbar {
  min-height: 75px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v3J4VBoFU2 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3J4VBoFU2 .navbar .dropdown-item {
  padding: 0 10px;
  margin: 8px 0;
}
.cid-v3J4VBoFU2 .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-v3J4VBoFU2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v3J4VBoFU2 .navbar.collapsed {
  justify-content: center;
}
.cid-v3J4VBoFU2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3J4VBoFU2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3J4VBoFU2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3J4VBoFU2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-collapse {
    padding: 16px 0;
    border-radius: 25px;
  }
  .cid-v3J4VBoFU2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3J4VBoFU2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu {
    margin-top: 1rem;
    padding: 6px 12px;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-logo img {
    height: 2.7rem !important;
  }
  .cid-v3J4VBoFU2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v3J4VBoFU2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
    white-space: pre-wrap;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3J4VBoFU2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3J4VBoFU2 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3J4VBoFU2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3J4VBoFU2 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-v3J4VBoFU2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3J4VBoFU2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3J4VBoFU2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3J4VBoFU2 .dropdown-item.active,
.cid-v3J4VBoFU2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3J4VBoFU2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3J4VBoFU2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3J4VBoFU2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v3J4VBoFU2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3J4VBoFU2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #988a72;
  background: #ffffff;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #988a72;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-v3J4VBoFU2 .nav-item:hover::after {
  transform: translateY(50%);
  opacity: 1;
}
.cid-v3J4VBoFU2 .icons-menu {
  margin-bottom: 35px;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3J4VBoFU2 .navbar {
    height: 70px;
  }
  .cid-v3J4VBoFU2 .navbar.opened {
    height: auto;
  }
  .cid-v3J4VBoFU2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3J4VBoFU2 .navbar-caption:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 .nav-link:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 .mbr-iconfont {
  font-size: 21px;
}
.cid-v3J4VBoFU2 .navbar-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .navbar-wrap {
    display: block;
  }
}
.cid-v3J4VBoFU2 .mbr-section-subtitle {
  color: #1E1C21;
  text-align: left;
}
.cid-v3J4VBoFU2 .mbr-text {
  color: #1E1C21;
  text-align: left;
}
.cid-v3J4VBoFU2 .text_widget a:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3J4VBoFU2 ul.share_ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  margin-bottom: 1px;
}
.cid-v3J4VBoFU2 li.share_li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 1px;
}
.cid-v3J4VBoFU2 .object {
  position: absolute;
  top: -5px;
  right: 3px;
  display: block;
}
.cid-v3J4VBoFU2 .object_community04 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v3J4VBoFU2 .object_community01 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v3J4VBoFU2 .for-index-page {
  position: fixed;
  left: 0;
  bottom: 200px;
  padding: 0px;
  z-index: 1000;
  box-shadow: 2px 2px 2px 1px #000000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 15px 15px 0px;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.cid-v3J4VBoFU2 .button_action {
  height: 130px;
  width: 55px;
}
.cid-v3J4VBoFU2 .button_text {
  font-family: Microsoft JhengHei;
  font-weight: 400;
  font-size: .75rem;
  letter-spacing: 0.1rem;
  color: #000;
  text-align: center;
  top: 0px;
}
@media (max-width: 1440px) {
  .cid-v3J4VBoFU2 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v3J4VBoFU2 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v3J4VBoFU2 .button_action {
    height: 120px;
    width: 50px;
  }
  .cid-v3J4VBoFU2 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: 0.075rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .cid-v3J4VBoFU2 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v3J4VBoFU2 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v3J4VBoFU2 .button_action {
    height: 98px;
    width: 42px;
  }
  .cid-v3J4VBoFU2 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 300;
    font-size: .5rem;
    letter-spacing: 0.05rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
.cid-v3J4VBoFU2 .progress-container {
  will-change: transform;
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: transparent;
  top: 0;
}
.cid-v3J4VBoFU2 .progress-bar {
  height: 5px;
  background-image: linear-gradient(90deg, #e1d8c7, #e70600);
  width: 0%;
}
.cid-v3J4VBoFU2 .sticky2 {
  position: fixed;
  top: 0;
  width: 100%;
}
.cid-v3DoQWeS66 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f0eee9;
  overflow: hidden;
  position: relative;
}
.cid-v3DoQWeS66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DoQWeS66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DoQWeS66::before,
.cid-v3DoQWeS66::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e70600;
}
.cid-v3DoQWeS66::before {
  top: 0;
}
.cid-v3DoQWeS66::after {
  bottom: 0;
}
.cid-v3DoQWeS66 .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v3DoQWeS66 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v3DoQWeS66 .content-wrapper::before,
.cid-v3DoQWeS66 .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #e70600;
}
.cid-v3DoQWeS66 .content-wrapper::before {
  left: 0;
}
.cid-v3DoQWeS66 .content-wrapper::after {
  right: 0;
}
.cid-v3DoQWeS66 .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-v3DoQWeS66 .mbr-section-title {
  margin-bottom: 32px;
  color: #000000;
}
.cid-v3DoQWeS66 .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v3DoQWeS66 .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v3DoQWeS66 .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3DoQWeS66 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3DoQWeS66 .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v3DoQWeS66 .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #f0eee9;
  box-shadow: 0 -28px 0 #f0eee9;
  transform: none;
}
.cid-v3DoQWeS66 .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v3DoQWeS66 .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v3DoQWeS66 .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v3DoQWeS66 .image-wrapper .image-wrap img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v3DoQWeS66 .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v3DoQWeS66 .mbr-text {
  color: #0a0a0a;
}
.cid-v3DoQWeS66 .mbr-text,
.cid-v3DoQWeS66 .text-wrapper {
  text-align: left;
  color: #777777;
}
.cid-v3DoQWeS66 .mbr-label {
  color: #e70600;
  font-weight: 700;
}
.cid-v3DoTbL9Co {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DoTbL9Co .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DoTbL9Co .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DoTbL9Co .mbr-section-title {
  color: #000000;
}
.cid-v3DoU5xwTZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DoU5xwTZ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DoU5xwTZ .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DoU5xwTZ .mbr-section-title {
  color: #988a72;
}
.cid-v3DoTr11eM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DoTr11eM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DoTr11eM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DoTr11eM img {
  width: 100%;
}
.cid-v3DoTr11eM .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DoTr11eM .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DoUl0ED0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DoUl0ED0 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DoUl0ED0 .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DoUl0ED0 .mbr-section-title {
  color: #988a72;
}
.cid-v5wfVPSJaZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5wfVPSJaZ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v5wfVPSJaZ .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v5wfVPSJaZ .mbr-section-title {
  color: #988a72;
}
.cid-v3DsGJOyxd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DsGJOyxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DsGJOyxd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DsGJOyxd img {
  width: 100%;
}
.cid-v3DsGJOyxd .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DsGJOyxd .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DsFuFfan {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DsFuFfan .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DsFuFfan .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DsFuFfan .mbr-section-title {
  color: #988a72;
}
.cid-v3DsH8IQvb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DsH8IQvb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DsH8IQvb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DsH8IQvb img {
  width: 100%;
}
.cid-v3DsH8IQvb .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DsH8IQvb .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DsFWL5ZK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DsFWL5ZK .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DsFWL5ZK .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DsFWL5ZK .mbr-section-title {
  color: #988a72;
}
.cid-v3DsHs45AH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DsHs45AH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DsHs45AH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DsHs45AH img {
  width: 100%;
}
.cid-v3DsHs45AH .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DsHs45AH .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DsGb1hEu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DsGb1hEu .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DsGb1hEu .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DsGb1hEu .mbr-section-title {
  color: #988a72;
}
.cid-v3DsHMhr20 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DsHMhr20 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DsHMhr20 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DsHMhr20 img {
  width: 100%;
}
.cid-v3DsHMhr20 .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DsHMhr20 .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DsFIZ3Ez {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DsFIZ3Ez .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DsFIZ3Ez .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DsFIZ3Ez .mbr-section-title {
  color: #988a72;
}
.cid-v3DsI7Sgbw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DsI7Sgbw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DsI7Sgbw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DsI7Sgbw img {
  width: 100%;
}
.cid-v3DsI7Sgbw .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DsI7Sgbw .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DsF3WIAD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DsF3WIAD .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DsF3WIAD .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DsF3WIAD .mbr-section-title {
  color: #988a72;
}
.cid-v3DsFhHKSn {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3DsFhHKSn .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DsFhHKSn .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DsFhHKSn .mbr-section-title {
  color: #988a72;
}
.cid-v3DoRMVnvE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0eee9;
}
.cid-v3DoRMVnvE .item-content .mbr-text a {
  font-weight: 700;
}
.cid-v3DoRMVnvE .mbr-text {
  text-align: left;
  font-weight: 700;
  color: #000000;
}
.cid-v3DoRMVnvE .wrap {
  width: 100%;
  padding: 0 1rem;
}
.cid-v3DoRMVnvE .item-content {
  padding: 1rem;
}
.cid-v3DoRMVnvE img,
.cid-v3DoRMVnvE .item-img {
  width: 100%;
}
.cid-v3DoRMVnvE .item:focus,
.cid-v3DoRMVnvE span:focus {
  outline: none;
}
.cid-v3DoRMVnvE .item-wrapper {
  position: relative;
}
.cid-v3DoRMVnvE .slide-content {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v3DoRMVnvE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 320px;
  max-width: 320px;
}
@media (max-width: 768px) {
  .cid-v3DoRMVnvE .embla__slide {
    min-width: 270px;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v3DoRMVnvE .embla__button--next,
.cid-v3DoRMVnvE .embla__button--prev {
  display: flex;
}
.cid-v3DoRMVnvE .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v3DoRMVnvE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3DoRMVnvE .embla__button:hover {
  background: #000000;
  opacity: .7;
}
.cid-v3DoRMVnvE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3DoRMVnvE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3DoRMVnvE .embla__button {
    top: auto;
  }
}
.cid-v3DoRMVnvE .embla {
  position: relative;
  width: 100%;
}
.cid-v3DoRMVnvE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v3DoRMVnvE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3DoRMVnvE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3DoRMVnvE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3DoRMVnvE .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3DoRMVnvE .mbr-section-btn {
  margin-top: 3rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v3DoRMVnvE img {
  border-radius: 0 !important;
}
.cid-v1JWFkDPot {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ded8cd;
}
.cid-v1JWFkDPot .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1JWFkDPot .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-v1JWFkDPot .copyright {
    margin-bottom: 2rem;
  }
}
.cid-v1JWFkDPot .card-title {
  text-align: center;
  color: #000000;
}
.cid-v1JWFkDPot .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-v1JWFkDPot .card-text a {
  font-weight: 400;
}
.cid-v1JWFkDPot .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-v1JWFkDPot hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-v1JWFkDPot .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-v1JWFkDPot .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-v1JWFkDPot .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-v1JWFkDPot .footer-menu span {
  color: #000000;
}
.cid-v1JWFkDPot .footer-menu span a {
  font-weight: 400;
}
.cid-v3J4VBoFU2 {
  z-index: 1000;
  width: 100%;
}
.cid-v3J4VBoFU2 .container-fluid {
  padding: 0 1rem;
}
.cid-v3J4VBoFU2 .navbar-dropdown {
  background: rgba(152, 138, 114, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-v3J4VBoFU2 .menu_box {
  transition: all 0s ease 0s;
}
.cid-v3J4VBoFU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  border-radius: 10px  !important;
  background: #988a72 !important;
}
.cid-v3J4VBoFU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3J4VBoFU2 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v3J4VBoFU2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v3J4VBoFU2 .mbr-section-btn .btn {
  height: 66px;
  min-width: 120px;
  box-shadow: none;
  color: #988a72 !important;
}
.cid-v3J4VBoFU2 .mbr-section-btn .btn:hover {
  box-shadow: none;
}
@media (max-width: 575px) {
  .cid-v3J4VBoFU2 .mbr-section-btn .btn {
    min-width: 120px;
    width: 120px;
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .cid-v3J4VBoFU2 .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #dcd3f7;
  }
  .cid-v3J4VBoFU2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v3J4VBoFU2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v3J4VBoFU2 .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v3J4VBoFU2 .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-v3J4VBoFU2 .offcanvas-body .mbr-text,
  .cid-v3J4VBoFU2 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v3J4VBoFU2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #988a72;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v3J4VBoFU2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v3J4VBoFU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v3J4VBoFU2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-v3J4VBoFU2 li.nav-item::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #e70600;
    transition: all .4s ease;
    border-radius: 50%;
    margin: 0 auto;
    transform: translateY(250%);
    opacity: 0;
  }
  .cid-v3J4VBoFU2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v3J4VBoFU2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3J4VBoFU2 .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .nav-item {
    margin: 0 !important;
  }
}
.cid-v3J4VBoFU2 .dropdown-menu {
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3J4VBoFU2 .dropdown-menu {
    padding: 18px 24px 22px;
    min-width: 250px;
    top: 49px !important;
    left: -40px !important;
  }
  .cid-v3J4VBoFU2 .dropdown-menu.dropdown-submenu {
    left: 196px !important;
    top: -82% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v3J4VBoFU2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3J4VBoFU2 .offcanvas_box {
    display: none;
  }
}
.cid-v3J4VBoFU2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v3J4VBoFU2 .dropdown-item:hover {
  color: green;
}
.cid-v3J4VBoFU2 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.cid-v3J4VBoFU2 .nav-link {
  position: relative;
  color: #1E1C21;
}
.cid-v3J4VBoFU2 .container {
  display: flex;
  margin: auto;
}
.cid-v3J4VBoFU2 .iconfont-wrapper {
  width: 32px;
  margin: 5px;
  color: #ffffff;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-v3J4VBoFU2 .iconfont-wrapper:hover {
  color: #eeeeee;
}
.cid-v3J4VBoFU2 .navbar-caption {
  color: #ffffff;
}
.cid-v3J4VBoFU2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-v3J4VBoFU2 .navbar-nav {
    margin: 0 20px;
  }
}
.cid-v3J4VBoFU2 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v3J4VBoFU2 .nav-item:focus,
.cid-v3J4VBoFU2 .nav-link:focus {
  outline: none;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3J4VBoFU2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3J4VBoFU2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3J4VBoFU2 .navbar {
  min-height: 75px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v3J4VBoFU2 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3J4VBoFU2 .navbar .dropdown-item {
  padding: 0 10px;
  margin: 8px 0;
}
.cid-v3J4VBoFU2 .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-v3J4VBoFU2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v3J4VBoFU2 .navbar.collapsed {
  justify-content: center;
}
.cid-v3J4VBoFU2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3J4VBoFU2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3J4VBoFU2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3J4VBoFU2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-collapse {
    padding: 16px 0;
    border-radius: 25px;
  }
  .cid-v3J4VBoFU2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3J4VBoFU2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu {
    margin-top: 1rem;
    padding: 6px 12px;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-logo img {
    height: 2.7rem !important;
  }
  .cid-v3J4VBoFU2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v3J4VBoFU2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
    white-space: pre-wrap;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3J4VBoFU2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3J4VBoFU2 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3J4VBoFU2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3J4VBoFU2 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-v3J4VBoFU2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3J4VBoFU2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3J4VBoFU2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3J4VBoFU2 .dropdown-item.active,
.cid-v3J4VBoFU2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3J4VBoFU2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3J4VBoFU2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3J4VBoFU2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v3J4VBoFU2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3J4VBoFU2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #988a72;
  background: #ffffff;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #988a72;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-v3J4VBoFU2 .nav-item:hover::after {
  transform: translateY(50%);
  opacity: 1;
}
.cid-v3J4VBoFU2 .icons-menu {
  margin-bottom: 35px;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3J4VBoFU2 .navbar {
    height: 70px;
  }
  .cid-v3J4VBoFU2 .navbar.opened {
    height: auto;
  }
  .cid-v3J4VBoFU2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3J4VBoFU2 .navbar-caption:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 .nav-link:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 .mbr-iconfont {
  font-size: 21px;
}
.cid-v3J4VBoFU2 .navbar-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .navbar-wrap {
    display: block;
  }
}
.cid-v3J4VBoFU2 .mbr-section-subtitle {
  color: #1E1C21;
  text-align: left;
}
.cid-v3J4VBoFU2 .mbr-text {
  color: #1E1C21;
  text-align: left;
}
.cid-v3J4VBoFU2 .text_widget a:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3J4VBoFU2 ul.share_ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  margin-bottom: 1px;
}
.cid-v3J4VBoFU2 li.share_li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 1px;
}
.cid-v3J4VBoFU2 .object {
  position: absolute;
  top: -5px;
  right: 3px;
  display: block;
}
.cid-v3J4VBoFU2 .object_community04 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v3J4VBoFU2 .object_community01 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v3J4VBoFU2 .for-index-page {
  position: fixed;
  left: 0;
  bottom: 200px;
  padding: 0px;
  z-index: 1000;
  box-shadow: 2px 2px 2px 1px #000000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 15px 15px 0px;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.cid-v3J4VBoFU2 .button_action {
  height: 130px;
  width: 55px;
}
.cid-v3J4VBoFU2 .button_text {
  font-family: Microsoft JhengHei;
  font-weight: 400;
  font-size: .75rem;
  letter-spacing: 0.1rem;
  color: #000;
  text-align: center;
  top: 0px;
}
@media (max-width: 1440px) {
  .cid-v3J4VBoFU2 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v3J4VBoFU2 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v3J4VBoFU2 .button_action {
    height: 120px;
    width: 50px;
  }
  .cid-v3J4VBoFU2 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: 0.075rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .cid-v3J4VBoFU2 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v3J4VBoFU2 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v3J4VBoFU2 .button_action {
    height: 98px;
    width: 42px;
  }
  .cid-v3J4VBoFU2 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 300;
    font-size: .5rem;
    letter-spacing: 0.05rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
.cid-v3J4VBoFU2 .progress-container {
  will-change: transform;
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: transparent;
  top: 0;
}
.cid-v3J4VBoFU2 .progress-bar {
  height: 5px;
  background-image: linear-gradient(90deg, #e1d8c7, #e70600);
  width: 0%;
}
.cid-v3J4VBoFU2 .sticky2 {
  position: fixed;
  top: 0;
  width: 100%;
}
.cid-v3DuoJ7yRo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f0eee9;
  overflow: hidden;
  position: relative;
}
.cid-v3DuoJ7yRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DuoJ7yRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DuoJ7yRo::before,
.cid-v3DuoJ7yRo::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e70600;
}
.cid-v3DuoJ7yRo::before {
  top: 0;
}
.cid-v3DuoJ7yRo::after {
  bottom: 0;
}
.cid-v3DuoJ7yRo .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v3DuoJ7yRo .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v3DuoJ7yRo .content-wrapper::before,
.cid-v3DuoJ7yRo .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #e70600;
}
.cid-v3DuoJ7yRo .content-wrapper::before {
  left: 0;
}
.cid-v3DuoJ7yRo .content-wrapper::after {
  right: 0;
}
.cid-v3DuoJ7yRo .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-v3DuoJ7yRo .mbr-section-title {
  margin-bottom: 32px;
  color: #000000;
}
.cid-v3DuoJ7yRo .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v3DuoJ7yRo .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v3DuoJ7yRo .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3DuoJ7yRo .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3DuoJ7yRo .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v3DuoJ7yRo .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #f0eee9;
  box-shadow: 0 -28px 0 #f0eee9;
  transform: none;
}
.cid-v3DuoJ7yRo .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v3DuoJ7yRo .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v3DuoJ7yRo .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v3DuoJ7yRo .image-wrapper .image-wrap img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v3DuoJ7yRo .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v3DuoJ7yRo .mbr-text {
  color: #0a0a0a;
}
.cid-v3DuoJ7yRo .mbr-text,
.cid-v3DuoJ7yRo .text-wrapper {
  text-align: left;
  color: #777777;
}
.cid-v3DuoJ7yRo .mbr-label {
  color: #e70600;
  font-weight: 700;
}
.cid-v3DuoJuLuy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DuoJuLuy .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuoJuLuy .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuoJuLuy .mbr-section-title {
  color: #000000;
}
.cid-v3DuoKaJBC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DuoKaJBC .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuoKaJBC .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuoKaJBC .mbr-section-title {
  color: #988a72;
}
.cid-v3DuoKtq7P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DuoKtq7P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DuoKtq7P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DuoKtq7P img {
  width: 100%;
}
.cid-v3DuoKtq7P .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DuoKtq7P .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DuoKPOK4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DuoKPOK4 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuoKPOK4 .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuoKPOK4 .mbr-section-title {
  color: #988a72;
}
.cid-v3DuoLvMSS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DuoLvMSS .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuoLvMSS .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuoLvMSS .mbr-section-title {
  color: #988a72;
}
.cid-v3DuoLPuRk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DuoLPuRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DuoLPuRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DuoLPuRk img {
  width: 100%;
}
.cid-v3DuoLPuRk .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DuoLPuRk .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DuoMbTJW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DuoMbTJW .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuoMbTJW .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuoMbTJW .mbr-section-title {
  color: #988a72;
}
.cid-v3DuoMxlk4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DuoMxlk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DuoMxlk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DuoMxlk4 img {
  width: 100%;
}
.cid-v3DuoMxlk4 .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DuoMxlk4 .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DuoMTt1L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DuoMTt1L .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuoMTt1L .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuoMTt1L .mbr-section-title {
  color: #988a72;
}
.cid-v3DuoNB1Yi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DuoNB1Yi .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuoNB1Yi .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuoNB1Yi .mbr-section-title {
  color: #988a72;
}
.cid-v3DuoNWAXt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DuoNWAXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DuoNWAXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DuoNWAXt img {
  width: 100%;
}
.cid-v3DuoNWAXt .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DuoNWAXt .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DuoOip8S {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DuoOip8S .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuoOip8S .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuoOip8S .mbr-section-title {
  color: #988a72;
}
.cid-v3DuoP3EdW {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3DuoP3EdW .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuoP3EdW .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuoP3EdW .mbr-section-title {
  color: #988a72;
}
.cid-v3DuoPp1iC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0eee9;
}
.cid-v3DuoPp1iC .item-content .mbr-text a {
  font-weight: 700;
}
.cid-v3DuoPp1iC .mbr-text {
  text-align: left;
  font-weight: 700;
  color: #000000;
}
.cid-v3DuoPp1iC .wrap {
  width: 100%;
  padding: 0 1rem;
}
.cid-v3DuoPp1iC .item-content {
  padding: 1rem;
}
.cid-v3DuoPp1iC img,
.cid-v3DuoPp1iC .item-img {
  width: 100%;
}
.cid-v3DuoPp1iC .item:focus,
.cid-v3DuoPp1iC span:focus {
  outline: none;
}
.cid-v3DuoPp1iC .item-wrapper {
  position: relative;
}
.cid-v3DuoPp1iC .slide-content {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v3DuoPp1iC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 320px;
  max-width: 320px;
}
@media (max-width: 768px) {
  .cid-v3DuoPp1iC .embla__slide {
    min-width: 270px;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v3DuoPp1iC .embla__button--next,
.cid-v3DuoPp1iC .embla__button--prev {
  display: flex;
}
.cid-v3DuoPp1iC .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v3DuoPp1iC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3DuoPp1iC .embla__button:hover {
  background: #000000;
  opacity: .7;
}
.cid-v3DuoPp1iC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3DuoPp1iC .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3DuoPp1iC .embla__button {
    top: auto;
  }
}
.cid-v3DuoPp1iC .embla {
  position: relative;
  width: 100%;
}
.cid-v3DuoPp1iC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v3DuoPp1iC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3DuoPp1iC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3DuoPp1iC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3DuoPp1iC .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3DuoPp1iC .mbr-section-btn {
  margin-top: 3rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v3DuoPp1iC img {
  border-radius: 0 !important;
}
.cid-v3DuoQ39G5 {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ded8cd;
}
.cid-v3DuoQ39G5 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3DuoQ39G5 .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-v3DuoQ39G5 .copyright {
    margin-bottom: 2rem;
  }
}
.cid-v3DuoQ39G5 .card-title {
  text-align: center;
  color: #000000;
}
.cid-v3DuoQ39G5 .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-v3DuoQ39G5 .card-text a {
  font-weight: 400;
}
.cid-v3DuoQ39G5 .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-v3DuoQ39G5 hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-v3DuoQ39G5 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-v3DuoQ39G5 .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-v3DuoQ39G5 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-v3DuoQ39G5 .footer-menu span {
  color: #000000;
}
.cid-v3DuoQ39G5 .footer-menu span a {
  font-weight: 400;
}
.cid-v3J4VBoFU2 {
  z-index: 1000;
  width: 100%;
}
.cid-v3J4VBoFU2 .container-fluid {
  padding: 0 1rem;
}
.cid-v3J4VBoFU2 .navbar-dropdown {
  background: rgba(152, 138, 114, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-v3J4VBoFU2 .menu_box {
  transition: all 0s ease 0s;
}
.cid-v3J4VBoFU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  border-radius: 10px  !important;
  background: #988a72 !important;
}
.cid-v3J4VBoFU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3J4VBoFU2 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v3J4VBoFU2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v3J4VBoFU2 .mbr-section-btn .btn {
  height: 66px;
  min-width: 120px;
  box-shadow: none;
  color: #988a72 !important;
}
.cid-v3J4VBoFU2 .mbr-section-btn .btn:hover {
  box-shadow: none;
}
@media (max-width: 575px) {
  .cid-v3J4VBoFU2 .mbr-section-btn .btn {
    min-width: 120px;
    width: 120px;
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .cid-v3J4VBoFU2 .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #dcd3f7;
  }
  .cid-v3J4VBoFU2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v3J4VBoFU2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v3J4VBoFU2 .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v3J4VBoFU2 .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-v3J4VBoFU2 .offcanvas-body .mbr-text,
  .cid-v3J4VBoFU2 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v3J4VBoFU2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #988a72;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v3J4VBoFU2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v3J4VBoFU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v3J4VBoFU2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-v3J4VBoFU2 li.nav-item::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #e70600;
    transition: all .4s ease;
    border-radius: 50%;
    margin: 0 auto;
    transform: translateY(250%);
    opacity: 0;
  }
  .cid-v3J4VBoFU2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v3J4VBoFU2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3J4VBoFU2 .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .nav-item {
    margin: 0 !important;
  }
}
.cid-v3J4VBoFU2 .dropdown-menu {
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3J4VBoFU2 .dropdown-menu {
    padding: 18px 24px 22px;
    min-width: 250px;
    top: 49px !important;
    left: -40px !important;
  }
  .cid-v3J4VBoFU2 .dropdown-menu.dropdown-submenu {
    left: 196px !important;
    top: -82% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v3J4VBoFU2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3J4VBoFU2 .offcanvas_box {
    display: none;
  }
}
.cid-v3J4VBoFU2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v3J4VBoFU2 .dropdown-item:hover {
  color: green;
}
.cid-v3J4VBoFU2 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.cid-v3J4VBoFU2 .nav-link {
  position: relative;
  color: #1E1C21;
}
.cid-v3J4VBoFU2 .container {
  display: flex;
  margin: auto;
}
.cid-v3J4VBoFU2 .iconfont-wrapper {
  width: 32px;
  margin: 5px;
  color: #ffffff;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-v3J4VBoFU2 .iconfont-wrapper:hover {
  color: #eeeeee;
}
.cid-v3J4VBoFU2 .navbar-caption {
  color: #ffffff;
}
.cid-v3J4VBoFU2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-v3J4VBoFU2 .navbar-nav {
    margin: 0 20px;
  }
}
.cid-v3J4VBoFU2 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v3J4VBoFU2 .nav-item:focus,
.cid-v3J4VBoFU2 .nav-link:focus {
  outline: none;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3J4VBoFU2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3J4VBoFU2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3J4VBoFU2 .navbar {
  min-height: 75px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v3J4VBoFU2 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3J4VBoFU2 .navbar .dropdown-item {
  padding: 0 10px;
  margin: 8px 0;
}
.cid-v3J4VBoFU2 .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-v3J4VBoFU2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v3J4VBoFU2 .navbar.collapsed {
  justify-content: center;
}
.cid-v3J4VBoFU2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3J4VBoFU2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3J4VBoFU2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3J4VBoFU2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-collapse {
    padding: 16px 0;
    border-radius: 25px;
  }
  .cid-v3J4VBoFU2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3J4VBoFU2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu {
    margin-top: 1rem;
    padding: 6px 12px;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-logo img {
    height: 2.7rem !important;
  }
  .cid-v3J4VBoFU2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v3J4VBoFU2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
    white-space: pre-wrap;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3J4VBoFU2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3J4VBoFU2 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3J4VBoFU2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3J4VBoFU2 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-v3J4VBoFU2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3J4VBoFU2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3J4VBoFU2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3J4VBoFU2 .dropdown-item.active,
.cid-v3J4VBoFU2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3J4VBoFU2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3J4VBoFU2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3J4VBoFU2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v3J4VBoFU2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3J4VBoFU2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #988a72;
  background: #ffffff;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #988a72;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-v3J4VBoFU2 .nav-item:hover::after {
  transform: translateY(50%);
  opacity: 1;
}
.cid-v3J4VBoFU2 .icons-menu {
  margin-bottom: 35px;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3J4VBoFU2 .navbar {
    height: 70px;
  }
  .cid-v3J4VBoFU2 .navbar.opened {
    height: auto;
  }
  .cid-v3J4VBoFU2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3J4VBoFU2 .navbar-caption:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 .nav-link:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 .mbr-iconfont {
  font-size: 21px;
}
.cid-v3J4VBoFU2 .navbar-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .navbar-wrap {
    display: block;
  }
}
.cid-v3J4VBoFU2 .mbr-section-subtitle {
  color: #1E1C21;
  text-align: left;
}
.cid-v3J4VBoFU2 .mbr-text {
  color: #1E1C21;
  text-align: left;
}
.cid-v3J4VBoFU2 .text_widget a:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3J4VBoFU2 ul.share_ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  margin-bottom: 1px;
}
.cid-v3J4VBoFU2 li.share_li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 1px;
}
.cid-v3J4VBoFU2 .object {
  position: absolute;
  top: -5px;
  right: 3px;
  display: block;
}
.cid-v3J4VBoFU2 .object_community04 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v3J4VBoFU2 .object_community01 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v3J4VBoFU2 .for-index-page {
  position: fixed;
  left: 0;
  bottom: 200px;
  padding: 0px;
  z-index: 1000;
  box-shadow: 2px 2px 2px 1px #000000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 15px 15px 0px;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.cid-v3J4VBoFU2 .button_action {
  height: 130px;
  width: 55px;
}
.cid-v3J4VBoFU2 .button_text {
  font-family: Microsoft JhengHei;
  font-weight: 400;
  font-size: .75rem;
  letter-spacing: 0.1rem;
  color: #000;
  text-align: center;
  top: 0px;
}
@media (max-width: 1440px) {
  .cid-v3J4VBoFU2 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v3J4VBoFU2 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v3J4VBoFU2 .button_action {
    height: 120px;
    width: 50px;
  }
  .cid-v3J4VBoFU2 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: 0.075rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .cid-v3J4VBoFU2 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v3J4VBoFU2 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v3J4VBoFU2 .button_action {
    height: 98px;
    width: 42px;
  }
  .cid-v3J4VBoFU2 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 300;
    font-size: .5rem;
    letter-spacing: 0.05rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
.cid-v3J4VBoFU2 .progress-container {
  will-change: transform;
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: transparent;
  top: 0;
}
.cid-v3J4VBoFU2 .progress-bar {
  height: 5px;
  background-image: linear-gradient(90deg, #e1d8c7, #e70600);
  width: 0%;
}
.cid-v3J4VBoFU2 .sticky2 {
  position: fixed;
  top: 0;
  width: 100%;
}
.cid-v3Duwbsheh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f0eee9;
  overflow: hidden;
  position: relative;
}
.cid-v3Duwbsheh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Duwbsheh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Duwbsheh::before,
.cid-v3Duwbsheh::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e70600;
}
.cid-v3Duwbsheh::before {
  top: 0;
}
.cid-v3Duwbsheh::after {
  bottom: 0;
}
.cid-v3Duwbsheh .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v3Duwbsheh .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v3Duwbsheh .content-wrapper::before,
.cid-v3Duwbsheh .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #e70600;
}
.cid-v3Duwbsheh .content-wrapper::before {
  left: 0;
}
.cid-v3Duwbsheh .content-wrapper::after {
  right: 0;
}
.cid-v3Duwbsheh .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-v3Duwbsheh .mbr-section-title {
  margin-bottom: 32px;
  color: #000000;
}
.cid-v3Duwbsheh .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v3Duwbsheh .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v3Duwbsheh .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3Duwbsheh .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3Duwbsheh .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v3Duwbsheh .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #f0eee9;
  box-shadow: 0 -28px 0 #f0eee9;
  transform: none;
}
.cid-v3Duwbsheh .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v3Duwbsheh .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v3Duwbsheh .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v3Duwbsheh .image-wrapper .image-wrap img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v3Duwbsheh .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v3Duwbsheh .mbr-text {
  color: #0a0a0a;
}
.cid-v3Duwbsheh .mbr-text,
.cid-v3Duwbsheh .text-wrapper {
  text-align: left;
  color: #777777;
}
.cid-v3Duwbsheh .mbr-label {
  color: #e70600;
  font-weight: 700;
}
.cid-v3DuwbM3hR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DuwbM3hR .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuwbM3hR .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuwbM3hR .mbr-section-title {
  color: #000000;
}
.cid-v3DuwcmUte {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DuwcmUte .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuwcmUte .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuwcmUte .mbr-section-title {
  color: #988a72;
}
.cid-v3DuwcE8dP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DuwcE8dP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DuwcE8dP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DuwcE8dP img {
  width: 100%;
}
.cid-v3DuwcE8dP .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DuwcE8dP .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3Duwd0pMg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3Duwd0pMg .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3Duwd0pMg .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3Duwd0pMg .mbr-section-title {
  color: #988a72;
}
.cid-v3DuwdDPHw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DuwdDPHw .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuwdDPHw .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuwdDPHw .mbr-section-title {
  color: #988a72;
}
.cid-v3DuwdVxOq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DuwdVxOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DuwdVxOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DuwdVxOq img {
  width: 100%;
}
.cid-v3DuwdVxOq .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DuwdVxOq .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DuwefW8L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DuwefW8L .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuwefW8L .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuwefW8L .mbr-section-title {
  color: #988a72;
}
.cid-v3DuweRUBn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DuweRUBn .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuweRUBn .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuweRUBn .mbr-section-title {
  color: #988a72;
}
.cid-v3Duwfax4Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3Duwfax4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Duwfax4Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Duwfax4Z img {
  width: 100%;
}
.cid-v3Duwfax4Z .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3Duwfax4Z .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DuwgQH3t {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3DuwgQH3t .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuwgQH3t .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuwgQH3t .mbr-section-title {
  color: #988a72;
}
.cid-v3DuwhbTur {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0eee9;
}
.cid-v3DuwhbTur .item-content .mbr-text a {
  font-weight: 700;
}
.cid-v3DuwhbTur .mbr-text {
  text-align: left;
  font-weight: 700;
  color: #000000;
}
.cid-v3DuwhbTur .wrap {
  width: 100%;
  padding: 0 1rem;
}
.cid-v3DuwhbTur .item-content {
  padding: 1rem;
}
.cid-v3DuwhbTur img,
.cid-v3DuwhbTur .item-img {
  width: 100%;
}
.cid-v3DuwhbTur .item:focus,
.cid-v3DuwhbTur span:focus {
  outline: none;
}
.cid-v3DuwhbTur .item-wrapper {
  position: relative;
}
.cid-v3DuwhbTur .slide-content {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v3DuwhbTur .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 320px;
  max-width: 320px;
}
@media (max-width: 768px) {
  .cid-v3DuwhbTur .embla__slide {
    min-width: 270px;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v3DuwhbTur .embla__button--next,
.cid-v3DuwhbTur .embla__button--prev {
  display: flex;
}
.cid-v3DuwhbTur .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v3DuwhbTur .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3DuwhbTur .embla__button:hover {
  background: #000000;
  opacity: .7;
}
.cid-v3DuwhbTur .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3DuwhbTur .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3DuwhbTur .embla__button {
    top: auto;
  }
}
.cid-v3DuwhbTur .embla {
  position: relative;
  width: 100%;
}
.cid-v3DuwhbTur .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v3DuwhbTur .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3DuwhbTur .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3DuwhbTur .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3DuwhbTur .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3DuwhbTur .mbr-section-btn {
  margin-top: 3rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v3DuwhbTur img {
  border-radius: 0 !important;
}
.cid-v3DuwhQlcx {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ded8cd;
}
.cid-v3DuwhQlcx .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3DuwhQlcx .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-v3DuwhQlcx .copyright {
    margin-bottom: 2rem;
  }
}
.cid-v3DuwhQlcx .card-title {
  text-align: center;
  color: #000000;
}
.cid-v3DuwhQlcx .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-v3DuwhQlcx .card-text a {
  font-weight: 400;
}
.cid-v3DuwhQlcx .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-v3DuwhQlcx hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-v3DuwhQlcx .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-v3DuwhQlcx .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-v3DuwhQlcx .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-v3DuwhQlcx .footer-menu span {
  color: #000000;
}
.cid-v3DuwhQlcx .footer-menu span a {
  font-weight: 400;
}
.cid-v3J4VBoFU2 {
  z-index: 1000;
  width: 100%;
}
.cid-v3J4VBoFU2 .container-fluid {
  padding: 0 1rem;
}
.cid-v3J4VBoFU2 .navbar-dropdown {
  background: rgba(152, 138, 114, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-v3J4VBoFU2 .menu_box {
  transition: all 0s ease 0s;
}
.cid-v3J4VBoFU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  border-radius: 10px  !important;
  background: #988a72 !important;
}
.cid-v3J4VBoFU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3J4VBoFU2 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v3J4VBoFU2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v3J4VBoFU2 .mbr-section-btn .btn {
  height: 66px;
  min-width: 120px;
  box-shadow: none;
  color: #988a72 !important;
}
.cid-v3J4VBoFU2 .mbr-section-btn .btn:hover {
  box-shadow: none;
}
@media (max-width: 575px) {
  .cid-v3J4VBoFU2 .mbr-section-btn .btn {
    min-width: 120px;
    width: 120px;
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .cid-v3J4VBoFU2 .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #dcd3f7;
  }
  .cid-v3J4VBoFU2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v3J4VBoFU2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v3J4VBoFU2 .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v3J4VBoFU2 .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-v3J4VBoFU2 .offcanvas-body .mbr-text,
  .cid-v3J4VBoFU2 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v3J4VBoFU2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #988a72;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v3J4VBoFU2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v3J4VBoFU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v3J4VBoFU2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-v3J4VBoFU2 li.nav-item::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #e70600;
    transition: all .4s ease;
    border-radius: 50%;
    margin: 0 auto;
    transform: translateY(250%);
    opacity: 0;
  }
  .cid-v3J4VBoFU2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v3J4VBoFU2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3J4VBoFU2 .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .nav-item {
    margin: 0 !important;
  }
}
.cid-v3J4VBoFU2 .dropdown-menu {
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3J4VBoFU2 .dropdown-menu {
    padding: 18px 24px 22px;
    min-width: 250px;
    top: 49px !important;
    left: -40px !important;
  }
  .cid-v3J4VBoFU2 .dropdown-menu.dropdown-submenu {
    left: 196px !important;
    top: -82% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v3J4VBoFU2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3J4VBoFU2 .offcanvas_box {
    display: none;
  }
}
.cid-v3J4VBoFU2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v3J4VBoFU2 .dropdown-item:hover {
  color: green;
}
.cid-v3J4VBoFU2 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.cid-v3J4VBoFU2 .nav-link {
  position: relative;
  color: #1E1C21;
}
.cid-v3J4VBoFU2 .container {
  display: flex;
  margin: auto;
}
.cid-v3J4VBoFU2 .iconfont-wrapper {
  width: 32px;
  margin: 5px;
  color: #ffffff;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-v3J4VBoFU2 .iconfont-wrapper:hover {
  color: #eeeeee;
}
.cid-v3J4VBoFU2 .navbar-caption {
  color: #ffffff;
}
.cid-v3J4VBoFU2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-v3J4VBoFU2 .navbar-nav {
    margin: 0 20px;
  }
}
.cid-v3J4VBoFU2 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v3J4VBoFU2 .nav-item:focus,
.cid-v3J4VBoFU2 .nav-link:focus {
  outline: none;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3J4VBoFU2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3J4VBoFU2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3J4VBoFU2 .navbar {
  min-height: 75px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v3J4VBoFU2 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3J4VBoFU2 .navbar .dropdown-item {
  padding: 0 10px;
  margin: 8px 0;
}
.cid-v3J4VBoFU2 .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-v3J4VBoFU2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v3J4VBoFU2 .navbar.collapsed {
  justify-content: center;
}
.cid-v3J4VBoFU2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3J4VBoFU2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3J4VBoFU2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3J4VBoFU2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-collapse {
    padding: 16px 0;
    border-radius: 25px;
  }
  .cid-v3J4VBoFU2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3J4VBoFU2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu {
    margin-top: 1rem;
    padding: 6px 12px;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-logo img {
    height: 2.7rem !important;
  }
  .cid-v3J4VBoFU2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v3J4VBoFU2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
    white-space: pre-wrap;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3J4VBoFU2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3J4VBoFU2 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3J4VBoFU2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3J4VBoFU2 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-v3J4VBoFU2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3J4VBoFU2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3J4VBoFU2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3J4VBoFU2 .dropdown-item.active,
.cid-v3J4VBoFU2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3J4VBoFU2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3J4VBoFU2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3J4VBoFU2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v3J4VBoFU2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3J4VBoFU2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #988a72;
  background: #ffffff;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #988a72;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-v3J4VBoFU2 .nav-item:hover::after {
  transform: translateY(50%);
  opacity: 1;
}
.cid-v3J4VBoFU2 .icons-menu {
  margin-bottom: 35px;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3J4VBoFU2 .navbar {
    height: 70px;
  }
  .cid-v3J4VBoFU2 .navbar.opened {
    height: auto;
  }
  .cid-v3J4VBoFU2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3J4VBoFU2 .navbar-caption:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 .nav-link:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 .mbr-iconfont {
  font-size: 21px;
}
.cid-v3J4VBoFU2 .navbar-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .navbar-wrap {
    display: block;
  }
}
.cid-v3J4VBoFU2 .mbr-section-subtitle {
  color: #1E1C21;
  text-align: left;
}
.cid-v3J4VBoFU2 .mbr-text {
  color: #1E1C21;
  text-align: left;
}
.cid-v3J4VBoFU2 .text_widget a:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3J4VBoFU2 ul.share_ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  margin-bottom: 1px;
}
.cid-v3J4VBoFU2 li.share_li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 1px;
}
.cid-v3J4VBoFU2 .object {
  position: absolute;
  top: -5px;
  right: 3px;
  display: block;
}
.cid-v3J4VBoFU2 .object_community04 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v3J4VBoFU2 .object_community01 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v3J4VBoFU2 .for-index-page {
  position: fixed;
  left: 0;
  bottom: 200px;
  padding: 0px;
  z-index: 1000;
  box-shadow: 2px 2px 2px 1px #000000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 15px 15px 0px;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.cid-v3J4VBoFU2 .button_action {
  height: 130px;
  width: 55px;
}
.cid-v3J4VBoFU2 .button_text {
  font-family: Microsoft JhengHei;
  font-weight: 400;
  font-size: .75rem;
  letter-spacing: 0.1rem;
  color: #000;
  text-align: center;
  top: 0px;
}
@media (max-width: 1440px) {
  .cid-v3J4VBoFU2 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v3J4VBoFU2 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v3J4VBoFU2 .button_action {
    height: 120px;
    width: 50px;
  }
  .cid-v3J4VBoFU2 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: 0.075rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .cid-v3J4VBoFU2 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v3J4VBoFU2 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v3J4VBoFU2 .button_action {
    height: 98px;
    width: 42px;
  }
  .cid-v3J4VBoFU2 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 300;
    font-size: .5rem;
    letter-spacing: 0.05rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
.cid-v3J4VBoFU2 .progress-container {
  will-change: transform;
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: transparent;
  top: 0;
}
.cid-v3J4VBoFU2 .progress-bar {
  height: 5px;
  background-image: linear-gradient(90deg, #e1d8c7, #e70600);
  width: 0%;
}
.cid-v3J4VBoFU2 .sticky2 {
  position: fixed;
  top: 0;
  width: 100%;
}
.cid-v3Duwz2EZs {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f0eee9;
  overflow: hidden;
  position: relative;
}
.cid-v3Duwz2EZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Duwz2EZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Duwz2EZs::before,
.cid-v3Duwz2EZs::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e70600;
}
.cid-v3Duwz2EZs::before {
  top: 0;
}
.cid-v3Duwz2EZs::after {
  bottom: 0;
}
.cid-v3Duwz2EZs .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v3Duwz2EZs .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v3Duwz2EZs .content-wrapper::before,
.cid-v3Duwz2EZs .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #e70600;
}
.cid-v3Duwz2EZs .content-wrapper::before {
  left: 0;
}
.cid-v3Duwz2EZs .content-wrapper::after {
  right: 0;
}
.cid-v3Duwz2EZs .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-v3Duwz2EZs .mbr-section-title {
  margin-bottom: 32px;
  color: #000000;
}
.cid-v3Duwz2EZs .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v3Duwz2EZs .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v3Duwz2EZs .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3Duwz2EZs .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3Duwz2EZs .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v3Duwz2EZs .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #f0eee9;
  box-shadow: 0 -28px 0 #f0eee9;
  transform: none;
}
.cid-v3Duwz2EZs .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v3Duwz2EZs .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v3Duwz2EZs .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v3Duwz2EZs .image-wrapper .image-wrap img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v3Duwz2EZs .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v3Duwz2EZs .mbr-text {
  color: #0a0a0a;
}
.cid-v3Duwz2EZs .mbr-text,
.cid-v3Duwz2EZs .text-wrapper {
  text-align: left;
  color: #777777;
}
.cid-v3Duwz2EZs .mbr-label {
  color: #e70600;
  font-weight: 700;
}
.cid-v3DuwzljGI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DuwzljGI .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuwzljGI .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuwzljGI .mbr-section-title {
  color: #000000;
}
.cid-v3DuwzE6IF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DuwzE6IF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DuwzE6IF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DuwzE6IF img {
  width: 100%;
}
.cid-v3DuwzE6IF .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DuwzE6IF .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DuwzXGdT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DuwzXGdT .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuwzXGdT .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuwzXGdT .mbr-section-title {
  color: #988a72;
}
.cid-v3DuwAQLaC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DuwAQLaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DuwAQLaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DuwAQLaC img {
  width: 100%;
}
.cid-v3DuwAQLaC .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DuwAQLaC .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DuwB9TVC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DuwB9TVC .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuwB9TVC .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuwB9TVC .mbr-section-title {
  color: #988a72;
}
.cid-v3DuwC6pQJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DuwC6pQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DuwC6pQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DuwC6pQJ img {
  width: 100%;
}
.cid-v3DuwC6pQJ .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DuwC6pQJ .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DuwBMMtn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DuwBMMtn .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuwBMMtn .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuwBMMtn .mbr-section-title {
  color: #988a72;
}
.cid-v3DuwCMHOn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DuwCMHOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DuwCMHOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DuwCMHOn img {
  width: 100%;
}
.cid-v3DuwCMHOn .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DuwCMHOn .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DuwEqYqr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DuwEqYqr .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuwEqYqr .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuwEqYqr .mbr-section-title {
  color: #988a72;
}
.cid-v5wjKd8bbz {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5wjKd8bbz .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v5wjKd8bbz .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v5wjKd8bbz .mbr-section-title {
  color: #988a72;
}
.cid-v3DuwELzWU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0eee9;
}
.cid-v3DuwELzWU .item-content .mbr-text a {
  font-weight: 700;
}
.cid-v3DuwELzWU .mbr-text {
  text-align: left;
  font-weight: 700;
  color: #000000;
}
.cid-v3DuwELzWU .wrap {
  width: 100%;
  padding: 0 1rem;
}
.cid-v3DuwELzWU .item-content {
  padding: 1rem;
}
.cid-v3DuwELzWU img,
.cid-v3DuwELzWU .item-img {
  width: 100%;
}
.cid-v3DuwELzWU .item:focus,
.cid-v3DuwELzWU span:focus {
  outline: none;
}
.cid-v3DuwELzWU .item-wrapper {
  position: relative;
}
.cid-v3DuwELzWU .slide-content {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v3DuwELzWU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 320px;
  max-width: 320px;
}
@media (max-width: 768px) {
  .cid-v3DuwELzWU .embla__slide {
    min-width: 270px;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v3DuwELzWU .embla__button--next,
.cid-v3DuwELzWU .embla__button--prev {
  display: flex;
}
.cid-v3DuwELzWU .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v3DuwELzWU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3DuwELzWU .embla__button:hover {
  background: #000000;
  opacity: .7;
}
.cid-v3DuwELzWU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3DuwELzWU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3DuwELzWU .embla__button {
    top: auto;
  }
}
.cid-v3DuwELzWU .embla {
  position: relative;
  width: 100%;
}
.cid-v3DuwELzWU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v3DuwELzWU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3DuwELzWU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3DuwELzWU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3DuwELzWU .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3DuwELzWU .mbr-section-btn {
  margin-top: 3rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v3DuwELzWU img {
  border-radius: 0 !important;
}
.cid-v3DuwFrRbA {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ded8cd;
}
.cid-v3DuwFrRbA .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3DuwFrRbA .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-v3DuwFrRbA .copyright {
    margin-bottom: 2rem;
  }
}
.cid-v3DuwFrRbA .card-title {
  text-align: center;
  color: #000000;
}
.cid-v3DuwFrRbA .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-v3DuwFrRbA .card-text a {
  font-weight: 400;
}
.cid-v3DuwFrRbA .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-v3DuwFrRbA hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-v3DuwFrRbA .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-v3DuwFrRbA .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-v3DuwFrRbA .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-v3DuwFrRbA .footer-menu span {
  color: #000000;
}
.cid-v3DuwFrRbA .footer-menu span a {
  font-weight: 400;
}
.cid-v3J4VBoFU2 {
  z-index: 1000;
  width: 100%;
}
.cid-v3J4VBoFU2 .container-fluid {
  padding: 0 1rem;
}
.cid-v3J4VBoFU2 .navbar-dropdown {
  background: rgba(152, 138, 114, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-v3J4VBoFU2 .menu_box {
  transition: all 0s ease 0s;
}
.cid-v3J4VBoFU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  border-radius: 10px  !important;
  background: #988a72 !important;
}
.cid-v3J4VBoFU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3J4VBoFU2 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v3J4VBoFU2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v3J4VBoFU2 .mbr-section-btn .btn {
  height: 66px;
  min-width: 120px;
  box-shadow: none;
  color: #988a72 !important;
}
.cid-v3J4VBoFU2 .mbr-section-btn .btn:hover {
  box-shadow: none;
}
@media (max-width: 575px) {
  .cid-v3J4VBoFU2 .mbr-section-btn .btn {
    min-width: 120px;
    width: 120px;
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .cid-v3J4VBoFU2 .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #dcd3f7;
  }
  .cid-v3J4VBoFU2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v3J4VBoFU2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v3J4VBoFU2 .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v3J4VBoFU2 .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-v3J4VBoFU2 .offcanvas-body .mbr-text,
  .cid-v3J4VBoFU2 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v3J4VBoFU2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #988a72;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v3J4VBoFU2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v3J4VBoFU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v3J4VBoFU2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-v3J4VBoFU2 li.nav-item::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #e70600;
    transition: all .4s ease;
    border-radius: 50%;
    margin: 0 auto;
    transform: translateY(250%);
    opacity: 0;
  }
  .cid-v3J4VBoFU2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v3J4VBoFU2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3J4VBoFU2 .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .nav-item {
    margin: 0 !important;
  }
}
.cid-v3J4VBoFU2 .dropdown-menu {
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3J4VBoFU2 .dropdown-menu {
    padding: 18px 24px 22px;
    min-width: 250px;
    top: 49px !important;
    left: -40px !important;
  }
  .cid-v3J4VBoFU2 .dropdown-menu.dropdown-submenu {
    left: 196px !important;
    top: -82% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v3J4VBoFU2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3J4VBoFU2 .offcanvas_box {
    display: none;
  }
}
.cid-v3J4VBoFU2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v3J4VBoFU2 .dropdown-item:hover {
  color: green;
}
.cid-v3J4VBoFU2 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.cid-v3J4VBoFU2 .nav-link {
  position: relative;
  color: #1E1C21;
}
.cid-v3J4VBoFU2 .container {
  display: flex;
  margin: auto;
}
.cid-v3J4VBoFU2 .iconfont-wrapper {
  width: 32px;
  margin: 5px;
  color: #ffffff;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-v3J4VBoFU2 .iconfont-wrapper:hover {
  color: #eeeeee;
}
.cid-v3J4VBoFU2 .navbar-caption {
  color: #ffffff;
}
.cid-v3J4VBoFU2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-v3J4VBoFU2 .navbar-nav {
    margin: 0 20px;
  }
}
.cid-v3J4VBoFU2 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v3J4VBoFU2 .nav-item:focus,
.cid-v3J4VBoFU2 .nav-link:focus {
  outline: none;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3J4VBoFU2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3J4VBoFU2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3J4VBoFU2 .navbar {
  min-height: 75px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v3J4VBoFU2 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3J4VBoFU2 .navbar .dropdown-item {
  padding: 0 10px;
  margin: 8px 0;
}
.cid-v3J4VBoFU2 .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-v3J4VBoFU2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v3J4VBoFU2 .navbar.collapsed {
  justify-content: center;
}
.cid-v3J4VBoFU2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3J4VBoFU2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3J4VBoFU2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3J4VBoFU2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-collapse {
    padding: 16px 0;
    border-radius: 25px;
  }
  .cid-v3J4VBoFU2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3J4VBoFU2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu {
    margin-top: 1rem;
    padding: 6px 12px;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-logo img {
    height: 2.7rem !important;
  }
  .cid-v3J4VBoFU2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v3J4VBoFU2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
    white-space: pre-wrap;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3J4VBoFU2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3J4VBoFU2 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3J4VBoFU2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3J4VBoFU2 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-v3J4VBoFU2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3J4VBoFU2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3J4VBoFU2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3J4VBoFU2 .dropdown-item.active,
.cid-v3J4VBoFU2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3J4VBoFU2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3J4VBoFU2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3J4VBoFU2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v3J4VBoFU2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3J4VBoFU2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #988a72;
  background: #ffffff;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #988a72;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-v3J4VBoFU2 .nav-item:hover::after {
  transform: translateY(50%);
  opacity: 1;
}
.cid-v3J4VBoFU2 .icons-menu {
  margin-bottom: 35px;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3J4VBoFU2 .navbar {
    height: 70px;
  }
  .cid-v3J4VBoFU2 .navbar.opened {
    height: auto;
  }
  .cid-v3J4VBoFU2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3J4VBoFU2 .navbar-caption:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 .nav-link:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 .mbr-iconfont {
  font-size: 21px;
}
.cid-v3J4VBoFU2 .navbar-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .navbar-wrap {
    display: block;
  }
}
.cid-v3J4VBoFU2 .mbr-section-subtitle {
  color: #1E1C21;
  text-align: left;
}
.cid-v3J4VBoFU2 .mbr-text {
  color: #1E1C21;
  text-align: left;
}
.cid-v3J4VBoFU2 .text_widget a:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3J4VBoFU2 ul.share_ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  margin-bottom: 1px;
}
.cid-v3J4VBoFU2 li.share_li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 1px;
}
.cid-v3J4VBoFU2 .object {
  position: absolute;
  top: -5px;
  right: 3px;
  display: block;
}
.cid-v3J4VBoFU2 .object_community04 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v3J4VBoFU2 .object_community01 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v3J4VBoFU2 .for-index-page {
  position: fixed;
  left: 0;
  bottom: 200px;
  padding: 0px;
  z-index: 1000;
  box-shadow: 2px 2px 2px 1px #000000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 15px 15px 0px;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.cid-v3J4VBoFU2 .button_action {
  height: 130px;
  width: 55px;
}
.cid-v3J4VBoFU2 .button_text {
  font-family: Microsoft JhengHei;
  font-weight: 400;
  font-size: .75rem;
  letter-spacing: 0.1rem;
  color: #000;
  text-align: center;
  top: 0px;
}
@media (max-width: 1440px) {
  .cid-v3J4VBoFU2 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v3J4VBoFU2 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v3J4VBoFU2 .button_action {
    height: 120px;
    width: 50px;
  }
  .cid-v3J4VBoFU2 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: 0.075rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .cid-v3J4VBoFU2 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v3J4VBoFU2 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v3J4VBoFU2 .button_action {
    height: 98px;
    width: 42px;
  }
  .cid-v3J4VBoFU2 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 300;
    font-size: .5rem;
    letter-spacing: 0.05rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
.cid-v3J4VBoFU2 .progress-container {
  will-change: transform;
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: transparent;
  top: 0;
}
.cid-v3J4VBoFU2 .progress-bar {
  height: 5px;
  background-image: linear-gradient(90deg, #e1d8c7, #e70600);
  width: 0%;
}
.cid-v3J4VBoFU2 .sticky2 {
  position: fixed;
  top: 0;
  width: 100%;
}
.cid-v3DuwYqBvv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f0eee9;
  overflow: hidden;
  position: relative;
}
.cid-v3DuwYqBvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DuwYqBvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DuwYqBvv::before,
.cid-v3DuwYqBvv::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e70600;
}
.cid-v3DuwYqBvv::before {
  top: 0;
}
.cid-v3DuwYqBvv::after {
  bottom: 0;
}
.cid-v3DuwYqBvv .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v3DuwYqBvv .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v3DuwYqBvv .content-wrapper::before,
.cid-v3DuwYqBvv .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #e70600;
}
.cid-v3DuwYqBvv .content-wrapper::before {
  left: 0;
}
.cid-v3DuwYqBvv .content-wrapper::after {
  right: 0;
}
.cid-v3DuwYqBvv .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-v3DuwYqBvv .mbr-section-title {
  margin-bottom: 32px;
  color: #000000;
}
.cid-v3DuwYqBvv .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v3DuwYqBvv .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v3DuwYqBvv .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3DuwYqBvv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3DuwYqBvv .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v3DuwYqBvv .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #f0eee9;
  box-shadow: 0 -28px 0 #f0eee9;
  transform: none;
}
.cid-v3DuwYqBvv .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v3DuwYqBvv .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v3DuwYqBvv .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v3DuwYqBvv .image-wrapper .image-wrap img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v3DuwYqBvv .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v3DuwYqBvv .mbr-text {
  color: #0a0a0a;
}
.cid-v3DuwYqBvv .mbr-text,
.cid-v3DuwYqBvv .text-wrapper {
  text-align: left;
  color: #777777;
}
.cid-v3DuwYqBvv .mbr-label {
  color: #e70600;
  font-weight: 700;
}
.cid-v3DuwYLRnJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DuwYLRnJ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuwYLRnJ .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuwYLRnJ .mbr-section-title {
  color: #000000;
}
.cid-v3DuwZlKbW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DuwZlKbW .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuwZlKbW .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuwZlKbW .mbr-section-title {
  color: #988a72;
}
.cid-v3DuwZEldH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DuwZEldH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DuwZEldH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DuwZEldH img {
  width: 100%;
}
.cid-v3DuwZEldH .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DuwZEldH .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DuwZXIzk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DuwZXIzk .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuwZXIzk .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuwZXIzk .mbr-section-title {
  color: #988a72;
}
.cid-v3Dux0zlNY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3Dux0zlNY .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3Dux0zlNY .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3Dux0zlNY .mbr-section-title {
  color: #988a72;
}
.cid-v3Dux0To7K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3Dux0To7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Dux0To7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Dux0To7K img {
  width: 100%;
}
.cid-v3Dux0To7K .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3Dux0To7K .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3Dux1e8Ig {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3Dux1e8Ig .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3Dux1e8Ig .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3Dux1e8Ig .mbr-section-title {
  color: #988a72;
}
.cid-v3Dux1zeOd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3Dux1zeOd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Dux1zeOd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Dux1zeOd img {
  width: 100%;
}
.cid-v3Dux1zeOd .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3Dux1zeOd .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3Dux1T9n2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3Dux1T9n2 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3Dux1T9n2 .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3Dux1T9n2 .mbr-section-title {
  color: #988a72;
}
.cid-v3Dux3Q8U7 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3Dux3Q8U7 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3Dux3Q8U7 .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3Dux3Q8U7 .mbr-section-title {
  color: #988a72;
}
.cid-v3Dux4dF51 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0eee9;
}
.cid-v3Dux4dF51 .item-content .mbr-text a {
  font-weight: 700;
}
.cid-v3Dux4dF51 .mbr-text {
  text-align: left;
  font-weight: 700;
  color: #000000;
}
.cid-v3Dux4dF51 .wrap {
  width: 100%;
  padding: 0 1rem;
}
.cid-v3Dux4dF51 .item-content {
  padding: 1rem;
}
.cid-v3Dux4dF51 img,
.cid-v3Dux4dF51 .item-img {
  width: 100%;
}
.cid-v3Dux4dF51 .item:focus,
.cid-v3Dux4dF51 span:focus {
  outline: none;
}
.cid-v3Dux4dF51 .item-wrapper {
  position: relative;
}
.cid-v3Dux4dF51 .slide-content {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v3Dux4dF51 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 320px;
  max-width: 320px;
}
@media (max-width: 768px) {
  .cid-v3Dux4dF51 .embla__slide {
    min-width: 270px;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v3Dux4dF51 .embla__button--next,
.cid-v3Dux4dF51 .embla__button--prev {
  display: flex;
}
.cid-v3Dux4dF51 .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v3Dux4dF51 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3Dux4dF51 .embla__button:hover {
  background: #000000;
  opacity: .7;
}
.cid-v3Dux4dF51 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3Dux4dF51 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3Dux4dF51 .embla__button {
    top: auto;
  }
}
.cid-v3Dux4dF51 .embla {
  position: relative;
  width: 100%;
}
.cid-v3Dux4dF51 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v3Dux4dF51 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3Dux4dF51 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3Dux4dF51 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3Dux4dF51 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3Dux4dF51 .mbr-section-btn {
  margin-top: 3rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v3Dux4dF51 img {
  border-radius: 0 !important;
}
.cid-v3Dux4QxHW {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ded8cd;
}
.cid-v3Dux4QxHW .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3Dux4QxHW .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-v3Dux4QxHW .copyright {
    margin-bottom: 2rem;
  }
}
.cid-v3Dux4QxHW .card-title {
  text-align: center;
  color: #000000;
}
.cid-v3Dux4QxHW .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-v3Dux4QxHW .card-text a {
  font-weight: 400;
}
.cid-v3Dux4QxHW .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-v3Dux4QxHW hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-v3Dux4QxHW .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-v3Dux4QxHW .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-v3Dux4QxHW .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-v3Dux4QxHW .footer-menu span {
  color: #000000;
}
.cid-v3Dux4QxHW .footer-menu span a {
  font-weight: 400;
}
.cid-v3J4VBoFU2 {
  z-index: 1000;
  width: 100%;
}
.cid-v3J4VBoFU2 .container-fluid {
  padding: 0 1rem;
}
.cid-v3J4VBoFU2 .navbar-dropdown {
  background: rgba(152, 138, 114, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-v3J4VBoFU2 .menu_box {
  transition: all 0s ease 0s;
}
.cid-v3J4VBoFU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  border-radius: 10px  !important;
  background: #988a72 !important;
}
.cid-v3J4VBoFU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3J4VBoFU2 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v3J4VBoFU2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v3J4VBoFU2 .mbr-section-btn .btn {
  height: 66px;
  min-width: 120px;
  box-shadow: none;
  color: #988a72 !important;
}
.cid-v3J4VBoFU2 .mbr-section-btn .btn:hover {
  box-shadow: none;
}
@media (max-width: 575px) {
  .cid-v3J4VBoFU2 .mbr-section-btn .btn {
    min-width: 120px;
    width: 120px;
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .cid-v3J4VBoFU2 .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #dcd3f7;
  }
  .cid-v3J4VBoFU2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v3J4VBoFU2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v3J4VBoFU2 .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v3J4VBoFU2 .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-v3J4VBoFU2 .offcanvas-body .mbr-text,
  .cid-v3J4VBoFU2 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v3J4VBoFU2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #988a72;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v3J4VBoFU2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v3J4VBoFU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v3J4VBoFU2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-v3J4VBoFU2 li.nav-item::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #e70600;
    transition: all .4s ease;
    border-radius: 50%;
    margin: 0 auto;
    transform: translateY(250%);
    opacity: 0;
  }
  .cid-v3J4VBoFU2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v3J4VBoFU2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3J4VBoFU2 .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .nav-item {
    margin: 0 !important;
  }
}
.cid-v3J4VBoFU2 .dropdown-menu {
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3J4VBoFU2 .dropdown-menu {
    padding: 18px 24px 22px;
    min-width: 250px;
    top: 49px !important;
    left: -40px !important;
  }
  .cid-v3J4VBoFU2 .dropdown-menu.dropdown-submenu {
    left: 196px !important;
    top: -82% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v3J4VBoFU2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3J4VBoFU2 .offcanvas_box {
    display: none;
  }
}
.cid-v3J4VBoFU2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v3J4VBoFU2 .dropdown-item:hover {
  color: green;
}
.cid-v3J4VBoFU2 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.cid-v3J4VBoFU2 .nav-link {
  position: relative;
  color: #1E1C21;
}
.cid-v3J4VBoFU2 .container {
  display: flex;
  margin: auto;
}
.cid-v3J4VBoFU2 .iconfont-wrapper {
  width: 32px;
  margin: 5px;
  color: #ffffff;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-v3J4VBoFU2 .iconfont-wrapper:hover {
  color: #eeeeee;
}
.cid-v3J4VBoFU2 .navbar-caption {
  color: #ffffff;
}
.cid-v3J4VBoFU2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-v3J4VBoFU2 .navbar-nav {
    margin: 0 20px;
  }
}
.cid-v3J4VBoFU2 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v3J4VBoFU2 .nav-item:focus,
.cid-v3J4VBoFU2 .nav-link:focus {
  outline: none;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3J4VBoFU2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3J4VBoFU2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3J4VBoFU2 .navbar {
  min-height: 75px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v3J4VBoFU2 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3J4VBoFU2 .navbar .dropdown-item {
  padding: 0 10px;
  margin: 8px 0;
}
.cid-v3J4VBoFU2 .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-v3J4VBoFU2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v3J4VBoFU2 .navbar.collapsed {
  justify-content: center;
}
.cid-v3J4VBoFU2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3J4VBoFU2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3J4VBoFU2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3J4VBoFU2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-collapse {
    padding: 16px 0;
    border-radius: 25px;
  }
  .cid-v3J4VBoFU2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3J4VBoFU2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu {
    margin-top: 1rem;
    padding: 6px 12px;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-logo img {
    height: 2.7rem !important;
  }
  .cid-v3J4VBoFU2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v3J4VBoFU2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
    white-space: pre-wrap;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3J4VBoFU2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3J4VBoFU2 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3J4VBoFU2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3J4VBoFU2 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-v3J4VBoFU2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3J4VBoFU2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3J4VBoFU2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3J4VBoFU2 .dropdown-item.active,
.cid-v3J4VBoFU2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3J4VBoFU2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3J4VBoFU2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3J4VBoFU2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v3J4VBoFU2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3J4VBoFU2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #988a72;
  background: #ffffff;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #988a72;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-v3J4VBoFU2 .nav-item:hover::after {
  transform: translateY(50%);
  opacity: 1;
}
.cid-v3J4VBoFU2 .icons-menu {
  margin-bottom: 35px;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3J4VBoFU2 .navbar {
    height: 70px;
  }
  .cid-v3J4VBoFU2 .navbar.opened {
    height: auto;
  }
  .cid-v3J4VBoFU2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3J4VBoFU2 .navbar-caption:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 .nav-link:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 .mbr-iconfont {
  font-size: 21px;
}
.cid-v3J4VBoFU2 .navbar-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .navbar-wrap {
    display: block;
  }
}
.cid-v3J4VBoFU2 .mbr-section-subtitle {
  color: #1E1C21;
  text-align: left;
}
.cid-v3J4VBoFU2 .mbr-text {
  color: #1E1C21;
  text-align: left;
}
.cid-v3J4VBoFU2 .text_widget a:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3J4VBoFU2 ul.share_ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  margin-bottom: 1px;
}
.cid-v3J4VBoFU2 li.share_li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 1px;
}
.cid-v3J4VBoFU2 .object {
  position: absolute;
  top: -5px;
  right: 3px;
  display: block;
}
.cid-v3J4VBoFU2 .object_community04 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v3J4VBoFU2 .object_community01 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v3J4VBoFU2 .for-index-page {
  position: fixed;
  left: 0;
  bottom: 200px;
  padding: 0px;
  z-index: 1000;
  box-shadow: 2px 2px 2px 1px #000000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 15px 15px 0px;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.cid-v3J4VBoFU2 .button_action {
  height: 130px;
  width: 55px;
}
.cid-v3J4VBoFU2 .button_text {
  font-family: Microsoft JhengHei;
  font-weight: 400;
  font-size: .75rem;
  letter-spacing: 0.1rem;
  color: #000;
  text-align: center;
  top: 0px;
}
@media (max-width: 1440px) {
  .cid-v3J4VBoFU2 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v3J4VBoFU2 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v3J4VBoFU2 .button_action {
    height: 120px;
    width: 50px;
  }
  .cid-v3J4VBoFU2 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: 0.075rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .cid-v3J4VBoFU2 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v3J4VBoFU2 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v3J4VBoFU2 .button_action {
    height: 98px;
    width: 42px;
  }
  .cid-v3J4VBoFU2 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 300;
    font-size: .5rem;
    letter-spacing: 0.05rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
.cid-v3J4VBoFU2 .progress-container {
  will-change: transform;
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: transparent;
  top: 0;
}
.cid-v3J4VBoFU2 .progress-bar {
  height: 5px;
  background-image: linear-gradient(90deg, #e1d8c7, #e70600);
  width: 0%;
}
.cid-v3J4VBoFU2 .sticky2 {
  position: fixed;
  top: 0;
  width: 100%;
}
.cid-v3DuxoDsqK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f0eee9;
  overflow: hidden;
  position: relative;
}
.cid-v3DuxoDsqK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DuxoDsqK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DuxoDsqK::before,
.cid-v3DuxoDsqK::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e70600;
}
.cid-v3DuxoDsqK::before {
  top: 0;
}
.cid-v3DuxoDsqK::after {
  bottom: 0;
}
.cid-v3DuxoDsqK .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v3DuxoDsqK .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v3DuxoDsqK .content-wrapper::before,
.cid-v3DuxoDsqK .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #e70600;
}
.cid-v3DuxoDsqK .content-wrapper::before {
  left: 0;
}
.cid-v3DuxoDsqK .content-wrapper::after {
  right: 0;
}
.cid-v3DuxoDsqK .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-v3DuxoDsqK .mbr-section-title {
  margin-bottom: 32px;
  color: #000000;
}
.cid-v3DuxoDsqK .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v3DuxoDsqK .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v3DuxoDsqK .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3DuxoDsqK .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3DuxoDsqK .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v3DuxoDsqK .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #f0eee9;
  box-shadow: 0 -28px 0 #f0eee9;
  transform: none;
}
.cid-v3DuxoDsqK .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v3DuxoDsqK .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v3DuxoDsqK .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v3DuxoDsqK .image-wrapper .image-wrap img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v3DuxoDsqK .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v3DuxoDsqK .mbr-text {
  color: #0a0a0a;
}
.cid-v3DuxoDsqK .mbr-text,
.cid-v3DuxoDsqK .text-wrapper {
  text-align: left;
  color: #777777;
}
.cid-v3DuxoDsqK .mbr-label {
  color: #e70600;
  font-weight: 700;
}
.cid-v3DuxoYsf0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DuxoYsf0 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuxoYsf0 .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuxoYsf0 .mbr-section-title {
  color: #000000;
}
.cid-v3DuxpyxSW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DuxpyxSW .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DuxpyxSW .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DuxpyxSW .mbr-section-title {
  color: #988a72;
}
.cid-v5wlwikXJR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5wlwikXJR .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v5wlwikXJR .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v5wlwikXJR .mbr-section-title {
  color: #988a72;
}
.cid-v53KijQqCb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v53KijQqCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53KijQqCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53KijQqCb img {
  width: 100%;
}
.cid-v53KijQqCb .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v53KijQqCb .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3Duxq9kMi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3Duxq9kMi .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3Duxq9kMi .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3Duxq9kMi .mbr-section-title {
  color: #988a72;
}
.cid-v5wlJRq7CB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5wlJRq7CB .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v5wlJRq7CB .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v5wlJRq7CB .mbr-section-title {
  color: #988a72;
}
.cid-v3Duxu8lik {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3Duxu8lik .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3Duxu8lik .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3Duxu8lik .mbr-section-title {
  color: #988a72;
}
.cid-v3DuxuvWjH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0eee9;
}
.cid-v3DuxuvWjH .item-content .mbr-text a {
  font-weight: 700;
}
.cid-v3DuxuvWjH .mbr-text {
  text-align: left;
  font-weight: 700;
  color: #000000;
}
.cid-v3DuxuvWjH .wrap {
  width: 100%;
  padding: 0 1rem;
}
.cid-v3DuxuvWjH .item-content {
  padding: 1rem;
}
.cid-v3DuxuvWjH img,
.cid-v3DuxuvWjH .item-img {
  width: 100%;
}
.cid-v3DuxuvWjH .item:focus,
.cid-v3DuxuvWjH span:focus {
  outline: none;
}
.cid-v3DuxuvWjH .item-wrapper {
  position: relative;
}
.cid-v3DuxuvWjH .slide-content {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v3DuxuvWjH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 320px;
  max-width: 320px;
}
@media (max-width: 768px) {
  .cid-v3DuxuvWjH .embla__slide {
    min-width: 270px;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v3DuxuvWjH .embla__button--next,
.cid-v3DuxuvWjH .embla__button--prev {
  display: flex;
}
.cid-v3DuxuvWjH .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v3DuxuvWjH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3DuxuvWjH .embla__button:hover {
  background: #000000;
  opacity: .7;
}
.cid-v3DuxuvWjH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3DuxuvWjH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3DuxuvWjH .embla__button {
    top: auto;
  }
}
.cid-v3DuxuvWjH .embla {
  position: relative;
  width: 100%;
}
.cid-v3DuxuvWjH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v3DuxuvWjH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3DuxuvWjH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3DuxuvWjH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3DuxuvWjH .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3DuxuvWjH .mbr-section-btn {
  margin-top: 3rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v3DuxuvWjH img {
  border-radius: 0 !important;
}
.cid-v3Duxv7uHF {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ded8cd;
}
.cid-v3Duxv7uHF .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3Duxv7uHF .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-v3Duxv7uHF .copyright {
    margin-bottom: 2rem;
  }
}
.cid-v3Duxv7uHF .card-title {
  text-align: center;
  color: #000000;
}
.cid-v3Duxv7uHF .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-v3Duxv7uHF .card-text a {
  font-weight: 400;
}
.cid-v3Duxv7uHF .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-v3Duxv7uHF hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-v3Duxv7uHF .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-v3Duxv7uHF .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-v3Duxv7uHF .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-v3Duxv7uHF .footer-menu span {
  color: #000000;
}
.cid-v3Duxv7uHF .footer-menu span a {
  font-weight: 400;
}
.cid-v3J4VBoFU2 {
  z-index: 1000;
  width: 100%;
}
.cid-v3J4VBoFU2 .container-fluid {
  padding: 0 1rem;
}
.cid-v3J4VBoFU2 .navbar-dropdown {
  background: rgba(152, 138, 114, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-v3J4VBoFU2 .menu_box {
  transition: all 0s ease 0s;
}
.cid-v3J4VBoFU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  border-radius: 10px  !important;
  background: #988a72 !important;
}
.cid-v3J4VBoFU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3J4VBoFU2 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v3J4VBoFU2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v3J4VBoFU2 .mbr-section-btn .btn {
  height: 66px;
  min-width: 120px;
  box-shadow: none;
  color: #988a72 !important;
}
.cid-v3J4VBoFU2 .mbr-section-btn .btn:hover {
  box-shadow: none;
}
@media (max-width: 575px) {
  .cid-v3J4VBoFU2 .mbr-section-btn .btn {
    min-width: 120px;
    width: 120px;
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .cid-v3J4VBoFU2 .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #dcd3f7;
  }
  .cid-v3J4VBoFU2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v3J4VBoFU2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v3J4VBoFU2 .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v3J4VBoFU2 .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-v3J4VBoFU2 .offcanvas-body .mbr-text,
  .cid-v3J4VBoFU2 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v3J4VBoFU2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #988a72;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v3J4VBoFU2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v3J4VBoFU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v3J4VBoFU2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-v3J4VBoFU2 li.nav-item::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #e70600;
    transition: all .4s ease;
    border-radius: 50%;
    margin: 0 auto;
    transform: translateY(250%);
    opacity: 0;
  }
  .cid-v3J4VBoFU2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v3J4VBoFU2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3J4VBoFU2 .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .nav-item {
    margin: 0 !important;
  }
}
.cid-v3J4VBoFU2 .dropdown-menu {
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3J4VBoFU2 .dropdown-menu {
    padding: 18px 24px 22px;
    min-width: 250px;
    top: 49px !important;
    left: -40px !important;
  }
  .cid-v3J4VBoFU2 .dropdown-menu.dropdown-submenu {
    left: 196px !important;
    top: -82% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v3J4VBoFU2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3J4VBoFU2 .offcanvas_box {
    display: none;
  }
}
.cid-v3J4VBoFU2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v3J4VBoFU2 .dropdown-item:hover {
  color: green;
}
.cid-v3J4VBoFU2 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.cid-v3J4VBoFU2 .nav-link {
  position: relative;
  color: #1E1C21;
}
.cid-v3J4VBoFU2 .container {
  display: flex;
  margin: auto;
}
.cid-v3J4VBoFU2 .iconfont-wrapper {
  width: 32px;
  margin: 5px;
  color: #ffffff;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-v3J4VBoFU2 .iconfont-wrapper:hover {
  color: #eeeeee;
}
.cid-v3J4VBoFU2 .navbar-caption {
  color: #ffffff;
}
.cid-v3J4VBoFU2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-v3J4VBoFU2 .navbar-nav {
    margin: 0 20px;
  }
}
.cid-v3J4VBoFU2 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v3J4VBoFU2 .nav-item:focus,
.cid-v3J4VBoFU2 .nav-link:focus {
  outline: none;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3J4VBoFU2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3J4VBoFU2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3J4VBoFU2 .navbar {
  min-height: 75px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v3J4VBoFU2 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3J4VBoFU2 .navbar .dropdown-item {
  padding: 0 10px;
  margin: 8px 0;
}
.cid-v3J4VBoFU2 .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-v3J4VBoFU2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v3J4VBoFU2 .navbar.collapsed {
  justify-content: center;
}
.cid-v3J4VBoFU2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3J4VBoFU2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3J4VBoFU2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3J4VBoFU2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-collapse {
    padding: 16px 0;
    border-radius: 25px;
  }
  .cid-v3J4VBoFU2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3J4VBoFU2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu {
    margin-top: 1rem;
    padding: 6px 12px;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-logo img {
    height: 2.7rem !important;
  }
  .cid-v3J4VBoFU2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v3J4VBoFU2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
    white-space: pre-wrap;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3J4VBoFU2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3J4VBoFU2 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3J4VBoFU2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3J4VBoFU2 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-v3J4VBoFU2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3J4VBoFU2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3J4VBoFU2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3J4VBoFU2 .dropdown-item.active,
.cid-v3J4VBoFU2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3J4VBoFU2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3J4VBoFU2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3J4VBoFU2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v3J4VBoFU2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3J4VBoFU2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #988a72;
  background: #ffffff;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #988a72;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-v3J4VBoFU2 .nav-item:hover::after {
  transform: translateY(50%);
  opacity: 1;
}
.cid-v3J4VBoFU2 .icons-menu {
  margin-bottom: 35px;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3J4VBoFU2 .navbar {
    height: 70px;
  }
  .cid-v3J4VBoFU2 .navbar.opened {
    height: auto;
  }
  .cid-v3J4VBoFU2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3J4VBoFU2 .navbar-caption:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 .nav-link:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 .mbr-iconfont {
  font-size: 21px;
}
.cid-v3J4VBoFU2 .navbar-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .navbar-wrap {
    display: block;
  }
}
.cid-v3J4VBoFU2 .mbr-section-subtitle {
  color: #1E1C21;
  text-align: left;
}
.cid-v3J4VBoFU2 .mbr-text {
  color: #1E1C21;
  text-align: left;
}
.cid-v3J4VBoFU2 .text_widget a:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3J4VBoFU2 ul.share_ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  margin-bottom: 1px;
}
.cid-v3J4VBoFU2 li.share_li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 1px;
}
.cid-v3J4VBoFU2 .object {
  position: absolute;
  top: -5px;
  right: 3px;
  display: block;
}
.cid-v3J4VBoFU2 .object_community04 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v3J4VBoFU2 .object_community01 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v3J4VBoFU2 .for-index-page {
  position: fixed;
  left: 0;
  bottom: 200px;
  padding: 0px;
  z-index: 1000;
  box-shadow: 2px 2px 2px 1px #000000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 15px 15px 0px;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.cid-v3J4VBoFU2 .button_action {
  height: 130px;
  width: 55px;
}
.cid-v3J4VBoFU2 .button_text {
  font-family: Microsoft JhengHei;
  font-weight: 400;
  font-size: .75rem;
  letter-spacing: 0.1rem;
  color: #000;
  text-align: center;
  top: 0px;
}
@media (max-width: 1440px) {
  .cid-v3J4VBoFU2 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v3J4VBoFU2 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v3J4VBoFU2 .button_action {
    height: 120px;
    width: 50px;
  }
  .cid-v3J4VBoFU2 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: 0.075rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .cid-v3J4VBoFU2 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v3J4VBoFU2 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v3J4VBoFU2 .button_action {
    height: 98px;
    width: 42px;
  }
  .cid-v3J4VBoFU2 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 300;
    font-size: .5rem;
    letter-spacing: 0.05rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
.cid-v3J4VBoFU2 .progress-container {
  will-change: transform;
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: transparent;
  top: 0;
}
.cid-v3J4VBoFU2 .progress-bar {
  height: 5px;
  background-image: linear-gradient(90deg, #e1d8c7, #e70600);
  width: 0%;
}
.cid-v3J4VBoFU2 .sticky2 {
  position: fixed;
  top: 0;
  width: 100%;
}
.cid-v3DChDDzvW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f0eee9;
  overflow: hidden;
  position: relative;
}
.cid-v3DChDDzvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DChDDzvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DChDDzvW::before,
.cid-v3DChDDzvW::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e70600;
}
.cid-v3DChDDzvW::before {
  top: 0;
}
.cid-v3DChDDzvW::after {
  bottom: 0;
}
.cid-v3DChDDzvW .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v3DChDDzvW .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v3DChDDzvW .content-wrapper::before,
.cid-v3DChDDzvW .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #e70600;
}
.cid-v3DChDDzvW .content-wrapper::before {
  left: 0;
}
.cid-v3DChDDzvW .content-wrapper::after {
  right: 0;
}
.cid-v3DChDDzvW .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-v3DChDDzvW .mbr-section-title {
  margin-bottom: 32px;
  color: #000000;
}
.cid-v3DChDDzvW .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v3DChDDzvW .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v3DChDDzvW .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3DChDDzvW .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3DChDDzvW .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v3DChDDzvW .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #f0eee9;
  box-shadow: 0 -28px 0 #f0eee9;
  transform: none;
}
.cid-v3DChDDzvW .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v3DChDDzvW .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v3DChDDzvW .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v3DChDDzvW .image-wrapper .image-wrap img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v3DChDDzvW .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v3DChDDzvW .mbr-text {
  color: #0a0a0a;
}
.cid-v3DChDDzvW .mbr-text,
.cid-v3DChDDzvW .text-wrapper {
  text-align: left;
  color: #777777;
}
.cid-v3DChDDzvW .mbr-label {
  color: #e70600;
  font-weight: 700;
}
.cid-v3DChDZ5a5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DChDZ5a5 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DChDZ5a5 .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DChDZ5a5 .mbr-section-title {
  color: #000000;
}
.cid-v5wm37mo8d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5wm37mo8d .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v5wm37mo8d .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v5wm37mo8d .mbr-section-title {
  color: #000000;
}
.cid-v3DChEiKGq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DChEiKGq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DChEiKGq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DChEiKGq img {
  width: 100%;
}
.cid-v3DChEiKGq .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DChEiKGq .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DChEBrFG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DChEBrFG .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DChEBrFG .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DChEBrFG .mbr-section-title {
  color: #988a72;
}
.cid-v3DChEU3iw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DChEU3iw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DChEU3iw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DChEU3iw img {
  width: 100%;
}
.cid-v3DChEU3iw .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DChEU3iw .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DChFe9vU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DChFe9vU .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DChFe9vU .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DChFe9vU .mbr-section-title {
  color: #988a72;
}
.cid-v3DChFW4pp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DChFW4pp .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DChFW4pp .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DChFW4pp .mbr-section-title {
  color: #988a72;
}
.cid-v3DChJqdvH {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3DChJqdvH .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DChJqdvH .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DChJqdvH .mbr-section-title {
  color: #988a72;
}
.cid-v3DChJMaxR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0eee9;
}
.cid-v3DChJMaxR .item-content .mbr-text a {
  font-weight: 700;
}
.cid-v3DChJMaxR .mbr-text {
  text-align: left;
  font-weight: 700;
  color: #000000;
}
.cid-v3DChJMaxR .wrap {
  width: 100%;
  padding: 0 1rem;
}
.cid-v3DChJMaxR .item-content {
  padding: 1rem;
}
.cid-v3DChJMaxR img,
.cid-v3DChJMaxR .item-img {
  width: 100%;
}
.cid-v3DChJMaxR .item:focus,
.cid-v3DChJMaxR span:focus {
  outline: none;
}
.cid-v3DChJMaxR .item-wrapper {
  position: relative;
}
.cid-v3DChJMaxR .slide-content {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v3DChJMaxR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 320px;
  max-width: 320px;
}
@media (max-width: 768px) {
  .cid-v3DChJMaxR .embla__slide {
    min-width: 270px;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v3DChJMaxR .embla__button--next,
.cid-v3DChJMaxR .embla__button--prev {
  display: flex;
}
.cid-v3DChJMaxR .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v3DChJMaxR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3DChJMaxR .embla__button:hover {
  background: #000000;
  opacity: .7;
}
.cid-v3DChJMaxR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3DChJMaxR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3DChJMaxR .embla__button {
    top: auto;
  }
}
.cid-v3DChJMaxR .embla {
  position: relative;
  width: 100%;
}
.cid-v3DChJMaxR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v3DChJMaxR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3DChJMaxR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3DChJMaxR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3DChJMaxR .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3DChJMaxR .mbr-section-btn {
  margin-top: 3rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v3DChJMaxR img {
  border-radius: 0 !important;
}
.cid-v3DChKtJdS {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ded8cd;
}
.cid-v3DChKtJdS .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3DChKtJdS .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-v3DChKtJdS .copyright {
    margin-bottom: 2rem;
  }
}
.cid-v3DChKtJdS .card-title {
  text-align: center;
  color: #000000;
}
.cid-v3DChKtJdS .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-v3DChKtJdS .card-text a {
  font-weight: 400;
}
.cid-v3DChKtJdS .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-v3DChKtJdS hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-v3DChKtJdS .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-v3DChKtJdS .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-v3DChKtJdS .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-v3DChKtJdS .footer-menu span {
  color: #000000;
}
.cid-v3DChKtJdS .footer-menu span a {
  font-weight: 400;
}
.cid-v3J4VBoFU2 {
  z-index: 1000;
  width: 100%;
}
.cid-v3J4VBoFU2 .container-fluid {
  padding: 0 1rem;
}
.cid-v3J4VBoFU2 .navbar-dropdown {
  background: rgba(152, 138, 114, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-v3J4VBoFU2 .menu_box {
  transition: all 0s ease 0s;
}
.cid-v3J4VBoFU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  border-radius: 10px  !important;
  background: #988a72 !important;
}
.cid-v3J4VBoFU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3J4VBoFU2 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v3J4VBoFU2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v3J4VBoFU2 .mbr-section-btn .btn {
  height: 66px;
  min-width: 120px;
  box-shadow: none;
  color: #988a72 !important;
}
.cid-v3J4VBoFU2 .mbr-section-btn .btn:hover {
  box-shadow: none;
}
@media (max-width: 575px) {
  .cid-v3J4VBoFU2 .mbr-section-btn .btn {
    min-width: 120px;
    width: 120px;
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .cid-v3J4VBoFU2 .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #dcd3f7;
  }
  .cid-v3J4VBoFU2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v3J4VBoFU2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v3J4VBoFU2 .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v3J4VBoFU2 .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-v3J4VBoFU2 .offcanvas-body .mbr-text,
  .cid-v3J4VBoFU2 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v3J4VBoFU2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #988a72;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v3J4VBoFU2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v3J4VBoFU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v3J4VBoFU2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-v3J4VBoFU2 li.nav-item::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #e70600;
    transition: all .4s ease;
    border-radius: 50%;
    margin: 0 auto;
    transform: translateY(250%);
    opacity: 0;
  }
  .cid-v3J4VBoFU2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v3J4VBoFU2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3J4VBoFU2 .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .nav-item {
    margin: 0 !important;
  }
}
.cid-v3J4VBoFU2 .dropdown-menu {
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3J4VBoFU2 .dropdown-menu {
    padding: 18px 24px 22px;
    min-width: 250px;
    top: 49px !important;
    left: -40px !important;
  }
  .cid-v3J4VBoFU2 .dropdown-menu.dropdown-submenu {
    left: 196px !important;
    top: -82% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v3J4VBoFU2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3J4VBoFU2 .offcanvas_box {
    display: none;
  }
}
.cid-v3J4VBoFU2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v3J4VBoFU2 .dropdown-item:hover {
  color: green;
}
.cid-v3J4VBoFU2 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.cid-v3J4VBoFU2 .nav-link {
  position: relative;
  color: #1E1C21;
}
.cid-v3J4VBoFU2 .container {
  display: flex;
  margin: auto;
}
.cid-v3J4VBoFU2 .iconfont-wrapper {
  width: 32px;
  margin: 5px;
  color: #ffffff;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-v3J4VBoFU2 .iconfont-wrapper:hover {
  color: #eeeeee;
}
.cid-v3J4VBoFU2 .navbar-caption {
  color: #ffffff;
}
.cid-v3J4VBoFU2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-v3J4VBoFU2 .navbar-nav {
    margin: 0 20px;
  }
}
.cid-v3J4VBoFU2 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v3J4VBoFU2 .nav-item:focus,
.cid-v3J4VBoFU2 .nav-link:focus {
  outline: none;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3J4VBoFU2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3J4VBoFU2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3J4VBoFU2 .navbar {
  min-height: 75px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v3J4VBoFU2 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3J4VBoFU2 .navbar .dropdown-item {
  padding: 0 10px;
  margin: 8px 0;
}
.cid-v3J4VBoFU2 .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-v3J4VBoFU2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v3J4VBoFU2 .navbar.collapsed {
  justify-content: center;
}
.cid-v3J4VBoFU2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3J4VBoFU2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3J4VBoFU2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3J4VBoFU2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-collapse {
    padding: 16px 0;
    border-radius: 25px;
  }
  .cid-v3J4VBoFU2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3J4VBoFU2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu {
    margin-top: 1rem;
    padding: 6px 12px;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-logo img {
    height: 2.7rem !important;
  }
  .cid-v3J4VBoFU2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v3J4VBoFU2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
    white-space: pre-wrap;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3J4VBoFU2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3J4VBoFU2 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3J4VBoFU2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3J4VBoFU2 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-v3J4VBoFU2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3J4VBoFU2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3J4VBoFU2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3J4VBoFU2 .dropdown-item.active,
.cid-v3J4VBoFU2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3J4VBoFU2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3J4VBoFU2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3J4VBoFU2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v3J4VBoFU2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3J4VBoFU2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #988a72;
  background: #ffffff;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #988a72;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-v3J4VBoFU2 .nav-item:hover::after {
  transform: translateY(50%);
  opacity: 1;
}
.cid-v3J4VBoFU2 .icons-menu {
  margin-bottom: 35px;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3J4VBoFU2 .navbar {
    height: 70px;
  }
  .cid-v3J4VBoFU2 .navbar.opened {
    height: auto;
  }
  .cid-v3J4VBoFU2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3J4VBoFU2 .navbar-caption:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 .nav-link:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 .mbr-iconfont {
  font-size: 21px;
}
.cid-v3J4VBoFU2 .navbar-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .navbar-wrap {
    display: block;
  }
}
.cid-v3J4VBoFU2 .mbr-section-subtitle {
  color: #1E1C21;
  text-align: left;
}
.cid-v3J4VBoFU2 .mbr-text {
  color: #1E1C21;
  text-align: left;
}
.cid-v3J4VBoFU2 .text_widget a:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3J4VBoFU2 ul.share_ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  margin-bottom: 1px;
}
.cid-v3J4VBoFU2 li.share_li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 1px;
}
.cid-v3J4VBoFU2 .object {
  position: absolute;
  top: -5px;
  right: 3px;
  display: block;
}
.cid-v3J4VBoFU2 .object_community04 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v3J4VBoFU2 .object_community01 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v3J4VBoFU2 .for-index-page {
  position: fixed;
  left: 0;
  bottom: 200px;
  padding: 0px;
  z-index: 1000;
  box-shadow: 2px 2px 2px 1px #000000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 15px 15px 0px;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.cid-v3J4VBoFU2 .button_action {
  height: 130px;
  width: 55px;
}
.cid-v3J4VBoFU2 .button_text {
  font-family: Microsoft JhengHei;
  font-weight: 400;
  font-size: .75rem;
  letter-spacing: 0.1rem;
  color: #000;
  text-align: center;
  top: 0px;
}
@media (max-width: 1440px) {
  .cid-v3J4VBoFU2 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v3J4VBoFU2 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v3J4VBoFU2 .button_action {
    height: 120px;
    width: 50px;
  }
  .cid-v3J4VBoFU2 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: 0.075rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .cid-v3J4VBoFU2 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v3J4VBoFU2 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v3J4VBoFU2 .button_action {
    height: 98px;
    width: 42px;
  }
  .cid-v3J4VBoFU2 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 300;
    font-size: .5rem;
    letter-spacing: 0.05rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
.cid-v3J4VBoFU2 .progress-container {
  will-change: transform;
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: transparent;
  top: 0;
}
.cid-v3J4VBoFU2 .progress-bar {
  height: 5px;
  background-image: linear-gradient(90deg, #e1d8c7, #e70600);
  width: 0%;
}
.cid-v3J4VBoFU2 .sticky2 {
  position: fixed;
  top: 0;
  width: 100%;
}
.cid-v3DCieIaUK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f0eee9;
  overflow: hidden;
  position: relative;
}
.cid-v3DCieIaUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DCieIaUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DCieIaUK::before,
.cid-v3DCieIaUK::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e70600;
}
.cid-v3DCieIaUK::before {
  top: 0;
}
.cid-v3DCieIaUK::after {
  bottom: 0;
}
.cid-v3DCieIaUK .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v3DCieIaUK .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v3DCieIaUK .content-wrapper::before,
.cid-v3DCieIaUK .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #e70600;
}
.cid-v3DCieIaUK .content-wrapper::before {
  left: 0;
}
.cid-v3DCieIaUK .content-wrapper::after {
  right: 0;
}
.cid-v3DCieIaUK .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-v3DCieIaUK .mbr-section-title {
  margin-bottom: 32px;
  color: #000000;
}
.cid-v3DCieIaUK .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v3DCieIaUK .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v3DCieIaUK .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3DCieIaUK .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3DCieIaUK .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v3DCieIaUK .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #f0eee9;
  box-shadow: 0 -28px 0 #f0eee9;
  transform: none;
}
.cid-v3DCieIaUK .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v3DCieIaUK .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v3DCieIaUK .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v3DCieIaUK .image-wrapper .image-wrap img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v3DCieIaUK .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v3DCieIaUK .mbr-text {
  color: #0a0a0a;
}
.cid-v3DCieIaUK .mbr-text,
.cid-v3DCieIaUK .text-wrapper {
  text-align: left;
  color: #777777;
}
.cid-v3DCieIaUK .mbr-label {
  color: #e70600;
  font-weight: 700;
}
.cid-v3DCif3vDx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DCif3vDx .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DCif3vDx .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DCif3vDx .mbr-section-title {
  color: #000000;
}
.cid-v3DCifFebz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DCifFebz .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DCifFebz .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DCifFebz .mbr-section-title {
  color: #988a72;
}
.cid-v3DCifYu3j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DCifYu3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DCifYu3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DCifYu3j img {
  width: 100%;
}
.cid-v3DCifYu3j .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DCifYu3j .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DCiglknj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DCiglknj .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DCiglknj .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DCiglknj .mbr-section-title {
  color: #988a72;
}
.cid-v3DCigGHP0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DCigGHP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DCigGHP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DCigGHP0 img {
  width: 100%;
}
.cid-v3DCigGHP0 .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DCigGHP0 .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DCih12Vl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DCih12Vl .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DCih12Vl .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DCih12Vl .mbr-section-title {
  color: #988a72;
}
.cid-v3DCihltpP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DCihltpP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DCihltpP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DCihltpP img {
  width: 100%;
}
.cid-v3DCihltpP .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DCihltpP .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DCihHlYh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DCihHlYh .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DCihHlYh .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DCihHlYh .mbr-section-title {
  color: #988a72;
}
.cid-v3DCii2Xj1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DCii2Xj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DCii2Xj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DCii2Xj1 img {
  width: 100%;
}
.cid-v3DCii2Xj1 .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DCii2Xj1 .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DCiky5Dq {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3DCiky5Dq .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DCiky5Dq .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DCiky5Dq .mbr-section-title {
  color: #988a72;
}
.cid-v3DCikUMTo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0eee9;
}
.cid-v3DCikUMTo .item-content .mbr-text a {
  font-weight: 700;
}
.cid-v3DCikUMTo .mbr-text {
  text-align: left;
  font-weight: 700;
  color: #000000;
}
.cid-v3DCikUMTo .wrap {
  width: 100%;
  padding: 0 1rem;
}
.cid-v3DCikUMTo .item-content {
  padding: 1rem;
}
.cid-v3DCikUMTo img,
.cid-v3DCikUMTo .item-img {
  width: 100%;
}
.cid-v3DCikUMTo .item:focus,
.cid-v3DCikUMTo span:focus {
  outline: none;
}
.cid-v3DCikUMTo .item-wrapper {
  position: relative;
}
.cid-v3DCikUMTo .slide-content {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v3DCikUMTo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 320px;
  max-width: 320px;
}
@media (max-width: 768px) {
  .cid-v3DCikUMTo .embla__slide {
    min-width: 270px;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v3DCikUMTo .embla__button--next,
.cid-v3DCikUMTo .embla__button--prev {
  display: flex;
}
.cid-v3DCikUMTo .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v3DCikUMTo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3DCikUMTo .embla__button:hover {
  background: #000000;
  opacity: .7;
}
.cid-v3DCikUMTo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3DCikUMTo .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3DCikUMTo .embla__button {
    top: auto;
  }
}
.cid-v3DCikUMTo .embla {
  position: relative;
  width: 100%;
}
.cid-v3DCikUMTo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v3DCikUMTo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3DCikUMTo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3DCikUMTo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3DCikUMTo .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3DCikUMTo .mbr-section-btn {
  margin-top: 3rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v3DCikUMTo img {
  border-radius: 0 !important;
}
.cid-v3DCilBT0i {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ded8cd;
}
.cid-v3DCilBT0i .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3DCilBT0i .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-v3DCilBT0i .copyright {
    margin-bottom: 2rem;
  }
}
.cid-v3DCilBT0i .card-title {
  text-align: center;
  color: #000000;
}
.cid-v3DCilBT0i .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-v3DCilBT0i .card-text a {
  font-weight: 400;
}
.cid-v3DCilBT0i .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-v3DCilBT0i hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-v3DCilBT0i .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-v3DCilBT0i .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-v3DCilBT0i .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-v3DCilBT0i .footer-menu span {
  color: #000000;
}
.cid-v3DCilBT0i .footer-menu span a {
  font-weight: 400;
}
.cid-v3J4VBoFU2 {
  z-index: 1000;
  width: 100%;
}
.cid-v3J4VBoFU2 .container-fluid {
  padding: 0 1rem;
}
.cid-v3J4VBoFU2 .navbar-dropdown {
  background: rgba(152, 138, 114, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-v3J4VBoFU2 .menu_box {
  transition: all 0s ease 0s;
}
.cid-v3J4VBoFU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  border-radius: 10px  !important;
  background: #988a72 !important;
}
.cid-v3J4VBoFU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3J4VBoFU2 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v3J4VBoFU2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v3J4VBoFU2 .mbr-section-btn .btn {
  height: 66px;
  min-width: 120px;
  box-shadow: none;
  color: #988a72 !important;
}
.cid-v3J4VBoFU2 .mbr-section-btn .btn:hover {
  box-shadow: none;
}
@media (max-width: 575px) {
  .cid-v3J4VBoFU2 .mbr-section-btn .btn {
    min-width: 120px;
    width: 120px;
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .cid-v3J4VBoFU2 .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #dcd3f7;
  }
  .cid-v3J4VBoFU2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v3J4VBoFU2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v3J4VBoFU2 .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v3J4VBoFU2 .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-v3J4VBoFU2 .offcanvas-body .mbr-text,
  .cid-v3J4VBoFU2 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v3J4VBoFU2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #988a72;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v3J4VBoFU2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v3J4VBoFU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v3J4VBoFU2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-v3J4VBoFU2 li.nav-item::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #e70600;
    transition: all .4s ease;
    border-radius: 50%;
    margin: 0 auto;
    transform: translateY(250%);
    opacity: 0;
  }
  .cid-v3J4VBoFU2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v3J4VBoFU2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3J4VBoFU2 .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .nav-item {
    margin: 0 !important;
  }
}
.cid-v3J4VBoFU2 .dropdown-menu {
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3J4VBoFU2 .dropdown-menu {
    padding: 18px 24px 22px;
    min-width: 250px;
    top: 49px !important;
    left: -40px !important;
  }
  .cid-v3J4VBoFU2 .dropdown-menu.dropdown-submenu {
    left: 196px !important;
    top: -82% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v3J4VBoFU2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3J4VBoFU2 .offcanvas_box {
    display: none;
  }
}
.cid-v3J4VBoFU2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v3J4VBoFU2 .dropdown-item:hover {
  color: green;
}
.cid-v3J4VBoFU2 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.cid-v3J4VBoFU2 .nav-link {
  position: relative;
  color: #1E1C21;
}
.cid-v3J4VBoFU2 .container {
  display: flex;
  margin: auto;
}
.cid-v3J4VBoFU2 .iconfont-wrapper {
  width: 32px;
  margin: 5px;
  color: #ffffff;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-v3J4VBoFU2 .iconfont-wrapper:hover {
  color: #eeeeee;
}
.cid-v3J4VBoFU2 .navbar-caption {
  color: #ffffff;
}
.cid-v3J4VBoFU2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-v3J4VBoFU2 .navbar-nav {
    margin: 0 20px;
  }
}
.cid-v3J4VBoFU2 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v3J4VBoFU2 .nav-item:focus,
.cid-v3J4VBoFU2 .nav-link:focus {
  outline: none;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3J4VBoFU2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3J4VBoFU2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3J4VBoFU2 .navbar {
  min-height: 75px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v3J4VBoFU2 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3J4VBoFU2 .navbar .dropdown-item {
  padding: 0 10px;
  margin: 8px 0;
}
.cid-v3J4VBoFU2 .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-v3J4VBoFU2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v3J4VBoFU2 .navbar.collapsed {
  justify-content: center;
}
.cid-v3J4VBoFU2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3J4VBoFU2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3J4VBoFU2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3J4VBoFU2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-collapse {
    padding: 16px 0;
    border-radius: 25px;
  }
  .cid-v3J4VBoFU2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3J4VBoFU2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu {
    margin-top: 1rem;
    padding: 6px 12px;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-logo img {
    height: 2.7rem !important;
  }
  .cid-v3J4VBoFU2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v3J4VBoFU2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
    white-space: pre-wrap;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3J4VBoFU2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3J4VBoFU2 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3J4VBoFU2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3J4VBoFU2 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-v3J4VBoFU2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3J4VBoFU2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3J4VBoFU2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3J4VBoFU2 .dropdown-item.active,
.cid-v3J4VBoFU2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3J4VBoFU2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3J4VBoFU2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3J4VBoFU2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v3J4VBoFU2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3J4VBoFU2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #988a72;
  background: #ffffff;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #988a72;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-v3J4VBoFU2 .nav-item:hover::after {
  transform: translateY(50%);
  opacity: 1;
}
.cid-v3J4VBoFU2 .icons-menu {
  margin-bottom: 35px;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3J4VBoFU2 .navbar {
    height: 70px;
  }
  .cid-v3J4VBoFU2 .navbar.opened {
    height: auto;
  }
  .cid-v3J4VBoFU2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3J4VBoFU2 .navbar-caption:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 .nav-link:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 .mbr-iconfont {
  font-size: 21px;
}
.cid-v3J4VBoFU2 .navbar-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .navbar-wrap {
    display: block;
  }
}
.cid-v3J4VBoFU2 .mbr-section-subtitle {
  color: #1E1C21;
  text-align: left;
}
.cid-v3J4VBoFU2 .mbr-text {
  color: #1E1C21;
  text-align: left;
}
.cid-v3J4VBoFU2 .text_widget a:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3J4VBoFU2 ul.share_ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  margin-bottom: 1px;
}
.cid-v3J4VBoFU2 li.share_li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 1px;
}
.cid-v3J4VBoFU2 .object {
  position: absolute;
  top: -5px;
  right: 3px;
  display: block;
}
.cid-v3J4VBoFU2 .object_community04 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v3J4VBoFU2 .object_community01 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v3J4VBoFU2 .for-index-page {
  position: fixed;
  left: 0;
  bottom: 200px;
  padding: 0px;
  z-index: 1000;
  box-shadow: 2px 2px 2px 1px #000000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 15px 15px 0px;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.cid-v3J4VBoFU2 .button_action {
  height: 130px;
  width: 55px;
}
.cid-v3J4VBoFU2 .button_text {
  font-family: Microsoft JhengHei;
  font-weight: 400;
  font-size: .75rem;
  letter-spacing: 0.1rem;
  color: #000;
  text-align: center;
  top: 0px;
}
@media (max-width: 1440px) {
  .cid-v3J4VBoFU2 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v3J4VBoFU2 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v3J4VBoFU2 .button_action {
    height: 120px;
    width: 50px;
  }
  .cid-v3J4VBoFU2 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: 0.075rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .cid-v3J4VBoFU2 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v3J4VBoFU2 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v3J4VBoFU2 .button_action {
    height: 98px;
    width: 42px;
  }
  .cid-v3J4VBoFU2 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 300;
    font-size: .5rem;
    letter-spacing: 0.05rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
.cid-v3J4VBoFU2 .progress-container {
  will-change: transform;
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: transparent;
  top: 0;
}
.cid-v3J4VBoFU2 .progress-bar {
  height: 5px;
  background-image: linear-gradient(90deg, #e1d8c7, #e70600);
  width: 0%;
}
.cid-v3J4VBoFU2 .sticky2 {
  position: fixed;
  top: 0;
  width: 100%;
}
.cid-v3DCiEGZQm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f0eee9;
  overflow: hidden;
  position: relative;
}
.cid-v3DCiEGZQm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DCiEGZQm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DCiEGZQm::before,
.cid-v3DCiEGZQm::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e70600;
}
.cid-v3DCiEGZQm::before {
  top: 0;
}
.cid-v3DCiEGZQm::after {
  bottom: 0;
}
.cid-v3DCiEGZQm .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v3DCiEGZQm .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v3DCiEGZQm .content-wrapper::before,
.cid-v3DCiEGZQm .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #e70600;
}
.cid-v3DCiEGZQm .content-wrapper::before {
  left: 0;
}
.cid-v3DCiEGZQm .content-wrapper::after {
  right: 0;
}
.cid-v3DCiEGZQm .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-v3DCiEGZQm .mbr-section-title {
  margin-bottom: 32px;
  color: #000000;
}
.cid-v3DCiEGZQm .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v3DCiEGZQm .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v3DCiEGZQm .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3DCiEGZQm .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3DCiEGZQm .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v3DCiEGZQm .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #f0eee9;
  box-shadow: 0 -28px 0 #f0eee9;
  transform: none;
}
.cid-v3DCiEGZQm .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v3DCiEGZQm .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v3DCiEGZQm .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v3DCiEGZQm .image-wrapper .image-wrap img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v3DCiEGZQm .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v3DCiEGZQm .mbr-text {
  color: #0a0a0a;
}
.cid-v3DCiEGZQm .mbr-text,
.cid-v3DCiEGZQm .text-wrapper {
  text-align: left;
  color: #777777;
}
.cid-v3DCiEGZQm .mbr-label {
  color: #e70600;
  font-weight: 700;
}
.cid-v3DCiF0cZ0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DCiF0cZ0 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DCiF0cZ0 .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DCiF0cZ0 .mbr-section-title {
  color: #000000;
}
.cid-v3DCiFDgzS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DCiFDgzS .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DCiFDgzS .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DCiFDgzS .mbr-section-title {
  color: #988a72;
}
.cid-v3DCiFXdQV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DCiFXdQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DCiFXdQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DCiFXdQV img {
  width: 100%;
}
.cid-v3DCiFXdQV .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DCiFXdQV .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DCiGjqIC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DCiGjqIC .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DCiGjqIC .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DCiGjqIC .mbr-section-title {
  color: #988a72;
}
.cid-v3DCiGDzZQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DCiGDzZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DCiGDzZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DCiGDzZQ img {
  width: 100%;
}
.cid-v3DCiGDzZQ .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DCiGDzZQ .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DCiGXf8R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DCiGXf8R .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DCiGXf8R .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DCiGXf8R .mbr-section-title {
  color: #988a72;
}
.cid-v3DCiHh5hV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DCiHh5hV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DCiHh5hV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DCiHh5hV img {
  width: 100%;
}
.cid-v3DCiHh5hV .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DCiHh5hV .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DCiHCkv5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DCiHCkv5 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DCiHCkv5 .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DCiHCkv5 .mbr-section-title {
  color: #988a72;
}
.cid-v3DCiHWdKP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DCiHWdKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DCiHWdKP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DCiHWdKP img {
  width: 100%;
}
.cid-v3DCiHWdKP .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DCiHWdKP .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DCiIiqmE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DCiIiqmE .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DCiIiqmE .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DCiIiqmE .mbr-section-title {
  color: #988a72;
}
.cid-v3DCiIE2xe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DCiIE2xe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DCiIE2xe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DCiIE2xe img {
  width: 100%;
}
.cid-v3DCiIE2xe .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DCiIE2xe .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DCiKv0wP {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3DCiKv0wP .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DCiKv0wP .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DCiKv0wP .mbr-section-title {
  color: #988a72;
}
.cid-v3DCiKRLSK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0eee9;
}
.cid-v3DCiKRLSK .item-content .mbr-text a {
  font-weight: 700;
}
.cid-v3DCiKRLSK .mbr-text {
  text-align: left;
  font-weight: 700;
  color: #000000;
}
.cid-v3DCiKRLSK .wrap {
  width: 100%;
  padding: 0 1rem;
}
.cid-v3DCiKRLSK .item-content {
  padding: 1rem;
}
.cid-v3DCiKRLSK img,
.cid-v3DCiKRLSK .item-img {
  width: 100%;
}
.cid-v3DCiKRLSK .item:focus,
.cid-v3DCiKRLSK span:focus {
  outline: none;
}
.cid-v3DCiKRLSK .item-wrapper {
  position: relative;
}
.cid-v3DCiKRLSK .slide-content {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v3DCiKRLSK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 320px;
  max-width: 320px;
}
@media (max-width: 768px) {
  .cid-v3DCiKRLSK .embla__slide {
    min-width: 270px;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v3DCiKRLSK .embla__button--next,
.cid-v3DCiKRLSK .embla__button--prev {
  display: flex;
}
.cid-v3DCiKRLSK .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v3DCiKRLSK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3DCiKRLSK .embla__button:hover {
  background: #000000;
  opacity: .7;
}
.cid-v3DCiKRLSK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3DCiKRLSK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3DCiKRLSK .embla__button {
    top: auto;
  }
}
.cid-v3DCiKRLSK .embla {
  position: relative;
  width: 100%;
}
.cid-v3DCiKRLSK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v3DCiKRLSK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3DCiKRLSK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3DCiKRLSK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3DCiKRLSK .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3DCiKRLSK .mbr-section-btn {
  margin-top: 3rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v3DCiKRLSK img {
  border-radius: 0 !important;
}
.cid-v3DCiLyywu {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ded8cd;
}
.cid-v3DCiLyywu .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3DCiLyywu .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-v3DCiLyywu .copyright {
    margin-bottom: 2rem;
  }
}
.cid-v3DCiLyywu .card-title {
  text-align: center;
  color: #000000;
}
.cid-v3DCiLyywu .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-v3DCiLyywu .card-text a {
  font-weight: 400;
}
.cid-v3DCiLyywu .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-v3DCiLyywu hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-v3DCiLyywu .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-v3DCiLyywu .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-v3DCiLyywu .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-v3DCiLyywu .footer-menu span {
  color: #000000;
}
.cid-v3DCiLyywu .footer-menu span a {
  font-weight: 400;
}
.cid-v3J4VBoFU2 {
  z-index: 1000;
  width: 100%;
}
.cid-v3J4VBoFU2 .container-fluid {
  padding: 0 1rem;
}
.cid-v3J4VBoFU2 .navbar-dropdown {
  background: rgba(152, 138, 114, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-v3J4VBoFU2 .menu_box {
  transition: all 0s ease 0s;
}
.cid-v3J4VBoFU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  border-radius: 10px  !important;
  background: #988a72 !important;
}
.cid-v3J4VBoFU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3J4VBoFU2 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v3J4VBoFU2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v3J4VBoFU2 .mbr-section-btn .btn {
  height: 66px;
  min-width: 120px;
  box-shadow: none;
  color: #988a72 !important;
}
.cid-v3J4VBoFU2 .mbr-section-btn .btn:hover {
  box-shadow: none;
}
@media (max-width: 575px) {
  .cid-v3J4VBoFU2 .mbr-section-btn .btn {
    min-width: 120px;
    width: 120px;
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .cid-v3J4VBoFU2 .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #dcd3f7;
  }
  .cid-v3J4VBoFU2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v3J4VBoFU2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v3J4VBoFU2 .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v3J4VBoFU2 .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-v3J4VBoFU2 .offcanvas-body .mbr-text,
  .cid-v3J4VBoFU2 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v3J4VBoFU2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #988a72;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v3J4VBoFU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v3J4VBoFU2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v3J4VBoFU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v3J4VBoFU2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-v3J4VBoFU2 li.nav-item::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #e70600;
    transition: all .4s ease;
    border-radius: 50%;
    margin: 0 auto;
    transform: translateY(250%);
    opacity: 0;
  }
  .cid-v3J4VBoFU2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v3J4VBoFU2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3J4VBoFU2 .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .nav-item {
    margin: 0 !important;
  }
}
.cid-v3J4VBoFU2 .dropdown-menu {
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3J4VBoFU2 .dropdown-menu {
    padding: 18px 24px 22px;
    min-width: 250px;
    top: 49px !important;
    left: -40px !important;
  }
  .cid-v3J4VBoFU2 .dropdown-menu.dropdown-submenu {
    left: 196px !important;
    top: -82% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3J4VBoFU2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v3J4VBoFU2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3J4VBoFU2 .offcanvas_box {
    display: none;
  }
}
.cid-v3J4VBoFU2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v3J4VBoFU2 .dropdown-item:hover {
  color: green;
}
.cid-v3J4VBoFU2 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.cid-v3J4VBoFU2 .nav-link {
  position: relative;
  color: #1E1C21;
}
.cid-v3J4VBoFU2 .container {
  display: flex;
  margin: auto;
}
.cid-v3J4VBoFU2 .iconfont-wrapper {
  width: 32px;
  margin: 5px;
  color: #ffffff;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-v3J4VBoFU2 .iconfont-wrapper:hover {
  color: #eeeeee;
}
.cid-v3J4VBoFU2 .navbar-caption {
  color: #ffffff;
}
.cid-v3J4VBoFU2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-v3J4VBoFU2 .navbar-nav {
    margin: 0 20px;
  }
}
.cid-v3J4VBoFU2 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v3J4VBoFU2 .nav-item:focus,
.cid-v3J4VBoFU2 .nav-link:focus {
  outline: none;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3J4VBoFU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3J4VBoFU2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3J4VBoFU2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3J4VBoFU2 .navbar {
  min-height: 75px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v3J4VBoFU2 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3J4VBoFU2 .navbar .dropdown-item {
  padding: 0 10px;
  margin: 8px 0;
}
.cid-v3J4VBoFU2 .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-v3J4VBoFU2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v3J4VBoFU2 .navbar.collapsed {
  justify-content: center;
}
.cid-v3J4VBoFU2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3J4VBoFU2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3J4VBoFU2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3J4VBoFU2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3J4VBoFU2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-collapse {
    padding: 16px 0;
    border-radius: 25px;
  }
  .cid-v3J4VBoFU2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3J4VBoFU2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu {
    margin-top: 1rem;
    padding: 6px 12px;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-logo img {
    height: 2.7rem !important;
  }
  .cid-v3J4VBoFU2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v3J4VBoFU2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3J4VBoFU2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
    white-space: pre-wrap;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3J4VBoFU2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3J4VBoFU2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3J4VBoFU2 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3J4VBoFU2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3J4VBoFU2 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-v3J4VBoFU2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3J4VBoFU2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3J4VBoFU2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3J4VBoFU2 .dropdown-item.active,
.cid-v3J4VBoFU2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3J4VBoFU2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3J4VBoFU2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3J4VBoFU2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3J4VBoFU2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v3J4VBoFU2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3J4VBoFU2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #988a72;
  background: #ffffff;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #988a72;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3J4VBoFU2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3J4VBoFU2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3J4VBoFU2 a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-v3J4VBoFU2 .nav-item:hover::after {
  transform: translateY(50%);
  opacity: 1;
}
.cid-v3J4VBoFU2 .icons-menu {
  margin-bottom: 35px;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-v3J4VBoFU2 .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3J4VBoFU2 .navbar {
    height: 70px;
  }
  .cid-v3J4VBoFU2 .navbar.opened {
    height: auto;
  }
  .cid-v3J4VBoFU2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3J4VBoFU2 .navbar-caption:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 .nav-link:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 .mbr-iconfont {
  font-size: 21px;
}
.cid-v3J4VBoFU2 .navbar-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3J4VBoFU2 .navbar-wrap {
    display: block;
  }
}
.cid-v3J4VBoFU2 .mbr-section-subtitle {
  color: #1E1C21;
  text-align: left;
}
.cid-v3J4VBoFU2 .mbr-text {
  color: #1E1C21;
  text-align: left;
}
.cid-v3J4VBoFU2 .text_widget a:hover {
  color: #988a72;
}
.cid-v3J4VBoFU2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3J4VBoFU2 ul.share_ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  margin-bottom: 1px;
}
.cid-v3J4VBoFU2 li.share_li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 1px;
}
.cid-v3J4VBoFU2 .object {
  position: absolute;
  top: -5px;
  right: 3px;
  display: block;
}
.cid-v3J4VBoFU2 .object_community04 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v3J4VBoFU2 .object_community01 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v3J4VBoFU2 .for-index-page {
  position: fixed;
  left: 0;
  bottom: 200px;
  padding: 0px;
  z-index: 1000;
  box-shadow: 2px 2px 2px 1px #000000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 15px 15px 0px;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.cid-v3J4VBoFU2 .button_action {
  height: 130px;
  width: 55px;
}
.cid-v3J4VBoFU2 .button_text {
  font-family: Microsoft JhengHei;
  font-weight: 400;
  font-size: .75rem;
  letter-spacing: 0.1rem;
  color: #000;
  text-align: center;
  top: 0px;
}
@media (max-width: 1440px) {
  .cid-v3J4VBoFU2 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v3J4VBoFU2 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v3J4VBoFU2 .button_action {
    height: 120px;
    width: 50px;
  }
  .cid-v3J4VBoFU2 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: 0.075rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .cid-v3J4VBoFU2 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v3J4VBoFU2 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v3J4VBoFU2 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v3J4VBoFU2 .button_action {
    height: 98px;
    width: 42px;
  }
  .cid-v3J4VBoFU2 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 300;
    font-size: .5rem;
    letter-spacing: 0.05rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
.cid-v3J4VBoFU2 .progress-container {
  will-change: transform;
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: transparent;
  top: 0;
}
.cid-v3J4VBoFU2 .progress-bar {
  height: 5px;
  background-image: linear-gradient(90deg, #e1d8c7, #e70600);
  width: 0%;
}
.cid-v3J4VBoFU2 .sticky2 {
  position: fixed;
  top: 0;
  width: 100%;
}
.cid-v3DCj1EhKR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f0eee9;
  overflow: hidden;
  position: relative;
}
.cid-v3DCj1EhKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DCj1EhKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DCj1EhKR::before,
.cid-v3DCj1EhKR::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e70600;
}
.cid-v3DCj1EhKR::before {
  top: 0;
}
.cid-v3DCj1EhKR::after {
  bottom: 0;
}
.cid-v3DCj1EhKR .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v3DCj1EhKR .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v3DCj1EhKR .content-wrapper::before,
.cid-v3DCj1EhKR .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #e70600;
}
.cid-v3DCj1EhKR .content-wrapper::before {
  left: 0;
}
.cid-v3DCj1EhKR .content-wrapper::after {
  right: 0;
}
.cid-v3DCj1EhKR .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-v3DCj1EhKR .mbr-section-title {
  margin-bottom: 32px;
  color: #000000;
}
.cid-v3DCj1EhKR .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v3DCj1EhKR .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v3DCj1EhKR .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3DCj1EhKR .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3DCj1EhKR .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v3DCj1EhKR .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #f0eee9;
  box-shadow: 0 -28px 0 #f0eee9;
  transform: none;
}
.cid-v3DCj1EhKR .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v3DCj1EhKR .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v3DCj1EhKR .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v3DCj1EhKR .image-wrapper .image-wrap img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v3DCj1EhKR .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v3DCj1EhKR .mbr-text {
  color: #0a0a0a;
}
.cid-v3DCj1EhKR .mbr-text,
.cid-v3DCj1EhKR .text-wrapper {
  text-align: left;
  color: #777777;
}
.cid-v3DCj1EhKR .mbr-label {
  color: #e70600;
  font-weight: 700;
}
.cid-v3DCj1Z5Ex {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DCj1Z5Ex .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DCj1Z5Ex .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DCj1Z5Ex .mbr-section-title {
  color: #000000;
}
.cid-v3DCj2iJCi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DCj2iJCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DCj2iJCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DCj2iJCi img {
  width: 100%;
}
.cid-v3DCj2iJCi .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DCj2iJCi .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DCj2CEiY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DCj2CEiY .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DCj2CEiY .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DCj2CEiY .mbr-section-title {
  color: #988a72;
}
.cid-v5wnfKOkl4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5wnfKOkl4 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v5wnfKOkl4 .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v5wnfKOkl4 .mbr-section-title {
  color: #988a72;
}
.cid-v3DCj2VjWz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DCj2VjWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DCj2VjWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DCj2VjWz img {
  width: 100%;
}
.cid-v3DCj2VjWz .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DCj2VjWz .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DCj3hLVh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DCj3hLVh .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DCj3hLVh .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DCj3hLVh .mbr-section-title {
  color: #988a72;
}
.cid-v3DCj3ACW7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DCj3ACW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DCj3ACW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DCj3ACW7 img {
  width: 100%;
}
.cid-v3DCj3ACW7 .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DCj3ACW7 .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DCj3V76p {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DCj3V76p .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DCj3V76p .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DCj3V76p .mbr-section-title {
  color: #988a72;
}
.cid-v3DCj4AZ4e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3DCj4AZ4e .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DCj4AZ4e .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DCj4AZ4e .mbr-section-title {
  color: #988a72;
}
.cid-v3DCj4UhNg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DCj4UhNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DCj4UhNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DCj4UhNg img {
  width: 100%;
}
.cid-v3DCj4UhNg .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-v3DCj4UhNg .mbr-section-title {
  color: #1e4d2b;
}
.cid-v3DCj7owIG {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3DCj7owIG .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3DCj7owIG .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-v3DCj7owIG .mbr-section-title {
  color: #988a72;
}
.cid-v3DCj7KOFl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0eee9;
}
.cid-v3DCj7KOFl .item-content .mbr-text a {
  font-weight: 700;
}
.cid-v3DCj7KOFl .mbr-text {
  text-align: left;
  font-weight: 700;
  color: #000000;
}
.cid-v3DCj7KOFl .wrap {
  width: 100%;
  padding: 0 1rem;
}
.cid-v3DCj7KOFl .item-content {
  padding: 1rem;
}
.cid-v3DCj7KOFl img,
.cid-v3DCj7KOFl .item-img {
  width: 100%;
}
.cid-v3DCj7KOFl .item:focus,
.cid-v3DCj7KOFl span:focus {
  outline: none;
}
.cid-v3DCj7KOFl .item-wrapper {
  position: relative;
}
.cid-v3DCj7KOFl .slide-content {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v3DCj7KOFl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 320px;
  max-width: 320px;
}
@media (max-width: 768px) {
  .cid-v3DCj7KOFl .embla__slide {
    min-width: 270px;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v3DCj7KOFl .embla__button--next,
.cid-v3DCj7KOFl .embla__button--prev {
  display: flex;
}
.cid-v3DCj7KOFl .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v3DCj7KOFl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3DCj7KOFl .embla__button:hover {
  background: #000000;
  opacity: .7;
}
.cid-v3DCj7KOFl .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3DCj7KOFl .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3DCj7KOFl .embla__button {
    top: auto;
  }
}
.cid-v3DCj7KOFl .embla {
  position: relative;
  width: 100%;
}
.cid-v3DCj7KOFl .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v3DCj7KOFl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3DCj7KOFl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3DCj7KOFl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3DCj7KOFl .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3DCj7KOFl .mbr-section-btn {
  margin-top: 3rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v3DCj7KOFl img {
  border-radius: 0 !important;
}
.cid-v3DCj8olHV {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ded8cd;
}
.cid-v3DCj8olHV .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3DCj8olHV .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-v3DCj8olHV .copyright {
    margin-bottom: 2rem;
  }
}
.cid-v3DCj8olHV .card-title {
  text-align: center;
  color: #000000;
}
.cid-v3DCj8olHV .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-v3DCj8olHV .card-text a {
  font-weight: 400;
}
.cid-v3DCj8olHV .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-v3DCj8olHV hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-v3DCj8olHV .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-v3DCj8olHV .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-v3DCj8olHV .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-v3DCj8olHV .footer-menu span {
  color: #000000;
}
.cid-v3DCj8olHV .footer-menu span a {
  font-weight: 400;
}
