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

.gradient-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
  -webkit-filter: blur(80px);
  filter: blur(80px);
}

.bg-circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 30vw;
  height: 30vw;
  border-radius: 100%;
  background-color: #455268;
}

.bg-circle._1 {
  width: 40vw;
  height: 40vw;
  margin-top: -16%;
  margin-left: -16%;
  border-radius: 20%;
  background-color: #7056f5;
  opacity: 1;
}

.bg-circle._2 {
  left: auto;
  top: 25%;
  right: 25%;
  bottom: auto;
  margin-top: -20%;
  border-radius: 40%;
  background-color: #96aec0;
  opacity: 0.5;
}

.bg-circle._3 {
  width: 40vw;
  height: 40vw;
  margin-top: -12%;
  margin-left: 52%;
  background-color: #e1e5ee;
}

.bg-circle._4 {
  left: auto;
  right: 0px;
  width: 60vw;
  height: 60vw;
  margin-top: -32%;
  margin-right: -10%;
  background-color: #a7cf38;
}

.bg-circle._5 {
  left: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 24%;
  margin-right: -8%;
}

.bg-circle._6 {
  left: auto;
  right: 0%;
  bottom: 0%;
  width: 40vw;
  height: 40vw;
  margin-top: 35%;
  margin-right: -16%;
  margin-bottom: -20%;
  background-color: #e89245;
}

.bg-circle._4 {
  left: auto;
  right: 0px;
  width: 60vw;
  height: 60vw;
  margin-top: -32%;
  margin-right: -10%;
  background-color: #b14e08;
}

.bg-circle._3 {
  width: 40vw;
  height: 40vw;
  margin-top: -12%;
  margin-left: 52%;
  background-color: #c7cfe2;
}

.bg-circle._2 {
  margin-top: -20%;
  border-radius: 40%;
  background-color: #b17a52;
  opacity: 0.5;
}

.bg-circle._1 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 40vw;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: #04f;
  opacity: 1;
}

.bg-circle._5 {
  left: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 24%;
  margin-right: -8%;
  background-color: #2c3d5a;
}

.bg-circle._6 {
  left: auto;
  right: 0%;
  bottom: 0%;
  width: 40vw;
  height: 40vw;
  margin: 20% auto -20%;
  background-color: #f04;
}

.bg-circle._3 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 40vw;
  height: 40vw;
  margin-top: 0%;
  margin-left: 30%;
  padding-top: 0px;
  background-color: #fff;
  opacity: 1;
  mix-blend-mode: normal;
}

.bg-circle._1 {
  width: 45vw;
  height: 45vw;
  margin-top: -5%;
  margin-left: -65px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 1;
  mix-blend-mode: multiply;
}

.bg-circle._2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45vw;
  height: 45vw;
  margin-top: 13%;
  margin-right: -80px;
  border-radius: 100%;
  background-color: #8b9992;
  opacity: 1;
  mix-blend-mode: multiply;
}

.bg-circle._4 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 45vw;
  height: 45vw;
  margin: 44% 0% 0px 183px;
  border-radius: 100%;
  background-color: #b4ab45;
  mix-blend-mode: multiply;
}

.text-block {
  position: static;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-weight: 400;
  text-align: center;
}

.animated-hero-bg-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 130px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  padding-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
}

.grid {
  grid-row-gap: 3px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.nuktis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg {
  position: relative;
  display: -ms-grid;
  display: grid;
  height: 100vh;
  margin-top: 0px;
  padding: 300px 130px 350px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 81px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-2 {
  position: static;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: kazimirtext-2, sans-serif;
  color: #4a5019;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.text-block-2.h2 {
  font-family: kazimirtext-2, sans-serif;
  color: #4a5019;
  font-size: 28px;
  line-height: 30px;
}

.grid-2 {
  grid-row-gap: 23px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.body {
  background-color: #fff;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .gradient-bg {
    opacity: 0.7;
    -webkit-filter: blur(70px);
    filter: blur(70px);
  }

  .bg-circle._3 {
    width: 60vw;
    height: 60vw;
    margin-top: 8%;
    margin-left: 20%;
  }

  .bg-circle._1 {
    width: 50vw;
    height: 50vw;
    margin-top: -20%;
    margin-left: -83px;
  }

  .bg-circle._2 {
    width: 50vw;
    height: 50vw;
    margin-top: 23%;
    margin-right: -128px;
  }

  .bg-circle._4 {
    width: 50vw;
    height: 50vw;
    margin-top: 83%;
    margin-bottom: 0px;
    margin-left: 67px;
  }

  .animated-hero-bg-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bg {
    margin-top: 0px;
    padding-top: 310px;
    padding-right: 20px;
    padding-left: 20px;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .text-block-2 {
    font-size: 17px;
  }

  .text-block-2.h2 {
    font-size: 26px;
    line-height: 28px;
  }

  .grid-2 {
    grid-row-gap: 17px;
  }

  .body {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .gradient-bg {
    opacity: 0.7;
    -webkit-filter: blur(50px);
    filter: blur(50px);
  }

  .bg-circle._3 {
    width: 60vw;
    height: 60vw;
    margin-top: 2%;
    margin-left: 20%;
  }

  .bg-circle._1 {
    width: 50vw;
    height: 50vw;
    margin-left: -146px;
  }

  .bg-circle._2 {
    width: 50vw;
    height: 50vw;
    margin-top: -10%;
    margin-right: -103px;
  }

  .bg-circle._4 {
    width: 50vw;
    height: 50vw;
    margin-top: 36%;
    margin-left: 122px;
  }

  .bg {
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 392px;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .text-block-2.h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .grid-2 {
    grid-row-gap: 14px;
  }
}

@media screen and (max-width: 479px) {
  .gradient-bg {
    -webkit-filter: blur(50px);
    filter: blur(50px);
  }

  .bg-circle._2 {
    background-color: #4353ff;
  }

  .bg-circle._3 {
    background-color: #3fa1f7;
  }

  .bg-circle._4 {
    background-color: #20c788;
  }

  .bg-circle._5 {
    background-color: #ffab9d;
  }

  .bg-circle._6 {
    background-color: #ff6382;
  }

  .bg-circle._4 {
    background-color: #20c788;
  }

  .bg-circle._3 {
    background-color: #3fa1f7;
  }

  .bg-circle._2 {
    background-color: #4353ff;
  }

  .bg-circle._5 {
    background-color: #ffab9d;
  }

  .bg-circle._6 {
    background-color: #ff6382;
  }

  .bg-circle._3 {
    width: 100vw;
    height: 100vw;
    margin-top: 25%;
    margin-left: 0%;
    background-color: #fff;
  }

  .bg-circle._1 {
    width: 60vw;
    height: 60vw;
    margin-top: -12%;
    margin-left: -93px;
  }

  .bg-circle._2 {
    width: 60vw;
    height: 60vw;
    margin-top: 31%;
    margin-right: -124px;
    background-color: #8b9992;
  }

  .bg-circle._4 {
    width: 60vw;
    height: 60vw;
    margin-top: 97%;
    margin-left: -15px;
    background-color: #b4ab45;
  }

  .page-wrapper {
    position: relative;
  }

  .bg {
    margin-top: 0px;
    padding-top: 200px;
  }

  .grid-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#w-node-_53a26ce4-7368-e518-68bf-28abe0526b65-27d70d3d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_53a26ce4-7368-e518-68bf-28abe0526b67-27d70d3d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_53a26ce4-7368-e518-68bf-28abe0526b6c-27d70d3d {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

