:root {
  --blank-value: 80px;
}

.us-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.us-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 54px;
  width: 100%;
  max-width: 1280px;
  min-height: inherit;
  border-left: 1px solid #878db1;
  border-right: 1px solid #9ac8d4;
}
.us-hero__sub {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.us-hero__hashtag {
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
}
.us-hero__title {
  margin: 0 0 15px 0;
  color: #ffffff;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 60.8px;
  line-height: 3.8rem;
  font-weight: 600;
}
.us-hero__intro {
  margin: 0 0 50px 0;
  width: 100%;
  max-width: 775px;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 600;
  text-align: center;
}
.us-hero__icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.us-hero__icons__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 130px;
}
.us-hero__icons__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.15);
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #ffffff;
  border-radius: 6px;
}
.us-hero__icons__icon.-location {
  background-image: url("/assets/svg/location.svg");
  background-size: 19px;
}
.us-hero__icons__icon.-company {
  background-image: url("/assets/svg/company.svg");
  background-size: 26px;
}
.us-hero__icons__icon.-flag {
  background-image: url("/assets/svg/flag.svg");
  background-size: 24px;
}
.us-hero__icons__icon.-people {
  background-image: url("/assets/svg/people.svg");
  background-size: 31px;
}
.us-hero__param-title, .us-hero__param-value {
  color: #ffffff;
}
.us-hero__param-title {
  margin: 18px 0 8px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 700;
}
.us-hero__param-value {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 400;
}

.us-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.us-content__container {
  display: flex;
  flex-direction: column;
  padding: 90px 187px 70px 187px;
  width: 100%;
  max-width: 1280px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.us-content__paragraph {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.us-content__paragraph.-active {
  max-height: 2000px;
}
.us-content__paragraph h2 {
  color: #181818;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 41.6px;
  line-height: 2.6rem;
  font-weight: 600;
}
.us-content__readmore {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.4s;
}
.us-content__readmore.-off {
  opacity: 0;
}
.us-content__readmore::after {
  content: "";
  margin: 0 0 0 15px;
  width: 8px;
  height: 12px;
  background-image: url("/assets/svg/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.us-content__founder {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.us-content__founder__container {
  display: flex;
  justify-content: space-between;
  padding: 40px 187px 40px 187px;
  width: 100%;
  max-width: 1280px;
  background-color: #f7f9fa;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.us-content__founder__image {
  width: 100%;
  max-width: 400px;
}
.us-content__founder__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.us-content__founder__info {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 40px;
  width: 100%;
  max-width: 435px;
}
.us-content__founder__info a {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  color: #181818;
  font-family: "Averta", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
}
.us-content__founder__info a:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 70px;
  width: 15px;
  height: 14px;
  background-image: url("/assets/svg/right-arrow-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: left 0.3s, opacity 0.3s;
}
.us-content__founder__info a:hover {
  color: #0154a3;
}
.us-content__founder__info a:hover:after {
  left: 100px;
  opacity: 1;
}
.us-content__founder__title {
  color: #181818;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  font-weight: 600;
}
.us-content__subpages {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.us-content__subpages__item {
  display: flex;
  flex-direction: column;
  margin: 0 0 70px 0;
  width: calc(50% - 45px);
  text-decoration: none;
}
.us-content__subpages__item:hover button {
  color: #0154a3;
}
.us-content__subpages__item:hover button:after {
  opacity: 1;
  left: 100px;
}
.us-content__image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.us-content__description {
  margin: 25px 0 15px 0;
  color: #181818;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  font-weight: 600;
}
.us-content__link {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  color: #181818;
  font-family: "Averta", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.3s;
}
.us-content__link:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 70px;
  width: 15px;
  height: 14px;
  background-image: url("/assets/svg/right-arrow-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: left 0.3s, opacity 0.3s;
}
@media only screen and (max-width: 1024px) {
  :root {
    --blank-value: 50px;
  }
  .us-hero__container {
    border: 0;
  }
  .us-content__container {
    align-items: flex-start;
    padding: 67px;
    border: 0;
  }
  .us-content__founder__container {
    flex-direction: column;
    align-items: center;
    padding: 67px;
    border: 0;
  }
  .us-content__founder__image {
    max-width: 100%;
  }
  .us-content__founder__info {
    margin: 20px 0 0 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .us-content__subpages {
    flex-direction: column;
  }
  .us-content__subpages__item {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .us-hero {
    padding: 62px 0;
    min-height: none;
    height: auto;
  }
  .us-hero__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 48px;
    line-height: 3rem;
    text-align: center;
  }
  .us-hero__icons {
    flex-wrap: wrap;
  }
  .us-hero__icons__item {
    margin: 0 0 57px 0;
    width: 50%;
    min-width: initial;
  }
  .us-hero__param-title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .us-content__container {
    padding: 67px 24px 67px 24px;
  }
  .us-content__founder__container {
    padding: 67px 24px 67px 24px;
  }
}