/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/style.scss ***!
  \*********************************************************************************************************/
/* poppins-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(b8edd6df07526ac48d5d.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(532a013c21fd781206ae.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(757f98d15abea76c4187.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.page-comming-soon {
  background: #c8c8c8;
  color: #000000;
  height: 45vh;
}
.page-comming-soon .container {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 2000px) {
  .page-comming-soon .container {
    width: 1200px;
  }
}
@media (max-width: 1280px) {
  .page-comming-soon .container {
    width: 95%;
    max-width: 1024px;
  }
}
.page-comming-soon .container h1 {
  font-size: 3.5rem;
}
.page-comming-soon .container p {
  font-size: 1rem;
  line-height: 1.25rem;
}
.page-comming-soon .container .newsletter {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.page-comming-soon .container .newsletter .single-input {
  position: relative;
}
.page-comming-soon .container .newsletter .single-input input {
  width: 100%;
  border-radius: 15px;
  padding: 10px 10px 10px 42px;
}
.page-comming-soon .container .newsletter .single-input svg {
  position: absolute;
  left: 15px;
  top: 10px;
}
.page-comming-soon .container .newsletter button {
  appearance: unset;
  font-family: inherit;
  font-weight: 500;
  line-height: 16px;
}

body,
body * {
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.modal-is-open,
body *.modal-is-open {
  overflow: hidden;
}

body {
  background-color: #F8F8F8;
}

html {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  transition: 0.2s all ease-in;
}
@media (max-width: 1440px) {
  html {
    font-size: 14px;
  }
}
html.modal-is-open {
  overflow: hidden;
}

input,
button,
select {
  font-family: inherit;
  outline: none;
  border: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #000;
}

input.error {
  box-shadow: 0px 0px 2px 2px rgba(171, 14, 14, 0.68);
  background-color: rgba(255, 148, 148, 0.6);
  color: #000000 !important;
}
input.error::placeholder {
  color: #000000 !important;
}
input.error ~ svg path {
  fill: #000000 !important;
}

.error-msg {
  color: red;
  font-size: 15px;
  font-weight: 500;
  line-height: 0;
}
.error-msg.green {
  line-height: 100%;
  color: green;
}

.mt0 {
  margin-top: 0 !important;
}

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

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

.mt5 {
  margin-top: 5rem !important;
}

.mt7 {
  margin-top: 7rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

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

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

.mb5 {
  margin-bottom: 5rem !important;
}

.mb7 {
  margin-bottom: 7rem !important;
}

.pt2 {
  padding-top: 2rem !important;
}

.pt4 {
  padding-top: 4rem !important;
}

.pt5 {
  padding-top: 5rem !important;
}

.pt7 {
  padding-top: 7rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.pb4 {
  padding-bottom: 4rem !important;
}

.pb5 {
  padding-bottom: 5rem !important;
}

.pb7 {
  padding-bottom: 7rem !important;
}

.splide__arrows button {
  background-color: transparent;
}
.splide__arrows button svg path {
  transition: 0.2s all ease;
}
.splide__arrows button:hover svg path {
  stroke: #000000;
}

.topbar {
  background-color: #000000;
  padding: 0.4rem;
  transition: 0.2s all ease-in;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.topbar.hide {
  opacity: 0;
  transform: translateY(-100%);
}
.topbar__container {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
@media (min-width: 2000px) {
  .topbar__container {
    width: 1200px;
  }
}
@media (max-width: 1280px) {
  .topbar__container {
    width: 95%;
    max-width: 1024px;
  }
}
.topbar__text {
  color: #FFFFFF;
  text-align: center;
  font-size: 1rem;
}
.topbar__close-btn {
  height: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-50%, 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

header {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease-in;
}
header .main-header {
  padding: 1rem 0.5rem;
}
header .main-header .container {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-self: center;
  justify-content: space-between;
}
@media (min-width: 2000px) {
  header .main-header .container {
    width: 1200px;
  }
}
@media (max-width: 1280px) {
  header .main-header .container {
    width: 95%;
    max-width: 1024px;
  }
}
@media (max-width: 900px) {
  header .main-header .container {
    grid-template-columns: max-content max-content;
  }
}
header .main-header .container .custom-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .main-header .container .logo-area {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .main-header .container .main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 900px) {
  header .main-header .container .main-nav {
    display: none;
  }
}
header .main-header .container .main-nav .main-menu {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
header .main-header .container .main-nav .main-menu li:not(.button) {
  position: relative;
}
header .main-header .container .main-nav .main-menu li:not(.button):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000000;
  transition: 0.2s all ease-in;
}
header .main-header .container .main-nav .main-menu li:not(.button) a {
  color: #000000;
  font-weight: 500;
}
header .main-header .container .main-nav .main-menu li:not(.button):hover:after {
  width: 100%;
}
header .main-header .container .burger-icon {
  display: none;
  height: 100%;
  aspect-ratio: 1/1;
}
@media (max-width: 900px) {
  header .main-header .container .burger-icon {
    display: flex;
  }
}
header .main-header .container .burger-icon .cross {
  display: none;
}
header .main-header .container .burger-icon.opened {
  position: relative;
  z-index: 99999999999;
}
header .main-header .container .burger-icon.opened .burger {
  display: none;
}
header .main-header .container .burger-icon.opened .cross {
  display: block;
}

.mobile-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s all ease;
  overflow-y: hidden;
  background-color: transparent;
}
.mobile-menu-container:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.31);
  opacity: 0;
  transition-delay: 0.2s opacity ease;
}
.mobile-menu-container.show {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  transition: 0.2s all ease;
}
.mobile-menu-container.show:before {
  opacity: 1;
}
.mobile-menu-container.show .mobile-menu-wrapper {
  transform: translateX(0%);
}
.mobile-menu-container .mobile-menu-wrapper {
  background-color: #FFF;
  height: 100%;
  margin-left: auto;
  transition: 0.2s all ease;
  transform: translateX(100%);
  margin-right: 0;
  right: 0;
  width: 60%;
  height: 100%;
}
.mobile-menu-container .mobile-menu-wrapper .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.mobile-menu-container .mobile-menu-wrapper .container .header-button {
  padding: 1rem 1rem;
}
.mobile-menu-container .mobile-menu-wrapper .container .header-button a {
  width: 100%;
  text-align: center;
}
.mobile-menu-container .mobile-menu-wrapper .container nav {
  padding: 0 1rem;
  width: 100%;
}
.mobile-menu-container .mobile-menu-wrapper .container nav li {
  text-align: center;
  padding: 1rem 0;
}
.mobile-menu-container .mobile-menu-wrapper .container nav li:last-of-type {
  border-bottom: none;
}
.mobile-menu-container .mobile-menu-wrapper .container nav li:last-of-type {
  border-bottom: none;
}
.mobile-menu-container .mobile-menu-wrapper .container nav li a {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.mobile-menu-container .mobile-menu-wrapper .container nav li.button {
  text-align: center;
}
.mobile-menu-container .mobile-menu-wrapper .container nav li.button a {
  color: #FFFFFF;
}

footer {
  background-color: #F2F0F1;
  padding: 120px 0 80px;
}
@media (max-width: 900px) {
  footer {
    padding: 80px 0 50px;
  }
}
footer .container {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
@media (min-width: 2000px) {
  footer .container {
    width: 1200px;
  }
}
@media (max-width: 1280px) {
  footer .container {
    width: 95%;
    max-width: 1024px;
  }
}
footer .container .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.062745098);
}
@media (max-width: 900px) {
  footer .container .wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
footer .container .wrapper .logo-area {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
  display: inline-flex;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  footer .container .wrapper .logo-area {
    margin-bottom: 10px;
  }
}
footer .container .wrapper .footer-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.3764705882);
  margin-bottom: 35px;
  width: 80%;
}
@media (max-width: 900px) {
  footer .container .wrapper .footer-text {
    margin-top: 10px;
  }
}
footer .container .wrapper .socials {
  margin-top: 35px;
  gap: 12px;
  display: grid;
  grid-template-columns: repeat(2, max-content);
}
footer .container .wrapper .socials .single-social-icon {
  width: 2rem;
  aspect-ratio: 1/1;
  border: 1px solid #000000;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease;
}
footer .container .wrapper .socials .single-social-icon svg {
  transition: 0.2s all ease;
  width: 2rem;
  aspect-ratio: 1/1;
}
footer .container .wrapper .socials .single-social-icon:hover {
  background-color: #000000;
}
footer .container .wrapper .socials .single-social-icon:hover svg path {
  fill: #FFFFFF;
}
footer .container .wrapper .title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 25px;
}
footer .container .wrapper .footer-menu {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
footer .container .wrapper .footer-menu li:not(.button) {
  position: relative;
}
footer .container .wrapper .footer-menu li:not(.button) a {
  width: fit-content;
  font-size: 16px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.3764705882);
  font-weight: 400;
}
footer .container .wrapper .footer-menu li:not(.button) a:hover {
  text-decoration: underline;
}
footer .container .wrapper .newsletter {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .container .wrapper .newsletter .single-input {
  position: relative;
}
footer .container .wrapper .newsletter .single-input input {
  width: 100%;
  border-radius: 15px;
  padding: 10px 10px 10px 42px;
}
footer .container .wrapper .newsletter .single-input svg {
  position: absolute;
  left: 15px;
  top: 10px;
}
footer .container .wrapper .newsletter button {
  appearance: unset;
  font-family: inherit;
  font-weight: 500;
  line-height: 16px;
}
footer .container .footer-bottom {
  padding: 25px 0;
}
footer .container .footer-bottom .copyright-text {
  font-size: 14px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.3764705882);
}

.post-container {
  margin: 3rem 0 3rem;
}
.post-container .container {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
@media (min-width: 2000px) {
  .post-container .container {
    width: 1200px;
  }
}
@media (max-width: 1280px) {
  .post-container .container {
    width: 95%;
    max-width: 1024px;
  }
}
.post-container .container .wrapper {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 5rem;
}
@media (max-width: 1024px) {
  .post-container .container .wrapper {
    grid-template-columns: 1fr;
  }
}
.post-container .container .wrapper > .contacts-block {
  grid-column: 2;
}
.post-container .container .wrapper > .contacts-block .container {
  width: 100%;
  margin: 0;
  max-width: none;
}
.post-container .container .featured-image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 1rem;
}
@media (max-width: 1024px) {
  .post-container .container .featured-image {
    display: none;
  }
}
.post-container .container .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transition: 0.2s all ease;
}
.post-container .container .wp-block-separator {
  margin: 1.5rem 0;
}
.post-container .container .related-posts {
  margin-top: 2.5rem;
}
.post-container .container .related-posts h3 {
  color: #000000;
  margin-bottom: 1.5rem;
}
.post-container .container .post-title {
  margin-bottom: 2rem;
  color: #000000;
}
.post-container .container .wp-block-heading {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: #000000;
  font-size: 1.5rem;
}
.post-container .container p {
  margin-bottom: 0.5rem;
  color: #000000;
}
.post-container .container ul, .post-container .container ol {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-left: 1rem;
}
.post-container .container li {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #000000;
}

h1.component-title {
  font-size: 64px;
  line-height: 66px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 700px) {
  h1.component-title {
    font-size: 46px;
    line-height: 50px;
  }
}

h2.component-title {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #000;
  margin-bottom: 1.5rem;
}

h3.component-title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #000;
  margin-bottom: 1.5rem;
}

h4.component-title {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #000;
  margin-bottom: 1.5rem;
}

h5.component-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000;
  margin-bottom: 1.5rem;
}

h6.component-title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  margin-bottom: 1.5rem;
}

p.component-title, div.component-title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  margin-bottom: 1.5rem;
}

.buttons {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.button {
  cursor: pointer;
  transition: 0.2s all ease-in;
}
.button--primary {
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 1.5rem;
  padding: 0.8rem 1.6rem;
}
.button--primary a {
  color: #FFFFFF;
}
.button--secondary {
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 1.5rem;
  padding: 0.8rem 1.6rem;
}
.button--secondary a {
  color: #FFFFFF;
}
.button--fw {
  width: 100%;
}
.button--link {
  color: #000000;
}
.button--link:hover {
  text-decoration: underline;
}

.home-hero {
  position: relative;
  background-color: #F2F0F1;
  padding: 100px 0;
}
.home-hero__container {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
@media (min-width: 2000px) {
  .home-hero__container {
    width: 1200px;
  }
}
@media (max-width: 1280px) {
  .home-hero__container {
    width: 95%;
    max-width: 1024px;
  }
}
.home-hero__container .image-area {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 1290px) {
  .home-hero__container .image-area {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .home-hero__container .image-area {
    position: unset;
    right: unset;
    bottom: unset;
    width: 100%;
    height: auto;
  }
}
.home-hero__container .image-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.home-hero__wrapper {
  display: flex;
  align-items: center;
}
.home-hero__wrapper .wrapper__left {
  width: 50%;
}
@media (max-width: 1290px) {
  .home-hero__wrapper .wrapper__left {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .home-hero__wrapper .wrapper__left {
    width: 100%;
  }
}
.home-hero__wrapper .wrapper__left .subtitle {
  margin: 1.6rem 0;
}
.home-hero__wrapper .wrapper__left .hero-usps {
  margin: 2.5rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .home-hero__wrapper .wrapper__left .hero-usps {
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
}
.home-hero__wrapper .wrapper__left .hero-usps .single-usp {
  padding: 0 1.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.062745098);
}
@media (max-width: 700px) {
  .home-hero__wrapper .wrapper__left .hero-usps .single-usp {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.062745098);
  }
}
.home-hero__wrapper .wrapper__left .hero-usps .single-usp:first-of-type {
  padding-left: 0;
}
.home-hero__wrapper .wrapper__left .hero-usps .single-usp:last-of-type {
  padding-right: 0;
  border-right: none;
}
@media (max-width: 700px) {
  .home-hero__wrapper .wrapper__left .hero-usps .single-usp:last-of-type {
    border-bottom: none;
  }
}
.home-hero__wrapper .wrapper__left .hero-usps .single-usp .number {
  font-weight: 700;
  font-size: 40px;
}
.home-hero__wrapper .wrapper__left .hero-usps .single-usp .usp-text {
  color: rgba(0, 0, 0, 0.3764705882);
  font-size: 16px;
}

.logo-slider {
  padding: 20px 0;
  user-select: none;
}
.logo-slider .splide li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-slider .splide li img {
  object-fit: contain;
  max-width: 150px;
}

.title-content-button {
  margin: 70px 0;
}
.title-content-button .container {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
@media (min-width: 2000px) {
  .title-content-button .container {
    width: 1200px;
  }
}
@media (max-width: 1280px) {
  .title-content-button .container {
    width: 95%;
    max-width: 1024px;
  }
}
.title-content-button .container .component-title {
  text-align: center;
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
}
.title-content-button .container .block-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 32px;
}
.title-content-button .container .buttons {
  align-items: center;
  justify-content: center;
}

.newsletter-block {
  margin: 70px 0;
}
.newsletter-block .container {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
@media (min-width: 2000px) {
  .newsletter-block .container {
    width: 1200px;
  }
}
@media (max-width: 1280px) {
  .newsletter-block .container {
    width: 95%;
    max-width: 1024px;
  }
}
.newsletter-block .container .wrapper {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  padding: 40px 60px;
  border-radius: 20px;
  align-items: center;
  justify-items: self-end;
}
@media (max-width: 820px) {
  .newsletter-block .container .wrapper {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    justify-items: center;
    padding: 40px;
  }
}
.newsletter-block .container .wrapper .left .component-title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .newsletter-block .container .wrapper .left .component-title {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .newsletter-block .container .wrapper .left .component-title {
    font-size: 30px;
    line-height: 35px;
  }
}
.newsletter-block .container .wrapper .right {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 50%;
}
@media (max-width: 1024px) {
  .newsletter-block .container .wrapper .right {
    width: 75%;
  }
}
@media (max-width: 820px) {
  .newsletter-block .container .wrapper .right {
    width: 100%;
  }
}
.newsletter-block .container .wrapper .right .single-input {
  position: relative;
}
.newsletter-block .container .wrapper .right .single-input input {
  width: 100%;
  border-radius: 15px;
  padding: 10px 10px 10px 42px;
}
.newsletter-block .container .wrapper .right .single-input svg {
  position: absolute;
  left: 15px;
  top: 10px;
}
.newsletter-block .container .wrapper .right button {
  appearance: unset;
  font-family: inherit;
}

.new-posts {
  margin: 70px 0;
}
.new-posts .container {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
@media (min-width: 2000px) {
  .new-posts .container {
    width: 1200px;
  }
}
@media (max-width: 1280px) {
  .new-posts .container {
    width: 95%;
    max-width: 1024px;
  }
}
.new-posts .container .component-title {
  text-align: center;
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
}
.new-posts .container .posts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 880px) {
  .new-posts .container .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 420px) {
  .new-posts .container .posts-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.testimonial-slider {
  margin: 70px 0;
}
.testimonial-slider .component-title {
  text-align: center;
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
}
.testimonial-slider .splide {
  margin-top: 40px;
}

article.post-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
article.post-card .post-card__image {
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
article.post-card .post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
}
article.post-card .post-card__content h3 a {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
}
article.post-card .post-card__content .post-card__excerpt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
}
article.post-card .post-card__content .button {
  display: inline-block;
  margin-top: 15px;
  color: #000000;
}
article.post-card .post-card__content .button:hover {
  text-decoration: underline;
}

.single-testimonial {
  padding: 1.4rem 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.062745098);
  border-radius: 1.5rem;
}
.single-testimonial .testimonial-stars {
  margin-bottom: 15px;
}
.single-testimonial .testimonial-author {
  margin-top: 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
  display: flex;
  align-items: self-end;
  justify-items: center;
  gap: 5px;
}
.single-testimonial .testimonial-text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3764705882);
}
