.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;
  }
}

.body {
  display: block;
}

.text-block {
  border: 1px #000;
}

.container {
  width: 100%;
  height: auto;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  display: block;
}

.text-block-2 {
  width: 50%;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, 0);
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.te {
  object-fit: fill;
  display: block;
  position: relative;
  overflow: visible;
}

.text-block-3 {
  width: 50%;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, 0);
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 81px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  position: absolute;
  top: 146px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  width: 50%;
  float: none;
  clear: none;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, 0);
  background-clip: border-box;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 21px;
  font-weight: 400;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

@media screen and (max-width: 991px) {
  .text-block-2 {
    top: 2%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .text-block-3 {
    top: 28%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .logo {
    position: absolute;
    top: 415px;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .text-block-3 {
    font-size: 56px;
    top: 16%;
  }

  .logo {
    top: 318px;
  }
}

@media screen and (max-width: 479px) {
  .text-block-2 {
    font-size: 11px;
  }

  .text-block-3 {
    font-size: 28px;
    line-height: 28px;
    top: 12%;
  }

  .logo {
    top: 175px;
  }
}


