.header-2025~main {
  overflow: hidden;
}

.home-2026 #sitelogo {
  left: 0;
  transform: none;
  position: static;
  border: 0;
}

.home-2026 .header-2025 .container {
  width: 1426px;
}

.home-2026 .header-2025 .onlym {
  display: none
}

main .container {
  --padding: 32px;
  --content-width: 1000px;
  width: calc(var(--content-width) + (var(--padding) * 2));
  padding-left: var(--padding);
  padding-right: var(--padding);
}

.button,
.button:hover {
  background-color: #0275B3;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0 24px;
  height: 38px;
  line-height: 38px;
  border-radius: 8px !important;
}

.button.button-alt,
.button.button-alt:hover {
  border: 1px solid #0275B3;
  color: #0275B3;
  background: transparent;
}

.button.button-alt.white {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

.button.button-alt.white:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

#hero {
  display: block !important;
  background: var(--bg);
  height: 100vh;
  max-height: 810px;
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

#hero video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#hero .container {
  height: 100%;
  z-index: 2;
  position: relative;
}

#hero .hero-wrapper {
  height: 100%;
}

#hero .hero-container {
  max-width: calc(1380px + 64px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 100%;
  padding: 0 0 0 32px;
}

#hero .hero-left {
  width: 32%;
  background-color: #0d161e;
  color: #ffffff;
  display: flex;
  position: relative;
  z-index: 2;
  padding-right: 45px;
  padding-top: 25px;
}

#hero .hero-left::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background-color: #0d161e;
  z-index: -1;
}

#hero .hero-content-inner {
  max-width: 388px;
}

#hero .hero-right {
  width: 68%;
  position: relative;
}

#hero .hero-right-container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#hero .hero-right-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 1380px) {
  #hero .hero-right-container {
    width: calc(50vw + 232px);
  }
}


#hero .hero-left p {
  font-size: 21px;
  line-height: 146%;
  margin-bottom: 15px;
}

#hero .hero-left .title {
  padding: 65px 0 30px 0;
  text-transform: uppercase;
}

#hero .hero-left .title h1 {
  font-family: 'Normalidad Wide';
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.18em;
}

#hero .hero-left .title h1 span {
  font-size: 60px;
  line-height: 24px;
  color: #0275B380;
  font-weight: 300;
  display: block;
  text-transform: none;
  letter-spacing: -0.02em;
  margin-bottom: -11px;
}

#hero .hero-left .button {
  margin-top: 25px;
}

#podcast {
  padding: 38px 0;
  background-color: #173542;
  color: #fff;
}

#podcast .container {
  --content-width: 1380px;
}

#podcast .left,
#podcast .right {
  width: 50%;
}

#podcast .flex {
  align-items: center;
}

#podcast .right img {
  display: block;
  margin-left: auto;
}

#podcast .text p {
  font-size: 21px;
  line-height: 146%;
  margin: 0;
}

#podcast .toptitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

#podcast .toptitle,
#podcast .title {
  text-transform: uppercase;
}

#podcast .title {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.18em;
  padding-bottom: 12px;
}

#podcast .right img {
  border: 2px solid #fff;
  max-width: 100%;
  height: auto;
}

#podcast .social-links {
  margin-top: 10px;
  flex-wrap: wrap;
}

#podcast .social-links a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  align-items: center;
}

#podcast .social-links li {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 5px;
}

#podcast .social-links li img {
  padding-right: 10px;
}

#brands {
  padding: 88px 0 0 0;
  background: url(../images/hp-dots.png) no-repeat right top;
}

#brands .container {
  --content-width: 1185px;
}

#brands .stitle {
  font-size: 24px;
  letter-spacing: 0.2em;
  margin: 0;
  text-transform: uppercase;
  padding-top: 70px;
}

#brands .stitle:before {
  position: absolute;
  content: "";
  top: 17px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 46px;
  background: #000;
}

#brands .title {
  font-size: 54px;
  line-height: 60px;
  letter-spacing: 0.12em;
  max-width: 1100px;
  margin: 0 auto;
  text-transform: uppercase;
}

#brands .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 40px;
}

#brands .inner .el img {
  max-width: 100%;
}

#brands .inner .el:nth-child(3) {
  margin-top: -40px;
}

#brands .text {
  max-width: 680px;
  margin: 0 auto;
  padding-top: 12px;
}

#brands .button {
  margin-top: 65px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  letter-spacing: 0;
  padding: 0 30px;
}

#brands .cps-logo {
  padding-top: 70px;
  padding-bottom: 20px;
}


#brands .cps-logo:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 46px;
  background: #000;
}

#solutions {
  --bottom-offset: 113px;
  margin-top: 90px;
}

#solutions .wrap {
  padding: 82px 0 0 0;
  background: #121E23;
}

#solutions .container {
  --content-width: 1340px;
}

#solutions .container:nth-child(2) {
  --content-width: 1410px;
  padding: 0;
}

#solutions .stitle {
  font-size: 28px;
  font-family: 'Normalidad Wide';
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 5px;
}

#solutions .title {
  font-size: 60px;
  line-height: 1.066em;
  font-family: 'Normalidad Wide';
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 0;
}

#solutions .inner {
  margin-top: 83px;
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}

#solutions .inner .el {
  display: block;
  width: 628px;
  /* height: 536px; */
  display: flex;
  align-items: end;
  padding: 54px 50px;
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-family: 'Normalidad Wide';
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  aspect-ratio: 628 / 536;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#solutions .inner .el:nth-child(4n+3) {
  margin-left: auto;
}

#solutions .inner .el:nth-last-child(-n+2) {
  margin-bottom: calc(0px - var(--bottom-offset));
}

#solutions .spacer {
  padding-bottom: var(--bottom-offset);
}

#solutions_v2 {
  margin-top: 72px;
  padding: 0 0 50px 0;
}

#solutions_v2 .container {
  --content-width: 1380px;
}

#solutions_v2 .stitle {
  margin-bottom: 9px;
}

#solutions_v2 .inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 66px;
}

#solutions_v2 .el {
  position: relative;
  aspect-ratio: 332 / 443;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 36px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

#solutions_v2 .el[href="#"] {
  pointer-events: none;
}

#solutions_v2 .el .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(1, 117, 178, 0.9);
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

#solutions_v2 .el:hover .overlay {
  opacity: 1;
}

#solutions_v2 .el span {
  z-index: 3;
}

#solutions_v2 .el .button {
  height: 0px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background: #fff;
  color: var(--light-blue);
  width: fit-content;
}

#solutions_v2 .el:hover .button {
  height: 38px;
  margin-top: 21px;
}

#solutions_v2 a.h5 span:not(.button):not(.text) {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
}

#solutions_v2 .text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
  padding-top: 10px;
}

#solutions_v2 .text-el {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  padding: 0 26px 0 16px;
}

#solutions_v2 .text-el .h5 p {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
}

#solutions_v2 .text-el .button {
  margin-top: 36px;
  width: fit-content;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

#method {
  --mt: 15px;
  margin-top: var(--mt);
  position: relative;
  background-color: #121E23;
  color: #fff;
  overflow: hidden;
}

#method .left {
  width: 52%;
  position: relative;
  z-index: 2
}

#method .right {
  width: 48%;
}

#method .container {
  --content-width: 1260px;
}

#method .large-title {
  position: absolute;
  bottom: 0;
  left: 200px;
  font-size: 240px;
  opacity: 0.5;
  width: 100%;
  line-height: 0.5;
  color: #0275B3;
  bottom: -11px;
}

#method .title {
  text-transform: uppercase;
  font-size: 54px;
  line-height: 60px;
  letter-spacing: 0.12em;
  padding-bottom: 30px;
}

#method .text p {
  margin: 0 0 20px 0;
  font-size: 24px;
  line-height: 146%;
}

#method .inner {
  padding: 85px 35px 165px 0;
}

#method .image {
  height: 100%;
  background-size: cover;
  background-position: center top;
}

#method .button {
  margin-top: 16px;
}

#method .image {
  width: 50vw
}

#partners {
  background-color: #121E23;
  padding: 80px 0;
}

#partners .container {
  --content-width: 1240px;
}

#partners .stitle {
  font-family: 'Normalidad Wide';
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 1px;
}

#partners .title {
  font-family: 'Normalidad Wide';
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.18em;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  max-width: 1000px;
}

#partners .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px 43px;
  margin: 34px auto 0 auto;
}

#leaders {
  text-align: center;
  padding: 80px 0 100px 0
}

#leaders .stitle {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.18em;
  margin: 0;
}

#leaders .title {
  text-transform: uppercase;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 0.15em;
  margin: 0 auto;
  max-width: 800px;
}

#leaders {
  max-width: 100%;
  display: block;
}

#leaders .container {
  --content-width: 1380px;
}

#leaders .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px 40px;
  margin: 34px auto 0 auto;
}

#leaders .el {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  padding: 0 26px 0 16px;
}

#leaders .el .h5 p {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
}

#leaders .el .button {
  margin-top: 36px;
  width: fit-content;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

#leaders .items {
  gap: 16px;
  padding-top: 80px;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

#leaders .items .item {}

#leaders .name {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.225em;
  padding-top: 15px;
}

#leaders .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

#leaders a {
  color: #000;
  text-decoration: none;
  font-size: 21px;
  font-weight: 400;
  margin-top: 10px;
  display: inline-block;
}

#leaders .item img {
  max-width: 100%;
  width: 100%;
}

#posts {
  position: relative;
  margin-top: 100px;
  padding: 70px 0 80px 0;
}

#posts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 571px;
  background: #121E23;
  z-index: -1;
}

#posts .container {
  --content-width: 1375px;
}

#posts .stitle {
  font-family: 'Normalidad Wide';
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.03em;
  margin-bottom: 1px;
  color: #fff;
}

#posts .title {
  font-family: 'Normalidad Wide';
  font-weight: 900;
  font-size: 60px;
  line-height: 1.066em;
  letter-spacing: -0.02em;
  color: #fff;
}

#posts .title span {
  color: #0275b3;
  display: block;
}

#posts .inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 42px;
}

#posts .inner a .image {
  position: relative;
  height: 510px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#posts .inner a .tag {
  position: absolute;
  top: 0;
  left: 0;
  background: #186188;
  font-family: 'Normalidad Wide';
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  height: 36px;
  line-height: 36px;
  padding: 0 11px;
  text-transform: uppercase;
}

#posts .inner a span {
  color: #0275B3;
  font-size: 24px;
  font-family: "Open Sans";
  font-weight: 700;
  margin-top: 17px;
  display: block;
}

#faq {
  padding: 0 0 50px 0;
}

#faq .container {
  --content-width: 1128px;
}

#faq .title {
  margin-bottom: 50px;
}

#faq .button {
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-transform: capitalize;
  color: #0275B3;
  border: 0;
  text-decoration: underline;
  background: transparent;
  font-size: 16px;
}

#faq .acc_section {
  border: none;
  margin-bottom: 30px;
}

#faq .acc_head {
  background: transparent;
  border: none !important;
  font-size: 24px;
  line-height: 146%;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

#faq .acc_content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

#faq .acc_content ul {
  padding-left: 40px;
  list-style-position: outside;
}

#faq .acc_content ul strong {
  font-weight: 600;
}

#faq .acc_content p {
  font-size: 21px;
  line-height: 146%;
  font-weight: 400;
}

#bottom-cta {
  text-align: center;
  padding: 42px 0 50px 0;
}

#bottom-cta p {
  font-family: 'Normalidad Wide';
  font-weight: 700;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.10em;
  margin-bottom: 0;
}

#bottom-cta h2 {
  text-transform: uppercase;
}

#bottom-cta .container .button {
  height: 50px;
  line-height: 50px;
  margin-top: 28px;
  font-size: 18px;
}

#bottom-cta .text p {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Normalidad Wide';
  font-weight: 500;
  text-transform: uppercase;
}

#bottom-cta .text h4 {
  font-size: 54px;
  line-height: 60px;
  font-family: 'Normalidad Wide';
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 20px;
}

#bottom-cta .container .button:nth-of-type(2) {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  margin-left: 21px;
}

#bottom-cta .container .button:nth-of-type(2):hover {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

@media screen and (min-width: 992px) and (max-height: 640px) {
  #hero {
    height: 700px;
  }
}

@media screen and (max-width: 1400px) {
  #podcast .left .inner {
    padding-right: 30px;
  }
}

@media screen and (max-width: 1300px) {
  #method .large-title {
    font-size: 15vw;
  }
}

@media screen and (max-width: 1200px) {
  #hero .hero-left {
    width: 40%;
  }

  #hero .hero-right {
    width: 60%;
  }

}

@media screen and (max-width: 992px) {
  #hero {
    height: 100%;
    max-height: 100%;
  }

  #hero .hero-container {
    flex-direction: column;
  }

  #hero .hero-left,
  #hero .hero-right,
  #hero .hero-content-inner {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }

  #hero .hero-content-inner {
    padding: 0 35px 60px 35px;
  }

  #hero .hero-container {
    padding: 0;
  }

  #hero .hero-left {
    order: 1;
  }

  #hero .hero-right {
    height: 69vw;
    order: 0;
  }

  #podcast .container>.flex {
    flex-direction: column;
  }

  #podcast .left,
  #podcast .right {
    width: 100%;
  }

  #podcast .left {
    order: 1
  }

  #podcast .right {
    order: 0
  }

  #podcast .right img {
    margin: 0 auto 30px auto
  }

  #podcast .left .inner {
    padding-right: 0;
  }

  #method .flex {
    flex-direction: column;
  }

  #method .left,
  #method .right {
    width: 100%;
  }

  #method .right {
    height: 106vw;
    margin-bottom: 50px;
  }

  #method .image {
    width: 100%;
  }

  #method .inner {
    padding: 50px 0
  }

  #leaders .name {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 1400px) {
  #solutions_v2 .el {
    padding: 0 0 24px 24px;
  }
}

@media screen and (max-width: 1360px) {
  #solutions .inner .el {
    width: 478px;
  }

  #posts .inner a .image {
    height: 30vw;
  }
}

@media screen and (max-width: 1200px) {
  #solutions_v2 .inner {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .home-2026 .header-2025 #sitelogo {
    padding: 20px 0 0 0;
  }
}

@media screen and (max-width: 992px) {

  html.hc-nav-yscroll .home-2026 .header-2025 #sitelogo {
    left: 25px;
  }

  .home-2026 .header-2025 .onlym {
    display: block
  }

  .home-2026 .onlydesk,
  .home-2026 #mainmenu {
    display: none !important
  }

  .home-2026 .header-2025 {
    background: #121E23;
    height: 80px;
  }

  .home-2026 .header-2025 .hc-nav-trigger span,
  .home-2026 .header-2025 .hc-nav-trigger span::before,
  .home-2026 .header-2025 .hc-nav-trigger span::after {
    background-color: #fff !important;
  }

  #hero .bottomtext {
    display: none;
  }

  #solutions {
    --bottom-offset: -71px;
  }

  #solutions .spacer {
    padding-bottom: calc(-1 * var(--bottom-offset));
  }

  #solutions .container:nth-child(2) {
    padding: 0 var(--padding);
  }

  #solutions .inner {
    gap: 22px;
    margin-top: 42px;
  }

  #solutions .inner .el {
    width: 100%;
    max-height: 60vh;
    padding: 0 0 50px 50px;
  }

  #solutions .inner .el:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  #solutions .inner .el:last-child {
    margin-bottom: var(--bottom-offset);
  }

  #solutions_v2 .inner {
    grid-template-columns: repeat(2, 1fr);
  }

  #posts .inner {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }


  #posts .inner a .tag {
    font-size: 16px;
  }

  #posts::before {
    height: unset;
    bottom: 190px;
  }
}

@media screen and (max-width: 768px) {

  #posts .title,
  #partners .title,
  #solutions .title {
    font-size: 40px;
  }

  #solutions .inner .el {
    font-size: 32px;
  }

  #bottom-cta p,
  #partners .stitle {
    font-size: 20px;
  }



  #solutions .inner .el {
    max-height: 45vh;
  }

  #solutions_v2 .el {
    font-size: 20px;
    line-height: 24px;
  }

  #posts .stitle {
    font-size: 24px;
  }

  #faq .title {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1.125em;
  }

  #faq .acc_content ul {
    padding-left: 20px;
  }



  #bottom-cta .container .button {
    margin-top: 15px;
  }


}

@media screen and (max-width: 567px) {

  .home-2026 .toptitle,
  .home-2026 .stitle {
    font-size: 18px !important;
    line-height: 24px !important;
  }


  #hero video {
    position: static;
    height: 100%;
  }

  #hero .hero-left .title h1 span {
    font-size: 55px;
  }

  #hero .hero-content-inner {
    padding: 0 25px 60px 25px;
  }

  #podcast {
    padding: 50px 0;
  }

  #podcast .container {
    --padding: 25px;
  }

  #podcast .left {
    order: 1;
  }

  #podcast .right {
    order: 0;
  }

  #podcast .right img {
    margin: 0 auto 30px auto;
  }

  #podcast .social-links li {
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .header-2025 {
    z-index: 2;
  }

  #solutions .inner .el {
    font-size: 21px;
    line-height: 24px;
  }

  #brands {
    padding: 40px 0 0 0;
    background-position: right -227px top
  }

  #brands .container {
    padding: 0 10px;
  }


  #brands .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
  }

  #brands .text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }

  #brands .cps-logo {
    padding-top: 72px;
  }

  #brands .inner {
    max-width: 319px;
    gap: 18px;
  }

  #brands .inner .el:nth-child(3) {
    margin-top: -9px;
  }

  #brands .button {
    margin-top: 33px;
  }

  #brands .stitle:before {
    top: 2px;
  }

  #brands .stitle {
    padding-top: 57px;
    font-size: 24px !important
  }

  #brands .cps-logo {
    padding-bottom: 0;
  }

  #brands .cps-logo img {
    max-width: 290px;
  }

  #solutions {
    margin-top: 63px;
  }

  #solutions .stitle {
    font-size: 18px;
  }

  #solutions .title {
    font-size: 32px;
    line-height: 1.125em;
  }

  #solutions .wrap {
    padding: 31px 0 0 0;
  }

  #solutions_v2 {
    padding-bottom: 30px;
    margin-top: 50px;
  }

  #solutions_v2 .inner {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin: 30px auto 0 auto;
  }

  #solutions_v2 .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  #solutions_v2 .text-el {
    padding-top: 30px;
  }

  #method .container {
    padding: 0 25px;
  }

  #method .large-title {
    display: none;
  }

  #method .button {
    margin: 40px auto 0 0;
    display: block;
    width: fit-content;
    padding: 0 10px;
    font-size: 13px;
  }

  #method .title {
    font-size: 30px;
    line-height: 1.2;
  }

  #method .text p {
    font-size: 18px;
    line-height: 26px;
  }

  #leaders .items {
    grid-template-columns: auto;
  }

  #leaders .container {
    padding: 0 25px;
  }

  #leaders .title {
    font-size: 30px;
    line-height: 1.2;
    text-align: left;
  }

  #leaders .stitle {
    text-align: left;
  }

  #leaders {
    padding: 50px 0 30px 0;
  }

  #leaders .items {
    padding-top: 50px;
  }

  #leaders .item {
    margin-bottom: 30px;
  }

  #partners {
    padding: 60px 0;
  }

  #partners .container {
    padding: 0;
  }

  #bottom-cta p,
  #partners .stitle {
    font-size: 16px;
  }

  #bottom-cta {
    padding: 50px 0;
  }

  #bottom-cta .text h4 {
    font-size: 30px;
    line-height: 1.2;
  }

  #bottom-cta .container .button:nth-of-type(2) {
    width: 180px;
  }

  #partners .title {
    font-size: 32px;
    line-height: 1.125em;
    padding: 0 10px;
  }

  #partners .title br {
    display: none;
  }

  #partners .inner {
    padding: 0 var(--padding);
    margin-top: 26px;
  }

  #partners .inner .el {
    width: 37%;
  }

  #partners .inner .el img {
    max-width: 100%;
  }

  #partners .inner .el:nth-child(1) {
    order: 1;
  }

  #partners .inner .el:nth-child(2) {
    order: 3;
  }

  #partners .inner .el:nth-child(3) {
    order: 2;
  }

  #partners .inner .el:nth-child(4) {
    order: 4;
  }

  #partners .inner .el:nth-child(5) {
    order: 5;
  }

  #partners .inner .el:nth-child(6) {
    order: 6;
  }

  #partners .inner .el:nth-child(7) {
    order: 8;
  }

  #partners .inner .el:nth-child(8) {
    order: 7;
  }

  #partners .inner .el:nth-child(9) {
    order: 9;
  }

  #partners .inner .el:nth-child(10) {
    order: 10;
  }

  #partners .inner .el:nth-child(11) {
    order: 12;
  }

  #partners .inner .el:nth-child(12) {
    order: 11;
  }

  #partners .inner .el:nth-child(13) {
    order: 14;
  }

  #partners .inner .el:nth-child(14) {
    order: 13;
  }

  #partners .inner .el:nth-child(15) {
    order: 15;
  }

  #partners .inner .el:nth-child(16) {
    order: 16;
  }

  #partners .inner .el:nth-child(17) {
    order: 17;
  }

  #partners .inner .el:nth-child(18) {
    order: 19;
  }

  #partners .inner .el:nth-child(19) {
    order: 18;
  }

  #partners .inner .el:nth-child(20) {
    order: 20;
  }

  #partners .inner .el:nth-child(21) {
    order: 21;
  }

  #partners .inner .el:nth-child(22) {
    order: 23;
  }

  #partners .inner .el:nth-child(23) {
    order: 22;
  }

  #partners .inner .el:nth-child(24) {
    order: 23;
  }

  #partners .inner .el:nth-child(25) {
    order: 24;
  }

  #partners .inner .el:nth-child(26) {
    order: 25;
  }

  #posts {
    margin-top: 56px;
    padding-top: 38px;
    padding-bottom: 72px;
  }

  #posts .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  #posts .stitle {
    font-size: 16px;
  }

  #posts .title {
    font-size: 30px;
  }

  #posts .inner a span {
    font-size: 22px;
  }

  #posts .inner a .image {
    height: 90vw;
  }

  #bottom-cta .container .button {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    width: fit-content;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }

  #faq .acc_head {
    font-size: 20px;
  }

  #faq .acc_content p {
    font-size: 16px;
    line-height: 24px;
  }

}

@media screen and (max-width: 340px) {
  #faq .button {
    padding: 0;
    width: 100%;
    text-align: center;
  }
}