@font-face {
  font-family: "Aeonik";
  src: url("fonts/aeonik/medium.woff2") format("woff2"), url("fonts/aeonik/medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("fonts/aeonik/regular.woff2") format("woff2"), url("fonts/aeonik/regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("fonts/aeonik/bold.woff2") format("woff2"), url("fonts/aeonik/bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.Usp.Overview {
  position: relative;
}
.Usp.Overview.default::before {
  content: "";
  left: 50%;
  max-width: 100.2vw;
  transform: var(--transform, translateX(-50%));
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 120rem;
  background: white;
}
@media (max-width: 768px) {
  .Usp.Overview.default::before {
    max-width: 100vw;
  }
}
.Usp.Overview.default > .Heading .h2 {
  color: #081C19;
}
.Usp.Overview.default > .block-grid {
  justify-content: center;
}
.Usp.Overview.default > .block-grid > li {
  max-width: 29.9375rem;
}
@media (max-width: 1024px) {
  .Usp.Overview.default > .block-grid > li {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .Usp.Overview.featured > .Heading > .right {
    margin-top: 1.25rem;
  }
}
.Usp.Overview.featured > .block-grid {
  gap: 7.5rem;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .Usp.Overview.featured > .block-grid {
    gap: 2.5rem;
  }
}
.Usp.Overview.featured > .block-grid > li {
  width: calc(25% - 5.625rem);
}
@media (max-width: 1024px) {
  .Usp.Overview.featured > .block-grid > li {
    width: 100%;
  }
}
.Usp.Overview.circle {
  max-width: 72.5rem;
  margin: 0 auto;
}
.Usp.Overview.circle::before {
  content: "";
  left: 50%;
  max-width: 100.2vw;
  transform: var(--transform, translateX(-50%));
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 120rem;
  background: #173C35;
}
@media (max-width: 768px) {
  .Usp.Overview.circle::before {
    max-width: 100vw;
  }
}
.Usp.Overview.circle .middle {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .Usp.Overview.circle .middle {
    margin: 1.5625rem 0;
  }
  .Usp.Overview.circle .middle img {
    width: 100%;
    max-width: 18.75rem;
  }
}
.Usp.Overview.circle .block-grid {
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .Usp.Overview.circle .block-grid {
    justify-content: center;
  }
}
.Usp.Overview.circle .block-grid > li {
  max-width: 12rem;
}
@media (min-width: 1024px) {
  .Usp.Overview.circle .block-grid.one > li:last-child {
    margin-top: -5%;
    margin-right: 14%;
  }
  .Usp.Overview.circle .block-grid.two > li:first-child {
    margin-left: 4.375rem;
  }
  .Usp.Overview.circle .block-grid.two > li:nth-child(2) {
    margin-top: 10%;
    margin-left: 25%;
  }
  .Usp.Overview.circle .block-grid.two > li:last-child {
    margin-top: -14%;
    margin-left: 14%;
  }
}
@media (max-width: 1024px) {
  .Usp.Overview.circle .block-grid > li {
    max-width: 100%;
    width: 100%;
  }
}

.Usp.Item.default > .inner {
  background: #F1F9ED;
  padding: 3.75rem 3.125rem;
  border-radius: 1.875rem;
}
@media (max-width: 1024px) {
  .Usp.Item.default > .inner {
    padding: 2.8125rem 1.0625rem;
  }
}
.Usp.Item.default > .inner > span.icon img {
  height: 4.59375rem;
  object-fit: contain;
}
.Usp.Item.default > .inner > .Heading {
  margin-top: 4.375rem;
}
.Usp.Item.default > .inner > .Heading .h4 {
  font-size: 1.375rem;
  letter-spacing: normal;
}
.Usp.Item.default > .inner > .Content {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 1.6875rem;
}
.Usp.Item.default > .inner > .Content p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .Usp.Item.default > .inner > .Content {
    min-height: 9.375rem;
  }
}
.Usp.Item.featured > .inner {
  padding: 0;
  background: transparent;
}
.Usp.Item.featured > .inner > span.icon {
  background: #F1F9ED;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Usp.Item.featured > .inner > span.icon img {
  height: 2.5rem;
  object-fit: contain;
}
.Usp.Item.featured > .inner > .Heading {
  margin-top: 4.375rem;
}
@media (max-width: 1024px) {
  .Usp.Item.featured > .inner > .Heading {
    margin-top: 1.875rem;
  }
}
.Usp.Item.featured > .inner > .Content {
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .Usp.Item.circle .inner {
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
.Usp.Item.circle .Heading {
  width: 12rem;
}
.Usp.Item.circle .Heading .h4 {
  font-size: 1.875rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: normal;
}
@media (max-width: 1024px) {
  .Usp.Item.circle .Heading .h4 {
    font-size: 1.375rem;
  }
}