html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

#wpadminbar span {
  color: inherit;
}

object {
  width: 100%;
  height: auto;
}

img {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  height: auto;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, time, img {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover, a:active, a:link {
  text-decoration: none;
}

input, textarea, button {
  -webkit-appearance: none !important;
  outline: none;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

html {
  margin-top: 0 !important;
  overflow-x: hidden;
}

* html body {
  margin-top: 0 !important;
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }

  * html body {
    margin-top: 0 !important;
  }
}
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
.homepage .head {
  height: auto;
  padding-top: 100px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.homepage .head .so-container {
  padding-top: 104px;
  padding-bottom: 60px;
  min-height: 800px;
  height: calc(100svh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.homepage .head .so-container .content {
  margin-left: 0;
  max-width: 599px;
  width: 100%;
}
.homepage .head .so-container .content h1 {
  color: #fff;
  margin-bottom: 16px;
}
.homepage .head .so-container .content .tags {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
}
.homepage .head .so-container .content .tags .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}
.homepage .head .so-container .content .tags .tag:last-child .square {
  display: none;
}
.homepage .head .so-container .content .tags .tag .square {
  width: 6px;
  height: 6px;
  border-radius: 1px;
  opacity: 0.7;
  background: #FFFFFF;
  margin-top: 2px;
}
.homepage .head .so-container .content .tags .tag p {
  font-size: 15px;
  font-weight: 800;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0;
}
.homepage .head .so-container .content .button {
  margin-top: 32px;
}
.homepage .head .so-container .scroll-down {
  display: none;
}
@media screen and (max-width: 1124px) {
  .homepage .head {
    padding-top: 0;
    position: relative;
  }
  .homepage .head:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(top, rgba(36, 36, 36, 0.17) 0%, rgba(36, 36, 36, 0.85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 36, 36, 0.17)), to(rgba(36, 36, 36, 0.85)));
    background: linear-gradient(180deg, rgba(36, 36, 36, 0.17) 0%, rgba(36, 36, 36, 0.85) 100%);
    z-index: 1;
  }
  .homepage .head .so-container {
    position: relative;
    z-index: 2;
    padding-top: 84px;
    padding-bottom: 120px;
    min-height: 100svh;
    height: auto;
  }
  .homepage .head .so-container .scroll-down {
    display: block;
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .homepage .head .so-container .content {
    margin: auto;
    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;
    padding-top: 84px;
    padding-bottom: 68px;
    max-width: 488px;
    width: 100%;
  }
  .homepage .head .so-container .content .title {
    font-size: 48px;
    line-height: 1;
    text-align: center;
    margin-bottom: 32px;
    max-width: 370px;
  }
  .homepage .head .so-container .content .tags {
    position: absolute;
    top: 84px;
    width: 100%;
    max-width: 280px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 0;
  }
  .homepage .head .so-container .content .tags .tag p {
    font-size: 15px;
    line-height: 20px;
  }
  .homepage .head .so-container .content .tags .tag:nth-child(2n) .square {
    display: none;
  }
  .homepage .head .so-container .content .desc {
    margin-bottom: 0;
  }
  .homepage .head .so-container .content .desc p, .homepage .head .so-container .content .desc span {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }
  .homepage .head .so-container .content .buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 661px) {
  .homepage .head .so-container {
    padding-bottom: 80px;
  }
  .homepage .head .so-container .content .desc {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.homepage .membership-features {
  background: -o-linear-gradient(5.39deg, rgba(127, 204, 40, 0) 16.41%, rgba(12, 123, 85, 0.21) 84.7%), #031A12;
  background: linear-gradient(84.61deg, rgba(127, 204, 40, 0) 16.41%, rgba(12, 123, 85, 0.21) 84.7%), #031A12;
}
.homepage .membership-features .so-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  padding-right: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
.homepage .membership-features .so-container .content-left {
  width: 53%;
  max-width: 704px;
}
.homepage .membership-features .so-container .content-left p {
  opacity: 70%;
  font-size: 20px;
  line-height: 30px;
}
.homepage .membership-features .so-container .content-left h2 {
  color: #fff;
  margin-bottom: 24px;
}
.homepage .membership-features .so-container .content-left .features {
  margin-top: 56px;
}
.homepage .membership-features .so-container .content-left .features h3 {
  color: #fff;
}
.homepage .membership-features .so-container .content-left .features .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}
.homepage .membership-features .so-container .content-left .features .feature:last-child {
  margin-bottom: 0;
}
.homepage .membership-features .so-container .content-left .features .feature-img {
  width: 72px;
  height: 72px;
  min-width: 72px;
  min-height: 72px;
  background: -o-linear-gradient(5.39deg, rgba(127, 204, 40, 0.12) 16.41%, rgba(12, 123, 85, 0.21) 84.7%);
  background: linear-gradient(84.61deg, rgba(127, 204, 40, 0.12) 16.41%, rgba(12, 123, 85, 0.21) 84.7%);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.homepage .membership-features .so-container .content-left .features .feature-img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 32px;
  height: 32px;
}
.homepage .membership-features .so-container .content-left .features .feature-content-title {
  opacity: 1;
  font-weight: 700;
  margin-bottom: 0;
}
.homepage .membership-features .so-container .content-right {
  width: 49%;
  position: relative;
}
.homepage .membership-features .so-container .content-right img {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 100%;
}
@media screen and (max-width: 1124px) {
  .homepage .membership-features .so-container {
    padding: 48px 24px;
  }
  .homepage .membership-features .so-container .content-right {
    display: none;
  }
  .homepage .membership-features .so-container .content-left {
    width: 100%;
    max-width: unset;
  }
  .homepage .membership-features .so-container .content-left h2 br:last-child {
    display: none;
  }
  .homepage .membership-features .so-container .content-left .desc {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .homepage .membership-features .so-container .content-left .features {
    margin-top: 32px;
  }
  .homepage .membership-features .so-container .content-left .features h3 {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
  }
  .homepage .membership-features .so-container .content-left .features .features-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 32px;
  }
  .homepage .membership-features .so-container .content-left .features .features-tabs .feature {
    width: calc(50% - 12px);
    margin-bottom: 0;
    gap: 16px;
  }
  .homepage .membership-features .so-container .content-left .features .features-tabs .feature .feature-img {
    height: 72px;
    width: 72px;
    min-height: 72px;
    min-width: 72px;
  }
  .homepage .membership-features .so-container .content-left .features .features-tabs .feature .feature-content-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .homepage .membership-features .so-container .content-left .features .features-tabs .feature .feature-content-desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 661px) {
  .homepage .membership-features .so-container {
    padding: 48px 15px;
  }
  .homepage .membership-features .so-container .content-left .features .features-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .homepage .membership-features .so-container .content-left .features .features-tabs .feature {
    width: 100%;
  }
}
.homepage .meet-our-team {
  overflow: hidden;
  background: var(--Surface, #000B0C);
  padding-top: 80px;
  padding-bottom: 80px;
}
.homepage .meet-our-team .so-container h2 {
  margin-bottom: 24px;
  color: #fff;
}
.homepage .meet-our-team .so-container h2 br {
  display: none;
}
.homepage .meet-our-team .team-slider {
  position: relative;
}
.homepage .meet-our-team .team-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-right: 60px;
  padding-left: 60px;
  max-width: 1460px;
  width: 100%;
  margin: auto;
}
.homepage .meet-our-team .team-slider .swiper-wrapper .swiper-slide {
  position: relative;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.homepage .meet-our-team .team-slider .swiper-wrapper .swiper-slide:hover {
  opacity: 0.7;
}
.homepage .meet-our-team .team-slider .swiper-wrapper .swiper-slide .team-member-image {
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  overflow: hidden;
  border-top: 4px solid transparent;
  aspect-ratio: 1/1;
}
.homepage .meet-our-team .team-slider .swiper-wrapper .swiper-slide .team-member-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.homepage .meet-our-team .team-slider .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.homepage .meet-our-team .team-slider .swiper-wrapper .swiper-slide.swiper-slide-active .team-member-image {
  border-top: 4px solid #7FCC28;
}
.homepage .meet-our-team .team-content-slider {
  padding-right: 60px;
  padding-left: 60px;
  max-width: 1590px;
  width: 100%;
  margin: auto;
}
.homepage .meet-our-team .team-content-slider .swiper-wrapper .swiper-slide {
  width: 100% !important;
  position: relative;
  opacity: 0 !important;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.homepage .meet-our-team .team-content-slider .swiper-wrapper .swiper-slide p.title {
  margin-top: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: #7FCC28;
}
.homepage .meet-our-team .team-content-slider .swiper-wrapper .swiper-slide .rows-content {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top: 4px solid #7FCC28;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.homepage .meet-our-team .team-content-slider .swiper-wrapper .swiper-slide .rows-content .column {
  width: 50%;
}
.homepage .meet-our-team .team-content-slider .swiper-wrapper .swiper-slide .content {
  padding-left: 32px;
  padding-right: 32px;
}
.homepage .meet-our-team .team-content-slider .swiper-wrapper .swiper-slide .desc {
  margin-bottom: 0;
  opacity: 70%;
}
.homepage .meet-our-team .team-content-slider .swiper-wrapper .swiper-slide .desc p, .homepage .meet-our-team .team-content-slider .swiper-wrapper .swiper-slide .desc span {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #FFFFFF;
}
.homepage .meet-our-team .team-content-slider .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 1124px) {
  .homepage .meet-our-team {
    padding-top: 64px;
    padding-bottom: 48px;
  }
  .homepage .meet-our-team .team-slider .swiper-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
  .homepage .meet-our-team .team-content-slider {
    padding-left: 24px;
    padding-right: 24px;
  }
  .homepage .meet-our-team .team-content-slider .swiper-wrapper .swiper-slide .rows-content {
    padding: 32px;
  }
  .homepage .meet-our-team .team-content-slider .swiper-wrapper .swiper-slide .rows-content p, .homepage .meet-our-team .team-content-slider .swiper-wrapper .swiper-slide .rows-content span {
    font-size: 16px;
    line-height: 24px;
  }
  .homepage .meet-our-team .team-content-slider .swiper-wrapper .swiper-slide .content {
    padding: 0 32px 32px;
  }
  .homepage .meet-our-team .team-content-slider .swiper-wrapper .swiper-slide .content p, .homepage .meet-our-team .team-content-slider .swiper-wrapper .swiper-slide .content span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 661px) {
  .homepage .meet-our-team .team-slider .swiper-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .homepage .meet-our-team .team-content-slider {
    padding-left: 15px;
    padding-right: 15px;
  }
  .homepage .meet-our-team .team-content-slider .swiper-wrapper .swiper-slide .rows-content {
    padding: 32px 16px 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .homepage .meet-our-team .team-content-slider .swiper-wrapper .swiper-slide .rows-content .column {
    width: 100%;
  }
  .homepage .meet-our-team .team-content-slider .swiper-wrapper .swiper-slide .content {
    padding: 0 16px 32px;
  }
}
.homepage .workouts {
  background: #031A12;
  padding-top: 80px;
}
.homepage .workouts .so-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
}
.homepage .workouts .so-container h2 {
  color: #fff;
}
.homepage .workouts .so-container .statistic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 32px;
}
.homepage .workouts .so-container .statistic .statistic-block p.count {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.3px;
  color: #fff;
  margin-bottom: 6px;
}
.homepage .workouts .so-container .statistic .statistic-block p.label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.2px;
  text-align: left;
  color: #fff;
  opacity: 0.7;
  text-transform: uppercase;
  margin-bottom: 0;
}
.homepage .workouts .workouts-slider {
  margin-top: 40px;
  position: relative;
}
.homepage .workouts .workouts-slider .swipe-btn {
  top: 232px;
}
.homepage .workouts .workouts-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: visible;
  width: 100%;
  margin: auto;
}
.homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  cursor: pointer;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .image {
  aspect-ratio: 1/0.75;
  position: relative;
  overflow: hidden;
}
.homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .image .preview-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .image .play-btn {
  position: absolute;
  right: 24px;
  bottom: 24px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.1019607843);
  height: 80px;
  width: 80px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .image .play-btn img {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 2px;
}
.homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .image .tags {
  position: absolute;
  width: 100%;
  padding: 0 118px 24px 48px;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .image .tags .tag {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.1019607843);
  padding-left: 16px;
  padding-right: 16px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}
.homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .image .tags .tag span {
  margin-top: -2px;
  line-height: 1;
  text-align: center;
  font-weight: 800;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
}
.homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .info {
  padding: 32px 48px;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .info:hover .info-title .title {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}
.homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .info .author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .info .author-box img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
  border-radius: 100%;
}
.homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .info .author-box p.name {
  font-size: 20px;
  font-weight: 800;
  line-height: 29.5px;
  text-align: left;
  color: #7FCC28;
  letter-spacing: 0;
}
.homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .info .info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 8px;
}
.homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .info .info-title .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  letter-spacing: 0;
}
.homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .info .info-title .type {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 4px;
  padding: 2px 8px;
}
.homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .info .info-title .type span {
  color: #7FCC28;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}
.homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .info .desc {
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  opacity: 0.7;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}
.homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .info .button {
  margin-top: 24px;
}
@media screen and (max-width: 1124px) {
  .homepage .workouts {
    padding-top: 48px;
  }
  .homepage .workouts .so-container h2 {
    width: 50%;
    margin-bottom: 0;
  }
  .homepage .workouts .so-container .statistic {
    width: 50%;
  }
  .homepage .workouts .so-container .statistic .statistic-block p.count {
    font-size: 32px;
    line-height: 48px;
  }
  .homepage .workouts .so-container .statistic .statistic-block p.label {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 661px) {
  .homepage .workouts .so-container {
    -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: 40px;
  }
  .homepage .workouts .so-container h2 {
    width: 100%;
    text-align: center;
  }
  .homepage .workouts .so-container .statistic {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .image {
    aspect-ratio: 1/1.24;
  }
  .homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .image .tags {
    top: 0;
    bottom: unset;
    left: 0;
    padding: 8px 12px;
  }
  .homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .image .play-btn {
    right: 8px;
    bottom: 8px;
  }
  .homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .info {
    gap: 0;
    padding: 24px;
  }
  .homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .info .desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .info .desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
.homepage .practices {
  background: #000B0C;
  padding-top: 80px;
}
.homepage .practices .so-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.homepage .practices .so-container h2 {
  color: #FFFFFF;
  text-align: left;
}
.homepage .practices .practices-slider {
  margin-top: 40px;
}
.homepage .practices .practices-slider .swipe-btn {
  top: 160px;
}
.homepage .practices .practices-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: visible;
  width: 100%;
  margin: auto;
}
.homepage .practices .practices-slider .swiper-wrapper .swiper-slide {
  position: relative;
  cursor: pointer;
  height: auto;
}
.homepage .practices .practices-slider .swiper-wrapper .swiper-slide .post {
  background: #000B0C;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
}
.homepage .practices .practices-slider .swiper-wrapper .swiper-slide .post:hover .info .title {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}
.homepage .practices .practices-slider .swiper-wrapper .swiper-slide .image {
  aspect-ratio: 1/0.84;
  position: relative;
  overflow: hidden;
}
.homepage .practices .practices-slider .swiper-wrapper .swiper-slide .image .preview-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.homepage .practices .practices-slider .swiper-wrapper .swiper-slide .info {
  overflow: hidden;
  padding: 16px 24px;
  min-height: 146px;
  position: relative;
}
.homepage .practices .practices-slider .swiper-wrapper .swiper-slide .info .bg-frame-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center right;
  object-position: center right;
}
.homepage .practices .practices-slider .swiper-wrapper .swiper-slide .info .tag {
  position: relative;
  z-index: 2;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.1019607843);
  padding-left: 16px;
  padding-right: 16px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 8px;
}
.homepage .practices .practices-slider .swiper-wrapper .swiper-slide .info .tag span {
  font-weight: 600;
  margin-top: -2px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
}
.homepage .practices .practices-slider .swiper-wrapper .swiper-slide .info .title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  margin-bottom: 0;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  letter-spacing: 0;
}
@media screen and (max-width: 1124px) {
  .homepage .practices {
    padding-top: 48px;
  }
  .homepage .practices .so-container {
    gap: 16px;
  }
  .homepage .practices .practices-slider {
    margin-top: 32px;
  }
}
@media screen and (max-width: 661px) {
  .homepage .practices .so-container {
    gap: 32px;
    -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;
  }
  .homepage .practices .so-container h2 {
    text-align: center;
  }
  .homepage .practices .so-container .button {
    margin-top: 0;
  }
  .homepage .practices .practices-slider {
    padding-left: 0;
    padding-right: 0;
  }
  .homepage .practices .practices-slider .swiper-wrapper .swiper-slide .post {
    height: auto;
  }
  .homepage .practices .practices-slider .swiper-wrapper .swiper-slide .post .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.homepage .testimonials {
  background: #0C2340;
}
.homepage .testimonials .testimonials-slider {
  position: relative;
  width: 100%;
}
.homepage .testimonials .testimonials-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.homepage .testimonials .testimonials-slider .testimonials-content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
  position: relative;
}
.homepage .testimonials .testimonials-slider .testimonials-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 36, 36, 0.15)), to(rgba(36, 36, 36, 0.4))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: -o-linear-gradient(top, rgba(36, 36, 36, 0.15) 0%, rgba(36, 36, 36, 0.4) 100%), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background: linear-gradient(180deg, rgba(36, 36, 36, 0.15) 0%, rgba(36, 36, 36, 0.4) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  z-index: 1;
}
.homepage .testimonials .testimonials-slider .testimonials-content .so-container {
  position: relative;
  z-index: 2;
  padding-top: 175px;
  padding-bottom: 300px;
}
.homepage .testimonials .testimonials-slider .testimonials-content .so-container .quote-svg {
  margin-bottom: 50px;
}
.homepage .testimonials .testimonials-slider .testimonials-content .so-container p.quote {
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 25px;
  letter-spacing: 0;
}
.homepage .testimonials .testimonials-slider .testimonials-content .so-container .author p.name {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
  color: #fff;
}
.homepage .testimonials .testimonials-slider .testimonials-content .so-container .author p.nickname {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 0;
  color: #fff;
}
.homepage .testimonials .testimonials-slider .swiper-pagination {
  position: absolute;
  bottom: 103px;
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.homepage .testimonials .testimonials-slider .swiper-pagination-bullet {
  position: relative;
  width: 36px;
  height: 36px;
  background: transparent;
  margin: 0;
  opacity: 1 !important;
}
.homepage .testimonials .testimonials-slider .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.homepage .testimonials .testimonials-slider .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.homepage .testimonials .testimonials-slider .swiper-pagination-bullet-active:after {
  background: #0C7B55;
}
.homepage .testimonials .testimonials-slider .swiper-pagination-bullet-active:before {
  width: 36px;
  height: 36px;
  border-color: #0C7B55;
}
@media screen and (max-width: 1124px) {
  .homepage .testimonials .testimonials-slider .testimonials-content .so-container {
    max-width: 536px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 52px 24px 136px 24px;
  }
  .homepage .testimonials .testimonials-slider .testimonials-content .so-container p.quote {
    font-size: 32px;
    line-height: 48px;
  }
  .homepage .testimonials .testimonials-slider .swiper-pagination {
    bottom: 56px;
  }
}
@media screen and (max-width: 661px) {
  .homepage .testimonials .testimonials-slider .testimonials-content .so-container {
    padding: 48px 15px 132px 15px;
  }
  .homepage .testimonials .testimonials-slider .testimonials-content .so-container p.quote {
    font-size: 16px;
    line-height: 24px;
  }
  .homepage .testimonials .testimonials-slider .testimonials-content .so-container .author p.name {
    font-size: 20px;
    line-height: 28px;
  }
  .homepage .testimonials .testimonials-slider .testimonials-content .so-container .author p.nickname {
    font-size: 20px;
    line-height: 28px;
  }
}
.homepage .pricing-plans .so-container {
  padding-top: 120px;
  padding-bottom: 120px;
  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;
}
.homepage .pricing-plans .so-container p.pre-title {
  text-align: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1019607843);
  padding: 8px 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.homepage .pricing-plans .so-container h2 {
  color: #fff;
  text-align: center;
}
.homepage .pricing-plans .so-container .plans {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 32px;
}
.homepage .pricing-plans .so-container .plans .plan {
  width: 100%;
  max-width: 408px;
  min-height: 624px;
  background: #000B0C;
  padding: 40px 40px 32px;
  border-radius: 4px;
  border: 1px solid #585E5E;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.homepage .pricing-plans .so-container .plans .plan .plan-content {
  position: relative;
}
.homepage .pricing-plans .so-container .plans .plan .plan-content .premium-plan-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.homepage .pricing-plans .so-container .plans .plan .plan-content p {
  color: #fff;
}
.homepage .pricing-plans .so-container .plans .plan .plan-content p.title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 20px;
}
.homepage .pricing-plans .so-container .plans .plan .plan-content p.price {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 7px;
}
.homepage .pricing-plans .so-container .plans .plan .plan-content p.term {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
.homepage .pricing-plans .so-container .plans .plan .plan-content .options {
  margin-top: 32px;
}
.homepage .pricing-plans .so-container .plans .plan .plan-content .options .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 12px;
  gap: 6px;
}
.homepage .pricing-plans .so-container .plans .plan .plan-content .options .option img {
  padding-top: 2px;
}
.homepage .pricing-plans .so-container .plans .plan .plan-content .options .option p.label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.homepage .pricing-plans .so-container .plans .plan:nth-child(2) {
  border: 1px solid #7FCC28;
  background: -o-linear-gradient(358.47deg, rgba(127, 204, 40, 0) 15.13%, rgba(12, 123, 85, 0.1) 93.46%);
  background: linear-gradient(91.53deg, rgba(127, 204, 40, 0) 15.13%, rgba(12, 123, 85, 0.1) 93.46%);
}
.homepage .pricing-plans .so-container .plans .plan .button {
  width: 100%;
}
@media screen and (max-width: 1124px) {
  .homepage .pricing-plans .so-container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .homepage .pricing-plans .so-container p.pre-title {
    font-size: 20px;
    line-height: 28px;
  }
  .homepage .pricing-plans .so-container .plans {
    margin-top: 44px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
  .homepage .pricing-plans .so-container .plans .plan {
    margin: auto;
    width: 100%;
    min-height: unset;
  }
  .homepage .pricing-plans .so-container .plans .plan .plan-content {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 661px) {
  .homepage .pricing-plans .so-container .plans .plan {
    padding: 32px 24px;
  }
}

.blog-post {
  padding-top: 102px;
}
.blog-post .so-container {
  padding-top: 20px;
  padding-bottom: 72px;
  max-width: 808px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.blog-post .so-container .back {
  border-radius: 2px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.1019607843);
  padding: 18px 32px 18px 16px;
  margin-bottom: 16px;
  gap: 12px;
}
.blog-post .so-container .back span {
  color: #7FCC28;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.blog-post .so-container .post-title h1 {
  text-align: left;
  margin-bottom: 24px;
  color: #fff;
  font-size: 48px;
  line-height: 64px;
}
.blog-post .so-container .post-title .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-post .so-container .post-title .post-info p.date {
  color: #B2B6B6;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
}
.blog-post .so-container .head {
  margin-top: 24px;
}
.blog-post .so-container .head img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.blog-post .so-container .post-content {
  margin-top: 56px;
}
.blog-post .so-container .share-icons {
  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;
  gap: 32px;
}
.blog-post .so-container .share-icons a {
  border: 2px solid #E6E8EC;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 48px;
  -webkit-box-shadow: 0 64px 64px -48px rgba(15, 15, 15, 0.1019607843);
  box-shadow: 0 64px 64px -48px rgba(15, 15, 15, 0.1019607843);
}
.blog-post .related-articles {
  padding-top: 48px;
  padding-bottom: 64px;
  background: #031A12;
}
.blog-post .related-articles .so-container {
  max-width: 598px;
  padding-top: 0;
  padding-bottom: 0;
}
.blog-post .related-articles .so-container h2 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 48px;
}
.blog-post .related-articles .so-container .related-article {
  margin-bottom: 40px;
  width: 100%;
}
.blog-post .related-articles .so-container .related-article .related-thumbnail {
  width: 100%;
  margin-bottom: 24px;
  aspect-ratio: 598/398;
}
.blog-post .related-articles .so-container .related-article .related-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-post .related-articles .so-container .related-article:hover .related-article-title h3 {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}
.blog-post .related-articles .so-container .related-article .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}
.blog-post .related-articles .so-container .related-article .post-info p.date {
  color: #B2B6B6;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.blog-post .related-articles .so-container .related-article .related-article-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.blog-post .related-articles .so-container .related-article .related-article-title h3 {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-underline-offset: 8px;
  color: #fff;
  margin-bottom: 4px;
  text-transform: none;
}
.blog-post .related-articles .so-container .related-article .related-article-title img {
  margin-top: 4px;
}
.blog-post .related-articles .so-container .related-article .post-excerpt p {
  color: #B2B6B6;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.blog-post .related-articles .so-container .button {
  margin: auto;
}
@media screen and (max-width: 1124px) {
  .blog-post .related-articles .so-container {
    max-width: 744px;
  }
}

@media screen and (max-width: 1124px) {
  .blog-post {
    padding-top: 80px;
  }
  .blog-post .so-container {
    padding-bottom: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .blog-post .so-container .head {
    margin-top: 32px;
  }
  .blog-post .so-container .post-content {
    margin-top: 24px;
  }
}
@media screen and (max-width: 661px) {
  .blog-post .so-container {
    padding-top: 16px;
  }
  .blog-post .so-container .head {
    margin-top: 24px;
  }
  .blog-post .so-container .post-title h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.blog-page .head {
  padding-top: 102px;
  background: #000B0C;
}
.blog-page .head .so-container {
  padding-top: 64px;
  padding-bottom: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
}
.blog-page .head .so-container .page-title h1 {
  color: #fff;
  margin-bottom: 24px;
  text-transform: unset;
}
.blog-page .head .so-container .page-title p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.blog-page .head .so-container .categories {
  max-width: 515px;
  width: 40%;
}
.blog-page .head .so-container .categories .cat-btn {
  cursor: pointer;
  border-bottom: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog-page .head .so-container .categories .cat-btn span {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog-page .head .so-container .categories .cat-btn.active {
  border-color: #7FCC28;
}
.blog-page .head .so-container .categories .cat-btn.active span {
  color: #7FCC28;
}
.blog-page .head .so-container .categories .cat-btn:hover span {
  color: #7FCC28;
}
.blog-page .posts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.blog-page .posts-container .post-item {
  width: 50%;
  border-right: 1px solid #282C31;
  border-bottom: 1px solid #282C31;
}
.blog-page .posts-container .post-item:hover .post-info p.post-title {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}
.blog-page .posts-container .post-item .post-thumbnail {
  width: 100%;
  aspect-ratio: 1/0.71;
}
.blog-page .posts-container .post-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blog-page .posts-container .post-item .post-info {
  padding: 24px 40px;
}
.blog-page .posts-container .post-item .post-info .category-tags {
  margin-bottom: 12px;
}
.blog-page .posts-container .post-item .post-info p.post-title {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-underline-offset: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
}
.blog-page .load-more-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
}
.blog-page .load-more-container button {
  margin: 0;
}

@media screen and (max-width: 1124px) {
  .blog-page .head {
    padding-top: 144px;
  }
  .blog-page .head .so-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    padding-top: 0;
    padding-bottom: 88px;
  }
  .blog-page .head .so-container .page-title {
    width: 100%;
  }
  .blog-page .head .so-container .page-title h1 {
    font-size: 78px;
    line-height: 80px;
  }
  .blog-page .head .so-container .categories {
    width: 100%;
    max-width: unset;
  }

  .blog-page .posts-container .post-item .post-thumbnail {
    aspect-ratio: 1/0.97;
  }
}
@media screen and (max-width: 661px) {
  .blog-page .head .so-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .blog-page .posts-container .post-item {
    width: 100%;
  }
  .blog-page .posts-container .post-item .post-info {
    padding: 24px 16px 40px;
  }
}
.error404 header {
  display: none;
}
.error404 footer {
  display: none;
}
.error404 .error {
  min-height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: -o-linear-gradient(24.79deg, rgba(127, 204, 40, 0) 26.79%, rgba(12, 123, 85, 0.2) 73.37%), #000B0C;
  background: linear-gradient(65.21deg, rgba(127, 204, 40, 0) 26.79%, rgba(12, 123, 85, 0.2) 73.37%), #000B0C;
}
.error404 .error .left-side {
  width: 50%;
  height: auto;
  margin: auto;
  padding: 80px 133px 80px 80px;
}
.error404 .error .left-side .logo {
  height: 44px;
  width: auto;
  margin-bottom: 24px;
}
.error404 .error .left-side h1 {
  margin-bottom: 24px;
  color: #fff;
}
.error404 .error .left-side p {
  margin-bottom: 24px;
}
.error404 .error .right-side {
  width: 50%;
}
.error404 .error .right-side img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.default-page {
  padding-top: 144px;
  padding-bottom: 48px;
}
.default-page .so-container {
  max-width: 1182px;
}
.default-page .so-container h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
}
.default-page .so-container .post-content {
  border-top: 1px solid #585E5E;
  padding-top: 48px;
}

header {
  width: 100%;
  background: #000B0C;
  position: fixed;
  top: 0;
  z-index: 50;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
header .so-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
header .so-container .logo img {
  height: 72px;
  width: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .so-container .nav .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}
header .so-container .nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  list-style: none;
}
header .so-container .nav .menu li a {
  color: #808585;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  padding: 10px 4px;
}
header .so-container .nav .menu li.current_page_item a, header .so-container .nav .menu li.current_page_parent a {
  color: #7FCC28 !important;
}
header .so-container .button span {
  text-transform: uppercase;
}
header .so-container .menu-btn {
  overflow: hidden;
  display: none;
  cursor: pointer;
  width: 72px;
  position: relative;
  height: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .so-container .menu-btn i {
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .so-container .menu-btn i:nth-child(1) {
  top: 0;
  -webkit-transform: translate(-50%, 0) rotate(0deg);
  -ms-transform: translate(-50%, 0) rotate(0deg);
  transform: translate(-50%, 0) rotate(0deg);
}
header .so-container .menu-btn i:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
header .so-container .menu-btn i:nth-child(3) {
  top: 100%;
  -webkit-transform: translate(-50%, -100%) rotate(0deg);
  -ms-transform: translate(-50%, -100%) rotate(0deg);
  transform: translate(-50%, -100%) rotate(0deg);
}
header .so-container .menu-btn.active {
  width: 20px;
}
header .so-container .menu-btn.active i:nth-child(1) {
  width: 20px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-46deg);
  -ms-transform: translate(-50%, -50%) rotate(-46deg);
  transform: translate(-50%, -50%) rotate(-46deg);
}
header .so-container .menu-btn.active i:nth-child(2) {
  opacity: 0;
  width: 0;
}
header .so-container .menu-btn.active i:nth-child(3) {
  width: 20px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(46deg);
  -ms-transform: translate(-50%, -50%) rotate(46deg);
  transform: translate(-50%, -50%) rotate(46deg);
}

@media only screen and (min-width: 1125px) {
  header .so-container .nav .nav-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 1124px) {
  header {
    padding: 12px 24px;
    background: transparent;
    border: none;
  }
  header .so-container {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 9px;
  }
  header .so-container .logo {
    position: relative;
    z-index: 2;
  }
  header .so-container .logo img {
    height: 38px;
  }
  header .so-container .nav {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 12px;
    width: calc(100% - 48px);
    left: 24px;
    height: auto;
    min-height: 56px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: rgba(0, 0, 0, 0.1019607843);
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  header .so-container .nav .nav-menu {
    padding: 24px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    display: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    gap: 24px;
    overflow: hidden;
  }
  header .so-container .nav .button {
    margin-top: 24px;
    width: 100%;
  }
  header .so-container .nav .menu {
    overflow: auto;
    max-height: 65dvh;
    margin-top: 56px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  header .so-container .nav .menu li {
    width: 100%;
  }
  header .so-container .nav .menu li:first-child {
    border-top: 1px dashed rgba(10, 10, 10, 0.1);
  }
  header .so-container .nav .menu li a {
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    text-align: left;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 35px;
    border-bottom: 1px dashed rgba(10, 10, 10, 0.1);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #fff;
  }
  header .so-container .nav .menu li a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 24px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 17L17 7M17 7H7M17 7V17' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  header .so-container .nav .menu li.current_page_item a, header .so-container .nav .menu li.current_page_parent a {
    border-color: #7FCC28;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  header .so-container .nav .menu li.current_page_item a:before, header .so-container .nav .menu li.current_page_parent a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 17L17 7M17 7H7M17 7V17' stroke='%237FCC28' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  header .so-container .menu-btn {
    display: block;
  }

  header.active .so-container .nav {
    -webkit-backdrop-filter: blur(88px);
    backdrop-filter: blur(88px);
  }
}
@media screen and (max-width: 661px) {
  header {
    padding-left: 15px;
    padding-right: 15px;
  }
  header .so-container {
    padding-left: 8px;
    padding-right: 16px;
  }
  header .so-container .nav {
    width: calc(100% - 30px);
    left: 15px;
  }
}
@media screen and (max-height: 555px) {
  header .so-container .nav .menu {
    max-height: 45dvh;
  }
}
footer {
  padding-top: 72px;
  background: #000B0C;
  border-top: 1px solid #3d3d3d;
}
footer p.footer-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  opacity: 0.7;
  text-transform: uppercase;
  margin-bottom: 8px;
}
footer .top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 56px;
}
footer .top-content .contact-us a {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 6px;
  color: #fff;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
footer .top-content .follow-us p.footer-title {
  margin-bottom: 16px;
}
footer .top-content .follow-us .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}
footer .top-content .follow-us .social-icons a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1019607843);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .top-content .follow-us .social-icons a:hover {
  background: rgba(255, 255, 255, 0.2);
}
footer .top-content .follow-us .social-icons a img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  width: 18px;
  height: 18px;
}
footer .footer-bottom {
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .footer-bottom .so-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}
footer .footer-bottom .so-container .logo {
  height: 72px;
  width: auto;
}
footer .footer-bottom .so-container .privacy-pages .pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
footer .footer-bottom .so-container .privacy-pages .pages a {
  opacity: 0.8;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
footer .footer-bottom .so-container .privacy-pages .copyright {
  display: none;
}
footer .footer-bottom .so-container .copyright {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.8;
}

@media screen and (max-width: 1124px) {
  footer .top-content {
    gap: 0;
  }
  footer .top-content .contact-us {
    width: 50%;
    margin-bottom: 0;
  }
  footer .top-content .contact-us a {
    font-size: 24px;
    line-height: 35px;
  }
  footer .top-content .follow-us {
    width: auto;
  }
  footer .footer-bottom .so-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .footer-bottom .so-container .privacy-pages .pages {
    gap: 24px;
  }
  footer .footer-bottom .so-container .privacy-pages .copyright {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer-bottom .so-container .copyright {
    display: none;
  }
  footer .footer-bottom .so-container p {
    width: auto;
    text-align: right;
  }
}
@media screen and (max-width: 661px) {
  footer {
    padding-top: 40px;
  }
  footer .top-content {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .top-content .contact-us {
    width: 100%;
  }
  footer .top-content .contact-us p.footer-title {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }
  footer .top-content .contact-us a {
    text-align: center;
    width: 100%;
  }
  footer .top-content .follow-us {
    width: 100%;
  }
  footer .top-content .follow-us p.footer-title {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
  }
  footer .top-content .follow-us .social-icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .footer-bottom {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  footer .footer-bottom .so-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  footer .footer-bottom .so-container .privacy-pages .pages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  footer .footer-bottom .so-container .privacy-pages .pages a {
    text-align: center;
  }
  footer .footer-bottom .so-container .privacy-pages .copyright {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
}
#so-wrapper {
  overflow: hidden;
}

body {
  font-size: 16px;
}

body {
  background: #000B0C;
}
body * {
  font-family: Manrope, sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.overflow-hidden {
  overflow: hidden !important;
  height: 100%;
}

button, a {
  border: none;
  cursor: pointer;
  outline: none !important;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 14px 24px;
  gap: 8px;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #7FCC28;
}
.button span {
  white-space: nowrap;
  text-align: center;
  color: #000B0C;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  margin: 0;
}
.button:hover {
  background: #0C7B55;
}
.button:active {
  background: #064A33;
}

.so-container {
  padding-right: 60px;
  padding-left: 60px;
  max-width: 1590px;
  width: 100%;
  margin: auto;
}

h1, h1 p, h1 span {
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  text-align: left;
}

h2, h2 p, h2 span {
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  text-align: left;
}

h3, h3 p, h3 span {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-align: left;
  margin-bottom: 24px;
}

p, span {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 24px;
}
p strong, span strong {
  font-weight: 700;
}
p:last-child, span:last-child {
  margin-bottom: 0;
}

.desc {
  margin-bottom: 24px;
}

.category-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.category-tags .category-tag {
  padding: 4px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1019607843);
}
.category-tags .category-tag span {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  color: #7FCC28;
}

.iziModal {
  max-height: 90dvh !important;
  background: transparent !important;
  max-width: 60vw !important;
  opacity: 0 !important;
  -webkit-transform: scale(0.95) !important;
  -ms-transform: scale(0.95) !important;
  transform: scale(0.95) !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.iziModal.modal-visible {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.iziModal .iziModal-wrap .iziModal-content {
  height: 100%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.iziModal .iziModal-wrap .iziModal-content .plyr {
  height: auto;
  max-height: 100%;
  width: auto;
}

.post-content p, .post-content span, .post-content a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #B2B6B6;
  margin-bottom: 56px;
  letter-spacing: 0;
}
.post-content p strong, .post-content span strong, .post-content a strong {
  font-weight: 800;
}
.post-content a {
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: underline;
}
.post-content a:hover {
  color: #7FCC28;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  text-transform: none;
  margin-bottom: 24px;
  color: #fff;
}
.post-content h2 {
  font-size: 28px;
  line-height: 34px;
}
.post-content ul, .post-content ol {
  list-style-position: inside;
  margin-bottom: 52px;
}
.post-content ul li, .post-content ol li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #B2B6B6;
  margin-bottom: 4px;
}
.post-content ul li strong, .post-content ol li strong {
  font-weight: 800;
}
.post-content blockquote {
  background: #282C31;
  margin-bottom: 56px;
  border-radius: 6px;
  padding: 95px 20px 56px;
  position: relative;
}
.post-content blockquote:before {
  content: "";
  position: absolute;
  top: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 27px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='23' viewBox='0 0 28 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7727 8.09086C12.7727 11.3443 11.89 14.2232 10.1244 16.7275C8.35885 19.2319 5.99043 21.3188 3.01914 22.9883C2.88995 23.0311 2.68541 22.9562 2.4055 22.7636C2.1256 22.5709 1.89952 22.3676 1.72727 22.1536C1.55502 21.9395 1.40431 21.672 1.27512 21.3509C1.14593 21.0298 1.14593 20.8265 1.27512 20.7409C2.73923 19.7563 3.9988 18.7503 5.05383 17.7228C6.10885 16.6954 6.63636 15.1115 6.63636 12.9711C6.63636 12.4574 6.60407 12.0935 6.53947 11.8794C6.47488 11.6654 6.35646 11.5584 6.18421 11.5584C6.05502 11.5584 5.91507 11.5905 5.76435 11.6547C5.61364 11.7189 5.43062 11.751 5.21531 11.751C3.96651 11.751 2.86842 11.3122 1.92105 10.4346C0.973684 9.55706 0.5 8.17648 0.5 6.29289C0.5 4.70897 1.04904 3.26417 2.14713 1.9585C3.24522 0.652834 4.6555 0 6.37799 0C8.31579 0 9.86603 0.770558 11.0287 2.31168C12.1914 3.85279 12.7727 5.77919 12.7727 8.09086ZM27.5 8.09086C27.5 11.3443 26.6172 14.2232 24.8517 16.7275C23.0861 19.2319 20.7177 21.3188 17.7464 22.9883C17.6172 23.0311 17.4127 22.9562 17.1328 22.7636C16.8529 22.5709 16.6268 22.3676 16.4545 22.1536C16.2823 21.9395 16.1316 21.672 16.0024 21.3509C15.8732 21.0298 15.8732 20.8265 16.0024 20.7409C17.4665 19.7563 18.7261 18.7503 19.7811 17.7228C20.8361 16.6954 21.3636 15.1115 21.3636 12.9711C21.3636 12.4574 21.3313 12.0935 21.2667 11.8794C21.2022 11.6654 21.0837 11.5584 20.9115 11.5584C20.7823 11.5584 20.6423 11.5905 20.4916 11.6547C20.3409 11.7189 20.1579 11.751 19.9426 11.751C18.6938 11.751 17.5957 11.3122 16.6483 10.4346C15.701 9.55706 15.2273 8.17648 15.2273 6.29289C15.2273 4.70897 15.7763 3.26417 16.8744 1.9585C17.9725 0.652834 19.3828 0 21.1053 0C23.0431 0 24.5933 0.770558 25.756 2.31168C26.9187 3.85279 27.5 5.77919 27.5 8.09086Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.post-content blockquote p, .post-content blockquote span {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}
.post-content blockquote p:last-child, .post-content blockquote span:last-child {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}
.post-content img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.post-content .wp-caption {
  width: 100% !important;
}
.post-content .wp-caption .wp-caption-text {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #D4D5D6;
}

.swiper-container {
  position: relative;
}
.swiper-container .swipe-btn {
  background: var(--Surface, #000B0C);
  z-index: 2;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  height: 48px;
  width: 48px;
  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;
  cursor: pointer;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
}
.swiper-container .swipe-btn img {
  height: 32px;
  width: 32px;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-container .swipe-btn:hover {
  border: 1px solid #585E5E;
}
.swiper-container .swipe-btn.swipe-prev {
  opacity: 0;
  pointer-events: none;
  left: 64px;
}
.swiper-container .swipe-btn.swipe-prev img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper-container .swipe-btn.swipe-prev.show-btn {
  opacity: 1;
  pointer-events: auto;
}
.swiper-container .swipe-btn.swipe-next {
  right: 64px;
}
.swiper-container .swipe-btn.swipe-next.hide-btn {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 1124px) {
  .so-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  h1, h1 p, h1 span {
    font-size: 48px;
    line-height: 64px;
  }

  h2, h2 p, h2 span {
    font-size: 40px;
    line-height: 48px;
  }

  h3, h3 p, h3 span {
    font-size: 24px;
    line-height: 32px;
  }

  .post-content blockquote {
    padding: 96px 71px 56px 71px;
  }
  .post-content p, .post-content span, .post-content a {
    margin-bottom: 48px;
  }

  .swiper-container .swipe-btn {
    display: none;
  }
}
@media screen and (max-width: 661px) {
  .so-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .post-content blockquote {
    padding: 95px 24px 56px;
  }
  .post-content blockquote p, .post-content blockquote span {
    font-size: 20px;
    line-height: 28px;
  }
}
.contact-form {
  padding-top: 40px;
  max-width: 688px;
  margin: auto;
}
.contact-form .wpcf7-form {
  position: relative;
}
.contact-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}
.contact-form .row .input-wrapper {
  width: 50%;
  position: relative;
  margin-top: -16px;
}
.contact-form .row .input-wrapper.full-width {
  width: 100%;
}
.contact-form .row .input-wrapper .wpcf7-not-valid-tip {
  display: none;
}
.contact-form .row .input-wrapper label {
  position: absolute;
  top: 12px;
  left: 1px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.55px;
  text-align: left;
  color: #18357f;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.5;
}
.contact-form .row .input-wrapper label.has-value {
  top: -10px;
  font-size: 12px;
  opacity: 1;
}
.contact-form .row .input-wrapper .wpcf7-form-control-wrap {
  min-height: 52px;
  display: block;
  margin-bottom: 0;
}
.contact-form .row .input-wrapper .wpcf7-form-control-wrap input,
.contact-form .row .input-wrapper .wpcf7-form-control-wrap textarea {
  border-radius: 0;
  width: 100%;
  height: 52px;
  min-height: 52px;
  color: #020e1e;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.55px;
  text-align: left;
  border: none;
  border-bottom: 1px solid #18357f;
  background: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  resize: none;
  overflow: hidden;
  max-height: 200px;
}
.contact-form .row .input-wrapper .wpcf7-form-control-wrap textarea {
  margin-top: 16px;
}
.contact-form .row .input-wrapper .wpcf7-not-valid {
  border-bottom: 1px solid #D21614 !important;
}
.contact-form .row .select {
  cursor: pointer;
}
.contact-form .row .select.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contact-form .row .select:before {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  width: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.7064 8.20697C18.5189 8.0195 18.2646 7.91418 17.9994 7.91418C17.7343 7.91418 17.48 8.0195 17.2924 8.20697L12.7064 12.793C12.5163 12.9755 12.263 13.0774 11.9994 13.0774C11.7359 13.0774 11.4826 12.9755 11.2924 12.793L6.70643 8.20697C6.51783 8.02481 6.26523 7.92402 6.00303 7.9263C5.74083 7.92858 5.49002 8.03374 5.30461 8.21915C5.1192 8.40456 5.01403 8.65537 5.01176 8.91757C5.00948 9.17977 5.11027 9.43237 5.29243 9.62097L9.87743 14.207C10.156 14.4856 10.4868 14.7066 10.8508 14.8574C11.2148 15.0082 11.6049 15.0858 11.9989 15.0858C12.3929 15.0858 12.7831 15.0082 13.1471 14.8574C13.5111 14.7066 13.8418 14.4856 14.1204 14.207L18.7064 9.62097C18.8939 9.43344 18.9992 9.17913 18.9992 8.91397C18.9992 8.64881 18.8939 8.3945 18.7064 8.20697Z" fill="%23090C27"/></svg>');
}
.contact-form .row .select ul {
  display: none;
  list-style: none;
  position: absolute;
  top: 100%;
  width: 100%;
  border-bottom: 1px solid #18357F;
  border-left: 1px solid #18357F;
  border-right: 1px solid #18357F;
  padding: 6px;
  background: #fff;
  z-index: 2;
}
.contact-form .row .select ul li {
  cursor: pointer;
  padding: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.55px;
  text-align: left;
  color: #18357f;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.contact-form .row .select ul li.active {
  color: #D21614;
  -webkit-box-shadow: inset 0px -2px 0px 0px #D21614 !important;
  box-shadow: inset 0px -2px 0px 0px #D21614 !important;
}
.contact-form .row .select ul li:hover {
  color: #D21614;
}
.contact-form .contact-button {
  margin-top: 48px;
  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;
}
.contact-form .contact-button .button {
  margin-top: 0;
  max-width: 440px;
  width: 100%;
  margin-bottom: 16px;
}
.contact-form .contact-button .agree-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #020E1E;
  letter-spacing: unset;
}
.contact-form .contact-button .agree-text a {
  font-weight: 700;
  color: #020E1E;
  letter-spacing: unset;
  white-space: nowrap;
}
.contact-form .wpcf7-response-output {
  position: absolute;
  margin: 16px 0 0 0 !important;
  padding: 0 !important;
  border: none !important;
  top: 100%;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #020E1E;
  letter-spacing: unset;
}

@media screen and (max-width: 661px) {
  .contact-form .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .contact-form .row .input-wrapper {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
