:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.new-page {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._3-columns {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 24px;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.features-metrics {
  grid-row-gap: 32px;
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.small-container {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.columns {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.metric {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.metric-value {
  color: #212121;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text {
  color: #212121;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.conteiner {
  grid-column-gap: 95px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.content {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.div {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.div-2 {
  grid-column-gap: 40px;
  opacity: .2;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.div-3 {
  grid-column-gap: 40px;
  opacity: .1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.div-4 {
  grid-column-gap: 40px;
  opacity: .01;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.new-page-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 60px 24px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.div-5 {
  grid-column-gap: 40px;
  opacity: .2;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.div-6 {
  grid-column-gap: 40px;
  opacity: .1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.div-7 {
  grid-column-gap: 40px;
  opacity: .01;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.body {
  background-color: #1c1c1c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.body-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.div-8 {
  grid-column-gap: 40px;
  opacity: .2;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.div-9 {
  grid-column-gap: 40px;
  opacity: .1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.div-10 {
  grid-column-gap: 40px;
  opacity: .01;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.body-regular {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.section-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.div-11 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.section-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-12 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.text-6 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.div-13 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-72 {
  grid-row-gap: 24px;
  background-color: #262525;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 279px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.error-c54abab1-a954-dac8-37a1-dff8888e059f {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

.div-14 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

.image-1 {
  object-fit: cover;
}

._2012-2018-0 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}

._2012-2018-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
}

.section-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-3 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 60px 40px;
  text-decoration: none;
  display: flex;
}

.div-15 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.text-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.div-16 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

._2012-2018-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}

._2012-2018-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
}

.section-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-17 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.text-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.div-18 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

._1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

._2012-2018-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}

._2012-2018-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
}

.figma-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.figma-container {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 60px 40px;
  text-decoration: none;
  display: flex;
}

.figma-div {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.figma-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.figma-text-2 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.figma-div-2 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.figma-text-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.figma-frame-72 {
  grid-row-gap: 24px;
  background-color: #262525;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 279px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.error-f9b9df49-0417-38c0-62d0-c01fa05f7969 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

.figma-div-3 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

.figma-image-1 {
  object-fit: cover;
}

.figma-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.figma-2012-2018-0 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}

.figma-2012-2018-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
}

.section-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-19 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.div-20 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

._2012-2018-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

._2012-2018-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
}

.section-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-21 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.div-22 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

._2012-2018-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

._2012-2018-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
}

.section-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-23 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.div-24 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

._2012-2018-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

._2012-2018-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
}

.section-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-4 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 60px 40px;
  text-decoration: none;
  display: flex;
}

.div-25 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.error-2056f21f-4d75-35ea-772f-ee8531623d9d {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.div-26 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 660px;
  display: flex;
}

.property-1-variant2 {
  object-fit: cover;
}

.div-28 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-19 {
  color: #898989;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
}

.div-29 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-21 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.frame-73 {
  grid-row-gap: 24px;
  background-color: #262525;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.container-5 {
  grid-row-gap: 24px;
  background-color: #262525;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.div-30 {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.frame-74 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.text-23 {
  opacity: .4;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  text-decoration: none;
}

._2013-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

._2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.content-wraper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container-6 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.div-31 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.div-32 {
  grid-row-gap: 24px;
  background-color: #17161b;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
}

.div-33 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 660px;
  display: flex;
}

.div-34 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-25 {
  color: #898989;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: underline;
}

.frame-71 {
  grid-column-gap: 4.89796px;
  background-color: #000;
  border-radius: 3.91837px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 7.83674px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8.32653px;
  height: 8.32653px;
  text-decoration: none;
  display: flex;
}

.div-35 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-26 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-27 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.frame-75 {
  grid-row-gap: 24px;
  background-color: #262525;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.text-28 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.quote {
  grid-row-gap: 60px;
  background-color: #262525;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 60px 40px 80px;
  text-decoration: none;
  display: flex;
}

.div-36 {
  grid-column-gap: 24px;
  background-color: #1c1c1c;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.text-29 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.text-30 {
  opacity: .4;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  text-decoration: none;
}

.error-ae24e4d9-433c-e568-4dd2-fb2f67e5930a {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.frame-77 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.frame-78 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-79 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 71.0303px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.text-31 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.quote-2 {
  grid-row-gap: 40px;
  background-color: #262525;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 60px 40px 80px;
  text-decoration: none;
  display: flex;
}

.div-37 {
  grid-column-gap: 24px;
  background-color: #1c1c1c;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.frame-80 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-32 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.text-33 {
  opacity: .4;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  text-decoration: none;
}

.div-38 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-34 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.frame-81 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.frame-82 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-83 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 71.0303px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.text-35 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.container-7 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.div-39 {
  grid-row-gap: 24px;
  background-color: #17161b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
}

.div-40 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 660px;
  display: flex;
}

.property-1-variant2-2 {
  object-fit: cover;
}

.div-41 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-36 {
  color: #898989;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: underline;
}

.frame-84 {
  grid-column-gap: 4.89796px;
  background-color: #000;
  border-radius: 3.91837px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 7.83674px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8.32653px;
  height: 8.32653px;
  text-decoration: none;
  display: flex;
}

.frame-85 {
  grid-row-gap: 24px;
  background-color: #262525;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.error-89aae9e2-1bef-0745-8972-28dad3bf5061 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

._3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.main-content {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.text-body {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.text-body.info {
  grid-column-gap: 24px;
}

.text-body.number {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #3f3f3f;
  border-bottom: 1px solid #3f3f3f;
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-body.quote {
  background-color: rgba(38, 37, 37, 0);
  padding: 0;
  font-style: italic;
  line-height: 100%;
}

.body-text-big {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.error-248e6864-35fd-dda8-8dcf-49d2fe5a4966 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.image {
  grid-row-gap: 8px;
  background-color: #17161b;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  padding: 16px 16px 24px;
  text-decoration: none;
  display: flex;
}

.div-44 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.property-1-variant2-3 {
  object-fit: contain;
  height: 100%;
  position: static;
  overflow: visible;
}

.div-45 {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.text-38 {
  color: #898989;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
}

.header {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.header.main {
  grid-row-gap: 60px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.h2 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-40 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.note {
  grid-row-gap: 24px;
  background-color: #181818;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.note.text {
  text-align: left;
  background-color: rgba(38, 37, 37, 0);
  border-top: 1px solid #5e5e5e;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 0;
}

.body-text-color {
  color: #f9dbb3;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
  overflow: visible;
}

._2013-2 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: underline;
}

._4 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: underline;
}

.main-2 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.div-47 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-42 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.error-a79d65b1-5fc4-d81f-083a-42a594f38fdf {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.div-48 {
  grid-row-gap: 24px;
  background-color: #17161b;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
}

.div-49 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 660px;
  display: flex;
}

.property-1-variant2-4 {
  object-fit: cover;
}

.div-50 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-43 {
  color: #898989;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: underline;
}

.div-51 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-44 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-45 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.frame-87 {
  grid-row-gap: 24px;
  background-color: #262525;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.text-46 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

._2013-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

._5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.quote-secondary {
  grid-row-gap: 60px;
  background-color: #181818;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  padding: 60px 40px 80px;
  text-decoration: none;
  display: flex;
}

.div-52 {
  grid-column-gap: 24px;
  background-color: rgba(28, 28, 28, 0);
  border-bottom: 1px solid #3f3f3f;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 0 0 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.frame-88 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-47 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.text-48 {
  opacity: .4;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
}

.div-53 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.t1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.text-quote {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.text-quote.main {
  justify-content: flex-start;
  align-items: flex-start;
}

.vectors-wrapper-11 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.frame-90 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.icon {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

.text-body-quote {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.text-body-quote.main {
  font-size: 40px;
  line-height: 40px;
}

.quote-4 {
  grid-row-gap: 60px;
  background-color: #262525;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 60px 40px 80px;
  text-decoration: none;
  display: flex;
}

.div-54 {
  grid-column-gap: 24px;
  background-color: #1c1c1c;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.frame-92 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-50 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.text-51 {
  opacity: .4;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  text-decoration: none;
}

.div-55 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-52 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.frame-93 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.frame-94 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-95 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 71.0303px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.text-53 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.quote-5 {
  grid-row-gap: 60px;
  background-color: #262525;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 60px 40px 80px;
  text-decoration: none;
  display: flex;
}

.div-56 {
  grid-column-gap: 24px;
  background-color: #1c1c1c;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.frame-96 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-54 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.text-55 {
  opacity: .4;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  text-decoration: none;
}

.div-57 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.error-cbac38db-7580-61eb-c817-6928d6763435 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.frame-97 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-17 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.frame-98 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-99 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-18 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 71.0303px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.text-56 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.frame-100 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-439 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-57 {
  color: #727272;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.vectors-wrapper-19 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.frame-430 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-58 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.text-59 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.error-cf4001da-8969-99af-1a27-ae3f57904aab {
  color: #727272;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.table-rows {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template: "Area Area Area Area"
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 / 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 40px;
  display: flex;
}

.row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: rgba(38, 37, 37, 0);
  border: 1px #000;
  border-top: 1px solid #272727;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.row.data {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top-width: .5px;
  border-top-color: rgba(255, 255, 255, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 24px 0;
  display: flex;
}

.row.hide {
  grid-template-columns: .5fr .5fr .25fr 1fr;
}

.row.color {
  background-color: #202020;
}

.heading {
  opacity: 1;
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.row-header {
  color: #fff;
}

.row-date {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.row-text {
  color: #818181;
}

.row-data {
  color: #fff;
  margin-bottom: 0;
}

.columns-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-12 {
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-bottom: 60px;
  display: block;
  position: relative;
  overflow: hidden;
}

.container-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
  overflow: visible;
}

.column-2 {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.column-3 {
  height: 100%;
}

.column-4 {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.image-2 {
  opacity: 1;
  object-fit: cover;
  height: 100%;
  overflow: visible;
}

.div-block {
  width: 100%;
  max-width: 600px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: absolute;
}

.div-block-4 {
  opacity: 1;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.h1 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 14em;
  font-weight: 700;
}

.nav-header-sticky {
  z-index: 100;
  color: rgba(51, 51, 51, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 4px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-bottom-right-radius: 0;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  padding-left: 0;
  display: flex;
}

.line {
  outline-offset: 0px;
  background-color: #000;
  border: 1px #000;
  outline: 3px #000;
  width: 22px;
  height: 2px;
}

.div-block-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  border-bottom: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.image-3 {
  height: 15px;
}

.div-block-7 {
  align-self: center;
}

.container-9 {
  width: 100%;
  max-width: 100%;
}

.div-block-8 {
  color: #616161;
}

.link {
  color: #f9dbb3;
  text-decoration: underline;
}

.btn-link {
  cursor: pointer;
  background-color: #262525;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 32px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.btn-link:hover {
  background-color: rgba(38, 37, 37, 0);
  border: 1px solid #262525;
}

.text-link {
  color: #f9dbb3;
  text-decoration: underline;
}

.text-link-white {
  color: #fff;
  text-decoration: underline;
}

.link-2, .link-3 {
  text-decoration: none;
}

.header-inner {
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px;
}

.bold-text {
  font-weight: 300;
}

.div-block-10 {
  color: #fff;
}

.div-block-11 {
  width: auto;
}

.open-menu {
  z-index: 101;
  background-color: rgba(255, 255, 255, .9);
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.space {
  height: 30px;
  margin-bottom: 0;
  font-size: 100%;
}

.social {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.link-4 {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  transition: all .3s;
}

.link-4:hover {
  color: silver;
}

.link-4.red {
  color: #fff;
}

.link-4.gray {
  color: #999;
  font-size: 13px;
}

.link-4.gray:hover {
  color: #c9c9c9;
}

.button {
  color: #fff;
  background-color: rgba(56, 152, 236, 0);
  font-size: 15px;
  text-decoration: none;
}

.div-block-12 {
  opacity: .2;
  background-color: rgba(77, 77, 77, 0);
  border-radius: 100px;
  width: 32px;
  height: 32px;
  transition: opacity .2s;
}

.div-block-12:hover {
  opacity: 1;
}

.div-block-13 {
  background-color: rgba(41, 41, 41, 0);
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
  padding: 0 0 40px;
  display: flex;
}

.div-block-14 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 18px;
  margin-bottom: 5px;
  display: flex;
}

.div-block-15 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.div-block-16 {
  width: 100%;
  height: 100%;
}

.container-10 {
  background-color: #292929;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 310px;
  height: 100%;
  margin-left: 0;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: static;
}

.heading-2 {
  color: #fff;
}

.div-block-17 {
  width: 60px;
  height: 60px;
}

.image-4 {
  width: 100%;
  height: 100%;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
}

.frame {
  width: 100%;
  height: 100%;
  position: relative;
}

.section-13 {
  width: auto;
  height: auto;
}

.number {
  color: #fff;
  font-size: 50px;
}

.section-14 {
  width: 100%;
}

.h4 {
  opacity: 1;
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.body-text-note {
  color: #5e5e5e;
  font-size: 12px;
}

.h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.div-block-18 {
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 0%;
  right: 0%;
}

.div-block-19 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.div-block-19:hover {
  background-color: rgba(255, 255, 255, .8);
}

.image-5 {
  width: 100%;
  height: 100%;
}

.heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-21 {
  padding: 4px 8px 4px 4px;
}

.div-block-22 {
  background-color: #ececec;
  border-radius: 0;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  ._3-columns {
    flex-direction: column;
    align-items: center;
  }

  .div {
    grid-row-gap: 40px;
  }

  .container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image {
    padding-top: 16px;
  }

  .div-44 {
    border-radius: 40px;
    height: 500px;
    overflow: hidden;
  }

  .property-1-variant2-3 {
    object-fit: cover;
    height: 100%;
    overflow: hidden;
  }

  .table-rows {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-2 {
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
  }

  .container-8 {
    max-width: 100%;
    display: block;
  }

  .column-4 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .image-2 {
    object-fit: cover;
  }

  .div-block-3 {
    height: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-4 {
    width: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .header-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .columns {
    flex-direction: column;
    align-items: center;
  }

  .image, .div-44 {
    border-radius: 0;
  }

  .property-1-variant2-3 {
    object-fit: cover;
  }

  .note, .quote-secondary {
    border-radius: 0;
  }

  .row {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: .25fr;
    display: block;
  }

  .row.hide {
    display: none;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block {
    max-width: 500px;
  }

  .div-block-3 {
    width: 100%;
    height: 100%;
  }

  .header-inner {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .content-wraper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .main-content {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-body {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .text-body.info {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-body.number {
    justify-content: center;
    align-items: center;
  }

  .text-body.quote {
    border-radius: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .body-text-big {
    width: 100%;
    font-size: 16px;
    line-height: 140%;
  }

  .body-text-big.main {
    text-align: center;
  }

  .image {
    background-color: rgba(23, 22, 27, 0);
    border-radius: 32px;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding: 16px 0;
    overflow: hidden;
  }

  .div-44 {
    border-radius: 0;
    height: 280px;
  }

  .property-1-variant2-3 {
    object-fit: cover;
    border-radius: 8px;
    width: auto;
    height: 100%;
    overflow: hidden;
  }

  .div-45 {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 16px;
  }

  .header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header.main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2 {
    font-size: 28px;
    line-height: 120%;
  }

  .text-40 {
    width: 100%;
    font-size: 16px;
  }

  .note {
    border-radius: 32px;
    padding: 24px;
  }

  .body-text-color {
    font-size: 16px;
    line-height: 26px;
  }

  .quote-secondary {
    grid-row-gap: 40px;
    border-radius: 32px;
    padding: 16px 0 40px;
  }

  .div-52 {
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .vectors-wrapper-10 {
    width: 40px;
    height: 40px;
  }

  .text-48 {
    font-size: 13px;
  }

  .t1 {
    font-size: 16px;
    line-height: 24px;
  }

  .text-quote {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-body-quote {
    font-size: 18px;
    font-style: italic;
    line-height: 26px;
  }

  .text-body-quote.main {
    font-size: 28px;
    line-height: 32px;
  }

  .section-12 {
    display: block;
    overflow: visible;
  }

  .div-block {
    max-width: 100%;
    height: 100%;
  }

  .div-block-3 {
    height: 100%;
  }

  .nav-header-sticky {
    padding-right: 0;
  }

  .div-block-6 {
    height: 40px;
  }

  .btn-link {
    width: 100%;
  }

  .header-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .div-block-17 {
    width: 24px;
    height: 24px;
  }

  .h4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .body-text-note {
    line-height: 140%;
  }

  .div-block-19 {
    background-color: #ececec;
    border-radius: 0;
    width: 40px;
    height: 40px;
  }

  .div-block-20 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .div-block-21 {
    display: none;
  }
}

#w-node-_5ef64f87-4b93-7c7b-a38a-c926380cbc36-d8166968 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4e7d8b21-416f-6fdf-4e0c-ea39916daebe-d8166968, #w-node-_2a0b34b3-6ad9-cfd3-b0cb-0162b1b8bf33-d8166968 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2a16109f-377c-2041-1a60-c1e3c3ee59c5-d8166968, #w-node-cb54165e-e0c1-9e84-17c0-585c5250bc44-d8166968, #w-node-_8e7ab7a3-cfbd-f8f2-1e88-b5ffa8e135f5-d8166968, #w-node-_5fc816f6-2ce1-2fe5-0879-94c5d7b5108d-d8166968, #w-node-_3c7ce98f-8791-a9f6-4d4a-508cc3177b70-d8166968 {
  grid-area: Area;
}


