/*
Theme Name: Astra Child
Template: astra
*/
.error_page {
  position: relative;
}

.error_page::after {
  height: 100%;
  width: 357px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("./img/bg_right.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}

@media only screen and (max-width: 1024px) {
  .error_page::after {
    display: none;
  }
}

.error_page::before {
  height: 100%;
  width: 357px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./img/bg_left.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

@media only screen and (max-width: 1024px) {
  .error_page::before {
    display: none;
  }
}

.error_page .error_banner {
  padding-top: 331px;
  padding-bottom: 183px;
  max-width: 1060px;
  margin: auto;
  width: 100%;
  position: relative;
  z-index: 50;
}

@media only screen and (max-width: 768px) {
  .error_page .error_banner {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}

.error_page .error_banner .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1200px) {
  .error_page .error_banner .row {
    flex-direction: column;
  }
}

.error_page .error_banner .row img {
  display: block;
  margin-right: 64px;
}

@media only screen and (max-width: 1200px) {
  .error_page .error_banner .row img {
    margin-right: 0;
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 768px) {
  .error_page .error_banner .row img {
    max-width: 150px;
  }
}

.error_page .error_banner .row p {
  font-family: "monument", serif;
  font-weight: 800;
  font-size: 110px;
  line-height: 105px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.error_page .error_banner .row p span {
  color: #60605f;
}

@media only screen and (max-width: 1200px) {
  .error_page .error_banner .row p {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .error_page .error_banner .row p {
    font-weight: 800;
    font-size: 44px;
    line-height: 47px;
    letter-spacing: 0%;
    text-align: center;
  }
}

.error_page .error_banner .row_2 {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .error_page .error_banner .row_2 {
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .error_page .error_banner .row_2 {
    margin-top: 48px;
  }
}

.error_page .error_banner .row_2 p {
  font-weight: 400;
  font-size: 24px;
  line-height: 28.13px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.5019607843);
}

@media only screen and (max-width: 1200px) {
  .error_page .error_banner .row_2 p {
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: 0%;
    text-align: center;
  }
}

@media only screen and (max-width: 450px) {
  .error_page .error_banner .row_2 p {
    text-align: center;
  }
}

@media only screen and (max-width: 450px) {
  .error_page .error_banner .row_2 a {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* FOOTER STOPKA  */
.site-footer {
  background: transparent;
  margin-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .site-footer {
    padding-bottom: 52px;
    padding-top: 0;
    margin-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .site-footer .ast-container {
    padding: 0;
    padding-top: 48px;
  }
}

.site-footer .footer_innter {
  background-color: #242422;
  border: 1px solid #50504e;
}

@media only screen and (max-width: 1024px) {
  .site-footer .footer_innter {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.site-footer .footer_innter .row_1 {
  padding: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
}

@media only screen and (max-width: 1024px) {
  .site-footer .footer_innter .row_1 {
    flex-direction: column;
    padding: 24px;
    text-align: center;
    gap: 0;
  }

  .site-footer .footer_innter .row_1 img {
    max-width: 194px !important;
    margin: auto;
    display: block;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .site-footer .footer_innter .row_1 .col {
    width: 100%;
    max-width: 100%;
  }
}

.site-footer .footer_innter .row_1 .col p {
  font-weight: 500;
  font-size: 64px;
  line-height: 75px;
  letter-spacing: -2.5%;
  padding-bottom: 32px;
}

@media only screen and (max-width: 1024px) {
  .site-footer .footer_innter .row_1 .col p {
    padding-bottom: 24px;
    font-weight: 500;
    font-size: 32px;
    line-height: 37.5px;
    letter-spacing: -2.5%;
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) {
  .site-footer .footer_innter .row_1 .col a {
    width: 100%;
    text-align: center;
    justify-content: center;
    max-width: 100%;
  }
}

.site-footer .footer_innter .row_2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  border-top: 1px solid #737371;
  border-bottom: 1px solid #737371;
}

@media only screen and (max-width: 768px) {
  .site-footer .footer_innter .row_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.site-footer .footer_innter .row_2 a {
  display: flex;
  width: 100%;
  height: 150px;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 28.13px;
  letter-spacing: 0%;
  color: #ffffff;
  padding: 0 8px;
}

@media only screen and (max-width: 1024px) {
  .site-footer .footer_innter .row_2 a {
    font-weight: 400;
    font-size: 22px;
    line-height: 30.8px;
    letter-spacing: 0%;
    height: 65px;
  }
}

.site-footer .footer_innter .row_2 a:nth-child(2) {
  border-left: 1px solid #737371;
  border-right: 1px solid #737371;
}

@media only screen and (max-width: 768px) {
  .site-footer .footer_innter .row_2 a:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #737371;
    border-bottom: 1px solid #737371;
  }
}

.site-footer .footer_innter .row_3 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

@media only screen and (max-width: 1024px) {
  .site-footer .footer_innter .row_3 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

.site-footer .footer_innter .row_3 a {
  display: flex;
  width: 100%;
  height: 80px;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.09px;
  letter-spacing: 1%;
  color: #ffffff;
}

.site-footer .footer_innter .row_3 a:nth-child(2) {
  border-left: 1px solid #737371;
  border-right: 1px solid #737371;
}

.site-footer .footer_innter .row_3 a:nth-child(4) {
  border-left: 1px solid #737371;
  border-right: 1px solid #737371;
}

@media only screen and (max-width: 1024px) {
  .site-footer .footer_innter .row_3 a:nth-child(4) {
    border: none;
  }
}

@media only screen and (max-width: 1024px) {
  .site-footer .footer_innter .row_3 a {
    font-weight: 400;
    font-size: 16px;
    line-height: 18.75px;
    letter-spacing: 1%;
    height: 51px;
  }

  .site-footer .footer_innter .row_3 a:nth-child(1) {
    grid-area: 1/1/2/3;
    border-bottom: 1px solid #737371;
  }

  .site-footer .footer_innter .row_3 a:nth-child(2) {
    grid-area: 1/3/2/5;
    border-bottom: 1px solid #737371;
  }

  .site-footer .footer_innter .row_3 a:nth-child(3) {
    grid-area: 1/5/2/7;
    border-bottom: 1px solid #737371;
  }

  .site-footer .footer_innter .row_3 a:nth-child(4) {
    grid-area: 2/1/3/4;
    border-right: 1px solid #737371;
  }

  .site-footer .footer_innter .row_3 a:nth-child(5) {
    grid-area: 2/4/3/7;
  }
}

.site-footer .row_4 {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

@media only screen and (max-width: 1024px) {
  .site-footer .row_4 {
    padding: 0 20px;
    text-align: center;
    gap: 8px;
    justify-content: center;
    flex-direction: column;
  }
}

.site-footer .row_4 p,
.site-footer .row_4 a {
  font-weight: 400;
  font-size: 16px;
  line-height: 18.75px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 1024px) {

  .site-footer .row_4 p,
  .site-footer .row_4 a {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: 0%;
    text-align: center;
  }
}

.site-header {
  width: 100%;
  position: fixed;
  background-color: #242422;
  transition: all 0.2s linear;
  z-index: 999;
}

.site-header .top-beam {
  background: transparent;
  height: 112px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.2s linear;
}

.site-header .top-beam .col-2 img {
  position: relative;
  left: -74px;
  right: 74px;
}

.site-header.isScrolled {
  transition: all 0.2s linear;
  background-color: #242422;
}

.site-header.isScrolled .top-beam {
  transition: all 0.2s linear;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.site-header.isHome {
  background-color: transparent;
}

.site-header.isHome .top-beam {
  border-bottom: 2px solid #ffffff;
}

.site-header.isScrolled.isHome {
  background-color: #242422;
}

.site-header.isScrolled.isHome .top-beam {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 1024px) {
  .site-header .desktop {
    display: none;
  }
}

.site-header .desktop ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.site-header .desktop ul li {
  font-weight: 500;
  font-size: 18px;
  line-height: 21.09px;
  letter-spacing: 1%;
  color: #ffffff;
  transition: all linear 0.2s;
  margin-right: 56px;
  display: block;
  position: relative;
  z-index: 6;
}

@media only screen and (max-width: 1300px) {
  .site-header .desktop ul li {
    margin-right: 24px !important;
  }
}

.site-header .desktop ul li::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  height: 100%;
  transition: all linear 0.2s;
  width: 0%;
  background: linear-gradient(90deg, #e30613 0%, rgba(227, 6, 19, 0) 100%);
}

.site-header .desktop ul li:nth-last-child(1) {
  margin-right: 0;
}

.site-header .desktop ul li:hover {
  transition: all linear 0.2s;
}

.site-header .desktop ul li:hover::before {
  z-index: -1;
  transition: all linear 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #e30613 0%, rgba(227, 6, 19, 0) 100%);
}

.site-header .desktop ul li a {
  color: #ffffff;
  transition: all linear 0.2s;
  font-weight: 500;
  display: block;
  padding: 8px;
}

.site-header .desktop ul li.current_page_item {
  transition: all linear 0.2s;
  background: linear-gradient(90deg, #e30613 0%, rgba(227, 6, 19, 0) 100%);
}

.site-header .desktop ul li.current_page_item:hover::before {
  display: none;
}

.site-header .mobile {
  display: none;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
}

@media only screen and (max-width: 1024px) {
  .site-header .mobile {
    display: block;
  }
}

.site-header .mobile .top-beam {
  height: 80px;
  background-color: #242422;
}

.site-header .mobile .top-beam .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header .mobile .menuu {
  width: 17px;
  height: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.2s linear;
  position: relative;
  gap: 3px;
}

.site-header .mobile .menuu span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.2s linear;
  border-radius: 100px;
  position: absolute;
}

.site-header .mobile .menuu span:nth-child(1) {
  top: 0;
}

.site-header .mobile .menuu span:nth-child(2) {
  bottom: 0;
}

.site-header .mobile #togglemenu.active {
  transition: all 0.2s linear;
}

.site-header .mobile #togglemenu.active span {
  transition: all 0.2s linear;
}

.site-header .mobile #togglemenu.active span:first-child {
  transform: rotate(45deg);
  top: 2px;
  position: relative;
}

.site-header .mobile #togglemenu.active span:nth-child(2) {
  transform: rotate(-45deg);
  top: -3px;
  position: relative;
}

.site-header .mobile .fixed_menu_mobile {
  background-color: #242422;
  width: 100%;
  position: fixed;
  height: 100%;
  top: 81px;
  display: none;
  overflow: scroll;
  padding-bottom: 48px;
}

.site-header .mobile .fixed_menu_mobile.active {
  display: flex;
  flex-direction: column;
}

.site-header .mobile .fixed_menu_mobile .socials {
  margin-top: 120px;
}

.site-header .mobile .fixed_menu_mobile .wrapper_inner {
  padding-top: 64px;
  padding-bottom: 64px;
}

.site-header .mobile .fixed_menu_mobile .wrapper_inner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-header .mobile .fixed_menu_mobile .wrapper_inner ul li {
  margin: 48px 0;
  padding: 0;
  list-style-type: none;
}

.site-header .mobile .fixed_menu_mobile .wrapper_inner ul li a {
  font-family: "monument", serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 27px;
  letter-spacing: 0%;
  color: #ffffff;
}

.site-header .mobile .fixed_menu_mobile .wrapper_inner ul li.current-menu-item a {
  display: block;
  display: flex;
  align-items: center;
  position: relative;
  color: #e30613;
}

.site-header .mobile .fixed_menu_mobile .wrapper_inner ul li.current-menu-item a::before {
  content: "";
  display: block;
  height: 2px;
  width: 24px;
  background-color: #e30613;
  margin-right: 16px;
}

.site-header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.contact_page {
  background-image: url("./img/kontakt_zdj.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  min-height: 100vh;
}

@media only screen and (min-width: 2000px) {
  .contact_page {
    min-height: 100vh;
    height: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .contact_page {
    background-image: url("./img/kontakt_zdj.jpg");
  }
}

.contact_page .inner {
  padding-bottom: 570px;
}

@media only screen and (max-width: 1024px) {
  .contact_page .inner {
    padding-bottom: 470px;
  }
}

@media only screen and (max-width: 921px) {
  .contact_page .ast-container {
    padding-top: 100px;
  }
}

.contact_page .row {
  margin-top: 190px;
  display: flex;
  justify-content: space-between;
  gap: 48px;
  align-items: start;
  padding: 60px 90px;
  background-color: #242422;
  border: 1px solid #50504e;
}

@media only screen and (max-width: 1400px) {
  .contact_page .row {
    padding: 32px;
  }
}

@media only screen and (max-width: 1190px) {
  .contact_page .row {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) {
  .contact_page .row {
    margin-top: 0;
  }
}

.contact_page .row .subheader {
  margin-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
  .contact_page .row .subheader {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    margin-bottom: 8px;
  }
}

.contact_page .row a {
  font-weight: 500;
  font-size: 64px;
  line-height: 75px;
  letter-spacing: -2.5%;
  color: #ffffff;
}

@media only screen and (max-width: 921px) {
  .contact_page .row a {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -2.5%;
  }
}

.shop_page {
  position: relative;
}

.shop_page::after {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 357px;
  height: 100%;
  transition: all 0.2s linear;
  content: "";
  z-index: 3;
  background-image: url("./img/store_bg.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1024px) {
  .shop_page::after {
    display: none;
  }
}

.shop_page .official_store {
  z-index: 6;
  position: relative;
  padding-top: 232px;
}

@media only screen and (max-width: 1024px) {
  .shop_page .official_store {
    padding-top: 128px;
  }
}

.shop_page .row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 120px;
}

@media only screen and (max-width: 1350px) {
  .shop_page .row {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) {
  .shop_page .row {
    margin-bottom: 32px;
  }
}

.shop_page .row .subheader {
  max-width: 345px;
}

@media only screen and (max-width: 1350px) {
  .shop_page .row .subheader {
    margin-top: 32px;
    max-width: 100%;
  }
}

.shop_page .row h2 {
  font-weight: 800;
  font-size: 124px;
  line-height: 93px;
  color: #60605f;
  letter-spacing: 0%;
}

@media only screen and (max-width: 1024px) {
  .shop_page .row h2 {
    font-weight: 800;
    font-size: 44px;
    line-height: 33px;
    letter-spacing: 0%;
  }
}

.shop_page .row h2 b {
  color: #ffffff;
  position: relative;
}

.shop_page .row h2 b::after {
  display: block;
  content: "";
  width: 185px;
  height: 110px;
  position: absolute;
  right: -134px;
  z-index: 2;
  top: -28px;
  background-image: url("./img/137.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (max-width: 1024px) {
  .shop_page .row h2 b::after {
    width: 80px;
    height: 46px;
    right: -64px;
    z-index: 2;
    top: -12px;
  }
}

.shop_page .products_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media only screen and (max-width: 1024px) {
  .shop_page .products_grid {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 921px) {
  .shop_page .products_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 600px) {
  .shop_page .products_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.shop_page .products_grid .post {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  transition: all 0.2s linear;
  position: relative;
  background-color: #242422;
  width: 100%;
  max-width: 100%;
}

.shop_page .products_grid .post .post_image {
  margin: 16px;
  border-radius: 16px;
  margin-bottom: 26px;
  overflow: hidden;
  z-index: 11;
  position: relative;
  aspect-ratio: 313/410;
  background-color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .shop_page .products_grid .post .post_image {
    aspect-ratio: 1/1;
    margin-bottom: 0;
    object-position: center;
    object-fit: cover;
  }
}

.shop_page .products_grid .post .post_image .gallery_image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 313/410 !important;
  object-fit: cover;
  transition: all 0.2s linear;
  display: block;
  border-radius: 16px;
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 70;
}

.shop_page .products_grid .post .post_image .gallery_image img {
  object-fit: cover;
  aspect-ratio: 313/410 !important;
}

@media only screen and (max-width: 1024px) {
  .shop_page .products_grid .post .post_image .gallery_image img {
    aspect-ratio: 1/1;
    object-position: center;
    object-fit: cover;
  }
}

@media only screen and (max-width: 1024px) {
  .shop_page .products_grid .post .post_image .gallery_image {
    aspect-ratio: 1/1;
    object-position: center;
    object-fit: cover;
  }
}

.shop_page .products_grid .post .post_image img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 313/410;
  object-fit: cover;
  transition: all 0.2s linear;
  display: block;
  border-radius: 16px;
}

@media only screen and (max-width: 1024px) {
  .shop_page .products_grid .post .post_image img {
    aspect-ratio: 1/1;
    object-position: center;
    object-fit: cover;
  }
}

.shop_page .products_grid .post .post_content {
  padding: 16px;
  width: 100%;
  z-index: 11;
  position: relative;
  max-width: 100%;
}

.shop_page .products_grid .post .post_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 18.75px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 16px;
}

@media only screen and (max-width: 1024px) {
  .shop_page .products_grid .post .post_content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    padding-bottom: 8px;
    letter-spacing: 0%;
  }
}

.shop_page .products_grid .post .post_content p a {
  color: rgba(255, 255, 255, 0.8);
}

.shop_page .products_grid .post .post_content .buy_now {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  transition: all 0.2s linear;
  letter-spacing: 0%;
  color: #ffffff;
  text-decoration: underline;
  text-decoration-style: solid;
  opacity: 0;
}

.shop_page .products_grid .post .post_content .price {
  font-weight: 400;
  font-size: 20px;
  line-height: 23.44px;
  letter-spacing: 0%;
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .shop_page .products_grid .post .post_content .price {
    font-weight: 400;
    font-size: 18px;
    line-height: 21.09px;
    letter-spacing: 0%;
  }
}

.shop_page .products_grid .post .post_content .price a {
  font-weight: 400;
  font-size: 20px;
  line-height: 23.44px;
  letter-spacing: 0%;
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .shop_page .products_grid .post .post_content .price a {
    font-weight: 400;
    font-size: 18px;
    line-height: 21.09px;
    letter-spacing: 0%;
  }
}

.shop_page .products_grid .post::after {
  background: linear-gradient(90deg, #e30613 0%, rgba(227, 6, 19, 0) 100%);
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  transition: all 0.2s linear;
  content: "";
  z-index: 4;
}

.shop_page .products_grid .post:hover {
  transition: all 0.2s linear;
}

.shop_page .products_grid .post:hover .buy_now {
  transition: all 0.2s linear;
  opacity: 1;
}

.shop_page .products_grid .post:hover .post_image img {
  transition: all 0.2s linear;
}

.shop_page .products_grid .post:hover .post_image .gallery_image {
  transition: all 0.2s linear;
  display: block;
  opacity: 1;
}

.shop_page .products_grid .post:hover::after {
  height: 100%;
  transition: all 0.2s linear;
}

.relacje_page {
  position: relative;
}

.relacje_page::after {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 357px;
  height: 100%;
  transition: all 0.2s linear;
  content: "";
  z-index: 3;
  background-image: url("./img/store_bg.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1024px) {
  .relacje_page::after {
    display: none;
  }
}

.relacje_page .blog_section {
  padding-top: 232px;
  z-index: 8;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .relacje_page .blog_section {
    padding-top: 128px;
  }
}

.relacje_page .blog_section .row {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 64px;
}

@media only screen and (max-width: 1024px) {
  .relacje_page .blog_section .row {
    margin-bottom: 54px;
    flex-direction: column-reverse;
  }
}

.relacje_page .blog_section .row .subheader {
  max-width: 345px;
}

@media only screen and (max-width: 1024px) {
  .relacje_page .blog_section .row .subheader {
    max-width: 100%;
    padding-right: 24px;
  }
}

.relacje_page .blog_section .row h2 {
  font-weight: 800;
  font-size: 124px;
  line-height: 93px;
  letter-spacing: 0%;
}

@media only screen and (max-width: 1024px) {
  .relacje_page .blog_section .row h2 {
    font-weight: 800;
    font-size: 44px;
    line-height: 33px;
    letter-spacing: 0%;
  }
}

.relacje_page .blog_section .row h2 b {
  color: #60605f;
}

@media only screen and (max-width: 1024px) {
  .relacje_page .blog_section .row h2 b {
    color: #ffffff;
  }
}

.relacje_page .post_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media only screen and (max-width: 1024px) {
  .relacje_page .post_container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.relacje_page .post_container .post {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  transition: all 0.2s linear;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.relacje_page .post_container .post .post_image {
  margin: 16px;
  border-radius: 16px;
  margin-bottom: 26px;
  overflow: hidden;
  aspect-ratio: 435/262;
}

@media only screen and (max-width: 1024px) {
  .relacje_page .post_container .post .post_image {
    aspect-ratio: 1/1;
  }
}

.relacje_page .post_container .post .post_image img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 435/262;
  object-fit: cover;
  transition: all 0.2s linear;
  display: block;
  border-radius: 16px;
}

@media only screen and (max-width: 1024px) {
  .relacje_page .post_container .post .post_image img {
    aspect-ratio: 1/1;
  }
}

.relacje_page .post_container .post .post_content {
  padding: 16px;
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 921px) {
  .relacje_page .post_container .post .post_content {
    flex-direction: column;
  }
}

.relacje_page .post_container .post .post_content p {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 23.44px;
  letter-spacing: 0%;
  color: #ffffff;
}

@media only screen and (max-width: 921px) {
  .relacje_page .post_container .post .post_content p {
    padding-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18.75px;
    letter-spacing: 0%;
  }
}

.relacje_page .post_container .post .post_content p a {
  color: #ffffff;
}

.relacje_page .post_container .post .post_content .date {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  padding: 5px 8px 4px 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18.75px;
  letter-spacing: 1%;
}

@media only screen and (max-width: 921px) {
  .relacje_page .post_container .post .post_content .date {
    font-weight: 400;
    font-size: 12px;
    line-height: 14.06px;
    letter-spacing: 1%;
    width: fit-content;
  }
}

.relacje_page .post_container .post::after {
  background: linear-gradient(90deg, #e30613 0%, rgba(227, 6, 19, 0) 100%);
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  transition: all 0.2s linear;
  content: "";
  z-index: -1;
}

.relacje_page .post_container .post:hover {
  transition: all 0.2s linear;
}

.relacje_page .post_container .post:hover .post_image img {
  transition: all 0.2s linear;
  transform: scale(1.1);
}

.relacje_page .post_container .post:hover::after {
  height: 100%;
  transition: all 0.2s linear;
}

.relacje_page .pagination {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}

.relacje_page .pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.09px;
  letter-spacing: 0%;
  margin: 0 4px;
}

.relacje_page .pagination .page-numbers.current {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #343434;
}

.relacje_page .pagination .page-numbers.next {
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
  background-color: #343434;
  position: absolute;
  right: 0;
  background-image: url("./img/arrow_right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.relacje_page .pagination .page-numbers.prev {
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
  background-color: #343434;
  position: absolute;
  left: 0;
  background-image: url("./img/arrow_prev.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.single__post {
  overflow: hidden;
  padding-top: 232px;
  position: relative;
}

.single__post::after {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 357px;
  height: 100%;
  transition: all 0.2s linear;
  content: "";
  z-index: 3;
  background-image: url("./img/store_bg.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1024px) {
  .single__post::after {
    display: none;
  }
}

.single__post::before {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  width: 357px;
  height: 100%;
  transition: all 0.2s linear;
  content: "";
  z-index: 3;
  background-image: url("./img/bg_bottom.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1024px) {
  .single__post::before {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .single__post {
    padding-top: 128px;
  }
}

.single__post .content__single {
  position: relative;
  z-index: 9;
}

.single__post .content__single .row {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

@media only screen and (max-width: 1300px) {
  .single__post .content__single .row {
    flex-direction: column;
  }
}

.single__post .content__single .row h1 {
  font-weight: 800;
  font-size: 124px;
  line-height: 93px;
  letter-spacing: 0%;
  max-width: 1180px;
}

@media only screen and (max-width: 1200px) {
  .single__post .content__single .row h1 {
    font-weight: 800;
    font-size: 44px;
    line-height: 33px;
    letter-spacing: 0%;
  }
}

.single__post .content__single .row .subheader {
  padding-top: 24px;
}

@media only screen and (min-width: 1301px) {
  .single__post .content__single .row .subheader {
    padding-top: 0;
    min-width: 200px;
    display: flex;
    justify-content: flex-end;
  }
}

.single__post .gallery_images br {
  display: none !important;
}

.single__post .relation_content {
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

@media only creen and (max-width: 1024px) {
  .single__post .relation_content {
    flex-direction: column;
    margin-top: 48px;
    margin-bottom: 64px;
  }
}

.single__post .relation_content p {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #ffffff;
  padding-bottom: 24px;
}

.single__post .relation_content p:nth-last-child(1) {
  padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .single__post .relation_content p {
    font-size: 18px;
    line-height: 25.2px;
    padding-bottom: 20px;
  }
}

.single__post .relation_content .col2 {
  max-width: 950px;
}

.single__post .relation_content .col1 {
  min-width: 230px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media only screen and (max-width: 1024px) {
  .single__post .relation_content .col1 .subheader {
    font-size: 20px;
    line-height: 28px;
  }
}

.single__post .btn_wrapper {
  margin-top: 64px;
  display: flex;
  justify-content: end;
}

@media only screen and (max-width: 768px) {
  .single__post .btn_wrapper {
    margin-top: 32px;
    justify-content: center;
  }
}

@media only screen and (max-width: 600px) {
  .single__post .btn_wrapper {
    width: 100%;
    max-width: 100%;
  }

  .single__post .btn_wrapper a {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}

.single__post .other_relations {
  margin-top: 150px;
}

@media only screen and (max-width: 1024px) {
  .single__post .other_relations {
    margin-top: 64px;
  }
}

.single__post .other_relations .row {
  margin-bottom: 64px;
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .single__post .other_relations .row {
    margin-bottom: 32px;
  }
}

.single__post .other_relations .row h2 {
  font-weight: 800;
  font-size: 124px;
  line-height: 93px;
  letter-spacing: 0%;
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .single__post .other_relations .row h2 {
    font-size: 44px;
    line-height: 33px;
  }
}

.single__post .other_relations .row h2 span {
  color: #60605f;
}

.single__post .other_relations .splide11 {
  margin-left: 1px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .single__post .other_relations .splide11 {
    width: 110%;
  }
}

.single__post .other_relations .splide11 .splide__arrows {
  width: 100%;
  max-width: 100%;
  bottom: -90px;
  padding: 0;
  margin: 0;
  transition: all 0.2s linear;
  position: absolute;
}

.single__post .other_relations .splide11 .splide__arrows .splide__arrow {
  height: 53px;
  width: 53px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #343432;
  top: 0;
  transition: all 0.2s linear;
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  opacity: 1;
}

.single__post .other_relations .splide11 .splide__arrows .splide__arrow:hover {
  opacity: 0.8;
}

.single__post .other_relations .splide11 .splide__arrows .splide__arrow svg {
  display: none;
}

.single__post .other_relations .splide11 .splide__arrows .splide__arrow--prev {
  bottom: 0;
  left: 0;
  background-image: url("./img/arrow_prev.svg");
}

.single__post .other_relations .splide11 .splide__arrows .splide__arrow--next {
  bottom: 0;
  grid-auto-rows: 0;
  background-image: url("./img/arrow_next.svg");
  right: 252px;
}

.single__post .other_relations .splide11 .splide__pagination {
  padding: 0;
  height: 1px;
  left: 72px;
  right: 324px;
  transition: all 0.2s linear;
  bottom: -76px;
}

.single__post .other_relations .splide11 .splide__pagination li {
  height: 1px;
  top: 0;
  transition: all 0.2s linear;
  bottom: 0;
  padding: 0;
  margin: 0;
  flex: 1;
}

.single__post .other_relations .splide11 .splide__pagination li button {
  padding: 0;
  background-color: #60605f;
  width: 100%;
  max-width: 100%;
  top: 0;
  transition: all 0.2s linear;
  bottom: 0;
  margin: 0;
  border-radius: 0;
  height: 1px;
  opacity: 1;
  transform: scale(1) !important;
}

.single__post .other_relations .splide11 .splide__pagination li button.is-active {
  background-color: #ffffff;
}

.single__post .other_relations .splide:not(.is-overflow) .splide__pagination {
  display: block !important;
}

@media only screen and (max-width: 600px) {
  .single__post .other_relations .splide__slide {
    max-width: 78%;
    width: 100%;
  }
}

.single__post .other_relations .post_container .post {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  transition: all 0.2s linear;
  position: relative;
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .single__post .other_relations .post_container .post {
    max-width: 100%;
    width: 100%;
  }
}

.single__post .other_relations .post_container .post .post_image {
  margin: 16px;
  border-radius: 16px;
  margin-bottom: 26px;
  overflow: hidden;
  aspect-ratio: 435/262;
}

@media only screen and (max-width: 600px) {
  .single__post .other_relations .post_container .post .post_image {
    aspect-ratio: 250/262;
  }
}

.single__post .other_relations .post_container .post .post_image img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 435/262;
  object-fit: cover;
  transition: all 0.2s linear;
  display: block;
  border-radius: 16px;
}

@media only screen and (max-width: 600px) {
  .single__post .other_relations .post_container .post .post_image img {
    aspect-ratio: 250/262;
  }
}

.single__post .other_relations .post_container .post .post_content {
  padding: 16px;
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.single__post .other_relations .post_container .post .post_content p {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 23.44px;
  letter-spacing: 0%;
  color: #ffffff;
}

@media only screen and (max-width: 600px) {
  .single__post .other_relations .post_container .post .post_content p {
    font-size: 17px;
    line-height: 20px;
  }
}

.single__post .other_relations .post_container .post .post_content p a {
  color: #ffffff;
}

.single__post .other_relations .post_container .post .post_content .date {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  padding: 5px 8px 4px 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18.75px;
  letter-spacing: 1%;
}

@media only screen and (max-width: 600px) {
  .single__post .other_relations .post_container .post .post_content .date {
    font-size: 14px;
    line-height: 16.41px;
  }
}

.single__post .other_relations .post_container .post::after {
  background: linear-gradient(90deg, #e30613 0%, rgba(227, 6, 19, 0) 100%);
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 233px;
  height: 16px;
  transition: all 0.2s linear;
  content: "";
  z-index: -1;
}

.single__post .other_relations .post_container .post:hover {
  transition: all 0.2s linear;
}

.single__post .other_relations .post_container .post:hover .post_image img {
  transition: all 0.2s linear;
  transform: scale(1.1);
}

.single__post .other_relations .post_container .post:hover::after {
  height: 100%;
  transition: all 0.2s linear;
}

.gallery p {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.gallery p a:nth-child(1) {
  grid-area: 1/3/2/4;
}

.gallery p a:nth-child(2) {
  grid-area: 1/2/2/3;
}

.gallery p a:nth-child(3) {
  grid-area: 1/1/2/2;
}

.gallery p a:nth-child(4) {
  grid-area: 2/1/3/2;
}

.gallery p a:nth-child(5) {
  grid-area: 3/1/4/2;
}

.gallery p a:nth-child(6) {
  grid-area: 2/2/4/4;
}

.gallery p a:nth-child(7) {
  grid-area: 4/1/5/2;
}

.gallery p a:nth-child(8) {
  grid-area: 4/2/5/3;
}

.gallery p a:nth-child(9) {
  grid-area: 4/3/5/4;
}

.gallery p a:nth-child(10) {
  grid-area: 5/3/6/4;
}

.gallery p a:nth-child(11) {
  grid-area: 6/3/7/4;
}

.gallery p a:nth-child(12) {
  grid-area: 5/1/7/3;
}

.gallery p a:nth-child(13) {
  grid-area: 7/3/8/4;
}

.gallery p a:nth-child(14) {
  grid-area: 7/2/8/3;
}

.gallery p a:nth-child(15) {
  grid-area: 7/1/8/2;
}

.gallery p a:nth-child(16) {
  grid-area: 8/1/9/2;
}

.gallery p a:nth-child(17) {
  grid-area: 9/1/10/2;
}

.gallery p a:nth-child(18) {
  grid-area: 8/2/10/4;
}

.gallery p a:nth-child(19) {
  grid-area: 10/1/11/2;
}

.gallery p a:nth-child(20) {
  grid-area: 10/2/11/3;
}

.gallery p a:nth-child(21) {
  grid-area: 10/3/11/4;
}

.gallery p a:nth-child(22) {
  grid-area: 11/3/12/4;
}

.gallery p a:nth-child(23) {
  grid-area: 12/3/13/4;
}

.gallery p a:nth-child(24) {
  grid-area: 11/1/13/3;
}

.gallery p a:nth-child(25) {
  grid-area: 13/1/14/2;
}

.gallery p a:nth-child(26) {
  grid-area: 13/2/14/3;
}

.gallery p a:nth-child(27) {
  grid-area: 13/3/14/4;
}

.gallery p a:nth-child(28) {
  grid-area: 14/2/16/4;
}

.gallery p a:nth-child(29) {
  grid-area: 14/1/15/2;
}

.gallery p a:nth-child(30) {
  grid-area: 15/1/16/2;
}

.gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 953/721;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.3s ease-in-out;
}

.navigation.post-navigation {
  display: none !important;
}

.team_page {
  position: relative;
}

.team_page::after {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 357px;
  height: 100%;
  transition: all 0.2s linear;
  content: "";
  z-index: 3;
  background-image: url("./img/store_bg.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1024px) {
  .team_page::after {
    display: none;
  }
}

.team_page::before {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  width: 357px;
  height: 100%;
  transition: all 0.2s linear;
  content: "";
  z-index: 3;
  background-image: url("./img/bg_bottom.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1024px) {
  .team_page::before {
    display: none;
  }
}

.team_page .team_row {
  position: relative;
  padding-top: 232px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 80px;
  position: relative;
  z-index: 12;
}

@media only screen and (max-width: 1024px) {
  .team_page .team_row {
    padding-top: 128px;
    margin-bottom: 48px;
    gap: 24px;
    flex-direction: column;
  }
}

.team_page .team_row .col2 {
  max-width: 345px;
}

.team_page .team_row .col1 {
  max-width: 950px;
}

.team_page .team_row .col1 h2 {
  font-weight: 800;
  font-size: 124px;
  line-height: 93px;
  letter-spacing: 0%;
  color: #60605f;
}

@media only screen and (max-width: 1024px) {
  .team_page .team_row .col1 h2 {
    font-size: 44px;
    line-height: 33px;
  }
}

.team_page .team_row .col1 h2 b {
  color: #ffffff;
}

.team_page .team_members {
  position: relative;
  z-index: 12;
}

.team_page .team_members .inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 48px;
}

@media only screen and (max-width: 1024px) {
  .team_page .team_members .inner {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .team_page .team_members .inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

.team_page .team_members .inner .member {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  transition: all 0.2s linear;
  background-color: #242422;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 16px;
  padding-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
  .team_page .team_members .inner .member {
    padding-bottom: 16px;
  }
}

.team_page .team_members .inner .member img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  transition: all 0.2s linear;
  display: block;
  border-radius: 16px;
  position: relative;
  z-index: 5;
}

.team_page .team_members .inner .member p {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  position: relative;
  z-index: 5;
}

.team_page .team_members .inner .member p:nth-last-child(1) {
  padding-top: 24px;
}

@media only screen and (max-width: 1024px) {
  .team_page .team_members .inner .member p:nth-last-child(1) {
    padding-top: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .team_page .team_members .inner .member p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
  }
}

.team_page .team_members .inner .member::after {
  background: linear-gradient(90deg, #e30613 0%, rgba(227, 6, 19, 0) 100%);
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  transition: all 0.2s linear;
  content: "";
  z-index: 1;
}

.team_page .team_members .team_photo_mobile {
  aspect-ratio: 1.7;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .team_page .team_members .team_photo {
    background-image: none !important;
  }
}

@media (min-width: 1025px) {
  .team_page .team_members .team_photo_mobile {
    display: none;
  }
}

@media (min-width: 1025px) {
  .team_page .team_members .team_photo {
    aspect-ratio: 1.7;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
  }
}

.team_page .team_members .team_photo .splide {
  padding: 20px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .team_page .team_members .team_photo .splide {
    padding: 16px 0;
  }
}

.team_page .team_members .team_photo .splide .splide__track {
  overflow: visible;
}

.team_page .team_members .team_photo .splide .splide__track .splide__list {
  height: auto;
}

@media (min-width: 1025px) {
  .team_page .team_members .team_photo .splide .splide__track .splide__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
  }
}

@media (max-width: 1280px) and (min-width: 1025px) {
  .team_page .team_members .team_photo .splide .splide__track .splide__list {
    padding: 16px;
    grid-column-gap: 16x;
  }
}

@media only screen and (max-width: 1280px) {
  .team_page .team_members .team_photo .splide .splide__track .splide__list {
    padding: 16px;
  }
}

.team_page .team_members .team_photo .col {
  position: relative;
  border: solid 1px rgba(255, 255, 255, 0.2);
  background-color: #242422;
  padding: 24px;
}

@media (max-width: 1280px) and (min-width: 1025px) {
  .team_page .team_members .team_photo .col {
    padding: 20px;
  }
}

.team_page .team_members .team_photo .col .subheader {
  padding-bottom: 8px;
}

@media only screen and (max-width: 1280px) {
  .team_page .team_members .team_photo .col .subheader {
    font-size: 20px;
  }
}

.team_page .team_members .team_photo .col .subheader .num-mob {
  display: inline-block;
}

@media (min-width: 1025px) {
  .team_page .team_members .team_photo .col .subheader .num-mob {
    display: none;
  }
}

.team_page .team_members .team_photo .col p {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 1280px) {
  .team_page .team_members .team_photo .col p {
    font-size: 14px;
  }
}

@media (min-width: 1025px) {
  .team_page .team_members .team_photo .col::after {
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
  }

  .team_page .team_members .team_photo .col.col1::after {
    content: url("./img/arrow_start_end.svg");
    top: -75px;
  }

  .team_page .team_members .team_photo .col.col2::after {
    content: url("./img/arrow_even.svg");
    top: -80px;
  }

  .team_page .team_members .team_photo .col.col3::after {
    content: url("./img/arrow_center.svg");
    top: -56px;
  }

  .team_page .team_members .team_photo .col.col4::after {
    content: url("./img/arrow_four.svg");
    top: -80px;
  }

  .team_page .team_members .team_photo .col.col5::after {
    content: url("./img/arrow_last.svg"); 
    top: -225px;
  }
}

.team_page .team_members .everyone {
  margin-top: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #242422;
  text-align: center;
}

@media (max-width: 1024px) {
  .team_page .team_members .everyone {
    margin-top: 0;
  }
}

.team_page .team_members .everyone p {
  font-size: 24px;
  line-height: 140%;
  color: #fff;
}

@media (max-width: 1024px) {
  .team_page .team_members .everyone p {
    font-size: 18px;
  }
}

.team_page .about_section {
  margin-top: 200px;
  margin-bottom: 200px;
  position: relative;
  z-index: 12;
}

@media only screen and (max-width: 1024px) {
  .team_page .about_section {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.team_page .about_section .row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
}

@media only screen and (max-width: 1024px) {
  .team_page .about_section .row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
  }
}

.team_page .about_section .row .subheader {
  min-width: 200px;
}

.team_page .about_section .row .col2 {
  max-width: 950px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .team_page .about_section .row .col2 {
    max-width: 100%;
    width: 100%;
  }
}

.team_page .about_section .row .col2 p {
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1024px) {
  .team_page .about_section .row .col2 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
  }
}

.team_page .partners_section {
  margin-bottom: 200px;
}

@media only screen and (max-width: 1024px) {
  .team_page .partners_section {
    margin-bottom: 30px;
  }
}

.achievments_section {
  margin-top: 80px;
}

.achievments_section h1 {
  font-weight: 800;
  font-size: 124px;
  line-height: 75%;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  .achievments_section h1 {
    font-size: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .achievments_section h1 {
    font-size: 36px;
    letter-spacing: 0%;
  }
}

.achievments_section h1 span {
  color: #60605f;
}

.achievments_section .achievments_listing {
  margin-top: 80px;
  border-top: 1px solid #60605f;
}

@media only screen and (max-width: 1024px) {
  .achievments_section .achievments_listing {
    margin-top: 32px;
  }
}

.achievments_section .achievments_listing h3 {
  font-family: "Roboto", serif;
  font-weight: 600;
  text-transform: none;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -2.5%;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #60605f;
  display: flex;
  align-items: center;
  justify-content: start;
}

@media only screen and (max-width: 768px) {
  .achievments_section .achievments_listing h3 {
    flex-direction: revert;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1024px) {
  .achievments_section .achievments_listing h3 {
    font-size: 24px;
    line-height: 120%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.achievments_section .achievments_listing h3 b,
.achievments_section .achievments_listing h3 strong {
  font-weight: 600;
  margin-right: 48px;
  flex: 0 0 auto;
}

@media only screen and (max-width: 1024px) {

  .achievments_section .achievments_listing h3 b,
  .achievments_section .achievments_listing h3 strong {
    display: block;
  }
}

.achievments_section .achievments_listing h3 em {
  font-weight: normal !important;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 24px !important;
  line-height: 100%;
  letter-spacing: 0%;
  position: relative;
  margin-left: 8px;
  font-style: normal;
  min-width: 70px;
  display: flex;
  flex: 0 0 auto;
}

@media only screen and (max-width: 1024px) {
  .achievments_section .achievments_listing h3 em {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 768px) {
  .achievments_section .achievments_listing h3 strong,
  .achievments_section .achievments_listing h3 b {
    margin-bottom: 8px;
    flex: 1 1 auto;
  }

  .achievments_section .achievments_listing h3 em {
    padding-left: 0;
    min-width: auto;
    max-width: fit-content;
    width: fit-content;
    margin-left: 0;
    margin-bottom: 8px;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .achievments_section .achievments_listing h3 em:nth-last-child(1) {
    padding-left: 0;
    margin-left: 0;
  }
}

.achievments_section .achievments_listing h3 em::before {
  padding: 0;
  margin: 0;
  padding-right: 4px;
  top: 0;
  left: 0;
  content: "[";
  color: #e30613;
}

.achievments_section .achievments_listing h3 em::after {
  padding: 0;
  margin: 0;
  padding-left: 4px;
  top: 0;
  left: 0;
  content: "]";
  color: #e30613;
}

.about_page .about_banner {
  padding-top: 165px;
  background-image: url("./img/about_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 1024px) {
  .about_page .about_banner {
    padding-top: 128px;
    background-image: url("./img/BB137.jpg");
  }
}

.about_page .about_banner h1 {
  font-weight: 800;
  font-size: 124px;
  line-height: 75%;
  letter-spacing: 0%;
  padding-bottom: 64px;
}

@media only screen and (max-width: 768px) {
  .about_page .about_banner h1 {
    font-size: 63.65px;
    padding-bottom: 24px;
  }
}

.about_page .about_banner .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

@media only screen and (max-width: 1024px) {
  .about_page .about_banner .row {
    flex-direction: column;
  }
}

.about_page .about_banner .row .col1 {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
  .about_page .about_banner .row .col1 {
    max-width: 554px;
  }
}

@media only screen and (max-width: 1024px) {
  .about_page .about_banner .row .col1 {
    max-width: 100%;
    width: 100%;
  }
}

.about_page .about_banner .row .col1 .grid_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 24px;
}

@media only screen and (max-width: 1200px) {
  .about_page .about_banner .row .col1 .grid_container {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
  }
}

.about_page .about_banner .row .col1 .grid_container .grid_element p:nth-child(1) {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 12px;
}

.about_page .about_banner .row .col1 .grid_container .grid_element p:nth-child(2) {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .about_page .about_banner .row .col1 .grid_container .grid_element p:nth-child(2) {
    font-size: 18px;
    line-height: 140%;
  }
}

.about_page .about_banner .row .col1 .grid_container .grid_element p:nth-child(2)::before {
  padding: 0;
  margin: 0;
  padding-right: 4px;
  top: 0;
  left: 0;
  content: "[";
  color: #e30613;
}

.about_page .about_banner .row .col1 .grid_container .grid_element p:nth-child(2)::after {
  padding: 0;
  margin: 0;
  padding-left: 4px;
  top: 0;
  left: 0;
  content: "]";
  color: #e30613;
}

.about_page .about_banner .row .col2 {
  width: 100%;
  display: block;
  max-width: 757px;
  position: relative;
}

.about_page .about_banner .row .col2 img {
  width: 100%;
  right: -120px;
  display: block;
  max-width: 757px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .about_page .about_banner .row .col2 img {
    margin-left: 20px;
    right: 0;
  }
}

@media only screen and (max-width: 700px) {
  .about_page .about_banner .row .col2 img {
    max-width: 99%;
    margin-left: 0;
  }
}

.about_page .about_banner .row .col2 .ab_img {
  position: absolute;
  top: -32px;
  left: -170px;
  display: block;
  margin: 0;
  padding: 0;
  width: 467px;
}

@media only screen and (max-width: 1350px) {
  .about_page .about_banner .row .col2 .ab_img {
    width: 239px;
    min-width: 239px;
    position: absolute;
    top: 89px;
    left: -70px;
    margin: 0;
    padding: 0;
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .about_page .about_banner .row .col2 .ab_img {
    top: -64px;
    left: -24px;
    z-index: 0;
  }
}

.about_page .about_banner .row .col2 .ab_img img {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.about_page .about_section {
  margin-top: 200px;
  margin-bottom: 200px;
  position: relative;
  z-index: 12;
}

@media only screen and (max-width: 1024px) {
  .about_page .about_section {
    margin-top: 48px;
    margin-bottom: 100px;
  }
}

.about_page .about_section .row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
}

@media only screen and (max-width: 1024px) {
  .about_page .about_section .row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
  }
}

.about_page .about_section .row .subheader {
  min-width: 200px;
}

.about_page .about_section .row .col2 {
  max-width: 950px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .about_page .about_section .row .col2 {
    max-width: 100%;
    width: 100%;
  }
}

.about_page .about_section .row .col2 p {
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1024px) {
  .about_page .about_section .row .col2 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
  }
}

.about_page .about_section .row .col2 .socials {
  margin-top: 64px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 768px) {
  .about_page .about_section .row .col2 .socials {
    display: flex;
    margin-top: 32px;
  }
}

.about_page .about_section .row .col2 .socials .box {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1%;
}

@media only screen and (max-width: 768px) {
  .about_page .about_section .row .col2 .socials .box {
    flex: 1;
    font-size: 18px;
    padding: 16px;
  }

  .about_page .about_section .row .col2 .socials .box:nth-child(1) {
    flex: 2;
  }
}

.about_page .about_section .row .col2 .socials .box:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.about_page .road_trip {
  margin-bottom: 200px;
}

@media only screen and (max-width: 1024px) {
  .about_page .road_trip {
    margin-bottom: 30px;
  }
}

a {
  text-decoration: none;
}

html {
  overflow-x: hidden;
}

#page {
  overflow: hidden;
  min-height: 100vh;
}

p {
  margin: 0;
  padding: 0;
}

.ast-article-single {
  padding: 0 !important;
}

#primary {
  padding-bottom: 0;
  padding-top: 0;
  margin: 0 0 0 0 !important;
}

@media only screen and (max-width: 921px) {
  #primary {
    margin: 0 0 0 0 !important;
    padding: 0 !important;
  }
}

.ast-separate-container #content .ast-container {
  padding-left: 20px;
  padding-right: 20px;
}

a:active,
a:focus,
a {
  outline: none !important;
  border: none;
}

.btn--primary {
  font-weight: 500;
  font-size: 18px;
  line-height: 21.09px;
  letter-spacing: 1%;
  padding: 0 48px;
  height: 52px;
  border-radius: 0px;
  transition: all 0.3s linear;
  width: fit-content;
  cursor: pointer;
  color: #ffffff;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  transition: all 0.2s linear;
}

.btn--primary:hover {
  transition: all 0.2s linear;
  background-color: #e30613;
  border-color: #e30613;
}

p {
  padding: 0;
  margin: 0;
}

.ast-container {
  flex-direction: column;
  width: 100%;
}

.subheader {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  line-height: 28.13px;
  letter-spacing: 0%;
}

.subheader span {
  color: #e30613;
}

@media only screen and (max-width: 1024px) {
  .subheader {
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: 0%;
  }
}

.page_home .page {
  background-image: url("./img/bg_1.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top left;
  padding-top: 150px;
}

@media only screen and (max-width: 1024px) {
  .page_home .page {
    padding-top: 48px;
    background-image: none;
  }
}

.page_home .home_banner {
  background-image: url("./img/137_banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  padding-top: 271px;
  height: 900px;
  padding-bottom: 0;
  overflow: hidden;
}

@media only screen and (max-width: 1440px) {
  .page_home .home_banner {
    background-position: right -260px top;
  }
}

@media only screen and (max-width: 1200px) {
  .page_home .home_banner {
    height: auto;
    background-position: top left;
    background-image: url("./img/BB137_home_moile.jpg");
  }
}

@media only screen and (max-width: 1024px) {
  .page_home .home_banner {
    padding-top: 128px;
  }
}

.page_home .home_banner .row {
  display: flex;
  align-items: flex-end;
  position: relative;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .page_home .home_banner .row {
    flex-direction: column;
  }
}

.page_home .home_banner .row .col1 {
  padding-bottom: 48px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .page_home .home_banner .row .col1 {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .page_home .home_banner .row .col1 {
    flex-direction: column-reverse;
    display: flex;
    padding-bottom: 0;
  }
}

.page_home .home_banner .row .col1 .subheader {
  max-width: 450px;
  margin-top: 44px;
}

@media only screen and (max-width: 1024px) {
  .page_home .home_banner .row .col1 .subheader {
    margin-bottom: 114px;
  }
}

.page_home .home_banner .row .col1 h1 {
  padding-top: 233px;
  font-weight: 800;
  font-size: 145.86px;
  line-height: 109.39px;
  letter-spacing: 0%;
}

@media only screen and (max-width: 1200px) {
  .page_home .home_banner .row .col1 h1 {
    padding-top: 110px;
  }
}

@media only screen and (max-width: 1024px) {
  .page_home .home_banner .row .col1 h1 {
    font-size: 56px;
    line-height: 75%;
    padding-top: 0;
  }
}

.page_home .home_banner .row .col1 h1 span {
  opacity: 0.8;
}

.page_home .home_banner .row .col2 {
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 1200px) {
  .page_home .home_banner .row .col2 {
    width: 100%;
    max-width: 100%;
  }
}

.page_home .home_banner .row .col2 img {
  min-width: 746px;
  margin-left: -130px;
}

@media only screen and (max-width: 1200px) {
  .page_home .home_banner .row .col2 img {
    margin: 0;
    min-width: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .page_home .home_banner .row .col2 img.desktop {
    display: none;
  }
}

.page_home .home_banner .row .col2 img.mobile {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .page_home .home_banner .row .col2 img.mobile {
    display: block;
    margin: auto;
  }
}

.page_home .blog_section {
  margin: 0 0 200px 0;
}

@media only screen and (max-width: 1024px) {
  .page_home .blog_section {
    margin-bottom: 100px;
    overflow: hidden;
  }
}

.page_home .blog_section .row {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 64px;
}

@media only screen and (max-width: 1024px) {
  .page_home .blog_section .row {
    flex-direction: column-reverse;
    margin-bottom: 32px;
    gap: 32px;
  }
}

.page_home .blog_section .row .subheader {
  max-width: 345px;
}

.page_home .blog_section .row h2 {
  font-weight: 800;
  font-size: 124px;
  line-height: 93px;
  letter-spacing: 0%;
}

@media only screen and (max-width: 1024px) {
  .page_home .blog_section .row h2 {
    font-weight: 800;
    font-size: 38px;
    line-height: 28px;
    letter-spacing: 0%;
  }
}

.page_home .blog_section .row h2 b {
  color: #60605f;
}

.page_home .blog_section .row2 .splide23 {
  margin-left: 1px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .page_home .blog_section .row2 .splide23 {
    width: 110%;
  }
}

.page_home .blog_section .row2 .splide23 .splide__arrows {
  width: 100%;
  max-width: 100%;
  bottom: -90px;
  padding: 0;
  margin: 0;
  transition: all 0.2s linear;
  position: absolute;
}

.page_home .blog_section .row2 .splide23 .splide__arrows .splide__arrow {
  height: 53px;
  width: 53px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #343432;
  top: 0;
  transition: all 0.2s linear;
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  opacity: 1;
}

.page_home .blog_section .row2 .splide23 .splide__arrows .splide__arrow:hover {
  opacity: 0.8;
}

.page_home .blog_section .row2 .splide23 .splide__arrows .splide__arrow svg {
  display: none;
}

.page_home .blog_section .row2 .splide23 .splide__arrows .splide__arrow--prev {
  bottom: 0;
  left: 0;
  background-image: url("./img/arrow_prev.svg");
}

.page_home .blog_section .row2 .splide23 .splide__arrows .splide__arrow--next {
  bottom: 0;
  grid-auto-rows: 0;
  background-image: url("./img/arrow_next.svg");
  right: 252px;
}

.page_home .blog_section .row2 .splide23 .splide__pagination {
  padding: 0;
  height: 1px;
  left: 72px;
  right: 324px;
  transition: all 0.2s linear;
  bottom: -76px;
}

.page_home .blog_section .row2 .splide23 .splide__pagination li {
  height: 1px;
  top: 0;
  transition: all 0.2s linear;
  bottom: 0;
  padding: 0;
  margin: 0;
  flex: 1;
}

.page_home .blog_section .row2 .splide23 .splide__pagination li button {
  padding: 0;
  background-color: #60605f;
  width: 100%;
  max-width: 100%;
  top: 0;
  transition: all 0.2s linear;
  bottom: 0;
  margin: 0;
  border-radius: 0;
  height: 1px;
  opacity: 1;
  transform: scale(1) !important;
}

.page_home .blog_section .row2 .splide23 .splide__pagination li button.is-active {
  background-color: #ffffff;
}

.page_home .blog_section .row2 .splide:not(.is-overflow) .splide__pagination {
  display: block !important;
}

@media only screen and (max-width: 600px) {
  .page_home .blog_section .row2 .splide__slide {
    max-width: 78%;
    width: 100%;
  }
}

.page_home .blog_section .row2 .post_container .post {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  transition: all 0.2s linear;
  position: relative;
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .page_home .blog_section .row2 .post_container .post {
    max-width: 100%;
    width: 100%;
  }
}

.page_home .blog_section .row2 .post_container .post .post_image {
  margin: 16px;
  border-radius: 16px;
  margin-bottom: 26px;
  overflow: hidden;
  aspect-ratio: 435/262;
}

@media only screen and (max-width: 600px) {
  .page_home .blog_section .row2 .post_container .post .post_image {
    aspect-ratio: 250/262;
  }
}

.page_home .blog_section .row2 .post_container .post .post_image img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 435/262;
  object-fit: cover;
  transition: all 0.2s linear;
  display: block;
  border-radius: 16px;
}

@media only screen and (max-width: 600px) {
  .page_home .blog_section .row2 .post_container .post .post_image img {
    aspect-ratio: 250/262;
  }
}

.page_home .blog_section .row2 .post_container .post .post_content {
  padding: 16px;
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}

.page_home .blog_section .row2 .post_container .post .post_content p {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 23.44px;
  letter-spacing: 0%;
  color: #ffffff;
}

@media only screen and (max-width: 600px) {
  .page_home .blog_section .row2 .post_container .post .post_content p {
    font-size: 17px;
    line-height: 20px;
  }
}

.page_home .blog_section .row2 .post_container .post .post_content p a {
  color: #ffffff;
}

.page_home .blog_section .row2 .post_container .post .post_content .date {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  padding: 5px 8px 4px 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18.75px;
  letter-spacing: 1%;
}

@media only screen and (max-width: 600px) {
  .page_home .blog_section .row2 .post_container .post .post_content .date {
    font-size: 14px;
    line-height: 16.41px;
  }
}

.page_home .blog_section .row2 .post_container .post::after {
  background: linear-gradient(90deg, #e30613 0%, rgba(227, 6, 19, 0) 100%);
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 233px;
  height: 16px;
  transition: all 0.2s linear;
  content: "";
  z-index: -1;
}

.page_home .blog_section .row2 .post_container .post:hover {
  transition: all 0.2s linear;
}

.page_home .blog_section .row2 .post_container .post:hover .post_image img {
  transition: all 0.2s linear;
  transform: scale(1.1);
}

.page_home .blog_section .row2 .post_container .post:hover::after {
  height: 100%;
  transition: all 0.2s linear;
}

.page_home .blog_section .btn_wrapper {
  margin-top: 64px;
  display: flex;
  justify-content: end;
}

@media only screen and (max-width: 768px) {
  .page_home .blog_section .btn_wrapper {
    margin-top: 32px;
    justify-content: center;
  }
}

@media only screen and (max-width: 600px) {
  .page_home .blog_section .btn_wrapper {
    width: 100%;
    max-width: 100%;
  }

  .page_home .blog_section .btn_wrapper a {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}

.page_home .banner_section_b {
  margin: 250px 0 200px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 190px 0 344px 0;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .page_home .banner_section_b {
    padding-top: 0;
    margin-top: 100px;
    padding-bottom: 0;
    margin-bottom: 100px;
  }
}

.page_home .banner_section_b::after {
  display: block;
  content: "";
  width: 50%;
  height: 320px;
  position: absolute;
  left: 0;
  z-index: 2;
  top: 165px;
  background: linear-gradient(90deg, #e30613 0%, rgba(227, 6, 19, 0) 100%);
}

@media only screen and (max-width: 1024px) {
  .page_home .banner_section_b::after {
    display: none;
  }
}

.page_home .banner_section_b .img_b {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-top: -17px;
}

@media only screen and (max-width: 768px) {
  .page_home .banner_section_b .img_b {
    margin-top: -13px;
  }
}

@media only screen and (max-width: 1024px) {
  .page_home .banner_section_b .ast-container {
    padding-top: 24px;
    padding-bottom: 24px;
    background: linear-gradient(90deg, #e30613 0%, rgba(227, 6, 19, 0) 100%);
  }
}

.page_home .banner_section_b .content {
  position: relative;
  z-index: 30;
  max-width: 700px;
  display: flex;
  align-items: start;
  flex-direction: column;
}

.page_home .banner_section_b .content p {
  font-weight: 500;
  font-size: 64px;
  line-height: 70.4px;
  letter-spacing: -2.5%;
}

@media only screen and (max-width: 1024px) {
  .page_home .banner_section_b .content p {
    font-size: 32px;
    line-height: 35.2px;
  }
}

.page_home .banner_section_b .content p:nth-last-child(1) {
  font-weight: 400;
  font-size: 24px;
  line-height: 28.13px;
  letter-spacing: 0%;
  padding-top: 32px;
}

@media only screen and (max-width: 1024px) {
  .page_home .banner_section_b .content p:nth-last-child(1) {
    font-size: 18px;
    line-height: 25.2px;
  }
}

@media only screen and (max-width: 1024px) {
  .page_home .banner_section_b {
    display: none;
  }
}

.page_home .banner_section_b--mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .page_home .banner_section_b--mobile {
    display: block;
  }
}

.page_home .official_store {
  padding-top: 5px;
}

@media only screen and (max-width: 921px) {
  .page_home .official_store {
    overflow: hidden;
  }
}

.page_home .official_store .row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 64px;
  gap: 32px;
}

@media only screen and (max-width: 1380px) {
  .page_home .official_store .row {
    flex-direction: column;
    margin-bottom: 32px;
  }
}

.page_home .official_store .row .subheader {
  max-width: 345px;
}

@media only screen and (max-width: 1024px) {
  .page_home .official_store .row .subheader {
    max-width: 100%;
    width: 100%;
  }
}

.page_home .official_store .row h2 {
  font-weight: 800;
  font-size: 124px;
  line-height: 93px;
  color: #60605f;
  letter-spacing: 0%;
}

@media only screen and (max-width: 1024px) {
  .page_home .official_store .row h2 {
    font-size: 38px;
    line-height: 29px;
  }
}

.page_home .official_store .row h2 b {
  color: #ffffff;
  position: relative;
}

.page_home .official_store .row h2 b::after {
  display: block;
  content: "";
  width: 185px;
  height: 110px;
  position: absolute;
  right: -134px;
  z-index: 2;
  top: -28px;
  background-image: url("./img/137.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (max-width: 1024px) {
  .page_home .official_store .row h2 b::after {
    width: 80px;
    height: 46px;
    right: -64px;
    z-index: 2;
    top: -12px;
  }
}

.page_home .official_store .product_section .splide21 {
  margin-left: 1px;
  position: relative;
}

@media only screen and (max-width: 921px) {
  .page_home .official_store .product_section .splide21 {
    width: 110%;
    min-width: 110%;
    max-width: 110%;
  }
}

@media only screen and (max-width: 768px) {
  .page_home .official_store .product_section .splide21 .splide__slide {
    max-width: 55%;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .page_home .official_store .product_section .splide21 .splide__slide {
    max-width: 78%;
  }
}

.page_home .official_store .product_section .splide21 .splide__arrows {
  width: 100%;
  max-width: 100%;
  bottom: -90px;
  padding: 0;
  margin: 0;
  transition: all 0.2s linear;
  position: absolute;
}

.page_home .official_store .product_section .splide21 .splide__arrows .splide__arrow {
  height: 53px;
  width: 53px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #343432;
  top: 0;
  transition: all 0.2s linear;
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  opacity: 1;
}

.page_home .official_store .product_section .splide21 .splide__arrows .splide__arrow:hover {
  opacity: 0.8;
}

.page_home .official_store .product_section .splide21 .splide__arrows .splide__arrow svg {
  display: none;
}

.page_home .official_store .product_section .splide21 .splide__arrows .splide__arrow--prev {
  bottom: 0;
  left: 0;
  background-image: url("./img/arrow_prev.svg");
}

.page_home .official_store .product_section .splide21 .splide__arrows .splide__arrow--next {
  bottom: 0;
  grid-auto-rows: 0;
  background-image: url("./img/arrow_next.svg");
  right: 162px;
}

.page_home .official_store .product_section .splide21 .splide__pagination {
  padding: 0;
  height: 1px;
  left: 72px;
  right: 234px;
  transition: all 0.2s linear;
  bottom: -76px;
}

.page_home .official_store .product_section .splide21 .splide__pagination li {
  height: 1px;
  top: 0;
  transition: all 0.2s linear;
  bottom: 0;
  padding: 0;
  margin: 0;
  flex: 1;
}

.page_home .official_store .product_section .splide21 .splide__pagination li button {
  padding: 0;
  background-color: #60605f;
  width: 100%;
  max-width: 100%;
  top: 0;
  transition: all 0.2s linear;
  bottom: 0;
  margin: 0;
  border-radius: 0;
  height: 1px;
  opacity: 1;
  transform: scale(1) !important;
}

.page_home .official_store .product_section .splide21 .splide__pagination li button.is-active {
  background-color: #ffffff;
}

.page_home .official_store .product_section .splide:not(.is-overflow) .splide__pagination {
  display: block !important;
}

.page_home .official_store .product_section .post {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  transition: all 0.2s linear;
  background-color: #242422;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.page_home .official_store .product_section .post .post_image {
  margin: 16px;
  border-radius: 16px;
  margin-bottom: 0;
  overflow: hidden;
  z-index: 11;
  position: relative;
  aspect-ratio: 313/410;
  background-color: #ffffff;
}

.page_home .official_store .product_section .post .post_image .gallery_image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 313/410 !important;
  object-fit: cover;
  transition: all 0.2s linear;
  display: block;
  border-radius: 16px;
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 70;
}

.page_home .official_store .product_section .post .post_image .gallery_image img {
  object-fit: cover;
  aspect-ratio: 313/410 !important;
}

@media only screen and (max-width: 1024px) {
  .page_home .official_store .product_section .post .post_image .gallery_image img {
    aspect-ratio: 1/1;
    object-position: center;
    object-fit: cover;
  }
}

@media only screen and (max-width: 1024px) {
  .page_home .official_store .product_section .post .post_image .gallery_image {
    aspect-ratio: 1/1;
    object-position: center;
    object-fit: cover;
  }
}

.page_home .official_store .product_section .post .post_image img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 313/410;
  object-fit: cover;
  transition: all 0.2s linear;
  display: block;
  border-radius: 16px;
}

.page_home .official_store .product_section .post .post_content {
  padding: 16px;
  width: 100%;
  max-width: 100%;
  z-index: 11;
  position: relative;
}

.page_home .official_store .product_section .post .post_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 18.75px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 16px;
}

.page_home .official_store .product_section .post .post_content p a {
  color: rgba(255, 255, 255, 0.8);
}

.page_home .official_store .product_section .post .post_content .buy_now {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  transition: all 0.2s linear;
  letter-spacing: 0%;
  color: #ffffff;
  text-decoration: underline;
  text-decoration-style: solid;
  opacity: 0;
}

.page_home .official_store .product_section .post .post_content .price {
  font-weight: 400;
  font-size: 20px;
  line-height: 23.44px;
  letter-spacing: 0%;
  color: #ffffff;
}

.page_home .official_store .product_section .post .post_content .price a {
  font-weight: 400;
  font-size: 20px;
  line-height: 23.44px;
  letter-spacing: 0%;
  color: #ffffff;
}

.page_home .official_store .product_section .post::after {
  background: linear-gradient(90deg, #e30613 0%, rgba(227, 6, 19, 0) 100%);
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 233px;
  height: 16px;
  transition: all 0.2s linear;
  content: "";
  z-index: 5;
}

.page_home .official_store .product_section .post:hover {
  transition: all 0.2s linear;
}

.page_home .official_store .product_section .post:hover .buy_now {
  transition: all 0.2s linear;
  opacity: 1;
}

.page_home .official_store .product_section .post:hover .post_image img {
  transition: all 0.2s linear;
}

.page_home .official_store .product_section .post:hover .post_image .gallery_image {
  transition: all 0.2s linear;
  display: block;
  opacity: 1;
}

.page_home .official_store .product_section .post:hover::after {
  height: 100%;
  transition: all 0.2s linear;
}

.page_home .official_store .btn_wrapper {
  margin-top: 64px;
  display: flex;
  justify-content: end;
}

@media only screen and (max-width: 768px) {
  .page_home .official_store .btn_wrapper {
    margin-top: 32px;
    justify-content: center;
  }
}

@media only screen and (max-width: 600px) {
  .page_home .official_store .btn_wrapper {
    width: 100%;
    max-width: 100%;
  }

  .page_home .official_store .btn_wrapper a {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}

.page_home .start_section {
  margin-bottom: 200px;
  margin-top: 200px;
}

@media only screen and (max-width: 1024px) {
  .page_home .start_section {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}

.page_home .start_section::after {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 357px;
  height: 1450px;
  transition: all 0.2s linear;
  content: "";
  z-index: -2;
  background-image: url("./img/bottom_left.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1024px) {
  .page_home .start_section::after {
    display: none;
  }
}

.page_home .start_section .grid_container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media only screen and (max-width: 1024px) {
  .page_home .start_section .grid_container {
    gap: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .page_home .start_section .grid_container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}

.page_home .start_section .grid_container p {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 28px;
  background-color: #242422;
  padding-bottom: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #50504e;
  font-weight: 400;
  font-size: 32px;
  line-height: 37.5px;
  letter-spacing: -2.5%;
}

@media only screen and (max-width: 1024px) {
  .page_home .start_section .grid_container p {
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 22px;
    line-height: 100%;
  }
}

.page_home .start_section .grid_container p img {
  max-height: 70px;
  max-width: 130px;
}

@media only screen and (max-width: 768px) {
  .page_home .start_section .grid_container p img {
    max-width: 100px;
    max-height: 48px;
    width: 100%;
  }
}

.page_home .start_section .grid_container p:first-child {
  padding-left: 16px;
  background-color: #343432;
  padding-right: 16px;
}

@media only screen and (max-width: 768px) {
  .page_home .start_section .grid_container p:first-child {
    grid-area: 1/1/2/3;
    padding-top: 19px;
    padding-bottom: 19px;
    background-color: #343432;
  }
}

.tab_section {
  margin-top: 200px;
  margin-bottom: 200px;
}

@media only screen and (max-width: 1024px) {
  .tab_section {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.tab_section .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

@media only screen and (max-width: 1024px) {
  .tab_section .row {
    flex-direction: column;
    gap: 0;
  }
}

.tab_section .row .col-l {
  margin-top: 46px;
  margin-bottom: 46px;
  width: 100%;
  max-width: 280px;
}

@media only screen and (max-width: 1024px) {
  .tab_section .row .col-l {
    max-width: 100%;
    width: 100%;
    order: 3;
    margin: 0;
  }
}

.tab_section .row .col-l .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #242422;
  border: 1px solid #50504e;
  padding: 24px;
  width: 100%;
  min-height: 558px;
}

@media only screen and (max-width: 1024px) {
  .tab_section .row .col-l .wrapper {
    min-height: auto;
  }
}

.tab_section .row .col-l .wrapper p {
  padding-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 1024px) {
  .tab_section .row .col-l .wrapper p {
    font-size: 14px;
    line-height: 21px;
  }
}

.tab_section .row .col-l .wrapper .btn_button {
  margin-top: 24px;
}

.tab_section .row .col-l .wrapper .btn_button a {
  width: 100%;
  text-align: center;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .tab_section .row .col-l .wrapper .btn_button a {
    width: fit-content;
  }
}

@media only screen and (max-width: 600px) {
  .tab_section .row .col-l .wrapper .btn_button a {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .tab_section .row .col-m {
    order: 2;
    max-width: 100%;
  }
}

.tab_section .row .col-m .tab_content {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .tab_section .row .col-m .tab_content {
    padding: 32px 34px;
  }
}

.tab_section .row .col-m .tab_content img {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.tab_section .row .col-m .tab_content.active {
  display: flex;
}

.tab_section .row .col-r {
  max-width: 467px;
  width: 100%;
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 1200px) {
  .tab_section .row .col-r {
    max-width: 300px;
  }
}

@media only screen and (max-width: 1024px) {
  .tab_section .row .col-r {
    max-width: 100%;
    order: 1;
  }
}

.tab_section .row .col-r h3 {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 75px;
  letter-spacing: -2.5%;
  margin-bottom: 48px;
  text-transform: none;
}

@media only screen and (max-width: 1024px) {
  .tab_section .row .col-r h3 {
    font-size: 32px;
    line-height: 37.5px;
    margin-bottom: 24px;
  }
}

.tab_section .row .col-r .tab_selectors {
  transition: 0.2s linear all;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 99;
}

.tab_section .row .col-r .tab_selectors .tab_selector {
  width: 100%;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  border: none;
  background-color: transparent;
  text-align: left;
  padding: 12px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 28px;
  line-height: 32.81px;
  letter-spacing: -2.5%;
  transition: 0.2s linear all;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 1024px) {
  .tab_section .row .col-r .tab_selectors .tab_selector {
    font-size: 20px;
    line-height: 23.44px;
  }
}

.tab_section .row .col-r .tab_selectors .tab_selector span {
  display: block;
  margin-right: 12px;
  font-weight: 400;
  font-size: 28px;
  line-height: 32.81px;
  transition: 0.2s linear all;
  letter-spacing: -2.5%;
  color: #e30613;
}

@media only screen and (max-width: 1024px) {
  .tab_section .row .col-r .tab_selectors .tab_selector span {
    font-size: 20px;
    line-height: 23.44px;
  }
}

.tab_section .row .col-r .tab_selectors .tab_selector.active {
  transition: 0.2s linear all;
  color: #ffffff;
  background: linear-gradient(90deg, #e30613 0%, rgba(227, 6, 19, 0) 100%);
}

.tab_section .row .col-r .tab_selectors .tab_selector.active span {
  transition: 0.2s linear all;
  color: #ffffff;
}

.partners_section {
  position: relative;
}

.partners_section::after {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  z-index: 1;
  width: 357px;
  height: 1921px;
  transition: all 0.2s linear;
  content: "";
  z-index: 3;
  background-image: url("./img/bg_bottom.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1200px) {
  .partners_section::after {
    display: none;
  }
}

.partners_section h2 {
  font-weight: 800;
  font-size: 124px;
  line-height: 93px;
  letter-spacing: 0%;
  color: #ffffff;
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 1100px) {
  .partners_section h2 {
    font-size: 34px;
    line-height: 26px;
  }
}

.partners_section h2 b {
  color: #60605f;
}

.partners_section .left,
.partners_section .right {
  position: relative;
  z-index: 99;
}

.partners_section .right {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 1100px) {
  .partners_section .right {
    max-width: 500px;
  }
}

.partners_section .grid_container {
  margin-top: 64px;
  position: relative;
  z-index: 99;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media only screen and (max-width: 1024px) {
  .partners_section .grid_container {
    margin-top: 32px;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}

.partners_section .grid_container p {
  padding-left: 46px;
  padding-right: 46px;
  padding-top: 28px;
  background-color: #242422;
  padding-bottom: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #50504e;
}

@media only screen and (max-width: 1024px) {
  .partners_section .grid_container p {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 19px;
    padding-bottom: 19px;
  }
}

.partners_section .grid_container p img {
  max-height: 90px;
  width: 100%;
  object-fit: contain;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .partners_section .grid_container p img {
    max-height: 44px;
  }
}

.partners_section .logo_place {
  background-color: #343432;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  margin-top: 20px;
  align-items: center;
  padding: 33px;
}

@media only screen and (max-width: 1024px) {
  .partners_section .logo_place {
    padding: 16px;
    margin-top: 8px;
  }
}

@media only screen and (max-width: 600px) {
  .partners_section .logo_place {
    flex-direction: column;
  }
}

.partners_section .logo_place p {
  font-weight: 400;
  font-size: 32px;
  line-height: 37.5px;
  letter-spacing: -2.5%;
  padding-right: 32px;
}

@media only screen and (max-width: 1024px) {
  .partners_section .logo_place p {
    font-size: 22px;
    line-height: 25.78px;
  }
}

@media only screen and (max-width: 600px) {
  .partners_section .logo_place p {
    padding-right: 0;
    padding-bottom: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .partners_section .logo_place a {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
  }
}

.road_trip {
  overflow: hidden;
  padding-top: 5px;
  background-image: url("./img/bg_tyres.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}

@media only screen and (max-width: 1440px) {
  .road_trip {
    background-image: none;
  }
}

.road_trip .btn__wrapper {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  margin-top: 32px;
  display: none;
}

@media only screen and (max-width: 1024px) {
  .road_trip .btn__wrapper {
    display: flex;
  }
}

@media only screen and (max-width: 600px) {
  .road_trip .btn__wrapper a {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
}

.road_trip .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
  .road_trip .row {
    margin-bottom: 32px;
    gap: 32px;
    flex-direction: column;
  }
}

.road_trip .row .col2 {
  max-width: 345px;
}

.road_trip .row .col1 {
  max-width: 950px;
}

.road_trip .row .col1 h2 {
  font-weight: 800;
  font-size: 124px;
  line-height: 93px;
  letter-spacing: 0%;
}

@media only screen and (max-width: 1024px) {
  .road_trip .row .col1 h2 {
    font-size: 38px;
    line-height: 33px;
  }
}

.road_trip .row .col1 h2 b {
  color: #60605f;
}

.road_trip .row2 {
  position: relative;
}

.road_trip .row2 .splide:not(.is-overflow) .splide__pagination {
  display: block !important;
}

@media only screen and (max-width: 1440px) {
  .road_trip .row2 .timeline_desction {
    width: 100%;
    max-width: 110%;
  }
}

.road_trip .row2 .splide22 {
  width: 2000px;
  position: initial;
  padding-bottom: 115px;
}

@media only screen and (max-width: 1440px) {
  .road_trip .row2 .splide22 {
    width: 110%;
    max-width: 110%;
  }
}

@media only screen and (max-width: 1024px) {
  .road_trip .row2 .splide22 {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .road_trip .row2 .splide22 .splide__slide {
    max-width: 70%;
    width: 100%;
  }
}

.road_trip .row2 .splide22 .timeline_post {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 467px;
}

@media only screen and (max-width: 1024px) {
  .road_trip .row2 .splide22 .timeline_post {
    max-width: 100%;
    width: 100%;
  }
}

.road_trip .row2 .splide22 .timeline_post .year {
  font-weight: 400;
  font-size: 23px;
  line-height: 28.13px;
  letter-spacing: 0%;
  color: #ffffff;
}

.road_trip .row2 .splide22 .timeline_post .year span {
  color: #e30613;
}

.road_trip .row2 .splide22 .timeline_post .description {
  padding: 24px 0;
}

.road_trip .row2 .splide22 .timeline_post .description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 18.75px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.8);
}

.road_trip .row2 .splide22 .timeline_post .post_image {
  width: 100%;
  max-width: 100%;
  display: block;
}

.road_trip .row2 .splide22 .timeline_post .post_image img {
  width: 100%;
  max-width: 100%;
  display: block;
  border-radius: 16px;
  aspect-ratio: 467/263;
  height: auto;
  object-fit: cover;
}

.road_trip .row2 .splide22 li:nth-child(even) .timeline_post {
  display: flex;
  flex-direction: column-reverse;
}

.road_trip .row2 .splide22 li:nth-child(even) .timeline_post .description {
  padding-bottom: 0;
}

.road_trip .row2 .splide22 li:nth-child(even) .timeline_post .year {
  padding-top: 24px;
}

.road_trip .row2 .splide22 .splide__arrows {
  width: 100%;
  max-width: 100%;
  bottom: 27px;
  padding: 0;
  margin: 0;
  transition: all 0.2s linear;
  position: absolute;
}

.road_trip .row2 .splide22 .splide__arrows .splide__arrow {
  height: 53px;
  width: 53px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #343432;
  top: 0;
  transition: all 0.2s linear;
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  opacity: 1;
}

.road_trip .row2 .splide22 .splide__arrows .splide__arrow:hover {
  opacity: 0.8;
}

.road_trip .row2 .splide22 .splide__arrows .splide__arrow svg {
  display: none;
}

.road_trip .row2 .splide22 .splide__arrows .splide__arrow--prev {
  bottom: 0;
  left: 0;
  background-image: url("./img/arrow_prev.svg");
}

.road_trip .row2 .splide22 .splide__arrows .splide__arrow--next {
  bottom: 0;
  grid-auto-rows: 0;
  background-image: url("./img/arrow_next.svg");
  right: 0;
}

.road_trip .row2 .splide22 .splide__pagination {
  background: transparent;
  padding: 0;
  height: 1px;
  left: 72px;
  right: 72px;
  transition: all 0.2s linear;
  bottom: 39px;
  position: absolute;
  z-index: 10;
}

.road_trip .row2 .splide22 .splide__pagination li {
  height: 1px;
  top: 0;
  transition: all 0.2s linear;
  bottom: 0;
  padding: 0;
  margin: 0;
  flex: 1;
}

.road_trip .row2 .splide22 .splide__pagination li button {
  padding: 0;
  background-color: #60605f;
  width: 100%;
  max-width: 100%;
  top: 0;
  transition: all 0.2s linear;
  bottom: 0;
  margin: 0;
  border-radius: 0;
  height: 1px;
  opacity: 1;
  transform: scale(1) !important;
}

.road_trip .row2 .splide22 .splide__pagination li button.is-active {
  background-color: #ffffff;
}

.fancybox-image {
  border-radius: 16px !important;
}

.ast-separate-container #content .ast-container {
  padding: 0 !important;
}

.single__post {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.sponsor_page .partners_section {
  padding-top: 240px !important;
}

@media only screen and (max-width: 1024px) {
  .sponsor_page .partners_section {
    padding-top: 128px !important;
  }
}

.events_section {
  margin: 0 0 160px 0;
  overflow: hidden;
}

.events_section h2 {
  font-family: "Roboto", serif;
  font-weight: 600 !important;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -2.5%;
  text-align: center;
  text-transform: none;
}

@media only screen and (max-width: 921px) {
  .events_section h2 {
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 1250px) {
  .events_section .ast-container {
    padding-right: 0 !important;
  }
}

.events_section .container_f {
  max-width: 1180px !important;
  width: 100% !important;
  padding-left: 2px;
  margin: auto;
}

.events_section .splide__track {
  padding-left: 2px !important;
}

@media only screen and (max-width: 921px) {
  .events_section {
    margin-top: 0;
    margin-bottom: 48px;
  }
}

.events_section .row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

@media only screen and (max-width: 921px) {
  .events_section .row {
    margin-bottom: 16px;
  }
}

.events_section .event_item {
  background-color: #242422;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px 8px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  height: 100%;
}

.events_section .event_item .event_header {
  display: flex;
  align-items: center;
  color: #0d1b2a;
  justify-content: center;
}

.events_section .event_item .event_header .event_image {
  display: flex;
  height: auto;
}

.events_section .event_item .event_header .event_image img {
  display: block;
  margin-right: 8px;
  max-width: 21px;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.events_section .event_item .event_header .event_city {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  display: block;
  letter-spacing: 0%;
  color: #ffffff;
}

.events_section .event_item .event_date {
  margin-top: 24px;
  margin-bottom: 16px;
}

.events_section .event_item .event_date .day {
  font-family: monument;
  color: #ffffff;
  font-weight: 400 !important;
  font-size: 56px;
  line-height: 75%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.events_section .event_item .event_date .month {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1%;
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
}

.events_section .event_item .event_desc p {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.events_section .splide__arrows {
  top: 40%;
  position: absolute;
  width: 100%;
  max-width: 100%;
}

.events_section .splide__arrows .splide__arrow {
  height: 52px;
  width: 52px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #343432;
  border-radius: 0;
  opacity: 1;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.events_section .splide__arrows .splide__arrow svg {
  display: none;
}

.events_section .splide__arrows .splide__arrow--next {
  left: auto;
  right: -152px;
}

@media only screen and (max-width: 1450px) {
  .events_section .splide__arrows .splide__arrow--next {
    right: -40px;
  }
}

.events_section .splide__arrows .splide__arrow--next::after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  background-image: url("./img/next_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.events_section .splide__arrows .splide__arrow--prev {
  left: -152px;
}

@media only screen and (max-width: 1450px) {
  .events_section .splide__arrows .splide__arrow--prev {
    left: -40px;
  }
}

.events_section .splide__arrows .splide__arrow--prev::after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  background-image: url("./img/prev_arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1250px) {
  .events_section .splide23 {
    width: 100%;
    max-width: 105%;
    min-width: 105%;
  }

  .events_section .splide23 .splide__slide {
    max-width: 22%;
    width: 100%;
  }
}

.events_section .splide23 .splide__slide {
  flex: 1;
}

@media only screen and (max-width: 921px) {
  .events_section .splide23 .splide__slide {
    max-width: 44%;
  }

  .events_section .splide23 .event_item .event_header .event_city {
    font-weight: 500;
    font-size: 14px !important;
    line-height: 140% !important;
    letter-spacing: 0%;
  }

  .events_section .splide23 .event_item .event_header .event_city p {
    font-weight: 500;
    font-size: 14px !important;
    line-height: 140% !important;
    letter-spacing: 0%;
  }

  .events_section .splide23 .event_date .day {
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .events_section .splide23 .event_date .month {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
  }

  .events_section .splide23 .event_desc p {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.events_section .no_events_placeholder {
  text-align: center;
  padding: 0 20px 40px;
  max-width: 800px;
  margin: 0 auto;
}

.events_section .no_events_placeholder .subheader {
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 1.2;
}

.events_section .no_events_placeholder .subheader span {
  color: #e30613;
}

@media only screen and (max-width: 1024px) {
  .events_section .no_events_placeholder .subheader {
    font-size: 18px;
  }
}

.events_section .no_events_placeholder .sub_text {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 16px;
}

@media only screen and (max-width: 768px) {
  .events_section .no_events_placeholder .sub_text {
    font-size: 14px;
  }
}

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