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

.div-block {
  background-image: linear-gradient(132deg, #1a1c23, #283f58 51%, #436689);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: clip;
}

.body {
  overflow: clip;
}

.text-block {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Poppins, sans-serif;
  font-size: 96px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto;
}

.image {
  mix-blend-mode: normal;
  width: 100%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 50% 0%;
}

.link-block {
  flex: 1;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: static;
}

.grad-bar-1 {
  background-color: #1a1c23;
  width: 250%;
  height: 250%;
  position: fixed;
  inset: 0%;
}

.div-block-2 {
  background-color: #7e4b4b;
  background-image: linear-gradient(150deg, #1a1c23, #18273a 25%, #436689 50%, #1a1c23 75%, #18273a);
  width: 100%;
  height: 250%;
  position: fixed;
  inset: 0%;
}

.grad-bar-1-copy {
  inset: 0%;
  background-color: #1a1c23;
  width: 250%;
  height: 250%;
  position: fixed;
  inset: 0%;
}

.grad-bar-3 {
  background-color: #18273a;
  width: 250%;
  height: 250%;
  position: fixed;
  inset: 0%;
}

.grad-bar-4 {
  background-color: #436689;
  width: 250%;
  height: 250%;
  position: fixed;
  inset: 0%;
}

.div-block-3 {
  width: 40%;
  min-width: 225px;
  max-width: 500px;
  height: 60%;
  min-height: 400px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.paragraph {
  color: #f4efeb;
  width: 100%;
  margin: 10px 0 0%;
  font-family: Playfair, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.container {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.container-2 {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .paragraph {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-3 {
    min-width: 250px;
  }
}


