body {
  font-family: 'Latin Modern Roman', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Luxia, sans-serif;
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 50px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

.c-frame {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  width: 100%;
  height: 100vh;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.frame-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 40px;
  background-color: #fff;
}

.frame-block.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.frame-block.left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 40px;
  height: 100%;
}

.frame-block.right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40px;
  height: 100%;
}

.frame-block.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hamburger-btn {
  position: absolute;
  left: auto;
  top: 55px;
  right: 55px;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
}

.hamburger-btn.inner {
  position: static;
  top: 40px;
  right: 40px;
  background-color: #e6e7e8;
}

.hamburger-btn.people {
  position: fixed;
  top: 60px;
  right: 60px;
  background-color: #e6e7e8;
}

.page-wrapper {
  width: 100%;
  padding: 40px;
  background-color: #fff;
}

.page-wrapper.inner {
  padding: 0px;
}

.frame-slant {
  position: absolute;
  left: auto;
  top: auto;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/ONL-Slant.svg');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.frame-slant.about {
  right: -1px;
  bottom: -1px;
  background-size: auto 97%;
}

.frame-slant.people {
  right: -10px;
  bottom: -10px;
  background-image: none;
}

.logo-icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
  width: 44px;
  height: 44px;
  background-image: url('../images/ONL-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-icon.blue {
  z-index: 2;
  background-image: url('../images/ONL-icon---color.svg');
  opacity: 1;
}

.l-container {
  width: 100%;
  height: 100%;
  max-width: 1840px;
  margin-right: auto;
  margin-left: auto;
}

.c-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #e6e7e8;
}

.c-hero.about {
  display: block;
  padding-top: 100px;
  background-color: #fff;
}

.hero-left__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  min-width: 23vw;
  padding: 40px 30px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e6e7e8;
}

.hero-right__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #d1d3d4;
}

.c-logo {
  width: 175px;
  height: 50px;
}

.c-logo.people {
  margin-right: auto;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid #fff;
}

.c-img {
  width: 100%;
  height: 100%;
}

.c-img.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-img.absolute.hero {
  opacity: 0.65;
}

.c-img.cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-subtext__wrapper {
  max-width: 230px;
}

.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.hero-left__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #fff;
}

.hero-right__inner {
  padding: 55px 95px;
}

.hero-text__wrapper {
  max-width: 525px;
  color: #fff;
}

.hero-img__block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 50px;
  padding-left: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
}

.button {
  position: relative;
  min-width: 145px;
  padding: 9px 52px 12px 23px;
  background-image: url('../images/btn-bg.svg');
  background-position: 100% 0%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  box-shadow: inset 10px 0 0 0 #0629ae;
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  color: #01005e;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.button:hover {
  border-left-color: #fff;
  box-shadow: inset 15px 0 0 0 #0629ae;
}

.button.blue {
  background-image: url('../images/btn-bg-blue.svg');
  color: #fff;
}

.button.blue:hover {
  border-left-color: #01005e;
}

.c-section {
  width: 100%;
  max-height: 820px;
  min-height: 760px;
}

.c-philosophy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 7vh 75px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/ONL-Pattern---outline.svg');
  background-position: 50% 50%;
  background-size: auto 97vh;
  background-repeat: repeat;
}

.philosophy-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  min-height: 85%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 40px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.philosophy-img__block {
  position: relative;
  width: 345px;
  height: 445px;
  padding: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.uppercase {
  text-transform: uppercase;
}

.philosophy-text__wrapper {
  max-width: 260px;
  margin-bottom: 20px;
}

.philosophy-subtext__wrapper {
  max-width: 425px;
}

.s-container {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.philosophy-img__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px 25px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url('../images/philosophy-slant.svg');
  background-position: 100% 100%;
  background-size: 52px;
  background-repeat: no-repeat;
  font-size: 43px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-link {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #d1d3d4;
  color: #01005e;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
  text-decoration: none;
}

.c-why {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 138px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #001033;
  background-image: url('../images/gradient.png'), url('../images/Sect-3-bg.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, auto 100vh;
  background-repeat: no-repeat, repeat;
  color: #fff;
}

.c-why.inner {
  min-height: 750px;
}

.why-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h0 {
  position: relative;
  z-index: 2;
  font-family: 'Latin Modern Roman', sans-serif;
  font-size: 67px;
  line-height: 70px;
  font-weight: 400;
}

.why-subtext__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 365px;
  margin-top: -125px;
  padding: 210px 45px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(0, 16, 51, 0.55);
  background-image: url('../images/why-slant.svg');
  background-position: 100% 100%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.c-footer {
  width: 100%;
  max-width: 1844px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 100px 35px;
  background-color: #e6e7e8;
}

.c-footer.inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1560px;
  padding-top: 0px;
  padding-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.footer-bottom__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-top: 1px solid #01005e;
}

.footer-bottom__block.inner {
  max-width: none;
}

.footer-link {
  color: #000;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 38px;
  grid-row-gap: 38px;
}

.copyright {
  overflow: hidden;
  height: 23px;
  color: #a7a9ac;
  font-size: 16px;
  line-height: 22px;
}

.c-focus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 130px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6e7e8;
}

.c-focus.inner {
  min-height: 750px;
}

.focus-img__block {
  width: 450px;
  height: 450px;
}

.focus-inner__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 895px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d9d9d9;
}

.focus-block__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 50px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.focus-text__wrapper {
  max-width: 280px;
  margin-bottom: 20px;
}

.focus-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.focus-icon {
  width: 100%;
}

.focus-icon__block {
  width: 45px;
  padding-bottom: 6px;
  background-image: url('../images/ONL-Slant.svg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-link {
  opacity: 0;
}

.home-logo {
  width: 130px;
  height: 37px;
}

.c-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 35px 30px 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 655px;
  padding: 80px 100px 90px 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/ONL-Mark-flipped.svg'), url('../images/African-map.svg');
  background-position: 1060px 90%, 830px 37%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.about-subtext__wrapper {
  max-width: 401px;
}

.about-text__wrapper {
  max-width: 770px;
  margin-bottom: 30px;
  color: #001033;
}

.m-container {
  width: 100%;
  height: 100%;
  max-width: 1560px;
  margin-right: auto;
  margin-left: auto;
}

.c-investment {
  padding: 40px;
}

.investment-inner {
  position: relative;
  max-height: 850px;
  padding: 6.5vh 85px 12.5vh;
  background-color: #e0e0e0;
  background-image: url('../images/ONL-Pattern---outline-full.svg');
  background-position: 50% 50%;
  background-size: auto 98vh;
  background-repeat: repeat;
}

.investment-text__wrapper {
  max-width: 910px;
  margin-bottom: 45px;
}

.investment-subtext__wrapper {
  max-width: 370px;
}

.investment-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #01005e;
  border-bottom: 1px solid #01005e;
}

.investment-header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding-top: 13px;
}

.c-strategy {
  width: 100%;
  background-color: #001033;
}

.strategy-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.strategy-header {
  max-width: 480px;
  margin-left: 120px;
}

.strategy-slider {
  position: relative;
  width: 100%;
  margin-top: 40px;
}

.strategy-block__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 100px;
  padding-left: 120px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.strategy-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.strategy-img__block {
  position: relative;
  width: 720px;
  height: 415px;
  margin-bottom: 40px;
}

.strategy-img__block.dummy {
  width: 420px;
}

.strategy-img__overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 45px;
  padding-left: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(0, 16, 51, 0.2);
}

.strategy-text__wrapper {
  max-width: 470px;
  margin-left: 60px;
  opacity: 0;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}

.slider-arrow__wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 120px;
  bottom: 60px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.global-embed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.slider-arrow {
  width: 40px;
  height: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  cursor: pointer;
}

.slider-arrow.left {
  background-image: url('../images/left-arrow.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-arrow.left.swiper-button-disabled {
  opacity: 0.25;
}

.slider-arrow.right {
  background-image: url('../images/right-arrow.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-arrow.right.swiper-button-disabled {
  opacity: 0.25;
}

.padded-section {
  padding: 40px;
}

.c-culture {
  width: 100%;
  max-height: 850px;
}

.culture-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 100px 120px;
}

.culture-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #01005e;
}

.culture-header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding-top: 13px;
}

.culture-text__wrapper {
  max-width: 895px;
  margin-top: 15px;
  margin-bottom: 80px;
}

.footer-slant {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 180px;
  height: 180px;
  background-image: url('../images/footer-slant.svg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-contact {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.contact-inner {
  padding-top: 35px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-block {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  border-top: 1px solid #01005e;
}

.contact-header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding-top: 13px;
}

.contact-block__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.contact-img__block {
  position: relative;
  width: 345px;
  height: 400px;
  padding: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.contact-accordion__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #01005e;
}

.accordion-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #01005e;
  cursor: pointer;
}

.down-arrow {
  width: 10px;
  height: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/down-arrow.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.down-arrow.hide {
  opacity: 0;
}

.accordion-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordion-details.active {
  height: auto;
  padding-bottom: 30px;
}

.contact-address {
  max-width: 354px;
  margin-top: auto;
  margin-bottom: auto;
  color: #0629ae;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-info {
  margin-top: 10px;
}

.c-terms {
  width: 100%;
}

.terms-inner {
  padding-top: 40px;
  padding-right: 120px;
  padding-left: 120px;
}

.rich-text {
  margin-top: 35px;
}

.rich-text p {
  font-size: 16px;
  line-height: 23px;
}

.c-popup {
  width: 100%;
  height: 100vh;
  max-height: 900px;
  padding: 40px;
}

.c-popup.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  padding: 0px;
}

.popup-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup-inner.menu {
  padding-right: 0px;
}

.popup-left__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 30px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e5e5e5;
  background-image: url('../images/ONL-Pattern---outline-full.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.popup-left__block.menu {
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 40px;
  border-color: #fff;
  background-color: hsla(0, 0%, 89.8%, 0.85);
}

.popup-right__block {
  overflow: auto;
  width: 40%;
  height: 100%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.popup-right__block.menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  padding: 140px 140px 50px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.people-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.people-img__block {
  width: 340px;
  height: 340px;
  margin-bottom: 30px;
}

.people-detail__block {
  max-width: 340px;
}

.close-btn {
  width: 40px;
  height: 40px;
  margin-right: auto;
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  cursor: pointer;
}

.close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.close-btn.menu {
  position: absolute;
  top: 60px;
  right: 60px;
  margin-right: 0px;
  background-color: #e6e7e8;
  background-size: auto 60%;
}

.people-text__wrapper {
  max-width: 385px;
}

.nav-link__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 20px 12px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 89.8%, 0);
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #000;
  text-decoration: none;
}

.nav-link:hover {
  border-color: #e5e5e5;
}

.nav-link.w--current {
  border-color: #e5e5e5;
}

.slant-icon {
  width: 20px;
  height: 20px;
  margin-top: 6px;
  background-image: url('../images/ONL-Mark-flipped.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

.hamburger-line {
  width: 60%;
  height: 1.5px;
  background-color: #01005e;
}

.hamburger-line.middle {
  width: 40%;
  margin-top: 8px;
  margin-bottom: 8px;
}

.contact-img__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px 25px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url('../images/philosophy-slant.svg');
  background-position: 100% 100%;
  background-size: 52px;
  background-repeat: no-repeat;
  font-size: 43px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.scroller {
  width: 10px;
  height: 100%;
  margin-left: auto;
  background-color: hsla(0, 0%, 85.1%, 0.1);
}

.menu__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }

  h3 {
    font-size: 30px;
    line-height: 45px;
  }

  h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .hamburger-btn.people {
    right: 40px;
  }

  .c-hero {
    min-height: 720px;
  }

  .c-hero.about {
    min-height: 0px;
  }

  .hero-left__block {
    width: 250px;
    min-width: 0px;
  }

  .hero-right__block {
    min-height: 720px;
  }

  .c-logo.people {
    width: 100px;
    height: 35px;
  }

  .hero-right__inner {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-text__wrapper {
    max-width: 425px;
  }

  .hero-img__block {
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .c-section {
    max-height: none;
  }

  .c-philosophy {
    padding-right: 35px;
    padding-left: 35px;
  }

  .philosophy-inner {
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .philosophy-img__block {
    width: 300px;
    padding: 30px;
  }

  .philosophy-subtext__wrapper {
    max-width: 250px;
  }

  .philosophy-img__inner {
    padding-bottom: 25px;
    font-size: 36px;
    line-height: 42px;
  }

  .c-why {
    min-height: 750px;
  }

  .h0 {
    font-size: 50px;
    line-height: 55px;
  }

  .why-subtext__wrapper {
    padding-top: 200px;
  }

  .c-footer {
    padding-right: 40px;
    padding-left: 40px;
  }

  .footer-bottom__block.inner {
    padding-right: 80px;
  }

  .footer-link__wrapper {
    min-width: 50%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .c-focus {
    padding-right: 40px;
    padding-left: 40px;
  }

  .focus-block__wrapper {
    min-width: 300px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .focus-text__wrapper {
    max-width: 500px;
  }

  .focus-icon__block {
    width: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hero-inner {
    min-height: 500px;
    padding: 50px 50px 50px 59px;
    background-position: 100% 100%, 500px 37%;
    background-size: auto 50px, auto;
  }

  .investment-inner {
    max-height: none;
    padding-right: 40px;
    padding-left: 40px;
  }

  .investment-block {
    padding: 100px 25px 70px;
  }

  .strategy-inner {
    padding-top: 70px;
  }

  .strategy-header {
    margin-left: 40px;
  }

  .strategy-block__wrapper.swiper-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .strategy-img__block {
    width: 400px;
    height: 320px;
  }

  .strategy-img__overlay {
    padding-right: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
  }

  .strategy-text__wrapper {
    max-width: 300px;
    margin-left: 30px;
  }

  .slider-arrow__wrapper {
    right: 50px;
  }

  .culture-inner {
    padding-right: 40px;
    padding-left: 40px;
  }

  .contact-inner {
    padding-right: 50px;
    padding-left: 50px;
  }

  .contact-block__inner {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .contact-img__block {
    width: 245px;
    padding: 20px;
  }

  .accordion-details.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .terms-inner {
    padding-right: 40px;
    padding-left: 40px;
  }

  .popup-inner {
    padding-right: 0px;
  }

  .popup-left__block.menu {
    width: 57%;
  }

  .popup-right__block {
    width: 45%;
    padding-top: 0px;
    padding-left: 0px;
  }

  .popup-right__block.menu {
    padding-right: 20px;
    padding-left: 40px;
  }

  .people-img__block {
    width: 100%;
  }

  .close-btn.menu {
    top: 40px;
    right: 40px;
  }

  .contact-img__inner {
    padding-bottom: 25px;
    font-size: 34px;
    line-height: 42px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    line-height: 38px;
  }

  .frame-block {
    height: 20px;
  }

  .frame-block.left {
    width: 20px;
  }

  .frame-block.right {
    width: 20px;
  }

  .frame-block.top {
    height: auto;
    padding-top: 35px;
    padding-bottom: 15px;
    padding-left: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hamburger-btn {
    top: 30px;
    right: 30px;
  }

  .hamburger-btn.inner {
    top: 20px;
    right: 20px;
  }

  .hamburger-btn.people {
    top: 40px;
  }

  .page-wrapper {
    padding: 20px;
  }

  .frame-slant {
    right: 20px;
    bottom: 20px;
    width: 70px;
    height: 70px;
    background-size: contain;
  }

  .logo-icon {
    width: 40%;
    height: 40%;
  }

  .c-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-left__block {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-logo {
    width: 100px;
    height: 35px;
  }

  .logo-wrapper {
    width: auto;
    padding-bottom: 0px;
    border-bottom-style: none;
  }

  .hero-left__inner {
    width: auto;
  }

  .hero-right__inner {
    padding: 150px 20px 20px;
  }

  .c-section {
    min-height: auto;
  }

  .c-philosophy {
    padding: 45px 20px;
    background-size: auto 500px;
  }

  .philosophy-inner {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .philosophy-img__block {
    width: 100%;
    height: 350px;
    max-width: 400px;
  }

  .philosophy-subtext__wrapper {
    max-width: 600px;
  }

  .philosophy-img__inner {
    max-width: 225px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-right: 40px;
  }

  .c-why {
    min-height: 0px;
    padding: 50px 20px 20px;
  }

  .why-inner {
    margin-bottom: 50px;
  }

  .h0 {
    font-size: 40px;
    line-height: 50px;
  }

  .why-subtext__wrapper {
    width: 100%;
    max-width: 400px;
    margin-top: 0px;
    padding: 45px 25px;
  }

  .c-footer {
    padding-top: 0px;
  }

  .footer-bottom__block {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-link {
    font-size: 14px;
    line-height: 21px;
  }

  .footer-link__wrapper {
    width: 100%;
    min-width: 0%;
    grid-column-gap: 40px;
    grid-row-gap: 20px;
  }

  .c-focus {
    padding: 50px 25px 55px;
  }

  .focus-img__block {
    width: 100%;
    height: 50vw;
  }

  .focus-inner__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .focus-block__wrapper {
    padding: 25px;
  }

  .home-link {
    opacity: 1;
  }

  .home-logo {
    width: 100px;
    height: 30px;
  }

  .nav-inner {
    padding: 25px 20px 20px;
  }

  .hero-inner {
    padding-right: 40px;
    padding-left: 40px;
    background-position: 100% 100%, 50vw 37%;
  }

  .about-subtext__wrapper {
    max-width: 350px;
  }

  .about-text__wrapper {
    max-width: 450px;
  }

  .c-investment {
    padding: 20px;
  }

  .investment-inner {
    padding: 55px 25px;
    background-size: auto 498px;
  }

  .investment-block {
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
  }

  .strategy-inner {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .strategy-header {
    max-width: 300px;
  }

  .strategy-block.swiper-slide.dummy-block {
    width: 350px;
    min-width: 56vw;
  }

  .strategy-img__block {
    width: 350px;
    height: 250px;
    min-width: 56vw;
  }

  .strategy-text__wrapper {
    max-width: 350px;
    min-width: 55vw;
    margin-left: 0px;
  }

  .slider-arrow__wrapper {
    bottom: -70px;
  }

  .padded-section {
    padding: 20px;
  }

  .culture-inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .culture-block {
    padding-top: 70px;
  }

  .culture-text__wrapper {
    margin-bottom: 45px;
  }

  .contact-inner {
    padding-right: 40px;
    padding-bottom: 70px;
    padding-left: 40px;
  }

  .contact-block {
    padding-top: 55px;
  }

  .contact-block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .contact-img__block {
    width: 100%;
    height: 350px;
    padding: 40px 50px;
  }

  .contact-accordion__wrapper {
    width: 100%;
  }

  .c-popup.people {
    height: auto;
    max-height: none;
    padding: 20px;
  }

  .c-popup.menu {
    padding: 0px;
  }

  .popup-inner {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup-inner.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .popup-left__block {
    position: relative;
    width: 100%;
    padding: 80px 20px 20px;
  }

  .popup-left__block.menu {
    width: 100%;
    border-width: 15px;
    background-color: #e5e5e5;
  }

  .popup-right__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    margin-top: 20px;
    padding-right: 0px;
    padding-bottom: 75px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .popup-right__block.menu {
    margin-top: 0px;
    padding-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .people-block {
    width: 48%;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .people-img__block {
    width: 100%;
    height: 40vw;
  }

  .people-detail__block {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .close-btn {
    position: absolute;
    left: 20px;
    top: 20px;
    right: auto;
    bottom: auto;
    width: 25px;
    height: 25px;
  }

  .close-btn.menu {
    left: auto;
  }

  .people-text__wrapper {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .nav-link__wrapper {
    width: 90%;
  }

  .contact-img__inner {
    max-width: 220px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-right: 40px;
  }

  .scroller {
    display: none;
  }

  .menu__inner {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  h3 {
    font-size: 25px;
    line-height: 32px;
  }

  h4 {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
  }

  .frame-block.bottom {
    height: 10px;
  }

  .frame-block.left {
    width: 10px;
  }

  .frame-block.right {
    width: 10px;
  }

  .page-wrapper {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .frame-slant {
    right: 10px;
    bottom: 10px;
  }

  .hero-left__block {
    padding: 30px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-right__block {
    min-height: 0px;
  }

  .logo-wrapper {
    margin-bottom: 20px;
  }

  .logo-wrapper.hide-on-mobile {
    display: none;
  }

  .hero-subtext__wrapper {
    max-width: none;
    padding-bottom: 25px;
  }

  .hero-left__inner {
    width: 100%;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-right__inner {
    padding-top: 145px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .hero-img__block {
    height: 85vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .c-philosophy {
    padding: 50px 25px;
  }

  .philosophy-inner {
    margin-bottom: 30px;
    padding-bottom: 20px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .philosophy-img__block {
    padding: 40px;
  }

  .philosophy-text__wrapper {
    max-width: 200px;
  }

  .philosophy-img__inner {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 35px;
  }

  .c-why {
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
  }

  .h0 {
    font-size: 40px;
  }

  .why-subtext__wrapper {
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
    background-color: transparent;
  }

  .c-footer {
    padding-right: 25px;
    padding-left: 25px;
  }

  .footer-bottom__block.inner {
    padding-bottom: 80px;
  }

  .footer-link__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-focus {
    padding-bottom: 50px;
  }

  .focus-block__wrapper {
    width: 100%;
    min-width: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .focus-text__wrapper {
    margin-bottom: 0px;
  }

  .hero-inner {
    padding-right: 25px;
    padding-left: 25px;
  }

  .c-investment {
    padding: 10px;
  }

  .strategy-header {
    margin-left: 25px;
  }

  .strategy-block__wrapper.swiper-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .strategy-block.swiper-slide.dummy-block {
    width: 275px;
    min-width: 0px;
  }

  .strategy-img__block {
    width: 275px;
    height: 200px;
    min-width: 0px;
  }

  .strategy-img__overlay {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .strategy-text__wrapper {
    max-width: 275px;
    min-width: 0px;
  }

  .padded-section {
    padding: 10px;
  }

  .culture-inner {
    padding-right: 25px;
    padding-left: 25px;
  }

  .contact-inner {
    padding-right: 25px;
    padding-left: 25px;
  }

  .terms-inner {
    padding-right: 25px;
    padding-left: 25px;
  }

  .c-popup.people {
    padding: 10px;
  }

  .popup-left__block {
    padding: 120px 25px 25px;
  }

  .popup-left__block.menu {
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .popup-right__block {
    margin-top: 10px;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .popup-right__block.menu {
    padding-top: 100px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .people-block {
    width: 100%;
    margin-bottom: 25px;
  }

  .people-img__block {
    height: 70vw;
    margin-bottom: 25px;
  }

  .nav-link__wrapper {
    width: 100%;
  }

  .contact-img__inner {
    padding-right: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    line-height: 35px;
  }

  .menu__inner {
    width: 100%;
  }
}

@font-face {
  font-family: 'Luxia';
  src: url('../fonts/Luxia-Display-1.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Latin Modern Roman';
  src: url('../fonts/lmroman10-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Latin Modern Roman';
  src: url('../fonts/lmroman10-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}