.join-community {
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
.join-community__bg-lines {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.join-community__bg-decor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.join-community::before {
  content: "";
  position: absolute;
  width: 103px;
  height: 655px;
  background: rgba(237, 28, 36, 0.12);
  border-radius: 51.5px;
  top: -100px;
  left: 22%;
  transform: rotate(5.988deg);
  pointer-events: none;
  z-index: 0;
}
.join-community::after {
  content: "";
  position: absolute;
  width: 59px;
  height: 534px;
  background: rgba(247, 148, 29, 0.12);
  border-radius: 29.5px;
  top: 0;
  right: 28%;
  transform: rotate(-4.239deg);
  pointer-events: none;
  z-index: 0;
}
.join-community__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 56px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .join-community__container {
    padding: 0 20px;
  }
}
.join-community__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 21947630px;
  background: #3D9B8E;
  box-shadow: 0px 26.164px 32.705px -6.541px rgba(0, 0, 0, 0.1), 0px 10.465px 13.082px -7.849px rgba(0, 0, 0, 0.1);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 40px;
}
.join-community__badge svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.join-community__badge span {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
}
.join-community__header {
  text-align: center;
  margin-bottom: 64px;
  max-width: 702px;
  margin-left: auto;
  margin-right: auto;
}
.join-community__title {
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #0A0F1A;
  margin: 0 0 16px;
}
.join-community__description {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #4a5565;
  margin: 0;
}
.join-community__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1024px) {
  .join-community__content {
    flex-direction: column;
    gap: 40px;
  }
}
.join-community__features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 538px;
  max-width: 100%;
}
.join-community__feature {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 27.74px 24.5px;
  border: 1.5px solid #f3f4f6;
  border-radius: 20px;
  height: 120px;
  overflow: hidden;
  background: #fff;
}
.join-community__feature--green {
  background: #f0fdf4;
}
.join-community__feature--green .join-community__feature-icon {
  background: #d2f9de;
}
.join-community__feature--teal {
  background: #f0fdfa;
}
.join-community__feature--teal .join-community__feature-icon {
  background: #c5f7ec;
}
.join-community__feature--orange {
  background: #fff7ed;
}
.join-community__feature--orange .join-community__feature-icon {
  background: #ffe4c2;
}
.join-community__feature--red {
  background: #fef2f2;
}
.join-community__feature--red .join-community__feature-icon {
  background: #fcd4d4;
}
.join-community__feature-icon {
  width: 61.529px;
  height: 61.529px;
  border-radius: 12.819px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.join-community__feature-icon img {
  width: 20px;
  height: 20px;
}
.join-community__feature-content {
  flex: 1;
  min-width: 0;
}
.join-community__feature-title {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  color: #0A0F1A;
  margin: 0 0 4px;
}
.join-community__feature-description {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4a5565;
  margin: 0;
}
.join-community__image-wrapper {
  width: 651px;
  max-width: 100%;
  height: 434px;
  border-radius: 21.093px;
  overflow: visible;
  box-shadow: 0px 32.957px 65.915px -15.819px rgba(0, 0, 0, 0.25);
  position: relative;
}
.join-community__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 21.093px;
}
.join-community__image-circle {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0px 13.183px 19.774px -3.955px rgba(0, 0, 0, 0.1), 0px 5.273px 7.91px -5.273px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.join-community__image-circle--teal {
  width: 84.371px;
  height: 84.371px;
  background: #00d5be;
  top: -42px;
  right: 83.5px;
}
.join-community__image-circle--orange {
  width: 105.463px;
  height: 105.463px;
  background: #ff8904;
  bottom: -30px;
  left: -52px;
}
