@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #120853;
  border: none;
  padding: 0;
  margin: 0;
}

*::first-letter {
  text-transform: uppercase;
}

h2 {
  color: #120853;
}

p {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
}
p>cite{
	text-transform: lowercase !important;
}
p>cite::first-letter{
	text-transform: lowercase !important;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  p {
    font-size: 20px;
    line-height: 30px;
  }
}

main {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

header {
  width: 100%;
}
.logoSection {
  position: relative;
  padding: 50px 0 70px;
}
.contextSection {
  width: 100%;
}
.contextSection .row {
  position: relative;
}
.contextSection .row #slideBox {
  padding-top: 22px;
  min-height: 60vh;
}
.contextSection .row > [class*=col] .block {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .contextSection .row > [class*=col] .block {
    display: block;
    margin-bottom: 60px;
  }
}
.contextSection .row > [class*=col] .block.active {
  display: block;
}
.contextSection .row > [class*=col] .listingBlock ul {
  display: flex;
  flex-flow: row wrap;
  padding-left: 0;
}
.contextSection .row > [class*=col] .listingBlock ul li {
  display: none;
  list-style: none;
  transition: all linear 0.3s;
  text-transform: uppercase;
  font-size: 48px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .contextSection .row > [class*=col] .listingBlock ul li {
    display: block;
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.contextSection .row > [class*=col] .listingBlock ul li:hover {
  margin-left: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .contextSection .row > [class*=col] .listingBlock ul li:hover {
    margin-left: 0;
  }
}
.contextSection .row > [class*=col] .listingBlock ul li:nth-of-type(1) {
  transform: scale(1);
}
.contextSection .row > [class*=col] .listingBlock ul li:nth-of-type(1)::after {
  content: "";
  position: fixed;
  width: 3px;
  height: 70%;
  top: 50%;
  right: -43px;
  transform: translateY(-50%);
  background-color: #120853;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .contextSection .row > [class*=col] .listingBlock ul li:nth-of-type(1)::after {
    display: none;
  }
}
.contextSection .row > [class*=col] .listingBlock ul li:nth-of-type(2) {
  padding-left: 80px;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .contextSection .row > [class*=col] .listingBlock ul li:nth-of-type(2) {
    padding-left: 0;
  }
}
.contextSection .row > [class*=col] .contentBlock {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.contextSection .row > [class*=col] .contentBlock .text-block .arrow {
  margin-top: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .contextSection .row > [class*=col] .contentBlock .text-block .arrow img {
    display: none;
  }
}
.contextSection .row > [class*=col] .contentBlock > .img-block img {
  max-width: 100%;
}
.contextSection .row > [class*=col] .contentBlock > .img-block .imgAbsoluteBlock {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contextSection .row > [class*=col] .contentBlock > .img-block .imgAbsoluteBlock img:first-child {
  position: relative;
  animation-name: imgAni;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  width: 90%;
}
.contextSection .row > [class*=col] .contentBlock > .img-block .imgAbsoluteBlock img:nth-of-type(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.contextSection .row > [class*=col] .contentBlock > .img-block .preserve img:nth-of-type(2) {
  max-width: 90%;
}
.contextSection .row > [class*=col] .contentBlock > .img-block .investments img:nth-of-type(2) {
  max-width: 80%;
}

@keyframes imgAni {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.divider {
  position: absolute;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 30.6rem;
  height: 13%;
  width: 2px;
  top: 30px;
}

.WhyDifferent {
  position: relative;
  list-style: none;
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  padding-bottom: 4rem;
}
.WhyDifferent .itmesBlock {
  position: relative;
  padding-bottom: 1rem;
}
.WhyDifferent .itmesBlock:nth-of-type(2), .WhyDifferent .itmesBlock:last-child {
  display: block;
  width: 100%;
}
.WhyDifferent .itmesBlock.active {
  width: 100%;
}
.WhyDifferent dt {
  position: relative;
  width: fit-content;
  font-size: 36px;
  font-weight: 400;
  display: inline-flex;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .WhyDifferent dt {
    font-size: 18px;
  }
}
.WhyDifferent dt span {
  display: flex;
  align-items: center;
  padding-right: 12px;
}
.WhyDifferent dd {
  display: none;
  width: 100%;
}
.WhyDifferent dd h4, .WhyDifferent dd p {
  font-size: 28px;
  color: #1C1B1F;
  margin-top: 1rem;
}
.WhyDifferent dd h4 {
  font-weight: 600;
  line-height: 3rem;
}
.WhyDifferent dd p {
  font-weight: 400;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .WhyDifferent dd h4, .WhyDifferent dd p {
    line-height: 34px;
    font-size: 16px;
  }
}

.strongText {
  width: 100%;
}
.strongText dt {
  font-weight: 400 !important;
  font-size: 48px !important;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .strongText dt {
    font-size: 27px !important;
  }
}

.smallText dt {
  font-weight: 400 !important;
  font-size: 32px !important;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .smallText dt {
    font-size: 18px !important;
  }
}

.normalText dt {
  font-weight: 400 !important;
  font-size: 36px !important;
  margin-right: 25px !important;
}

footer {
  width: 100%;
  position: relative;
  bottom: 0px;
  background: #fff;
  padding: 10px 0 15px;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  footer {
    position: relative;
  }
}
footer .footerBlock {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
footer .footerBlock::after {
  content: "";
  position: absolute;
  width: 82%;
  height: 2px;
  background: #120853;
  left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  footer .footerBlock::after {
    width: 50%;
  }
}
footer .footerBlock p {
  font-size: 30px;
  margin: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footerBlock p a {
  text-decoration: none;
  color: #120853;
}
footer .footerBlock p img {
  margin-left: 10px;
}

.logoSection img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 75px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  h2 {
    font-size: 49px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1920px) {
  h2 {
    font-size: 48px;
  }
}

.contactUs {
  width: 100%;
  position: relative;
}
.contactUs .row {
  align-items: center;
}
.contactUs .row > [class*=col] {
  display: block;
}
.contactUs .row > [class*=col] .block {
  display: block;
  margin-top: 32px;
}
.contactUs .row > [class*=col] .block .logoSection img {
  margin: auto 0;
}
.contactUs .row > [class*=col] .block .text-block p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}
.contactUs .text-block p {
  font-size: 20px;
  line-height: inherit;
  margin-bottom: 0.5rem;
}

.contact-form {
  width: 100%;
}
.contact-form form input, .contact-form form textarea {
  width: 100%;
  background: #F9F9FF;
  border: none;
  padding: 22px 30px;
}
.contact-form form label, .contact-form form input, .contact-form form textarea {
  margin-bottom: 25px;
  color: #120853;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.contact-form form button {
  border-radius: 6px;
  background: #000;
  color: #ffffff;
  padding: 10px 12px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  border: none;
}

.closeForm {
  position: absolute;
  width: fit-content;
  right: 0;
  cursor: pointer;
}

/*# sourceMappingURL=styles.css.map */
