html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer,
main,
nav,
section {
  display: block;
}

a {
  background-color: #0000;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}



* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

h1,
h2,
h4,
h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-toggle {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

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

  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}





:root {
  --black: black;
  --paragraph-gray: dimgrey;
  --primary: #fdf567;
  --medium: 20px;
  --white: white;
  --small: 12px;
  --gray: #e5e5e5;
  --large: 60px;
  --primary-dark: #0e0e0e;
  --dark-gray-50: #0000001a;
  --primary-light: #fdf5674d;
  --dark-gray: #d6d6d6;
  --white-50: #ffffff80;
  --light-gray: #f9f9fa;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  color: var(--black);
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1em;
}

h2 {
  color: var(--black);
  letter-spacing: -.96px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.1em;
}

h4 {
  color: var(--black);
  letter-spacing: -.56px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--paragraph-gray);
  letter-spacing: -.36px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5em;
}

a {
  color: var(--black);
  letter-spacing: -.32px;
  align-items: center;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  color: var(--paragraph-gray);
}

img {
  max-width: 100%;
  display: inline-block;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

.base-container {
  align-items: center;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.primary-button {
  grid-column-gap: 10px;
  border-radius: var(--large);
  background-color: var(--primary);
  color: var(--black);
  text-align: center;
  text-transform: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .3s, color .3s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--black);
  opacity: 1;
  color: var(--primary);
}

.primary-button.banner-fixed-width {
  min-width: 217px;
}

.primary-button.medium-widht {
  grid-column-gap: 35px;
}

.navbar {
  background-color: #fff0;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  padding: 16px 15px;
  font-size: 16px;
  line-height: 1.2em;
}

.nav-link:hover {
  opacity: 1;
  color: var(--black);
}

.nav-item-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2em;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer {
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 30px;
  position: relative;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
}

.text-white {
  color: var(--white);
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  width: 95%;
  padding-left: 30px;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid var(--dark-gray);
  width: 100%;
  position: static;
}

.accordion-list-content {
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-title {
  max-width: 770px;
}

.footer-link {
  color: var(--paragraph-gray);
  padding-right: 1px;
  transition: all .3s;
}

.footer-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.white-text {
  color: var(--white);
}

.footer-brand {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.footer-links-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.search-shop-con {
  align-items: center;
  display: flex;
}

.accordion-wrap-one-column {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.primary-button-dark {
  grid-column-gap: 10px;
  border-radius: var(--large);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  text-transform: none;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.primary-button-dark:hover {
  background-color: var(--white);
  color: var(--black);
}

.banner-buttons-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.home-banner-description {
  color: #fff;
  max-width: 530px;
}

.home-banner-section {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 8px;
  margin-right: 8px;
  padding-top: 160px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.secondary-button {
  border-radius: var(--large);
  background-color: var(--dark-gray);
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.secondary-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.text-dark {
  color: var(--black);
}

.subtitle {
  grid-column-gap: 6px;
  border-radius: var(--large);
  background-color: var(--dark-gray-50);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding: 4px 12px;
  font-weight: 500;
  line-height: 1.4em;
  display: flex;
}

.subtitle.bottom-space-50 {
  margin-bottom: 50px;
}

.testimonials-tab-link {
  grid-row-gap: 8px;
  border-radius: var(--medium);
  background-color: var(--primary-light);
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  padding: 24px 10px;
  font-size: 18px;
  line-height: 1.5em;
  display: flex;
}

.testimonials-tab-link:hover {
  color: var(--black);
}

.testimonials-tab-link.w--current {
  background-color: var(--primary);
}

.collection-title {
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  display: block;
}

.collection-title:hover {
  color: #fff;
}

.collection-title.dark {
  color: var(--black);
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.black-overlay {
  z-index: 3;
  background-color: #00000059;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brand-tablet {
  display: none;
}

.clip {
  position: relative;
  overflow: hidden;
}

.button-text-wrap {
  width: 100%;
  overflow: hidden;
}

.button-text-wrap.bottom-text-wrapper {
  position: absolute;
  bottom: -100%;
}

.nav-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.banner-text-wrapper {
  width: 50%;
}

.vertical-24 {
  grid-row-gap: 24px;
}

.button-icon-wrap {
  width: 100%;
  overflow: hidden;
}

.button-icon-wrap.right-icon {
  position: absolute;
  top: 0;
  right: -100%;
}

.banner-image {
  border-radius: var(--medium);
  width: 48%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: clip;
}

.cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nav-container-left {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.black {
  color: var(--black);
}

.small-section-title {
  text-align: center;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.logos-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 30px;
}

.about-us-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.top-about {
  grid-column-gap: 25px;
  border-radius: var(--medium);
  background-color: var(--primary);
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
}

.about-item-card {
  padding: 50px;
  overflow: hidden;
}

.about-item-card.full-height {
  height: 100%;
}

.top-40 {
  margin-top: 40px;
}

.about-images-wrapper {
  grid-column-gap: 8px;
  align-items: stretch;
  width: 100%;
}

.about-image-left {
  border-radius: var(--small);
  width: 70%;
  margin-top: 8px;
  margin-bottom: 8px;
  overflow: clip;
}

.about-image-right {
  border-radius: var(--small);
  width: 30%;
  margin-top: 8px;
  margin-bottom: 8px;
  overflow: clip;
}

.about-black-item {
  border-radius: var(--medium);
  background-color: var(--black);
}

.bottom-image-about {
  grid-column-gap: 70px;
  grid-row-gap: 26px;
  border-radius: var(--small);
  background-image: url("image/banner2.webp");
  background-position: 50%;
  background-size: auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 20px;
  display: grid;
}

.about-item {
  border-radius: var(--large);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  letter-spacing: -.32px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2em;
}

.about-yellow-item {
  border-radius: var(--medium);
  background-color: var(--primary);
}

.join-card-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.member-circl {
  border: 3px solid var(--primary);
  border-radius: var(--large);
  width: 57px;
  height: 57px;
  margin-left: -23px;
  position: relative;
  overflow: clip;
}

.member-circl.first {
  z-index: 5;
  margin-left: 0;
  position: relative;
}

.member-circl._2 {
  z-index: 4;
}

.member-circl._3 {
  z-index: 3;
}

.space-between-vertical {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.advantages-title-grid {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: start;
  width: 100%;
}

.advantages-list {
  grid-row-gap: 24px;
  margin-top: 40px;
}

.cover-top-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.advantages-info {
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--dark-gray);
  align-items: stretch;
  width: 100%;
  max-width: 640px;
  padding-bottom: 30px;
}

.advantages-info.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.gray-text {
  color: var(--paragraph-gray);
}

.title-flex-27 {
  z-index: 10;
  grid-column-gap: 27px;
  position: relative;
}

.advantages-description {
  z-index: 10;
  max-width: 585px;
  position: relative;
}

.advantages-image-wrapper {
  border-radius: var(--medium);
  width: 270px;
  height: 136px;
  overflow: clip;
}

.max-widht-640 {
  max-width: 640px;
}

.accordion-icon-wrapper {
  border-radius: var(--large);
  background-color: var(--gray);
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  position: relative;
}

.black-plus.hover {
  position: absolute;
}

.center-subtitle-wrapp {
  justify-content: center;
  align-items: flex-start;
}

.testimonial-wrapper {
  grid-row-gap: 20px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.stars-wrapper {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
}

.testimonials-tabs-menu {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.testimonial-image-small {
  border-radius: var(--large);
  object-fit: cover;
  width: 66px;
  height: 66px;
}

.event-bg {
  border-radius: var(--medium);
  background-image: linear-gradient(121deg, #0009, #0000), url("image/event.webp");
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  padding: 30px;
}

.event-card-wrapper {
  border-radius: var(--small);
  background-color: var(--white);
  max-width: 500px;
}

.home-event-item {
  justify-content: space-between;
  min-height: 540px;
  padding: 30px;
}

.collection-link-large {
  letter-spacing: -.96px;
  font-size: 42px;
  line-height: 1.1em;
}

.date-event-wrapp {
  grid-row-gap: 6px;
  margin-top: 16px;
}

.vertical-30 {
  grid-row-gap: 30px;
  align-items: stretch;
}

.for-who-wrapper {
  z-index: 2;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.for-who-item {
  grid-row-gap: 24px;
  border-bottom: 1px solid var(--dark-gray);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.for-who-item.last {
  margin-bottom: 40px;
}

.cta-wrapper {
  border-radius: var(--medium);
  background-image: linear-gradient(113deg, #0009, #0000 76%), url("image/cta.webp");
  background-position: 0 0, 50%;
  background-size: auto, auto;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 686px;
  padding: 50px;
  overflow: hidden;
}

.cta-text {
  color: var(--white);
  font-size: 70px;
}

._570-max-w {
  max-width: 570px;
}

.vertical-8 {
  grid-row-gap: 8px;
}

.copyright-wrapper {
  color: var(--paragraph-gray);
}

.links-wrapp {
  justify-content: space-between;
  width: 45%;
}

.relative-wrapper {
  position: relative;
}

.images-absolute-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 46px;
  padding-bottom: 42px;
  position: absolute;
  inset: 0%;
}

.who-images {
  border-radius: var(--medium);
  width: 140px;
  height: 140px;
  overflow: clip;
}

.who-images.bottom {
  margin-left: 20px;
}

.who-images.bottom-right {
  margin-right: 20px;
}

.singlie-item-wrapper {
  height: 100%;
}

.single-item {
  height: 100%;
}

.template-screen-content {
  z-index: 20;
  position: absolute;
  inset: 0%;
}

.template-screen-link {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cursor-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: auto;
}

.card-cursor {
  border-radius: var(--large);
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -42px;
  left: -30px;
}

.event-screen-bottom {
  z-index: 1;
  align-items: stretch;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.schedule-top {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.vertical-line {
  width: 1px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.date {
  grid-row-gap: 6px;
  grid-template-columns: 1fr;
  place-items: center;
}

.schedule-top-content {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.month {
  color: var(--paragraph-gray);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
}

.day {
  letter-spacing: 2px;
  font-size: 22px;
  line-height: 1.2em;
}

.line-fill-vertical {
  background-color: var(--dark-gray-50);
  width: 1px;
  height: 100%;
}

.card-item-3 {
  grid-row-gap: 0px;
  border: 1px solid var(--dark-gray-50);
  border-radius: var(--small);
  grid-template-columns: 1fr;
  height: 100%;
  min-height: 450px;
  overflow: hidden;
}

.top {}

.event-bottom-image {
  z-index: 25;
  flex-flow: column;
  justify-content: flex-end;
  min-height: 280px;
  max-height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.event-item-grid-list-large {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.desctop-hidden {
  display: none;
}

.right-nav-wrapper {
  justify-content: flex-start;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 48px;
  }

  .section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .footer {
    padding-top: 100px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .testimonials-tab-link {
    min-width: 180px;
  }

  .black-overlay {
    padding: 30px;
  }

  .nav-left {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .vertical-24.max-widht {
    max-width: 80%;
  }

  .nav-container-left {
    max-width: 1380px;
  }

  .bottom-image-about {
    grid-column-gap: 110px;
  }

  .about-item {
    font-size: 28px;
  }

  .member-circl {
    width: 67px;
    height: 67px;
  }

  .testimonial-wrapper {
    max-width: 950px;
  }

  .testimonial-image-small {
    width: 86px;
    height: 86px;
  }

  .collection-link-large {
    font-size: 48px;
  }

  .for-who-wrapper {
    max-width: 680px;
  }

  .cta-text {
    font-size: 80px;
  }

  .links-wrapp {
    width: 40%;
  }

  .who-images {
    width: 198px;
    height: 198px;
  }

  .who-images.bottom {
    margin-left: 60px;
  }

  .who-images.bottom-right {
    margin-left: 50%;
  }

  .event-item-grid-list-large {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1440px) {

  .home-banner-section {
    min-height: 98vh;
  }

  .testimonials-tab-link {
    min-width: 200px;
  }

  .nav-left {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
  }

  .nav-container-left {
    padding-left: 70px;
  }

  .logos-grid {
    grid-column-gap: 90px;
  }

  .top-about {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 1920px) {

  .home-banner-section {
    margin-right: 70px;
    padding-left: 70px;
  }

  .nav-container-left {
    padding-left: 310px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 38px;
  }

  .base-container {
    max-width: 100%;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .close-menu-button {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .accordion-title {
    max-width: 660px;
  }

  .footer-wrapper {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footer-logo {
    height: 130px;
  }

  .search-shop-con {
    display: none;
  }

  .primary-button-dark:hover {
    opacity: 1;
  }

  .home-banner-description {
    font-size: 22px;
  }

  .home-banner-section {
    padding-top: 120px;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 2px;
  }

  .brand-tablet {
    display: block;
  }

  .nav-container-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-us-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .top-about {
    grid-column-gap: 0px;
  }

  .about-item-card {
    padding: 30px;
  }

  .about-item {
    padding: 6px 20px;
  }

  .join-card-bottom {
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .advantages-title-grid {
    grid-column-gap: 40px;
  }

  .advantages-image-wrapper {
    width: 220px;
  }

  .event-bg {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .event-card-wrapper {
    max-width: 450px;
  }

  .collection-link-large {
    font-size: 38px;
  }

  .for-who-wrapper {
    max-width: 100%;
  }

  .cta-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .cta-text {
    font-size: 64px;
  }

  .links-wrapp {
    width: 80%;
  }

  .images-absolute-wrapper {
    display: none;
  }

  .event-item-grid-list-large {
    grid-template-columns: 1fr 1fr;
  }

  .desctop-hidden {
    margin-top: 40px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .base-container {
    max-width: 100%;
  }

  .nav-link {
    margin-left: 0;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .accordion-toggle {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .accordion-title {
    max-width: 470px;
    font-size: 30px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .footer-brand {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .footer-logo {
    height: 90px;
  }

  .home-banner-description {
    font-size: 18px;
  }

  .home-banner-section {
    margin-top: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .subtitle {
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    line-height: 16px;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .banner-text-wrapper {
    width: 100%;
    margin-top: 40px;
  }

  .banner-image {
    width: 100%;
    height: 350px;
    position: relative;
  }

  .cover-image.banner {
   
    object-position: 50% 0%;
  }
 

  .about-us-grid {
    grid-template-columns: 1fr;
  }

  .top-about {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .about-images-wrapper {
    height: 300px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .join-card-bottom {
    flex-flow: row;
    margin-top: 40px;
  }

  .advantages-title-grid {
    grid-template-columns: 1fr;
  }

  .advantages-info {
    padding-bottom: 23px;
  }

  .title-flex-27 {
    grid-column-gap: 16px;
  }

  .advantages-image-wrapper {
    width: 100%;
    height: 230px;
    margin-bottom: 20px;
  }

  .accordion-icon-wrapper {
    width: 40px;
    height: 40px;
  }

  .testimonials-tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 40px;
  }

  .event-bg {
    padding-top: 280px;
    padding-right: 10px;
  }

  .event-card-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .home-event-item {
    grid-row-gap: 24px;
    min-height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-link-large {
    font-size: 36px;
  }

  .cta-wrapper {
    min-height: 500px;
  }

  .cta-text {
    font-size: 50px;
  }

  .links-wrapp {
    width: 100%;
  }

  .event-item-grid-list-large {
    grid-template-columns: 1fr;
  }
}

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

  .nav-link {
    width: 99%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .footer-copyright {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .accordion-title {
    max-width: 240px;
  }

  .footer-wrapper {
    grid-row-gap: 30px;
  }

  .footer-logo {
    height: 56px;
  }

  .banner-buttons-wrapper {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .logos-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-item-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-40 {
    margin-top: 36px;
  }

  .bottom-image-about {
    grid-template-columns: 1fr;
    padding: 50px 10px 10px;
  }

  .join-card-bottom {
    flex-flow: column-reverse;
  }

  .accordion-icon-wrapper {
    flex: none;
  }

  .cta-wrapper {
    padding-right: 20px;
  }

  .cta-text {
    font-size: 42px;
  }

  .copyright-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .links-wrapp {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

#w-node-_3622e119-92c5-92ad-43a0-8dcea7551ce0-ad6bdb0b {
  grid-area: 2 / 3 / 3 / 4;
}

@media screen and (min-width: 1280px) {

  #w-node-_3622e119-92c5-92ad-43a0-8dcea7551ce0-ad6bdb0b {
    grid-row-start: 2;
    grid-column-start: 1;
  }
}

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

  #w-node-_3622e119-92c5-92ad-43a0-8dcea7551ce0-ad6bdb0b {
    grid-column-start: 1;
  }
}






/* ===========================
   БЛОК "О НАС" — ЛЁГКИЙ ТЮНИНГ
   =========================== */

.about-us-grid {
  align-items: stretch;
}

.top-about {
  min-height: 420px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.about-item-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-images-wrapper {
  align-items: stretch;
}

.about-image-left,
.about-image-right {
  height: 100%;
}

.about-black-item {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

/* на мобильных картинки "О нас" поменьше */
@media screen and (max-width: 767px) {
  .about-images-wrapper {
    height: 260px;
  }
}


/* обёртка для партнёров (добавь в HTML вокруг .logos-grid div.logos-marquee) */
.logos-marquee {
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
}

/* переопределяем grid -> flex и включаем анимацию */
.logos-grid {
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 40px;
}

.logos-grid--marquee {
  animation: logos-marquee 25s linear infinite;
}

.logos-grid img {
  flex-shrink: 0;
  opacity: 0.75;
  filter: grayscale(1);
  transition: opacity 0.3s ease, filter 0.3s ease, transform 0.3s ease;
}

.logos-grid img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px);
}

@keyframes logos-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* на мобильных чуть меньше отступы */
@media screen and (max-width: 479px) {
  .logos-grid {
    gap: 24px;
  }
}

/* ===========================
   FAQ / АККОРДЕОН
   =========================== */

.accordion-item {
  cursor: pointer;
}

.accordion-list {
  /* перебиваем старые стили w-dropdown-list */
  display: block;
  max-height: 0;
  opacity: 0;
  padding-left: 30px;
  transition: max-height 0.35s ease, opacity 0.35s ease;
}

.accordion-item.is-open .accordion-list {
  max-height: 500px;
  /* при необходимости увеличить */
  opacity: 1;
}

.accordion-icon-wrapper {
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.accordion-item.is-open .accordion-icon-wrapper {
  background-color: var(--black);
  transform: rotate(90deg);
}

.accordion-item.is-open .accordion-icon-wrapper img.black-plus {
  filter: invert(1);
}

/* ===========================
   ТАБЫ С ОТЗЫВАМИ
   =========================== */

.w-tabs {
  width: 100%;
}

.w-tab-content {
  margin-top: 40px;
}

.testimonials-tab-link {
  cursor: pointer;
  border: 1px solid transparent;
}

.testimonials-tab-link.w--current {
  border-color: var(--black);
}

/* ===========================
   АНИМАЦИЯ ПОЯВЛЕНИЯ БЛОКОВ
   =========================== */

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* небольшое ускорение для мелких элементов */
.card-item-3.reveal,
.for-who-item.reveal,
.accordion-item.reveal {
  transition-duration: 0.5s;
}


/* ===========================
   НОВЫЙ ХЕДЕР BIKE RIDE
   =========================== */

.br-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--dark-gray-50);
}

.br-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.br-logo img {
  display: block;
}

.br-nav {
  margin-left: 40px;
}

.br-nav-list {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
}

.br-nav-link {
  font-size: 16px;
  line-height: 1.2;
  position: relative;
}

.br-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: var(--black);
  transition: width 0.25s ease;
}

.br-nav-link:hover::after,
.br-nav-link--active::after {
  width: 100%;
}

.br-header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.br-cta {
  font-size: 14px;
}

/* Бургер */
.br-burger {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--dark-gray-50);
  background: #fff;
  display: none;
  /* по умолчанию прячем на десктопе */
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  cursor: pointer;
}

.br-burger-line {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--black);
}

/* Мобильное меню */
.br-mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1099;
}

.br-mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}

.br-mobile-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 320px;
  background: #fff;
  padding: 20px 18px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.br-mobile-panel.is-open {
  transform: translateX(0);
}

.br-mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.br-mobile-close {
  border: none;
  background: #0000;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.br-mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.br-mobile-link {
  font-size: 18px;
  line-height: 1.3;
}

.br-mobile-link--active {
  font-weight: 600;
}

.br-mobile-cta {
  margin-top: 24px;
}

/* Общий класс для блокировки скролла */
.no-scroll {
  overflow: hidden;
}

/* Адаптив */
@media screen and (max-width: 991px) {
  .br-header {
    position: relative;
  }

  .br-nav {
    display: none;
  }

  .br-cta {
    display: none;
  }

  .br-burger {
    display: flex;
  }

  .br-logo--mobile img {
    height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .br-header-inner {
    min-height: 60px;
    display: flex;
    align-items: center;
  }
}



/* ===========================
   АНИМАЦИЯ ПОЯВЛЕНИЯ (для reveal)
   =========================== */

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}