.i-company__headline {
  display: block;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 52px;
  line-height: 1;
  letter-spacing: -2px;
}
.i-company__section {
  padding: 6rem 0;
}
.i-company__section--shaded {
  background-color: #F9FBFD;
}

@media screen and (min-width: 1100px) {
  .i-comp-intro__container {
    display: flex;
    justify-content: space-between;
  }
}
.i-comp-intro .i-company__headline {
  font-size: 46px;
  text-align: left;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .i-comp-intro .i-company__headline {
    text-align: left;
  }
}
.i-comp-intro__body {
  max-width: 590px;
  margin: 0 auto 4rem;
}
@media screen and (min-width: 1100px) {
  .i-comp-intro__body {
    margin: 0 3rem 0 0;
  }
}
.i-comp-intro__poster {
  display: block;
  width: 470px;
  height: 303px;
  margin: 0 auto;
}

.i-comp-stats .i-company__headline {
  margin-bottom: 1.25rem;
}
.i-comp-stats__caption {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #005FA0;
}
@media screen and (min-width: 900px) {
  .i-comp-stats__blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
  }
}
.i-comp-stats__block {
  text-align: center;
  background-color: #F3FCFD;
  border-radius: 2rem;
  padding: 2.25rem 1.5rem 1.5rem;
  margin-bottom: 3rem;
}
.i-comp-stats__block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .i-comp-stats__block {
    margin-bottom: 0;
  }
}
.i-comp-stats__icon {
  display: inline-block;
  width: 88px;
  height: 88px;
}
.i-comp-stats__num {
  display: block;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -2px;
  font-weight: bold;
  color: #005FA0;
  margin: 0.75rem auto 1.25rem;
}
.i-comp-stats__cta {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.i-comp-stats__cta .i-btn {
  margin: 1rem auto;
}
@media screen and (min-width: 900px) {
  .i-comp-stats__cta {
    flex-direction: row;
  }
  .i-comp-stats__cta .i-btn {
    margin: 0 1.5rem;
  }
}

.i-comp-careers__body {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  max-width: 975px;
  font-weight: 400;
  margin: 0 auto;
  color: black;
}
.i-comp-careers__cta {
  text-align: center;
  margin-top: 3rem;
}

.i-comp-locs__body {
  font-size: 24px;
  font-size: clamp(20px, 3vw, 24px);
  line-height: 1.5;
  letter-spacing: -0.5px;
  max-width: 840px;
  margin: 0 auto 6rem;
  font-weight: 400;
  color: black;
}
@media screen and (min-width: 1160px) {
  .i-comp-locs__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem;
  }
}
.i-comp-locs__item {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 700px) {
  .i-comp-locs__item {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 1.5rem;
  }
}
@media screen and (min-width: 1160px) {
  .i-comp-locs__item {
    margin-bottom: 0;
    grid-template-columns: 200px 1fr;
  }
}
.i-comp-locs__pic {
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 700px) {
  .i-comp-locs__pic {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .i-comp-locs__pic {
    height: 200px;
  }
}
.i-comp-locs__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.i-comp-locs__text {
  padding-right: 2rem;
  margin-top: 1rem;
}
@media screen and (min-width: 800px) {
  .i-comp-locs__text {
    margin-top: 0;
    padding-right: 3rem;
  }
}
.i-comp-locs__title, .i-comp-locs__subtitle {
  display: block;
  color: black;
  letter-spacing: -0.02em;
}
.i-comp-locs__title {
  font-size: 40px;
  font-size: clamp(26px, 5vw, 40px);
  line-height: 1.05;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1160px) {
  .i-comp-locs__title {
    margin-top: 0;
  }
}
.i-comp-locs__subtitle {
  font-size: 26px;
  font-size: clamp(20px, 4vw, 26px);
  line-height: 1.625;
  margin-top: 0.5rem;
  text-indent: -0.05em;
}

.i-comp-solutions {
  color: black;
}
.i-comp-solutions__body {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: -2px;
  font-weight: 400;
  max-width: 865px;
  margin: 0 auto;
}
.i-comp-solutions__item {
  display: flow-root;
  margin-top: 8rem;
}
.i-comp-solutions__headline, .i-comp-solutions__copy {
  margin-right: auto;
}
.i-comp-solutions__headline {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -1px;
  max-width: 666px;
}
.i-comp-solutions__copy {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 1100px) {
  .i-comp-solutions__copy {
    max-width: 784px;
  }
}
.i-comp-solutions__image {
  width: 100%;
  max-width: 398px;
  display: block;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 1100px) {
  .i-comp-solutions__image {
    float: right;
    margin: 0 0 0 4rem;
  }
}
@media screen and (min-width: 1300px) {
  .i-comp-solutions__image {
    margin: 0;
  }
}

.i-comp-values__item {
  margin-top: 6rem;
}
@media screen and (min-width: 1300px) {
  .i-comp-values__item {
    display: flex;
  }
}
@media screen and (min-width: 1300px) {
  .i-comp-values__body {
    flex: 3;
    max-width: 724px;
  }
}
.i-comp-values__title {
  font-size: 52px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}
.i-comp-values__copy {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: black;
}
.i-comp-values__cta {
  margin-top: 3rem;
}
.i-comp-values__cta .i-btn {
  margin-top: 1rem;
  margin-right: 1.5rem;
}
@media screen and (min-width: 1400px) {
  .i-comp-values__cta {
    flex: 2;
    margin-top: 0;
    margin-left: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .i-comp-values__cta .i-btn {
    margin: 0;
  }
}

.i-comp-partners__body {
  color: black;
}
.i-comp-partners__headline {
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.i-comp-partners__copy {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-weight: 300;
  margin: 2rem auto 4rem;
}
.i-comp-partners__media {
  max-width: 811px;
  margin: 2rem auto;
}
.i-comp-partners__cta {
  margin-top: 5rem;
  text-align: center;
}
.i-comp-partners__cta .btn {
  margin: 1rem;
}

.i-comp-invest__headline {
  display: block;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 52px;
  line-height: 1;
  letter-spacing: -2px;
}
.i-comp-invest__copy {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-weight: 300;
  margin: 2rem auto 4rem;
  max-width: 940px;
}
.i-comp-invest__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.i-comp-invest__item {
  width: 100%;
  max-height: 200px;
  margin: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 600px) {
  .i-comp-invest__item {
    flex-basis: calc(50% - 4rem);
  }
}
@media (min-width: 700px) {
  .i-comp-invest__item {
    flex-basis: calc(33.333% - 4rem);
  }
}
@media (min-width: 900px) {
  .i-comp-invest__item {
    flex-basis: calc(25% - 4rem);
  }
}
.i-comp-finance__blocks {
  max-width: 988px;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .i-comp-finance__blocks {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
}
.i-comp-finance__block {
  text-align: center;
  background-color: #F3FCFD;
  border-radius: 2rem;
  padding: 4rem 2rem 2rem;
  flex: 1;
  margin: 0 1.5rem 3rem;
}
.i-comp-finance__block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .i-comp-finance__block {
    margin-bottom: 0;
  }
}
.i-comp-finance__num {
  display: block;
  font-size: 80px;
  font-size: clamp(37px, 5vw, 80px);
  line-height: 1;
  letter-spacing: -2px;
  font-weight: bold;
  color: #005FA0;
  margin: 0.75rem auto 1.75rem;
}
.i-comp-finance__caption {
  display: block;
  text-align: center;
  font-size: 22px;
  font-size: clamp(18px, 5vw, 22px);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #005FA0;
}
.i-comp-finance__caption small {
  display: block;
  margin: 1.5rem 2rem 0;
  font-size: 65%;
  line-height: 1.35;
}
.i-comp-finance__cta {
  text-align: center;
  margin-top: 4rem;
}