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: "Neue Plak Bold";
  src: url("../assets/fonts/NeuePlak-Bold.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Neue Plak Wide Bold";
  src: url("../assets/fonts/NeuePlak-WideBold.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Neue Plak Wide Extra Black";
  src: url("../assets/fonts/NeuePlak-WideExtraBlack.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Neue Plak Cond Black";
  src: url("../assets/fonts/NeuePlak-CondBlack.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Neue Plak Comp Black";
  src: url("../assets/fonts/NeuePlak-CompBlack.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Neue Plak Medium";
  src: url("../assets/fonts/NeuePlak-SemiBold.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Neue Plak Extended Semi Bold";
  src: url("../assets/fonts/NeuePlak-ExtendedSemiBold.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Neue Plak Extended Black";
  src: url("../assets/fonts/NeuePlak-ExtendedBlack.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Neue Plak Regular";
  src: url("../assets/fonts/NeuePlak-Regular.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Neue Plak Wide Regular";
  src: url("../assets/fonts/NeuePlak-WideRegular.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Neue Plak Wide Light";
  src: url("../assets/fonts/NeuePlak-WideLight.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Neue Plak Light";
  src: url("../assets/fonts/NeuePlak-Light.otf") format("opentype");
  font-style: normal;
}
.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: 60px;
  padding-bottom: 60px;
  min-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: 602px;
  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-family: Neue Plak Wide Bold, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22.13px;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 0;
}
.homepage .head .so-container .content .buttons {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.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: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 36, 36, 0.17)), to(rgba(36, 36, 36, 0.85)));
    background: -o-linear-gradient(top, rgba(36, 36, 36, 0.17) 0%, rgba(36, 36, 36, 0.85) 100%);
    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: 84px;
    min-height: 100svh;
  }
  .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: 68px;
    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;
  }
  .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: 13px;
  }
  .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 {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .homepage .head .so-container .content .buttons {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.homepage .membership-features {
  background: #0C2340;
}
.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: 90px;
}
.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 .desc {
  padding-right: 60px;
  letter-spacing: 0;
}
.homepage .membership-features .so-container .content-left h2 {
  color: #fff;
}
.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: 30px;
  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: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  background: rgba(255, 255, 255, 0.1019607843);
  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 {
  font-family: Neue Plak Wide Bold, sans-serif;
  opacity: 1;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0.35px;
}
.homepage .membership-features .so-container .content-left .features .feature-content-desc {
  letter-spacing: 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(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  max-height: 120%;
}
@media screen and (max-width: 1124px) {
  .homepage .membership-features .so-container {
    padding: 40px 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 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .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: 15px;
    line-height: 20px;
  }
  .homepage .membership-features .so-container .content-left .features {
    margin-top: 32px;
  }
  .homepage .membership-features .so-container .content-left .features h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .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;
    gap: 24px;
  }
  .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: 64px;
    width: 64px;
    min-height: 64px;
    min-width: 64px;
  }
  .homepage .membership-features .so-container .content-left .features .features-tabs .feature .feature-content-title {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 4px;
    font-family: Neue Plak Bold, sans-serif;
  }
  .homepage .membership-features .so-container .content-left .features .features-tabs .feature .feature-content-desc {
    font-size: 13px;
    line-height: 18px;
  }
}
@media screen and (max-width: 661px) {
  .homepage .membership-features .so-container {
    padding: 64px 16px;
  }
  .homepage .membership-features .so-container .content-left h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .homepage .membership-features .so-container .content-left .features {
    margin-top: 56px;
  }
  .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: 32px;
  }
  .homepage .membership-features .so-container .content-left .features .features-tabs .feature {
    width: 100%;
  }
}
.homepage .gym-franchises {
  background: #0C2340;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.homepage .gym-franchises .so-container {
  padding-top: 64px;
  padding-bottom: 64px;
}
.homepage .gym-franchises .so-container .desc p {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.36px;
}
.homepage .gym-franchises .so-container .gym-franchises-logos {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.homepage .gym-franchises .so-container .gym-franchises-logos .logo {
  height: 60px;
}
.homepage .gym-franchises .so-container .gym-franchises-logos .logo img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}
@media screen and (max-width: 1124px) {
  .homepage .gym-franchises .so-container {
    padding-top: 32px;
    padding-bottom: 32px;
    max-width: 620px;
    width: 100%;
    margin: auto;
  }
  .homepage .gym-franchises .so-container .desc p {
    font-size: 17px;
    line-height: 22px;
  }
  .homepage .gym-franchises .so-container .gym-franchises-logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 24px;
  }
  .homepage .gym-franchises .so-container .gym-franchises-logos .logo {
    height: 36px;
  }
}
@media screen and (max-width: 661px) {
  .homepage .gym-franchises .so-container {
    padding-left: 0;
    padding-right: 0;
  }
  .homepage .gym-franchises .so-container .desc {
    padding-left: 16px;
    padding-right: 16px;
  }
  .homepage .gym-franchises .so-container .desc p strong {
    font-size: 20px;
  }
  .homepage .gym-franchises .so-container .gym-franchises-logos {
    margin-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .homepage .gym-franchises .so-container .gym-franchises-logos::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    display: none;
  }
}
.homepage .meet-our-team {
  padding-top: 100px;
  padding-bottom: 100px;
}
.homepage .meet-our-team .so-container h2 {
  color: #000;
}
.homepage .meet-our-team .so-container h2 br {
  display: none;
}
.homepage .meet-our-team .team-slider {
  position: relative;
}
.homepage .meet-our-team .team-slider .swipe-btn {
  background: rgba(255, 255, 255, 0.8);
  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: 4px;
  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;
}
.homepage .meet-our-team .team-slider .swipe-btn img {
  height: 32px;
  width: 32px;
  -o-object-fit: contain;
  object-fit: contain;
}
.homepage .meet-our-team .team-slider .swipe-btn:hover {
  background: rgba(255, 255, 255, 0.9019607843);
}
.homepage .meet-our-team .team-slider .swipe-btn.swipe-prev {
  opacity: 0;
  pointer-events: none;
  left: 100px;
}
.homepage .meet-our-team .team-slider .swipe-btn.swipe-prev img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.homepage .meet-our-team .team-slider .swipe-btn.swipe-prev.show-btn {
  opacity: 1;
  pointer-events: auto;
}
.homepage .meet-our-team .team-slider .swipe-btn.swipe-next {
  right: 100px;
}
.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: 405/408;
}
.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;
}
.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 #C1110F;
}
.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 {
  font-family: Neue Plak Cond Black, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 82px;
  text-align: left;
  color: #D21614;
  letter-spacing: 0;
}
.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 #C1110F;
  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: 80%;
}
.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-family: Neue Plak Regular, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #020E1E;
  letter-spacing: 0.38px;
}
.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 .swipe-btn {
    display: none;
  }
  .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 24px;
    background: rgba(31, 31, 31, 0.0392156863);
  }
  .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-family: Neue Plak Light, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #424242;
  }
  .homepage .meet-our-team .team-content-slider .swiper-wrapper .swiper-slide .content {
    padding: 0 24px 32px;
    background: rgba(31, 31, 31, 0.0392156863);
  }
  .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-family: Neue Plak Light, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #424242;
  }
}
@media screen and (max-width: 661px) {
  .homepage .meet-our-team {
    padding-top: 24px;
  }
  .homepage .meet-our-team .so-container h2 {
    text-align: center;
    font-size: 48px;
    line-height: 56px;
  }
  .homepage .meet-our-team .so-container h2 br {
    display: inherit;
  }
  .homepage .meet-our-team .team-slider .swiper-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .homepage .meet-our-team .team-content-slider {
    padding-left: 16px;
    padding-right: 16px;
  }
  .homepage .meet-our-team .team-content-slider .swiper-wrapper .swiper-slide p.title {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 16px;
  }
  .homepage .meet-our-team .team-content-slider .swiper-wrapper .swiper-slide .rows-content {
    padding: 32px 32px 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 32px 32px;
  }
}
.homepage .workouts {
  background: #020E1E;
  padding-top: 85px;
}
.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 {
  font-size: 48px;
  font-weight: 700;
  line-height: 70.8px;
  text-align: left;
  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-family: Neue Plak Bold, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.3px;
  color: #fff;
  margin-bottom: 6px;
}
.homepage .workouts .so-container .statistic .statistic-block p.label {
  font-family: Neue Plak Wide Bold, sans-serif;
  font-size: 16px;
  font-weight: 800;
  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 .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;
  color: #fff;
  font-size: 16px;
  font-family: Neue Plak Bold, sans-serif;
  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;
}
.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-family: Neue Plak Extended Black, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 29.5px;
  text-align: left;
  color: #D21614;
  text-transform: uppercase;
  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-family: Neue Plak Bold, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 41.3px;
  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: 10px;
  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: #D21614;
  border-radius: 4px;
  min-height: 26px;
  padding: 4px 4px;
}
.homepage .workouts .workouts-slider .swiper-wrapper .swiper-slide .info .info-title .type span {
  color: #fff;
  text-transform: uppercase;
  font-family: Neue Plak Extended Black, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  margin-top: -3px;
}
.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;
}
@media screen and (max-width: 1124px) {
  .homepage .workouts {
    padding-top: 40px;
  }
  .homepage .workouts .so-container h2 {
    font-size: 40px;
    line-height: 51px;
    width: 50%;
    margin-bottom: 0;
  }
  .homepage .workouts .so-container .statistic {
    width: 50%;
  }
  .homepage .workouts .so-container .statistic .statistic-block p.count {
    font-size: 40px;
    line-height: 51px;
  }
  .homepage .workouts .so-container .statistic .statistic-block p.label {
    font-family: Neue Plak Regular, sans-serif;
    font-size: 14px;
    line-height: 21px;
  }
}
@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 .challenge {
  padding-top: 80px;
  padding-bottom: 80px;
}
.homepage .challenge .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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 32px;
}
.homepage .challenge .so-container h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}
.homepage .challenge .so-container h2 .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 59px;
  text-align: left;
  margin-bottom: 0;
  color: #C1110F;
  letter-spacing: 0;
}
.homepage .challenge .so-container h2 .sub-title {
  font-size: 54px;
  font-weight: 700;
  line-height: 79.65px;
  text-align: left;
  margin-top: -16px;
  margin-bottom: 0;
  color: #020E1E;
  letter-spacing: 0;
}
.homepage .challenge .challenge-slider {
  position: relative;
  margin: 40px auto 0;
  max-width: 1460px;
}
.homepage .challenge .challenge-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 .challenge .challenge-slider .swiper-wrapper .swiper-slide {
  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 .challenge .challenge-slider .swiper-wrapper .swiper-slide:hover .info .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: #C1110F;
  text-decoration-color: #C1110F;
}
.homepage .challenge .challenge-slider .swiper-wrapper .swiper-slide:hover .red-blur {
  border: 1px solid #FFFFFF;
  background: rgba(255, 0, 0, 0.2117647059);
}
.homepage .challenge .challenge-slider .swiper-wrapper .swiper-slide .image {
  aspect-ratio: 1/0.52;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.homepage .challenge .challenge-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 .challenge .challenge-slider .swiper-wrapper .swiper-slide .image .tags {
  position: absolute;
  width: 100%;
  padding: 0 254px 16px 24px;
  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 .challenge .challenge-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 .challenge .challenge-slider .swiper-wrapper .swiper-slide .image .tags .tag span {
  margin-top: -2px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: Neue Plak Bold, sans-serif;
  letter-spacing: 0;
}
.homepage .challenge .challenge-slider .swiper-wrapper .swiper-slide .image .button {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.homepage .challenge .challenge-slider .swiper-wrapper .swiper-slide .image .date {
  position: absolute;
  top: 24px;
  left: 24px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background: rgba(255, 255, 255, 0.8);
  padding-left: 16px;
  padding-right: 16px;
  height: 44px;
  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 .challenge .challenge-slider .swiper-wrapper .swiper-slide .image .date span {
  margin-top: -2px;
  line-height: 1;
  text-align: center;
  color: #020E1E;
  font-size: 21px;
  font-family: Neue Plak Wide Bold, sans-serif;
  letter-spacing: -0.42px;
}
.homepage .challenge .challenge-slider .swiper-wrapper .swiper-slide .info {
  padding-top: 24px;
}
.homepage .challenge .challenge-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: 16px;
  margin-bottom: 8px;
}
.homepage .challenge .challenge-slider .swiper-wrapper .swiper-slide .info .info-title .num {
  font-family: Neue Plak Wide Bold, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.42px;
  color: #020E1E;
  margin-bottom: 0;
}
.homepage .challenge .challenge-slider .swiper-wrapper .swiper-slide .info .info-title .title {
  font-family: Neue Plak Wide Bold, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.42px;
  color: #C1110F;
  margin-bottom: 0;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.homepage .challenge .challenge-slider .swiper-wrapper .swiper-slide .info .desc p, .homepage .challenge .challenge-slider .swiper-wrapper .swiper-slide .info .desc span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #1F1F1F;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 1124px) {
  .homepage .challenge {
    padding-top: 32px;
    padding-bottom: 116px;
    position: relative;
  }
  .homepage .challenge .so-container {
    margin-bottom: 16px;
  }
  .homepage .challenge .so-container h2 .title {
    font-size: 32px;
    line-height: 40px;
  }
  .homepage .challenge .so-container h2 .sub-title {
    margin-top: 0;
    font-size: 24px;
    line-height: 1.2;
  }
  .homepage .challenge .so-container .button {
    position: absolute;
    bottom: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .homepage .challenge .challenge-slider {
    margin-top: 16px;
  }
  .homepage .challenge .challenge-slider .swiper-wrapper .swiper-slide .image {
    aspect-ratio: 1/0.64;
  }
  .homepage .challenge .challenge-slider .swiper-wrapper .swiper-slide .image .date {
    top: 8px;
    left: 8px;
  }
  .homepage .challenge .challenge-slider .swiper-wrapper .swiper-slide .image .tags {
    padding: 0;
    left: 8px;
    bottom: 8px;
  }
  .homepage .challenge .challenge-slider .swiper-wrapper .swiper-slide .image .button {
    right: 8px;
    bottom: 8px;
    display: none;
  }
  .homepage .challenge .challenge-slider .swiper-wrapper .swiper-slide .info {
    padding: 8px 12px 0;
  }
}
@media screen and (max-width: 661px) {
  .homepage .challenge .challenge-slider .swiper-wrapper .swiper-slide .image {
    aspect-ratio: 1/1;
  }
  .homepage .challenge .challenge-slider .swiper-wrapper .swiper-slide .info .info-title .num, .homepage .challenge .challenge-slider .swiper-wrapper .swiper-slide .info .info-title .title {
    font-size: 18px;
    line-height: 26px;
  }
}
.homepage .practices {
  background: #020E1E;
  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 {
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
  text-align: left;
}
.homepage .practices .practices-slider {
  margin-top: 63px;
}
.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 {
  flex-direction: column;
  display: flex;
  height: 100%;
  border: 0.5px solid rgba(255, 255, 255, 0.2196078431);
}
.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: #E41D1B;
  text-decoration-color: #E41D1B;
}
.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 {
  margin-top: -2px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: Neue Plak Bold, sans-serif;
  letter-spacing: 0;
}
.homepage .practices .practices-slider .swiper-wrapper .swiper-slide .info .title {
  position: relative;
  z-index: 2;
  font-family: Neue Plak Medium, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  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: 32px;
  }
  .homepage .practices .so-container {
    gap: 16px;
  }
  .homepage .practices .so-container h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .homepage .practices .practices-slider {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 40px;
  }
  .homepage .practices .practices-slider .swiper-wrapper {
    padding-left: 29%;
  }
}
@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 .swiper-wrapper .swiper-slide .post {
    height: auto;
  }
  .homepage .practices .practices-slider .swiper-wrapper .swiper-slide .info {
    padding: 12px;
  }
  .homepage .practices .practices-slider .swiper-wrapper .swiper-slide .info .tag {
    height: 28px;
  }
  .homepage .practices .practices-slider .swiper-wrapper .swiper-slide .info .tag span {
    font-size: 12px;
  }
  .homepage .practices .practices-slider .swiper-wrapper .swiper-slide .info .title {
    font-size: 18px;
  }
  .homepage .practices .practices-slider .swiper-wrapper {
    padding-left: 0;
  }
}
.homepage .recipes {
  padding-top: 70px;
}
.homepage .recipes .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 .recipes .so-container h2 {
  margin-bottom: 0;
}
.homepage .recipes .so-container h2 .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
  text-align: left;
  margin-bottom: 0;
  color: #0C2340;
  letter-spacing: 0;
}
.homepage .recipes .so-container h2 .sub-title {
  font-size: 54px;
  font-weight: 700;
  line-height: 79.65px;
  text-align: left;
  margin-top: -16px;
  margin-bottom: 0;
  color: #D21614;
  letter-spacing: 0;
}
.homepage .recipes .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: 72px;
}
.homepage .recipes .so-container .statistic .statistic-block p.count {
  font-family: Neue Plak Bold, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.03em;
  color: #0C2340;
  margin-bottom: 6px;
}
.homepage .recipes .so-container .statistic .statistic-block p.label {
  font-family: Neue Plak Extended Black, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #0C2340;
  opacity: 0.7;
  text-transform: uppercase;
  margin-bottom: 0;
}
.homepage .recipes .recipes-slider {
  margin-top: 40px;
}
.homepage .recipes .recipes-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 .recipes .recipes-slider .swiper-wrapper .swiper-slide {
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  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 .recipes .recipes-slider .swiper-wrapper .swiper-slide: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: #E41D1B;
  text-decoration-color: #E41D1B;
}
.homepage .recipes .recipes-slider .swiper-wrapper .swiper-slide .image {
  aspect-ratio: 1/0.96;
  position: relative;
  overflow: hidden;
}
.homepage .recipes .recipes-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 .recipes .recipes-slider .swiper-wrapper .swiper-slide .image .tag {
  position: absolute;
  bottom: 16px;
  left: 24px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 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 .recipes .recipes-slider .swiper-wrapper .swiper-slide .image .tag span {
  margin-top: -2px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: Neue Plak Bold, sans-serif;
  letter-spacing: 0;
}
.homepage .recipes .recipes-slider .swiper-wrapper .swiper-slide .info {
  padding: 16px 24px;
}
.homepage .recipes .recipes-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 .recipes .recipes-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 .recipes .recipes-slider .swiper-wrapper .swiper-slide .info .author-box .author-box-info p.type {
  margin: 0;
  font-family: Neue Plak Bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #020E1E;
  letter-spacing: 0;
}
.homepage .recipes .recipes-slider .swiper-wrapper .swiper-slide .info .author-box p.name {
  margin-top: -12px;
  font-family: Neue Plak Extended Black, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 29.5px;
  text-align: left;
  color: #D21614;
  text-transform: uppercase;
  letter-spacing: 0;
}
.homepage .recipes .recipes-slider .swiper-wrapper .swiper-slide .info .title {
  opacity: 0.7;
  color: #020E1E;
  font-size: 22px;
  font-weight: 400;
  line-height: 32.45px;
  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 .recipes {
    padding-top: 40px;
  }
  .homepage .recipes .so-container {
    gap: 16px;
  }
  .homepage .recipes .so-container h2 span {
    display: block;
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .homepage .recipes .recipes-slider {
    padding-left: 24px;
    padding-right: 24px;
  }
  .homepage .recipes .recipes-slider .swiper-wrapper {
    padding-left: 29%;
  }
}
@media screen and (max-width: 661px) {
  .homepage .recipes .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: 24px;
  }
  .homepage .recipes .so-container h2 .title {
    text-align: center;
  }
  .homepage .recipes .so-container h2 .sub-title {
    text-align: center;
  }
  .homepage .recipes .recipes-slider .swiper-wrapper .swiper-slide .image .tag {
    height: 30px;
    left: 20px;
    bottom: 12px;
  }
  .homepage .recipes .recipes-slider .swiper-wrapper .swiper-slide .image .tag span {
    font-size: 12px;
  }
  .homepage .recipes .recipes-slider .swiper-wrapper .swiper-slide .info {
    padding: 12px 20px;
  }
  .homepage .recipes .recipes-slider .swiper-wrapper .swiper-slide .info .title {
    font-size: 18px;
    line-height: 27px;
  }
  .homepage .recipes .recipes-slider .swiper-wrapper .swiper-slide .info .author-box img {
    height: 34px;
    width: 34px;
  }
  .homepage .recipes .recipes-slider .swiper-wrapper .swiper-slide .info .author-box .author-box-info p.type, .homepage .recipes .recipes-slider .swiper-wrapper .swiper-slide .info .author-box .author-box-info p.name {
    font-size: 12px;
    line-height: 20px;
  }
  .homepage .recipes .recipes-slider .swiper-wrapper .swiper-slide .info .author-box .author-box-info p.name {
    margin-top: -6px;
  }
  .homepage .recipes .recipes-slider .swiper-wrapper {
    padding-left: 0;
  }
}
.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)), to(rgba(36, 36, 36, 0.2)));
  background: -o-linear-gradient(top, rgba(36, 36, 36, 0) 0%, rgba(36, 36, 36, 0.2) 100%);
  background: linear-gradient(180deg, rgba(36, 36, 36, 0) 0%, rgba(36, 36, 36, 0.2) 100%);
  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-family: Neue Plak Regular, sans-serif;
  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-family: Neue Plak Wide Bold, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0;
}
.homepage .testimonials .testimonials-slider .testimonials-content .so-container .author p.nickname {
  font-family: Neue Plak Wide Light, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0;
}
.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: #D21614;
}
.homepage .testimonials .testimonials-slider .swiper-pagination-bullet-active:before {
  width: 36px;
  height: 36px;
  border-color: #D21614;
}
@media screen and (max-width: 1124px) {
  .homepage .testimonials .testimonials-slider .testimonials-content .so-container {
    padding: 104px 47px 236px 47px;
  }
  .homepage .testimonials .testimonials-slider .testimonials-content .so-container p.quote {
    font-size: 32px;
    line-height: 47px;
  }
  .homepage .testimonials .testimonials-slider .swiper-pagination {
    bottom: 24px;
  }
}
@media screen and (max-width: 661px) {
  .homepage .testimonials .testimonials-slider .testimonials-content .so-container {
    padding: 24px 16px 188px 16px;
  }
  .homepage .testimonials .testimonials-slider .testimonials-content .so-container p.quote {
    font-size: 20px;
    line-height: 30px;
  }
  .homepage .testimonials .testimonials-slider .testimonials-content .so-container .author p.name {
    font-size: 16px;
    line-height: 24px;
  }
  .homepage .testimonials .testimonials-slider .testimonials-content .so-container .author p.nickname {
    font-size: 16px;
    line-height: 24px;
  }
}
.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: #17171D;
  padding: 4px 16px 8px 16px;
  font-family: Neue Plak Wide Bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0;
}
.homepage .pricing-plans .so-container h2 {
  color: #17171D;
  font-size: 72px;
  line-height: 106px;
  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%;
  background: #fff;
  padding: 40px 40px 32px;
  border-radius: 4px;
  -webkit-box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.0352941176);
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.0352941176);
  border: 1px solid #F5F5F5;
  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: #17171D;
  letter-spacing: 0;
}
.homepage .pricing-plans .so-container .plans .plan .plan-content p.title {
  font-family: Neue Plak Medium, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 47px;
  margin-bottom: 20px;
}
.homepage .pricing-plans .so-container .plans .plan .plan-content p.price {
  font-family: Neue Plak Wide Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 71px;
  letter-spacing: -0.6px;
  margin-bottom: 7px;
}
.homepage .pricing-plans .so-container .plans .plan .plan-content p.term {
  font-family: Neue Plak Wide Light, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.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: 4px;
}
.homepage .pricing-plans .so-container .plans .plan .plan-content .options .option p.label {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}
.homepage .pricing-plans .so-container .plans .plan:nth-child(2) {
  background: #0C2340;
  border-color: transparent;
}
.homepage .pricing-plans .so-container .plans .plan:nth-child(2) p {
  color: #fff;
}
.homepage .pricing-plans .so-container .plans .plan .button {
  width: 100%;
}
@media screen and (max-width: 1124px) {
  .homepage .pricing-plans .so-container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .homepage .pricing-plans .so-container p.pre-title {
    font-size: 14px;
    line-height: 20px;
  }
  .homepage .pricing-plans .so-container h2 {
    font-size: 52px;
    line-height: 82px;
    margin-bottom: 0;
  }
  .homepage .pricing-plans .so-container .plans {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .homepage .pricing-plans .so-container .plans .plan {
    width: 100%;
    max-width: unset;
  }
}
@media screen and (max-width: 661px) {
  .homepage .pricing-plans .so-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .homepage .pricing-plans .so-container h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .homepage .pricing-plans .so-container .plans {
    margin-top: 24px;
    gap: 8px;
  }
  .homepage .pricing-plans .so-container .plans .plan {
    padding: 32px 16px 16px 16px;
  }
}

.blog-post {
  padding-top: 102px;
}
.blog-post .so-container {
  padding-top: 16px;
  padding-bottom: 72px;
  max-width: 928px;
}
.blog-post .so-container .post-title h1 {
  font-family: Neue Plak Regular, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 63px;
  letter-spacing: -1.5px;
  text-align: left;
  margin-bottom: 24px;
  text-transform: none;
}
.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: #5F6980;
  font-family: Neue Plak Light, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.4px;
  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: 32px;
}
.blog-post .so-container .post-content p, .blog-post .so-container .post-content span, .blog-post .so-container .post-content a {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #5F6980;
  margin-bottom: 56px;
  font-family: Neue Plak Light, sans-serif;
  letter-spacing: 0;
}
.blog-post .so-container .post-content p strong, .blog-post .so-container .post-content span strong, .blog-post .so-container .post-content a strong {
  font-family: Neue Plak Regular, sans-serif;
}
.blog-post .so-container .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;
}
.blog-post .so-container .post-content a:hover {
  color: #E41D2B;
}
.blog-post .so-container .post-content h1, .blog-post .so-container .post-content h2, .blog-post .so-container .post-content h3, .blog-post .so-container .post-content h4, .blog-post .so-container .post-content h5, .blog-post .so-container .post-content h6 {
  font-family: Neue Plak Regular, sans-serif;
  text-transform: none;
  margin-bottom: 24px;
}
.blog-post .so-container .post-content h2 {
  font-size: 32px;
  line-height: 47px;
}
.blog-post .so-container .post-content ul, .blog-post .so-container .post-content ol {
  list-style-position: inside;
  margin-bottom: 52px;
}
.blog-post .so-container .post-content ul li, .blog-post .so-container .post-content ol li {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #5F6980;
  margin-bottom: 4px;
  font-family: Neue Plak Light, sans-serif;
}
.blog-post .so-container .post-content ul li strong, .blog-post .so-container .post-content ol li strong {
  font-family: Neue Plak Regular, sans-serif;
}
.blog-post .so-container .post-content blockquote {
  background: #F9FAFB;
  margin-bottom: 56px;
  border-radius: 6px;
  padding: 95px 20px 56px;
  position: relative;
}
.blog-post .so-container .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,<svg width="28" height="23" viewBox="0 0 28 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path 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="%23282828"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.blog-post .so-container .post-content blockquote p, .blog-post .so-container .post-content blockquote span {
  font-family: Neue Plak Regular, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.3px;
  text-align: center;
  color: #282828;
  margin-bottom: 16px;
}
.blog-post .so-container .post-content blockquote p:last-child, .blog-post .so-container .post-content blockquote span:last-child {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 35px;
}
.blog-post .so-container .post-content img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.blog-post .so-container .post-content .wp-caption {
  width: 100% !important;
}
.blog-post .so-container .post-content .wp-caption .wp-caption-text {
  margin-top: 16px;
  font-family: Neue Plak Light, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #475467;
}
.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: #F8F9FF;
}
.blog-post .related-articles .so-container {
  max-width: 718px;
}
.blog-post .related-articles .so-container h2 {
  font-family: Neue Plak Regular, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 47px;
  letter-spacing: -1.5px;
  text-align: left;
  color: #383838;
  margin-bottom: 24px;
  text-transform: none;
}
.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/400;
  border-radius: 8px;
  overflow: hidden;
}
.blog-post .related-articles .so-container .related-article .related-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.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: #E41D1B;
  text-decoration-color: #E41D1B;
}
.blog-post .related-articles .so-container .related-article:hover .related-article-title svg path {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  stroke: #E41D1B;
}
.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: #8E8E8E;
  font-family: Neue Plak Light, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.4px;
}
.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;
  font-family: Neue Plak Regular, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 47.2px;
  letter-spacing: -1.5px;
  text-align: left;
  color: #383838;
  margin-bottom: 4px;
  text-transform: none;
}
.blog-post .related-articles .so-container .related-article .related-article-title svg {
  margin-top: 4px;
}
.blog-post .related-articles .so-container .related-article .post-excerpt p {
  font-family: Neue Plak Light, sans-serif;
  color: #5F6980;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: unset;
}
.blog-post .related-articles .so-container .button {
  margin: auto;
}
@media screen and (max-width: 1124px) {
  .blog-post .related-articles {
    padding-top: 0;
    padding-bottom: 32px;
  }
  .blog-post .related-articles .so-container {
    padding: 0;
  }
  .blog-post .related-articles .so-container h2 {
    display: none;
  }
  .blog-post .related-articles .so-container .related-article .related-thumbnail {
    margin-bottom: 16px;
    border-radius: 0;
  }
  .blog-post .related-articles .so-container .related-article .post-info {
    padding-left: 24px;
    padding-right: 24px;
  }
  .blog-post .related-articles .so-container .related-article .related-info {
    display: block;
    padding-left: 24px;
    padding-right: 24px;
  }
  .blog-post .related-articles .so-container .related-article .related-article-title h3 {
    font-size: 24px;
    line-height: 35px;
  }
}
@media screen and (max-width: 661px) {
  .blog-post .related-articles .so-container .related-article .post-info {
    padding-left: 16px;
    padding-right: 16px;
  }
  .blog-post .related-articles .so-container .related-article .related-info {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 1124px) {
  .blog-post {
    padding-top: 80px;
  }
  .blog-post .so-container {
    padding-bottom: 40px;
  }
  .blog-post .so-container .post-title h1 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .blog-post .so-container .head {
    margin-top: 32px;
  }
  .blog-post .so-container .head img {
    border-radius: 0;
    position: relative;
    width: calc(100% + 48px);
    left: -24px;
  }
  .blog-post .so-container .post-content {
    margin-top: 24px;
  }
  .blog-post .so-container .post-content blockquote {
    border-radius: 0;
    width: calc(100% + 48px);
    left: -24px;
    padding: 96px 15px 40px 15px;
  }
  .blog-post .so-container .post-content blockquote p {
    font-size: 20px;
    line-height: 24px;
  }
  .blog-post .so-container .post-content .wp-caption {
    position: relative;
    width: calc(100% + 48px) !important;
    left: -24px;
  }
  .blog-post .so-container .post-content .wp-caption img {
    width: 100%;
    left: 0;
  }
  .blog-post .so-container .post-content .wp-caption .wp-caption-text {
    padding-left: 16px;
    padding-right: 16px;
  }
  .blog-post .so-container .post-content img {
    position: relative;
    width: calc(100% + 48px);
    left: -24px;
    border-radius: 0;
  }

  .blog-post .so-container .post-content p, .blog-post .so-container .post-content span, .blog-post .so-container .post-content a {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 661px) {
  .blog-post .so-container .head img {
    width: calc(100% + 32px);
    left: -16px;
  }
  .blog-post .so-container .post-content blockquote {
    width: calc(100% + 32px);
    left: -16px;
  }
}
.blog-page .head {
  padding-top: 102px;
  background: #18357F;
}
.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 {
  font-family: Neue Plak Wide Extra Black, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 98px;
  line-height: 104px;
  letter-spacing: -4.5px;
  color: #FFFFFF;
  margin-bottom: 24px;
  text-transform: unset;
}
.blog-page .head .so-container .page-title p {
  color: #fff;
  font-family: Neue Plak Extended Semi Bold, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.6px;
}
.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: 11px;
  padding-bottom: 11px;
  -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-family: Neue Plak Wide Bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  letter-spacing: 0;
}
.blog-page .head .so-container .categories .cat-btn.active {
  border-color: #D21614;
}
.blog-page .head .so-container .categories .cat-btn.active span {
  color: #D21614;
}
.blog-page .head .so-container .categories .cat-btn:hover span {
  color: #D21614;
}
.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 #18357F;
  border-bottom: 1px solid #282828;
}
.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: #E41D1B;
  text-decoration-color: #E41D1B;
}
.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: 32px 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-family: Neue Plak Regular, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 47px;
  letter-spacing: -0.6px;
  color: #020E1E;
}
.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: 80px;
  }
  .blog-page .head .so-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 80px;
    padding-top: 32px;
    padding-bottom: 48px;
  }
  .blog-page .head .so-container .page-title {
    width: 100%;
  }
  .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;
    padding-top: 8px;
    padding-bottom: 40px;
  }
  .blog-page .head .so-container .page-title h1 {
    font-size: 82px;
    line-height: 104px;
  }
  .blog-page .head .so-container .page-title p {
    font-size: 20px;
    line-height: 34px;
  }
  .blog-page .posts-container .post-item {
    width: 100%;
  }
  .blog-page .posts-container .post-item .post-info {
    padding: 28px 16px 48px;
  }
  .blog-page .posts-container .post-item .post-info p.post-title {
    font-size: 28px;
    line-height: 41px;
  }
}
.for-business .head {
  background: #F9FAFC;
  height: auto;
  padding-top: 100px;
  width: 100%;
}
.for-business .head .so-container {
  padding-top: 72px;
  padding-bottom: 80px;
}
.for-business .head .so-container .content {
  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;
  max-width: 907px;
  width: 100%;
  margin: auto;
}
.for-business .head .so-container .content .tags {
  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: wrap;
  flex-wrap: wrap;
  gap: 7px;
}
.for-business .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;
}
.for-business .head .so-container .content .tags .tag:last-child .square {
  display: none;
}
.for-business .head .so-container .content .tags .tag .square {
  width: 6px;
  height: 6px;
  border-radius: 1px;
  opacity: 0.7;
  background: rgba(23, 23, 29, 0.5019607843);
  margin-top: 2px;
}
.for-business .head .so-container .content .tags .tag p {
  font-family: Neue Plak Wide Bold, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22.13px;
  letter-spacing: -0.5px;
  color: #020E1E;
  margin-bottom: 0;
}
.for-business .head .so-container .content h1 {
  margin-top: -8px;
  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;
}
.for-business .head .so-container .content h1 .title {
  font-family: Neue Plak Wide Bold, sans-serif;
  font-size: 114px;
  font-weight: 700;
  line-height: 104px;
  letter-spacing: -4.5px;
  text-align: center;
  color: #17171D;
}
.for-business .head .so-container .content h1 .sub-title {
  margin-top: -24px;
  font-family: Neue Plak Wide Bold, sans-serif;
  font-size: 98px;
  font-weight: 700;
  line-height: 104px;
  letter-spacing: -4.5px;
  text-align: center;
  color: #17171D;
}
.for-business .head .so-container .content .desc {
  max-width: 703px;
  width: 100%;
  margin: auto;
}
.for-business .head .so-container .content .desc p, .for-business .head .so-container .content .desc span {
  font-family: Neue Plak Light, sans-serif;
  text-align: center;
  color: #020E1E;
  font-size: 28px;
  font-weight: 300;
  line-height: 36.4px;
  letter-spacing: 0;
}
@media screen and (max-width: 1124px) {
  .for-business .head {
    padding-top: 80px;
  }
  .for-business .head .so-container .content h1 .title {
    font-size: 15vw;
    line-height: 1;
  }
  .for-business .head .so-container .content h1 .sub-title {
    font-size: 10vw;
    line-height: 1;
  }
}
@media screen and (max-width: 661px) {
  .for-business .head .so-container {
    padding-bottom: 56px;
  }
  .for-business .head .so-container .content .tags {
    margin-bottom: 16px;
  }
  .for-business .head .so-container .content .desc p, .for-business .head .so-container .content .desc span {
    font-size: 18px;
    line-height: 24px;
  }
}
.for-business .head-slider {
  background: #F9FAFC;
}
.for-business .head-slider .business-head-slider {
  max-width: 1920px;
  margin: auto;
}
.for-business .head-slider .business-head-slider .swiper-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.for-business .head-slider .business-head-slider .swiper-wrapper .swiper-slide {
  height: 730px;
}
.for-business .head-slider .business-head-slider .swiper-wrapper .swiper-slide .image {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.for-business .head-slider .business-head-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;
}
.for-business .head-slider .business-head-slider .swiper-wrapper .swiper-slide .image .title {
  padding: 16px;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 28px;
  font-weight: 800;
  line-height: 36.4px;
  letter-spacing: 0.3px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  font-family: Neue Plak Wide Bold, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 661px) {
  .for-business .head-slider .business-head-slider .swiper-wrapper .swiper-slide {
    height: 586px;
    max-height: 100dvh;
  }
  .for-business .head-slider .business-head-slider .swiper-wrapper .swiper-slide .image .title {
    text-align: left;
    padding: 13px;
  }
}
.for-business .productivity {
  padding-top: 56px;
  padding-bottom: 80px;
}
.for-business .productivity h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 36px;
}
.for-business .productivity h2 .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: -0.6px;
  text-align: center;
  margin-bottom: 0;
  color: #C1110F;
}
.for-business .productivity h2 .sub-title {
  font-size: 61px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: -0.6px;
  text-align: center;
  margin-top: -16px;
  margin-bottom: 0;
  color: #020E1E;
}
.for-business .productivity .productivity-slider {
  max-width: 1288px;
  margin: auto;
}
.for-business .productivity .productivity-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.for-business .productivity .productivity-slider .swiper-wrapper .swiper-slide {
  height: auto;
  border: 1px solid rgba(23, 23, 29, 0.0784313725);
  background: #F9FAFC;
  border-radius: 12px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.for-business .productivity .productivity-slider .swiper-wrapper .swiper-slide .icon {
  height: 48px;
  width: 48px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 56px;
}
.for-business .productivity .productivity-slider .swiper-wrapper .swiper-slide .info .title {
  font-family: Neue Plak Medium, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 41px;
  text-align: left;
  color: #020E1E;
  margin-bottom: 12px;
  letter-spacing: 0;
}
.for-business .productivity .productivity-slider .swiper-wrapper .swiper-slide .info .desc {
  margin-bottom: 0;
}
.for-business .productivity .productivity-slider .swiper-wrapper .swiper-slide .info .desc p, .for-business .productivity .productivity-slider .swiper-wrapper .swiper-slide .info .desc span {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #020E1E;
  letter-spacing: 0;
}
.for-business .productivity .productivity-slider .swiper-wrapper .swiper-slide .info .desc p strong, .for-business .productivity .productivity-slider .swiper-wrapper .swiper-slide .info .desc span strong {
  font-family: Neue Plak Medium, sans-serif;
}
@media screen and (max-width: 1124px) {
  .for-business .productivity h2 .title {
    font-size: 32px;
    line-height: 47px;
  }
  .for-business .productivity h2 .sub-title {
    font-size: 40px;
    line-height: 1;
    margin-top: -8px;
  }
  .for-business .productivity .productivity-slider {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 661px) {
  .for-business .productivity {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .for-business .productivity h2 .title {
    font-size: 22px;
    line-height: 32px;
  }
  .for-business .productivity h2 .sub-title {
    font-size: 28px;
    line-height: 1;
    margin-top: -8px;
  }
  .for-business .productivity .productivity-slider {
    padding-left: 16px;
    padding-right: 16px;
  }
  .for-business .productivity .productivity-slider .swiper-wrapper .swiper-slide {
    padding: 24px;
  }
  .for-business .productivity .productivity-slider .swiper-wrapper .swiper-slide .icon {
    margin-bottom: 36px;
  }
  .for-business .productivity .productivity-slider .swiper-wrapper .swiper-slide .info .title {
    font-size: 26px;
    line-height: 38px;
  }
}
.for-business .big-slider-block {
  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;
  gap: 48px;
  max-width: 1920px;
  margin: auto;
}
.for-business .big-slider-block .main-slider {
  width: 54.7%;
  aspect-ratio: 1/1.13;
  overflow: hidden;
}
.for-business .big-slider-block .main-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.for-business .big-slider-block .tabs {
  width: 50%;
  max-width: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.for-business .big-slider-block .tabs .tab {
  padding: 10px 32px;
  position: relative;
}
.for-business .big-slider-block .tabs .tab .dot {
  position: absolute;
  left: 0;
  height: 100%;
  width: 2px;
  top: 0;
  background: rgba(2, 14, 30, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.for-business .big-slider-block .tabs .tab .dot .dot-fill {
  background: #D21614;
  height: 0;
  max-height: 100%;
  overflow: hidden;
  width: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.for-business .big-slider-block .tabs .tab:first-child .desc {
  display: block;
}
.for-business .big-slider-block .tabs .tab.active .dot {
  opacity: 1;
}
.for-business .big-slider-block .tabs .tab.active .tab-title {
  color: #D21614;
}
.for-business .big-slider-block .tabs .tab p.tab-title {
  text-transform: uppercase;
  font-family: Neue Plak Comp Black, sans-serif;
  font-size: 68px;
  font-weight: 800;
  line-height: 68px;
  text-align: left;
  color: rgba(2, 14, 30, 0.3);
  cursor: pointer;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0;
}
.for-business .big-slider-block .tabs .tab .desc {
  margin-bottom: 0;
  display: none;
}
.for-business .big-slider-block .tabs .tab .desc p, .for-business .big-slider-block .tabs .tab .desc span {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #020E1E;
  letter-spacing: -0.16px;
}
.for-business .big-slider-block .tabs .tab .desc p strong, .for-business .big-slider-block .tabs .tab .desc span strong {
  font-family: Neue Plak Medium, sans-serif;
}
@media screen and (max-width: 1124px) {
  .for-business .big-slider-block {
    gap: 24px;
  }
  .for-business .big-slider-block .main-slider {
    max-width: 300px;
    width: 100%;
  }
  .for-business .big-slider-block .tabs {
    width: 100%;
  }
  .for-business .big-slider-block .tabs .tab {
    padding: 10px 24px 10px 32px;
  }
  .for-business .big-slider-block .tabs .tab:last-child {
    margin-bottom: 24px;
  }
  .for-business .big-slider-block .tabs .tab p.tab-title {
    font-weight: 400;
    font-size: 56px;
    line-height: 68px;
  }
}
@media screen and (max-width: 661px) {
  .for-business .big-slider-block {
    gap: 40px;
    -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-bottom: 32px;
  }
  .for-business .big-slider-block .main-slider {
    max-width: unset;
    width: 100%;
  }
  .for-business .big-slider-block .tabs {
    max-width: unset;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .for-business .big-slider-block .tabs .tab {
    display: none;
    padding-left: 24px;
  }
  .for-business .big-slider-block .tabs .tab .desc {
    display: block !important;
  }
  .for-business .big-slider-block .tabs .tab.active {
    display: block;
  }
}
.for-business .contact {
  background: #F9FAFC;
}
.for-business .contact .so-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.for-business .contact .so-container h2 {
  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;
}
.for-business .contact .so-container h2 .title {
  font-family: Neue Plak Wide Bold, sans-serif;
  font-size: 114px;
  font-weight: 700;
  line-height: 104px;
  letter-spacing: -4.5px;
  text-align: center;
  color: #17171D;
}
.for-business .contact .so-container h2 .sub-title {
  margin-top: -24px;
  font-family: Neue Plak Wide Bold, sans-serif;
  font-size: 98px;
  font-weight: 700;
  line-height: 104px;
  letter-spacing: -4.5px;
  text-align: center;
  color: #D21614;
}
@media screen and (max-width: 1124px) {
  .for-business .contact .so-container h2 .title {
    font-size: 68px;
    line-height: 1.1;
  }
  .for-business .contact .so-container h2 .sub-title {
    font-size: 56px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 661px) {
  .for-business .contact .so-container {
    padding-top: 24px;
  }
  .for-business .contact .so-container h2 {
    margin-bottom: 0;
  }
  .for-business .contact .so-container h2 .title {
    font-size: 42px;
    line-height: 1.1;
  }
  .for-business .contact .so-container h2 .sub-title {
    font-size: 36px;
    line-height: 1.1;
  }
}

header {
  width: 100%;
  background: #fff;
  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 .small-logo {
  display: none;
}
header .so-container .logo img {
  -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: #020E1E;
  font-family: "Neue Plak Regular", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.4px;
  -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 a:hover {
  color: #D21614 !important;
}
header .so-container .nav .menu li.current_page_item a, header .so-container .nav .menu li.current_page_parent a {
  font-family: "Neue Plak Wide Bold", sans-serif;
  color: #D21614 !important;
  -webkit-box-shadow: inset 0px -2px 0px 0px #D21614 !important;
  box-shadow: inset 0px -2px 0px 0px #D21614 !important;
}
header .so-container .nav .button {
  padding-left: 32px;
  padding-right: 16px;
  margin: 0;
}
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: #D21614;
  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) {
  .page-blog header {
    background: #18357F;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  }
  .page-blog header .so-container .logo {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .page-blog header .so-container .nav .menu li a {
    color: #fff;
  }

  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 15px;
    background: transparent;
    border: none;
  }
  header .so-container .logo {
    position: relative;
    z-index: 2;
  }
  header .so-container .logo .big-logo {
    height: auto;
    width: 228px;
    opacity: 0;
    position: absolute;
    left: 2px;
    top: 16px;
    z-index: 2;
  }
  header .so-container .logo .small-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    position: relative;
    z-index: 1;
  }
  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% - 32px);
    left: 16px;
    height: auto;
    min-height: 56px;
    background: rgba(210, 22, 20, 0.0509803922);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    -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: 0;
    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 {
    font-family: "Neue Plak Wide Bold", sans-serif;
    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;
  }
  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,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 17.9861L17 7.98608M17 7.98608H7M17 7.98608V17.9861" stroke="%23020E1E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
  header .so-container .nav .menu li a:hover:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M7 17.9861L17 7.98608M17 7.98608H7M17 7.98608V17.9861" stroke="%23D21614" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
  header .so-container .nav .menu li.current_page_item a, header .so-container .nav .menu li.current_page_parent a {
    border-color: #D21614;
    -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,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M7 17.9861L17 7.98608M17 7.98608H7M17 7.98608V17.9861" stroke="%23D21614" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
  header .so-container .menu-btn {
    display: block;
  }
  header.active .so-container .logo .big-logo {
    opacity: 1;
  }
  .page-blog header:not(.red-header), .page-template-homepage header:not(.red-header) {
    background: transparent;
    border-bottom: none;
  }
  .page-blog header:not(.red-header) .so-container .logo, .page-template-homepage header:not(.red-header) .so-container .logo {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .page-blog header:not(.red-header) .so-container .menu-btn i, .page-template-homepage header:not(.red-header) .so-container .menu-btn i {
    background: #fff;
  }
  .page-blog header:not(.red-header) .so-container .nav, .page-template-homepage header:not(.red-header) .so-container .nav {
    background: rgba(255, 255, 255, 0.1019607843);
  }
  .page-blog header:not(.red-header) .so-container .nav .menu li a, .page-template-homepage header:not(.red-header) .so-container .nav .menu li a {
    color: #fff;
  }
  .page-blog header:not(.red-header) .so-container .nav .menu li a:before, .page-template-homepage header:not(.red-header) .so-container .nav .menu li a:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M7 17.9861L17 7.98608M17 7.98608H7M17 7.98608V17.9861" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
}
@media screen and (max-height: 555px) {
  header .so-container .nav .menu {
    max-height: 45dvh;
  }
}
footer {
  padding-top: 72px;
  background: #18357F;
}
footer p.footer-title {
  font-family: Neue Plak Medium, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.31;
  letter-spacing: -0.32px;
  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-family: Neue Plak Medium, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 47.2px;
  margin-bottom: 8px;
  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 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  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 .copyright {
  font-family: Neue Plak Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.41px;
  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: 50%;
  }
  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 img {
    width: 42%;
  }
  footer .footer-bottom .so-container p {
    width: 201px;
    text-align: right;
  }
}
@media screen and (max-width: 661px) {
  footer {
    padding-top: 40px;
  }
  footer p.footer-title {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
  }
  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 a {
    text-align: center;
    width: 100%;
  }
  footer .top-content .follow-us {
    width: 100%;
  }
  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 img {
    width: 65%;
  }
  footer .footer-bottom .so-container .copyright {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    opacity: 0.8;
    width: 160px;
  }
}
#so-wrapper {
  overflow: hidden;
}

body {
  font-size: 16px;
}

body {
  background: #fff;
}
body * {
  font-family: Neue Plak Regular, sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

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

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

.button {
  margin-top: 30px;
  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: 16px 16px 16px 32px;
  gap: 12px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button.red {
  background: #D21614;
}
.button.red:hover {
  background: #C1110F;
}
.button.red-blur {
  background: rgba(255, 255, 255, 0.2117647059);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid transparent;
}
.button.red-blur:hover {
  border: 1px solid #FFFFFF;
  background: rgba(255, 0, 0, 0.2117647059);
}
.button.blue {
  background: #0C2340;
}
.button.blue:hover {
  background: #18365D;
}
.button.back-button {
  height: 60px;
  padding: 0 32px 0 16px;
}
.button.back-button span {
  color: #18357F;
}
.button span {
  white-space: nowrap;
  position: relative;
  top: -2px;
  text-align: center;
  color: #fff;
  font-family: "Neue Plak Regular", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.72px;
  margin: 0;
}

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

h1, h1 p, h1 span {
  font-family: Neue Plak Wide Bold, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  text-align: left;
  margin-bottom: 24px;
  text-transform: uppercase;
}

h2, h2 p, h2 span {
  font-family: Neue Plak Wide Bold, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
  text-align: left;
  margin-bottom: 24px;
  text-transform: uppercase;
}

h3, h3 p, h3 span {
  font-family: Neue Plak Wide Bold, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-align: left;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

p, span {
  font-family: Neue Plak Regular, sans-serif;
  font-style: normal;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.4px;
  color: #FFFFFF;
  margin-bottom: 24px;
}
p strong, span strong {
  font-family: Neue Plak Wide Bold, sans-serif;
  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 {
  height: 28px;
  padding-left: 10px;
  padding-right: 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;
}
.category-tags .category-tag span {
  font-family: Neue Plak Wide Bold, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.38px;
  text-align: center;
  margin-top: 1px;
}

.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;
}

@media screen and (max-width: 1124px) {
  .so-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 661px) {
  .so-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.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-family: Neue Plak Regular, sans-serif;
  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-family: Neue Plak Regular, sans-serif;
  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-family: Neue Plak Regular, sans-serif;
  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-family: Neue Plak Light, sans-serif;
  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-family: Neue Plak Medium, sans-serif;
  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-family: Neue Plak Light, sans-serif;
  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 */
