.join-the-community {
  padding: 100px 0;
  background: rgb(4, 4, 4);
  position: relative;
  overflow: hidden;
}
.join-the-community::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 663px;
  width: 100%;
  border-top: 1px solid #303030;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4.3%, rgba(255, 195, 0, 0.1)), color-stop(60.11%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(255, 195, 0, 0.1) 4.3%, rgba(0, 0, 0, 0) 60.11%);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition: opacity 0.7s ease-out, -webkit-filter 0.7s ease-out;
  transition: opacity 0.7s ease-out, -webkit-filter 0.7s ease-out;
  transition: opacity 0.7s ease-out, filter 0.7s ease-out;
  transition: opacity 0.7s ease-out, filter 0.7s ease-out, -webkit-filter 0.7s ease-out;
}
.join-the-community::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 0;
  max-width: 510px;
  width: 100%;
  height: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("data:image/svg+xml,%3Csvg width='541' height='189' viewBox='0 0 541 189' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.7' filter='url(%23filter0_f_3020_10572)'%3E%3Cellipse cx='270.4' rx='134' ry='52' fill='%23FFAA17'/%3E%3C/g%3E%3Cg opacity='0.3' filter='url(%23filter1_f_3020_10572)'%3E%3Cellipse cx='270.4' rx='27' ry='13' fill='%23EDBB50'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_3020_10572' x='-9.15527e-05' y='-188.4' width='540.8' height='376.8' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='68.2' result='effect1_foregroundBlur_3020_10572'/%3E%3C/filter%3E%3Cfilter id='filter1_f_3020_10572' x='226.9' y='-29.5' width='87' height='59' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='8.25' result='effect1_foregroundBlur_3020_10572'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  opacity: 0;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: opacity 0.8s ease-out 0.15s, -webkit-filter 0.8s ease-out 0.15s;
  transition: opacity 0.8s ease-out 0.15s, -webkit-filter 0.8s ease-out 0.15s;
  transition: opacity 0.8s ease-out 0.15s, filter 0.8s ease-out 0.15s;
  transition: opacity 0.8s ease-out 0.15s, filter 0.8s ease-out 0.15s, -webkit-filter 0.8s ease-out 0.15s;
}
.join-the-community.is-visible::before {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.join-the-community.is-visible::after {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
@media (max-width: 768px) {
  .join-the-community {
    padding: 68px 0;
  }
}
@media (max-width: 1200px) {
  .join-the-community {
    overflow: visible;
  }
}

.jtc__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .jtc__container {
    padding: 0 20px;
    gap: 80px;
  }
}
.jtc__container::before {
  content: "";
  position: absolute;
  width: 1120px;
  height: 640px;
  background-size: 100%;
  bottom: -240px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-repeat: no-repeat;
  background-image: url("../../../assets/img/join_community_2.png");
}
@media (max-width: 480px) {
  .jtc__container::before {
    width: 200%;
  }
}
.jtc__community-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 60px 60px 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  border-radius: 20px;
  border: 1px solid #DB9A0B;
  background: #040404;
  position: relative;
}
@media (max-width: 768px) {
  .jtc__community-block {
    padding: 40px 60px;
  }
}
.jtc__community-title {
  color: #EEE;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -1.12px;
  margin: 0;
}
@media (max-width: 768px) {
  .jtc__community-title {
    font-size: 32px;
    line-height: 36px;
  }
}
.jtc__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  width: 100%;
}
@media (max-width: 768px) {
  .jtc__social-links {
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.jtc__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 0 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border-radius: 66px;
  border: 1px solid #272727;
  background: rgba(17, 17, 17, 0.4);
  text-decoration: none;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 768px) {
  .jtc__social-link {
    width: 200px;
  }
}
.jtc__social-link:hover {
  background: rgba(17, 17, 17, 0.6);
  border-color: #DB9A0B;
}
.jtc__social-icon {
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.jtc__social-text {
  color: #E5DCD0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.jtc__army-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
.jtc__army-image {
  position: relative;
  bottom: auto;
  width: 120px;
  height: 120px;
  z-index: 2;
}
.jtc__army-icon-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jtc__army-icon-backdrop {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 81px;
  height: 81px;
  border-radius: 50%;
  background: #040404;
  -webkit-box-shadow: inset 0 2px 4px rgba(255, 190, 80, 0.35), inset 0 -1px 2px rgba(0, 0, 0, 0.6);
          box-shadow: inset 0 2px 4px rgba(255, 190, 80, 0.35), inset 0 -1px 2px rgba(0, 0, 0, 0.6);
  -webkit-filter: drop-shadow(0 0 18px rgba(255, 192, 66, 0.35)) drop-shadow(0 6px 12px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 0 18px rgba(255, 192, 66, 0.35)) drop-shadow(0 6px 12px rgba(0, 0, 0, 0.4));
  z-index: 1;
  -webkit-animation: breatheBackdrop 6s ease-in-out infinite;
          animation: breatheBackdrop 6s ease-in-out infinite;
}
.jtc__army-icon-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95px;
  height: 95px;
  z-index: 2;
  -webkit-animation: rotateRing 20s linear infinite;
          animation: rotateRing 20s linear infinite;
}
.jtc__army-icon-ring img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: glowPulse 3s ease-in-out infinite;
          animation: glowPulse 3s ease-in-out infinite;
}
.jtc__army-icon-center {
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jtc__army-icon-center img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.jtc__army-title {
  position: relative;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 82px;
  font-style: normal;
  font-weight: 600;
  line-height: 82px;
  letter-spacing: -3.28px;
  margin: 0 0 24px;
  padding: 0 100px;
  color: #ffffff;
}
.jtc__army-title::before {
  content: "";
  position: absolute;
  left: -450px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 601px;
  height: 381px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  background-image: url("../../../assets/img/left_title_decore_2.png");
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-out;
  transition: opacity 1.2s ease-out;
}
.jtc__army-title::after {
  content: "";
  position: absolute;
  right: -450px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 613px;
  height: 381px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  background-image: url("../../../assets/img/right_title_decore_2.png");
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-out 0.2s;
  transition: opacity 1.2s ease-out 0.2s;
}
@media (max-width: 768px) {
  .jtc__army-title {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -1.6px;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .jtc__army-title {
    width: 300px;
  }
}
.jtc__army-block.is-fully-scrolled .jtc__army-title::before, .jtc__army-block.is-fully-scrolled .jtc__army-title::after {
  opacity: 1;
}
.jtc__army-description {
  width: 340px;
  max-width: 100%;
  color: rgba(238, 238, 238, 0.5);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.4px;
  margin: 0 0 48px;
}
@media (max-width: 768px) {
  .jtc__army-description {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 32px;
  }
}
.jtc__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jtc__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 64px;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.32px;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  white-space: nowrap;
}
.jtc__button:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.jtc__button:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 480px) {
  .jtc__button {
    width: 100%;
    font-size: 13px;
    width: 164px;
  }
}
.jtc__button--primary {
  border: 1px solid rgba(219, 154, 11, 0.6);
  background: -webkit-gradient(linear, left top, left bottom, from(#382D13), to(#171613));
  background: linear-gradient(180deg, #382D13 0%, #171613 100%);
  color: #DB9A0B;
}
.jtc__button--secondary {
  min-width: 185px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1E1C16), to(#110F09));
  background: linear-gradient(180deg, #1E1C16 0%, #110F09 100%);
  color: #FFF;
  border: 1px solid transparent;
}
@media (max-width: 480px) {
  .jtc__button--secondary {
    min-width: auto;
  }
}

@-webkit-keyframes rotateRing {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotateRing {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes glowPulse {
  0%, 100% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
}
@keyframes glowPulse {
  0%, 100% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes breatheBackdrop {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0.85;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.03);
            transform: translate(-50%, -50%) scale(1.03);
    opacity: 0.95;
  }
}
@keyframes breatheBackdrop {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0.85;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.03);
            transform: translate(-50%, -50%) scale(1.03);
    opacity: 0.95;
  }
}