/* Reset */
.elementor-widget-container table caption+thead tr:first-child td,.elementor-widget-container table caption+thead tr:first-child th,.elementor-widget-container table colgroup+thead tr:first-child td,.elementor-widget-container table colgroup+thead tr:first-child th,.elementor-widget-container table thead:first-child tr:first-child td,.elementor-widget-container table thead:first-child tr:first-child th{
  border-block-start: none;
}
.elementor-widget-container table td,.elementor-widget-container table th {
    border: none;
    line-height: inherit;
    padding: 0;
    vertical-align: inherit;
}

/* === Layout === */
.inners {
    margin: 0 auto;
    width: 100%;
    padding: 0 80px;
}
@media (max-width: 1024px) {
    .inners {
        display: block;
        width: 100%;
        padding: 0 20px;
    }
}
footer,
.site-footer,
.elementor-location-footer {
  overflow: visible !important;
}
/* BR */
.br-pc,
.br-tab,
.br-mo {
  display: none;
}

@media (min-width: 1025px) {
  .br-pc {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .br-tab {
    display: block;
  }
}

@media (max-width: 767px) {
  .br-mo {
    display: block;
  }
}


/* === Typhograph === */
* {
  word-break: auto-phrase;
   text-wrap: balance;
}
em, address, del {
    font-style: normal;
}
body h1, body h2, body h3, body h4, body h5, body h6{
  margin-block: 0;
}
.elementor-widget-container h2 {
 
  font-weight: 700 !important;
}
.color-gold {
  color: #A08964 !important;
}
.bold{
  font-weight: 700 !important;
}

/* === Components === */
.btn div.elementor-button-wrapper a {
    display: inline-block;
    position: relative;
    height: 44px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
}

/*=== Icons ===*/
.elementor-widget.elementor-widget-icon-list span.elementor-icon-list-icon svg{
    margin: 0;
}
.elementor-widget.elementor-widget-icon-list span.elementor-icon-list-icon + .elementor-icon-list-text{
    padding-inline: 0;
}
.elementor-widget.elementor-widget-icon .elementor-icon-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}