@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Playfair+Display:ital,wght@0,400;1,400&display=swap);
/**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;
}

button,
input[type=submit],
input[type=button],
input[type=reset],
.home-hero__button,
.menu-item--cta > a,
.wpcf7-submit,
a.button,
a.btn,
a.botao {
  transition: all 0.3s;
}

button:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
.wpcf7-submit:hover,
a.button:hover,
a.btn:hover,
a.botao:hover {
  background: transparent;
}

input,
button {
  outline: none;
}

section {
  position: relative;
}

[data-aos]:not(.aos-init) {
  opacity: 1 !important;
  transform: none !important;
}

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;
  scroll-behavior: smooth;
}

#sobre-mim,
#o-que-faco,
#para-quem-faco,
#clientes,
#noticias,
#contato {
  scroll-margin-top: 120px;
}

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
========================================================================== */
header[role=heading] {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 84px;
  z-index: 30;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
header[role=heading] .al-container {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header[role=heading] .al-container .logo {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
header[role=heading] .al-container .logo img,
header[role=heading] .al-container .logo svg {
  width: auto;
  height: auto;
  aspect-ratio: 137/130;
  max-width: 137px;
  max-height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
header[role=heading] .al-container .logo:hover {
  transform: translateY(-2px);
  opacity: 0.88;
}
header[role=heading] .al-container .logo.logo--textmark .logo__text {
  display: inline-flex;
  align-items: center;
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
header[role=heading] .al-container .logo.logo--textmark .logo__text-main {
  color: #fff;
}
header[role=heading] .al-container .logo.logo--textmark .logo__text-dot {
  color: #b01e31;
}
header[role=heading] #desktop-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 48px;
       column-gap: 48px;
  min-height: 84px;
  width: 100%;
}
@media (max-width: 1024px) {
  header[role=heading] #desktop-menu {
    display: none;
  }
}
header[role=heading] #desktop-menu .menu {
  display: flex;
  align-items: center;
}
header[role=heading] #desktop-menu ul.menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 44px;
       column-gap: 44px;
}
header[role=heading] #desktop-menu ul.menu li {
  display: block;
  position: relative;
}
header[role=heading] #desktop-menu ul.menu li a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  transition: color 0.3s ease, opacity 0.3s ease;
}
header[role=heading] #desktop-menu ul.menu li.menu-item--cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border: 1px solid #b01e31;
  background: #b01e31;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 24px;
  transition: all 0.3s;
}
header[role=heading] #desktop-menu ul.menu li.menu-item--cta a:hover {
  color: #b01e31;
  background: #fff;
  border-color: #fff;
}
header[role=heading] #mobile-icon {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 997;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  header[role=heading] #mobile-icon {
    display: flex;
    top: 16px;
  }
}
header[role=heading] #mobile-icon svg {
  width: 24px;
  height: 24px;
}
header[role=heading] .site-header__mobile-brand {
  display: none;
  flex: 1 1 auto;
  min-width: 0;
}
header[role=heading] .site-header__mobile-brand .logo {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
header[role=heading] .site-header__mobile-brand .logo.logo--textmark .logo__text {
  font-size: 36px;
  line-height: 1;
}
@media (max-width: 1024px) {
  header[role=heading] .site-header__mobile-brand {
    display: flex;
    align-items: center;
    max-width: calc(100% - 92px);
  }
}
header[role=heading] #mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: min(88vw, 420px);
  height: 100vh;
  overflow-y: auto;
  transition: right 0.3s ease;
  z-index: 9999;
  box-shadow: -24px 0 60px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  header[role=heading] #mobile-menu {
    display: block;
  }
}
header[role=heading] #mobile-menu.active {
  right: 0;
}
header[role=heading] #mobile-menu .container {
  padding: 28px 28px 36px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
header[role=heading] #mobile-menu .close {
  padding-bottom: 28px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
header[role=heading] #mobile-menu .close a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0.92;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
header[role=heading] #mobile-menu .close a:hover {
  opacity: 1;
  transform: rotate(90deg);
}
header[role=heading] #mobile-menu .logo {
  margin-bottom: 36px;
}
header[role=heading] #mobile-menu .logo img,
header[role=heading] #mobile-menu .logo svg {
  max-width: 92px;
  max-height: 88px;
  aspect-ratio: auto;
}
header[role=heading] #mobile-menu .logo.logo--textmark .logo__text {
  font-size: 26px;
  line-height: 34px;
}
header[role=heading] #mobile-menu ul.menu {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  width: 100%;
}
header[role=heading] #mobile-menu ul.menu li.menu-item {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
header[role=heading] #mobile-menu ul.menu li.menu-item a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 18px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
header[role=heading] #mobile-menu ul.menu li.menu-item:hover:not(.menu-item--cta) a {
  opacity: 0.75;
  transform: translateX(4px);
}
header[role=heading] #mobile-menu ul.menu li.menu-item.menu-item--cta {
  border-bottom: 0;
  margin-top: 12px;
}
header[role=heading] #mobile-menu ul.menu li.menu-item.menu-item--cta a {
  justify-content: center;
  padding: 18px 24px;
  border: 1px solid #b01e31;
  background: #b01e31;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 16px;
  text-align: center;
}
header[role=heading] #mobile-menu ul.menu li.menu-item.menu-item--cta a:hover {
  background: #fff;
  color: #b01e31;
  border-color: #fff;
}

.site-header--default {
  position: fixed;
  background-color: #09090b;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.site-header--default .al-container {
  width: 1230px;
  max-width: calc(100% - 40px);
  padding: 0 20px;
}
.site-header--default #desktop-menu {
  padding: 0;
}
.site-header--default #desktop-menu ul.menu li a {
  color: #f4f4f5;
}
.site-header--default #desktop-menu ul.menu li:hover a {
  color: #b01e31;
}
.site-header--default #mobile-icon {
  background: #222226;
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.site-header--default #mobile-icon svg rect {
  fill: #fff;
}
.site-header--default #mobile-menu {
  background: #050505;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.site-header--default #mobile-menu .logo img {
  filter: none;
}
.site-header--default #mobile-menu .menu {
  width: 100%;
}
.site-header--default #mobile-menu .menu li.menu-item a {
  color: #fff;
}

.site-header--home {
  position: fixed;
  background: rgba(9, 9, 11, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.site-header--home .al-container {
  width: 1230px;
  max-width: calc(100% - 40px);
  padding: 0 20px;
}
.site-header--home #desktop-menu {
  padding: 0;
  min-height: 84px;
}
.site-header--home #desktop-menu ul.menu li a {
  color: #f4f4f5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
}
.site-header--home #desktop-menu ul.menu li:hover a {
  color: #b01e31;
}
.site-header--home #desktop-menu ul.menu li.menu-item--cta a {
  border-color: #b01e31;
  color: #fff;
}
.site-header--home #desktop-menu ul.menu li.menu-item--cta:hover a {
  background: #fff;
  color: #b01e31;
  border-color: #fff;
}
.site-header--home .logo img,
.site-header--home .logo svg {
  max-width: 88px;
  max-height: 84px;
}
.site-header--home .logo.logo--textmark .logo__text {
  font-size: 42px;
  line-height: 1;
}
.site-header--home #mobile-icon {
  background: #222226;
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.site-header--home #mobile-icon svg rect {
  fill: #fff;
}
.site-header--home #mobile-menu {
  background: #050505;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.site-header--home #mobile-menu .logo img {
  filter: none;
}
.site-header--home #mobile-menu .menu {
  width: 100%;
}
.site-header--home #mobile-menu .menu li.menu-item a {
  color: #fff;
}
@media (max-width: 1024px) {
  .site-header--home .al-container {
    width: 100%;
  }
}

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

body {
  padding-top: 84px;
}

body.home,
body.front-page {
  padding-top: 0;
}

@media (max-width: 1024px) {
  body {
    padding-top: 84px;
  }
}
.overlay {
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.43);
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

/* Footer
========================================================================== */
.site-footer {
  background: #e8e8ed;
}

.footer-contact {
  background: #e8e8ed;
  padding: 64px 48px;
}
@media screen and (max-width: 1280px) {
  .footer-contact {
    padding: 56px 32px;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact {
    padding: 48px 20px 12px;
  }
}

.footer-contact__container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 80px;
  width: 100%;
  max-width: 1472px;
  min-height: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .footer-contact__container {
    flex-direction: column;
    gap: 32px;
  }
}

.footer-contact__content,
.footer-contact__form-panel {
  flex: 1 1 0;
  min-width: 0;
}

.footer-contact__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}
@media screen and (max-width: 1180px) {
  .footer-contact__content {
    min-height: auto;
  }
}

.footer-contact__heading {
  padding-bottom: 22px;
}

.footer-contact__title {
  display: flex;
  flex-direction: column;
  font-family: "Playfair Display", serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #1a1a1a;
}
@media screen and (max-width: 1280px) {
  .footer-contact__title {
    font-size: 62px;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact__title {
    font-size: 48px;
  }
}

.footer-contact__title-line {
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.footer-contact__title-line--accent {
  font-style: italic;
  color: #b01e31;
}

.footer-contact__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-contact__direct {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-contact__label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #52525b;
}

.footer-contact__email {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0;
  color: #ffffff;
  transition: color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.footer-contact__email:hover {
  color: #b01e31;
  transform: translateX(4px);
}
@media screen and (max-width: 768px) {
  .footer-contact__email {
    font-size: 20px;
    line-height: 28px;
    word-break: break-word;
  }
}

.footer-contact__socials {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .footer-contact__socials {
    justify-content: flex-start;
  }
}

.footer-contact__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #c2c2cb;
  border-radius: 999px;
  background: transparent;
  color: #27272a;
}
.footer-contact__social-link svg {
  width: 28px;
  height: 28px;
}
.footer-contact__social-link:hover {
  background: #fff;
  border-color: #b01e31;
  color: #b01e31;
}
.footer-contact__social-link.footer-contact__social-link--whatsapp {
  border-color: #22c55e;
  color: #16a34a;
}
.footer-contact__social-link.footer-contact__social-link--whatsapp:hover {
  border-color: #16a34a;
  color: #15803d;
  background: #ecfdf3;
}

.footer-contact__form-panel {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 0;
  padding: 28px;
  border: 1px solid #d4d4dc;
  background: #f0f0f4;
  box-shadow: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.footer-contact__form-panel:hover {
  border-color: #c2c2cb;
  box-shadow: none;
}
@media screen and (max-width: 1280px) {
  .footer-contact__form-panel {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact__form-panel {
    min-height: auto;
    padding: 20px 16px;
  }
}

.footer-contact__form {
  position: relative;
  z-index: 1;
  width: 100%;
}

.footer-contact__form-empty {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #a1a1aa;
}

.footer-contact__form .wpcf7 {
  width: 100%;
}

.footer-contact__form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-contact__form .wpcf7-form > p,
.footer-contact__form .footer-contact__field,
.footer-contact__form .footer-contact__submit {
  margin: 0;
}

.footer-contact__form .wpcf7-form > p:not(:has(.wpcf7-submit)),
.footer-contact__form .footer-contact__field {
  padding-top: 6px;
}
.footer-contact__form .wpcf7-form > p:not(:has(.wpcf7-submit)):hover label, .footer-contact__form .wpcf7-form > p:not(:has(.wpcf7-submit)):focus-within label,
.footer-contact__form .footer-contact__field:hover label,
.footer-contact__form .footer-contact__field:focus-within label {
  border-color: #b01e31;
  color: #a1a1aa;
}

.footer-contact__form .wpcf7-form > p:nth-last-child(2):not(:has(.wpcf7-submit)),
.footer-contact__form .footer-contact__field--message {
  padding-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .footer-contact__form .wpcf7-form > p:nth-last-child(2):not(:has(.wpcf7-submit)),
  .footer-contact__form .footer-contact__field--message {
    padding-bottom: 24px;
  }
}

.footer-contact__form label {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  border-bottom: 1px solid #27272a;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #71717a;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.footer-contact__form .footer-contact__field--message label {
  padding-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .footer-contact__form .footer-contact__field--message label {
    padding-bottom: 24px;
  }
}

.footer-contact__form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.footer-contact__form input:not([type=submit]):not([type=button]):not([type=reset]),
.footer-contact__form textarea {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #1a1a1a;
  resize: none;
  background: #f7f7fa;
}
.footer-contact__form input:not([type=submit]):not([type=button]):not([type=reset])::-moz-placeholder, .footer-contact__form textarea::-moz-placeholder {
  color: #1a1a1a;
  opacity: 0;
}
.footer-contact__form input:not([type=submit]):not([type=button]):not([type=reset])::placeholder,
.footer-contact__form textarea::placeholder {
  color: #1a1a1a;
  opacity: 0;
}

.footer-contact__form input:not([type=submit]):not([type=button]):not([type=reset]) {
  height: 44px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .footer-contact__form input:not([type=submit]):not([type=button]):not([type=reset]) {
    height: 40px;
    padding: 10px;
  }
}

.footer-contact__form textarea {
  height: 84px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .footer-contact__form textarea {
    height: 72px;
    padding: 10px;
  }
}

.footer-contact__form input[type=submit],
.footer-contact__form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 40px;
  padding: 8px 24px;
  border: 1px solid #b01e31;
  background: #b01e31;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}
.footer-contact__form input[type=submit]:hover,
.footer-contact__form .wpcf7-submit:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #b01e31;
}

.footer-contact__form .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: -36px;
  margin: 0;
}

.footer-contact__form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 12px 16px;
  border: 1px solid #27272a;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #1a1a1a;
}

.grecaptcha-badge {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.footer-whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background: #22c55e;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.footer-whatsapp-float:hover {
  background: #16a34a;
  transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .footer-whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }
}

.footer-bar {
  background: #e8e8ed;
  padding: 20px 48px;
}
@media screen and (max-width: 1280px) {
  .footer-bar {
    padding: 20px 32px;
  }
}
@media screen and (max-width: 768px) {
  .footer-bar {
    padding: 16px 20px;
  }
}

.footer-bar__container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 1536px;
  margin: 0 auto;
  padding: 20px 0 0;
  border-top: 1px solid #d4d4dc;
}
@media screen and (max-width: 1024px) {
  .footer-bar__container {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0 0;
  }
}

.footer-bar__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-bar__meta {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .footer-bar__meta p {
    text-align: center;
  }
}

.footer-bar__copyright {
  width: 80%;
}
.footer-bar__copyright p {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 5px;
  text-align: left;
  text-transform: uppercase;
  color: #52525b;
}

.footer-bar__developer p,
.footer-bar__developer a {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #52525b;
}
.footer-bar__developer a:hover {
  color: #ffffff;
}

/* Home
========================================================================== */
.home-page {
  background: #fff;
  color: #fff;
}

.home-hero {
  position: relative;
  min-height: 1080px;
  padding: 0;
  display: flex;
  align-items: center;
  background: #18181b;
  overflow: hidden;
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 9, 11, 0.62) 0%, rgba(9, 9, 11, 0.46) 32%, rgba(9, 9, 11, 0.34) 50%, rgba(9, 9, 11, 0.14) 73%, rgba(9, 9, 11, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.home-hero__background {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.home-hero__container {
  position: relative;
  z-index: 2;
  width: 1536px;
  max-width: calc(100% - 64px);
  margin: 0 auto;
  padding: 0 32px;
}

.home-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 1024px;
  max-width: 100%;
}

.home-hero__kicker {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 6px;
  line-height: 16px;
  text-transform: uppercase;
  color: #d4d4d8;
}

.home-hero__title {
  position: relative;
  width: 1024px;
  max-width: 100%;
  height: 256px;
  font-weight: 400;
  line-height: 0;
}

.home-hero__title-primary,
.home-hero__title-secondary {
  position: absolute;
  left: 0;
  display: block;
  text-transform: lowercase;
  font-style: italic;
}

.home-hero__title-primary {
  top: 0;
  width: 380.128px;
  height: 128px;
  font-family: "Playfair Display", serif;
  font-size: 128px;
  font-style: italic;
  font-weight: 400;
  line-height: 128px;
  color: #fff;
}

.home-hero__title-secondary {
  top: 128px;
  left: 80px;
  width: 934.272px;
  height: 128px;
  font-family: "Playfair Display", serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 128px;
  color: #b01e31;
}

.home-hero__text {
  width: 672px;
  max-width: 100%;
  padding-top: 8px;
}
.home-hero__text p {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #a1a1aa;
}

.home-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 197px;
  padding: 20px 48px;
  border: 1px solid #b01e31;
  background: #b01e31;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
.home-hero__button:hover {
  background: #fff;
  color: #b01e31;
  border-color: #fff;
}

.home-hero__actions {
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  width: 100%;
  padding-top: 24px;
}

.home-hero__caption {
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  flex-shrink: 0;
}

.home-hero__caption-line {
  display: block;
  width: 128px;
  height: 1px;
  background: #3f3f46;
}

.home-hero__caption-text {
  display: block;
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 24px;
  text-transform: none;
  color: #d4d4d8;
  white-space: nowrap;
}

.home-hero__actions:hover .home-hero__caption-line {
  background: #b01e31;
}

.home-hero__actions:hover .home-hero__caption-text {
  color: #a1a1aa;
}

.home-hero__side-label {
  position: absolute;
  right: 11.96px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 16px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-hero__side-label span {
  display: block;
  transform: rotate(90deg);
  transform-origin: center;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 10px;
  line-height: 15px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #cecbcb;
}

.home-hero__image {
  position: absolute;
  inset: 0;
}
.home-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-hero__image--mobile {
  display: none;
}

@media (max-width: 1600px) {
  .home-hero {
    min-height: 100vh;
  }
  .home-hero__container {
    width: calc(100% - 80px);
  }
  .home-hero__side-label {
    right: 4px;
  }
}
@media (max-width: 1024px) {
  .home-hero {
    min-height: auto;
    padding: 180px 0 88px;
  }
  .home-hero__container {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding: 0;
  }
  .home-hero__content {
    gap: 20px;
  }
  .home-hero__title {
    height: auto;
  }
  .home-hero__title-primary,
  .home-hero__title-secondary {
    position: static;
    width: auto;
    height: auto;
    font-size: 72px;
    line-height: 0.95;
  }
  .home-hero__title-secondary {
    margin-top: 6px;
  }
  .home-hero__text p {
    font-size: 20px;
    line-height: 30px;
  }
  .home-hero__caption {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .home-hero__caption-line {
    width: 72px;
  }
  .home-hero__side-label {
    display: none;
  }
  .home-hero__image--desktop {
    display: none;
  }
  .home-hero__image--mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .home-hero__container {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }
  .home-hero__kicker {
    font-size: 12px;
    letter-spacing: 4px;
  }
  .home-hero__title-primary,
  .home-hero__title-secondary {
    font-size: 52px;
  }
  .home-hero__button {
    min-width: 0;
    padding-right: 24px;
    padding-left: 24px;
  }
  .home-hero__text p {
    font-size: 18px;
    line-height: 28px;
  }
  .home-hero__caption {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .home-hero__actions {
    flex-wrap: wrap;
    row-gap: 20px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .home-hero__caption-line {
    width: 20px;
  }
}
.home-about {
  padding: 127px 32px 147px;
  background: #fff;
}

.home-about__container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 1464px;
  max-width: 100%;
  margin: 0 auto;
}

.home-about__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 601.66px;
  min-height: 602px;
}

.home-about__media-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 410px;
  max-width: 100%;
}

.home-about__photo-frame {
  position: relative;
  width: 410px;
  height: 602.188px;
}

.home-about__photo-border {
  position: absolute;
  top: 25.625px;
  left: 25.625px;
  display: block;
  width: 384.375px;
  height: 576.563px;
  border: 1px solid #b01e31;
}

.home-about__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 384.375px;
  height: 576.563px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.home-about__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.home-about__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 850.34px;
  min-height: 602px;
  padding-left: 64px;
}

.home-about__header {
  width: 100%;
  padding-bottom: 48px;
}

.home-about__title {
  font-family: "Playfair Display", serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
  color: #1a1a1a;
}

.home-about__body {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.home-about__text {
  width: 100%;
}
.home-about__text p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  text-align: justify;
  color: #52525b;
}

.home-about__stats {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding-top: 32px;
}

.home-about__stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11.5px;
  align-self: stretch;
}

.home-about__stat-value {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 36px;
  color: #b01e31;
  white-space: nowrap;
}

.home-about__stat-label {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #52525b;
  white-space: nowrap;
}

.home-about__stats-divider {
  display: block;
  flex-shrink: 0;
  width: 1px;
  height: 48px;
  margin-top: 32px;
  background: #e4e4e7;
}

@media (max-width: 1280px) {
  .home-about__container {
    flex-direction: column;
    row-gap: 48px;
  }
  .home-about__media,
  .home-about__content {
    width: 100%;
    min-height: auto;
  }
  .home-about__content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .home-about {
    padding: 80px 20px 96px;
  }
  .home-about__photo-frame {
    width: 100%;
    max-width: 410px;
    height: auto;
    aspect-ratio: 410/602.188;
  }
  .home-about__photo-border,
  .home-about__photo {
    width: calc(100% - 25.625px);
    height: calc(100% - 25.625px);
  }
  .home-about__title {
    font-size: 54px;
    line-height: 54px;
  }
  .home-about__text p {
    font-size: 17px;
    line-height: 30px;
  }
  .home-about__stats {
    flex-wrap: wrap;
    row-gap: 24px;
  }
  .home-about__stats-divider {
    display: none;
  }
}
.home-services {
  padding: 128px 96px;
  background: #e8e8ed;
}

.home-services__container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 1536px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

.home-services__header {
  width: 100%;
  min-height: 0;
}

.home-services__titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home-services__kicker {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #b01e31;
}

.home-services__title {
  margin-top: 32px;
  font-family: "Playfair Display", serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
  color: #1a1a1a;
}

.home-services__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  width: 100%;
}

.home-services__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 298px;
  padding: 48px;
  border: 1px solid #d4d4dc;
  background: #f7f7fa;
  transition: background-color 0.3s ease;
}
.home-services__card:hover {
  background: #fff;
}

.home-services__card-title {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
  color: #1a1a1a;
}

.home-services__card-text {
  min-height: 160px;
}
.home-services__card-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #3f3f46;
}

@media (max-width: 1280px) {
  .home-services {
    padding: 96px 32px;
  }
  .home-services__container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .home-services {
    padding: 80px 20px;
  }
  .home-services__container {
    gap: 48px;
  }
  .home-services__header {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    min-height: 0;
  }
  .home-services__title {
    margin-top: 16px;
    font-size: 54px;
    line-height: 54px;
  }
  .home-services__card {
    min-height: 0;
    padding: 32px 24px;
  }
  .home-services__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.home-segments {
  padding: 128px 96px;
  background: #fff;
}

.home-segments__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1536px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

.home-segments__header {
  padding-bottom: 80px;
  width: 100%;
  display: block;
}

.home-segments__title {
  font-family: "Playfair Display", serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
  text-align: center;
  color: #1a1a1a;
}

.home-news__nav {
  display: flex;
  gap: 12px;
}

.home-news__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #71717a;
  border-radius: 999px;
  background: transparent;
  color: #71717a;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.home-news__arrow > span {
  height: 24px;
}
.home-news__arrow svg path {
  stroke: currentColor !important;
}
.home-news__arrow:hover {
  background: #b01e31;
  color: #fff;
  border-color: #b01e31;
  transform: translateY(-2px);
}

.home-segments__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  width: 100%;
}

.home-segments__item {
  min-width: 0;
  min-height: 166px;
  height: 100%;
  padding-left: 32px;
  border-left: 1px solid #71717a;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.home-segments__item:hover {
  border-left-color: #b01e31;
  transform: translateY(-4px);
}
.home-segments__item:hover .home-segments__eyebrow {
  color: #b01e31;
}
.home-segments__item:hover .home-segments__item-title {
  color: #b01e31;
}

.home-segments__eyebrow {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #a1a1aa;
  transition: color 0.3s ease;
}

.home-segments__item-title {
  margin-top: 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.6px;
  color: #27272a;
  transition: color 0.3s ease;
}

.home-segments__text {
  margin-top: 16px;
}
.home-segments__text p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  color: #71717a;
}

@media (max-width: 1280px) {
  .home-segments {
    padding: 96px 32px;
  }
  .home-segments__container {
    padding: 0;
  }
  .home-segments__item {
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .home-segments {
    padding: 80px 20px;
  }
  .home-segments__header {
    padding-bottom: 48px;
  }
  .home-segments__title {
    font-size: 54px;
    line-height: 54px;
  }
  .home-segments__item {
    padding-left: 20px;
  }
  .home-segments__item-title {
    font-size: 22px;
    line-height: 30px;
  }
  .home-segments__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 1280px) and (min-width: 769px) {
  .home-segments__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.home-clients {
  padding: 128px 96px;
  background: #fff;
}

.home-clients__container {
  width: 1536px;
  max-width: 100%;
  min-height: 247px;
  margin: 0 auto;
  position: relative;
}

.home-clients__header {
  display: flex;
  justify-content: center;
  padding: 0 32px;
}

.home-clients__title {
  font-family: "Playfair Display", serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
  text-align: center;
  color: #1a1a1a;
}

.home-clients__marquee {
  position: relative;
  overflow: hidden;
  padding-top: 152px;
  margin: 0 32px;
}

.home-clients__logos {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  gap: 72px;
  animation: home-clients-marquee 28s linear infinite;
}
.home-clients__logos:hover {
  animation-play-state: paused;
}

.home-clients__marquee:hover .home-clients__logos {
  animation-play-state: paused;
}

.home-clients__logos-track {
  display: flex;
  align-items: center;
  gap: 72px;
}

.home-clients__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  min-width: 140px;
  height: 100.264px;
}

.home-clients__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: transform 0.3s ease, opacity 0.3s ease, filter 0.3s ease;
}
.home-clients__logo-link img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
}
.home-clients__logo-link:hover {
  transform: translateY(-4px);
}
.home-clients__logo-link:hover img {
  transform: scale(1.04);
  filter: saturate(1.1);
}

@keyframes home-clients-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 24px));
  }
}
@media (max-width: 1280px) {
  .home-clients {
    padding: 96px 32px;
  }
  .home-clients__container {
    height: auto;
  }
  .home-clients__marquee {
    padding-top: 96px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .home-clients {
    padding: 80px 20px;
  }
  .home-clients__title {
    font-size: 54px;
    line-height: 54px;
  }
  .home-clients__marquee {
    padding-top: 56px;
  }
  .home-clients__logos,
  .home-clients__logos-track {
    gap: 24px;
  }
  .home-clients__logo {
    width: 96px;
    min-width: 96px;
  }
}
.home-cases {
  padding: 128px 96px;
  background: #e8e8ed;
}

.home-cases__container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 1536px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

.home-cases__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.home-cases__title {
  font-family: "Playfair Display", serif;
  font-size: 96px;
  line-height: 96px;
  font-weight: 400;
  color: #1a1a1a;
}

.home-cases__nav {
  display: flex;
  gap: 16px;
}

.home-cases__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #d4d4d8;
  border-radius: 999px;
  background: transparent;
  color: #71717a;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.home-cases__arrow > span {
  height: 24px;
}
.home-cases__arrow svg path {
  stroke: currentColor !important;
}
.home-cases__arrow:hover {
  background: #fff;
  border-color: #fff;
  color: #09090b;
  transform: translateY(-2px);
}

.home-cases__slider {
  width: 100%;
}

.home-cases__slider:hover .home-cases__image {
  filter: grayscale(1);
}

.home-cases__slider .swiper-wrapper {
  align-items: stretch;
}

.home-cases__slider .swiper-slide {
  height: auto;
}

.home-cases__image-link {
  display: block;
  overflow: hidden;
  width: 100%;
}

.home-cases__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 32px;
  background: #fff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.home-cases__card:hover {
  transform: translateY(-6px);
}
.home-cases__card:hover .home-cases__image {
  filter: grayscale(0);
}

.home-cases__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: filter 0.45s ease;
}

.home-cases__card-title {
  margin-top: 24px;
}
.home-cases__card-title a {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #1a1a1a;
  transition: color 0.3s ease;
}

.home-cases__excerpt {
  margin-top: 12px;
}
.home-cases__excerpt p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #71717a;
}

.home-cases__cta {
  margin-top: auto;
  padding-top: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #b01e31;
  transition: color 0.3s ease;
}

.home-cases__card:hover .home-cases__card-title a,
.home-cases__card:hover .home-cases__cta {
  color: #8f1626;
}

.home-cases__pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 34px;
}
.home-cases__pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 !important;
  background: #a1a1aa;
  opacity: 1;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.home-cases__pagination .swiper-pagination-bullet:hover {
  transform: scale(1.25);
  background: #b01e31;
}
.home-cases__pagination .swiper-pagination-bullet-active {
  background: #1a1a1a;
}

.home-news {
  padding: 128px 96px;
  background: #fafafa;
}

.home-news__container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 1536px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

.home-news__slider:hover .home-news__image {
  filter: grayscale(1);
}

.home-news__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px 24px;
  width: 100%;
}

.home-news__title-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 auto;
  min-width: 0;
}

.home-news__title {
  font-family: "Playfair Display", serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
  color: #1a1a1a;
}

.home-news__cta {
  padding-bottom: 9px;
  margin-left: auto;
  border-bottom: 1px solid #b01e31;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.4px;
  text-transform: none;
  color: #1a1a1a;
  transition: color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.home-news__cta:hover {
  color: #b01e31;
  background: transparent;
  transform: translateY(-2px);
}

.home-news__slider {
  width: 100%;
}

.home-news__slider .swiper-wrapper {
  align-items: stretch;
}

.home-news__slider .swiper-slide {
  height: auto;
}

.home-news__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.home-news__card:hover {
  transform: translateY(-6px);
}
.home-news__card:hover .home-news__image {
  filter: grayscale(0);
}
.home-news__card:hover .home-news__card-title a {
  color: #b01e31;
}
.home-news__card:hover .home-news__read-more {
  border-color: #b01e31;
  color: #b01e31;
}

.home-news__image-link {
  display: block;
  width: 100%;
  overflow: hidden;
}

.home-news__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: filter 0.45s ease;
}

.home-news__category {
  margin-top: 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.3px;
  text-transform: none;
  color: #b01e31;
}

.home-news__card-title {
  margin-top: 16px;
  width: 100%;
}
.home-news__card-title a {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #1a1a1a;
  transition: color 0.3s ease;
}

.home-news__excerpt {
  margin-top: 16px;
  width: 100%;
}
.home-news__excerpt p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #71717a;
}

.home-news__read-more {
  margin-top: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #e4e4e7;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: none;
  color: #1a1a1a;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.home-news__read-more:hover {
  color: #b01e31;
  background: transparent;
}

.home-news__pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 34px;
}
.home-news__pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 !important;
  background: #a1a1aa;
  opacity: 1;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.home-news__pagination .swiper-pagination-bullet:hover {
  transform: scale(1.25);
  background: #b01e31;
}
.home-news__pagination .swiper-pagination-bullet-active {
  background: #1a1a1a;
}

@media (max-width: 1280px) {
  .home-cases {
    padding: 96px 32px;
  }
  .home-cases__container {
    padding: 0;
  }
  .home-cases__title {
    font-size: 72px;
    line-height: 72px;
  }
  .home-news {
    padding: 96px 32px;
  }
  .home-news__container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .home-cases {
    padding: 80px 20px;
  }
  .home-cases__container {
    gap: 48px;
  }
  .home-cases__header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .home-cases__title {
    font-size: 54px;
    line-height: 54px;
  }
  .home-cases__nav {
    margin-left: auto;
  }
  .home-cases__card {
    padding: 22px;
  }
  .home-news {
    padding: 80px 20px;
  }
  .home-news__container {
    gap: 48px;
  }
  .home-news__header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .home-news__title-wrap {
    flex-direction: row;
    align-items: flex-end;
    gap: 8px;
    flex: 1 1 auto;
  }
  .home-news__nav {
    margin-left: auto;
    justify-content: flex-end;
  }
  .home-news__cta {
    margin-left: 0;
  }
  .home-news__title {
    font-size: 54px;
    line-height: 54px;
  }
}
/* Blog
========================================================================== */
.blog-page {
  background: #fafafa;
  overflow-x: clip;
}

.blog-hero {
  padding: 72px 96px 72px;
  background: #e8e8ed;
}
@media screen and (max-width: 1280px) {
  .blog-hero {
    padding: 64px 48px 64px;
  }
}
@media screen and (max-width: 768px) {
  .blog-hero {
    padding: 48px 20px 48px;
  }
}

.blog-hero__container,
.blog-filters__container,
.blog-listing__container,
.blog-related__container {
  width: 1536px;
  max-width: 100%;
  margin: 0 auto;
  padding: 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .blog-hero__container,
  .blog-filters__container,
  .blog-listing__container,
  .blog-related__container {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .blog-hero__container,
  .blog-filters__container,
  .blog-listing__container,
  .blog-related__container {
    width: 100%;
    max-width: 100%;
  }
}

.blog-hero__kicker,
.blog-related__kicker {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b01e31;
}

.blog-hero__title {
  margin-top: 24px;
  font-family: "Playfair Display", serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 0.96;
  color: #1a1a1a;
}
@media screen and (max-width: 1024px) {
  .blog-hero__title {
    font-size: 54px;
  }
}
@media screen and (max-width: 768px) {
  .blog-hero__title {
    font-size: 48px;
  }
}

.blog-hero__text {
  max-width: 760px;
  margin-top: 24px;
}
.blog-hero__text p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  color: #a1a1aa;
}

.blog-toolbar {
  padding: 32px 96px 0;
  background: #fafafa;
}
@media screen and (max-width: 1280px) {
  .blog-toolbar {
    padding: 32px 48px 0;
  }
}
@media screen and (max-width: 768px) {
  .blog-toolbar {
    padding: 24px 20px 0;
  }
}

.blog-toolbar__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px 32px;
  width: 1536px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (max-width: 1280px) {
  .blog-toolbar__container {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .blog-toolbar__container {
    flex-direction: column;
    align-items: stretch;
  }
}

.blog-filters {
  flex: 1 1 auto;
  min-width: 0;
}

.blog-filters__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.blog-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 12px 20px;
  border: 1px solid #e4e4e7;
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3f3f46;
}
.blog-filter.is-active, .blog-filter:hover {
  border-color: #b01e31;
  background: #b01e31;
  color: #ffffff;
}

.blog-listing {
  padding: 40px 96px 128px;
  background: #fafafa;
}
@media screen and (max-width: 1280px) {
  .blog-listing {
    padding: 32px 48px 96px;
  }
}
@media screen and (max-width: 768px) {
  .blog-listing {
    padding: 24px 20px 80px;
  }
}

.blog-search {
  flex: 0 0 420px;
  max-width: 420px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .blog-search {
    flex-basis: auto;
    max-width: 100%;
    width: 100%;
  }
}

.blog-search__container {
  width: 100%;
}

.blog-search__form {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .blog-search__form {
    flex-direction: column;
    gap: 12px;
  }
}

.blog-search__field {
  flex: 1 1 auto;
}

.blog-search__field input {
  width: 100%;
  height: 64px;
  padding: 0 24px;
  border: 1px solid #e4e4e7;
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #27272a;
}
.blog-search__field input::-moz-placeholder {
  color: #71717a;
}
.blog-search__field input::placeholder {
  color: #71717a;
}
.blog-search__field input:focus {
  border-color: #b01e31;
}

.blog-search__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 64px;
  padding: 0 32px;
  border: 1px solid #b01e31;
  background: #b01e31;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}
.blog-search__button:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #b01e31;
}
@media screen and (max-width: 768px) {
  .blog-search__button {
    width: 100%;
    min-width: 0;
    padding: 0 20px;
  }
}

.blog-listing__grid,
.blog-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
}
@media screen and (max-width: 1280px) {
  .blog-listing__grid,
  .blog-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .blog-listing__grid,
  .blog-related__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.blog-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.blog-card__image-link {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #18181b;
}

.blog-card__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: filter 0.45s ease;
}

.blog-card__image--placeholder {
  background: linear-gradient(135deg, #18181b 0%, #27272a 100%);
}

.blog-card__category {
  margin-top: 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: none;
  color: #b01e31;
}

.blog-card__title {
  margin-top: 16px;
  width: 100%;
}
.blog-card__title a {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #1a1a1a;
  transition: color 0.3s ease;
}

.blog-card__excerpt {
  margin-top: 16px;
  width: 100%;
}
.blog-card__excerpt p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #71717a;
}

.blog-card__read-more {
  margin-top: 24px;
  padding-bottom: 3px;
  border-bottom: 1px solid #e4e4e7;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: none;
  color: #1a1a1a;
}
.blog-card__read-more:hover {
  border-color: #b01e31;
  color: #b01e31;
}

.blog-pagination {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.blog-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0;
  margin: 0 auto;
  border: 0;
  background: transparent;
}
.blog-pagination li {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none;
}
.blog-pagination a.page-numbers,
.blog-pagination span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 16px;
  border: 1px solid #e4e4e7;
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #27272a;
  text-decoration: none;
}
.blog-pagination a.page-numbers.current, .blog-pagination a.page-numbers:hover,
.blog-pagination span.page-numbers.current,
.blog-pagination span.page-numbers:hover {
  border-color: #b01e31;
  background: #b01e31;
  color: #ffffff;
}

.blog-empty {
  padding: 64px 0;
}
.blog-empty p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #71717a;
}

.blog-related {
  padding: 0 96px 128px;
  background: #fafafa;
}
@media screen and (max-width: 1280px) {
  .blog-related {
    padding: 0 48px 96px;
  }
}
@media screen and (max-width: 768px) {
  .blog-related {
    padding: 0 20px 80px;
  }
}

.blog-related__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 56px;
}

.blog-related__title {
  font-family: "Playfair Display", serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .blog-related__title {
    font-size: 48px;
    line-height: 48px;
  }
}

/* Blog Single
========================================================================== */
.blog-single-page {
  background: #ffffff;
}

.blog-single__hero {
  padding: 64px 96px 64px;
  background: #e8e8ed;
}
@media screen and (max-width: 1280px) {
  .blog-single__hero {
    padding: 56px 48px 56px;
  }
}
@media screen and (max-width: 768px) {
  .blog-single__hero {
    padding: 40px 20px 40px;
  }
}

.blog-single__hero-container,
.blog-single__container {
  width: 1152px;
  max-width: 100%;
  margin: 0 auto;
}

.blog-single__breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.blog-single__breadcrumb a,
.blog-single__breadcrumb span {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #71717a;
}
.blog-single__breadcrumb a:hover {
  color: #b01e31;
}
.blog-single__breadcrumb a:last-of-type {
  color: #b01e31;
}

.blog-single__category {
  display: inline-block;
  margin-top: 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: none;
  color: #b01e31;
}

.blog-single__title {
  margin-top: 24px;
  font-family: "Playfair Display", serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.05;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .blog-single__title {
    font-size: 42px;
    line-height: 1.05;
  }
}

.blog-single__meta {
  margin-top: 24px;
}
.blog-single__meta time {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #71717a;
}

.blog-single__container {
  padding: 72px 32px 128px;
}
@media screen and (max-width: 1280px) {
  .blog-single__container {
    padding: 56px 0 96px;
  }
}
@media screen and (max-width: 768px) {
  .blog-single__container {
    padding: 40px 0 80px;
  }
}

.blog-single__image-wrap {
  margin-bottom: 56px;
}

.blog-single__image {
  display: block;
  width: 70%;
  margin: 0 auto;
  max-height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-single__content {
  font-family: "Montserrat", sans-serif;
  color: #3f3f46;
}
.blog-single__content > * + * {
  margin-top: 24px;
}
.blog-single__content h2,
.blog-single__content h3,
.blog-single__content h4 {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.05;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .blog-single__content h2,
  .blog-single__content h3,
  .blog-single__content h4 {
    font-size: 30px;
  }
}
.blog-single__content p,
.blog-single__content li,
.blog-single__content blockquote {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  color: #52525b;
}
.blog-single__content a {
  color: #b01e31;
}
.blog-single__content a:hover {
  color: #1a1a1a;
}
.blog-single__content ul,
.blog-single__content ol {
  padding-left: 20px;
}
.blog-single__content blockquote {
  padding-left: 24px;
  border-left: 2px solid #b01e31;
  font-style: italic;
  color: #27272a;
}
.blog-single__content img {
  display: block;
  width: 100%;
  height: auto;
}
