.tp-core-advantages {
  --tp-core-green: var(--tp-theme-primary, #075b2a);
  --tp-core-green-dark: #03451f;
  --tp-core-green-light: #e7f3df;
  --tp-core-red: var(--secondary-color, #e7352d);
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
  background: radial-gradient(circle at 50% 48%, rgba(121, 181, 87, 0.16), transparent 29%), radial-gradient(circle at 92% 8%, rgba(164, 203, 135, 0.16), transparent 24%), linear-gradient(180deg, #fff 0%, var(--tp-core-advantages-bg, #f6faf2) 55%, #f2f8ed 100%);
  isolation: isolate;
}
.tp-core-advantages.has-background-image {
  background-color: var(--tp-core-advantages-bg, #f6faf2);
  background-image: radial-gradient(circle at 50% 48%, rgba(121, 181, 87, 0.14), transparent 29%), radial-gradient(circle at 92% 8%, rgba(164, 203, 135, 0.14), transparent 24%), linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(242, 248, 237, 0.48)), var(--tp-core-advantages-background-image);
  background-position: center, center, center, bottom;
  background-repeat: no-repeat;
  background-size: auto, auto, cover, cover;
}
.tp-core-advantages::before, .tp-core-advantages::after {
  position: absolute;
  z-index: -1;
  width: 48vw;
  height: 180px;
  border: 1px solid rgba(65, 139, 70, 0.1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
.tp-core-advantages::before {
  top: 100px;
  right: -15vw;
  transform: rotate(12deg);
}
.tp-core-advantages::after {
  bottom: 15px;
  left: -14vw;
  transform: rotate(-10deg);
}

.tp-core-advantages-pattern {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 150px;
  opacity: 0.28;
  background-image: linear-gradient(30deg, transparent 49%, rgba(83, 145, 75, 0.18) 50%, transparent 51%), linear-gradient(150deg, transparent 49%, rgba(83, 145, 75, 0.12) 50%, transparent 51%);
  background-size: 90px 44px;
  mask-image: linear-gradient(to bottom, transparent, #000);
}

.tp-core-advantages-header {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.tp-core-advantages-eyebrow {
  display: block;
  color: var(--tp-core-red);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tp-core-advantages-leaf {
  display: block;
  width: 72px;
  height: 24px;
  margin: 4px auto 6px;
  color: #55944a;
}
.tp-core-advantages-leaf svg {
  display: block;
  width: 100%;
  height: 100%;
}

.tp-core-advantages-title {
  margin: 0;
  color: var(--tp-core-green);
  font-size: clamp(36px, 4.2vw, 45px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.tp-core-advantages-description {
  margin: 16px 0 0;
  color: #505c50;
  font-size: 17px;
  line-height: 1.6;
}

.tp-core-advantages-stage {
  display: grid;
  position: relative;
  grid-template-columns: minmax(310px, 1fr) 350px minmax(310px, 1fr);
  grid-template-rows: repeat(3, minmax(156px, auto));
  gap: 20px 82px;
  align-items: stretch;
  max-width: 1320px;
  margin: 48px auto 0;
}

.tp-core-advantages-center {
  display: flex;
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1/4;
  min-height: 520px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: tp-core-center-enter 0.9s 0.15s ease-out both;
}

.tp-core-advantages-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(53, 139, 66, 0.35);
  border-radius: 50%;
  pointer-events: none;
}
.tp-core-advantages-orbit::before, .tp-core-advantages-orbit::after {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #e9f5e2;
  border-radius: 50%;
  background: #69a95d;
  box-shadow: 0 0 0 5px rgba(105, 169, 93, 0.13);
  content: "";
}

.tp-core-advantages-orbit-outer {
  width: 355px;
  height: 355px;
  margin: -195px 0 0 -177px;
  animation: tp-core-orbit-spin 24s linear infinite;
}
.tp-core-advantages-orbit-outer::before {
  top: 44px;
  right: 48px;
}
.tp-core-advantages-orbit-outer::after {
  bottom: 50px;
  left: 42px;
}

.tp-core-advantages-orbit-inner {
  width: 285px;
  height: 285px;
  margin: -160px 0 0 -142px;
  border-style: dashed;
  animation: tp-core-orbit-spin-reverse 18s linear infinite;
}
.tp-core-advantages-orbit-inner::before {
  top: 50%;
  right: -5px;
}
.tp-core-advantages-orbit-inner::after {
  bottom: -3px;
  left: 50%;
}

.tp-core-advantages-shield-wrap {
  position: relative;
  z-index: 2;
  width: 280px;
  filter: drop-shadow(0 22px 22px rgba(10, 77, 34, 0.25));
  animation: tp-core-shield-float 4.8s ease-in-out infinite;
}

.tp-core-advantages-shield {
  display: block;
  width: 100%;
  height: auto;
}

.tp-core-advantages-center-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
}
.tp-core-advantages-center-copy strong,
.tp-core-advantages-center-copy span {
  display: block;
}
.tp-core-advantages-center-copy strong {
  color: #f2cf67;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
}
.tp-core-advantages-center-copy span {
  margin-top: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.tp-core-advantages-badge {
  display: inline-flex;
  position: relative;
  z-index: 3;
  min-height: 48px;
  margin-top: -25px;
  padding: 10px 22px;
  align-items: center;
  gap: 9px;
  color: var(--tp-core-green);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  background: rgba(239, 248, 232, 0.96);
  border: 1px solid rgba(61, 127, 54, 0.2);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(27, 91, 39, 0.18);
  z-index: 7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: min(430px, 90%);
  padding: 14px 22px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(180deg, #16713d, #07522c);
  border: 2px solid #efca54;
  box-shadow: 0 14px 34px rgba(7, 86, 41, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  font-size: clamp(13px, 1vw, 17px);
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.tp-core-advantages-badge svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tp-core-advantage-card {
  display: flex;
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 22px 24px;
  align-items: center;
  gap: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(246, 255, 242, 0.32));
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  -webkit-backdrop-filter: blur(4px) saturate(135%);
  backdrop-filter: blur(4px) saturate(135%);
  box-shadow: inset 4px 0 0 rgba(91, 158, 72, 0.55), 0 14px 38px rgba(31, 72, 34, 0.12);
  opacity: 0;
  animation: tp-core-card-enter 0.7s calc(0.08s * var(--item-index)) cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.tp-core-advantage-card::after {
  position: absolute;
  top: 50%;
  width: 82px;
  height: 2px;
  background: linear-gradient(90deg, rgba(52, 132, 61, 0.58), rgba(52, 132, 61, 0.08));
  content: "";
  pointer-events: none;
}
.tp-core-advantage-card:hover {
  z-index: 4;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(246, 255, 242, 0.62));
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: inset 4px 0 0 var(--tp-core-green), 0 22px 48px rgba(24, 85, 36, 0.18);
  transform: translateY(-6px);
}
.tp-core-advantage-card:hover .tp-core-advantage-icon {
  transform: rotate(-3deg) scale(1.06);
}
.tp-core-advantage-card:hover .tp-core-advantage-icon svg {
  transform: scale(1.04);
}

.tp-core-advantage-card-1 {
  grid-column: 1;
  grid-row: 1;
}

.tp-core-advantage-card-2 {
  grid-column: 3;
  grid-row: 1;
}

.tp-core-advantage-card-3 {
  grid-column: 3;
  grid-row: 2;
}

.tp-core-advantage-card-4 {
  grid-column: 1;
  grid-row: 2;
}

.tp-core-advantage-card-5 {
  grid-column: 1;
  grid-row: 3;
}

.tp-core-advantage-card-6 {
  grid-column: 3;
  grid-row: 3;
}

.tp-core-advantage-card-1::after,
.tp-core-advantage-card-4::after,
.tp-core-advantage-card-5::after {
  right: -82px;
}

.tp-core-advantage-card-2,
.tp-core-advantage-card-3,
.tp-core-advantage-card-6 {
  box-shadow: inset -4px 0 0 rgba(91, 158, 72, 0.55), 0 14px 38px rgba(31, 72, 34, 0.12);
}
.tp-core-advantage-card-2::after,
.tp-core-advantage-card-3::after,
.tp-core-advantage-card-6::after {
  left: -82px;
  transform: rotate(180deg);
}
.tp-core-advantage-card-2:hover,
.tp-core-advantage-card-3:hover,
.tp-core-advantage-card-6:hover {
  box-shadow: inset -4px 0 0 var(--tp-core-green), 0 22px 48px rgba(24, 85, 36, 0.18);
}

.tp-core-advantage-icon {
  display: flex;
  width: 86px;
  height: 92px;
  flex: 0 0 86px;
  align-items: center;
  justify-content: center;
  color: #27813d;
  background: linear-gradient(145deg, #f0f8eb, #dcefd3);
  clip-path: polygon(50% 0, 93% 23%, 93% 77%, 50% 100%, 7% 77%, 7% 23%);
  filter: drop-shadow(0 8px 8px rgba(54, 120, 53, 0.16));
  transition: transform 0.35s ease;
}
.tp-core-advantage-icon svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.35s ease;
}

.tp-core-advantage-content {
  min-width: 0;
}
.tp-core-advantage-content p {
  margin: 10px 0 0;
  color: #4d584f;
  font-size: 14px;
  line-height: 1.62;
}

.tp-core-advantage-heading {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}
.tp-core-advantage-heading h3 {
  margin: 0;
  color: var(--tp-core-green);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.3;
  text-transform: uppercase;
}

.tp-core-advantage-number {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-top: -3px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(145deg, #21833c, #075326);
  border: 3px solid #edf7e8;
  border-radius: 50%;
  box-shadow: 0 7px 14px rgba(14, 94, 38, 0.24);
}

@keyframes tp-core-card-enter {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes tp-core-center-enter {
  from {
    opacity: 0;
    transform: scale(0.88);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes tp-core-shield-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes tp-core-orbit-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes tp-core-orbit-spin-reverse {
  to {
    transform: rotate(-360deg);
  }
}
@media (max-width: 1199px) {
  .tp-core-advantages-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 18px;
    max-width: 900px;
  }
  .tp-core-advantages-center {
    grid-column: 1/-1;
    grid-row: auto;
    min-height: 440px;
    margin-bottom: 10px;
  }
  .tp-core-advantage-card {
    grid-column: auto;
    grid-row: auto;
    min-height: 158px;
  }
  .tp-core-advantage-card::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-core-advantages {
    padding: 72px 0 60px;
  }
  .tp-core-advantages-eyebrow {
    font-size: 14px !important;
  }
  .tp-core-advantages-title {
    font-size: clamp(32px, 7vw, 44px);
  }
  .tp-core-advantages-description {
    font-size: 15px;
  }
  .tp-core-advantages-stage {
    margin-top: 32px;
  }
  .tp-core-advantages-center {
    min-height: 390px;
  }
  .tp-core-advantages-shield-wrap {
    width: 245px;
  }
  .tp-core-advantages-orbit-outer {
    width: 310px;
    height: 310px;
    margin: -170px 0 0 -155px;
  }
  .tp-core-advantages-orbit-inner {
    width: 250px;
    height: 250px;
    margin: -140px 0 0 -125px;
  }
  .tp-core-advantages-center-copy strong {
    font-size: 24px;
  }
  .tp-core-advantages-center-copy span {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .tp-core-advantages-stage {
    grid-template-columns: 1fr;
  }
  .tp-core-advantages-center {
    min-height: 360px;
  }
  .tp-core-advantages-shield-wrap {
    width: 220px;
  }
  .tp-core-advantages-orbit-outer {
    width: 270px;
    height: 270px;
    margin: -150px 0 0 -135px;
  }
  .tp-core-advantages-orbit-inner {
    width: 220px;
    height: 220px;
    margin: -125px 0 0 -110px;
  }
  .tp-core-advantages-badge {
    max-width: 280px;
    margin-top: -18px;
    padding: 9px 16px;
    font-size: 12px;
  }
  .tp-core-advantage-card {
    min-height: 0;
    padding: 18px 16px;
    gap: 14px;
    border-radius: 14px;
  }
  .tp-core-advantage-icon {
    width: 70px;
    height: 76px;
    flex-basis: 70px;
  }
  .tp-core-advantage-icon svg {
    width: 43px;
    height: 43px;
  }
  .tp-core-advantage-heading {
    gap: 8px;
  }
  .tp-core-advantage-heading h3 {
    font-size: 16px;
  }
  .tp-core-advantage-number {
    width: 29px;
    height: 29px;
    flex-basis: 29px;
    font-size: 14px;
    border-width: 2px;
  }
  .tp-core-advantage-content p {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.5;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tp-core-advantages-center,
  .tp-core-advantage-card,
  .tp-core-advantages-shield-wrap,
  .tp-core-advantages-orbit {
    opacity: 1;
    animation: none;
  }
  .tp-core-advantage-card,
  .tp-core-advantage-icon,
  .tp-core-advantage-icon svg {
    transition: none;
  }
}
.tp-core-advantages-center-copy {
  z-index: 3;
}
.tp-core-advantages-center-copy.has-logo {
  top: 40%;
}

.tp-core-advantages-logo {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 9px;
  object-fit: contain;
  filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.2));
}

.tp-core-advantages-shield-reflection {
  position: absolute;
  z-index: 4;
  inset: 8px 11px 15px;
  overflow: hidden;
  clip-path: polygon(50% 0, 98% 17%, 98% 49%, 94% 65%, 85% 79%, 70% 91%, 50% 100%, 30% 91%, 15% 79%, 6% 65%, 2% 49%, 2% 17%);
  pointer-events: none;
}
.tp-core-advantages-shield-reflection::before {
  position: absolute;
  top: -25%;
  bottom: -25%;
  left: -55%;
  width: 30%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.08) 18%, rgba(255, 255, 255, 0.72) 50%, rgba(255, 246, 189, 0.2) 82%, transparent 100%);
  filter: blur(2px);
  opacity: 0;
  content: "";
  mix-blend-mode: screen;
  transform: translateX(-220%) skewX(-18deg);
  animation: tp-core-shield-reflection 5s 1s ease-in-out infinite;
}

.tp-core-advantage-reflection {
  position: absolute;
  z-index: 3;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
.tp-core-advantage-reflection::before {
  position: absolute;
  top: -55%;
  bottom: -55%;
  left: -42%;
  width: 24%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.88), rgba(224, 255, 217, 0.28), transparent);
  filter: blur(1px);
  opacity: 0;
  content: "";
  mix-blend-mode: screen;
  transform: translateX(-240%) skewX(-18deg);
}

.tp-core-advantage-card:hover .tp-core-advantage-reflection::before {
  animation: tp-core-card-reflection 0.9s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.tp-core-advantage-icon,
.tp-core-advantage-content {
  position: relative;
  z-index: 2;
}

@keyframes tp-core-card-reflection {
  0% {
    opacity: 0;
    transform: translateX(-240%) skewX(-18deg);
  }
  18% {
    opacity: 0.92;
  }
  100% {
    opacity: 0;
    transform: translateX(650%) skewX(-18deg);
  }
}
@keyframes tp-core-shield-reflection {
  0%, 4% {
    opacity: 0;
    transform: translateX(-240%) skewX(-18deg);
  }
  9% {
    opacity: 0.9;
  }
  27% {
    opacity: 0;
    transform: translateX(650%) skewX(-18deg);
  }
  28%, 100% {
    opacity: 0;
    transform: translateX(650%) skewX(-18deg);
  }
}
@media (max-width: 575px) {
  .tp-core-advantages-logo {
    width: 48px;
    height: 48px;
    margin-bottom: 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tp-core-advantages-shield-reflection::before,
  .tp-core-advantage-reflection::before,
  .tp-core-advantage-card:hover .tp-core-advantage-reflection::before {
    opacity: 0;
    animation: none;
  }
}
.tp-footer-profile-btn {
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  margin-top: 18px;
  padding: 11px 16px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--tp-theme-primary, #075b2a), #0b7837);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(5, 75, 32, 0.2);
  transition: color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.tp-footer-profile-btn svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
}
.tp-footer-profile-btn:hover {
  color: #fff;
  box-shadow: 0 12px 26px rgba(5, 75, 32, 0.3);
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .tp-footer-profile-btn {
    transition: none;
  }
}
.partners-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.partners-title {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.partners-description {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.partners-logos {
  padding: 20px 0 !important;
}
.partners-logos.partners-grid {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.partners-logos.partners-carousel {
  position: relative;
  overflow: hidden;
}
.partners-logos.partners-carousel .swiper-button-prev,
.partners-logos.partners-carousel .swiper-button-next {
  color: #333;
  background: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  transform: translateY(-50%);
}
.partners-logos.partners-carousel .swiper-button-prev:after,
.partners-logos.partners-carousel .swiper-button-next:after {
  font-size: 16px;
  font-weight: bold;
}
.partners-logos.partners-carousel .swiper-button-prev:hover,
.partners-logos.partners-carousel .swiper-button-next:hover {
  background: #333;
  color: white;
}
.partners-logos.partners-carousel .swiper-pagination {
  bottom: -5px;
}
.partners-logos.partners-carousel .swiper-pagination .swiper-pagination-bullet {
  background: #666;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.partners-logos.partners-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #333;
  opacity: 1;
}

.partner-item {
  flex: 0 0 auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.partner-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.partner-item {
  background: white;
  padding: 20px;
  border-radius: 10px;
  min-height: 110px;
}

.partner-logo {
  max-height: 70px;
  max-width: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(30%);
  transition: filter 0.3s ease;
}
.partner-logo:hover {
  filter: grayscale(0%);
}

.partner-placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  text-align: center;
}

@media (max-width: 768px) {
  .partners-logos.partners-grid {
    gap: 20px;
  }
  .partners-logos.partners-carousel .swiper-button-prev,
  .partners-logos.partners-carousel .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  .partners-logos.partners-carousel .swiper-button-prev:after,
  .partners-logos.partners-carousel .swiper-button-next:after {
    font-size: 14px;
  }
  .partner-item {
    min-height: 80px;
    padding: 15px;
  }
  .partner-logo {
    max-height: 50px;
    max-width: 120px;
  }
  .partners-title {
    font-size: 28px;
  }
  .partners-description {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .partners-logos.partners-grid {
    gap: 15px;
  }
  .partners-logos.partners-carousel .swiper-button-prev,
  .partners-logos.partners-carousel .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .partners-logos.partners-carousel .swiper-button-prev:after,
  .partners-logos.partners-carousel .swiper-button-next:after {
    font-size: 12px;
  }
  .partner-item {
    width: 100%;
    min-height: 70px;
    padding: 10px;
  }
  .partner-logo {
    max-height: 40px;
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .tp-header-area .logo img,
  .tp-header-sticky-area .logo img,
  .tp-mobile-menu .logo img {
    width: auto !important;
    max-width: 140px;
    max-height: 62px !important;
    object-fit: contain;
  }
  .tp-header-main .logo {
    margin-right: auto !important;
  }
}
.tp-instagram-icon-2 a {
  width: 100%;
  height: auto;
  padding: 16px 20px;
  line-height: initial;
}
.tp-header-sticky.header-main {
  position: initial !important;
  margin: auto;
  width: 100%;
  box-shadow: 0 2px 6px rgba(1, 15, 28, 0.16);
  background: var(--tp-common-white);
}
.tp-header-sticky.header-sticky {
  position: fixed !important;
}
@media (min-width: 768px) {
  .tp-header-transparent {
    top: 40px;
  }
}
.tp-header-style-transparent-white .tp-header-action-btn {
  color: #fff;
}
.tp-about-area .tp-section-title-pre-4 {
  color: var(--secondary-color);
  font-weight: 500;
}
.tp-about-area .tp-about-thumb {
  border-radius: 15px;
  overflow: hidden;
}
.tp-about-area .section-title {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--tp-theme-primary);
}
.tp-about-area .tp-about-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}
.tp-about-area .tp-about-feature-item {
  display: flex;
  min-height: 96px;
  padding: 17px 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #e7f4e3;
  border-radius: 9px;
}
.tp-about-area .tp-about-feature-value {
  display: block;
  color: var(--tp-theme-primary);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}
.tp-about-area .tp-about-feature-label {
  display: block;
  margin-top: 4px;
  color: #5f6f5b;
  font-size: 14px;
  line-height: 1.25;
}
@media (max-width: 1199px) {
  .tp-about-area .tp-about-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .tp-about-area .tp-about-content-column {
    order: 1;
  }
  .tp-about-area .tp-about-media-column {
    order: 2;
    margin-top: 30px;
  }
  .tp-about-area .tp-about-wrapper {
    padding-top: 0 !important;
  }
  .tp-about-area {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .tp-about-area .tp-about-features {
    gap: 10px;
  }
  .tp-about-area .tp-about-feature-item {
    min-height: 88px;
    padding: 14px 8px;
  }
  .tp-about-area .tp-about-feature-value {
    font-size: 19px;
  }
  .tp-about-area .tp-about-feature-label {
    font-size: 13px;
  }
}
.tp-section-title-pre-3 {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}
.tp-section-title-pre-3, .tp-section-title-pre-5 {
  color: var(--secondary-color);
  font-weight: 500;
}