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

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,
.button.button-alt.white:hover {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

#hero {
  display: block !important;
  background: var(--bg);
  height: 100vh;
  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 .bottomtext {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#hero .bottomtext p {
  margin-bottom: 11px;
  font-size: 24px;
  letter-spacing: 0.03em;
  font-family: "Open Sans";
  color: #fff;
  font-weight: 300;
}

#brands {
  padding: 60px 0 0 0;
}

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

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

#brands .title {
  font-family: 'Normalidad Wide';
  font-weight: 900;
  font-size: 60px;
  line-height: 1.066em;
  letter-spacing: -0.02em;
  max-width: 1100px;
  margin: 0 auto;
}

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

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

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

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

#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 {
  background: var(--cream);
  margin-top: 72px;
  padding: 53px 0 88px 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 .text-el {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: capitalize;
  padding: 0 26px 0 16px;
}

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

#method {
  --mt: 115px;
  margin-top: var(--mt);
  position: relative;
}

#method::before {
  content: '';
  position: absolute;
  top: calc(-278px - var(--mt));
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url('../images/decor-dots.png');
  background-image: image-set(url('../images/decor-dots.png') 1x,
      url('../images/decor-dots@2x.png') 2x);
  background-size: auto;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: -1;
}

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

#method .inner {
  margin: 0 auto;
  max-width: 1145px;
  display: flex;
  gap: 0 59px;

}

#method .inner .image {
  width: 530px;
  margin-top: -112px;
  z-index: -1;
}

#method .stitle {
  font-size: 24px;
  font-family: 'Normalidad Wide';
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 0px;
}

#method .title {
  font-size: 144px;
  line-height: 0.8611em;
  font-family: 'Normalidad Wide';
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 0;
  margin-left: -8px;
}

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

#method .text {
  padding-top: 60px;
  font-size: 24px;
  line-height: 1.47em;
  font-family: "Open Sans";
  font-weight: 400;
  color: #000;
  max-width: 500px;
}

#method p {
  margin-bottom: 16px;
}

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

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

#story {
  background: #0275b3;
  margin-top: 130px;
}

#story .container {
  --content-width: 1374px;
}

#story .inner {
  display: flex;
  justify-content: end;
  gap: 14px;
}

#story .text {
  padding-top: 100px;
  z-index: 2;
}

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

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

#story .button {
  margin-top: 28px;
}

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

#story .image {
  position: relative;
  width: 783px;
  height: 513px;
}

#story .image img {
  margin-top: -83px;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

#story .image .text {
  position: absolute;
  bottom: 17px;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-family: "Open Sans";
  font-weight: 500;
  margin-bottom: 0;
}

#story .image .text strong {
  font-family: 'Normalidad Wide';
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.03em;
}

#story .image .text:nth-of-type(1) {
  left: -2%;
}

#story .image .text:nth-of-type(2) {
  left: 33%;
}

#story .image .text:nth-of-type(3) {
  left: 71%;
}

#partners {
  padding: 60px 0 79px 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: 900;
  font-size: 60px;
  line-height: 1.066em;
  letter-spacing: -0.02em;
  margin: 0 auto;
}

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

#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: 60px 0;
  background: #eaeaea;
}

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

#faq .button {
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-transform: capitalize;
}

#faq .acc_section {
  border: none;
  border-left: 5px solid var(--light-blue);
  margin-bottom: 30px;
  padding-left: 10px;
}

#faq .acc_head {
  background: transparent;
  border: none !important;
}

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

#bottom-cta {
  background: #173542;
  color: #fff;
  text-align: center;
  padding: 42px 0 72px 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 .container .button:nth-of-type(2) {
  background: transparent;
  border: 1px solid #fff;
  margin-left: 21px;
}

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

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

  #story .text {
    padding-top: 50px;
  }

  #story .image {
    height: 467px;
  }

  #story .image .text,
  #story .image .text strong {
    font-size: 12px;
  }

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

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

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

  #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);
  }

  #method {
    --mt: 31px;
  }

  #method .title {
    font-size: 84px;
  }

  #method .inner {
    flex-wrap: wrap;
  }

  #method .inner .image {
    width: 100%;
    margin-top: -70px;
  }

  #method .inner .image img {
    max-width: 100%;
  }

  #method .text {
    width: 100%;
  }

  #story {
    margin-top: 133px;
  }

  #story .inner {
    flex-wrap: wrap;
  }

  #story .text {
    width: 100%;
  }

  #story .image {
    height: auto;
    width: 100%;
  }

  #story .image img {
    position: relative;
    margin-top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }

  #story .button {
    display: none;
  }

  #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,
  #story .title,
  #method .title,
  #solutions .title,
  #brands .title {
    font-size: 40px;
  }

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

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

  #method .title {
    font-size: 64px;
  }

  #method .inner .image {
    margin-top: -53px;
  }

  #story .image .text {
    bottom: 30px;
  }

  #story .image .text, #story .image .text strong {
    display: block;
  }

  #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 {
    padding: 40px 0;
  }

  #bottom-cta h2 {
    margin-bottom: 30px;
  }

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

  #story {
    margin-top: 60px;
  }

}

@media screen and (max-width: 567px) {
  #hero {
    height: 260px;
    position: relative;
  }

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

  #brands .inner .el img {
    height: auto;
}




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

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

#brands {
  padding: 36px 0 0 0;
}

#brands .container {
  padding: 0;
}

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

#brands .title {
  font-size: 32px;
  line-height: 1.125em;
  max-width: 340px;
}

#brands .inner {
  margin: 29px auto 0 auto;
  max-width: 319px;
  gap: 18px;
}

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

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

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

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

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

#method::before {
  display: none;
}

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

#method .title {
  font-size: 82px;
  line-height: 73px;
  margin-left: 0;
}


#method .text {
  font-size: 16px;
  line-height: 23px;
  padding-top: 17px;
}

#method .inner .image {
  margin-top: -33px;
}

#method .button {
  margin: 41px auto 0 auto;
  display: block;
  width: fit-content;
}

#story .container {
  padding: 0;
}

#story .stitle {
  font-size: 16px;
  margin-bottom: 0;
}

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

#story .text {
  padding-top: 37px;
  padding-left: var(--padding);
  padding-right: var(--padding);
}

#story .image {
  padding: 0 11px;
  margin-top: -34px;
}

#story .image .text {
  bottom: 1px;
  line-height: 11px;
  font-size: 7px;
}

#story .image .text strong {
  font-size: 10px;
}

#story .image .text,
#story .image .text strong {
  display: block;
}

#story .image .text:nth-of-type(1) {
  left: -21px;
}

#story .image .text:nth-of-type(2) {
  left: 27%;
}

#story .image .text:nth-of-type(3) {
  left: 62%;
}

#partners {
  padding: 60px 0;
}

#partners .container {
  padding: 0;
}

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

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

}

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