.hero {
  position: relative;
}
.hero__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100dvh;
  padding: 10.25rem 3.75rem 3.75rem;
  color: var(--color-white);
}
@media (width <= 63.99875rem) {
  .hero__item {
    padding: 9.75rem 1.25rem 5rem;
  }
}
@media (width <= 47.99875rem) {
  .hero__item {
    padding: 6.875rem 1rem 4.375rem;
  }
}
.hero__item-bg {
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.hero__item-header {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
}
.hero__item-subtitle {
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  text-align: center;
}
@media (width <= 63.99875rem) {
  .hero__item-subtitle {
    margin-bottom: 1rem;
  }
}
@media (width <= 47.99875rem) {
  .hero__item-subtitle {
    margin-bottom: 0.75rem;
  }
}
.hero__item-title {
  margin-bottom: 1rem;
  font-size: 3.25rem;
  font-weight: 800;
  font-family: var(--font-family-alt);
  line-height: 4.4375rem;
}
@media (width <= 63.99875rem) {
  .hero__item-title {
    margin-bottom: 0.75rem;
    font-size: 2.625rem;
    line-height: 3.5625rem;
  }
}
@media (width <= 47.99875rem) {
  .hero__item-title {
    font-size: 1.875rem;
    line-height: 2.5625rem;
  }
}
.hero__item-price {
  position: relative;
  z-index: 5;
  margin-bottom: 2.375rem;
  font-size: 1.75rem;
  font-weight: 600;
}
@media (width <= 63.99875rem) {
  .hero__item-price {
    margin-bottom: 1.75rem;
    font-size: 1.375rem;
  }
}
@media (width <= 47.99875rem) {
  .hero__item-price {
    font-size: 1.125rem;
  }
}
.hero__item-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (width <= 47.99875rem) {
  .hero__item-buttons {
    margin-top: auto;
    margin-bottom: 2rem;
    gap: 0.625rem;
  }
}
.hero__item-button {
  border: 0.0625rem solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--color-white);
  font-size: 1.125rem;
  line-height: 2rem;
}
@media (any-hover: hover) {
  .hero__item-button:hover {
    background-color: var(--color-blue);
  }
}
@media (any-hover: none) {
  .hero__item-button:active {
    background-color: var(--color-blue);
  }
}
@media (width <= 47.99875rem) {
  .hero__item-button {
    font-size: 1rem;
    padding: 0.5rem 0.9375rem;
  }
}
.hero__item-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  z-index: 5;
  margin-top: auto;
}
.hero__specs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.25rem;
}
@media (width <= 63.99875rem) {
  .hero__specs-list {
    gap: 1.75rem;
  }
}
@media (width <= 47.99875rem) {
  .hero__specs-list {
    gap: 0.75rem;
  }
}
.hero__specs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 2.125rem;
}
.hero__specs-item svg {
  width: 1.875rem;
  height: 1.875rem;
}
@media (width <= 63.99875rem) {
  .hero__specs-item {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
  .hero__specs-item svg {
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media (width <= 47.99875rem) {
  .hero__specs-item {
    gap: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
  .hero__specs-item svg {
    width: 1rem;
    height: 1rem;
  }
}
.hero__schedule {
  color: #787878;
}
.hero__schedule-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.375rem;
}
@media (width <= 47.99875rem) {
  .hero__schedule-list {
    gap: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}
.hero__socials {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
@media (width <= 63.99875rem) {
  .hero__socials {
    bottom: 2.625rem;
  }
}
@media (width <= 47.99875rem) {
  .hero__socials {
    bottom: 1.5625rem;
  }
}
.hero__socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media (width <= 47.99875rem) {
  .hero__socials-list {
    gap: 1.25rem;
  }
}
.hero__socials-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  opacity: 0.4;
}
.hero__socials-link svg path {
  fill: currentColor;
  fill-opacity: 1;
}
@media (width <= 47.99875rem) {
  .hero__socials-link svg {
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media (any-hover: hover) {
  .hero__socials-link:hover {
    opacity: 1;
    color: var(--color-white);
  }
}
@media (any-hover: none) {
  .hero__socials-link:active {
    opacity: 1;
    color: var(--color-white);
  }
}
.hero__pagination {
  bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.5625rem;
}
.hero__pagination span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 0;
  margin: 0 !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.5019607843);
  opacity: 1 !important;
}
.hero__pagination span.swiper-pagination-bullet-active {
  background-color: #719fff;
}
.hero__pagination span.is-passed {
  background-color: #719fff !important;
  opacity: 1 !important;
}

.stock {
  position: relative;
}
.stock__item {
  position: relative;
  height: 100vh;
  color: var(--color-white);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  overflow: hidden;
}
.stock__item-inner {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 8.1875rem var(--container-padding-x);
}
@media (width <= 63.99875rem) {
  .stock__item-inner {
    padding: 2.5rem var(--container-padding-x);
  }
}
@media (width <= 47.99875rem) {
  .stock__item-inner {
    padding: 1.75rem var(--container-padding-x);
  }
}
.stock__item-bg {
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.stock__item-title {
  font-family: var(--font-family-alt);
  margin-bottom: 0.75rem;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 3.875rem;
}
@media (width <= 47.99875rem) {
  .stock__item-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.stock__item-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 1.75rem;
}
@media (width <= 63.99875rem) {
  .stock__item-subtitle {
    margin-bottom: 1.5rem;
  }
}
@media (width <= 47.99875rem) {
  .stock__item-subtitle {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.375rem;
  }
}
.stock__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (width <= 63.99875rem) {
  .stock__item-price {
    margin-bottom: 2.5rem;
  }
}
@media (width <= 47.99875rem) {
  .stock__item-price {
    margin-bottom: 1rem;
  }
}
.stock__item-price-last {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
  text-decoration: line-through;
}
.stock__item-price-current {
  padding: 0.375rem 1rem;
  border-radius: 2.5rem;
  background-color: rgba(255, 255, 255, 0.1019607843);
  color: var(--color-white);
  font-size: 1.5rem;
  font-weight: 600;
}
.stock__item-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
}
.stock__item-button-about {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  padding: 0.6875rem 2.0625rem;
}
@media (width <= 47.99875rem) {
  .stock__item-button-about {
    padding: 0.625rem 1.4375rem;
  }
}
.stock__item-button-stock {
  gap: 0.625rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  padding: 0.6875rem 2.0625rem;
}
@media (width <= 47.99875rem) {
  .stock__item-button-stock {
    padding: 0.625rem 1.4375rem;
  }
}
.stock__tabs {
  position: absolute;
  max-width: calc(100% - var(--container-padding-x) * 2);
  top: 8.75rem;
  left: var(--container-padding-x);
  z-index: 10;
}
@media (width <= 63.99875rem) {
  .stock__tabs {
    top: 7.875rem;
  }
}
@media (width <= 47.99875rem) {
  .stock__tabs {
    top: 5rem;
  }
}
.stock__tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.75rem;
     -moz-column-gap: 2.75rem;
          column-gap: 2.75rem;
  row-gap: 1.375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (width <= 63.99875rem) {
  .stock__tabs-list {
    gap: 1.5rem 1rem;
  }
}
@media (width <= 47.99875rem) {
  .stock__tabs-list {
    gap: 0.75rem;
  }
}
.stock__tabs-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.stock__tabs-button {
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 40px;
  padding: 0.5625rem 1.5625rem;
  border: 0.0625rem solid transparent;
}
@media (width <= 63.99875rem) {
  .stock__tabs-button {
    font-size: 1.375rem;
    padding: 0.3125rem 1.125rem;
    line-height: 1.6875rem;
  }
}
@media (width <= 47.99875rem) {
  .stock__tabs-button {
    font-size: 1.125rem;
    padding: 0.3125rem 0.5625rem;
    line-height: 1.375rem;
  }
}
@media (any-hover: hover) {
  .stock__tabs-button:hover {
    opacity: 1;
    color: var(--color-white);
  }
}
@media (any-hover: none) {
  .stock__tabs-button:active {
    opacity: 1;
    color: var(--color-white);
  }
}
.stock__tabs-button.active {
  font-weight: 700;
  border: 0.0625rem solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-white);
  font-weight: 700;
}
.stock__pagination {
  bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.5625rem;
}
.stock__pagination span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 0;
  margin: 0 !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.5019607843);
  opacity: 1 !important;
}
.stock__pagination span.swiper-pagination-bullet-active {
  background-color: #719fff;
}
.stock__pagination span.is-passed {
  background-color: #719fff !important;
  opacity: 1 !important;
}

.test-drive__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.25rem;
  padding-block: 5.625rem;
}
@media (width <= 89.99875rem) {
  .test-drive__inner {
    gap: 2rem;
  }
}
@media (width <= 79.99875rem) {
  .test-drive__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 2.5rem;
  }
}
@media (width <= 47.99875rem) {
  .test-drive__inner {
    padding-block: 1.875rem;
  }
}
.test-drive__title {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 3.875rem;
  font-family: var(--font-family-alt);
  margin-bottom: 2.5rem;
}
@media (width <= 79.99875rem) {
  .test-drive__title {
    text-align: center;
    font-size: 1.75rem;
    line-height: 2.125rem;
    margin-bottom: 1.375rem;
  }
}
@media (width <= 47.99875rem) {
  .test-drive__title {
    margin-bottom: 1.5rem;
  }
}
.test-drive__text {
  margin-bottom: 1.375rem;
  line-height: 2rem;
}
@media (width <= 79.99875rem) {
  .test-drive__text {
    font-size: 1rem;
    margin-bottom: 1.125rem;
  }
}
@media (width <= 47.99875rem) {
  .test-drive__text {
    margin-bottom: 0.875rem;
  }
}
.test-drive__image {
  width: 100%;
  border-radius: 0.75rem;
}
@media (width <= 47.99875rem) {
  .test-drive__image {
    height: 20.5625rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.models {
  background-color: var(--color-blue-bg);
}
.models__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
@media (width <= 63.99875rem) {
  .models__header {
    margin-bottom: 2.625rem;
  }
}
@media (width <= 47.99875rem) {
  .models__header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.25rem;
  }
}
.models__title {
  font-size: 3.25rem;
  font-weight: 700;
  font-family: var(--font-family-alt);
}
@media (width <= 63.99875rem) {
  .models__title {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
@media (width <= 47.99875rem) {
  .models__button {
    display: none;
  }
}
.models__button_mobile {
  display: none;
}
@media (width <= 47.99875rem) {
  .models__button_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.models__inner {
  padding-block: 4rem;
}
@media (width <= 63.99875rem) {
  .models__inner {
    padding-block: 3rem;
  }
}
@media (width <= 47.99875rem) {
  .models__inner {
    padding-block: 2rem;
  }
}
.models__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (width <= 79.99875rem) {
  .models__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (width <= 47.99875rem) {
  .models__list {
    margin-bottom: 1.875rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.models__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1875rem;
  padding-block: 1.875rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(171, 171, 171, 0.6);
          box-shadow: 0px 0px 10px 0px rgba(171, 171, 171, 0.6);
  border-radius: 1rem;
  background-color: var(--color-white);
}
@media (width <= 63.99875rem) {
  .models__item {
    padding-block: 1.5rem;
    gap: 1rem;
  }
}
@media (width <= 47.99875rem) {
  .models__item {
    gap: 0.875rem;
  }
}
.models__item-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  text-transform: uppercase;
}
@media (width <= 79.99875rem) {
  .models__item-title {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media (width <= 47.99875rem) {
  .models__item-title {
    font-size: 1.125rem;
  }
}
.models__item-image {
  width: 100%;
}
.models__item-price {
  padding: 0.625rem 1rem;
  border-radius: 20px;
  background: var(--Gradient, linear-gradient(272deg, #5c74a8 2.9%, #9ebdff 100%));
  font-size: 0.875rem;
  color: var(--color-white);
}
.models__item-price span {
  font-weight: 800;
}
.models__item-specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media (width <= 47.99875rem) {
  .models__item-specs {
    gap: 1.75rem;
  }
}
.models__item-specs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  color: #787878;
  font-weight: 600;
}
.models__item-specs-item img {
  width: 1.125rem;
  height: 1.125rem;
}
.models__item-button {
  border: 0.0625rem solid var(--color-black);
  width: 100%;
  max-width: 80%;
}

.blog {
  background-color: var(--color-white);
}
.blog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
@media (width <= 63.99875rem) {
  .blog__header {
    margin-bottom: 2.625rem;
  }
}
@media (width <= 47.99875rem) {
  .blog__header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.25rem;
  }
}
.blog__title {
  font-size: 3.25rem;
  font-weight: 700;
  font-family: var(--font-family-alt);
}
@media (width <= 63.99875rem) {
  .blog__title {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
@media (width <= 47.99875rem) {
  .blog__button {
    display: none;
  }
}
.blog__button_mobile {
  display: none;
}
@media (width <= 47.99875rem) {
  .blog__button_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.blog__inner {
  padding-block: 4rem;
}
@media (width <= 63.99875rem) {
  .blog__inner {
    padding-block: 3rem;
  }
}
@media (width <= 47.99875rem) {
  .blog__inner {
    padding-block: 2rem;
  }
}
.blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media (width <= 63.99875rem) {
  .blog__list {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media (width <= 47.99875rem) {
  .blog__list {
    margin-bottom: 1.875rem;
    gap: 1.25rem;
  }
}
.blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f3f3f3;
  border-radius: 0.75rem;
  overflow: hidden;
}
.blog__item-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
  padding-inline: 1.625rem;
  margin-bottom: 1.5rem;
}
@media (width <= 63.99875rem) {
  .blog__item-title {
    padding-inline: 1.5rem;
    line-height: 1.5rem;
  }
}
@media (width <= 47.99875rem) {
  .blog__item-title {
    font-size: 0.875rem;
    padding-inline: 1rem;
    line-height: 1.0625rem;
  }
}
.blog__item-image {
  width: 100%;
  height: 20.375rem;
  margin-bottom: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width <= 63.99875rem) {
  .blog__item-image {
    height: 25.5rem;
    margin-bottom: 1.875rem;
  }
}
@media (width <= 47.99875rem) {
  .blog__item-image {
    margin-bottom: 0.875rem;
    height: 11.5rem;
  }
}
.blog__item-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 500;
  color: rgba(11, 11, 11, 0.6);
  padding-inline: 1.625rem;
  margin-bottom: 1rem;
}
@media (width <= 63.99875rem) {
  .blog__item-date {
    margin-bottom: 1.75rem;
    gap: 1.25rem;
    line-height: 1.1875rem;
    padding-inline: 1.5rem;
  }
  .blog__item-date img {
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media (width <= 47.99875rem) {
  .blog__item-date {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    gap: 0.5rem;
    padding-inline: 1rem;
    margin-bottom: 0.75rem;
  }
  .blog__item-date img {
    width: 1rem;
    height: 1rem;
  }
}/*# sourceMappingURL=index.css.map */