@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.meet-the-team__people-box-headline {
  max-height: 70px;
  display: block;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.meet-the-team__wrapper {
  margin-bottom: 5rem;
  padding: 2.5rem 0 0;
}
@media only screen and (max-width: 880px) {
  .meet-the-team__wrapper {
    padding: 2.5rem 0 0;
    margin-bottom: 1rem;
  }
}
.meet-the-team__upper-section {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1199px) {
  .meet-the-team__upper-section {
    flex-direction: column;
    padding-bottom: 1rem;
  }
}
.meet-the-team__upper-section__left {
  width: 30%;
}
@media only screen and (max-width: 1199px) {
  .meet-the-team__upper-section__left {
    width: 100%;
    padding: 0;
  }
}
.meet-the-team__upper-section__left p {
  margin: 0;
  padding-bottom: 1rem;
  max-width: 370px;
}
@media only screen and (max-width: 1199px) {
  .meet-the-team__upper-section__left p {
    max-width: 100%;
  }
}
.meet-the-team__upper-section__right {
  width: 60%;
  max-width: 650px;
  padding: 0 0 0 10%;
}
@media only screen and (max-width: 1199px) {
  .meet-the-team__upper-section__right {
    width: 100%;
    padding: 0;
    flex-direction: column;
    background-color: #fff;
  }
  .meet-the-team__upper-section__right.no-background {
    background-color: unset;
  }
  .meet-the-team__upper-section__right.no-background > div {
    padding: 10px calc(45px - 1rem);
  }
}
@media only screen and (max-width: 320px) {
  .meet-the-team__upper-section__right.no-background > div {
    padding: 10px 0;
  }
}
.meet-the-team__upper-section .bigNumber {
  font-size: 3.125rem;
  line-height: 68px;
  white-space: nowrap;
  word-spacing: -10px;
}
.meet-the-team__upper-section__nationalities {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  border-right: solid 1px rgba(143, 143, 143, 0.2);
}
.meet-the-team__upper-section__languages {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 0 5px;
}
.meet-the-team__upper-section__languages__box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.meet-the-team__upper-section__languages, .meet-the-team__upper-section__nationalities {
  max-width: 325px;
}
.meet-the-team__upper-section__languages__bigNumber, .meet-the-team__upper-section__nationalities__bigNumber {
  font-size: 3.125rem;
  line-height: 68px;
  white-space: nowrap;
  word-spacing: -10px;
  font-weight: 400;
  font-family: "Open Sans";
  margin-right: 10px;
}
.meet-the-team__people-box {
  display: flex;
  flex-direction: row;
  width: 33%;
  cursor: pointer;
  padding: 1rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 880px) {
  .meet-the-team__people-box {
    width: 50%;
    padding: 30px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 600px) {
  .meet-the-team__people-box {
    width: 100%;
    padding: 30px 0;
  }
}
.meet-the-team__people-box:hover {
  background-color: #222f45;
  transition: all 1s ease;
}
.meet-the-team__people-box:hover .meet-the-team__people-box-read-more {
  opacity: 1;
  align-items: center;
}
@media only screen and (max-width: 880px) {
  .meet-the-team__people-box:hover span {
    position: static !important;
  }
}
.meet-the-team__people-box-left {
  width: 45%;
}
@media only screen and (max-width: 880px) {
  .meet-the-team__people-box-left {
    width: 35%;
  }
}
.meet-the-team__people-box-left img {
  width: 135px;
  object-fit: cover;
  height: 135px;
  object-position: top;
}
@media only screen and (max-width: 1024px) {
  .meet-the-team__people-box-left img {
    width: 115px;
    height: 115px;
  }
}
@media only screen and (max-width: 880px) {
  .meet-the-team__people-box-left img {
    width: 95px;
    height: 95px;
  }
}
.meet-the-team__people-box-right {
  color: #fff;
  position: relative;
  width: 55%;
}
@media only screen and (max-width: 320px) {
  .meet-the-team__people-box-right {
    width: 70%;
  }
}
@media only screen and (min-width: 881px) {
  .meet-the-team__people-box-right {
    margin-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1040px) {
  .meet-the-team__people-box-right {
    margin-left: 0;
  }
}
.meet-the-team__people-box-right div p {
  margin: 0;
  height: 50px;
  display: flex;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.meet-the-team__people-box-right div p h3 {
  color: #23a5db;
  margin-top: 0;
}
@media only screen and (max-width: 880px) {
  .meet-the-team__people-box-right div p p {
    width: 70%;
  }
}
.meet-the-team__people-box-read-more {
  color: #23a5db;
  opacity: 0;
  display: flex;
  margin-top: 1rem;
}
.meet-the-team__people-box-read-more svg {
  margin-left: 0.5rem;
}
.meet-the-team__people-box-read-more svg path {
  stroke: #23a5db;
}
@media only screen and (max-width: 880px) {
  .meet-the-team__people-box-read-more {
    opacity: 1;
    align-items: center;
  }
}
.meet-the-team__founder-section {
  margin-top: 2rem;
}
@media only screen and (max-width: 880px) {
  .meet-the-team__founder-section {
    padding-left: 0;
  }
}
.meet-the-team__founder-section-title {
  color: #fff;
}
.meet-the-team__founder-boxes {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 880px) {
  .meet-the-team__founder-boxes {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 880px) {
  .meet-the-team__founder-boxes .meet-the-team__people-box {
    width: 48%;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .meet-the-team__founder-boxes .meet-the-team__people-box {
    width: 100%;
  }
}
.meet-the-team__founder-box {
  margin: 1rem;
  display: flex;
  flex-direction: row;
  color: #fff;
}
@media only screen and (max-width: 880px) {
  .meet-the-team__founder-box {
    margin: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #2d343b;
  }
}
.meet-the-team__founder-box img {
  width: 170px;
  height: 170px;
}
@media only screen and (max-width: 880px) {
  .meet-the-team__founder-box img {
    width: 120px;
    height: 120px;
  }
}
.meet-the-team__founder-box p {
  padding: 1rem;
  margin: 0;
}
.meet-the-team__founder-box p h3 {
  margin: 0;
  margin-bottom: 1rem;
  color: #23a5db;
}
.meet-the-team__team-section {
  margin-top: 4rem;
  color: #fff;
  margin-bottom: 2rem;
}
.meet-the-team__team-section ::before {
  border-bottom-color: #fff !important;
}
.meet-the-team__team-section :focus::before {
  color: #23a5db !important;
  border-color: #23a5db !important;
}
@media only screen and (max-width: 880px) {
  .meet-the-team__team-section {
    margin-top: 0;
  }
}
.meet-the-team__team-section-people__filter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 880px) {
  .meet-the-team__team-section-people__filter {
    flex-direction: column;
  }
}
.meet-the-team__team-section-people__filter-title {
  width: 40%;
  display: flex;
  align-items: flex-end;
  padding: 0 1rem;
  opacity: 0;
}
@media only screen and (max-width: 880px) {
  .meet-the-team__team-section-people__filter-title {
    width: 70%;
    margin-bottom: 1rem;
    display: none;
    align-items: unset;
    padding: 0;
  }
}
.meet-the-team__team-section-people__filter-selects {
  width: 47%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.meet-the-team__team-section-people__filter-selects > div {
  width: 45%;
}
@media only screen and (max-width: 880px) {
  .meet-the-team__team-section-people__filter-selects > div {
    width: 95%;
    margin: 1rem 0;
  }
}
@media only screen and (max-width: 880px) {
  .meet-the-team__team-section-people__filter-selects {
    flex-direction: column;
    width: 95%;
  }
}
.meet-the-team__team-section-people__filter-selects #select-department,
.meet-the-team__team-section-people__filter-selects #select-country,
.meet-the-team__team-section-people__filter-selects label {
  font-family: "Open Sans" !important;
  color: #fff !important;
  cursor: pointer;
}
.meet-the-team__team-section-people__filter-selects .MuiFormControl-root {
  width: 100%;
}
.meet-the-team__team-section-people__filter-selects svg path {
  fill: #fff;
}
.meet-the-team__team-section-people {
  margin-top: 2rem;
}
.meet-the-team__team-section-people__results {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 600px) {
  .meet-the-team__team-section-people__results {
    flex-direction: column;
  }
}
.meet-the-team__team-section-people__results .meet-the-team__people-box-headline {
  color: #23a5db;
  line-height: 35px;
  max-height: 70px;
  display: block;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.meet-the-team__team-section-people__pagination {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media only screen and (max-width: 880px) {
  .meet-the-team__team-section-people__pagination {
    justify-content: right;
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 320px) {
  .meet-the-team__team-section-people__pagination {
    justify-content: center;
  }
}
.meet-the-team__team-section-people__pagination ul {
  justify-content: flex-end;
}
.meet-the-team__team-section-people__pagination section {
  width: 50%;
}
@media only screen and (max-width: 880px) {
  .meet-the-team__team-section-people__pagination section {
    width: auto;
  }
}
.meet-the-team__team-section-people__pagination section li button {
  color: #fff;
}
.meet-the-team__team-section-people__pagination section li button:hover {
  border: 1px solid #23a5db;
}
.meet-the-team__team-section-people__pagination section li div {
  color: #fff;
}

.card-view .meet-the-team__people-box-right div p {
  margin: 0;
}
.card-view .meet-the-team__people-box-right div p .h3lastname {
  line-height: 0;
  margin: 1rem 0 2rem;
}
.card-view .meet-the-team__people-box-right div p .h4subtitle {
  margin-top: 1.5rem;
}
.card-view .meet-the-team__people-box-right div p h3 {
  margin: 0;
  margin-top: 1.25rem;
  margin-bottom: 0;
}
.card-view .meet-the-team__people-box-right div p h4 {
  margin-bottom: 0;
}

.team-members-card-type.pro-modal__wrapper .pro-modal__box {
  top: 120px;
  position: fixed;
  max-width: 770px !important;
}
.team-members-card-type.pro-modal__wrapper .pro-modal__box .meet-the-team__people-box-left {
  width: 30%;
}
.team-members-card-type.pro-modal__wrapper .pro-modal__header {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1040px) {
  .team-members-card-type.pro-modal__wrapper {
    display: flex;
  }
  .team-members-card-type.pro-modal__wrapper .meet-the-team__people-box-left img {
    margin-bottom: 0 !important;
    margin-left: 1rem;
  }
  .team-members-card-type.pro-modal__wrapper .pro-modal__box {
    padding: 2rem 50px !important;
    width: 90% !important;
    margin: 0 auto;
  }
  .team-members-card-type.pro-modal__wrapper h3 {
    font-size: 1.25rem;
    margin: 0.8125rem 0 0;
    font-weight: 500;
    line-height: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .team-members-card-type.pro-modal__wrapper .pro-modal__box {
    padding: 2rem 0 !important;
  }
}

.wrap-lang {
  margin-right: 10px;
}

.wrap-nation,
.wrap-lang {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-text {
  display: flex;
  align-items: center;
  height: 100%;
}
.wrap-text p {
  margin-right: 25px;
}

.meet-the-team__wrap__color {
  display: flex;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
}
.meet-the-team__wrap__color.sky {
  background-color: transparent;
  color: #fff;
}
.meet-the-team__wrap__color.sky .meet-the-team__upper-section__nationalities {
  border-right-color: #42484e;
}
.meet-the-team__wrap__color.sky .meet-the-team__upper-section__languages .wrap-nation svg path,
.meet-the-team__wrap__color.sky .meet-the-team__upper-section__languages .wrap-nation svg circle,
.meet-the-team__wrap__color.sky .meet-the-team__upper-section__languages .wrap-lang svg path,
.meet-the-team__wrap__color.sky .meet-the-team__upper-section__languages .wrap-lang svg circle,
.meet-the-team__wrap__color.sky .meet-the-team__upper-section__nationalities .wrap-nation svg path,
.meet-the-team__wrap__color.sky .meet-the-team__upper-section__nationalities .wrap-nation svg circle,
.meet-the-team__wrap__color.sky .meet-the-team__upper-section__nationalities .wrap-lang svg path,
.meet-the-team__wrap__color.sky .meet-the-team__upper-section__nationalities .wrap-lang svg circle {
  stroke: #23a5db;
}
.meet-the-team__wrap__color.sky .meet-the-team__upper-section__languages .wrap-nation svg path:last-child,
.meet-the-team__wrap__color.sky .meet-the-team__upper-section__languages .wrap-lang svg path:last-child,
.meet-the-team__wrap__color.sky .meet-the-team__upper-section__nationalities .wrap-nation svg path:last-child,
.meet-the-team__wrap__color.sky .meet-the-team__upper-section__nationalities .wrap-lang svg path:last-child {
  fill: #23a5db;
}

@media only screen and (max-width: 630px) {
  .meet-the-team__wrap__color {
    flex-direction: column;
    justify-content: center;
  }
  .meet-the-team__upper-section__nationalities,
  .meet-the-team__upper-section__languages {
    max-width: 600px;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
  .meet-the-team__upper-section__languages__box {
    justify-content: center;
  }
  .meet-the-team__upper-section__nationalities {
    border-right: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  }
  .wrap-text p {
    margin-right: 0;
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.abous-us-menu-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 4rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 880px) {
  .abous-us-menu-wrapper {
    padding: 0;
    margin-top: 0;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 600px) {
  .abous-us-menu-wrapper {
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .abous-us-menu-wrapper .abous-us-menu-space {
    padding-left: 0;
  }
}
@media only screen and (max-width: 880px) {
  .abous-us-menu-wrapper .abous-us-menu-space {
    overflow: auto;
    white-space: nowrap;
  }
}
.abous-us-menu-wrapper .abous-us-menu-space ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-left: 0;
}
.abous-us-menu-wrapper .abous-us-menu-space ul li {
  margin-right: 40px;
}
@media only screen and (max-width: 600px) {
  .abous-us-menu-wrapper .abous-us-menu-space ul li {
    margin: 0 10px;
  }
}
.abous-us-menu-wrapper .abous-us-menu-space ul li a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  border-bottom: 0 solid #23a5db;
}
.abous-us-menu-wrapper .abous-us-menu-space ul li a:hover {
  color: #23a5db;
  cursor: pointer;
}
@media only screen and (max-width: 880px) {
  .abous-us-menu-wrapper .abous-us-menu-space ul li:nth-child(1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 880px) {
  .abous-us-menu-wrapper .abous-us-menu-space ul li:nth-child(5) {
    margin-right: 0;
  }
}
.abous-us-menu-wrapper .selected-option {
  padding-bottom: 0.5rem;
  border-bottom: 0.3rem solid #23a5db;
}
.abous-us-menu-wrapper .selected-option a p {
  color: #23a5db !important;
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.br #page-404 {
  background: url("/images/404brazil.png") no-repeat center center fixed;
  background-size: cover;
}

#page-404 {
  min-height: 100vh;
  background: url("/images/hero404.png") no-repeat center center fixed;
  background-size: cover;
  box-sizing: border-box;
  text-align: center;
}
#page-404 .page-main-container__scroll-area {
  display: none;
}
@media only screen and (max-width: 880px) {
  #page-404 {
    flex-direction: column;
    padding: 0 25px;
  }
}
#page-404 section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#page-404-link {
  color: #fff;
  border-color: #fff;
  border-radius: 5rem;
  text-transform: none;
  margin-top: 2rem;
  min-width: 40%;
  cursor: pointer;
  transition: all 0.5s ease;
  padding: 9px 25px;
  margin-top: 0;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 1.25rem;
  text-transform: none;
  min-width: 15%;
}
#page-404-link:hover {
  background-color: #23a5db;
}
#page-404-link:hover {
  background-color: #fff;
  color: #000;
}
#page-404-link:hover a {
  color: #000;
}
#page-404-link:hover p {
  color: #000;
}
#page-404-link:hover svg path {
  stroke: #000;
}
#page-404-link svg {
  vertical-align: middle;
}
@media only screen and (max-width: 880px) {
  #page-404-link {
    line-height: 20px;
    padding: 0.5rem 1rem;
  }
}

.page-404-h1 {
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 880px) {
  .page-404-h1 {
    text-transform: none;
    width: 100%;
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.hero-aboutus-page {
  flex-direction: column;
  display: flex;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  background-position: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 880px) {
  .hero-aboutus-page {
    height: 220px;
  }
}

.hero-aboutus-page-text {
  color: #fff;
  font-weight: 500;
  line-height: 70px;
}
@media only screen and (max-width: 880px) {
  .hero-aboutus-page-text {
    font-size: 2.5rem;
  }
}
.hero-aboutus-page-text p {
  padding: 0;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 3.75rem;
  line-height: 70px;
  margin-top: 2.8125rem;
}
@media only screen and (max-width: 880px) {
  .hero-aboutus-page-text p {
    font-size: 2.5rem;
    width: 85%;
  }
}
@media only screen and (max-width: 880px) {
  .hero-aboutus-page-text {
    padding: 3rem 0 0 1rem;
  }
}

.aboutus-page-related-articles {
  width: 75%;
  height: 25px;
  align-self: flex-end;
  margin-right: 2rem;
}

#aboutus-page-hero-link {
  color: #fff;
  border-color: #fff;
  border-radius: 5rem;
  text-transform: none;
  margin-top: 2rem;
  min-width: 40%;
  cursor: pointer;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 1.25rem;
  transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#aboutus-page-hero-link:hover {
  background-color: #23a5db;
}
#aboutus-page-hero-link:hover {
  background-color: #fff;
  color: #000;
}
#aboutus-page-hero-link:hover a {
  color: #000;
}
#aboutus-page-hero-link:hover p {
  color: #000;
}
#aboutus-page-hero-link:hover svg path {
  stroke: #000;
}

.parallax {
  perspective: 100vw;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

#aboutus-page .parallax {
  perspective: 100vw;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
#aboutus-page .parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
#aboutus-page .parallax_group-common svg path {
  fill: #23a5db;
}
#aboutus-page .parallax_group1 {
  position: absolute;
  transform: translateZ(-50rem) scale(1);
}
#aboutus-page .parallax_group1 div {
  position: absolute;
}
#aboutus-page .parallax_group1 div:first-child {
  top: 10rem;
  left: 1rem;
}
#aboutus-page .parallax_group2 {
  position: absolute;
  transform: translateZ(10rem) scale(0.7);
}
#aboutus-page .parallax_group2 div {
  position: absolute;
}
#aboutus-page .parallax_group2 div:first-child {
  top: 20rem;
  left: 5rem;
}
#aboutus-page .parallax_group2 div:nth-child(2) {
  top: 10rem;
  left: 10rem;
  transform: rotate(180deg);
}
#aboutus-page .parallax_group3 {
  position: absolute;
  top: calc(100% - 22rem);
  transform: translateZ(50rem) scale(1);
}
#aboutus-page .parallax_group3 div {
  position: absolute;
}
#aboutus-page .parallax_group3 div:first-child {
  top: 3rem;
  left: 7rem;
}
#aboutus-page .parallax_group3 div:nth-child(2) {
  top: 0;
  left: 8rem;
  transform: rotate(60deg);
}
#aboutus-page .parallax_group4 {
  position: absolute;
  transform: translateZ(40rem) scale(0.3);
}
#aboutus-page .parallax_group4 div {
  position: absolute;
}
#aboutus-page .parallax_group4 div:first-child {
  top: 3rem;
  left: 9rem;
}
#aboutus-page .parallax_group4 div:nth-child(2) {
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
#aboutus-page .parallax_group4 div:nth-child(3) {
  top: 7rem;
  left: 11rem;
}
#aboutus-page .parallax_group5 {
  position: absolute;
  transform: translateZ(-30rem) scale(1);
}
#aboutus-page .parallax_group5 div {
  position: absolute;
}
#aboutus-page .parallax_group5 div:first-child {
  top: 5rem;
  left: 7rem;
}
#aboutus-page .parallax_group5 div:nth-child(2) {
  top: 0;
  left: 10rem;
}
#aboutus-page .parallax_group5 div:nth-child(3) {
  top: 5rem;
  left: 14rem;
  transform: rotate(180deg);
}
#aboutus-page .parallax_group6 {
  position: absolute;
  transform: translateZ(-20rem) scale(1);
}
#aboutus-page .parallax_group6 div {
  position: absolute;
}
#aboutus-page .parallax_group6 div:first-child {
  top: 5rem;
  left: 7rem;
}
#aboutus-page .parallax_group6 div:nth-child(2) {
  top: 0;
  left: 10rem;
  transform: rotate(180deg);
}
#aboutus-page .parallax_group6 div:nth-child(3) {
  top: 5rem;
  left: 14rem;
  transform: rotate(180deg);
}

@media (max-width: 480px) {
  .parallax-inner {
    display: none;
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.heroBackground {
  height: 370px;
  background-position: center top;
}
@media only screen and (min-width: 2000px) {
  .heroBackground {
    background-position: center center;
  }
}
@media only screen and (max-width: 1199px) {
  .heroBackground {
    height: 280px;
  }
}
@media only screen and (max-width: 600px) {
  .heroBackground {
    height: 200px;
  }
}

.heroWrap {
  margin: 1.875rem 0 2.5rem;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 880px) {
  .heroWrap {
    padding: 0;
  }
}

.heroTitle {
  margin: 0;
}

.heroLogo {
  max-width: 326px;
  width: 100%;
  margin: 20px 0;
}
@media only screen and (max-width: 600px) {
  .heroLogo {
    margin: 20px 0 0;
  }
}

.heroLink {
  text-decoration: none;
  margin-bottom: 10px;
}
.heroLink p {
  transition: all 0.5s ease;
}
.heroLink svg {
  margin-right: 15px;
}
.heroLink svg path {
  transition: all 0.5s ease;
  stroke: #fff;
}
.heroLink:hover {
  text-decoration: none;
}
.heroLink:hover p {
  color: #23a5db;
}
.heroLink:hover svg path {
  stroke: #23a5db;
}

.triangles,
.trianglesMobile {
  width: 100%;
  max-width: 680px;
  position: absolute;
  margin: 0;
  right: 0;
  top: 17.725rem;
}
@media only screen and (max-width: 1040px) {
  .triangles,
  .trianglesMobile {
    right: -18rem;
    top: 12.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .triangles,
  .trianglesMobile {
    right: -14.5rem;
    top: 7rem;
  }
}

@media only screen and (max-width: 880px) {
  .triangles {
    display: none;
  }
}

@media only screen and (min-width: 880px) {
  .trianglesMobile {
    display: none;
  }
}
