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: "Exo 2";
  src: url("../assets/fonts/Exo2-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Exo 2";
  src: url("../assets/fonts/Exo2-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Exo 2";
  src: url("../assets/fonts/Exo2-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
.homepage {
  overflow: hidden;
}
.homepage .head {
  padding-top: 200px;
  padding-bottom: 104px;
  position: relative;
}
.homepage .head .decorative-lines {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.homepage .head .so-container .content {
  max-width: 1088px;
  margin: auto;
}
.homepage .head .so-container .desc {
  max-width: 610px;
  width: 100%;
  margin: 24px auto;
}
.homepage .head .so-container .desc p {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}
.homepage .head .so-container .image {
  margin: 80px auto 0;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
}
.homepage .head .so-container .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 1024px) {
  .homepage .head {
    padding-top: 120px;
    padding-bottom: 56px;
  }
  .homepage .head .so-container .image {
    max-width: 78%;
    margin: 48px auto 0;
  }
}
@media screen and (max-width: 661px) {
  .homepage .head {
    padding-top: 96px;
    padding-bottom: 40px;
  }
  .homepage .head .so-container .desc p {
    font-size: 20px;
    line-height: 28px;
  }
  .homepage .head .so-container .image {
    border-radius: 12px;
    max-width: 100%;
    margin: 40px auto 0;
    aspect-ratio: 343/210;
  }
}
.homepage .our-partners {
  width: 100vw;
  overflow: hidden;
  padding-top: 48px;
  padding-bottom: 48px;
}
.homepage .our-partners .so-container .content {
  max-width: 1088px;
  margin: auto;
}
.homepage .our-partners .partners-slider {
  margin-top: 32px;
}
.homepage .our-partners .partners-slider.center-static .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.homepage .our-partners .partners-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.homepage .our-partners .partners-slider .partner-logo {
  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 .our-partners .partners-slider .partner-logo .image {
  height: 48px;
}
.homepage .our-partners .partners-slider .partner-logo .image img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 1024px) {
  .homepage .our-partners .partners-slider .partner-logo .image {
    height: 40px;
  }
}
@media screen and (max-width: 661px) {
  .homepage .our-partners {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .homepage .our-partners .partners-slider .partner-logo .image {
    height: 48px;
  }
}
.homepage .features {
  width: 100vw;
  overflow: hidden;
  padding-top: 104px;
  padding-bottom: 104px;
}
.homepage .features .so-container .content {
  max-width: 1088px;
  margin: auto;
}
.homepage .features .features-section {
  margin-top: 48px;
}
.homepage .features .features-section .buttons-slider-wrapper {
  overflow: auto;
  padding-left: 32px;
  padding-right: 32px;
}
.homepage .features .features-section .buttons-slider-wrapper .buttons-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.homepage .features .features-section .buttons-slider-wrapper .buttons-slider .feature-tab-button {
  padding: 16px 24px 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
}
.homepage .features .features-section .buttons-slider-wrapper .buttons-slider .feature-tab-button svg {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  color: var(--Primary-P400);
}
.homepage .features .features-section .buttons-slider-wrapper .buttons-slider .feature-tab-button span {
  position: relative;
  top: -1px;
  white-space: nowrap;
  color: var(--Primary-P400);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}
.homepage .features .features-section .buttons-slider-wrapper .buttons-slider .feature-tab-button.active {
  background: var(--Primary-P500);
}
.homepage .features .features-section .buttons-slider-wrapper .buttons-slider .feature-tab-button.active span {
  color: var(--Primary-P100);
}
.homepage .features .features-section .buttons-slider-wrapper .buttons-slider .feature-tab-button.active svg {
  color: var(--Neutrals-White);
}
.homepage .features .features-section .feature-slider {
  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;
}
.homepage .features .features-section .feature-slider .desc {
  max-width: 808px;
  margin: auto;
}
.homepage .features .features-section .feature-slider .image {
  margin-top: 48px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.homepage .features .features-section .feature-slider .image img {
  border-radius: 24px;
  overflow: hidden;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .homepage .features {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .homepage .features .features-section .feature-slider .desc p br {
    display: none;
  }
  .homepage .features .features-section .feature-slider .image {
    max-width: 78%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 661px) {
  .homepage .features {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .homepage .features .features-section {
    margin-top: 40px;
  }
  .homepage .features .features-section .buttons-slider-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .homepage .features .features-section .feature-slider .image {
    max-width: 100%;
    margin-top: 40px;
    border-radius: 12px;
  }
}
.homepage .testimonials {
  width: 100vw;
  overflow: hidden;
  padding-top: 104px;
  padding-bottom: 104px;
}
.homepage .testimonials .so-container .content {
  max-width: 1088px;
  margin: auto;
}
.homepage .testimonials .testimonials-section {
  margin-top: 48px;
}
.homepage .testimonials .testimonials-section .slider-2 {
  padding-top: 20px;
}
.homepage .testimonials .testimonials-section .testimonials-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-top: 2px;
  padding-bottom: 2px;
}
.homepage .testimonials .testimonials-section .testimonials-slider .testimonial-slide {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
  background: var(--Neutrals-White);
  border-radius: 24px;
  padding: 24px;
  height: auto;
}
.homepage .testimonials .testimonials-section .testimonials-slider .testimonial-slide .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.homepage .testimonials .testimonials-section .testimonials-slider .testimonial-slide .author .image {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  overflow: hidden;
}
.homepage .testimonials .testimonials-section .testimonials-slider .testimonial-slide .author .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.homepage .testimonials .testimonials-section .testimonials-slider .testimonial-slide .author .info .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: var(--Primary-P500);
  text-align: left;
  margin-bottom: 4px;
}
.homepage .testimonials .testimonials-section .testimonials-slider .testimonial-slide .author .info .company {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--Primary-P400);
  text-align: left;
}
.homepage .testimonials .testimonials-section .testimonials-slider .testimonial-slide .desc p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--Primary-P500);
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .homepage .testimonials {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .homepage .testimonials .testimonials-section .testimonials-slider .testimonial-slide .author .image {
    height: 40px;
    width: 40px;
  }
  .homepage .testimonials .testimonials-section .testimonials-slider .testimonial-slide .author .info .name {
    font-size: 16px;
    line-height: 20px;
  }
  .homepage .testimonials .testimonials-section .testimonials-slider .testimonial-slide .author .info .company {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 661px) {
  .homepage .testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .homepage .testimonials .testimonials-section {
    margin-top: 40px;
  }
  .homepage .testimonials .testimonials-section .testimonials-slider .testimonial-slide .desc p {
    font-size: 16px;
    line-height: 20px;
  }
}

.pricing-page {
  padding-top: 200px;
  position: relative;
  overflow: hidden;
}
.pricing-page .decorative-lines {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.pricing-page .so-container .head {
  max-width: 744px;
  width: 100%;
  margin: auto;
}
.pricing-page .so-container .head h1 {
  text-align: center;
  margin-bottom: 16px;
}
.pricing-page .so-container .head .desc p {
  text-align: center;
}
.pricing-page .so-container .price-plans {
  margin-top: 56px;
  margin-bottom: 120px;
  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;
  gap: 16px;
}
.pricing-page .so-container .price-plans .plan {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
  background-color: var(--Neutrals-White);
  padding: 24px;
  border-radius: 8px;
}
.pricing-page .so-container .price-plans .plan .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.pricing-page .so-container .price-plans .plan .title .plan-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: var(--Primary-P500);
}
.pricing-page .so-container .price-plans .plan .title .recommended-label {
  background: rgba(247, 173, 46, 0.7490196078);
  border-radius: 20px;
  padding: 4px 12px;
}
.pricing-page .so-container .price-plans .plan .title .recommended-label span {
  text-align: center;
  color: var(--Primary-P500);
  font-size: 15px;
  line-height: 20px;
}
.pricing-page .so-container .price-plans .plan .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.pricing-page .so-container .price-plans .plan .price .price-label {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: var(--Primary-P500);
}
.pricing-page .so-container .price-plans .plan .price .period {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: var(--Primary-P400);
}
.pricing-page .so-container .price-plans .plan .price-desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: var(--Primary-P500);
  text-align: left;
}
.pricing-page .so-container .price-plans .plan .button {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.pricing-page .so-container .price-plans .plan .benefits {
  padding-top: 20px;
  border-top: 1px solid var(--Primary-P100);
}
.pricing-page .so-container .price-plans .plan .benefits ul, .pricing-page .so-container .price-plans .plan .benefits ol {
  list-style: none;
}
.pricing-page .so-container .price-plans .plan .benefits ul li, .pricing-page .so-container .price-plans .plan .benefits ol li {
  padding-left: 32px;
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: var(--Primary-P500);
  margin-bottom: 8px;
}
.pricing-page .so-container .price-plans .plan .benefits ul li strong, .pricing-page .so-container .price-plans .plan .benefits ol li strong {
  font-weight: 700;
}
.pricing-page .so-container .price-plans .plan .benefits ul li:last-child, .pricing-page .so-container .price-plans .plan .benefits ol li:last-child {
  margin-bottom: 0;
}
.pricing-page .so-container .price-plans .plan .benefits ul li::before, .pricing-page .so-container .price-plans .plan .benefits ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16797 10.834L7.10665 13.1849C7.79608 13.7365 8.79601 13.6547 9.38664 12.9984L15.8346 5.83398' stroke='%23646F81' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .pricing-page {
    padding-top: 120px;
  }
  .pricing-page .so-container .price-plans {
    margin-top: 40px;
    margin-bottom: 56px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }
  .pricing-page .so-container .price-plans .plan {
    width: calc(50% - 8px);
  }
  .pricing-page .so-container .price-plans .plan .button {
    padding: 10px;
  }
}
@media screen and (max-width: 661px) {
  .pricing-page {
    padding-top: 96px;
  }
  .pricing-page .so-container .price-plans {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .pricing-page .so-container .price-plans .plan {
    width: 100%;
  }
}
.policy-page {
  padding-top: 200px;
  padding-bottom: 104px;
}
.policy-page .so-container {
  max-width: 1344px;
}
.policy-page .head .so-container h1 {
  text-align: center;
  margin-bottom: 24px;
}
.policy-page .head .so-container .sub-title p {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: var(--Primary-P400);
}
.policy-page .content-section {
  margin-top: 104px;
}
.policy-page .content-section .so-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.policy-page .content-section .so-container .left-side {
  position: sticky;
  top: 144px;
  left: 0;
  z-index: 1;
  width: 264px;
}
.policy-page .content-section .so-container .left-side .class-list .select {
  display: none;
  position: relative;
  cursor: pointer;
  border: 1px solid var(--Primary-P200);
  background: var(--Neutrals-White);
  border-radius: 100px;
  padding: 13px 20px;
  width: 100%;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.policy-page .content-section .so-container .left-side .class-list .select:after {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83203 8.33398L9.9987 11.6673L14.1654 8.33398" stroke="%23646F81" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  right: 17px;
}
.policy-page .content-section .so-container .left-side .class-list .select p {
  color: var(--Primary-P500);
  font-size: 16px;
  line-height: 20px;
  padding-right: 20px;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.policy-page .content-section .so-container .left-side .class-list .list.open {
  display: block;
}
.policy-page .content-section .so-container .left-side .class-list .list a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-underline-offset: 2px;
  color: var(--Primary-P500);
  margin-bottom: 12px;
  display: block;
}
.policy-page .content-section .so-container .left-side .class-list .list a.active {
  font-weight: 700;
  -webkit-text-decoration-color: var(--Primary-P500);
  text-decoration-color: var(--Primary-P500);
}
.policy-page .content-section .so-container .left-side .class-list .list a:hover {
  -webkit-text-decoration-color: var(--Primary-P500);
  text-decoration-color: var(--Primary-P500);
}
.policy-page .content-section .so-container .right-side {
  position: relative;
  height: auto;
  width: calc(100% - 264px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding-left: 48px;
}

@media screen and (max-width: 1024px) {
  .policy-page {
    padding-top: 120px;
    padding-bottom: 56px;
  }
  .policy-page .head .so-container h1 {
    margin-bottom: 16px;
  }
  .policy-page .content-section {
    margin-top: 32px;
  }
  .policy-page .content-section .so-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .policy-page .content-section .so-container .left-side {
    width: 100%;
    top: 80px;
  }
  .policy-page .content-section .so-container .left-side .class-list .select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .policy-page .content-section .so-container .left-side .class-list .list {
    display: none;
    z-index: 1;
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    max-height: 268px;
    overflow: auto;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
    border-top: none;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    list-style: none;
    border-radius: 8px;
  }
  .policy-page .content-section .so-container .left-side .class-list .list a {
    padding: 8px 16px;
    margin-bottom: 0;
    background: #fff;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: var(--Primary-P500, #20252E);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
  }
  .policy-page .content-section .so-container .left-side .class-list .list a.active {
    background: var(--Primary-P50);
  }
  .policy-page .content-section .so-container .right-side {
    width: 100%;
    padding-left: 0;
    padding-top: 32px;
  }
}
@media screen and (max-width: 661px) {
  .policy-page {
    padding-top: 96px;
    padding-bottom: 40px;
  }
  .policy-page .content-section {
    margin-top: 24px;
  }
  .policy-page .content-section .so-container .right-side {
    padding-top: 24px;
  }
}
.blog-page {
  padding-top: 200px;
}
.blog-page .head {
  margin-bottom: 80px;
}
.blog-page .head .so-container .page-title h1 {
  text-align: center;
  margin-bottom: 24px;
}
.blog-page .head .so-container .page-title .desc {
  max-width: 610px;
  margin: auto;
  text-align: center;
}
.blog-page .head .categories-wrapper {
  overflow: auto;
  margin-top: 24px;
}
.blog-page .head .categories-wrapper .categories {
  padding-left: 32px;
  padding-right: 32px;
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.blog-page .head .categories-wrapper .categories .cat-btn {
  cursor: pointer;
  background-color: var(--Neutrals-White);
  padding: 8px 16px;
  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: 100px;
  -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 .categories-wrapper .categories .cat-btn span {
  white-space: nowrap;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: var(--Primary-P500);
  -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 .categories-wrapper .categories .cat-btn.active {
  background-color: var(--Primary-P500);
}
.blog-page .head .categories-wrapper .categories .cat-btn.active span {
  color: var(--Neutrals-White);
}
.blog-page .posts-container-wrapper {
  overflow: hidden;
  position: relative;
}
.blog-page .posts-container-wrapper .decorative-lines {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.blog-page .posts-container-wrapper .so-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 104px;
}
.blog-page .posts-container-wrapper .so-container .load-more-container {
  position: relative;
  border-top: 1px solid var(--Primary-P100);
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}
.blog-page .posts-container-wrapper .so-container .load-more-container .load-more-info {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--Primary-P500);
}
.blog-page .posts-container-wrapper .so-container .load-more-container.loading .loading-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-page .posts-container-wrapper .so-container .load-more-container .button {
  min-width: unset;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.blog-page .posts-container-wrapper .so-container .load-more-container .loading-state {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.blog-page .posts-container-wrapper .so-container .load-more-container .loading-state .rotating-svg {
  width: 64px;
  height: 64px;
}
.blog-page .posts-container-wrapper .so-container .load-more-container .loading-state .rotating-svg .rotating-group {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.blog-page .posts-container-wrapper .so-container .posts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.blog-page .posts-container-wrapper .so-container .posts-container .post-item {
  width: 100%;
}
.blog-page .posts-container-wrapper .so-container .posts-container .post-item:nth-child(1), .blog-page .posts-container-wrapper .so-container .posts-container .post-item:nth-child(2), .blog-page .posts-container-wrapper .so-container .posts-container .post-item:nth-child(9), .blog-page .posts-container-wrapper .so-container .posts-container .post-item:nth-child(10) {
  width: calc(50% - 15px);
}
.blog-page .posts-container-wrapper .so-container .posts-container .post-item:nth-child(3), .blog-page .posts-container-wrapper .so-container .posts-container .post-item:nth-child(4), .blog-page .posts-container-wrapper .so-container .posts-container .post-item:nth-child(5), .blog-page .posts-container-wrapper .so-container .posts-container .post-item:nth-child(6), .blog-page .posts-container-wrapper .so-container .posts-container .post-item:nth-child(7), .blog-page .posts-container-wrapper .so-container .posts-container .post-item:nth-child(8), .blog-page .posts-container-wrapper .so-container .posts-container .post-item:nth-child(11), .blog-page .posts-container-wrapper .so-container .posts-container .post-item:nth-child(12), .blog-page .posts-container-wrapper .so-container .posts-container .post-item:nth-child(13), .blog-page .posts-container-wrapper .so-container .posts-container .post-item:nth-child(14), .blog-page .posts-container-wrapper .so-container .posts-container .post-item:nth-child(15), .blog-page .posts-container-wrapper .so-container .posts-container .post-item:nth-child(16) {
  width: calc(33.3333333333% - 20px);
}
.blog-page .cta-section {
  background: var(--Neutrals-Background---light);
}
.blog-page .cta-section .decorative-lines {
  display: none;
}

@media screen and (max-width: 1024px) {
  .blog-page {
    padding-top: 120px;
  }
  .blog-page .head {
    margin-bottom: 48px;
  }
  .blog-page .posts-container-wrapper .so-container {
    gap: 40px;
    padding-bottom: 56px;
  }
  .blog-page .posts-container-wrapper .so-container .posts-container {
    gap: 24px;
  }
  .blog-page .posts-container-wrapper .so-container .posts-container .post-item {
    width: calc(50% - 12px) !important;
  }
}
@media screen and (max-width: 661px) {
  .blog-page {
    padding-top: 96px;
  }
  .blog-page .head {
    margin-bottom: 40px;
  }
  .blog-page .head .categories-wrapper .categories {
    padding-left: 16px;
    padding-right: 16px;
  }
  .blog-page .posts-container-wrapper .so-container {
    gap: 36px;
    padding-bottom: 40px;
  }
  .blog-page .posts-container-wrapper .so-container .posts-container {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-page .posts-container-wrapper .so-container .posts-container .post-item {
    width: 100% !important;
  }
}
.blog-post {
  padding-top: 128px;
}
.blog-post .head {
  margin-bottom: 48px;
  position: relative;
}
.blog-post .head .decorative-lines {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.blog-post .head .so-container .back-button {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 48px;
}
.blog-post .head .so-container .back-button img {
  width: 24px;
  height: 24px;
}
.blog-post .head .so-container .back-button span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--Primary-P400);
}
.blog-post .head .so-container .category-tags {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.blog-post .head .so-container .category-tags a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.blog-post .head .so-container .category-tags a:first-child .ellipse {
  display: none;
}
.blog-post .head .so-container .category-tags a span {
  color: var(--Primary-P400);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.blog-post .head .so-container .category-tags a .ellipse {
  background: var(--Primary-P400);
  width: 4px;
  height: 4px;
  border-radius: 100%;
}
.blog-post .head .so-container .title {
  font-size: 56px;
  line-height: 76px;
  max-width: 808px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: auto;
}
.blog-post .head .so-container .post-info {
  margin-top: 16px;
  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: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-post .head .so-container .post-info .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.blog-post .head .so-container .post-info .post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-post .head .so-container .post-info .post-author .avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 100%;
  overflow: hidden;
}
.blog-post .head .so-container .post-info .post-author .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blog-post .head .so-container .post-info .post-author .name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--Primary-P500);
  text-align: left;
}
.blog-post .head .so-container .post-info .ellipse {
  background: var(--Primary-P500);
  width: 4px;
  height: 4px;
  border-radius: 100%;
}
.blog-post .head .so-container .post-info .read-time, .blog-post .head .so-container .post-info .date, .blog-post .head .so-container .post-info .read-time span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--Primary-P500);
}
.blog-post .head .so-container .post-info .read-time .rt-label, .blog-post .head .so-container .post-info .date .rt-label, .blog-post .head .so-container .post-info .read-time span .rt-label {
  display: none;
}
.blog-post .head .so-container .main-image {
  margin-top: 48px;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  aspect-ratio: 1016/560;
}
.blog-post .head .so-container .main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blog-post .post-content {
  padding-bottom: 104px;
}
.blog-post .post-content .so-container .content-block {
  max-width: 808px;
  margin: auto;
}
.blog-post .post-content .so-container .content-block .rt-reading-time {
  display: none !important;
}
.blog-post .related-articles-wrapper {
  background: var(--Neutrals-Background---light);
}

@media screen and (max-width: 1024px) {
  .blog-post {
    padding-top: 120px;
  }
  .blog-post .head .so-container .title {
    font-size: 40px;
    line-height: 48px;
  }
  .blog-post .head .so-container .post-info .post-author .avatar {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
  }
}
@media screen and (max-width: 661px) {
  .blog-post {
    padding-top: 96px;
  }
  .blog-post .head {
    margin-bottom: 32px;
  }
  .blog-post .head .so-container .back-button {
    margin-bottom: 32px;
  }
  .blog-post .head .so-container .title {
    font-size: 32px;
    line-height: 40px;
  }
  .blog-post .head .so-container .main-image {
    margin-top: 32px;
  }
  .blog-post .post-content {
    padding-bottom: 40px;
  }
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  padding: 0 24px;
}
header.top .so-container, header.active .so-container {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
}
header .so-container {
  background-color: #fff;
  margin: 16px auto 0;
  max-width: 1040px;
  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;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 16px 16px 16px 24px;
  border-radius: 50px;
  gap: 45px;
  position: relative;
}
header .so-container .mobile-nav-menu {
  display: none;
}
header .so-container .menu-btn {
  position: absolute;
  right: 12px;
  top: 7px;
  display: none;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .so-container .menu-btn i {
  width: 14px;
  height: 2px;
  background: var(--Primary-P500);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .so-container .menu-btn i:nth-child(1) {
  top: 11px;
  -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) {
  -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: 19px;
  -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.active {
  opacity: 50%;
}
header .so-container .menu-btn.active i:nth-child(1) {
  -webkit-transform: translate(-50%, 4px) rotate(-46deg);
  -ms-transform: translate(-50%, 4px) rotate(-46deg);
  transform: translate(-50%, 4px) rotate(-46deg);
}
header .so-container .menu-btn.active i:nth-child(2) {
  -webkit-transform: translate(-50%, -1px) rotate(46deg);
  -ms-transform: translate(-50%, -1px) rotate(46deg);
  transform: translate(-50%, -1px) rotate(46deg);
}
header .so-container .menu-btn.active i:nth-child(3) {
  -webkit-transform: translate(-50%, -4px) rotate(46deg);
  -ms-transform: translate(-50%, -4px) rotate(46deg);
  transform: translate(-50%, -4px) rotate(46deg);
}
header .so-container .logo {
  width: 162px;
}
header .so-container .nav-menu ul {
  list-style: none;
  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: 40px;
}
header .so-container .nav-menu ul li a {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--Primary-P500);
}
header .so-container .auth-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
header .so-container .auth-buttons .button {
  min-width: unset;
  padding: 12px 24px;
}
header .so-container .auth-buttons .button span {
  font-size: 16px;
  line-height: 20px;
}

@media screen and (min-width: 1441px) {
  header .so-container {
    max-width: 1224px;
  }
  header .so-container .logo {
    width: 194px;
  }
  header .so-container .nav ul li a {
    font-size: 18px;
    line-height: 24px;
  }
  header .so-container .auth-buttons .button {
    padding: 14px 24px;
  }
  header .so-container .auth-buttons .button span {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    padding: 0 32px;
  }
  header .so-container {
    gap: 24px;
    padding: 12px 12px 12px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 24px;
  }
  header .so-container .nav-menu {
    display: none;
  }
  header .so-container .nav-menu ul {
    margin-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  header .so-container .auth-buttons {
    margin: auto;
    display: none;
  }
  header .so-container .auth-buttons .button {
    min-width: 162px;
  }
  header .so-container .mobile-nav-menu {
    width: 100%;
  }
  header .so-container .mobile-nav-menu .nav-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  header .so-container .mobile-nav-menu .auth-buttons {
    margin-top: 24px;
    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;
  }
  header .so-container .menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.active .so-container .auth-buttons {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 661px) {
  header {
    padding: 0 16px;
  }
  header .so-container:before {
    background: white;
    width: 100%;
    height: 44px;
    position: fixed;
    z-index: -1;
    top: 16px;
    left: 0;
    content: "";
    border-radius: 24px;
    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;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
  }
  header .so-container .auth-buttons {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header .so-container .auth-buttons .button {
    min-width: unset;
    width: 100%;
  }
  header.active .so-container {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header.active .so-container:before {
    pointer-events: auto;
    opacity: 1;
    width: 100vw;
    height: 100vh;
    top: 0;
    border-radius: 0;
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
}
footer {
  background: var(--Neutrals-Background---light);
  padding: 56px 0;
}
footer .so-container {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .so-container .social-links {
  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: 20px;
  margin-bottom: 32px;
}
footer .so-container .social-links a {
  width: 32px;
  height: 32px;
}
footer .so-container .social-links a img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
footer .so-container .copyright {
  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: 16px;
}
footer .so-container .copyright p, footer .so-container .copyright a {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: var(--Primary-P400);
}
footer .so-container .copyright .ellipse {
  background: var(--Primary-P400);
  width: 4px;
  height: 4px;
  border-radius: 100%;
}

@media screen and (max-width: 661px) {
  footer {
    padding: 40px 0;
  }
  footer .so-container .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  footer .so-container .copyright .ellipse {
    display: none;
  }
}
#so-wrapper {
  overflow: hidden;
}

body {
  font-size: 16px;
}

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

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

.scroll-hidden {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scroll-hidden::-webkit-scrollbar {
  display: none;
}

button, a {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
button span, a span {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button {
  border-radius: 100px;
  min-width: 160px;
  padding: 14px 24px;
  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;
}
.button span {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.button.black {
  background-color: var(--Primary-P500);
}
.button.black:hover {
  background-color: var(--Primary-P600);
}
.button.black span {
  position: relative;
  top: -1px;
  color: var(--Neutrals-White);
}
.button.white {
  background-color: var(--Neutrals-White);
  border: 1px solid var(--Primary-P200);
}
.button.white:hover {
  background-color: var(--Primary-P50);
}
.button.white span {
  position: relative;
  top: -1px;
  color: var(--Primary-P500);
}

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

h1, h1 p, h1 span {
  font-weight: 700;
  font-size: 72px;
  line-height: 90px;
  letter-spacing: 0;
  text-align: center;
  color: var(--Primary-P500);
}

h2, h2 p, h2 span {
  font-weight: 700;
  font-size: 56px;
  line-height: 76px;
  letter-spacing: 0;
  text-align: center;
  color: var(--Primary-P500);
}

.section-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: var(--Primary-P400);
  margin-bottom: 2px;
}

p.title {
  font-weight: 700;
  font-size: 56px;
  line-height: 76px;
  letter-spacing: 0;
  text-align: center;
  color: var(--Primary-P500);
}

p, span {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
  color: var(--Primary-P500);
}
p:last-child, span:last-child {
  margin-bottom: 0;
}

.cta-buttons {
  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;
  width: 100%;
  gap: 16px;
}

.content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6 {
  text-align: left;
  font-weight: 700;
  color: var(--Primary-P500);
  margin-bottom: 16px;
}
.content-block h2 strong, .content-block h3 strong, .content-block h4 strong, .content-block h5 strong, .content-block h6 strong {
  font-weight: 700;
  color: var(--Primary-P500);
  margin-bottom: 16px;
}
.content-block h2, .content-block h2 strong {
  font-size: 32px;
  line-height: 40px;
}
.content-block h3, .content-block h3 strong {
  font-size: 26px;
  line-height: 36px;
}
.content-block h4, .content-block h4 strong {
  font-size: 24px;
  line-height: 42px;
}
.content-block h5, .content-block h5 strong {
  font-size: 20px;
  line-height: 28px;
}
.content-block h6, .content-block h6 strong {
  font-size: 18px;
  line-height: 24px;
}
.content-block p, .content-block span, .content-block li, .content-block li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.content-block p strong, .content-block span strong, .content-block li strong, .content-block li strong {
  font-weight: 700;
}
.content-block p {
  margin-bottom: 16px;
  margin-top: 16px;
}
.content-block ul, .content-block ol {
  margin-bottom: 16px;
  margin-top: 16px;
  padding-left: 20px;
}
.content-block ul li, .content-block ol li {
  margin-bottom: 8px;
}
.content-block a {
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: var(--Primary-P500);
  word-break: break-all;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.content-block img {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 24px;
}
.content-block .wp-caption {
  margin-bottom: 16px;
  width: 100% !important;
}
.content-block .wp-caption img {
  margin-bottom: 0;
}
.content-block .wp-caption .wp-caption-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: var(--Primary-P500);
  margin: 12px 0 0 0;
}

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

  h1, h1 p, h1 span {
    font-size: 56px;
    line-height: 76px;
  }

  p.title {
    font-size: 40px;
    line-height: 48px;
  }

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

  .section-title {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 661px) {
  .so-container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  p.title {
    font-size: 32px;
    line-height: 40px;
  }

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

  .cta-buttons {
    gap: 12px;
  }
  .cta-buttons .button {
    min-width: unset;
    width: 100%;
    max-width: 180px;
  }
}
:root {
  --Neutrals-White: #fff;
  --Neutrals-Background---light: #F8F9F9;
  --Primary-P50: #EFF4F9;
  --Primary-P100: #E5EDF4;
  --Primary-P200: #CDDAEA;
  --Primary-P300: #9DACC0;
  --Primary-P400: #646F81;
  --Primary-P500: #20252E;
  --Primary-P600: #171C27;
}

.cta-section {
  padding-top: 104px;
  padding-bottom: 104px;
  position: relative;
}
.cta-section .decorative-lines {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.cta-section .so-container .content {
  max-width: 1088px;
  margin: auto;
}
.cta-section .so-container h2 {
  max-width: 631px;
  width: 100%;
  margin: 0 auto 32px;
}
.cta-section .so-container .image {
  margin: 48px auto 0;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
}
.cta-section .so-container .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 1024px) {
  .cta-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .cta-section .so-container .image {
    max-width: 78%;
    margin: 48px auto 0;
  }
}
@media screen and (max-width: 661px) {
  .cta-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cta-section .so-container .image {
    border-radius: 12px;
    max-width: 100%;
    margin: 40px auto 0;
    aspect-ratio: 343/190;
  }
}
.get-in-touch-modal {
  position: fixed;
  z-index: 2000;
  width: 100vw;
  height: 100dvh;
  background: var(--Neutrals-White);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  pointer-events: none;
  scale: 0.8;
  -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;
}
.get-in-touch-modal.active {
  pointer-events: auto;
  scale: 1;
  opacity: 1;
}
.get-in-touch-modal .close-modal-button {
  position: absolute;
  right: 40px;
  top: 32px;
  z-index: 4;
  cursor: pointer;
}
.get-in-touch-modal .close-modal-button img {
  pointer-events: none;
}
.get-in-touch-modal .modal-header {
  position: fixed;
  width: 50%;
  left: 0;
  top: 0;
  padding: 32px 40px 24px;
  z-index: 3;
  background: var(--Neutrals-White);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.get-in-touch-modal .modal-header.top {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
}
.get-in-touch-modal .modal-header .logo {
  width: 194px;
  height: auto;
}
.get-in-touch-modal .modal-header .logo img {
  width: 100%;
  height: auto;
}
.get-in-touch-modal .contact-side {
  position: relative;
  z-index: 1;
  padding: 140px 40px 32px;
  width: 50%;
  background: var(--Neutrals-White);
  overflow: auto;
}
.get-in-touch-modal .contact-side .contact-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
.get-in-touch-modal .contact-side .contact-form form {
  max-width: 432px;
  margin: auto;
}
.get-in-touch-modal .contact-side .contact-form form .not-valid-tip {
  display: none;
}
.get-in-touch-modal .contact-side .contact-form form .title {
  text-align: left;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 12px;
}
.get-in-touch-modal .contact-side .contact-form form .desc {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 32px;
}
.get-in-touch-modal .contact-side .contact-form form .select {
  cursor: pointer;
  position: relative;
}
.get-in-touch-modal .contact-side .contact-form form .select .form-control-wrap {
  position: relative;
  cursor: pointer;
}
.get-in-touch-modal .contact-side .contact-form form .select .form-control-wrap:after {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83203 8.33398L9.9987 11.6673L14.1654 8.33398" stroke="%23646F81" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  right: 19px;
}
.get-in-touch-modal .contact-side .contact-form form .select .form-control-wrap input {
  padding-right: 40px !important;
  cursor: pointer;
}
.get-in-touch-modal .contact-side .contact-form form .select ul {
  display: none;
  z-index: 1;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  max-height: 268px;
  overflow: auto;
  background: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
  border-top: none;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  list-style: none;
  border-radius: 8px;
}
.get-in-touch-modal .contact-side .contact-form form .select ul li {
  padding: 8px 16px;
  background: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: var(--Primary-P500, #20252E);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.get-in-touch-modal .contact-side .contact-form form .select ul li:hover, .get-in-touch-modal .contact-side .contact-form form .select ul li.active {
  background: var(--Primary-P50);
}
.get-in-touch-modal .contact-side .contact-form form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  width: 100%;
  margin-bottom: 16px;
}
.get-in-touch-modal .contact-side .contact-form form .form-row .form-column {
  width: 100%;
}
.get-in-touch-modal .contact-side .contact-form form .form-row .form-column .button {
  margin-top: 16px;
  width: 100%;
  min-width: unset;
}
.get-in-touch-modal .contact-side .contact-form form .form-row .form-column label {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--Primary-P500);
}
.get-in-touch-modal .contact-side .contact-form form .form-row .form-column .form-control-wrap {
  width: 100%;
}
.get-in-touch-modal .contact-side .contact-form form .form-row .form-column .form-control-wrap input, .get-in-touch-modal .contact-side .contact-form form .form-row .form-column .form-control-wrap textarea {
  border: 1px solid var(--Primary-P200);
  background: var(--Neutrals-White);
  border-radius: 100px;
  padding: 13px 20px;
  color: var(--Primary-P500);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.get-in-touch-modal .contact-side .contact-form form .form-row .form-column .form-control-wrap input::-webkit-input-placeholder, .get-in-touch-modal .contact-side .contact-form form .form-row .form-column .form-control-wrap textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--Primary-P300);
}
.get-in-touch-modal .contact-side .contact-form form .form-row .form-column .form-control-wrap input::-moz-placeholder, .get-in-touch-modal .contact-side .contact-form form .form-row .form-column .form-control-wrap textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--Primary-P300);
}
.get-in-touch-modal .contact-side .contact-form form .form-row .form-column .form-control-wrap input:-ms-input-placeholder, .get-in-touch-modal .contact-side .contact-form form .form-row .form-column .form-control-wrap textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--Primary-P300);
}
.get-in-touch-modal .contact-side .contact-form form .form-row .form-column .form-control-wrap input::-ms-input-placeholder, .get-in-touch-modal .contact-side .contact-form form .form-row .form-column .form-control-wrap textarea::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--Primary-P300);
}
.get-in-touch-modal .contact-side .contact-form form .form-row .form-column .form-control-wrap input::placeholder, .get-in-touch-modal .contact-side .contact-form form .form-row .form-column .form-control-wrap textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--Primary-P300);
}
.get-in-touch-modal .contact-side .contact-form form .form-row .form-column .form-control-wrap input.not-valid, .get-in-touch-modal .contact-side .contact-form form .form-row .form-column .form-control-wrap textarea.not-valid {
  border-color: #dc3232;
}
.get-in-touch-modal .contact-side .contact-form form .form-row .form-column .form-control-wrap textarea {
  border-radius: 20px;
  padding: 9px 19px;
  height: 112px;
  overflow: auto;
  resize: none;
}
.get-in-touch-modal .contact-side .contact-form form .form-row .form-column .form-control-wrap input[type=number] {
  -moz-appearance: textfield;
}
.get-in-touch-modal .contact-side .contact-form form .form-row .form-column .form-control-wrap input[type=number]::-webkit-inner-spin-button,
.get-in-touch-modal .contact-side .contact-form form .form-row .form-column .form-control-wrap input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.get-in-touch-modal .image-side {
  position: relative;
  z-index: 3;
  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;
  padding: 32px 40px;
  width: 50%;
  background-color: var(--Neutrals-Background---light);
  background-image: url("./img/contact-form-bg.svg");
  background-position: top;
  background-size: cover;
}
.get-in-touch-modal .success-message {
  position: relative;
  z-index: 2;
  display: none;
}
.get-in-touch-modal.success .modal-header {
  background: transparent;
}
.get-in-touch-modal.success .contact-side, .get-in-touch-modal.success .image-side {
  display: none;
}
.get-in-touch-modal.success .success-message {
  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;
  height: 100%;
  width: 100%;
  background: var(--Neutrals-Background---light);
}
.get-in-touch-modal.success .success-message .message {
  max-width: 454px;
  width: 100%;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 32px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.get-in-touch-modal.success .success-message .message .image {
  width: 120px;
  height: 120px;
  margin-bottom: 16px;
}
.get-in-touch-modal.success .success-message .message .image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.get-in-touch-modal.success .success-message .message .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 8px;
}
.get-in-touch-modal.success .success-message .message .desc {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 24px;
}
.get-in-touch-modal.success .success-message .message .button {
  width: 200px;
}

@media screen and (max-width: 1024px) {
  .get-in-touch-modal .close-modal-button {
    top: 28px;
    right: 24px;
    padding: 0;
  }
  .get-in-touch-modal .modal-header {
    width: 100%;
  }
  .get-in-touch-modal .contact-side {
    width: 100%;
    padding: 120px 32px 56px;
  }
  .get-in-touch-modal .contact-side .contact-form form {
    max-width: 560px;
    margin-top: 0;
  }
  .get-in-touch-modal .image-side {
    display: none;
  }
}
@media screen and (max-width: 661px) {
  .get-in-touch-modal .modal-header {
    padding: 22px 16px;
  }
  .get-in-touch-modal .close-modal-button {
    top: 18px;
    right: 16px;
  }
  .get-in-touch-modal .contact-side {
    padding: 96px 16px 40px;
  }
  .get-in-touch-modal.success .success-message .message {
    padding: 16px;
  }
  .get-in-touch-modal.success .success-message .message .desc {
    margin-bottom: 18px;
  }
}
.post-item {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
  background: var(--Neutrals-White);
  border-radius: 28px;
  overflow: hidden;
  width: 100%;
}
.post-item .post-thumbnail {
  border-radius: 28px 28px 0 0;
  width: 100%;
  height: 188px;
  overflow: hidden;
  display: block;
}
.post-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.post-item .post-info {
  padding-top: 24px;
}
.post-item .post-info .category-tags {
  padding-left: 24px;
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.post-item .post-info .category-tags a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.post-item .post-info .category-tags a:first-child .ellipse {
  display: none;
}
.post-item .post-info .category-tags a span {
  color: var(--Primary-P400);
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
}
.post-item .post-info .category-tags a .ellipse {
  background: var(--Primary-P400);
  width: 4px;
  height: 4px;
  border-radius: 100%;
}
.post-item .post-info .post-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--Primary-P500, #20252E);
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.post-item .post-info .post-author {
  padding: 12px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-item .post-info .post-author .avatar {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  border-radius: 100%;
  overflow: hidden;
}
.post-item .post-info .post-author .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.post-item .post-info .post-author .name {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--Primary-P500);
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .post-item .post-info .category-tags a span {
    font-size: 14px;
    line-height: 18px;
  }
  .post-item .post-info .post-title {
    font-size: 18px;
    line-height: 24px;
  }
  .post-item .post-info .post-author .avatar {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
  }
  .post-item .post-info .post-author .name {
    font-size: 16px;
    line-height: 20px;
  }
}
.related-articles-wrapper {
  padding-top: 104px;
  padding-bottom: 104px;
}
.related-articles-wrapper .so-container .content {
  max-width: 1088px;
  margin: auto;
}
.related-articles-wrapper .so-container .button {
  margin: 24px auto auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.related-articles-wrapper .related-articles {
  margin-top: 48px;
  width: 100%;
}
.related-articles-wrapper .related-articles .related-articles-slider {
  padding: 2px 20px;
}
.related-articles-wrapper .related-articles .related-articles-slider .swiper-wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.related-articles-wrapper .related-articles .related-articles-slider .swiper-slide {
  height: auto;
  padding-left: 12px;
  padding-right: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.related-articles-wrapper .related-articles .related-articles-slider .post-item {
  width: 392px;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .related-articles-wrapper {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .related-articles-wrapper .so-container .button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 661px) {
  .related-articles-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .related-articles-wrapper .so-container .button {
    width: 100%;
  }
  .related-articles-wrapper .related-articles .related-articles-slider .swiper-slide {
    padding-left: 8px;
    padding-right: 8px;
  }
  .related-articles-wrapper .related-articles .related-articles-slider .post-item {
    max-width: 392px;
    width: calc(100vw - 55px);
  }
}

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