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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.body {
  background-color: #161618;
  font-family: Inter, sans-serif;
}

.jose_section {
  margin-top: 60px;
  padding-bottom: 20px;
}

.jose_section.jose_section_header {
  background-image: url('../images/image-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 750px;
  margin-top: 0;
  display: flex;
}

.jose_section.jose_last_section {
  background-color: #cfa6161a;
  margin-top: 100px;
}

.jose_container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1279px;
  display: flex;
}

.jose_container.jose_container_small {
  max-width: 1036px;
}

.div-block {
  background-image: url('../images/image-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 863px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 894px;
  height: 458px;
  margin-top: 120px;
  display: flex;
}

.navbar {
  color: #333;
  background-color: #ddd0;
  flex-flow: row;
  width: 100%;
  display: block;
}

.heading {
  color: #fff;
  text-align: center;
  font-size: 61.9px;
  line-height: 70.4px;
}

.text-span {
  color: #cfa616;
}

.jose_text_16 {
  color: #fff;
  font-size: 16.9px;
  line-height: 27px;
}

.jose_text_16.jose_text_center {
  text-align: center;
}

.button {
  color: #161618;
  background-color: #ffefca;
  border-radius: 3px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
}

.button.jose_button_yellow {
  background-color: #cfa616;
  margin-top: 0;
  font-weight: 500;
}

.button.jose_button_yellow.jose_button_menu {
  margin-top: 5px;
}

.jose_div_wrap {
  background-color: #1f1f22;
  border-radius: 24px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.jose_div_wrap.jose_div_relative {
  z-index: 1;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.jose_div_content {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 602px;
  display: flex;
}

.jose_div_content.jose_div_full_content {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
}

.jose_div_image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  z-index: 10;
  width: 340px;
}

.image.image_card-2 {
  width: 556px;
}

.heading-2 {
  color: #fff;
  font-size: 38.4px;
  line-height: 44px;
}

.heading-2.h2_center {
  text-align: center;
}

.jose_chart_image {
  background-image: url('../images/Bottom-Pattern.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 162px;
  position: absolute;
  inset: auto 0% 0%;
}

.jose_chart_image.jose_chart_image-center {
  inset: 34% 0% auto auto;
}

.jose_lens_point {
  z-index: 0;
  background-color: #cfa61624;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 31% 8% auto auto;
  box-shadow: 0 2px 100px 30px #cfa6164d;
}

.text-block {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #cfa616, #ffefca);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 40px;
  font-weight: 700;
  line-height: 41px;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1279px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.brand {
  padding-top: 5px;
}

.div-block-3 {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-3.div-center {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 2px solid #cfa616;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 0;
  padding-left: 20px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-color: #000;
  border: 1px solid #cfa616;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 31px 44px;
  display: flex;
}

.image-2 {
  width: 106.96px;
}

.heading-3 {
  color: #fff;
  font-size: 26.1px;
  line-height: 30.8px;
}

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

.text-block-2 {
  color: #dbdbdb;
  font-size: 22.9px;
  font-weight: 700;
  line-height: 28.9px;
}

.div-block-10 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  background-color: #1f1f22;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-12 {
  background-color: #cfa6162e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px 16px;
  display: flex;
}

.text-block-3 {
  color: #cfa616;
  font-size: 27.6px;
  font-weight: 700;
  line-height: 30.8px;
}

.jose_text_26 {
  color: #fff;
  font-size: 26.6px;
  line-height: 30.8px;
}

.text-block-4 {
  color: #f5f5f5;
  font-size: 16.5px;
  line-height: 25.5px;
}

.jose_wrap_div {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-13 {
  width: 536px;
}

.heading-4 {
  color: #fff;
  font-size: 38.4px;
  line-height: 44px;
}

.text-block-5 {
  color: #f5f5f5;
  font-size: 16.7px;
  line-height: 25.2px;
}

.text-block-5.jose_text_yellow {
  color: #cfa616;
}

.text-block-5.jose_text_center {
  text-align: center;
}

.div-block-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 594px;
  display: flex;
}

.div-block-15 {
  margin-top: 10px;
}

.text-span-2 {
  color: #cfa616;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-17 {
  flex-flow: column;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  align-items: center;
  width: 70%;
  display: flex;
}

.div-block-18.div_18_2 {
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
}

.text-block-6 {
  color: #f5f5f5;
  text-align: center;
  text-decoration: none;
}

.text-block-7 {
  color: #f5f5f5;
  font-size: 16px;
  font-weight: 700;
}

.div-block-19 {
  grid-column-gap: 18%;
  grid-row-gap: 18%;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.text-block-8 {
  color: #f5f5f5;
}

@media screen and (max-width: 991px) {
  .jose_section {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .jose_section.jose_section_header {
    margin-top: 0;
  }

  .jose_section.jose_last_section {
    margin-top: 40px;
  }

  .div-block-2 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .jose_text_16 {
    text-align: center;
  }

  .jose_div_wrap.jose_div_relative {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .jose_div_content {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .jose_div_content.jose_div_full_content {
    width: 90%;
  }

  .image {
    width: 60%;
  }

  .image.image_card-2 {
    width: 300px;
  }

  .heading-2 {
    text-align: center;
  }

  .jose_lens_point {
    inset: auto 32% 29% auto;
  }

  .nav-menu {
    background-color: #2b2214cf;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu-button {
    color: #fff;
    background-color: #8f878700;
  }

  .menu-button.w--open {
    background-color: #e6e6e600;
  }

  .div-block-5 {
    box-sizing: border-box;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .heading-3 {
    text-align: center;
  }

  .div-block-6 {
    order: 9999;
    display: block;
  }

  .div-block-7, .div-block-8, .div-block-9 {
    order: 9999;
  }

  .div-block-10 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-11 {
    justify-content: flex-start;
    align-items: center;
  }

  .jose_text_26, .text-block-4 {
    text-align: center;
  }

  .jose_wrap_div {
    flex-flow: column-reverse;
    align-items: center;
  }

  .div-block-13 {
    flex-flow: row;
    align-items: center;
    display: flex;
  }

  .div-block-14 {
    width: 100%;
  }

  .div-block-18.div_18_2 {
    width: 80%;
  }

  .div-block-19 {
    grid-column-gap: 9%;
    grid-row-gap: 9%;
  }
}

@media screen and (max-width: 767px) {
  .jose_section.jose_section_header {
    height: auto;
    padding-bottom: 40px;
  }

  .div-block-2 {
    height: auto;
  }

  .jose_text_16 {
    text-align: center;
  }

  .jose_div_content.jose_div_full_content {
    width: 100%;
  }

  .image.image_card-2 {
    width: 340px;
  }

  .heading-2 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-2.jose_h2_center {
    text-align: center;
  }

  .div-block-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    text-align: center;
  }

  .grid {
    grid-template-columns: 1fr;
  }

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

  .div-block-10 {
    flex-flow: column;
  }

  .div-block-11 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-4 {
    text-align: center;
  }

  .jose_wrap_div {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .div-block-13 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 500px;
  }

  .heading-4, .text-block-5 {
    text-align: center;
  }

  .text-block-5.jose_text_yellow {
    text-align: left;
  }

  .div-block-14 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

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

  .div-block-18, .div-block-18.div_18_2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .text-block-6 {
    text-align: center;
  }

  .div-block-19 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .jose_section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .jose_section.jose_section_header {
    padding-left: 0;
    padding-right: 0;
  }

  .jose_container {
    max-width: 100%;
  }

  .div-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    font-size: 50px;
    line-height: 59px;
  }

  .jose_text_16 {
    text-align: center;
  }

  .image {
    width: 260px;
  }

  .image.image_card-2 {
    width: 290px;
  }

  .heading-2 {
    text-align: left;
    font-size: 31px;
    line-height: 40px;
  }

  .jose_chart_image, .jose_lens_point {
    display: none;
  }

  .container {
    max-width: 100%;
  }

  .brand {
    padding-top: 10px;
  }

  .div-block-4 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .grid {
    grid-template-columns: 1fr;
  }

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

  .text-block-5 {
    text-align: left;
  }

  .div-block-14 {
    order: -9999;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-16 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-6 {
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d233a02c-f85c-d868-01ce-0b388ac0f6d4-daf2bae4 {
    place-self: auto;
  }
}


