@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Raleway:wght@400;500;700&display=swap);
@charset "UTF-8";
/**teste
 * Theme Name: AreaStructure
 * Theme URI: http://www.arealocal.com.br
 * Author: Equipe &Aacute;rea Local
 * Author URI: http://www.arealocal.com.br
 * Description: Esse tema &eacute; um tema personalizado pela &Aacute;rea Local, caso necessite de algum atendimento entre em contato no telefone <a href="tel:+554735219850" target="_blank">(47) 3521-9850</a> ou no e-mail <a href="mailto:suporte@arealocal.com.br" target="_blank">suporte@arealocal.com.br</a>. Para mais informa&ccedil;&otilde;es acesse: <a href="http://www.arealocal.com.br" target="_blank">www.arealocal.com.br</a>.
 * Version: 4.0.0
 * Text Domain: estrutura-basica
**/
/* Fonts
========================================================================== */
/* Global variables
========================================================================== */
/* Mixins
========================================================================== */
/* Global Mixins
========================================================================== */
/* Resets
========================================================================== */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
*:not(.fas, .fab, .fa),
*:before:not(.fas, .fab, .fa),
*:after:not(.fas, .fab, .fa) {
  font-size: 1rem;
}

.entry-title {
  padding-top: 50px;
}
.entry-title h1 {
  font-family: "Rubik";
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #3A3A3A;
}
.entry-title h1 span {
  color: #000;
  font-weight: 800;
}

#search-form {
  display: flex;
  width: 80%;
  justify-content: center;
  margin: auto;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media screen and (max-width: 768px) {
  #search-form {
    width: 100%;
  }
}
#search-form #search-submit {
  border: 1px solid #000;
  padding: 4px 14px;
  border-radius: 8px;
  background-color: #000;
  color: white;
  transition: all 0.3s;
  cursor: pointer;
}
#search-form #search-submit:hover {
  background-color: white;
  color: #000;
}
#search-form label {
  width: 100%;
}
#search-form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding: 5px 0px;
  background-color: white;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  font-family: "Rubik";
  color: #000;
}
#search-form input::-moz-placeholder {
  color: #000;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  font-family: "Rubik";
}
#search-form input::placeholder {
  color: #000;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  font-family: "Rubik";
}

a {
  transition: all linear 0.2s;
}
a:focus, a:hover {
  text-decoration: none;
}

input,
button {
  outline: none;
}

section {
  position: relative;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

textarea {
  max-width: 100%;
}

.pagina-padrao {
  padding-top: 70px;
  padding-bottom: 95px;
}
.pagina-padrao .title {
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  color: #454545;
}
.pagina-padrao .img-container {
  width: 82%;
  margin: 0 auto;
  padding-bottom: 57px;
}
.pagina-padrao .img-container img {
  width: 100%;
  border-radius: 8px;
}
.pagina-padrao .the-content {
  padding-bottom: 38px;
  margin-bottom: 28px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #5C5C5C;
  position: relative;
}
.pagina-padrao .the-content:after {
  content: "";
  display: block;
  width: 115%;
  max-width: 100vw;
  height: 1px;
  background: #EDEDED;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 1024px) {
  .pagina-padrao .the-content:after {
    width: calc(100% - 40px);
  }
}
.pagina-padrao .the-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #5C5C5C;
}
.pagina-padrao .the-content p:not(:last-of-type) {
  padding-bottom: 21px;
}
.pagina-padrao .the-content p a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #5C5C5C;
  transition: all 0.3s;
}
.pagina-padrao .the-content p a:hover {
  opacity: 0.6;
}
.pagina-padrao .the-content h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #454545;
  padding-bottom: 21px;
}
.pagina-padrao .the-content h2 a {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #454545;
  transition: all 0.3s;
}
.pagina-padrao .the-content h2 a:hover {
  opacity: 0.6;
}
.pagina-padrao .the-content img.alignright {
  float: right;
  padding: 0px 0px 10px 10px;
}
.pagina-padrao .the-content img.alignleft {
  float: left;
  padding: 10px 10px 0px 0px;
}

/* Global classes
========================================================================== */
.al-container {
  width: 1230px;
}
@media (max-width: 1270px) {
  .al-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.al-container.padrao {
  padding-top: 50px;
  padding-bottom: 50px;
}
.al-container.padrao img.alignright {
  float: right;
  padding: 0px 0px 10px 10px;
}
.al-container.padrao img.alignleft {
  float: left;
  padding: 10px 10px 0px 0px;
}

.al-container .al-sidebar {
  width: 300px;
  max-width: 100%;
}

.al-sidebar {
  max-width: 100%;
  width: calc((100% - 1230px) / 2);
}
@media screen and (max-width: 1530px) {
  .al-sidebar {
    width: 100%;
  }
}

.load_more {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.load_more .page-numbers {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.load_more .page-numbers:not(span) {
  transition: all 0.3s;
}
.load_more .page-numbers:not(span):hover {
  color: #000;
}
.load_more .page-numbers.current {
  background: #000;
  font-family: "Rubik";
  font-weight: 600;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.al-small-container {
  width: 1042px;
}

.al-extra-small-container {
  position: relative;
  width: 844px;
}

.al-container,
.al-small-container,
.al-extra-small-container {
  max-width: 100%;
  margin: 0 auto;
}

div.left-right-content {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  div.left-right-content {
    row-gap: 20px;
  }
}
div.left-right-content div.left,
div.left-right-content div.right {
  width: 50%;
}
@media (max-width: 768px) {
  div.left-right-content div.left,
  div.left-right-content div.right {
    width: 100%;
  }
}

/* Html / Body
========================================================================== */
html {
  height: 100%;
  overflow: auto;
}

body {
  background: #fff;
  height: 100%;
  line-height: 1.6;
  font: normal normal 16px Arial, sans-serif;
}

/* Custom scrollbar
========================================================================== */
body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: rgb(229.5, 229.5, 229.5);
}

body::-webkit-scrollbar-thumb {
  background: #000;
}
body::-webkit-scrollbar-thumb:hover {
  background: black;
}

/* Mobmenu Classes
========================================================================== */
.mob-menu-header-holder,
.mobmenu {
  z-index: 99 !important;
}

.mobmenul-container {
  top: 0 !important;
  right: 2% !important;
  z-index: 0 !important;
  background: #000;
  padding: 10px 10px 0px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mob-icon-menu,
.mob-menu-icon {
  color: #fff !important;
}

[class^=mob-icon-]:before,
[class*=mob-icon-]:before {
  font-size: 28px !important;
  width: unset !important;
}

/* Contact Form 7
========================================================================== */
.form-container .ajax-loader {
  display: none !important;
}
.form-container span[role=alert] {
  display: none !important;
}
.form-container .wpcf7-not-valid {
  border: 1px solid #dc3545 !important;
}
.form-container .wpcf7-not-valid.placeholder {
  color: #dc3545 !important;
}
.form-container .wpcf7-not-valid:-moz-placeholder {
  color: #dc3545 !important;
}
.form-container .wpcf7-not-valid::-moz-placeholder {
  color: #dc3545 !important;
}
.form-container .wpcf7-not-valid:-ms-input-placeholder {
  color: #dc3545 !important;
}
.form-container .wpcf7-not-valid::-webkit-input-placeholder {
  color: #dc3545 !important;
}
.form-container div[role=alert] {
  position: absolute;
  bottom: 0;
  font-weight: bold;
  text-align: center;
  background: #f1f1f1;
  width: 100%;
  max-width: 502px;
  margin: 20px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.form-container div[role=alert].wpcf7-validation-errors {
  border-color: #dc3545;
  color: #dc3545;
}
.form-container div[role=alert].wpcf7-mail-sent-ok {
  border-color: #28a745;
  color: #28a745;
}
@media (max-width: 480px) {
  .form-container div[role=alert] {
    position: initial;
    max-width: 100%;
  }
}

/* Slider
========================================================================== */
.banner {
  width: 100%;
  height: 543px;
}
@media screen and (max-width: 500px) {
  .banner {
    height: 420px;
  }
  .banner img {
    height: 100% !important;
  }
}
.banner .swiper-slide picture {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner .swiper-slide > .al-container {
  top: 137px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1214px;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .banner .swiper-slide > .al-container {
    top: 60px;
  }
}
.banner .swiper-slide > .al-container .informacoes {
  color: #FFF;
  font-family: "Inter";
  font-style: normal;
  line-height: normal;
  max-width: 709px;
}
.banner .swiper-slide > .al-container .informacoes h1 {
  font-size: 64px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .banner .swiper-slide > .al-container .informacoes h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 540px) {
  .banner .swiper-slide > .al-container .informacoes h1 {
    font-size: 34px;
  }
}
.banner .swiper-slide > .al-container .informacoes p {
  font-size: 32px;
  font-weight: 500;
  line-height: 112%; /* 35.84px */
  padding-top: 11px;
}
@media screen and (max-width: 768px) {
  .banner .swiper-slide > .al-container .informacoes p {
    font-size: 22px;
  }
}
@media screen and (max-width: 540px) {
  .banner .swiper-slide > .al-container .informacoes p {
    font-size: 18px;
  }
}

/* Pages
========================================================================== */
/* Header
========================================================================== */
.site-header {
  background: #fff;
  border-bottom: 1px solid rgba(222, 186, 118, 0.18);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, min-height 0.28s ease, transform 0.28s ease;
}
.site-header__inner {
  min-height: 144px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  transition: min-height 0.28s ease, padding 0.28s ease;
}
.site-header__brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.site-header__brand img,
.site-header__brand svg {
  display: block;
  width: 198px;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: width 0.28s ease;
}
.site-header__brand-fallback {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  color: #9c6a13;
}
.site-header__desktop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  gap: 64px;
}
@media (max-width: 1024px) {
  .site-header__desktop {
    display: none;
  }
}
.site-header__nav ul.menu {
  display: flex;
  align-items: center;
  gap: 45px;
}
.site-header__nav li {
  display: block;
}
.site-header__nav a {
  display: inline-flex;
  align-items: center;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 0.984375rem;
  font-weight: 500;
  letter-spacing: 0.085em;
  line-height: 1.15;
  text-transform: uppercase;
  color: #5b5b5b;
  position: relative;
}
.site-header__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: #deba76;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.site-header__nav a:hover::after, .site-header__nav a:focus::after {
  transform: scaleX(1);
}
.site-header__nav .current-menu-item > a,
.site-header__nav .current_page_item > a {
  color: #9c6a13;
}
.site-header__nav .current-menu-item > a::after,
.site-header__nav .current_page_item > a::after {
  transform: scaleX(1);
}
.site-header__cta {
  min-height: 44px;
  padding: 10px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #deba76;
  border-radius: 4px;
  background: #deba76;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.085em;
  line-height: 1.15;
  text-transform: uppercase;
  text-align: center;
  color: #5b5b5b;
  transition: background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
}
.site-header__cta:hover, .site-header__cta:focus {
  background: transparent;
  color: #9c6a13;
}
.site-header.is-scrolled {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}
.site-header.is-scrolled .site-header__inner {
  min-height: 96px;
}
.site-header.is-scrolled .site-header__brand img,
.site-header.is-scrolled .site-header__brand svg {
  width: 164px;
}
.site-header__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(156, 106, 19, 0.18);
  border-radius: 4px;
  background: #fff;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .site-header__toggle {
    display: inline-flex;
  }
}
.site-header__mobile-panel {
  display: none;
  background: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  width: min(88vw, 380px);
  height: 100vh;
  transition: right 0.3s ease;
  overflow-y: auto;
  z-index: 9999;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1024px) {
  .site-header__mobile-panel {
    display: block;
  }
}
.site-header__mobile-panel.active {
  right: 0;
}
.site-header__mobile-panel .container {
  padding: 32px 24px 40px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}
.site-header__mobile-panel .close {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.site-header__mobile-panel .close a {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #9c6a13;
}
.site-header__nav--mobile {
  width: 100%;
}
.site-header__nav--mobile ul.menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.site-header__nav--mobile li.menu-item {
  width: 100%;
}
.site-header__nav--mobile a {
  font-size: 0.95rem;
  color: #262626;
}
.site-header__nav--mobile a::after {
  bottom: -4px;
}
.site-header__cta--mobile {
  width: 100%;
}
@media (max-width: 1024px) {
  .site-header__inner {
    min-height: 104px;
  }
  .site-header__brand {
    max-width: calc(100% - 84px);
  }
  .site-header__brand img,
  .site-header__brand svg {
    width: 160px;
  }
}
@media (max-width: 480px) {
  .site-header__inner {
    min-height: 88px;
    gap: 16px;
  }
  .site-header__brand img,
  .site-header__brand svg {
    width: 136px;
  }
}

body.home .site-header,
body.blog .site-header,
body.page-servicos .site-header,
body.page-tire-suas-duvidas .site-header,
body.page-sobre .site-header,
body.single-servico .site-header,
body:has(.about-page) .site-header,
body:has(.faq-page) .site-header,
body:has(.service-single) .site-header,
body:has(.services-page) .site-header {
  background: transparent;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body.home .site-header.is-scrolled,
body.blog .site-header.is-scrolled,
body.page-servicos .site-header.is-scrolled,
body.page-tire-suas-duvidas .site-header.is-scrolled,
body.page-sobre .site-header.is-scrolled,
body.single-servico .site-header.is-scrolled,
body:has(.about-page) .site-header.is-scrolled,
body:has(.faq-page) .site-header.is-scrolled,
body:has(.service-single) .site-header.is-scrolled,
body:has(.services-page) .site-header.is-scrolled {
  background: rgba(24, 21, 19, 0.92);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(222, 186, 118, 0.18);
}
body.home .site-header .site-header__nav a,
body.blog .site-header .site-header__nav a,
body.page-servicos .site-header .site-header__nav a,
body.page-tire-suas-duvidas .site-header .site-header__nav a,
body.page-sobre .site-header .site-header__nav a,
body.single-servico .site-header .site-header__nav a,
body:has(.about-page) .site-header .site-header__nav a,
body:has(.faq-page) .site-header .site-header__nav a,
body:has(.service-single) .site-header .site-header__nav a,
body:has(.services-page) .site-header .site-header__nav a {
  color: #fbfbfb;
}
body.home .site-header .site-header__nav a::after,
body.blog .site-header .site-header__nav a::after,
body.page-servicos .site-header .site-header__nav a::after,
body.page-tire-suas-duvidas .site-header .site-header__nav a::after,
body.page-sobre .site-header .site-header__nav a::after,
body.single-servico .site-header .site-header__nav a::after,
body:has(.about-page) .site-header .site-header__nav a::after,
body:has(.faq-page) .site-header .site-header__nav a::after,
body:has(.service-single) .site-header .site-header__nav a::after,
body:has(.services-page) .site-header .site-header__nav a::after {
  background: #deba76;
}
body.home .site-header .site-header__nav .current-menu-item > a,
body.home .site-header .site-header__nav .current_page_item > a,
body.blog .site-header .site-header__nav .current-menu-item > a,
body.blog .site-header .site-header__nav .current_page_item > a,
body.page-servicos .site-header .site-header__nav .current-menu-item > a,
body.page-servicos .site-header .site-header__nav .current_page_item > a,
body.page-tire-suas-duvidas .site-header .site-header__nav .current-menu-item > a,
body.page-tire-suas-duvidas .site-header .site-header__nav .current_page_item > a,
body.page-sobre .site-header .site-header__nav .current-menu-item > a,
body.page-sobre .site-header .site-header__nav .current_page_item > a,
body.single-servico .site-header .site-header__nav .current-menu-item > a,
body.single-servico .site-header .site-header__nav .current_page_item > a,
body:has(.about-page) .site-header .site-header__nav .current-menu-item > a,
body:has(.about-page) .site-header .site-header__nav .current_page_item > a,
body:has(.faq-page) .site-header .site-header__nav .current-menu-item > a,
body:has(.faq-page) .site-header .site-header__nav .current_page_item > a,
body:has(.service-single) .site-header .site-header__nav .current-menu-item > a,
body:has(.service-single) .site-header .site-header__nav .current_page_item > a,
body:has(.services-page) .site-header .site-header__nav .current-menu-item > a,
body:has(.services-page) .site-header .site-header__nav .current_page_item > a {
  color: #fbfbfb;
}
body.home .site-header .site-header__toggle,
body.blog .site-header .site-header__toggle,
body.page-servicos .site-header .site-header__toggle,
body.page-tire-suas-duvidas .site-header .site-header__toggle,
body.page-sobre .site-header .site-header__toggle,
body.single-servico .site-header .site-header__toggle,
body:has(.about-page) .site-header .site-header__toggle,
body:has(.faq-page) .site-header .site-header__toggle,
body:has(.service-single) .site-header .site-header__toggle,
body:has(.services-page) .site-header .site-header__toggle {
  background: rgba(23, 20, 18, 0.42);
  border-color: rgba(251, 251, 251, 0.24);
  backdrop-filter: blur(8px);
}
body.home .site-header .site-header__mobile-panel,
body.blog .site-header .site-header__mobile-panel,
body.page-servicos .site-header .site-header__mobile-panel,
body.page-tire-suas-duvidas .site-header .site-header__mobile-panel,
body.page-sobre .site-header .site-header__mobile-panel,
body.single-servico .site-header .site-header__mobile-panel,
body:has(.about-page) .site-header .site-header__mobile-panel,
body:has(.faq-page) .site-header .site-header__mobile-panel,
body:has(.service-single) .site-header .site-header__mobile-panel,
body:has(.services-page) .site-header .site-header__mobile-panel {
  background: #fff;
}
body.home .site-header .site-header__mobile-panel .site-header__nav--mobile a,
body.blog .site-header .site-header__mobile-panel .site-header__nav--mobile a,
body.page-servicos .site-header .site-header__mobile-panel .site-header__nav--mobile a,
body.page-tire-suas-duvidas .site-header .site-header__mobile-panel .site-header__nav--mobile a,
body.page-sobre .site-header .site-header__mobile-panel .site-header__nav--mobile a,
body.single-servico .site-header .site-header__mobile-panel .site-header__nav--mobile a,
body:has(.about-page) .site-header .site-header__mobile-panel .site-header__nav--mobile a,
body:has(.faq-page) .site-header .site-header__mobile-panel .site-header__nav--mobile a,
body:has(.service-single) .site-header .site-header__mobile-panel .site-header__nav--mobile a,
body:has(.services-page) .site-header .site-header__mobile-panel .site-header__nav--mobile a {
  color: #262626;
}
body.home .site-header .site-header__mobile-panel .site-header__nav--mobile a::after,
body.blog .site-header .site-header__mobile-panel .site-header__nav--mobile a::after,
body.page-servicos .site-header .site-header__mobile-panel .site-header__nav--mobile a::after,
body.page-tire-suas-duvidas .site-header .site-header__mobile-panel .site-header__nav--mobile a::after,
body.page-sobre .site-header .site-header__mobile-panel .site-header__nav--mobile a::after,
body.single-servico .site-header .site-header__mobile-panel .site-header__nav--mobile a::after,
body:has(.about-page) .site-header .site-header__mobile-panel .site-header__nav--mobile a::after,
body:has(.faq-page) .site-header .site-header__mobile-panel .site-header__nav--mobile a::after,
body:has(.service-single) .site-header .site-header__mobile-panel .site-header__nav--mobile a::after,
body:has(.services-page) .site-header .site-header__mobile-panel .site-header__nav--mobile a::after {
  background: #deba76;
}
body.home .site-header .site-header__mobile-panel .site-header__nav--mobile .current-menu-item > a,
body.home .site-header .site-header__mobile-panel .site-header__nav--mobile .current_page_item > a,
body.blog .site-header .site-header__mobile-panel .site-header__nav--mobile .current-menu-item > a,
body.blog .site-header .site-header__mobile-panel .site-header__nav--mobile .current_page_item > a,
body.page-servicos .site-header .site-header__mobile-panel .site-header__nav--mobile .current-menu-item > a,
body.page-servicos .site-header .site-header__mobile-panel .site-header__nav--mobile .current_page_item > a,
body.page-tire-suas-duvidas .site-header .site-header__mobile-panel .site-header__nav--mobile .current-menu-item > a,
body.page-tire-suas-duvidas .site-header .site-header__mobile-panel .site-header__nav--mobile .current_page_item > a,
body.page-sobre .site-header .site-header__mobile-panel .site-header__nav--mobile .current-menu-item > a,
body.page-sobre .site-header .site-header__mobile-panel .site-header__nav--mobile .current_page_item > a,
body.single-servico .site-header .site-header__mobile-panel .site-header__nav--mobile .current-menu-item > a,
body.single-servico .site-header .site-header__mobile-panel .site-header__nav--mobile .current_page_item > a,
body:has(.about-page) .site-header .site-header__mobile-panel .site-header__nav--mobile .current-menu-item > a,
body:has(.about-page) .site-header .site-header__mobile-panel .site-header__nav--mobile .current_page_item > a,
body:has(.faq-page) .site-header .site-header__mobile-panel .site-header__nav--mobile .current-menu-item > a,
body:has(.faq-page) .site-header .site-header__mobile-panel .site-header__nav--mobile .current_page_item > a,
body:has(.service-single) .site-header .site-header__mobile-panel .site-header__nav--mobile .current-menu-item > a,
body:has(.service-single) .site-header .site-header__mobile-panel .site-header__nav--mobile .current_page_item > a,
body:has(.services-page) .site-header .site-header__mobile-panel .site-header__nav--mobile .current-menu-item > a,
body:has(.services-page) .site-header .site-header__mobile-panel .site-header__nav--mobile .current_page_item > a {
  color: #9c6a13;
}
@media (max-width: 1024px) {
  body.home .site-header .site-header__inner,
  body.blog .site-header .site-header__inner,
  body.page-servicos .site-header .site-header__inner,
  body.page-tire-suas-duvidas .site-header .site-header__inner,
  body.page-sobre .site-header .site-header__inner,
  body.single-servico .site-header .site-header__inner,
  body:has(.about-page) .site-header .site-header__inner,
  body:has(.faq-page) .site-header .site-header__inner,
  body:has(.service-single) .site-header .site-header__inner,
  body:has(.services-page) .site-header .site-header__inner {
    padding-top: 16px;
  }
}

body.has-internal-header {
  padding-top: 144px;
}
body.has-internal-header .site-header {
  background: #262626;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
body.has-internal-header .site-header.is-scrolled {
  background: #262626;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  backdrop-filter: none;
  border-bottom: 0;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
body.has-internal-header .site-header .site-header__nav a {
  color: #fbfbfb;
}
body.has-internal-header .site-header .site-header__nav a::after {
  background: #deba76;
}
body.has-internal-header .site-header .site-header__nav .current-menu-item > a,
body.has-internal-header .site-header .site-header__nav .current_page_item > a {
  color: #fbfbfb;
}
body.has-internal-header .site-header .site-header__toggle {
  background: rgba(251, 251, 251, 0.08);
  border-color: rgba(251, 251, 251, 0.24);
  backdrop-filter: none;
}
body.has-internal-header .site-header .site-header__mobile-panel {
  background: #fff;
}
body.has-internal-header .site-header .site-header__mobile-panel .site-header__nav--mobile a {
  color: #262626;
}
body.has-internal-header .site-header .site-header__mobile-panel .site-header__nav--mobile a::after {
  background: #deba76;
}
body.has-internal-header .site-header .site-header__mobile-panel .site-header__nav--mobile .current-menu-item > a,
body.has-internal-header .site-header .site-header__mobile-panel .site-header__nav--mobile .current_page_item > a {
  color: #9c6a13;
}
@media (max-width: 1024px) {
  body.has-internal-header {
    padding-top: 104px;
  }
}
@media (max-width: 480px) {
  body.has-internal-header {
    padding-top: 88px;
  }
}

body:has(#mobile-menu.active) {
  overflow: hidden;
}

.overlay {
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  background: rgba(26, 21, 16, 0.28);
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
  z-index: 998;
}

/* Footer
========================================================================== */
.site-footer {
  padding: 0;
  background: #262626;
  color: #fbfbfb;
}
.site-footer__top {
  padding: 56px 0 64px;
  display: grid;
  grid-template-columns: minmax(280px, 470px) 1fr;
  align-items: start;
  gap: 72px;
}
@media (max-width: 1024px) {
  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .site-footer__top {
    padding: 44px 0 36px;
    gap: 32px;
  }
}
.site-footer__brand {
  display: flex;
  align-items: flex-start;
}
.site-footer__logo {
  display: inline-flex;
  align-items: center;
}
.site-footer__logo img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer__content {
  display: grid;
  grid-template-columns: minmax(0, 240px) minmax(0, 264px) minmax(0, 270px);
  gap: 56px;
}
@media (max-width: 1280px) {
  .site-footer__content {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .site-footer__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.site-footer__column--small {
  max-width: 270px;
}
.site-footer__heading {
  margin: 0 0 18px;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
  color: #fcc752;
}
.site-footer__heading--social {
  margin-top: 30px;
}
.site-footer__info-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__info-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.site-footer__info-list i {
  margin-top: 4px;
  min-width: 16px;
  font-size: 16px !important;
  color: #fcc752;
  line-height: 1;
}
.site-footer__info-list a,
.site-footer__info-list span {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
  color: #fbfbfb;
}
.site-footer__info-list a:hover,
.site-footer__info-list a:focus {
  color: #deba76;
}
.site-footer__info-list--addresses {
  gap: 22px;
}
.site-footer__schedule {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.site-footer__schedule i {
  margin-top: 4px;
  min-width: 16px;
  font-size: 16px !important;
  color: #fcc752;
  line-height: 1;
}
.site-footer__schedule span {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
  color: #fbfbfb;
  white-space: pre-line;
}
.site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.site-footer__socials a {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #fcc752;
  color: #262626;
}
.site-footer__socials a:hover, .site-footer__socials a:focus {
  background: #deba76;
  color: #262626;
}
.site-footer__socials i {
  font-size: 1.05rem !important;
  line-height: 1;
}
.site-footer__bottom {
  padding: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 768px) {
  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}
.site-footer__bottom-links, .site-footer__credit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.site-footer__bottom-links a, .site-footer__bottom-links span, .site-footer__credit span, .site-footer__credit a {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #f4efe8;
}
.site-footer__bottom-links a:hover,
.site-footer__bottom-links a:focus {
  color: #deba76;
}
.site-footer__credit span {
  color: #f4efe8;
}
.site-footer__credit a {
  color: #fcc752;
}
.site-footer__credit a:hover, .site-footer__credit a:focus {
  color: #deba76;
}

/* Home
========================================================================== */
body.reveal-ready .home-page [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
body.reveal-ready .home-page [data-reveal=fade] {
  transform: none;
}
body.reveal-ready .home-page [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (prefers-reduced-motion: reduce) {
  body.reveal-ready .home-page [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-page .home-banner__content,
  .home-page .home-banner__title,
  .home-page .home-banner__description,
  .home-page .home-banner__actions {
    animation: none;
  }
}

.home-banner {
  position: relative;
  min-height: 840px;
  background-color: #2a2521;
  background-image: var(--home-banner-image);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home-banner {
    min-height: 720px;
    background-position: 68% center;
  }
}
@media (max-width: 768px) {
  .home-banner {
    min-height: auto;
    padding: 164px 0 88px;
    background-image: var(--home-banner-image-mobile, var(--home-banner-image));
    background-position: 62% center;
  }
}
@media (max-width: 480px) {
  .home-banner {
    padding: 144px 0 72px;
  }
}
.home-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 18, 16, 0.6) 0%, rgba(20, 18, 16, 0.56) 19%, rgba(20, 18, 16, 0.2) 54%, rgba(20, 18, 16, 0.42) 100%), linear-gradient(180deg, rgba(10, 10, 10, 0.46) 0%, rgba(91, 91, 91, 0.3) 25%, rgba(193, 193, 193, 0.2) 100%);
  mix-blend-mode: multiply;
}
.home-banner__container {
  min-height: inherit;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .home-banner__container {
    min-height: auto;
  }
}
.home-banner__content {
  width: 555px;
  max-width: 100%;
  padding: 0;
  animation: home-banner-content-in 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
}
@media (max-width: 1024px) {
  .home-banner__content {
    width: 520px;
  }
}
@media (max-width: 768px) {
  .home-banner__content {
    width: 100%;
    max-width: 420px;
    padding: 0;
  }
}
.home-banner__title {
  margin: 0 0 24px;
  font-family: "Playfair Display", serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1;
  color: #fbfbfb;
  animation: home-banner-item-in 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.32s both;
}
@media (max-width: 1024px) {
  .home-banner__title {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .home-banner__title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .home-banner__title {
    font-size: 32px;
  }
}
.home-banner__description {
  max-width: 480px;
  margin-bottom: 36px;
  animation: home-banner-item-in 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.48s both;
}
.home-banner__description p {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 768px) {
  .home-banner__description p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .home-banner__description p {
    font-size: 18px;
  }
}
.home-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  animation: home-banner-item-in 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.64s both;
}
.home-banner__button {
  min-height: 36px;
  padding: 10px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #deba76;
  border-radius: 4px;
  background: #deba76;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  text-align: center;
  color: #262626;
}
.home-banner__button:hover, .home-banner__button:focus {
  background: transparent;
  color: #fbfbfb;
  border-color: #fbfbfb;
}
.home-banner__button--secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.82);
  color: #fbfbfb;
  box-shadow: 0 18px 34px rgba(20, 18, 16, 0.2);
  backdrop-filter: blur(8px);
}
.home-banner__button--secondary:hover, .home-banner__button--secondary:focus {
  background: #fbfbfb;
  color: #262626;
  border-color: #fbfbfb;
}

@keyframes home-banner-content-in {
  from {
    opacity: 0;
    transform: translate3d(-18px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes home-banner-item-in {
  from {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}
.home-attendance {
  padding: 88px 0 110px;
  background: #fff;
}
@media (max-width: 768px) {
  .home-attendance {
    padding: 72px 0 84px;
  }
}
.home-attendance__head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}
@media (max-width: 768px) {
  .home-attendance__head {
    margin-bottom: 36px;
  }
}
.home-attendance__eyebrow {
  width: 164px;
  height: 8px;
  display: block;
  margin: 0 auto 42px;
  border-radius: 4px;
  background: #deba76;
}
@media (max-width: 768px) {
  .home-attendance__eyebrow {
    margin-bottom: 30px;
  }
}
.home-attendance__title {
  margin: 0 0 16px;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.05;
  color: #9a6016;
}
@media (max-width: 768px) {
  .home-attendance__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .home-attendance__title {
    font-size: 30px;
  }
}
.home-attendance__description p {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #0d0d0d;
}
@media (max-width: 768px) {
  .home-attendance__description p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .home-attendance__description p {
    font-size: 18px;
  }
}
.home-attendance__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 400px));
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .home-attendance__grid {
    grid-template-columns: minmax(0, 560px);
    max-width: 560px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .home-attendance__grid {
    grid-template-columns: 1fr;
  }
}
.home-attendance__card {
  min-height: 121px;
  padding: 29px 28px;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  border: 0;
  border-radius: 4px;
  background: #fbfbfb;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
}
.home-attendance__card:hover, .home-attendance__card:focus {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}
.home-attendance__card[type=button] {
  cursor: pointer;
}
@media (max-width: 480px) {
  .home-attendance__card {
    padding: 24px 20px;
    gap: 18px;
  }
}
.home-attendance__icon {
  width: 63px;
  height: 63px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.home-attendance__icon img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-attendance__icon i {
  font-size: 2rem !important;
  color: #fff;
  line-height: 1;
}
.home-attendance__card-content {
  flex: 1;
}
.home-attendance__card-title {
  margin: 0 0 2px;
  font-family: "Playfair Display", serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.15;
  color: #262626;
}
@media (max-width: 480px) {
  .home-attendance__card-title {
    font-size: 24px;
  }
}
.home-attendance__card-text {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #9a6016;
}
@media (max-width: 480px) {
  .home-attendance__card-text {
    font-size: 18px;
  }
}

.home-reviews {
  padding: 95px 0 112px;
  background: #f4f4f4;
}
@media (max-width: 768px) {
  .home-reviews {
    padding: 76px 0 88px;
  }
}
.home-reviews__head {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}
@media (max-width: 768px) {
  .home-reviews__head {
    margin-bottom: 40px;
  }
}
.home-reviews__eyebrow {
  width: 164px;
  height: 8px;
  display: block;
  margin: 0 auto 42px;
  border-radius: 4px;
  background: #deba76;
}
.home-reviews__title {
  margin: 0 0 16px;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.05;
  color: #9a6016;
}
@media (max-width: 768px) {
  .home-reviews__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .home-reviews__title {
    font-size: 30px;
  }
}
.home-reviews__description {
  max-width: 695px;
  margin: 0 auto;
}
.home-reviews__description p {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #0d0d0d;
}
@media (max-width: 768px) {
  .home-reviews__description p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .home-reviews__description p {
    font-size: 18px;
  }
}
.home-reviews__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 1280px) {
  .home-reviews__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .home-reviews__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
}
.home-reviews__card {
  min-height: 340px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  border: 0;
  border-radius: 4px;
  background: #fbfbfb;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
}
.home-reviews__card[type=button] {
  cursor: pointer;
}
.home-reviews__icon {
  width: 72px;
  height: 72px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.home-reviews__icon img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-reviews__icon i {
  font-size: 2rem !important;
  color: #fff;
  line-height: 1;
}
.home-reviews__card-title {
  margin: 0 0 auto;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #262626;
}
@media (max-width: 480px) {
  .home-reviews__card-title {
    font-size: 28px;
  }
}
.home-reviews__card-button, .home-reviews__main-button {
  padding: 10px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #deba76;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #262626;
}
.home-reviews__card-button:hover, .home-reviews__card-button:focus, .home-reviews__main-button:hover, .home-reviews__main-button:focus {
  background: #9a6016;
  color: #fbfbfb;
}
.home-reviews__footer {
  padding-top: 39px;
  display: flex;
  justify-content: center;
}

.home-testimonials {
  padding: 95px 0 118px;
  background: #fff;
}
@media (max-width: 768px) {
  .home-testimonials {
    padding: 76px 0 88px;
  }
}
.home-testimonials__head {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}
.home-testimonials__eyebrow {
  width: 164px;
  height: 8px;
  display: block;
  margin: 0 auto 42px;
  border-radius: 4px;
  background: #deba76;
}
.home-testimonials__title {
  margin: 0 0 16px;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.05;
  color: #9a6016;
}
@media (max-width: 768px) {
  .home-testimonials__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .home-testimonials__title {
    font-size: 30px;
  }
}
.home-testimonials__description p {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #0d0d0d;
}
@media (max-width: 768px) {
  .home-testimonials__description p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .home-testimonials__description p {
    font-size: 18px;
  }
}
.home-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 1280px) {
  .home-testimonials__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .home-testimonials__grid {
    grid-template-columns: 1fr;
  }
}
.home-testimonials__card {
  min-height: 312px;
  padding: 27px 26px 24px;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
.home-testimonials__stars {
  margin-bottom: 18px;
  display: flex;
  gap: 4.5px;
}
.home-testimonials__stars i {
  font-size: 1.125rem !important;
  color: #fcc752;
  line-height: 1;
}
.home-testimonials__text {
  min-height: 140px;
  margin-bottom: 16px;
}
.home-testimonials__text p {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #262626;
}
.home-testimonials__meta {
  margin-top: auto;
  padding-top: 19px;
  border-top: 1px solid #deba76;
}
.home-testimonials__name {
  margin: 0 0 4px;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #262626;
}
.home-testimonials__time {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
  color: #ae8651;
}

.home-instagram {
  padding: 95px 0 118px;
  background: #f4f4f4;
}
@media (max-width: 768px) {
  .home-instagram {
    padding: 76px 0 88px;
  }
}
.home-instagram__head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}
.home-instagram__eyebrow {
  width: 164px;
  height: 8px;
  display: block;
  margin: 0 auto 42px;
  border-radius: 4px;
  background: #deba76;
}
.home-instagram__title {
  margin: 0 0 16px;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.05;
  color: #9a6016;
}
@media (max-width: 768px) {
  .home-instagram__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .home-instagram__title {
    font-size: 30px;
  }
}
.home-instagram__description {
  max-width: 717px;
  margin: 0 auto 20px;
}
.home-instagram__description p {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #0d0d0d;
}
@media (max-width: 768px) {
  .home-instagram__description p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .home-instagram__description p {
    font-size: 18px;
  }
}
.home-instagram__button {
  padding: 10px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #deba76;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #262626;
}
.home-instagram__button:hover, .home-instagram__button:focus {
  background: #9a6016;
  color: #fbfbfb;
}
.home-instagram__feed {
  padding-top: 38px;
}

body.reveal-ready .services-page [data-reveal],
body.reveal-ready .service-single [data-reveal],
body.reveal-ready .faq-page [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
body.reveal-ready .services-page [data-reveal].is-visible,
body.reveal-ready .service-single [data-reveal].is-visible,
body.reveal-ready .faq-page [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (prefers-reduced-motion: reduce) {
  body.reveal-ready .services-page [data-reveal],
  body.reveal-ready .service-single [data-reveal],
  body.reveal-ready .faq-page [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .services-page .services-banner__content,
  .services-page .services-banner__title,
  .services-page .service-single-content__back,
  .services-page .service-single-content__head,
  .services-page .service-single-accordion__item,
  .services-page .service-single-content__aside,
  .service-single .services-banner__content,
  .service-single .services-banner__title,
  .service-single .service-single-content__back,
  .service-single .service-single-content__head,
  .service-single .service-single-accordion__item,
  .service-single .service-single-content__aside,
  .faq-page .services-banner__content,
  .faq-page .services-banner__title,
  .faq-page .service-single-content__back,
  .faq-page .service-single-content__head,
  .faq-page .service-single-accordion__item,
  .faq-page .service-single-content__aside {
    animation: none;
  }
}

.services-banner {
  position: relative;
  min-height: 840px;
  background-color: #2a2521;
  background-image: var(--services-banner-image);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .services-banner {
    min-height: 720px;
    background-position: 68% center;
  }
}
@media (max-width: 768px) {
  .services-banner {
    min-height: 0;
    padding: 0;
    background-image: var(--services-banner-image-mobile, var(--services-banner-image));
    background-position: center top;
    background-size: 100% auto;
    aspect-ratio: calc(var(--services-banner-mobile-width, 1) / var(--services-banner-mobile-height, 1));
  }
}
@media (max-width: 480px) {
  .services-banner {
    background-size: 100% auto;
  }
}
.services-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 18, 16, 0.6) 0%, rgba(20, 18, 16, 0.56) 19%, rgba(20, 18, 16, 0.2) 54%, rgba(20, 18, 16, 0.42) 100%), linear-gradient(180deg, rgba(10, 10, 10, 0.46) 0%, rgba(91, 91, 91, 0.3) 25%, rgba(193, 193, 193, 0.2) 100%);
  mix-blend-mode: multiply;
}
.services-banner__container {
  min-height: inherit;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .services-banner__container {
    min-height: 100%;
    align-items: flex-start;
  }
}
.services-banner__content {
  width: 555px;
  max-width: 100%;
  padding: 0;
  animation: services-banner-content-in 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
}
@media (max-width: 1024px) {
  .services-banner__content {
    width: 520px;
  }
}
@media (max-width: 768px) {
  .services-banner__content {
    width: 100%;
    max-width: 420px;
    padding: clamp(220px, 62vw, 320px) 0 0;
  }
}
.services-banner__title {
  margin: 0 0 24px;
  font-family: "Playfair Display", serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1;
  color: #fbfbfb;
  animation: services-banner-item-in 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.32s both;
}
@media (max-width: 1024px) {
  .services-banner__title {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .services-banner__title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .services-banner__title {
    font-size: 32px;
  }
}

@keyframes services-banner-content-in {
  from {
    opacity: 0;
    transform: translate3d(-18px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes services-banner-item-in {
  from {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}
.services-listing {
  padding: 88px 0 110px;
  background: #fff;
}
@media (max-width: 768px) {
  .services-listing {
    padding: 72px 0 84px;
  }
}
.services-listing__head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}
@media (max-width: 768px) {
  .services-listing__head {
    margin-bottom: 36px;
  }
}
.services-listing__eyebrow {
  width: 164px;
  height: 8px;
  display: block;
  margin: 0 auto 42px;
  border-radius: 4px;
  background: #deba76;
}
@media (max-width: 768px) {
  .services-listing__eyebrow {
    margin-bottom: 30px;
  }
}
.services-listing__title {
  margin: 0 0 16px;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.05;
  color: #9a6016;
}
@media (max-width: 768px) {
  .services-listing__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .services-listing__title {
    font-size: 30px;
  }
}
.services-listing__description p {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #0d0d0d;
}
@media (max-width: 768px) {
  .services-listing__description p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .services-listing__description p {
    font-size: 18px;
  }
}
.services-listing__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 1180px) {
  .services-listing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .services-listing__grid {
    grid-template-columns: 1fr;
  }
}
.services-listing__card {
  min-height: 100%;
  padding: 20px 20px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #ece7e1;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(24, 18, 12, 0.08);
}
.services-listing__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #9a6016;
}
.services-listing__icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-listing__icon i {
  font-size: 1.35rem !important;
  color: #f7e7c4;
  line-height: 1;
}
.services-listing__card-title {
  margin: 0 0 20px;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.05;
  color: #262626;
  text-wrap: balance;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
@media (max-width: 480px) {
  .services-listing__card-title {
    font-size: 26px;
  }
}
.services-listing__card-description {
  margin-bottom: 18px;
}
.services-listing__card-description p {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  color: #b37b2d;
}
.services-listing__topics {
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.services-listing__topics li {
  padding-left: 18px;
  position: relative;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  color: #444;
}
.services-listing__topics li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #d4a353;
  font-size: 18px;
  line-height: 1.1;
}
.services-listing__button {
  margin-top: auto;
  min-height: 28px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #deba76;
  border-radius: 4px;
  background: #deba76;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #262626;
}
.services-listing__button:hover, .services-listing__button:focus {
  background: transparent;
  color: #9a6016;
  border-color: #9a6016;
}

.services-questions {
  padding: 92px 0 110px;
  background: #262626;
}
@media (max-width: 768px) {
  .services-questions {
    padding: 76px 0 84px;
  }
}
.services-questions__head {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}
.services-questions__eyebrow {
  width: 100px;
  height: 6px;
  display: block;
  margin: 0 auto 26px;
  border-radius: 3px;
  background: #9a6016;
}
.services-questions__title {
  margin: 0 0 14px;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.05;
  color: #9a6016;
}
@media (max-width: 768px) {
  .services-questions__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .services-questions__title {
    font-size: 30px;
  }
}
.services-questions__description p {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #fbfbfb;
}
@media (max-width: 768px) {
  .services-questions__description p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .services-questions__description p {
    font-size: 18px;
  }
}
.services-questions__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 1180px) {
  .services-questions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .services-questions__grid {
    grid-template-columns: 1fr;
  }
}
.services-questions__card {
  min-height: 146px;
  padding: 22px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 4px;
  background: #fff;
}
.services-questions__card-title {
  margin: 0 0 22px;
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.08;
  color: #9a6016;
}
@media (max-width: 480px) {
  .services-questions__card-title {
    font-size: 24px;
  }
}
.services-questions__button {
  margin-top: auto;
  min-height: 28px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #deba76;
  border-radius: 4px;
  background: #deba76;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #262626;
  cursor: pointer;
}
.services-questions__button:hover, .services-questions__button:focus {
  background: transparent;
  color: #9a6016;
  border-color: #9a6016;
}

.services-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
  z-index: 9999;
}
.services-modal:target, .services-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.services-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(179, 179, 179, 0.88);
}
.services-modal__dialog {
  position: relative;
  width: min(100%, 952px);
  min-height: min(564px, 100vh - 32px);
  max-height: calc(100vh - 32px);
  padding: 60px 56px 40px;
  overflow-y: auto;
  border-radius: 4px;
  background: #fbfbfb;
  border: 1.5px solid #deba76;
  box-shadow: 0 2.2px 66px -2.2px rgba(0, 0, 0, 0.2), 0 0 16px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
@media (max-width: 768px) {
  .services-modal__dialog {
    width: 100%;
    min-height: auto;
    padding: 42px 28px 28px;
  }
}
@media (max-width: 480px) {
  .services-modal__dialog {
    padding: 34px 20px 20px;
  }
}
.services-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(154, 96, 22, 0.08);
  color: #9a6016;
  cursor: pointer;
  opacity: 1;
}
.services-modal__close:hover, .services-modal__close:focus {
  background: rgba(154, 96, 22, 0.14);
}
.services-modal__title {
  max-width: 560px;
  margin: 0 0 34px;
  padding-right: 0;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #9a6016;
}
@media (max-width: 768px) {
  .services-modal__title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .services-modal__title {
    font-size: 28px;
  }
}
.services-modal__content {
  max-width: 831px;
  color: #262626;
}
.services-modal__content p,
.services-modal__content li {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #262626;
}
@media (max-width: 768px) {
  .services-modal__content p,
  .services-modal__content li {
    font-size: 18px;
  }
}
.services-modal__content p + p,
.services-modal__content ul,
.services-modal__content ol {
  margin-top: 16px;
}
.services-modal__content ul,
.services-modal__content ol {
  padding-left: 20px;
}
.services-modal__contact-button {
  margin-top: 28px;
  min-height: 44px;
  padding: 10px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00a651;
  border-radius: 4px;
  background: #00a651;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #fbfbfb;
  text-decoration: none;
  transition: background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}
.services-modal__contact-button:hover, .services-modal__contact-button:focus {
  background: transparent;
  color: #00a651;
  border-color: #00a651;
}

body.services-modal-open {
  overflow: hidden;
}

.services-performance {
  padding: 88px 0 110px;
  background: #f4f4f4;
}
@media (max-width: 768px) {
  .services-performance {
    padding: 72px 0 84px;
  }
}
.services-performance__head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}
@media (max-width: 768px) {
  .services-performance__head {
    margin-bottom: 36px;
  }
}
.services-performance__eyebrow {
  width: 164px;
  height: 8px;
  display: block;
  margin: 0 auto 42px;
  border-radius: 4px;
  background: #deba76;
}
@media (max-width: 768px) {
  .services-performance__eyebrow {
    margin-bottom: 30px;
  }
}
.services-performance__title {
  margin: 0 0 16px;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.05;
  color: #9a6016;
}
@media (max-width: 768px) {
  .services-performance__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .services-performance__title {
    font-size: 30px;
  }
}
.services-performance__description p {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #0d0d0d;
}
@media (max-width: 768px) {
  .services-performance__description p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .services-performance__description p {
    font-size: 18px;
  }
}
.services-performance__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 1024px) {
  .services-performance__grid {
    grid-template-columns: 1fr;
  }
}
.services-performance__card {
  min-height: 202px;
  padding: 20px 18px 24px;
  border: 1px solid #ece7e1;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(24, 18, 12, 0.08);
}
.services-performance__card-head {
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.services-performance__number {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 4px;
  background: #9a6016;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #f4d79b;
}
.services-performance__card-title {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.05;
  color: #262626;
}
.services-performance__card-text p {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  color: #b37b2d;
}

.services-attendance {
  padding: 88px 0 110px;
}
@media (max-width: 768px) {
  .services-attendance {
    padding: 72px 0 84px;
  }
}

.service-single-content {
  padding: 92px 0 104px;
  background: #fff;
}
@media (max-width: 768px) {
  .service-single-content {
    padding: 72px 0 84px;
  }
}
.service-single-content__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 344px;
  gap: 56px;
  align-items: flex-start;
}
@media (max-width: 1180px) {
  .service-single-content__layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 36px;
  }
}
@media (max-width: 1024px) {
  .service-single-content__layout {
    grid-template-columns: 1fr;
  }
}
.service-single-content__main {
  min-width: 0;
}
.service-single-content__back {
  margin-bottom: 28px;
  padding: 10px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #deba76;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #262626;
  animation: service-single-item-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.14s both;
}
.service-single-content__back:hover, .service-single-content__back:focus {
  background: #9a6016;
  color: #fbfbfb;
}
.service-single-content__head {
  margin-bottom: 38px;
  animation: service-single-item-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.28s both;
}
.service-single-content__title {
  margin: 0 0 18px;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
  color: #9a6016;
}
@media (max-width: 768px) {
  .service-single-content__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .service-single-content__title {
    font-size: 30px;
  }
}
.service-single-content__description {
  max-width: 952px;
}
.service-single-content__description p,
.service-single-content__description li {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #262626;
}
@media (max-width: 768px) {
  .service-single-content__description p,
  .service-single-content__description li {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .service-single-content__description p,
  .service-single-content__description li {
    font-size: 18px;
  }
}
.service-single-content__description p {
  margin: 0;
}
.service-single-content__description p + p,
.service-single-content__description p + ul,
.service-single-content__description p + ol,
.service-single-content__description ul + p,
.service-single-content__description ol + p,
.service-single-content__description ul + ul,
.service-single-content__description ol + ol,
.service-single-content__description ul + ol,
.service-single-content__description ol + ul {
  margin-top: 20px;
}
.service-single-content__description ul,
.service-single-content__description ol {
  margin: 0;
  padding-left: 28px;
}
.service-single-content__description ul {
  list-style: disc !important;
  list-style-position: outside;
}
.service-single-content__description ol {
  list-style: decimal !important;
  list-style-position: outside;
}
.service-single-content__description ul li {
  list-style: disc !important;
  display: list-item;
}
.service-single-content__description ol li {
  list-style: decimal !important;
  display: list-item;
}
.service-single-content__description li + li {
  margin-top: 8px;
}
.service-single-content__aside {
  position: sticky;
  top: 112px;
  animation: service-single-aside-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.62s both;
}
.service-single-content__aside--mobile {
  display: none;
  margin: 0 0 28px;
}
@media (max-width: 1024px) {
  .service-single-content__aside {
    position: static;
    max-width: 420px;
  }
  .service-single-content__aside--desktop {
    display: none;
  }
  .service-single-content__aside--mobile {
    display: block;
  }
}

.service-single-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service-single-accordion__item {
  border-radius: 4px;
  overflow: hidden;
  animation: service-single-topic-in 0.82s cubic-bezier(0.22, 1, 0.36, 1) var(--service-topic-delay, 0.72s) both;
}
.service-single-accordion__trigger {
  width: 100%;
  min-height: 58px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 0;
  border-radius: 4px;
  background: #ae8651;
  cursor: pointer;
  text-align: left;
}
.service-single-accordion__trigger span {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.067em;
  text-transform: uppercase;
  color: #fbfbfb;
}
@media (max-width: 480px) {
  .service-single-accordion__trigger span {
    font-size: 14px;
  }
}
.service-single-accordion__item.is-open .service-single-accordion__trigger {
  background: #9a6016;
}
.service-single-accordion__icon {
  width: 18px;
  height: 18px;
  position: relative;
  flex: 0 0 18px;
}
.service-single-accordion__icon::before, .service-single-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: #fbfbfb;
  transform-origin: center;
  transition: transform 0.2s ease;
}
.service-single-accordion__icon::before {
  left: 2px;
  transform: translateY(-50%) rotate(45deg);
}
.service-single-accordion__icon::after {
  right: 2px;
  transform: translateY(-50%) rotate(-45deg);
}
.service-single-accordion__item.is-open .service-single-accordion__icon::before {
  transform: translateY(-50%) rotate(-45deg);
}
.service-single-accordion__item.is-open .service-single-accordion__icon::after {
  transform: translateY(-50%) rotate(45deg);
}
.service-single-accordion__panel {
  padding: 18px 0 16px;
  background: #fff;
}
.service-single-accordion__content {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  color: #262626;
}
.service-single-accordion__content p,
.service-single-accordion__content li {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.service-single-accordion__content p + p,
.service-single-accordion__content p + ul,
.service-single-accordion__content p + ol,
.service-single-accordion__content ul + p,
.service-single-accordion__content ol + p {
  margin-top: 8px;
}
.service-single-accordion__content strong,
.service-single-accordion__content b {
  font-weight: 700;
}
.service-single-accordion__content ul,
.service-single-accordion__content ol {
  margin: 8px 0;
  padding-left: 24px;
}

@keyframes service-single-item-in {
  from {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}
@keyframes service-single-topic-in {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.992);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes service-single-aside-in {
  from {
    opacity: 0;
    transform: translate3d(18px, 0, 0) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
.service-single-attendance {
  border-radius: 4px;
  background: #fbfbfb;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.service-single-attendance__head {
  padding: 28px 28px 22px;
  background: #9a6016;
}
.service-single-attendance__title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #fbfbfb;
}
@media (max-width: 480px) {
  .service-single-attendance__title {
    font-size: 28px;
  }
}
.service-single-attendance__body {
  padding: 28px 30px 30px;
}
.service-single-attendance__description {
  margin: 0 0 18px;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #ae8651;
}
@media (max-width: 480px) {
  .service-single-attendance__description {
    font-size: 18px;
  }
}
.service-single-attendance__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.service-single-attendance__button {
  min-height: 63px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  border: 0;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: left;
}
.service-single-attendance__button i {
  width: 28px;
  flex: 0 0 28px;
  font-size: 24px;
  text-align: center;
  color: currentColor;
}
.service-single-attendance__button:hover, .service-single-attendance__button:focus {
  filter: brightness(0.94);
}
.service-single-attendance__button[type=button] {
  cursor: pointer;
}

body.reveal-ready .about-page [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
body.reveal-ready .about-page [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (prefers-reduced-motion: reduce) {
  body.reveal-ready .about-page [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .about-page .about-banner__content,
  .about-page .about-banner__title {
    animation: none;
  }
}

.about-banner {
  position: relative;
  min-height: 840px;
  background-color: #2a2521;
  background-image: var(--about-banner-image);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .about-banner {
    min-height: 720px;
    background-position: 68% center;
  }
}
@media (max-width: 768px) {
  .about-banner {
    min-height: 0;
    padding: 0;
    background-image: var(--about-banner-image-mobile, var(--about-banner-image));
    background-position: center top;
    background-size: 100% auto;
    aspect-ratio: calc(var(--about-banner-mobile-width, 1) / var(--about-banner-mobile-height, 1));
  }
}
@media (max-width: 480px) {
  .about-banner {
    background-size: 100% auto;
  }
}
.about-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 18, 16, 0.6) 0%, rgba(20, 18, 16, 0.56) 19%, rgba(20, 18, 16, 0.2) 54%, rgba(20, 18, 16, 0.42) 100%), linear-gradient(180deg, rgba(10, 10, 10, 0.46) 0%, rgba(91, 91, 91, 0.3) 25%, rgba(193, 193, 193, 0.2) 100%);
  mix-blend-mode: multiply;
}
.about-banner__container {
  min-height: inherit;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .about-banner__container {
    min-height: 100%;
    align-items: flex-start;
  }
}
.about-banner__content {
  width: 555px;
  max-width: 100%;
  padding: 0;
  animation: about-banner-content-in 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
}
@media (max-width: 1024px) {
  .about-banner__content {
    width: 520px;
  }
}
@media (max-width: 768px) {
  .about-banner__content {
    width: 100%;
    max-width: 420px;
    padding: clamp(220px, 62vw, 320px) 0 0;
  }
}
.about-banner__title {
  margin: 0 0 24px;
  font-family: "Playfair Display", serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1;
  color: #fbfbfb;
  animation: about-banner-item-in 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.32s both;
}
@media (max-width: 1024px) {
  .about-banner__title {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .about-banner__title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .about-banner__title {
    font-size: 32px;
  }
}

@keyframes about-banner-content-in {
  from {
    opacity: 0;
    transform: translate3d(-18px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes about-banner-item-in {
  from {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}
.about-intro {
  padding: 88px 0 104px;
  background: #fff;
}
@media (max-width: 768px) {
  .about-intro {
    padding: 72px 0 84px;
  }
}
.about-intro__content {
  max-width: 1076px;
  margin: 0 auto;
  text-align: center;
}
.about-intro__eyebrow {
  width: 164px;
  height: 8px;
  display: block;
  margin: 0 auto 62px;
  border-radius: 4px;
  background: #deba76;
}
@media (max-width: 768px) {
  .about-intro__eyebrow {
    margin-bottom: 42px;
  }
}
.about-intro__title {
  margin: 0 0 24px;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.02;
  color: #9a6016;
}
@media (max-width: 768px) {
  .about-intro__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .about-intro__title {
    font-size: 30px;
  }
}
.about-intro__text p {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #0d0d0d;
}
@media (max-width: 768px) {
  .about-intro__text p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .about-intro__text p {
    font-size: 18px;
  }
}
.about-intro__text p + p {
  margin-top: 12px;
}

.about-differentials {
  padding: 116px 0 123px;
  background: #f4f4f4;
}
@media (max-width: 768px) {
  .about-differentials {
    padding: 76px 0 84px;
  }
}
.about-differentials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 342px));
  justify-content: center;
  gap: 22px;
}
@media (max-width: 1024px) {
  .about-differentials__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .about-differentials__grid {
    grid-template-columns: 1fr;
  }
}
.about-differentials__card {
  min-height: 313px;
  padding: 45px 30px 30px;
  border-radius: 4px;
  background: #fbfbfb;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .about-differentials__card {
    min-height: auto;
    padding: 34px 26px 30px;
  }
}
.about-differentials__title {
  margin: 0 0 28px;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #9a6016;
}
@media (max-width: 1024px) {
  .about-differentials__title {
    font-size: 28px;
  }
}
.about-differentials__text {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #262626;
}
@media (max-width: 1024px) {
  .about-differentials__text {
    font-size: 18px;
  }
}

.about-founders {
  padding: 98px 0 116px;
  background: #fff;
}
@media (max-width: 768px) {
  .about-founders {
    padding: 72px 0 84px;
  }
}
.about-founders__head {
  max-width: 952px;
  margin: 0 auto 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .about-founders__head {
    margin-bottom: 42px;
  }
}
.about-founders__eyebrow {
  width: 164px;
  height: 8px;
  display: block;
  margin: 0 auto 62px;
  border-radius: 4px;
  background: #deba76;
}
@media (max-width: 768px) {
  .about-founders__eyebrow {
    margin-bottom: 42px;
  }
}
.about-founders__title {
  margin: 0 0 16px;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.02;
  color: #9a6016;
}
@media (max-width: 768px) {
  .about-founders__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .about-founders__title {
    font-size: 30px;
  }
}
.about-founders__description p {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #0d0d0d;
}
@media (max-width: 768px) {
  .about-founders__description p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .about-founders__description p {
    font-size: 18px;
  }
}
.about-founders__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
@media (max-width: 1180px) {
  .about-founders__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .about-founders__grid {
    grid-template-columns: 1fr;
  }
}
.about-founders__card {
  width: 100%;
  min-height: 342px;
  position: relative;
  display: flex;
  align-items: flex-end;
  border: 0;
  border-radius: 4px;
  background-color: #262626;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  overflow: hidden;
  text-align: left;
}
@media (max-width: 768px) {
  .about-founders__card {
    min-height: 420px;
  }
}
@media (max-width: 480px) {
  .about-founders__card {
    min-height: 342px;
  }
}
.about-founders__card:hover, .about-founders__card:focus {
  box-shadow: 0 0 0 1.5px #deba76, 0 0 16px rgba(0, 0, 0, 0.18);
}
.about-founders__card:not(button) {
  cursor: default;
}
.about-founders__card:not(button):hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}
.about-founders__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(91, 91, 91, 0) 0%, rgba(38, 38, 38, 0.78) 62%, rgba(13, 13, 13, 0.9) 100%), linear-gradient(90deg, rgba(13, 13, 13, 0.32) 0%, rgba(13, 13, 13, 0.04) 60%);
  mix-blend-mode: multiply;
}
.about-founders__card-content {
  width: 100%;
  padding: 0 30px 30px;
  position: relative;
  z-index: 1;
}
.about-founders__role {
  margin-bottom: 14px;
  padding: 6px 12px;
  display: inline-flex;
  border-radius: 4px;
  background: #deba76;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #262626;
}
.about-founders__name {
  margin: 0 0 12px;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 1024px) {
  .about-founders__name {
    font-size: 30px;
  }
}
.about-founders__oab {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #fff;
}

.about-founder-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.about-founder-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.about-founder-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(179, 179, 179, 0.88);
}
.about-founder-modal__dialog {
  width: min(100%, 1046px);
  min-height: 376px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 376px minmax(0, 1fr);
  border: 1.5px solid #deba76;
  border-radius: 4px;
  background: #fbfbfb;
  box-shadow: 0 2.2px 66px -2.2px rgba(0, 0, 0, 0.2), 0 0 16px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media (max-width: 768px) {
  .about-founder-modal__dialog {
    max-height: calc(100vh - 48px);
    grid-template-columns: 1fr;
    overflow-y: auto;
  }
}
.about-founder-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(154, 96, 22, 0.1);
  color: #9a6016;
  cursor: pointer;
}
.about-founder-modal__close:hover, .about-founder-modal__close:focus {
  background: rgba(154, 96, 22, 0.18);
}
.about-founder-modal__profile {
  min-height: 376px;
  position: relative;
  display: flex;
  align-items: flex-end;
  background-color: #262626;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .about-founder-modal__profile {
    min-height: 342px;
  }
}
.about-founder-modal__profile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(91, 91, 91, 0) 0%, rgba(38, 38, 38, 0.78) 62%, rgba(13, 13, 13, 0.9) 100%), linear-gradient(90deg, rgba(13, 13, 13, 0.32) 0%, rgba(13, 13, 13, 0.04) 60%);
  mix-blend-mode: multiply;
}
.about-founder-modal__profile-content {
  width: 100%;
  padding: 0 50px 38px;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .about-founder-modal__profile-content {
    padding: 0 30px 30px;
  }
}
.about-founder-modal__role {
  margin-bottom: 18px;
  padding: 6px 12px;
  display: inline-flex;
  border-radius: 4px;
  background: #deba76;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #262626;
}
.about-founder-modal__name {
  margin: 0 0 12px;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.about-founder-modal__oab {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #fff;
}
.about-founder-modal__content {
  align-self: center;
  padding: 54px 96px;
  color: #262626;
}
@media (max-width: 1024px) {
  .about-founder-modal__content {
    padding: 44px 56px;
  }
}
@media (max-width: 480px) {
  .about-founder-modal__content {
    padding: 34px 26px;
  }
}
.about-founder-modal__content p,
.about-founder-modal__content li {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #262626;
}
@media (max-width: 480px) {
  .about-founder-modal__content p,
  .about-founder-modal__content li {
    font-size: 18px;
  }
}
.about-founder-modal__content p + p,
.about-founder-modal__content ul,
.about-founder-modal__content ol {
  margin-top: 14px;
}
.about-founder-modal__content ul,
.about-founder-modal__content ol {
  padding-left: 20px;
}

body.about-founder-modal-open {
  overflow: hidden;
}

.about-offices {
  padding: 86px 0 92px;
  background: #f4f4f4;
}
@media (max-width: 768px) {
  .about-offices {
    padding: 72px 0 78px;
  }
}
.about-offices__content {
  max-width: 1086px;
  margin: 0 auto;
  text-align: center;
}
.about-offices__eyebrow {
  width: 164px;
  height: 8px;
  display: block;
  margin: 0 auto 62px;
  border-radius: 4px;
  background: #deba76;
}
@media (max-width: 768px) {
  .about-offices__eyebrow {
    margin-bottom: 42px;
  }
}
.about-offices__title {
  margin: 0 0 18px;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.02;
  color: #9a6016;
}
@media (max-width: 768px) {
  .about-offices__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .about-offices__title {
    font-size: 30px;
  }
}
.about-offices__text p {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #0d0d0d;
}
@media (max-width: 768px) {
  .about-offices__text p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .about-offices__text p {
    font-size: 18px;
  }
}
.about-offices__text p + p {
  margin-top: 12px;
}

.about-attendance {
  padding: 88px 0 110px;
  background: #fff;
}
@media (max-width: 768px) {
  .about-attendance {
    padding: 72px 0 84px;
  }
}

.attendance-page {
  background: #fff;
}
body.reveal-ready .attendance-page [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
body.reveal-ready .attendance-page [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (prefers-reduced-motion: reduce) {
  body.reveal-ready .attendance-page [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .attendance-page .attendance-channels__head,
  .attendance-page .attendance-channels__eyebrow,
  .attendance-page .attendance-channels__title,
  .attendance-page .attendance-channels__description,
  .attendance-page .attendance-channels__card {
    animation: none;
  }
}

.attendance-channels {
  padding: 118px 0 86px;
  background: #fff;
}
@media (max-width: 768px) {
  .attendance-channels {
    padding: 84px 0 72px;
  }
}
.attendance-channels__head {
  max-width: 760px;
  margin: 0 auto 58px;
  text-align: center;
  animation: attendance-head-in 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.14s both;
}
@media (max-width: 768px) {
  .attendance-channels__head {
    margin-bottom: 42px;
  }
}
.attendance-channels__eyebrow {
  width: 164px;
  height: 8px;
  display: block;
  margin: 0 auto 62px;
  border-radius: 4px;
  background: #deba76;
  animation: attendance-item-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.22s both;
}
@media (max-width: 768px) {
  .attendance-channels__eyebrow {
    margin-bottom: 42px;
  }
}
.attendance-channels__title {
  margin: 0 0 14px;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.05;
  color: #9a6016;
  animation: attendance-item-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.34s both;
}
@media (max-width: 768px) {
  .attendance-channels__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .attendance-channels__title {
    font-size: 30px;
  }
}
.attendance-channels__description {
  max-width: 717px;
  margin: 0 auto;
  animation: attendance-item-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.46s both;
}
.attendance-channels__description p {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #0d0d0d;
}
@media (max-width: 768px) {
  .attendance-channels__description p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .attendance-channels__description p {
    font-size: 18px;
  }
}
.attendance-channels__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
@media (max-width: 1024px) {
  .attendance-channels__grid {
    grid-template-columns: 1fr;
  }
}
.attendance-channels__card {
  min-height: 121px;
  padding: 29px;
  display: flex;
  align-items: center;
  gap: 25px;
  width: 100%;
  border: 0;
  border-radius: 4px;
  background: #fbfbfb;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: attendance-card-in 0.82s cubic-bezier(0.22, 1, 0.36, 1) var(--attendance-card-delay, 0.58s) both;
}
.attendance-channels__card:hover, .attendance-channels__card:focus {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}
.attendance-channels__card[type=button] {
  cursor: pointer;
}
.attendance-channels__icon {
  width: 63px;
  height: 63px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 63px;
  border-radius: 4px;
  color: #fff;
}
.attendance-channels__icon img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.attendance-channels__icon i {
  font-size: 30px;
  line-height: 1;
  color: #fff;
}
.attendance-channels__card-title {
  margin: 0 0 4px;
  font-family: "Playfair Display", serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.15;
  color: #262626;
}
.attendance-channels__card-text {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #9a6016;
}
@media (max-width: 480px) {
  .attendance-channels__card-text {
    font-size: 18px;
  }
}
.attendance-channels__footer {
  max-width: 1160px;
  margin: 78px auto 0;
  text-align: center;
}
@media (max-width: 768px) {
  .attendance-channels__footer {
    margin-top: 52px;
  }
}
.attendance-channels__footer p {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #262626;
}
@media (max-width: 768px) {
  .attendance-channels__footer p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .attendance-channels__footer p {
    font-size: 18px;
  }
}

@keyframes attendance-head-in {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes attendance-item-in {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}
@keyframes attendance-card-in {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
.blog-page {
  background: #fff;
}
body.reveal-ready .blog-page [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
body.reveal-ready .blog-page [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (prefers-reduced-motion: reduce) {
  body.reveal-ready .blog-page [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .blog-page .blog-intro__content,
  .blog-page .blog-intro__eyebrow,
  .blog-page .blog-intro__title,
  .blog-page .blog-intro__highlight,
  .blog-page .blog-intro__text,
  .blog-page .blog-intro__image {
    animation: none;
  }
}

.blog-intro {
  padding: 100px 0 92px;
  background: #fff;
}
@media (max-width: 768px) {
  .blog-intro {
    padding: 76px 0 72px;
  }
}
.blog-intro__layout {
  display: grid;
  grid-template-columns: minmax(0, 610px) minmax(0, 708px);
  align-items: center;
  gap: 82px;
}
@media (max-width: 1180px) {
  .blog-intro__layout {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }
}
@media (max-width: 1024px) {
  .blog-intro__layout {
    grid-template-columns: 1fr;
  }
}
.blog-intro__content {
  min-width: 0;
  animation: blog-intro-content-in 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.14s both;
}
.blog-intro__eyebrow {
  width: 164px;
  height: 8px;
  display: block;
  margin: 0 0 62px;
  border-radius: 4px;
  background: #deba76;
  animation: blog-intro-item-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.22s both;
}
@media (max-width: 768px) {
  .blog-intro__eyebrow {
    margin-bottom: 42px;
  }
}
.blog-intro__title {
  margin: 0 0 28px;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.02;
  color: #9a6016;
  animation: blog-intro-item-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.34s both;
}
@media (max-width: 768px) {
  .blog-intro__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .blog-intro__title {
    font-size: 30px;
  }
}
.blog-intro__highlight {
  margin: 0 0 22px;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #262626;
  animation: blog-intro-item-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.46s both;
}
@media (max-width: 768px) {
  .blog-intro__highlight {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .blog-intro__highlight {
    font-size: 24px;
  }
}
.blog-intro__text {
  animation: blog-intro-item-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.58s both;
}
.blog-intro__text p {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #262626;
}
@media (max-width: 768px) {
  .blog-intro__text p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .blog-intro__text p {
    font-size: 18px;
  }
}
.blog-intro__image {
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  animation: blog-intro-image-in 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.32s both;
}
.blog-intro__image img {
  display: block;
  width: 100%;
  height: 499px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .blog-intro__image img {
    height: auto;
    aspect-ratio: 708/499;
  }
}

@keyframes blog-intro-content-in {
  from {
    opacity: 0;
    transform: translate3d(-18px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blog-intro-item-in {
  from {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}
@keyframes blog-intro-image-in {
  from {
    opacity: 0;
    transform: translate3d(18px, 0, 0) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
.blog-featured {
  padding: 96px 0 112px;
  background: #f4f4f4;
}
@media (max-width: 768px) {
  .blog-featured {
    padding: 72px 0;
  }
}
.blog-featured .al-container {
  width: 1440px;
  max-width: calc(100% - 40px);
  padding-left: 0;
  padding-right: 0;
}
.blog-featured__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1024px) {
  .blog-featured__grid {
    grid-template-columns: 1fr;
  }
}
.blog-featured__card {
  min-height: 274px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.blog-featured__card--main {
  grid-row: span 2;
  min-height: 571px;
}
.blog-featured__card--main .blog-featured__link {
  display: block;
  padding: 30px;
}
.blog-featured__card--main .blog-featured__image {
  width: 100%;
  height: 285px;
  margin: 0 0 18px;
}
@media (max-width: 480px) {
  .blog-featured__card--main .blog-featured__image {
    height: 220px;
  }
}
.blog-featured__card--main .blog-featured__content {
  max-width: 648px;
}
.blog-featured__card--main .blog-featured__title {
  margin-bottom: 15px;
}
.blog-featured__card:not(.blog-featured__card--main) .blog-featured__link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  align-items: stretch;
  gap: 30px;
  height: 100%;
  padding: 30px;
}
@media (max-width: 480px) {
  .blog-featured__card:not(.blog-featured__card--main) .blog-featured__link {
    grid-template-columns: 1fr;
  }
}
.blog-featured__card:not(.blog-featured__card--main) .blog-featured__image {
  grid-column: 2;
  grid-row: 1;
  width: 190px;
  height: 214px;
  margin: 0;
}
@media (max-width: 480px) {
  .blog-featured__card:not(.blog-featured__card--main) .blog-featured__image {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    height: 220px;
  }
}
.blog-featured__card:not(.blog-featured__card--main) .blog-featured__content {
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 480px) {
  .blog-featured__card:not(.blog-featured__card--main) .blog-featured__content {
    grid-column: auto;
    grid-row: auto;
  }
}
.blog-featured__link {
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-featured__link:hover, .blog-featured__link:focus-visible {
  transform: translateY(-2px);
}
.blog-featured__image {
  border-radius: 4px;
  overflow: hidden;
  background: #e7e7e7;
}
.blog-featured__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-featured__meta {
  margin: 0 0 14px;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #ae8651;
}
.blog-featured__title {
  margin: 0 0 14px;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #262626;
}
.blog-featured__excerpt {
  margin: 0;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #262626;
}

.blog-listing {
  padding: 120px 0 116px;
  background: #fff;
}
@media (max-width: 768px) {
  .blog-listing {
    padding: 78px 0 86px;
  }
}
.blog-listing .al-container {
  width: 1440px;
  max-width: calc(100% - 40px);
  padding-left: 0;
  padding-right: 0;
}
.blog-listing .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.blog-listing__head {
  position: relative;
  z-index: 20;
  margin-bottom: 60px;
}
.blog-listing__eyebrow {
  width: 164px;
  height: 8px;
  display: block;
  margin: 0 0 62px;
  border-radius: 4px;
  background: #deba76;
}
@media (max-width: 768px) {
  .blog-listing__eyebrow {
    margin-bottom: 42px;
  }
}
.blog-listing__title {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 44px;
  margin: 0 0 32px;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.02;
  color: #9a6016;
}
.blog-listing__title:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  border-right: 2px solid #9a6016;
  border-bottom: 2px solid #9a6016;
  transform: rotate(45deg) translateY(-5px);
}
@media (max-width: 768px) {
  .blog-listing__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .blog-listing__title {
    gap: 28px;
    font-size: 30px;
  }
}
.blog-listing__category-filter {
  position: relative;
  z-index: 25;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 32px;
}
.blog-listing__category-filter .blog-listing__title {
  margin-bottom: 0;
  cursor: pointer;
  list-style: none;
}
.blog-listing__category-filter .blog-listing__title::-webkit-details-marker {
  display: none;
}
.blog-listing__category-filter[open] .blog-listing__title:after {
  transform: rotate(225deg) translate(-2px, -2px);
}
.blog-listing__category-list {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  z-index: 30;
  width: 320px;
  max-width: calc(100vw - 40px);
  padding: 12px;
  border: 1px solid rgba(222, 186, 118, 0.55);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}
.blog-listing__category-list a {
  display: block;
  padding: 11px 12px;
  border-radius: 4px;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #262626;
}
.blog-listing__category-list a:hover, .blog-listing__category-list a:focus-visible, .blog-listing__category-list a.is-active {
  background: #deba76;
  color: #262626;
}
.blog-listing__search {
  position: relative;
  width: 464px;
  max-width: 100%;
}
.blog-listing__search input {
  width: 100%;
  height: 64px;
  padding: 0 76px 0 24px;
  border: 1px solid #deba76;
  border-radius: 4px;
  background: #fff;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #262626;
  outline: 0;
}
.blog-listing__search input::-moz-placeholder {
  color: #a2a2a2;
  opacity: 1;
}
.blog-listing__search input::placeholder {
  color: #a2a2a2;
  opacity: 1;
}
.blog-listing__search input:focus {
  border-color: #9a6016;
  box-shadow: 0 0 0 3px rgba(154, 96, 22, 0.12);
}
.blog-listing__search button {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}
.blog-listing__search button span {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 23px;
  height: 23px;
  border: 4px solid #9a6016;
  border-radius: 50%;
}
.blog-listing__search button span:after {
  content: "";
  position: absolute;
  right: -11px;
  bottom: -8px;
  width: 16px;
  height: 4px;
  border-radius: 4px;
  background: #9a6016;
  transform: rotate(45deg);
  transform-origin: center;
}
.blog-listing__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1024px) {
  .blog-listing__grid {
    grid-template-columns: 1fr;
  }
}
.blog-listing__card {
  min-height: 198px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.blog-listing__card--no-image .blog-listing__link {
  grid-template-columns: 1fr;
}
.blog-listing__link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  align-items: center;
  gap: 30px;
  height: 100%;
  padding: 30px;
  color: inherit;
  transition: transform 0.2s ease;
}
.blog-listing__link:hover, .blog-listing__link:focus-visible {
  transform: translateY(-2px);
}
@media (max-width: 480px) {
  .blog-listing__link {
    grid-template-columns: 1fr;
  }
}
.blog-listing__content {
  min-width: 0;
}
.blog-listing__meta {
  margin: 0 0 14px;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #ae8651;
}
.blog-listing__card-title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #262626;
}
.blog-listing__image {
  width: 190px;
  height: 138px;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  background: #e7e7e7;
}
@media (max-width: 480px) {
  .blog-listing__image {
    width: 100%;
    height: 220px;
  }
}
.blog-listing__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-listing__pagination {
  margin-top: 56px;
}
.blog-listing__pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.blog-listing__pagination li {
  margin: 0;
}
.blog-listing__pagination a,
.blog-listing__pagination span {
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #deba76;
  border-radius: 4px;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #262626;
}
.blog-listing__pagination a:hover,
.blog-listing__pagination a:focus-visible,
.blog-listing__pagination .current {
  background: #deba76;
  color: #262626;
}
.blog-listing__empty {
  margin: 0;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #262626;
}

.al-container.blog .title {
  text-align: left;
}
.al-container.blog.destaques {
  padding-bottom: 76px;
  padding-top: 70px;
  margin-bottom: 56px;
  position: relative;
}
.al-container.blog.destaques:after {
  content: "";
  display: block;
  width: 115%;
  height: 1px;
  background: #E3E3E3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 1024px) {
  .al-container.blog.destaques:after {
    width: calc(100% - 40px);
  }
}
.al-container.blog.destaques > .left-right-content > .left {
  width: 60%;
}
@media (max-width: 768px) {
  .al-container.blog.destaques > .left-right-content > .left {
    width: 100%;
  }
}
.al-container.blog.destaques > .left-right-content > .left .article-container .artigo {
  position: relative;
}
.al-container.blog.destaques > .left-right-content > .left .article-container .artigo img {
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  min-height: 475px;
  max-height: 492px;
}
@media (max-width: 1024px) {
  .al-container.blog.destaques > .left-right-content > .left .article-container .artigo img {
    height: 475px;
  }
}
.al-container.blog.destaques > .left-right-content > .left .article-container .artigo .titulo {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(41, 41, 41, 0) 0%, #3D3D3D 95.31%);
  border-radius: 0px 0px 7px 7px;
  width: 100%;
  padding: 60px 25px;
}
.al-container.blog.destaques > .left-right-content > .left .article-container .artigo .titulo .title {
  padding-bottom: 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
}
.al-container.blog.destaques > .left-right-content > .right {
  width: 40%;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .al-container.blog.destaques > .left-right-content > .right {
    width: 100%;
    padding-left: 0px;
  }
}
.al-container.blog.destaques > .left-right-content > .right > .left-right-content {
  align-items: center;
}
.al-container.blog.destaques > .left-right-content > .right > .left-right-content:not(:last-of-type) {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.al-container.blog.destaques > .left-right-content > .right > .left-right-content > .left {
  width: 34%;
}
.al-container.blog.destaques > .left-right-content > .right > .left-right-content > .left a {
  display: block;
  height: 105px;
}
@media (max-width: 768px) {
  .al-container.blog.destaques > .left-right-content > .right > .left-right-content > .left a {
    height: auto;
  }
}
.al-container.blog.destaques > .left-right-content > .right > .left-right-content > .left a img {
  width: 100%;
  border: 1px solid #000;
  border-radius: 8px;
  height: 107px;
}
.al-container.blog.destaques > .left-right-content > .right > .left-right-content > .right {
  width: 66%;
  padding-left: 22px;
}
.al-container.blog.destaques > .left-right-content > .right > .left-right-content > .right h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #454545;
}
@media (max-width: 1024px) {
  .al-container.blog.destaques > .left-right-content > .right > .left-right-content > .right h2 {
    font-size: 21px;
  }
}
.al-container.blog.listagem {
  padding-bottom: 72px;
}
.al-container.blog.listagem .posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 35px;
  padding-bottom: 40px;
}
.al-container.blog.listagem .posts .article-container {
  width: calc(33.3333333333% - 23.3333333333px);
}
@media (max-width: 768px) {
  .al-container.blog.listagem .posts .article-container {
    width: calc(50% - 35px);
  }
}
@media (max-width: 480px) {
  .al-container.blog.listagem .posts .article-container {
    width: 100%;
  }
}
.al-container.blog.listagem .posts .article-container .artigo {
  background: #fff;
  border: 1px solid #000;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  height: 100%;
}
@media (max-width: 1024px) {
  .al-container.blog.listagem .posts .article-container .artigo {
    min-height: 402px;
  }
}
@media (max-width: 480px) {
  .al-container.blog.listagem .posts .article-container .artigo {
    min-height: auto;
  }
}
.al-container.blog.listagem .posts .article-container .artigo .img-container {
  width: 100%;
}
.al-container.blog.listagem .posts .article-container .artigo .img-container img {
  width: 100%;
  height: 187px;
  border-radius: 8px;
}
.al-container.blog.listagem .posts .article-container .artigo .titulo {
  padding: 12px 24px 18px 24px;
  min-height: 82px;
}
.al-container.blog.listagem .posts .article-container .artigo .titulo a {
  display: block;
}
.al-container.blog.listagem .posts .article-container .artigo .titulo a h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #454545;
}
.al-container.blog.listagem .posts .article-container .artigo .text {
  padding: 0px 24px 28px 24px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #444444;
  min-height: 86px;
}
@media (max-width: 1024px) {
  .al-container.blog.listagem .posts .article-container .artigo .text {
    font-size: 15px;
  }
}
.al-container.blog.listagem .load_more {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.al-container.blog.listagem .load_more .page-numbers {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.al-container.blog.listagem .load_more .page-numbers:not(span) {
  transition: all 0.3s;
}
.al-container.blog.listagem .load_more .page-numbers:not(span):hover {
  color: #000;
}
.al-container.blog.listagem .load_more .page-numbers.current {
  background: #000;
  font-family: "Rubik";
  font-weight: 600;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.al-container.blog.loop .posts .article-container .artigo .text {
  min-height: 56px;
  padding: 0px 24px 16px 24px;
}
.al-container.blog.loop .entry-date {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #000;
  padding: 0px 24px 10px 24px;
}
.al-container.blog.loop .entry-category {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 123.68%;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  border-radius: 8px;
  padding: 5px 10px;
  margin: 0px 24px 10px 24px;
  background-color: #000;
}

.blog-single {
  background: #fff;
}
body.reveal-ready .blog-single [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
body.reveal-ready .blog-single [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (prefers-reduced-motion: reduce) {
  body.reveal-ready .blog-single [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .blog-single .blog-single-content__back,
  .blog-single .blog-single-content__meta,
  .blog-single .blog-single-content__title,
  .blog-single .blog-single-content__image,
  .blog-single .blog-single-content__text,
  .blog-single .blog-single-content__aside {
    animation: none;
  }
}

.blog-single-content {
  padding: 72px 0 118px;
}
@media (max-width: 768px) {
  .blog-single-content {
    padding: 48px 0 82px;
  }
}
.blog-single-content .al-container {
  width: 1440px;
}
.blog-single-content__layout {
  display: grid;
  grid-template-columns: minmax(0, 952px) 344px;
  align-items: flex-start;
  gap: 146px;
}
@media (max-width: 1180px) {
  .blog-single-content__layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 48px;
  }
}
@media (max-width: 1024px) {
  .blog-single-content__layout {
    grid-template-columns: 1fr;
  }
}
.blog-single-content__main {
  min-width: 0;
}
.blog-single-content__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 28px;
  padding: 10px 24px;
  border-radius: 4px;
  background: #deba76;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #262626;
  transition: background 0.2s ease, transform 0.2s ease;
  animation: blog-single-item-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.14s both;
}
.blog-single-content__back:hover, .blog-single-content__back:focus-visible {
  background: #cda764;
  transform: translateY(-1px);
}
.blog-single-content__meta {
  margin: 0 0 12px;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #ae8651;
  animation: blog-single-item-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.26s both;
}
.blog-single-content__title {
  margin: 0 0 24px;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
  color: #9a6016;
  animation: blog-single-item-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.38s both;
}
@media (max-width: 768px) {
  .blog-single-content__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .blog-single-content__title {
    font-size: 30px;
  }
}
.blog-single-content__image {
  width: 100%;
  height: 499px;
  margin: 0 0 42px;
  border-radius: 4px;
  overflow: hidden;
  animation: blog-single-image-in 1s cubic-bezier(0.22, 1, 0.36, 1) 0.5s both;
}
@media (max-width: 768px) {
  .blog-single-content__image {
    height: auto;
    aspect-ratio: 952/499;
  }
}
@media (max-width: 480px) {
  .blog-single-content__image {
    aspect-ratio: 4/3;
    margin-bottom: 32px;
  }
}
.blog-single-content__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-single-content__text {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #262626;
  animation: blog-single-item-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.62s both;
}
@media (max-width: 768px) {
  .blog-single-content__text {
    font-size: 20px;
  }
}
.blog-single-content__text p,
.blog-single-content__text ul,
.blog-single-content__text ol,
.blog-single-content__text blockquote {
  margin: 0 0 12px;
}
.blog-single-content__text a {
  color: #9a6016;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.blog-single-content__text ul,
.blog-single-content__text ol {
  padding-left: 1.25em;
}
.blog-single-content__text ul {
  list-style: disc;
}
.blog-single-content__text ol {
  list-style: decimal;
}
.blog-single-content__text li {
  margin-bottom: 8px;
}
.blog-single-content__text ul li {
  list-style: disc;
}
.blog-single-content__text ol li {
  list-style: decimal;
}
.blog-single-content__text h2,
.blog-single-content__text h3,
.blog-single-content__text h4 {
  margin: 32px 0 16px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
  color: #9a6016;
}
.blog-single-content__text h2 {
  font-size: 34px;
}
.blog-single-content__text h3 {
  font-size: 28px;
}
.blog-single-content__text img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.blog-single-content__aside {
  position: sticky;
  top: 120px;
  animation: blog-single-aside-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.72s both;
}
@media (max-width: 1024px) {
  .blog-single-content__aside {
    position: static;
  }
}

.privacy-page .blog-single-content__layout {
  grid-template-columns: minmax(0, 952px);
  justify-content: center;
}
.privacy-page .blog-single-content__main {
  max-width: 952px;
}

@keyframes blog-single-item-in {
  from {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}
@keyframes blog-single-image-in {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes blog-single-aside-in {
  from {
    opacity: 0;
    transform: translate3d(18px, 0, 0) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
.blog-single-attendance {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.blog-single-attendance__head {
  padding: 28px 28px 26px;
  background: #9a6016;
}
.blog-single-attendance__title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #fbfbfb;
}
.blog-single-attendance__body {
  padding: 27px 30px 32px;
}
.blog-single-attendance__description {
  margin: 0 0 28px;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #ae8651;
}
.blog-single-attendance__actions {
  display: grid;
  gap: 13px;
}
.blog-single-attendance__button {
  min-height: 63px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  width: 100%;
  border: 0;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: left;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.blog-single-attendance__button:hover, .blog-single-attendance__button:focus-visible {
  filter: brightness(0.95);
  transform: translateY(-1px);
}
.blog-single-attendance__button[type=button] {
  cursor: pointer;
}
.blog-single-attendance__button i {
  width: 32px;
  display: inline-flex;
  justify-content: center;
  font-size: 28px;
}
.blog-single-attendance__button img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

.blog-related {
  padding: 160px 0 132px;
  background: #f4f4f4;
}
@media (max-width: 768px) {
  .blog-related {
    padding: 86px 0;
  }
}
.blog-related .al-container {
  width: 1440px;
}
.blog-related__head {
  margin-bottom: 78px;
}
@media (max-width: 768px) {
  .blog-related__head {
    margin-bottom: 46px;
  }
}
.blog-related__eyebrow {
  width: 164px;
  height: 8px;
  display: block;
  margin: 0 0 62px;
  border-radius: 4px;
  background: #deba76;
}
@media (max-width: 768px) {
  .blog-related__eyebrow {
    margin-bottom: 38px;
  }
}
.blog-related__title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.02;
  color: #9a6016;
}
@media (max-width: 768px) {
  .blog-related__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .blog-related__title {
    font-size: 30px;
  }
}
.blog-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1024px) {
  .blog-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .blog-related__grid {
    grid-template-columns: 1fr;
  }
}
.blog-related__card {
  min-height: 655px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media (max-width: 768px) {
  .blog-related__card {
    min-height: auto;
  }
}
.blog-related__link {
  display: block;
  height: 100%;
  padding: 30px;
  color: inherit;
  transition: transform 0.2s ease;
}
.blog-related__link:hover, .blog-related__link:focus-visible {
  transform: translateY(-2px);
}
.blog-related__image {
  width: 100%;
  height: 285px;
  margin: 0 0 18px;
  border-radius: 4px;
  overflow: hidden;
  background: #e7e7e7;
}
@media (max-width: 480px) {
  .blog-related__image {
    height: 230px;
  }
}
.blog-related__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-related__meta {
  margin: 0 0 14px;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #ae8651;
}
.blog-related__card-title {
  margin: 0 0 18px;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #262626;
}
.blog-related__excerpt {
  margin: 0;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #262626;
}

.docs-page {
  background: #fff;
}

[data-collaborator-root] {
  position: relative;
  transition: opacity 0.2s ease;
}
[data-collaborator-root].is-loading {
  opacity: 0.55;
  pointer-events: none;
}
[data-collaborator-root].is-loading::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(1px);
}
[data-collaborator-root].is-loading::after {
  content: "";
  position: absolute;
  top: 120px;
  left: 50%;
  z-index: 5;
  width: 52px;
  height: 52px;
  border: 4px solid rgba(154, 96, 22, 0.18);
  border-top-color: #9a6016;
  border-radius: 50%;
  transform: translateX(-50%);
  animation: collaborator-loading-spin 0.7s linear infinite;
}

@keyframes collaborator-loading-spin {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}
.docs-listing {
  padding: 100px 0 92px;
}
@media (max-width: 768px) {
  .docs-listing {
    padding: 76px 0 72px;
  }
}
.docs-listing__head {
  margin-bottom: 52px;
}
.docs-listing__head-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .docs-listing__head-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.docs-listing__eyebrow {
  width: 164px;
  height: 8px;
  display: block;
  margin: 0 0 62px;
  border-radius: 4px;
  background: #deba76;
}
@media (max-width: 768px) {
  .docs-listing__eyebrow {
    margin-bottom: 42px;
  }
}
.docs-listing__page-title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.04;
  color: #262626;
}
@media (max-width: 768px) {
  .docs-listing__page-title {
    font-size: 38px;
  }
}
.docs-listing__intro {
  max-width: 720px;
}
.docs-listing__intro p {
  margin: 0;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #565656;
}
.docs-listing__userbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 768px) {
  .docs-listing__userbar {
    margin-left: 0;
    justify-content: flex-start;
    text-align: left;
  }
}
.docs-listing__user-greeting {
  margin: 0;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  color: #262626;
}
.docs-listing__layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}
@media (max-width: 1100px) {
  .docs-listing__layout {
    grid-template-columns: 1fr;
  }
}
.docs-listing__sidebar {
  position: sticky;
  top: 128px;
  display: grid;
  gap: 22px;
}
@media (max-width: 1100px) {
  .docs-listing__sidebar {
    position: static;
  }
}
.docs-listing__filters, .docs-listing__categories, .docs-listing__main {
  border: 1px solid #efe2cc;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(38, 38, 38, 0.08);
}
.docs-listing__filters, .docs-listing__categories {
  padding: 24px;
}
.docs-listing__main {
  padding: 32px;
}
@media (max-width: 768px) {
  .docs-listing__main {
    padding: 22px;
  }
}
.docs-listing__search {
  position: relative;
}
.docs-listing__search input {
  width: 100%;
  height: 60px;
  padding: 0 74px 0 20px;
  border: 1px solid #deba76;
  border-radius: 4px;
  background: #fff;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #262626;
}
.docs-listing__search input::-moz-placeholder {
  color: #9d9d9d;
  opacity: 1;
}
.docs-listing__search input::placeholder {
  color: #9d9d9d;
  opacity: 1;
}
.docs-listing__search input:focus {
  border-color: #9a6016;
  box-shadow: 0 0 0 3px rgba(154, 96, 22, 0.12);
}
.docs-listing__search button {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}
.docs-listing__search button span {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 23px;
  height: 23px;
  border: 4px solid #9a6016;
  border-radius: 50%;
}
.docs-listing__search button span:after {
  content: "";
  position: absolute;
  right: -11px;
  bottom: -8px;
  width: 16px;
  height: 4px;
  border-radius: 4px;
  background: #9a6016;
  transform: rotate(45deg);
}
.docs-listing__categories-title, .docs-listing__result-title {
  margin: 0 0 18px;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  color: #9a6016;
}
.docs-listing__category-list {
  display: grid;
  gap: 8px;
  max-height: 560px;
  overflow-y: auto;
  padding-right: 10px;
}
.docs-listing__category-list::-webkit-scrollbar {
  width: 10px;
}
.docs-listing__category-list::-webkit-scrollbar-track {
  background: #e6e6e6;
}
.docs-listing__category-list::-webkit-scrollbar-thumb {
  background: #000;
}
.docs-listing__category-list::-webkit-scrollbar-thumb:hover {
  background: #000;
}
.docs-listing__category-tree, .docs-listing__category-children {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.docs-listing__category-children {
  margin-top: 8px;
  padding-left: 18px;
  border-left: 1px solid #ead9bd;
}
.docs-listing__category-item {
  margin: 0;
}
.docs-listing__category-link, .docs-listing__category-list > a {
  display: block;
  padding: 11px 14px;
  border-radius: 4px;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #262626;
}
.docs-listing__category-link:hover, .docs-listing__category-link:focus-visible, .docs-listing__category-link.is-active, .docs-listing__category-list > a:hover, .docs-listing__category-list > a:focus-visible, .docs-listing__category-list > a.is-active {
  background: #deba76;
  color: #262626;
}
.docs-listing__category-link--label {
  background: #f7f1e8;
  cursor: default;
}
.docs-listing__category-child {
  padding-left: 16px;
  font-weight: 500;
}
.docs-listing__result-head {
  margin-bottom: 24px;
}
.docs-listing__list {
  display: grid;
  gap: 14px;
}
.docs-listing__row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid #f1e3cd;
  border-radius: 4px;
  background: #fffdf9;
  box-shadow: 0 10px 24px rgba(38, 38, 38, 0.06);
}
@media (max-width: 768px) {
  .docs-listing__row {
    grid-template-columns: 1fr;
    padding: 18px;
  }
}
.docs-listing__row-icon {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #efdfc6;
  padding-right: 10px;
}
.docs-listing__row-icon i {
  font-size: 34px;
  color: #9a6016;
}
@media (max-width: 768px) {
  .docs-listing__row-icon {
    justify-content: flex-start;
    align-self: auto;
    border-right: 0;
    padding-right: 0;
  }
}
.docs-listing__row-main {
  min-width: 0;
  display: grid;
  gap: 10px;
}
.docs-listing__meta {
  margin: 0;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #ae8651;
}
.docs-listing__card-title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #262626;
}
.docs-listing__meta-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.docs-listing__meta-list li {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #4d4d4d;
}
.docs-listing__meta-list strong {
  color: #9a6016;
}
.docs-listing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .docs-listing__actions {
    justify-content: flex-start;
  }
}
.docs-listing__button {
  min-width: 128px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #c6903e;
  border-radius: 4px;
  background: linear-gradient(135deg, #b17d2a 0%, #deba76 100%);
  box-shadow: 0 12px 24px rgba(177, 125, 42, 0.18);
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.docs-listing__button:hover, .docs-listing__button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(177, 125, 42, 0.22);
  color: #fff;
}
.docs-listing__button--secondary {
  border-color: #d9c2a3;
  background: #fff;
  box-shadow: none;
  color: #9a6016;
}
.docs-listing__button--secondary:hover, .docs-listing__button--secondary:focus-visible {
  box-shadow: none;
  color: #9a6016;
  background: #f8f1e6;
}
.docs-listing__pagination {
  margin-top: 36px;
}
.docs-listing__pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.docs-listing__pagination li {
  margin: 0;
}
.docs-listing__pagination a,
.docs-listing__pagination span {
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #deba76;
  border-radius: 4px;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #262626;
}
.docs-listing__pagination a:hover,
.docs-listing__pagination a:focus-visible,
.docs-listing__pagination .current {
  background: #deba76;
  color: #262626;
}
.docs-listing__empty {
  margin: 0;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #262626;
}

.docs-viewer {
  display: grid;
  gap: 24px;
}
.docs-viewer__toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
.docs-viewer__back, .docs-viewer__download {
  min-width: 160px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 4px;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.docs-viewer__back {
  border: 1px solid #d8c0a0;
  background: transparent;
  color: #9a6016;
}
.docs-viewer__download {
  border: 1px solid #c6903e;
  background: linear-gradient(135deg, #b17d2a 0%, #deba76 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(177, 125, 42, 0.18);
}
.docs-viewer__head {
  display: grid;
  gap: 14px;
}
.docs-viewer__meta {
  margin: 0;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #ae8651;
}
.docs-viewer__title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Playfair Display", serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.12;
  color: #262626;
}
@media (max-width: 768px) {
  .docs-viewer__title {
    font-size: 30px;
  }
}
.docs-viewer__title i {
  flex: 0 0 auto;
  font-size: 28px;
  color: #9a6016;
}
.docs-viewer__title span {
  min-width: 0;
}
.docs-viewer__details {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.docs-viewer__details li {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #4d4d4d;
}
.docs-viewer__details strong {
  color: #9a6016;
}
.docs-viewer__frame {
  min-height: 720px;
  padding: 18px;
  border: 1px solid #efe2cc;
  border-radius: 4px;
  background: #fbf8f3;
}
@media (max-width: 768px) {
  .docs-viewer__frame {
    min-height: 420px;
    padding: 12px;
  }
}
.docs-viewer__frame iframe,
.docs-viewer__frame img,
.docs-viewer__frame video {
  width: 100%;
  height: 100%;
  min-height: 680px;
  display: block;
  border: 0;
  border-radius: 4px;
  background: #fff;
}
@media (max-width: 768px) {
  .docs-viewer__frame iframe,
  .docs-viewer__frame img,
  .docs-viewer__frame video {
    min-height: 380px;
  }
}
.docs-viewer__frame img {
  height: auto;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.docs-viewer__fallback {
  min-height: 320px;
  display: grid;
  place-items: center;
  gap: 20px;
  text-align: center;
}
.docs-viewer__fallback p {
  font-family: "Raleway", "Rubik", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #565656;
}
