@charset "UTF-8";
/*!
Theme Name: Bricks Child
Theme URI: https://your-site.com
Description: Custom Bricks Child Theme
Author: Your Name
Version: 1.0
Template: bricks
*/
/* zen-maru-gothic-700 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/subset-ZenMaruGothic-Bold.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chiron-goround-tc-regular - chinese-traditional_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Chiron GoRound TC";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/chiron-goround-tc-v4-chinese-traditional_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chiron-goround-tc-700 - chinese-traditional_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Chiron GoRound TC";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/chiron-goround-tc-v4-chinese-traditional_latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Caveat";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/caveat-v23-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.blur-50 {
  backdrop-filter: blur(50px) !important;
  -webkit-backdrop-filter: blur(50px) !important;
}

@media screen and (max-width: 768px) {
  .no-br br {
    display: none;
  }
}

.text-crimson-text {
  font-family: "Crimson Text", "Noto Serif TC", serif !important;
}

.table-style {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-style table {
  min-width: 768px;
  background: transparent;
  border: 1px solid var(--primary);
  margin: 10px 0;
}
.table-style td, .table-style th {
  border: 1px solid var(--primary);
  border-width: 0 1px 1px 0;
  padding: 16px 24px;
}
@media (max-width: 768px) {
  .table-style td, .table-style th {
    width: auto !important;
  }
}
.table-style thead td {
  color: #fff;
  background-color: var(--primary);
  border-right: 1px solid #fff;
}
.table-style thead td:last-of-type {
  border-right: 0;
}
.table-style tbody tr td, .table-style tbody tr th {
  border-bottom: 0;
}
.table-style tbody tr:nth-of-type(even) td, .table-style tbody tr:nth-of-type(even) th {
  background-color: var(--primary);
}
.table-style tr td:last-of-type, .table-style tr th:last-of-type {
  border-right: 0;
}
.table-style tbody tr:last-of-type td {
  border-bottom: 0;
}
.table-style strong {
  font-weight: 500;
  background: transparent !important;
}

body {
  letter-spacing: 2px;
  font-family: "Chiron GoRound TC", system-ui, sans-serif;
}
body a:hover,
body button:hover,
body [role=button]:hover {
  cursor: url("/wp-content/themes/bricks-child/assets/img/hover-hand.png") 10 2, pointer;
}

.zmg-font {
  font-family: "Zen Maru Gothic", "Chiron GoRound TC";
}

.caveat-font {
  font-family: "Caveat";
}

.runn-numbers {
  border-right: 1px solid var(--primary);
}
@media screen and (max-width: 921px) {
  .runn-numbers {
    border-right: 0;
  }
}
.runn-numbers:last-of-type {
  border-right: 0;
}
.runn-numbers .prefix, .runn-numbers .suffix {
  font-size: 18px;
  font-weight: 400;
  color: var(--text);
  margin-left: 5px;
}

.btn, .contact-btn input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 230px;
  min-height: 70px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: var(--primary);
  border: 0;
  line-height: 1;
  border-radius: 50px !important;
  box-shadow: 10px 10px 0 0 #e9deb6;
  transition: all 0.4s;
}
.btn:hover, .contact-btn input[type=submit]:hover {
  background-color: var(--primary-l-1);
  box-shadow: 0 0 0 0 #e9deb6;
}

.brxe-breadcrumbs .item {
  border-radius: 30px;
  border: 1px solid var(--primary);
  background-color: #F8EECC;
  color: var(--text);
  padding: 3px 15px 0px 15px;
}
.brxe-breadcrumbs .item[aria-current] {
  color: #fff;
  background-color: var(--primary);
}
.brxe-breadcrumbs > a:hover {
  color: #fff;
  background-color: var(--primary);
}

a:hover {
  transition: 0.4s;
}

@media screen and (max-width: 1400px) {
  .no-br--xxl br {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .no-br--xl br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .no-br--lg br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .no-br--md br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .no-br--sm br {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .no-br--xs br {
    display: none;
  }
}

.current-menu-item > a {
  color: var(--acc) !important;
}

.bricks-mobile-menu-wrapper {
  padding: 60px 0;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 72px;
  height: 72px;
  border: 5px solid var(--primary);
  box-shadow: 0 0 0 10px #fff;
  border-radius: 999px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  color: var(--primary);
  transition: all 0.4s;
}
.slick-arrow > i {
  font-size: 30px;
}
.slick-arrow:hover {
  background: var(--primary-l-1);
  box-shadow: 0 0 0 0px rgba(255, 255, 255, 0);
  border: 10px solid var(--primary-l-1);
}
.slick-arrow:hover > i {
  color: #fff;
}

&.slick-disabled > button {
  opacity: 0;
  cursor: context-menu;
}

&.slick-next > button > span {
  transform: rotate(-45deg);
}

.slick-dots {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.slick-dots li {
  margin: 0;
  padding: 8px !important;
}
.slick-dots li button {
  box-shadow: 0 0 0 3px var(--primary);
  background-color: var(--bg);
  width: 8px;
  height: 8px;
  margin: 0;
  transition: 0.4s;
  font-size: 0;
  border-radius: 50px;
}
.slick-dots li.slick-active button {
  width: 25px;
  background-color: var(--primary);
}

.text-highlight strong, .text-highlight .elementor-heading-title, .text-highlight .elementor-widget-container, .text-highlight .elementor-widget-container p {
  display: inline;
  background: linear-gradient(180deg, transparent 80%, var(--bg) 0);
}

input[type=checkbox],
input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid var(--primary);
  background: #fff;
  display: inline-grid !important;
  place-content: center;
  margin-right: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}

input[type=checkbox] {
  border-radius: 4px !important;
}

input[type=radio] {
  border-radius: 50%; /* radio 圓形 */
}

/* hover & focus */
input[type=checkbox]:hover,
input[type=radio]:hover {
  border-color: var(--primary);
}

input[type=checkbox]:focus-visible,
input[type=radio]:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

/* checked 樣式 */
input[type=checkbox]::before {
  content: "";
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
input[type=checkbox]:checked {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
input[type=checkbox]:checked::before {
  opacity: 1;
}

input[type=radio] {
  position: relative;
}
input[type=radio]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
input[type=radio]:checked {
  border-color: var(--primary);
  background-color: #fff;
}
input[type=radio]:checked::before {
  opacity: 1;
}

/* disabled 狀態 */
input[type=checkbox]:disabled,
input[type=radio]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.wpcf7 .contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.wpcf7 .contact-col {
  flex: 1 1 calc(33.3333333333% - 30px);
}
.wpcf7 .contact-col .title {
  font-weight: bold;
}
.wpcf7 .contact-col .wpcf7-list-item {
  font-size: 16px;
}
.wpcf7 .contact-col.w100 {
  flex: 1 1 100%;
}
.wpcf7 .contact-btn {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wpcf7 .contact-btn input {
  margin-top: 0 !important;
}
.wpcf7 .contact-btn .wpcf7-spinner {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7 .contact-col select {
  width: 100%;
  background-color: #fff;
}
.wpcf7 .contact-row select, .wpcf7 .contact-row input, .wpcf7 .contact-row textarea {
  border-radius: 10px;
  margin-top: 6px;
}
.wpcf7 .contact-row label {
  color: var(--text);
}
.wpcf7 .contact-row input.wpcf7-form-control:not([type=submit]), .wpcf7 .contact-row select.wpcf7-form-control, .wpcf7 .contact-row textarea.wpcf7-form-control {
  border: 2px solid var(--primary);
  min-height: 70px;
}
.wpcf7 .contact-row input.wpcf7-form-control:not([type=submit]):focus-visible, .wpcf7 .contact-row select.wpcf7-form-control:focus-visible, .wpcf7 .contact-row textarea.wpcf7-form-control:focus-visible {
  outline: 0;
}
.wpcf7 .contact-row textarea {
  height: 150px;
}
.wpcf7 .contact-row .required {
  color: var(--acc);
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .wpcf7 .contact-col {
    flex: 1 1 100%;
  }
}
.wpcf7 .wpcf7-checkbox, .wpcf7 .wpcf7-radio {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  gap: 10px 30px;
  margin-top: 10px;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item, .wpcf7 .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label, .wpcf7 .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 10px;
  line-height: 1.4;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label > input, .wpcf7 .wpcf7-radio .wpcf7-list-item label > input {
  margin-top: 0;
  margin-right: 0;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 10px;
}
.wpcf7 .wpcf7-response-output {
  padding: 5px 15px !important;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.5019607843);
  margin: 20px 0 0 0 !important;
}

.cta-animation {
  position: absolute;
  inset: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 5;
  width: 85%;
}
.cta-animation #cta-sequence-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 540px;
  height: 137.79px;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .cta-animation #cta-sequence-canvas {
    width: 250px;
    height: 63.7916666667px;
  }
}

footer .footer-community-btn {
  transition: 0.4s;
}
@media (max-width: 1400px) and (min-width: 991px) {
  footer .footer-contact-us {
    flex-direction: column !important;
  }
}
footer .footer-menu-bottom .menu-item {
  border-right: 1px solid #8f8f8f;
}
footer .footer-menu-bottom .menu-item a {
  line-height: 1;
}
footer .footer-menu-bottom .menu-item:last-of-type {
  border-right: 0;
}

.to-top:hover * {
  color: var(--acc) !important;
}

/* =================================
  Animation Base
================================== */
body.bricks-is-frontend .anima {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1.2s;
  transition-timing-function: ease;
  will-change: opacity, transform;
}
body.bricks-is-frontend .anima.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}
body.bricks-is-frontend {
  /* =================================
    Fade
  ================================== */
}
body.bricks-is-frontend .anima-up {
  transform: translateY(40px);
}
body.bricks-is-frontend .anima-bottom {
  transform: translateY(-40px);
}
body.bricks-is-frontend .anima-left {
  transform: translateX(-40px);
}
body.bricks-is-frontend .anima-right {
  transform: translateX(40px);
}
body.bricks-is-frontend .anima-scale {
  transform: scale(0.8);
}
body.bricks-is-frontend .anima-rotate {
  transform: rotate(8deg) scale(0.9);
}
body.bricks-is-frontend {
  /* =================================
    Duration
  ================================== */
}
body.bricks-is-frontend .anima-duration-300 {
  transition-duration: 0.3s;
}
body.bricks-is-frontend .anima-duration-500 {
  transition-duration: 0.5s;
}
body.bricks-is-frontend .anima-duration-800 {
  transition-duration: 0.8s;
}
body.bricks-is-frontend .anima-duration-1000 {
  transition-duration: 1s;
}
body.bricks-is-frontend .anima-duration-2000 {
  transition-duration: 2s;
}
body.bricks-is-frontend {
  /* =================================
    Delay
  ================================== */
}
body.bricks-is-frontend .anima-delay-100 {
  transition-delay: 0.1s;
}
body.bricks-is-frontend .anima-delay-200 {
  transition-delay: 0.2s;
}
body.bricks-is-frontend .anima-delay-400 {
  transition-delay: 0.4s;
}
body.bricks-is-frontend .anima-delay-600 {
  transition-delay: 0.6s;
}

@media screen and (max-width: 1400px) {
  .index-hero-h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .index-hero-h1 {
    font-size: 40px;
    letter-spacing: 2px !important;
  }
}

@media screen and (max-width: 1200px) {
  .index-hero-cont {
    font-size: 16px;
  }
}

.index-hero-animation {
  position: relative;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 1400px) {
  .index-hero-animation {
    height: 500px;
  }
}
.index-hero-animation .index-hero-animation__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-hero-animation .index-hero-animation__sign {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 780px;
  max-width: 100vw;
  pointer-events: none;
}
.index-hero-animation .index-hero-animation__popcorn {
  position: absolute;
  pointer-events: none;
}
.index-hero-animation .index-hero-animation__popcorn--1 {
  top: 180px;
  left: 0;
}
.index-hero-animation .index-hero-animation__popcorn--2 {
  top: 60px;
  left: 14%;
}
@media screen and (max-width: 1400px) {
  .index-hero-animation .index-hero-animation__popcorn--2 {
    width: 60px;
    top: 100px;
  }
}
.index-hero-animation .index-hero-animation__popcorn--3 {
  top: 120px;
  right: 25%;
}
.index-hero-animation .index-hero-animation__popcorn--4 {
  top: 220px;
  right: -7%;
}
@media screen and (max-width: 1400px) {
  .index-hero-animation .index-hero-animation__popcorn--4 {
    width: 70px;
    top: 150px;
  }
}
.index-hero-animation .index-hero-animation__character {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 385px;
}
@media screen and (max-width: 1400px) {
  .index-hero-animation .index-hero-animation__character {
    width: 300px;
  }
}
.index-hero-animation .index-hero-animation__body {
  width: 100%;
  display: block;
}
.index-hero-animation .index-hero-animation__eye {
  position: absolute;
  width: 30px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  transform: rotate(13deg);
}
@media screen and (max-width: 1400px) {
  .index-hero-animation .index-hero-animation__eye {
    width: 25px;
    height: 34px;
  }
}
.index-hero-animation .index-hero-animation__eye--left {
  top: 104px;
  left: 152px;
}
@media screen and (max-width: 1400px) {
  .index-hero-animation .index-hero-animation__eye--left {
    top: 90px;
    left: 171px;
  }
}
.index-hero-animation .index-hero-animation__eye--right {
  top: 117px;
  right: 135px;
}
@media screen and (max-width: 1400px) {
  .index-hero-animation .index-hero-animation__eye--right {
    top: 81px;
    right: 158px;
  }
}
.index-hero-animation .index-hero-animation__eyeball {
  position: absolute;
  width: 24px;
  height: 30px;
  background: #000;
  border-radius: 50%;
  top: 5px;
  left: 5px;
}
@media screen and (max-width: 1400px) {
  .index-hero-animation .index-hero-animation__eyeball {
    width: 22px;
    height: 28px;
  }
}
.index-hero-animation .index-hero-animation__eyeball__reflective {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  top: 6px;
  right: 6px;
  z-index: 3;
  display: block;
}

.index-about {
  margin-bottom: 180px;
}
.index-about::before, .index-about::after {
  content: "";
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 1920/240;
  min-width: 100%;
}
@media screen and (max-width: 768px) {
  .index-about::before, .index-about::after {
    overflow: hidden;
    margin-left: -6%;
    width: 106%;
  }
}
@media screen and (max-width: 576px) {
  .index-about::before, .index-about::after {
    overflow: hidden;
    margin-left: -15%;
    width: 115%;
  }
}
.index-about::before {
  background-image: url(/wp-content/themes/bricks-child/assets/img/index-about-bg-top.png);
}
.index-about::after {
  background-image: url(/wp-content/themes/bricks-child/assets/img/index-about-bg-bottom.png);
}
.index-about .index-about-warp {
  position: relative;
}
.index-about .index-about-warp::before {
  content: "";
  display: block;
  width: 0.3%;
  height: 100%;
  position: absolute;
  left: 19.4%;
  background-color: var(--text);
}
@media screen and (max-width: 768px) {
  .index-about .index-about-warp::before {
    left: 14.6%;
  }
}
@media screen and (max-width: 576px) {
  .index-about .index-about-warp::before {
    left: 7.4%;
  }
}

.index-about-animation {
  position: relative;
  width: 100%;
  height: 650px;
  margin-bottom: -300px;
}
@media screen and (max-width: 1400px) {
  .index-about-animation {
    height: 500px;
    margin-bottom: -240px;
  }
}
@media screen and (max-width: 1024px) {
  .index-about-animation {
    height: 400px;
    margin-bottom: -200px;
  }
}
@media screen and (max-width: 768px) {
  .index-about-animation {
    margin-bottom: -150px;
  }
}
@media screen and (max-width: 576px) {
  .index-about-animation {
    height: 300px;
    margin-bottom: -180px;
  }
}
.index-about-animation canvas {
  display: block;
  width: 100%;
  height: auto;
}
.promise-title-warp {
  position: relative;
}
.promise-title-warp .brxe-heading {
  position: relative;
  z-index: 2;
}

.circle-text {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -26px;
  left: 16%;
  animation: rotate-circle 12s linear infinite;
  position: absolute;
  z-index: 1;
}
.circle-text text {
  fill: var(--bg);
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 5px;
}

@keyframes rotate-circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 921px) {
  .index-service-block {
    border-bottom: 2px solid var(--primary);
  }
}
.index-service-block .index-service-block-cont {
  position: relative;
}
.index-service-block .index-service-block-cont::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  border: 5px solid var(--primary);
  top: 0;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .index-service-block .index-service-block-cont::before {
    width: 40%;
  }
}
@media screen and (max-width: 921px) {
  .index-service-block .index-service-block-cont::before {
    display: none;
  }
}
.index-service-block:nth-of-type(odd) .index-service-block-cont::before {
  border-radius: 200px 0 0 200px;
  border-right: 0;
  left: 0;
}
.index-service-block:nth-of-type(even) .index-service-block-cont {
  display: flex;
}
.index-service-block:nth-of-type(even) .index-service-block-cont::before {
  border-radius: 0 200px 200px 0;
  border-left: 0;
  right: 0;
}
.index-service-block:first-of-type .index-service-block-cont::after, .index-service-block:last-of-type .index-service-block-cont::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 5px solid var(--primary);
  position: absolute;
}
@media screen and (max-width: 921px) {
  .index-service-block:first-of-type .index-service-block-cont::after, .index-service-block:last-of-type .index-service-block-cont::after {
    display: none;
  }
}
.index-service-block:first-of-type .index-service-block-cont::after {
  top: 0;
  right: -29%;
}
.index-service-block:last-of-type .index-service-block-cont::after {
  bottom: 0;
  left: -29%;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  display: flex;
  align-items: center;
}

.marquee-track {
  display: inline-flex;
  white-space: nowrap;
  height: 90px;
  animation: scroll-left 30s linear infinite;
}
@media screen and (max-width: 1024px) {
  .marquee-track {
    height: 70px;
  }
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 3vw;
  font-weight: 900;
  font-size: 72px;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.marquee-item img {
  width: clamp(28px, 5vw, 104px);
}
@media screen and (max-width: 1024px) {
  .marquee-item {
    font-size: 50px;
  }
  .marquee-item img {
    width: 50px;
  }
}
@media screen and (max-width: 921px) {
  .marquee-item {
    padding: 0 30px;
    font-size: 50px;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.featured-case {
  position: relative;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .featured-case {
    padding: 0;
  }
}

.featured-case__container {
  position: relative;
  width: min(100% - 80px, 1400px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .featured-case__container {
    width: 100%;
  }
}

.featured-case__slider {
  margin: 0 -16px;
}
.featured-case__slider .slick-track {
  display: flex;
}
.featured-case__slider .slick-slide {
  height: auto;
  margin: 0 24px 30px 24px;
}
@media screen and (max-width: 576px) {
  .featured-case__slider .slick-slide {
    margin: 0 5px 30px 5px;
  }
}

.slick-list {
  overflow: hidden;
}

.featured-case__arrow--prev {
  left: -90px;
}

.featured-case__arrow--next {
  right: -90px;
}

.process-block {
  position: relative;
}
.process-block::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 5px;
  width: 160px;
  background-color: var(--primary);
  top: 60px;
  right: 0;
  transform: translateX(60%);
}
@media screen and (max-width: 921px) {
  .process-block::after {
    display: none;
  }
}
.process-block:last-of-type::after {
  display: none;
}

@keyframes cta-btn-bounce {
  0% {
    transform: translateY(0) scale(1);
  }
  18% {
    transform: translateY(8px) scale(0.95);
  }
  38% {
    transform: translateY(-10px) scale(1.06);
  }
  58% {
    transform: translateY(4px) scale(0.98);
  }
  78% {
    transform: translateY(-4px) scale(1.02);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
.cta-btn-bounce {
  animation: cta-btn-bounce 0.75s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

:root {
  --article-border: 3px;
  --article-radius: 20px;
}

@media screen and (max-width: 921px) {
  :root {
    --article-radius: 12px;
  }
}
@media screen and (max-width: 921px) {
  .article-list {
    margin-top: -40px;
  }
}
.article-list .bricks-layout-wrapper {
  margin-bottom: 100px;
}
.article-list .bricks-layout-wrapper > .bricks-layout-item {
  position: relative;
  display: flex;
}
.article-list .bricks-layout-wrapper > .bricks-layout-item > .bricks-layout-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.article-list .bricks-layout-wrapper > .bricks-layout-item > .bricks-layout-inner::before {
  content: "";
  background-color: var(--primary);
  position: absolute;
  transform: translateY(100%);
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 50px;
}
.article-list .bricks-layout-wrapper > .bricks-layout-item > .bricks-layout-inner:hover .image-wrapper img {
  transform: scale(1.05);
}
.article-list .bricks-layout-wrapper > .bricks-layout-item > .bricks-layout-inner .image-wrapper {
  width: 90%;
  margin: 0 auto -100px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: var(--article-radius);
  border: var(--article-border) solid var(--primary);
  box-shadow: 0 var(--article-border) 0 rgba(126, 56, 43, 0.2);
  aspect-ratio: 4/2;
}
.article-list .bricks-layout-wrapper > .bricks-layout-item > .bricks-layout-inner .image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.5s;
}
.article-list .bricks-layout-wrapper > .bricks-layout-item > .bricks-layout-inner .content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 120px 28px 28px;
  background: #fff;
  border: var(--article-border) solid var(--primary);
  border-radius: var(--article-radius);
  gap: 0;
}
@media screen and (max-width: 1024px) {
  .article-list .bricks-layout-wrapper > .bricks-layout-item > .bricks-layout-inner .content-wrapper {
    padding: 110px 20px 20px;
  }
}
.article-list .bricks-layout-wrapper > .bricks-layout-item > .bricks-layout-inner .content-wrapper > * {
  width: 100%;
}
.article-list .bricks-layout-wrapper > .bricks-layout-item > .bricks-layout-inner .content-wrapper .article-title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-list .bricks-layout-wrapper > .bricks-layout-item > .bricks-layout-inner .content-wrapper .article-excerpt {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-list .bricks-layout-wrapper > .bricks-layout-item > .bricks-layout-inner .content-wrapper .article-read-more {
  position: absolute;
  width: calc(100% + var(--article-border) + var(--article-border));
  background-color: var(--primary);
  left: calc(var(--article-border) * -1);
  bottom: 0;
  transform: translateY(120%);
  transition: bottom 0.4s;
  border-radius: 0 0 var(--article-radius) var(--article-radius);
  padding: 10px 10px 10px 10px;
}
@media screen and (max-width: 1200px) {
  .article-list .bricks-layout-wrapper > .bricks-layout-item > .bricks-layout-inner .content-wrapper .article-read-more {
    font-size: 16px;
  }
}
.article-list .bricks-layout-wrapper > .bricks-layout-item > .bricks-layout-inner .content-wrapper .article-read-more:hover {
  bottom: 10px;
}
.article-list .bricks-layout-wrapper > .bricks-layout-item > .bricks-layout-inner .content-wrapper .article-read-more a {
  height: 100%;
  width: 100%;
  display: block;
}
.article-list .bricks-pagination .page-numbers > li > a:hover {
  color: #fff !important;
  background-color: var(--primary) !important;
}

#sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#sidebar > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar .wp-block-search__inside-wrapper {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: var(--article-radius);
  overflow: hidden;
  border: var(--article-border) solid var(--primary);
  padding: 0;
}
#sidebar .wp-block-search__input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  padding: 14px 22px;
  font-size: 15px;
  min-height: 68px;
}
@media screen and (max-width: 921px) {
  #sidebar .wp-block-search__input {
    min-height: 50px;
  }
}
#sidebar .wp-block-search__button {
  flex-shrink: 0;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
#sidebar .wp-block-search__button .search-icon path {
  fill: var(--text-w, #fff);
}
#sidebar .wp-block-search__button:hover {
  background-color: var(--primary-l-1, var(--primary));
}
#sidebar .wp-block-group {
  background: #fff;
  border-radius: var(--article-radius);
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border: var(--article-border) solid var(--primary);
  box-shadow: 0 5px 0 var(--primary);
}
#sidebar .wp-block-group h2.wp-block-heading {
  margin: 0;
  padding: 14px 20px;
  background-color: var(--primary);
  color: var(--text-w, #fff);
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
}
#sidebar .wp-block-group h2.wp-block-heading::before {
  content: "- ";
}
#sidebar .wp-block-group h2.wp-block-heading::after {
  content: " -";
}
#sidebar .wp-block-categories-list {
  list-style: none;
  margin: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#sidebar .wp-block-categories-list .cat-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  border: 1px solid #e6dcc6;
  font-weight: 600;
  color: var(--text);
  font-size: 15px;
  transition: 0.25s;
  border-radius: var(--article-radius);
}
#sidebar .wp-block-categories-list .cat-item a:hover {
  border-color: var(--primary);
  color: var(--primary);
}
#sidebar .wp-block-categories-list .cat-item.current-cat a {
  border-color: var(--primary);
  color: var(--primary);
  font-weight: 700;
}
#sidebar .wp-block-latest-posts {
  list-style: none;
  margin: 0;
  padding: 16px;
}
#sidebar .wp-block-latest-posts li {
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}
#sidebar .wp-block-latest-posts li:first-child {
  padding-top: 0;
}
#sidebar .wp-block-latest-posts li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#sidebar .wp-block-latest-posts .wp-block-latest-posts__post-title {
  display: block;
  color: var(--text);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#sidebar .wp-block-latest-posts .wp-block-latest-posts__post-title:hover {
  color: var(--acc);
}
#sidebar .wp-block-tag-cloud {
  margin: 0;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}
#sidebar .wp-block-tag-cloud .tag-cloud-link {
  font-size: 16px !important;
  font-weight: 600;
}
#sidebar .wp-block-tag-cloud .tag-cloud-link::before {
  content: "#";
  color: var(--acc);
}
#sidebar .wp-block-tag-cloud .tag-cloud-link:hover {
  color: var(--acc) !important;
}
@media screen and (max-width: 921px) {
  #sidebar .wp-block-group.sidebar-recent-articles, #sidebar .wp-block-group.sidebar-tags {
    display: none;
  }
  #sidebar .wp-block-group h2.wp-block-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    cursor: pointer;
    user-select: none;
  }
  #sidebar .wp-block-group h2.wp-block-heading::before {
    content: none;
  }
  #sidebar .wp-block-group h2.wp-block-heading::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--text-w, #fff);
    border-bottom: 2px solid var(--text-w, #fff);
    transform: rotate(45deg);
    transition: transform 0.3s;
    flex-shrink: 0;
  }
  #sidebar .wp-block-group.is-open h2.wp-block-heading::after {
    transform: rotate(-135deg);
  }
  #sidebar .wp-block-group .wp-block-categories-list,
  #sidebar .wp-block-group .wp-block-latest-posts,
  #sidebar .wp-block-group .wp-block-tag-cloud {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
  }
  #sidebar .wp-block-group.is-open .wp-block-categories-list,
  #sidebar .wp-block-group.is-open .wp-block-latest-posts,
  #sidebar .wp-block-group.is-open .wp-block-tag-cloud {
    max-height: 1000px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.latest-articles {
  overflow: hidden;
  position: relative;
}
.latest-articles .latest-articles__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 56px;
}
@media screen and (max-width: 921px) {
  .latest-articles .latest-articles__header {
    justify-content: center;
    margin-bottom: 25px;
  }
}
.latest-articles .latest-articles__header .latest-articles__title-group {
  position: relative;
}
.latest-articles .latest-articles__header .latest-articles__en-title {
  line-height: 1;
  font-family: cursive;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.latest-articles .latest-articles__header .latest-articles__en-title::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #2b65c7;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.latest-articles .latest-articles__header .latest-articles__title {
  color: #fff;
  position: relative;
  z-index: 2;
}
.latest-articles .latest-articles__arrow {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  top: 0;
  right: 0;
  transform: translateY(0);
  box-shadow: 0 0 0 0 transparent;
  background-color: transparent;
  border: var(--article-border) solid #ffffff;
  color: #fff;
}
.latest-articles .latest-articles__arrow:hover {
  background-color: #fff;
}
.latest-articles .latest-articles__arrow:hover i {
  color: var(--primary);
}
.latest-articles .latest-articles__arrow.latest-articles__arrow--prev {
  right: 100px;
}
.latest-articles .latest-articles__slider {
  margin: 0 -12px;
}
.latest-articles .latest-articles__slider .slick-list {
  overflow: visible;
}
.latest-articles .latest-articles__slider .slick-track {
  display: flex;
}
.latest-articles .latest-articles__slider .slick-slide {
  height: inherit;
  padding: 0 12px;
}
.latest-articles .latest-articles__slider .slick-slide > div {
  height: 100%;
}
.latest-articles .latest-articles__slider .latest-articles-card {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  border-radius: 0 0 var(--article-radius) var(--article-radius);
  overflow: hidden;
}
.latest-articles .latest-articles__slider .latest-articles-card:hover .latest-articles-card__thumbnail img {
  transform: scale(1.05);
}
.latest-articles .latest-articles__slider .latest-articles-card .latest-articles-card__thumbnail-link {
  display: block;
  margin: 0 auto -100px auto;
  position: relative;
  width: 90%;
  z-index: 2;
}
.latest-articles .latest-articles__slider .latest-articles-card .latest-articles-card__thumbnail {
  aspect-ratio: 4/2;
  overflow: hidden;
  border-radius: var(--article-radius);
  border: var(--article-border) solid var(--primary);
  box-shadow: 0 var(--article-border) 0 rgba(126, 56, 43, 0.2);
}
.latest-articles .latest-articles__slider .latest-articles-card .latest-articles-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s;
}
.latest-articles .latest-articles__slider .latest-articles-card .latest-articles-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 120px 28px 28px 28px;
  background: #fff;
  border-radius: var(--article-radius);
  position: relative;
  z-index: 1;
  border: var(--article-border) solid var(--primary);
}
.latest-articles .latest-articles__slider .latest-articles-card .latest-articles-card__content .latest-articles-card__meta {
  margin-bottom: 10px;
  text-align: center;
}
.latest-articles .latest-articles__slider .latest-articles-card .latest-articles-card__content .latest-articles-card__category {
  font-size: 14px;
  color: #555;
  letter-spacing: 0.08em;
}
.latest-articles .latest-articles__slider .latest-articles-card .latest-articles-card__content .latest-articles-card__title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: center;
}
.latest-articles .latest-articles__slider .latest-articles-card .latest-articles-card__content .latest-articles-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 2;
  color: #666;
  text-align: center;
}
.latest-articles .latest-articles__slider .latest-articles-card .latest-articles-card__button {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff;
  letter-spacing: 0.12em;
  transition: 0.3s;
  border-radius: 0 0 var(--article-radius) var(--article-radius);
  margin-top: -30px;
  padding-top: 30px;
  position: relative;
}
.latest-articles .latest-articles__slider .latest-articles-card .latest-articles-card__button:hover {
  transform: translateY(-10px);
}

body.single-post .text-highlight {
  display: inline;
  background: linear-gradient(180deg, transparent 80%, var(--bg) 0);
}
body.single-post .brxe-breadcrumbs [aria-current=page],
body.single-post .brxe-breadcrumbs .separator:has(+ [aria-current=page]) {
  display: none;
}
body.single-post #single-contact {
  box-shadow: 0 5px 0 var(--primary);
}
@media screen and (max-width: 921px) {
  body.single-post #single-contact {
    margin-top: -20px;
  }
}
body.single-post #single-contact * {
  font-size: 16px;
  line-height: 1.8;
}
body.single-post #single-contact .category a:hover, body.single-post #single-contact .post_tag a:hover {
  color: var(--acc);
}
body.single-post #single-contact .post_tag > li a {
  padding: 0 5px;
  background-color: transparent;
}
body.single-post #single-contact .post_tag > li a::before {
  content: "#";
  color: var(--acc);
}
body.single-post #single-contact br {
  margin-bottom: 30px;
}
body.single-post #single-contact ul, body.single-post #single-contact ol {
  margin: 0;
  padding: 0 0 0 22px;
}
body.single-post #single-contact ul li::marker, body.single-post #single-contact ol li::marker {
  color: var(--primary);
}
body.single-post #single-contact ol {
  padding: 0 0 0 27px;
}
body.single-post #single-contact h2, body.single-post #single-contact h3, body.single-post #single-contact h4, body.single-post #single-contact h5, body.single-post #single-contact h6 {
  margin-bottom: 15px;
  line-height: 1.4;
}
body.single-post #single-contact h2 {
  font-weight: 700;
  font-size: 30px;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--text);
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  body.single-post #single-contact h2 {
    font-size: 24px;
  }
}
body.single-post #single-contact h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 43px;
  border-radius: 5px;
  display: block;
  background-color: var(--primary);
}
@media screen and (max-width: 576px) {
  body.single-post #single-contact h2::before {
    height: 36px;
  }
}
body.single-post #single-contact h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  body.single-post #single-contact h3 {
    font-size: 20px;
  }
}
body.single-post #single-contact h4 {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  body.single-post #single-contact h4 {
    font-size: 18px;
  }
}
body.single-post #single-contact h5 {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  body.single-post #single-contact h5 {
    font-size: 18px;
  }
}
body.single-post #single-contact h6 {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  body.single-post #single-contact h6 {
    font-size: 16px;
  }
}
body.single-post #single-contact .decision-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
body.single-post #single-contact .decision-item {
  font-size: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
body.single-post #single-contact .decision-item br {
  display: none;
}
body.single-post #single-contact .decision-item .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 18px;
  margin-bottom: 0;
}
body.single-post #single-contact .decision-item strong {
  line-height: 1.5;
  font-size: 18px;
  color: #fff;
  background-color: var(--primary);
  padding: 3px 15px;
  border-radius: 20px;
}
body.single-post #single-contact blockquote {
  font-family: "Chiron GoRound TC", system-ui, sans-serif;
  background-color: #F5F5F5;
  border-radius: 0 20px 20px 0;
  padding: 30px 35px;
}
@media screen and (max-width: 576px) {
  body.single-post #single-contact blockquote {
    padding: 30px 25px;
  }
}
body.single-post #single-contact blockquote .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
}
body.single-post #single-contact blockquote .title::before {
  width: 20px;
  height: 20px;
}
body.single-post #single-contact blockquote.note-box {
  background-color: rgba(116, 178, 80, 0.08);
  border-left: 5px solid #74B250;
}
body.single-post #single-contact blockquote.note-box .title {
  color: #5a9140;
}
body.single-post #single-contact blockquote.note-box .title::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15.232 5.232l3.536 3.536m-2.036-5.036a2.5 2.5 0 113.536 3.536L6.5 21.036H3v-3.572L16.732 3.732z'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15.232 5.232l3.536 3.536m-2.036-5.036a2.5 2.5 0 113.536 3.536L6.5 21.036H3v-3.572L16.732 3.732z'%3E%3C/path%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
body.single-post #single-contact blockquote.note-box ul li::marker, body.single-post #single-contact blockquote.note-box ol li::marker {
  color: #74B250;
}
body.single-post #single-contact blockquote.tip-box {
  background-color: rgba(245, 187, 27, 0.08);
  border-left: 5px solid #F5BB1B;
}
body.single-post #single-contact blockquote.tip-box .title {
  color: #ad8a10;
}
body.single-post #single-contact blockquote.tip-box .title::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z'%3E%3C/path%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
body.single-post #single-contact blockquote.tip-box ul li::marker, body.single-post #single-contact blockquote.tip-box ol li::marker {
  color: #F5BB1B;
}
body.single-post #single-contact blockquote.info-box {
  background-color: rgba(78, 117, 245, 0.08);
  border-left: 5px solid #4E75F5;
}
body.single-post #single-contact blockquote.info-box .title {
  color: #4E75F5;
}
body.single-post #single-contact blockquote.info-box .title::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9'%3E%3C/path%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
body.single-post #single-contact blockquote.info-box ul li::marker, body.single-post #single-contact blockquote.info-box ol li::marker {
  color: #4E75F5;
}
body.single-post #single-contact blockquote.warning-box {
  background-color: rgba(218, 76, 56, 0.08);
  border-left: 5px solid #DA4C38;
}
body.single-post #single-contact blockquote.warning-box .title {
  color: #DA4C38;
}
body.single-post #single-contact blockquote.warning-box .title::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z'%3E%3C/path%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
body.single-post #single-contact blockquote.warning-box ul li::marker, body.single-post #single-contact blockquote.warning-box ol li::marker {
  color: #DA4C38;
}
body.single-post #single-contact img {
  max-width: 100%;
  height: auto;
  border-radius: var(--article-radius);
}
body.single-post #single-contact .article-step-block {
  width: 100%;
  margin-bottom: 60px;
  background: #f1f1f1;
  padding-bottom: 30px;
}
body.single-post #single-contact .article-step-block .article-step-title {
  width: 100%;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 15px 30px;
  background: var(--acc);
  color: #fff;
  text-align: center;
  justify-content: center;
}
body.single-post #single-contact .article-step-block .article-step-title::before {
  display: none;
}
body.single-post #single-contact .article-step-block .article-step-item {
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.single-post #single-contact .article-step-block .article-step-item p {
  width: 100%;
}
body.single-post #single-contact .article-step-block .article-step-item .article-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
  font-weight: 700;
}
body.single-post #single-contact .article-step-block .article-step-item .article-list li {
  position: relative;
  margin: 0;
}
body.single-post #single-contact .article-step-block .article-step-item .article-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--acc);
  border-right: 2px solid var(--acc);
  transform: translateY(-50%) rotate(45deg);
}
body.single-post #single-contact .article-step-block .article-step-item a {
  display: block;
}
body.single-post #single-contact .article-step-block .article-step-item img {
  display: block;
  border-radius: 10px;
  box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.08);
}
body.single-post #single-contact .compare-card {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin: 25px 0 35px;
}
@media screen and (max-width: 768px) {
  body.single-post #single-contact .compare-card {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
body.single-post #single-contact .compare-item {
  flex: 1 1 0;
  width: 100%;
  background-color: #fff;
  border-radius: var(--article-radius);
  padding: 25px 30px;
}
body.single-post #single-contact .compare-item h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  margin-bottom: 15px;
}
body.single-post #single-contact .compare-item h3 br {
  display: none;
}
body.single-post #single-contact .compare-item .icon {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
body.single-post #single-contact .compare-item .icon::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
}
body.single-post #single-contact .compare-item ul {
  margin: 0;
  padding: 0 0 0 20px;
}
body.single-post #single-contact .compare-item ul li {
  margin-bottom: 8px;
}
body.single-post #single-contact .compare-item ul li:last-child {
  margin-bottom: 0;
}
body.single-post #single-contact .compare-item.is-correct, body.single-post #single-contact .compare-item.compare-success {
  border: 1px solid rgba(116, 178, 80, 0.3);
  background-color: rgba(116, 178, 80, 0.05);
}
body.single-post #single-contact .compare-item.is-correct h3, body.single-post #single-contact .compare-item.compare-success h3 {
  color: #5a9140;
}
body.single-post #single-contact .compare-item.is-correct .icon, body.single-post #single-contact .compare-item.compare-success .icon {
  background-color: #74B250;
}
body.single-post #single-contact .compare-item.is-correct .icon::before, body.single-post #single-contact .compare-item.compare-success .icon::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 12.75l6 6 9-13.5'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 12.75l6 6 9-13.5'%3E%3C/path%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
body.single-post #single-contact .compare-item.is-correct ul li::marker, body.single-post #single-contact .compare-item.compare-success ul li::marker {
  color: #74B250;
}
body.single-post #single-contact .compare-item.is-wrong, body.single-post #single-contact .compare-item.compare-danger {
  border: 1px solid rgba(218, 76, 56, 0.3);
  background-color: rgba(218, 76, 56, 0.05);
}
body.single-post #single-contact .compare-item.is-wrong h3, body.single-post #single-contact .compare-item.compare-danger h3 {
  color: #DA4C38;
}
body.single-post #single-contact .compare-item.is-wrong .icon, body.single-post #single-contact .compare-item.compare-danger .icon {
  background-color: #DA4C38;
}
body.single-post #single-contact .compare-item.is-wrong .icon::before, body.single-post #single-contact .compare-item.compare-danger .icon::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 18L18 6M6 6l12 12'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 18L18 6M6 6l12 12'%3E%3C/path%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
body.single-post #single-contact .compare-item.is-wrong ul li::marker, body.single-post #single-contact .compare-item.compare-danger ul li::marker {
  color: #DA4C38;
}
body.single-post #single-contact .strategy-summary {
  background-color: rgb(from var(--primary) r g b / 0.06);
  border-radius: var(--article-radius);
  padding: 30px 35px;
  margin: 25px 0 35px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  body.single-post #single-contact .strategy-summary {
    padding: 30px 25px;
  }
}
body.single-post #single-contact .strategy-summary strong {
  display: block;
  font-size: 22px;
  color: var(--primary);
  margin-bottom: 10px;
}
body.single-post #single-contact .comparison-table, body.single-post #single-contact .standard-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 25px 0 35px;
  border-radius: var(--article-radius);
  overflow: hidden;
  border: 3px solid var(--primary);
}
body.single-post #single-contact .comparison-table thead th, body.single-post #single-contact .standard-table thead th {
  background-color: var(--primary);
  color: var(--text-w);
  font-weight: 700;
  font-size: 17px;
  text-align: left;
  padding: 16px 20px;
}
body.single-post #single-contact .comparison-table tbody th, body.single-post #single-contact .comparison-table tbody td, body.single-post #single-contact .standard-table tbody th, body.single-post #single-contact .standard-table tbody td {
  padding: 16px 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgb(from var(--primary) r g b / 0.12);
}
body.single-post #single-contact .comparison-table tbody th[scope=row], body.single-post #single-contact .standard-table tbody th[scope=row] {
  font-weight: 700;
  color: var(--primary);
  white-space: nowrap;
}
body.single-post #single-contact .comparison-table tbody tr:last-child th, body.single-post #single-contact .comparison-table tbody tr:last-child td, body.single-post #single-contact .standard-table tbody tr:last-child th, body.single-post #single-contact .standard-table tbody tr:last-child td {
  border-bottom: 0;
}
body.single-post #single-contact .comparison-table tbody tr:nth-child(even) th, body.single-post #single-contact .comparison-table tbody tr:nth-child(even) td, body.single-post #single-contact .standard-table tbody tr:nth-child(even) th, body.single-post #single-contact .standard-table tbody tr:nth-child(even) td {
  background-color: rgb(from var(--primary) r g b / 0.05);
}
@media screen and (max-width: 768px) {
  body.single-post #single-contact .comparison-table:not(.table-scroll):not(.table-stack), body.single-post #single-contact .standard-table:not(.table-scroll):not(.table-stack) {
    font-size: 14px;
  }
  body.single-post #single-contact .comparison-table:not(.table-scroll):not(.table-stack) thead th, body.single-post #single-contact .comparison-table:not(.table-scroll):not(.table-stack) tbody th, body.single-post #single-contact .comparison-table:not(.table-scroll):not(.table-stack) tbody td, body.single-post #single-contact .standard-table:not(.table-scroll):not(.table-stack) thead th, body.single-post #single-contact .standard-table:not(.table-scroll):not(.table-stack) tbody th, body.single-post #single-contact .standard-table:not(.table-scroll):not(.table-stack) tbody td {
    padding: 10px 12px;
  }
  body.single-post #single-contact .comparison-table.table-scroll, body.single-post #single-contact .standard-table.table-scroll {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  body.single-post #single-contact .comparison-table.table-scroll thead th, body.single-post #single-contact .comparison-table.table-scroll tbody th, body.single-post #single-contact .comparison-table.table-scroll tbody td, body.single-post #single-contact .standard-table.table-scroll thead th, body.single-post #single-contact .standard-table.table-scroll tbody th, body.single-post #single-contact .standard-table.table-scroll tbody td {
    white-space: nowrap;
  }
  body.single-post #single-contact .comparison-table.table-stack, body.single-post #single-contact .standard-table.table-stack {
    display: block;
    border-radius: 0;
    border: 0;
    overflow: visible;
  }
  body.single-post #single-contact .comparison-table.table-stack thead, body.single-post #single-contact .standard-table.table-stack thead {
    display: none;
  }
  body.single-post #single-contact .comparison-table.table-stack tbody, body.single-post #single-contact .standard-table.table-stack tbody {
    display: block;
  }
  body.single-post #single-contact .comparison-table.table-stack tbody tr, body.single-post #single-contact .standard-table.table-stack tbody tr {
    display: block;
    margin-bottom: 20px;
    border-radius: var(--article-radius);
    overflow: hidden;
    border: 1px solid var(--primary);
  }
  body.single-post #single-contact .comparison-table.table-stack tbody tr:last-child, body.single-post #single-contact .standard-table.table-stack tbody tr:last-child {
    margin-bottom: 0;
  }
  body.single-post #single-contact .comparison-table.table-stack tbody tr:last-child td, body.single-post #single-contact .standard-table.table-stack tbody tr:last-child td {
    border-bottom: 1px solid rgb(from var(--primary) r g b/0.12);
  }
  body.single-post #single-contact .comparison-table.table-stack tbody th, body.single-post #single-contact .comparison-table.table-stack tbody td, body.single-post #single-contact .standard-table.table-stack tbody th, body.single-post #single-contact .standard-table.table-stack tbody td {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgb(from var(--primary) r g b / 0.12);
  }
  body.single-post #single-contact .comparison-table.table-stack tbody th[scope=row], body.single-post #single-contact .standard-table.table-stack tbody th[scope=row] {
    background-color: var(--primary);
    color: var(--text-w);
    border-bottom: 0;
  }
  body.single-post #single-contact .comparison-table.table-stack tbody td::before, body.single-post #single-contact .standard-table.table-stack tbody td::before {
    content: attr(data-title);
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 4px;
  }
  body.single-post #single-contact .comparison-table.table-stack tbody tr:nth-child(even) th, body.single-post #single-contact .comparison-table.table-stack tbody tr:nth-child(even) td, body.single-post #single-contact .standard-table.table-stack tbody tr:nth-child(even) th, body.single-post #single-contact .standard-table.table-stack tbody tr:nth-child(even) td {
    background-color: #fff;
  }
  body.single-post #single-contact .comparison-table.table-stack tbody tr:nth-child(even) th[scope=row], body.single-post #single-contact .standard-table.table-stack tbody tr:nth-child(even) th[scope=row] {
    background-color: var(--primary);
  }
}
body.single-post #single-contact .faq-archive .faq-item {
  border-radius: 16px;
  border: 2px solid var(--primary);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
}
body.single-post #single-contact .faq-archive .faq-item .faq-title {
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 0;
}
body.single-post #single-contact .faq-archive .faq-item .faq-title > a {
  position: relative;
  padding-right: 50px;
  border-radius: 16px;
  border: 0 !important;
  background-color: transparent;
}
body.single-post #single-contact .faq-archive .faq-item .faq-title > a:active, body.single-post #single-contact .faq-archive .faq-item .faq-title > a:focus {
  border: 0;
}
body.single-post #single-contact .faq-archive .faq-item .faq-title > a br {
  display: none;
}
body.single-post #single-contact .faq-archive .faq-item .faq-title > a::before, body.single-post #single-contact .faq-archive .faq-item .faq-title > a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background-color: var(--primary);
  transform: translateY(-50%);
  transition: transform 0.25s ease, background-color 0.25s ease;
}
body.single-post #single-contact .faq-archive .faq-item .faq-title > a::after {
  transform: translateY(-50%) rotate(90deg);
}
body.single-post #single-contact .faq-archive .faq-item.is-open .faq-title > a {
  color: var(--text);
  font-weight: 600;
  border: 0 !important;
}
body.single-post #single-contact .faq-archive .faq-item.is-open .faq-title > a::after {
  transform: translateY(-50%) rotate(0deg);
}
body.single-post #single-contact .faq-archive .faq-item .faq-panel {
  margin-top: 0;
  padding: 0 0 15px 0;
}
body.single-post #single-contact .author-profile h2 {
  margin: 0 0 20px 0;
}
body.single-post #single-contact .author-profile .brxe-button {
  min-height: 60px;
  min-width: 180px;
}
body.single-post #sidebar .sidebar-recent-articles, body.single-post #sidebar .sidebar-tags {
  display: none;
}
body.single-post .ph-post-extras {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
body.single-post .ph-post-extras .ph-post-nav {
  flex: 1 1 0;
  min-width: 0;
}
body.single-post .ph-post-extras .ph-post-nav a {
  display: block;
  text-decoration: none;
  color: var(--text);
}
body.single-post .ph-post-extras .ph-post-nav a:hover .ph-post-nav-title {
  color: var(--primary);
}
body.single-post .ph-post-extras .ph-post-nav-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: var(--text);
  margin-bottom: 6px;
}
body.single-post .ph-post-extras .ph-post-nav-arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
body.single-post .ph-post-extras .ph-post-nav-prev .ph-post-nav-arrow {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  background-color: var(--text);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 17L7 7M17 7H7v10'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 17L7 7M17 7H7v10'%3E%3C/path%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
body.single-post .ph-post-extras .ph-post-nav-next .ph-post-nav-arrow {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  background-color: var(--text);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17L17 7M7 7h10v10'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17L17 7M7 7h10v10'%3E%3C/path%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transform: rotate(90deg);
}
body.single-post .ph-post-extras .ph-post-nav-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.single-post .ph-post-extras .ph-post-nav-back {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 10px 28px;
  border: 4px solid var(--primary);
  box-shadow: 10px 10px 0 0 var(--shadow);
  border-radius: 50px;
  background-color: #fff;
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media screen and (max-width: 576px) {
  body.single-post .ph-post-extras .ph-post-nav-back {
    margin-bottom: 20px;
  }
}
body.single-post .ph-post-extras .ph-post-nav-back:hover {
  background-color: var(--primary);
  color: #fff;
  box-shadow: 0 0 0 0 var(--shadow);
}
body.single-post .ph-post-extras .ph-post-nav-prev {
  text-align: left;
}
body.single-post .ph-post-extras .ph-post-nav-prev .ph-post-nav-label {
  justify-content: flex-start;
}
body.single-post .ph-post-extras .ph-post-nav-next {
  text-align: right;
}
body.single-post .ph-post-extras .ph-post-nav-next .ph-post-nav-label {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  body.single-post .ph-post-extras {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    text-align: center;
  }
  body.single-post .ph-post-extras .ph-post-nav-prev, body.single-post .ph-post-extras .ph-post-nav-next {
    text-align: center;
  }
  body.single-post .ph-post-extras .ph-post-nav-prev .ph-post-nav-label, body.single-post .ph-post-extras .ph-post-nav-next .ph-post-nav-label {
    justify-content: center;
  }
  body.single-post .ph-post-extras .ph-post-nav-back {
    order: -1;
  }
}

.related-articles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .related-articles__grid {
    grid-template-columns: 1fr;
  }
}
.related-articles__grid .latest-articles-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 var(--article-radius) var(--article-radius);
  overflow: hidden;
}
.related-articles__grid .latest-articles-card:hover .latest-articles-card__thumbnail img {
  transform: scale(1.05);
}
.related-articles__grid .latest-articles-card .latest-articles-card__thumbnail-link {
  display: block;
  margin: 0 auto -100px auto;
  position: relative;
  width: 90%;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .related-articles__grid .latest-articles-card .latest-articles-card__thumbnail-link {
    margin-bottom: -80px;
  }
}
@media screen and (max-width: 921px) {
  .related-articles__grid .latest-articles-card .latest-articles-card__thumbnail-link {
    margin-bottom: -50px;
  }
}
.related-articles__grid .latest-articles-card .latest-articles-card__thumbnail {
  aspect-ratio: 4/2;
  overflow: hidden;
  border-radius: var(--article-radius);
  border: var(--article-border) solid var(--primary);
  box-shadow: 0 var(--article-border) 0 rgba(126, 56, 43, 0.2);
}
.related-articles__grid .latest-articles-card .latest-articles-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s;
}
.related-articles__grid .latest-articles-card .latest-articles-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 120px 28px 28px 28px;
  background: #fff;
  border-radius: var(--article-radius);
  position: relative;
  z-index: 1;
  border: var(--article-border) solid var(--primary);
}
@media screen and (max-width: 1200px) {
  .related-articles__grid .latest-articles-card .latest-articles-card__content {
    padding: 90px 16px 16px;
  }
}
@media screen and (max-width: 921px) {
  .related-articles__grid .latest-articles-card .latest-articles-card__content {
    padding: 60px 16px 16px;
  }
}
.related-articles__grid .latest-articles-card .latest-articles-card__content .latest-articles-card__meta {
  margin-bottom: 10px;
  text-align: center;
}
.related-articles__grid .latest-articles-card .latest-articles-card__content .latest-articles-card__category {
  font-size: 14px;
  color: #555;
  letter-spacing: 0.08em;
}
.related-articles__grid .latest-articles-card .latest-articles-card__content .latest-articles-card__title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: center;
}
.related-articles__grid .latest-articles-card .latest-articles-card__content .latest-articles-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 2;
  color: #666;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .related-articles__grid .latest-articles-card .latest-articles-card__content .latest-articles-card__excerpt {
    line-height: 1.6;
  }
}
.related-articles__grid .latest-articles-card .latest-articles-card__button {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff;
  letter-spacing: 0.12em;
  transition: 0.3s;
  border-radius: 0 0 var(--article-radius) var(--article-radius);
  margin-top: -30px;
  padding-top: 30px;
  position: relative;
}
.related-articles__grid .latest-articles-card .latest-articles-card__button:hover {
  transform: translateY(-10px);
}

body.post-type-archive-faq, body.tax-faq-category {
  background-color: var(--bg);
}
body.post-type-archive-faq .site-main.faq-taxonomy, body.tax-faq-category .site-main.faq-taxonomy {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 120px;
  margin-top: 60px;
}
body.post-type-archive-faq .brxe-breadcrumbs, body.tax-faq-category .brxe-breadcrumbs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 0 20px;
}
body.post-type-archive-faq .page-title, body.tax-faq-category .page-title {
  text-align: center;
  margin: 0 0 40px;
}
body.post-type-archive-faq .faq-wrapper, body.tax-faq-category .faq-wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}
body.post-type-archive-faq .faq-wrapper.desk, body.tax-faq-category .faq-wrapper.desk {
  display: flex;
}
@media screen and (max-width: 921px) {
  body.post-type-archive-faq .faq-wrapper.desk, body.tax-faq-category .faq-wrapper.desk {
    display: none;
  }
}
body.post-type-archive-faq .faq-wrapper.desk .faq-parent, body.tax-faq-category .faq-wrapper.desk .faq-parent {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  body.post-type-archive-faq .faq-wrapper.desk .faq-parent, body.tax-faq-category .faq-wrapper.desk .faq-parent {
    padding: 40px 0;
  }
}
body.post-type-archive-faq .faq-wrapper.desk .faq-parent > .item, body.tax-faq-category .faq-wrapper.desk .faq-parent > .item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 3px solid var(--primary);
  background-color: #fff;
  padding: 8px 17px 6px 17px;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.4;
  box-shadow: 8px 8px 0 0 var(--bg);
  transition: all 0.4s;
}
body.post-type-archive-faq .faq-wrapper.desk .faq-parent > .item:hover, body.tax-faq-category .faq-wrapper.desk .faq-parent > .item:hover {
  box-shadow: 3px 3px 0 0 var(--bg);
}
body.post-type-archive-faq .faq-wrapper.desk .faq-parent > .item.is-active, body.post-type-archive-faq .faq-wrapper.desk .faq-parent > .item:hover, body.tax-faq-category .faq-wrapper.desk .faq-parent > .item.is-active, body.tax-faq-category .faq-wrapper.desk .faq-parent > .item:hover {
  color: #fff;
  background-color: var(--primary);
}
body.post-type-archive-faq .faq-wrapper.desk .faq-child, body.tax-faq-category .faq-wrapper.desk .faq-child {
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  margin: 0 0 70px 0;
}
body.post-type-archive-faq .faq-wrapper.desk .faq-child > .item, body.tax-faq-category .faq-wrapper.desk .faq-child > .item {
  font-size: 18px;
  font-weight: 400;
  color: var(--text);
  padding: 15px 25px;
  text-align: center;
}
body.post-type-archive-faq .faq-wrapper.desk .faq-child > .item.is-active, body.post-type-archive-faq .faq-wrapper.desk .faq-child > .item:hover, body.tax-faq-category .faq-wrapper.desk .faq-child > .item.is-active, body.tax-faq-category .faq-wrapper.desk .faq-child > .item:hover {
  color: var(--bg);
  background-color: var(--primary);
}
body.post-type-archive-faq .faq-wrapper.mobile, body.tax-faq-category .faq-wrapper.mobile {
  display: none;
  padding: 0 0 0;
}
@media screen and (max-width: 921px) {
  body.post-type-archive-faq .faq-wrapper.mobile, body.tax-faq-category .faq-wrapper.mobile {
    display: flex;
    width: 100%;
  }
}
body.post-type-archive-faq .faq-wrapper.mobile .faq-dropdown, body.tax-faq-category .faq-wrapper.mobile .faq-dropdown {
  margin-bottom: 50px;
}
body.post-type-archive-faq .faq-wrapper.mobile .faq-dropdown .title, body.tax-faq-category .faq-wrapper.mobile .faq-dropdown .title {
  margin-bottom: 15px;
}
body.post-type-archive-faq .faq-wrapper.mobile .faq-parent-dropdown, body.tax-faq-category .faq-wrapper.mobile .faq-parent-dropdown {
  position: relative;
  width: 100%;
}
body.post-type-archive-faq .faq-wrapper.mobile .faq-parent-dropdown__toggle, body.tax-faq-category .faq-wrapper.mobile .faq-parent-dropdown__toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-radius: 50px;
  border: 3px solid var(--primary);
  background-color: var(--primary);
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  box-shadow: 8px 8px 0 0 var(--bg);
  transition: box-shadow 0.4s;
}
body.post-type-archive-faq .faq-wrapper.mobile .faq-parent-dropdown__toggle:hover, body.tax-faq-category .faq-wrapper.mobile .faq-parent-dropdown__toggle:hover {
  box-shadow: 3px 3px 0 0 var(--bg);
}
body.post-type-archive-faq .faq-wrapper.mobile .faq-parent-dropdown__toggle.is-open, body.tax-faq-category .faq-wrapper.mobile .faq-parent-dropdown__toggle.is-open {
  border-radius: 20px 20px 0 0;
  box-shadow: none;
}
body.post-type-archive-faq .faq-wrapper.mobile .faq-parent-dropdown__arrow, body.tax-faq-category .faq-wrapper.mobile .faq-parent-dropdown__arrow {
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg) translateY(-2px);
  flex-shrink: 0;
  transition: transform 0.3s;
}
.is-open body.post-type-archive-faq .faq-wrapper.mobile .faq-parent-dropdown__arrow, .is-open body.tax-faq-category .faq-wrapper.mobile .faq-parent-dropdown__arrow {
  transform: rotate(-135deg) translateY(-2px);
}
body.post-type-archive-faq .faq-wrapper.mobile .faq-parent-dropdown__menu, body.tax-faq-category .faq-wrapper.mobile .faq-parent-dropdown__menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 3px solid var(--primary);
  border-top: 0;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  z-index: 10;
  box-shadow: 8px 8px 0 0 var(--bg);
  list-style: none;
  padding: 0;
  margin: 0;
}
body.post-type-archive-faq .faq-wrapper.mobile .faq-parent-dropdown__menu.is-open, body.tax-faq-category .faq-wrapper.mobile .faq-parent-dropdown__menu.is-open {
  display: block;
}
body.post-type-archive-faq .faq-wrapper.mobile .faq-parent-dropdown__menu .js-faq-dropdown-option, body.tax-faq-category .faq-wrapper.mobile .faq-parent-dropdown__menu .js-faq-dropdown-option {
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  transition: background-color 0.2s, color 0.2s;
  border: 0;
  border-radius: 0;
}
body.post-type-archive-faq .faq-wrapper.mobile .faq-parent-dropdown__menu .js-faq-dropdown-option:hover, body.post-type-archive-faq .faq-wrapper.mobile .faq-parent-dropdown__menu .js-faq-dropdown-option.current, body.tax-faq-category .faq-wrapper.mobile .faq-parent-dropdown__menu .js-faq-dropdown-option:hover, body.tax-faq-category .faq-wrapper.mobile .faq-parent-dropdown__menu .js-faq-dropdown-option.current {
  background-color: var(--primary);
  color: #fff;
}
body.post-type-archive-faq .faq-wrapper.mobile .faq-parent-dropdown__menu .js-faq-dropdown-option--child, body.tax-faq-category .faq-wrapper.mobile .faq-parent-dropdown__menu .js-faq-dropdown-option--child {
  padding-left: 35px;
  font-weight: 400;
}
body.post-type-archive-faq .faq-cat-content h1, body.post-type-archive-faq .faq-cat-content h2, body.post-type-archive-faq .faq-cat-content h3, body.tax-faq-category .faq-cat-content h1, body.tax-faq-category .faq-cat-content h2, body.tax-faq-category .faq-cat-content h3 {
  font-weight: bold;
}
body.post-type-archive-faq .faq-cat-content table, body.tax-faq-category .faq-cat-content table {
  border: 0;
  width: 100%;
  table-layout: auto;
}
body.post-type-archive-faq .faq-cat-content table td,
body.post-type-archive-faq .faq-cat-content table th, body.tax-faq-category .faq-cat-content table td,
body.tax-faq-category .faq-cat-content table th {
  border: 0;
  padding: 18px;
}
body.post-type-archive-faq .faq-cat-content table td, body.tax-faq-category .faq-cat-content table td {
  vertical-align: top;
}
body.post-type-archive-faq .faq-cat-content table thead th, body.tax-faq-category .faq-cat-content table thead th {
  text-align: left;
  font-size: 24px;
  color: var(--primary);
  border-bottom: 5px solid var(--second);
}
body.post-type-archive-faq .faq-cat-content table tbody th, body.post-type-archive-faq .faq-cat-content table tbody td, body.tax-faq-category .faq-cat-content table tbody th, body.tax-faq-category .faq-cat-content table tbody td {
  border-bottom: 1px solid var(--second);
}
@media screen and (max-width: 768px) {
  body.post-type-archive-faq .faq-cat-content table, body.tax-faq-category .faq-cat-content table {
    table-layout: auto;
  }
  body.post-type-archive-faq .faq-cat-content table thead, body.tax-faq-category .faq-cat-content table thead {
    display: none;
  }
  body.post-type-archive-faq .faq-cat-content table tbody,
  body.post-type-archive-faq .faq-cat-content table tr,
  body.post-type-archive-faq .faq-cat-content table th,
  body.post-type-archive-faq .faq-cat-content table td, body.tax-faq-category .faq-cat-content table tbody,
  body.tax-faq-category .faq-cat-content table tr,
  body.tax-faq-category .faq-cat-content table th,
  body.tax-faq-category .faq-cat-content table td {
    display: block;
    width: 100% !important;
  }
  body.post-type-archive-faq .faq-cat-content table tr, body.tax-faq-category .faq-cat-content table tr {
    margin-bottom: 20px;
  }
  body.post-type-archive-faq .faq-cat-content table tbody th, body.tax-faq-category .faq-cat-content table tbody th {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding: 20px 0;
    border-bottom: 0;
  }
  body.post-type-archive-faq .faq-cat-content table tbody td, body.tax-faq-category .faq-cat-content table tbody td {
    padding: 0 0 15px;
    border-bottom: 0;
  }
  body.post-type-archive-faq .faq-cat-content table tbody td:last-child, body.tax-faq-category .faq-cat-content table tbody td:last-child {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--second);
  }
  body.post-type-archive-faq .faq-cat-content table tbody td::before, body.tax-faq-category .faq-cat-content table tbody td::before {
    content: attr(data-title);
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 0;
  }
}

.faq-archive {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq-archive .faq-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  background-color: transparent;
  padding: 0 !important;
  border-bottom: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 921px) {
  .faq-archive .faq-item {
    width: 100%;
  }
}
.faq-archive .faq-item .faq-title {
  margin: 0;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
  border-radius: 50px;
}
.faq-archive .faq-item .faq-title > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 30px;
  background-color: var(--shadow);
  font-size: 20px;
  font-weight: bold;
  border: 2px solid var(--primary);
  border-radius: 50px;
  line-height: 1.5;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .faq-archive .faq-item .faq-title > a {
    padding: 15px;
    font-size: 17px;
    border-radius: 10px;
  }
}
.faq-archive .faq-item .faq-title > a:active, .faq-archive .faq-item .faq-title > a:focus {
  border: 2px solid var(--primary) !important;
}
.faq-archive .faq-item .toggle-btn {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.faq-archive .faq-item .toggle-btn::before, .faq-archive .faq-item .toggle-btn::after {
  content: "";
  width: 18px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--primary);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.faq-archive .faq-item .toggle-btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-archive .faq-item .faq-panel {
  padding: 15px 0 0 0;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
}
.faq-archive .faq-item .faq-panel .faq-content {
  padding: 0 30px;
}
.faq-archive .faq-item .faq-panel .faq-content a {
  color: var(--primary);
}
.faq-archive .faq-item .faq-panel .faq-content a:hover {
  color: var(--acc);
}
.faq-archive .faq-item .faq-panel .faq-content p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .faq-archive .faq-item .faq-panel .faq-content {
    padding: 0 15px;
  }
}
.faq-archive .faq-item .faq-more {
  margin-top: 20px;
  font-size: 14px;
}
.faq-archive .faq-item.is-open .faq-title > a {
  font-weight: 400;
  color: #fff;
  background-color: var(--primary);
}
.faq-archive .faq-item.is-open .toggle-btn::after {
  transform: translate(-50%, -50%) rotate(0deg);
  background-color: var(--bricks-border-color);
}

#case-list-wrapper {
  transition: 0.2s;
}

#case-list-wrapper.is-loading {
  opacity: 0.4;
  pointer-events: none;
}

.case-list__filters {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
.case-list__filters .js-case-filter {
  border-radius: 50px;
  border: 3px solid var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 8px 17px 6px 17px;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.4;
  box-shadow: 8px 8px 0 0 var(--bg);
  transition: all 0.4s;
}
.case-list__filters .js-case-filter:hover {
  box-shadow: 3px 3px 0 0 var(--bg);
}
.case-list__filters .js-case-filter.current, .case-list__filters .js-case-filter:hover {
  color: #fff;
  background-color: var(--primary);
}
.case-list__filters .case-list__filters-dropdown {
  display: none;
}
@media screen and (max-width: 768px) {
  .case-list__filters {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .case-list__filters .js-case-filter:not(.js-case-filter-option) {
    display: none;
  }
  .case-list__filters .case-list__filters-dropdown {
    display: block;
    position: relative;
    width: 100%;
  }
}

.case-list__filters-dropdown__toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-radius: 50px;
  border: 3px solid var(--primary);
  background-color: var(--primary);
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  box-shadow: 8px 8px 0 0 var(--bg);
  transition: box-shadow 0.4s;
}
.case-list__filters-dropdown__toggle:hover {
  box-shadow: 3px 3px 0 0 var(--bg);
}
.case-list__filters-dropdown__toggle.is-open {
  border-radius: 20px 20px 0 0;
  box-shadow: none;
}

.case-list__filters-dropdown__arrow {
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg) translateY(-2px);
  flex-shrink: 0;
  transition: transform 0.3s;
}
.is-open .case-list__filters-dropdown__arrow {
  transform: rotate(-135deg) translateY(-2px);
}

.case-list__filters-dropdown__menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 3px solid var(--primary);
  border-top: 0;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  z-index: 10;
  box-shadow: 8px 8px 0 0 var(--bg);
  list-style: none;
  padding: 0;
  margin: 0;
}
.case-list__filters-dropdown__menu.is-open {
  display: block;
}
.case-list__filters-dropdown__menu .js-case-filter-option {
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  transition: background-color 0.2s, color 0.2s;
  border: 0;
  border-radius: 0;
}
.case-list__filters-dropdown__menu .js-case-filter-option:hover, .case-list__filters-dropdown__menu .js-case-filter-option.current {
  background-color: var(--primary);
  color: #fff;
}

.case-list .case-list__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 80px 40px;
}
@media screen and (max-width: 1024px) {
  .case-list .case-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .case-list .case-list__grid {
    grid-template-columns: 1fr;
  }
}

.case-list__pagination {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  gap: 10px;
}
.case-list__pagination .page-numbers:not(.dots) {
  color: var(--primary);
  background-color: #fff;
  border: 3px solid var(--primary);
  height: 50px;
  min-width: 50px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}
.case-list__pagination .page-numbers:not(.dots).current, .case-list__pagination .page-numbers:not(.dots):hover {
  color: #fff;
  background-color: var(--primary);
}
.case-list__pagination .page-numbers:not(.dots).prev, .case-list__pagination .page-numbers:not(.dots).next {
  background-color: transparent;
  border: 0;
}
.case-list__pagination .page-numbers:not(.dots).prev:hover, .case-list__pagination .page-numbers:not(.dots).next:hover {
  color: var(--primary);
  opacity: 0.8;
}
.case-list__pagination .dots {
  color: var(--primary);
  font-size: 18px;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.case-card {
  position: relative;
  height: 100%;
  background: #fff;
  border: 5px solid var(--primary);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 0 var(--primary);
  padding: 20px 20px 0 20px;
}

.case-card__image-link {
  display: block;
  overflow: hidden;
}

.case-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 10px;
  border: 5px solid var(--primary);
}

.case-card__content {
  padding: 32px 0 70px;
  text-align: center;
}

.case-card__industries {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}

.case-card__industry {
  padding: 5px 10px;
  color: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.case-card__title {
  color: var(--primary);
  margin-bottom: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.case-card__categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.case-card__category {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--primary);
}
@media screen and (max-width: 768px) {
  .case-card__category {
    font-size: 14px;
  }
}

.case-card__footer {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  display: flex;
  align-items: stretch;
  border: 5px solid var(--primary);
  background-color: var(--acc);
  border-radius: 999px;
  width: 252px;
  overflow: hidden;
  transition: all 0.4s;
}
.case-card__footer:hover {
  background-color: var(--primary);
}

.case-card__button {
  flex: 1;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.case-card__views {
  min-width: 120px;
  min-height: 64px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  border: 5px solid var(--primary);
  background-color: var(--shadow);
  margin: -5px;
  color: var(--primary);
  font-weight: 700;
}

.case-card__views-icon {
  line-height: 1;
}

.case-card__views-text {
  line-height: 1;
}

.case-carousel__slider {
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
}
.case-carousel__slider .slick-slide {
  height: auto;
}
.case-carousel__slider .slick-track {
  display: flex;
}

.case-carousel__item {
  outline: none;
}

.case-carousel__img {
  border: 1px solid #d1d1d1;
  display: block;
  width: 100%;
  border-radius: 15px;
}

.case-carousel__slider .slick-dots {
  bottom: -32px;
}
.case-carousel__slider .slick-dots li button {
  background-color: #fff;
}
.case-carousel__slider .slick-dots li button::before {
  font-size: 10px;
  color: var(--primary);
  opacity: 0.3;
}
.case-carousel__slider .slick-dots li.slick-active button {
  background-color: var(--primary);
}
.case-carousel__slider .slick-dots li.slick-active button::before {
  opacity: 1;
  color: var(--primary);
}

.case-cont {
  font-size: 16px;
}
.case-cont p, .case-cont ul, .case-cont ol, .case-cont h2, .case-cont h6 {
  margin-bottom: 0;
  margin-block: 0;
}
.case-cont p {
  margin-bottom: 10px;
}
.case-cont ul, .case-cont ol {
  padding: 0 0 0 25px;
}
.case-cont h2 {
  display: inline;
  background: linear-gradient(180deg, transparent 80%, var(--bg) 0);
  font-size: 32px;
  display: inline-block;
  margin-bottom: 15px;
}
.case-cont h6 {
  font-size: 12px;
  color: var(--primary);
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 10px;
}
.case-cont .case-colors {
  display: flex;
  gap: 12px;
  margin: 40px 0;
}
.case-cont .case-color {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
}
.case-cont .case-tags {
  padding: 0;
}
.case-cont .case-tags > li {
  background-color: var(--shadow);
  border-radius: 5px;
  line-height: 1.6;
}

.related-cases .related-posts li img {
  border-radius: 15px;
}
@media screen and (max-width: 576px) {
  .related-cases .related-posts {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
  .related-cases .related-posts li {
    font-size: 16px;
  }
}

div#ez-toc-container {
  display: none;
}

.ph-toc #ez-toc-container {
  display: block;
  padding: 10px 0;
  box-shadow: 0 0px 0px transparent;
}
.ph-toc .ez-toc-list li {
  padding: 0;
}
.ph-toc .ez-toc-list li > a {
  color: #000000 !important;
  display: block !important;
  padding: 10px 20px;
  position: relative;
  font-size: 15px !important;
  letter-spacing: 0;
  line-height: 1.4;
  display: flex !important;
  align-items: start !important;
}
.ph-toc .ez-toc-list li > a::before {
  content: none;
}
.ph-toc .ez-toc-list li > a:hover {
  text-decoration: none !important;
}
.ph-toc .ez-toc-list li.active > a {
  font-weight: 700;
  background-color: var(--bg);
}
.ph-toc .ez-toc-list li.ancestor > a {
  text-decoration: underline;
}
.ph-toc .ez-toc-list.ez-toc-list-level-1 > li > a {
  font-weight: 700 !important;
}
.ph-toc .ez-toc-list .ez-toc-list-level-3 {
  margin-left: 0 !important;
}
.ph-toc .ez-toc-list .ez-toc-list-level-3 > li > a {
  padding-left: 30px;
  font-weight: 400 !important;
}
.ph-toc .ez-toc-list .ez-toc-list-level-3 > li > a::before {
  content: "・";
  color: var(--text);
  font-weight: 400;
  position: absolute;
  left: 15px;
}

.ph-toc-desk {
  display: block;
  position: relative;
}
.ph-toc-desk .ph-toc-desk-warp #ez-toc-container {
  width: 100%;
  background-color: var(--bg);
  border-radius: var(--radius);
  padding: 8px;
  background: #fff;
  border-radius: var(--article-radius);
  overflow: hidden;
  border: var(--article-border) solid var(--primary);
  box-shadow: 0 5px 0 var(--primary);
}
.ph-toc-desk .ph-toc-desk-warp #ez-toc-container.toc_close {
  box-shadow: 0 0 0 var(--primary);
}
.ph-toc-desk .ph-toc-desk-warp #ez-toc-container.toc_close .ez-toc-title-toggle a {
  transform: rotate(-135deg) !important;
}
.ph-toc-desk .ph-toc-desk-warp #ez-toc-container .ez-toc-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: calc(100% + 16px);
  margin: -8px -8px 0 -8px;
  padding: 16px 20px;
  background-color: var(--primary);
}
.ph-toc-desk .ph-toc-desk-warp #ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
.ph-toc-desk .ph-toc-desk-warp #ez-toc-container .ez-toc-title-container .ez-toc-title-toggle {
  flex-shrink: 0;
}
.ph-toc-desk .ph-toc-desk-warp #ez-toc-container .ez-toc-title-container .ez-toc-title-toggle .ez-toc-js-icon-con {
  border: 0;
}
.ph-toc-desk .ph-toc-desk-warp #ez-toc-container .ez-toc-title-container .ez-toc-title-toggle .ez-toc-js-icon-con svg {
  display: none;
}
.ph-toc-desk .ph-toc-desk-warp #ez-toc-container .ez-toc-title-container .ez-toc-title-toggle a {
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.ph-toc-desk .ph-toc-desk-warp #ez-toc-container .ez-toc-title-container .ez-toc-title-toggle a:focus {
  outline: unset;
}
.ph-toc-desk .ph-toc-desk-warp nav {
  max-height: calc(100vh - 180px);
  overflow-y: auto;
  background-color: #fff;
  margin: 0 -8px -8px;
}
.ph-toc-desk .ph-toc-desk-warp nav > ul {
  padding: 5px 0 !important;
}
.ph-toc-desk .ph-toc-desk-warp nav ul > li.active > a {
  border-radius: var(--radius) !important;
}
.ph-toc-desk .ph-toc-desk-warp .ez-toc-list-level-1 > li > a {
  padding: 10px 20px;
}
.ph-toc-desk .ph-toc-desk-warp.active {
  position: fixed;
  top: 70px;
}
.ph-toc-desk .ph-toc-desk-warp.stuck-bottom {
  position: absolute;
}
@media screen and (max-width: 921px) {
  .ph-toc-desk {
    display: none;
  }
}

.ph-toc-mobile {
  display: none;
}
@media screen and (max-width: 921px) {
  .ph-toc-mobile {
    display: block;
  }
  .ph-toc-mobile #ph-toc-fab {
    display: none;
    position: fixed;
    right: 0;
    top: 50vh;
    border-radius: 5px 0 0 5px;
    padding: 10px;
    background-color: var(--primary);
    transform: translateY(-50%);
    border: 1px solid var(--bg);
    border-right: 0;
    transform: translateY(-50%);
  }
  .ph-toc-mobile #ph-toc-fab svg {
    color: #ffffff;
    width: 25px;
    height: 25px;
  }
  .ph-toc-mobile #ph-toc-fab.active {
    display: block;
  }
  .ph-toc-mobile #ph-toc-modal, .ph-toc-mobile #ph-toc-overlay {
    display: none;
  }
  .ph-toc-mobile #ph-toc-modal.active, .ph-toc-mobile #ph-toc-overlay.active {
    display: block;
    height: 100vh;
    top: 0;
    bottom: 0;
    z-index: 9999;
  }
  .ph-toc-mobile #ph-toc-overlay {
    position: fixed;
    background-color: rgb(from #000 r g b / 0.2);
    width: 100vw;
    left: 0;
    right: 0;
  }
  .ph-toc-mobile #ph-toc-modal {
    min-width: 40%;
    max-width: 80%;
    position: fixed;
    right: 0;
    background-color: #ffffff;
    border-left: 1px solid var(--primary);
  }
  .ph-toc-mobile #ph-toc-modal .ph-toc-head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--primary);
    padding: 5px 0 5px 10px;
  }
  .ph-toc-mobile #ph-toc-modal .ph-toc-head .left {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .ph-toc-mobile #ph-toc-modal .ph-toc-head svg {
    font-size: 20px;
    width: 24px;
    color: var(--primary);
    margin: 2px 0 -2px;
  }
  .ph-toc-mobile #ph-toc-modal .ph-toc-head strong {
    font-size: 18px;
  }
  .ph-toc-mobile #ph-toc-modal .ph-toc-head .ph-toc-close {
    background-color: transparent;
    border: 0;
    color: var(--text);
  }
  .ph-toc-mobile #ph-toc-modal .ph-toc-body #ez-toc-container {
    width: 100%;
    background: transparent;
    border: 0;
    box-shadow: 0 0px 0px transparent;
    margin: 0;
  }
  .ph-toc-mobile #ph-toc-modal .ph-toc-body #ez-toc-container nav {
    height: 90vh;
    overflow-y: auto;
  }
  .ph-toc-mobile #ph-toc-modal .ph-toc-body #ez-toc-container .ez-toc-list-level-1 > li > a {
    padding: 10px 15px;
  }
  .ph-toc-mobile #ph-toc-modal .ph-toc-body .ez-toc-title-container {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
