.spinner-button {
  position: relative;
  display: none;
  width: 32px;
  font-size: 24px;
  transform: scale(1.5);
  margin: 0 8px -32px 8px;
}
.spinner-button .spinner-blade {
  position: absolute;
  left: 0.4629em;
  bottom: 0;
  width: 0.074em;
  height: 0.2777em;
  border-radius: 0.0555em;
  background-color: transparent;
  -webkit-transform-origin: center -0.2222em;
  -ms-transform-origin: center -0.2222em;
  transform-origin: center -0.2222em;
  animation: spinner-fade9234 1s infinite linear;
}
.spinner-button .spinner-blade:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.spinner-button .spinner-blade:nth-child(2) {
  -webkit-animation-delay: 0.083s;
  animation-delay: 0.083s;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.spinner-button .spinner-blade:nth-child(3) {
  -webkit-animation-delay: 0.166s;
  animation-delay: 0.166s;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.spinner-button .spinner-blade:nth-child(4) {
  -webkit-animation-delay: 0.249s;
  animation-delay: 0.249s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.spinner-button .spinner-blade:nth-child(5) {
  -webkit-animation-delay: 0.332s;
  animation-delay: 0.332s;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.spinner-button .spinner-blade:nth-child(6) {
  -webkit-animation-delay: 0.415s;
  animation-delay: 0.415s;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.spinner-button .spinner-blade:nth-child(7) {
  -webkit-animation-delay: 0.498s;
  animation-delay: 0.498s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.spinner-button .spinner-blade:nth-child(8) {
  -webkit-animation-delay: 0.581s;
  animation-delay: 0.581s;
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.spinner-button .spinner-blade:nth-child(9) {
  -webkit-animation-delay: 0.664s;
  animation-delay: 0.664s;
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.spinner-button .spinner-blade:nth-child(10) {
  -webkit-animation-delay: 0.747s;
  animation-delay: 0.747s;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.spinner-button .spinner-blade:nth-child(11) {
  -webkit-animation-delay: 0.83s;
  animation-delay: 0.83s;
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.spinner-button .spinner-blade:nth-child(12) {
  -webkit-animation-delay: 0.913s;
  animation-delay: 0.913s;
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

@keyframes spinner-fade9234 {
  0% {
    background-color: var(--Iron);
  }
  100% {
    background-color: transparent;
  }
}
.page-management-section {
  display: none;
}

header .header-container,
header .header-container.is-fixed {
  position: static;
}

body {
  overflow: hidden;
}

.leader-landing {
  background-color: var(--Black);
}
.leader-landing .hero-section {
  padding: 100px 0;
}
.leader-landing .hero-section .border-curve {
  position: relative;
  padding: 96px 75px;
  margin: 0 55px;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leader-landing .hero-section .border-curve > .container {
  gap: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.leader-landing .hero-section .border-curve .col-gif video {
  max-height: calc(100vh - 200px);
  min-height: 662px;
  width: 120%;
  margin-right: -10%;
}
.leader-landing .hero-section .border-curve .col-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 351px;
}
.leader-landing .hero-section .border-curve .col-content h1 {
  font-weight: 900;
  font-size: 40px;
  line-height: 67px;
  text-align: center;
  color: var(--White);
  margin-bottom: 50px;
}
.leader-landing .hero-section .border-curve .col-content .now {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: var(--White);
  margin-bottom: 25px;
}
.leader-landing .hero-section .border-curve .col-content .candle-num {
  box-shadow: -4px 4px 8px 0px rgba(255, 255, 255, 0.1490196078) inset;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.0509803922);
  padding: 3px 17px;
  font-weight: 900;
  font-size: 40px;
  line-height: 67px;
  text-align: center;
  color: var(--White);
  margin-bottom: 25px;
  min-width: 351px;
  border-radius: 8px;
}
.leader-landing .hero-section .border-curve .col-content .subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: var(--White);
  margin-bottom: 50px;
}
.leader-landing .hero-section .border-curve .col-content .mtn-btn {
  width: 100%;
}
.leader-landing .hero-section .border-curve .col-content .mtn-btn .btn-text {
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
  color: var(--Black);
}
.leader-landing .hero-section .border-curve .col-content .mtn-btn.disabled-btn .btn-text {
  display: none;
}
.leader-landing .hero-section .border-curve .col-content .mtn-btn.disabled-btn .spinner-button {
  position: relative;
  display: flex;
  width: 32px;
  font-size: 24px;
  transform: scale(1.5);
  margin: 0 8px -36px 31px;
}
.leader-landing .hero-section .border-curve .top-right-curve {
  background: url(/wp-content/themes/mtn_personal/assets/images/leader/hero-curve.svg) left top no-repeat;
  width: 178px;
  height: 159px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 1;
  transform: rotateY(0) rotateX(180deg);
}
.leader-landing .hero-section .border-curve .top-left-curve {
  background: url(/wp-content/themes/mtn_personal/assets/images/leader/hero-curve.svg) left top no-repeat;
  width: 178px;
  height: 159px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  transform: rotateZ(180deg);
}
.leader-landing .hero-section .border-curve .bottom-right-curve {
  background: url(/wp-content/themes/mtn_personal/assets/images/leader/hero-curve.svg) left top no-repeat;
  width: 178px;
  height: 159px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 1;
}
.leader-landing .hero-section .border-curve .bottom-left-curve {
  background: url(/wp-content/themes/mtn_personal/assets/images/leader/hero-curve.svg) left top no-repeat;
  width: 178px;
  height: 159px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
  transform: rotateY(180deg) rotateX(0deg);
}
.leader-landing .hero-section .border-curve .top-line {
  background: url(/wp-content/themes/mtn_personal/assets/images/leader/vector-2.svg) center top no-repeat;
  width: calc(100% - 409px);
  height: 4px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 1;
  margin: auto;
  background-size: contain;
}
.leader-landing .hero-section .border-curve .right-line {
  background: url(/wp-content/themes/mtn_personal/assets/images/leader/vector-1.svg) right center no-repeat;
  height: calc(100% - 359px);
  width: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  display: block;
  z-index: 1;
  margin: auto;
  background-size: cover;
}
.leader-landing .hero-section .border-curve .bottom-line {
  background: url(/wp-content/themes/mtn_personal/assets/images/leader/vector-2.svg) center bottom no-repeat;
  width: calc(100% - 409px);
  height: 4px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 1;
  margin: auto;
  background-size: contain;
}
.leader-landing .hero-section .border-curve .left-line {
  background: url(/wp-content/themes/mtn_personal/assets/images/leader/vector-1.svg) left center no-repeat;
  height: calc(100% - 359px);
  width: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  display: block;
  z-index: 1;
  margin: auto;
  background-size: cover;
}
.leader-landing .details-section {
  padding: 50px 0 23px;
}
.leader-landing .details-section .border-curve {
  position: relative;
  margin: auto;
  max-width: 958px;
}
.leader-landing .details-section .border-curve .content {
  padding: 93px 34px;
}
.leader-landing .details-section .border-curve .content p {
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  margin: 0;
  color: var(--White);
  text-align: center;
}
.leader-landing .details-section .border-curve .top-line {
  width: 100%;
  height: 65px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 1;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leader-landing .details-section .border-curve .right-line {
  width: 35px;
  height: calc(100% - 98px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
  margin: auto;
}
.leader-landing .details-section .border-curve .right-line > img {
  height: 100%;
}
.leader-landing .details-section .border-curve .bottom-line {
  width: 100%;
  height: 65px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 1;
  margin: auto;
  transform: rotateX(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.leader-landing .details-section .border-curve .left-line {
  width: 35px;
  height: calc(100% - 98px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
  margin: auto;
}
.leader-landing .details-section .border-curve .left-line > img {
  height: 100%;
}
.leader-landing .pishvaz-section {
  padding: 20px 0 72px;
}
.leader-landing .pishvaz-section > .container > .row {
  align-items: center;
}
.leader-landing .pishvaz-section h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 23px;
  color: #FFCC00;
}
.leader-landing .pishvaz-section h3 * {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
}
.leader-landing .pishvaz-section p {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 0;
  color: var(--White);
}
.leader-landing .pishvaz-section video {
  height: 601px;
}
.leader-landing .pishvaz-section #audio-items {
  margin-top: 36px;
}
.leader-landing .pishvaz-section .audio-container {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.leader-landing .pishvaz-section .audio-container .content {
  display: flex;
  align-items: center;
}
.leader-landing .pishvaz-section .audio-container .content .title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: var(--White);
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 200px;
}
.leader-landing .pishvaz-section .audio-container .content .title .icon {
  width: 27px;
  height: 27px;
  min-width: 27px;
  min-height: 27px;
}
.leader-landing .pishvaz-section .audio-container .content .code {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: var(--White);
  padding: 0 5px;
}
.leader-landing .pishvaz-section .audio-container .voice {
  width: 321px;
  height: 53px;
  border-radius: 47px;
  background-color: #2B2B2B;
  padding: 5px 20px 5px 8px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: 60px;
}
.leader-landing .pishvaz-section .audio-container .voice .play-btn {
  background: linear-gradient(38.23deg, #FFCC00 15.58%, #6B5500 83%);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leader-landing .pishvaz-section .audio-container .voice .play-btn > img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
.leader-landing .pishvaz-section .audio-container .voice .waveform {
  margin: auto;
}
.leader-landing .pishvaz-section .audio-container .voice .waveform > img {
  filter: grayscale(1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.leader-landing .pishvaz-section .audio-container .voice .waveform .waveform-svg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leader-landing .pishvaz-section .audio-container .voice .waveform .waveform-svg rect {
  transition: fill 0.08s linear;
}
.leader-landing .pishvaz-section .audio-item {
  display: block;
}
.leader-landing .pishvaz-section .audio-item.d-none {
  display: none;
}
.leader-landing .pishvaz-section .d-none {
  display: none;
}
.leader-landing .pishvaz-section .play-btn .pause-icon {
  display: none;
}
.leader-landing .pishvaz-section .play-btn.is-playing .play-icon {
  display: none;
}
.leader-landing .pishvaz-section .play-btn.is-playing .pause-icon {
  display: inline-block;
}
.leader-landing .pishvaz-section .show-more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.leader-landing .pishvaz-section .show-more button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 34px;
  color: var(--White);
  font-weight: 600;
}
.leader-landing .pishvaz-section .show-more button span {
  font-weight: 600;
}
.leader-landing .pishvaz-section .show-more svg {
  width: 16px;
  height: 8px;
  margin-right: 15px;
}
.leader-landing .download-section {
  padding: 72px 0 117px;
}
.leader-landing .download-section h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 23px;
  color: #FFCC00;
  text-align: center;
}
.leader-landing .download-section h3 * {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
}
.leader-landing .download-section p {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 57px;
  color: var(--White);
  text-align: center;
}
.leader-landing .download-section .mtn-btn {
  min-width: 206px;
  height: 42px;
  border-radius: 8px;
  margin: auto !important;
  margin-top: 35px !important;
  display: none;
}
.leader-landing .download-section .mtn-btn:focus:not(:active)::before {
  border-radius: 8px;
  display: none;
}
.leader-landing .download-section .figma-slider__panel[data-slot=active] .mtn-btn {
  display: flex;
}
.leader-landing .download-section .figma-slider,
.leader-landing .download-section .figma-slider * {
  box-sizing: border-box;
}
.leader-landing .download-section .figma-slider {
  display: flex;
  justify-content: center;
  width: 100%;
  direction: rtl;
  font-family: "MTNIrancell", Tahoma, Arial, sans-serif;
}
.leader-landing .download-section .figma-slider__stage {
  position: relative;
  width: min(100%, 1132px);
  aspect-ratio: 1132/843;
  overflow: hidden;
  isolation: isolate;
}
.leader-landing .download-section .figma-slider__viewport {
  position: absolute;
  inset: 0;
}
.leader-landing .download-section .figma-slider__panel {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #000;
  transition: left 560ms cubic-bezier(0.22, 1, 0.36, 1), top 560ms cubic-bezier(0.22, 1, 0.36, 1), width 560ms cubic-bezier(0.22, 1, 0.36, 1), height 560ms cubic-bezier(0.22, 1, 0.36, 1), opacity 360ms ease, filter 560ms cubic-bezier(0.22, 1, 0.36, 1);
}
.leader-landing .download-section .figma-slider__panel::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}
.leader-landing .download-section .figma-slider__panel img {
  display: block;
  width: 100%;
  height: 88%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}
.leader-landing .download-section .figma-slider__panel[data-slot=far-left] {
  left: 10.2473%;
  top: 16.3701%;
  z-index: 1;
  width: 26.0601%;
  height: 62.1589%;
}
.leader-landing .download-section .figma-slider__panel[data-slot=far-left]::after {
  background: linear-gradient(270deg, #000 50%, rgba(0, 0, 0, 0.3) 100%);
}
.leader-landing .download-section .figma-slider__panel[data-slot=near-left] {
  left: 20.4064%;
  top: 11.7331%;
  z-index: 2;
  width: 29.9117%;
  height: 71.407%;
}
.leader-landing .download-section .figma-slider__panel[data-slot=near-left]::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, #000 50%);
}
.leader-landing .download-section .figma-slider__panel[data-slot=active] {
  left: 31.069%;
  top: 0;
  z-index: 4;
  width: 38.0574%;
  height: 101.8529%;
}
.leader-landing .download-section .figma-slider__panel[data-slot=active]::after {
  display: none;
}
.leader-landing .download-section .figma-slider__panel[data-slot=near-right] {
  left: 50.0353%;
  top: 11.7331%;
  z-index: 2;
  width: 29.9117%;
  height: 80.407%;
}
.leader-landing .download-section .figma-slider__panel[data-slot=near-right]::after {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.3) 0%, #000 35%);
}
.leader-landing .download-section .figma-slider__panel[data-slot=far-right] {
  left: 63.6042%;
  top: 16.3701%;
  z-index: 1;
  width: 26.0601%;
  height: 70.1589%;
}
.leader-landing .download-section .figma-slider__panel[data-slot=far-right]::after {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.3) 0%, #000 35%);
}
.leader-landing .download-section .figma-slider__panel[data-slot=hidden] {
  left: 31.069%;
  top: 0;
  z-index: 0;
  width: 38.0574%;
  height: 101.8529%;
  opacity: 0;
  pointer-events: none;
}
.leader-landing .download-section .figma-slider__panel[data-slot=hidden]::after {
  display: none;
}
.leader-landing .download-section .figma-slider__control {
  position: absolute;
  top: 43.535%;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 4.5053%, 51px);
  height: clamp(40px, 6.0498%, 51px);
  padding: 0;
  color: #000;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.leader-landing .download-section .figma-slider__control svg {
  display: block;
  width: 100%;
  height: 100%;
}
.leader-landing .download-section .figma-slider__control--prev {
  left: 0;
}
.leader-landing .download-section .figma-slider__control--next {
  top: 43.0605%;
  right: 0;
}
.leader-landing .download-section .figma-slider__control--next svg {
  transform: scaleX(-1);
}
.leader-landing .download-section .figma-slider__control--next svg:hover circle {
  fill: var(--Sunshine_Dark);
}
.leader-landing .download-section .figma-slider__control:focus-visible,
.leader-landing .download-section .figma-slider__download:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.leader-landing .download-section .figma-slider__download {
  position: absolute;
  left: 40.9011%;
  top: 95.0178%;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(160px, 18.1979%, 206px);
  height: clamp(40px, 4.9822%, 42px);
  color: #000;
  font-size: clamp(16px, 1.7668vw, 20px);
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  background: #ffcc00;
  border-radius: 8px;
  transition: background-color 180ms ease, transform 180ms ease;
}
.leader-landing .download-section .figma-slider__download:hover {
  background: #fcca3e;
}
.leader-landing .download-section .figma-slider__download:active {
  transform: translateY(1px);
}
@media (max-width: 768px) {
  .leader-landing .download-section .figma-slider {
    padding-inline: 16px;
  }
  .leader-landing .download-section .figma-slider__download {
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
  }
  .leader-landing .download-section .figma-slider__download:active {
    transform: translateX(-50%) translateY(1px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .leader-landing .download-section .figma-slider__panel,
  .leader-landing .download-section .figma-slider__download {
    transition: none;
  }
}

.site-footer {
  background-color: var(--Black);
}

.swiper-button {
  width: 51px;
  height: 51px;
  background: var(--Sunshine);
  border-radius: 50%;
  color: var(--Black);
}
.swiper-button.swiper-button-disabled {
  background: var(--CardBoard);
  border: unset;
  pointer-events: none;
}
.swiper-button.swiper-button-disabled::before {
  background: var(--CardBoard);
}
.swiper-button.prev::after {
  display: none;
}
.swiper-button.prev svg {
  width: 20px;
  height: 20px;
  transform: rotateX(180deg);
}
.swiper-button.prev.swiper-button-disabled::before {
  position: absolute;
  transform: rotateY(180deg);
  content: url(/wp-content/themes/mtn_personal/assets/images/icons/arrow-to-left-black.svg);
  font-size: 6px;
}
.swiper-button.next::after {
  display: none;
}
.swiper-button.next svg {
  width: 20px;
  height: 20px;
}
.swiper-button.next.swiper-button-disabled::before {
  position: absolute;
  content: url(/wp-content/themes/mtn_personal/assets/images/icons/arrow-to-left-black.svg);
  font-size: 6px;
}
.swiper-button:hover {
  background-color: var(--Sunshine_Dark);
}

@media (max-width: 1200px) {
  .leader-landing .download-section .figma-slider__panel[data-slot=active] {
    height: 100%;
  }
  .leader-landing .download-section .figma-slider__panel img {
    height: 85%;
  }
}
@media (max-width: 992px) {
  .leader-landing .hero-section {
    padding: 27px 0 26px;
  }
  .leader-landing .hero-section .border-curve {
    padding: 40px 14px;
    margin: 0 24px;
  }
  .leader-landing .hero-section .border-curve > .container {
    gap: 30px;
    flex-direction: column;
  }
  .leader-landing .hero-section .border-curve .col-content h1 {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 0;
    max-width: 263px;
  }
  .leader-landing .hero-section .border-curve .col-content .now {
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 5px;
  }
  .leader-landing .hero-section .border-curve .col-content .candle-num {
    min-width: 263px;
    margin-bottom: 5px;
    padding: 7px 15px;
    font-size: 24px;
    line-height: 40px;
    max-width: 263px;
  }
  .leader-landing .hero-section .border-curve .col-content .subtitle {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 21px;
    max-width: 263px;
  }
  .leader-landing .hero-section .border-curve .col-content .mtn-btn {
    min-width: 219px;
    width: auto;
    height: 37px;
  }
  .leader-landing .hero-section .border-curve .col-content .mtn-btn .btn-text {
    font-size: 14px;
    line-height: 24.96px;
    font-weight: 600;
  }
  .leader-landing .hero-section .border-curve .col-gif video {
    min-height: 198px;
  }
  .leader-landing .hero-section .border-curve .top-right-curve,
  .leader-landing .hero-section .border-curve .top-left-curve,
  .leader-landing .hero-section .border-curve .bottom-left-curve,
  .leader-landing .hero-section .border-curve .bottom-right-curve {
    width: 57px;
    height: 51px;
    background-size: contain;
  }
  .leader-landing .hero-section .border-curve .left-line,
  .leader-landing .hero-section .border-curve .right-line {
    height: calc(100% - 125px);
  }
  .leader-landing .hero-section .border-curve .top-line,
  .leader-landing .hero-section .border-curve .bottom-line {
    width: calc(100% - 130px);
  }
  .leader-landing .details-section {
    padding: 26px 0 12px;
  }
  .leader-landing .details-section .border-curve .content {
    padding: 58px 0;
  }
  .leader-landing .details-section .border-curve .content p {
    font-size: 16px;
    line-height: 40px;
  }
  .leader-landing .details-section .border-curve .left-line,
  .leader-landing .details-section .border-curve .right-line {
    display: none;
  }
  .leader-landing .pishvaz-section {
    padding: 12px 0 43px;
  }
  .leader-landing .pishvaz-section .col-gif {
    order: 1;
  }
  .leader-landing .pishvaz-section .col-gif video {
    height: 289px;
  }
  .leader-landing .pishvaz-section .col-content {
    order: 2;
    margin-bottom: 30px;
  }
  .leader-landing .pishvaz-section .col-content h3 {
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 15px;
  }
  .leader-landing .pishvaz-section .col-content h3 * {
    font-size: 18px;
    line-height: 31px;
  }
  .leader-landing .pishvaz-section .col-content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 14px;
  }
  .leader-landing .pishvaz-section #audio-items {
    margin: 0;
  }
  .leader-landing .pishvaz-section .audio-container {
    flex-direction: column;
  }
  .leader-landing .pishvaz-section .audio-container .content {
    margin-bottom: 21px;
    width: 100%;
    justify-content: space-between;
  }
  .leader-landing .pishvaz-section .audio-container .content .title {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
  }
  .leader-landing .pishvaz-section .audio-container .content .title .icon {
    width: 21px;
    height: 21px;
    min-width: 21px;
    min-height: 21px;
  }
  .leader-landing .pishvaz-section .audio-container .content .code {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
  }
  .leader-landing .pishvaz-section .audio-container .voice {
    width: 274px;
    height: 45px;
    margin: auto;
    gap: 4px;
  }
  .leader-landing .pishvaz-section .audio-container .voice .play-btn {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
  }
  .leader-landing .pishvaz-section .audio-container .voice .waveform .waveform-svg {
    height: 37px;
  }
  .leader-landing .pishvaz-section .show-more button {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
  }
  .leader-landing .pishvaz-section .show-more svg {
    margin-right: 10px;
  }
  .leader-landing .download-section {
    padding: 42px 0 87px;
  }
  .leader-landing .download-section h3 {
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: start;
  }
  .leader-landing .download-section h3 * {
    font-size: 18px;
    line-height: 31px;
  }
  .leader-landing .download-section p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
    text-align: start;
  }
  .leader-landing .download-section .mtn-btn {
    font-size: 14px;
    line-height: 36.7px;
    min-width: 126px;
    width: auto;
    height: 25px;
    border-radius: 4px;
    margin-top: 14px !important;
  }
  .swiper-button {
    width: 20px;
    height: 20px;
  }
  .swiper-button.prev svg, .swiper-button.next svg {
    width: 10px;
    height: 10px;
  }
  .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 24px);
  }
  .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 24px);
  }
}
@media (max-width: 767.98px) {
  .leader-landing .pishvaz-section .audio-item.d-none {
    display: none;
  }
  .leader-landing .pishvaz-section .show-more {
    display: block;
  }
  .leader-landing .download-section .figma-slider__control {
    width: clamp(20px, 4.5053%, 51px);
    height: clamp(20px, 6.0498%, 51px);
  }
  .leader-landing .download-section .figma-slider__control svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575px) {
  .leader-landing .download-section .figma-slider__panel img {
    height: 81%;
  }
  .leader-landing .download-section .figma-slider__panel[data-slot=active] .mtn-btn {
    min-width: 100%;
  }
}