:root {
  --white: #fff;
  --black: black;
  --transparent: rgba(255, 255, 255, 0);
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: ' ';
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: ' ';
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}
/**Navbar*/
.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 53%, #000),
    linear-gradient(139deg, #e543ff, #e543ff 0%, #5609d3);
  min-height: 540px;
  margin-bottom: -0.467802vw;
  padding-bottom: 7.66365vw;
}

.nav-link-2 {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  padding-top: 24px;
  font-family: Kulim Park, sans-serif;
  font-size: 14px;
  line-height: 17px;
  transition: color 0.2s;
}

.nav-link-2:hover {
  color: #fff;
  text-decoration: none;
}

.nav-link-2.w--current {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
/**Heading */
.main-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  opacity: 1;
  color: #fff;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 60vw;
  margin: 0 0 27px;
  padding-left: 0;
  font-family: Kulim Park, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 83px;
  display: flex;
}

.nav-menu {
  color: var(--white);
  margin-top: 25px;
  font-family: Kulim Park, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 80vw;
  margin-top: -31px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.logo {
  color: #fff;
  flex-direction: column;
  padding: 15px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
  display: flex;
}

.logo:hover {
  color: #fff;
  text-decoration: none;
}

.text-block {
  color: #fff;
  min-width: 40vw;
  margin-top: 34px;
  margin-bottom: 21px;
  font-family: Kulim Park, sans-serif;
  font-size: 19px;
}

.heading-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 9.57956vw;
  padding: 27px 15% 8.56839vw;
  display: flex;
}

.nav {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 28px;
}

.columns {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 67.7vw;
  margin-left: 24px;
  padding-left: 0;
  display: block;
  position: static;
}

.bold-text-2 {
  margin-top: 10px;
  margin-left: 0;
  font-size: 25px;
}

.heading {
  color: #fff;
  margin-top: 88px;
  margin-bottom: 71px;
  font-weight: 400;
}

.section-title {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  min-width: 45vw;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Kulim Park, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  font-size: 22px;
  display: flex;
}

.bold-text-3 {
  margin-top: 10px;
  font-size: 25px;
}

.column {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-3 {
  text-align: center;
  display: block;
}

.section {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 77%,
      var(--black) 88%,
      rgba(149, 34, 230, 0.8)
    ),
    url('../images/Component-4-1.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -29px;
  padding-top: 50px;
  padding-bottom: 202px;
  display: flex;
}

.image-3 {
  margin-top: 3.19319vw;
  margin-right: 0;
}

.div-block-2 {
  text-align: center;
  margin-left: 0;
}

.image {
  aspect-ratio: auto;
  border-radius: 20px;
  min-width: 15.9659vw;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  box-shadow: 0 0 20px 7px rgba(187, 130, 130, 0.2);
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 90vw;
  padding-left: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.bold-text {
  margin-top: 10px;
  margin-left: 0;
  font-size: 25px;
}

.footer {
  color: #999;
  text-align: center;
  background-color: #222;
  background-image: linear-gradient(123deg, #e543ff, #5609d3);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -2.39489vw;
  padding-top: 3vw;
  padding-bottom: 4vw;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  position: static;
}

.footer-logo {
  color: #c2c2c2;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 22px;
}

.text-block-2 {
  color: #fff;
  margin-top: 7px;
  font-size: 15px;
}

.quick-stack {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 0 auto;
  margin-top: 10px;
  position: relative;
}

.heading-2 {
  color: #fff;
  margin-top: 171px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 400;
}

.body {
  background-color: var(--black);
  scroll-behavior: smooth;
  font-family: Kulim Park, sans-serif;
}

.cell {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cell-2,
.cell-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quick-stack-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
}

.heading-3 {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
}

.heading-4,
.heading-5 {
  color: #fff;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
}

.text-block-3,
.text-block-4 {
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
}

.text-block-5 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.heading-6 {
  color: #fff;
  margin-top: 44px;
  font-size: 40px;
}

.cell-4 {
  padding-bottom: 0;
  padding-left: 0;
}

.text-block-6 {
  color: #fff;
  margin-top: 0.78125vw;
  margin-bottom: 6.71875vw;
  font-size: 22px;
  font-weight: 300;
}

.quick-stack-3 {
  min-width: 75vw;
  margin-left: -8.17708vw;
  padding-right: 1.04167vw;
}

.cell-5 {
  padding-left: 4.375vw;
  padding-right: 0;
}

.body-2 {
  background-color: var(--black);
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Kulim Park, sans-serif;
}

.image-5 {
  max-width: 80%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cell-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.image-6 {
  max-width: 80%;
}

.container-4 {
  max-width: 50vw;
  margin-left: auto;
  display: flex;
}

.container-6 {
  max-width: 90vw;
  margin-top: 2vw;
  margin-left: 10vw;
}

.container-6.different {
  margin-top: 8vw;
}

.heading-7 {
  color: #fff;
  font-weight: 600;
}

.text-block-7 {
  color: var(--white);
  max-width: 35vw;
  margin-top: 4vw;
  margin-bottom: 0;
  font-size: 22px;
}

.cell-7 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
}

.cell-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1.5625vw;
  padding-left: 28px;
}

.image-7 {
  margin: 0 0 2.13542vw 0;
  padding-bottom: 0;
  padding-left: 0;
}

.cell-9 {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.quick-stack-4 {
  margin-top: 2vw;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-8 {
  color: var(--white);
  font-weight: 600;
}

.cell-10 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1.5625vw;
  padding-right: 28px;
}

.text-block-8 {
  color: #fff;
  text-align: right;
  max-width: 35vw;
  font-size: 22px;
}

.cell-11 {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.quick-stack-5 {
  max-width: 90vw;
  margin-top: 8vw;
  padding-left: 0;
  padding-right: 0;
}

.image-8 {
  margin-right: 27px;
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template:
    'Area Area-4'
    'Area-2 Area-3'
    / 1fr 0.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 65vw;
  margin-top: 18px;
  margin-bottom: -4vw;
  display: grid;
}

.div-block-4 {
  color: #fff;
  text-align: left;
  margin-top: -56%;
  margin-bottom: 6.06706vw;
  margin-left: -12.7vw;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 15px;
  display: block;
  position: static;
}

.image-9 {
  margin-left: -14.8vw;
  padding-left: 0;
}

.text-block-9 {
  color: #fff;
  text-align: left;
  margin-left: 18vw;
  margin-right: 0;
  font-size: 18px;
}

.container-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.17084vw;
  margin-right: -3.19319vw;
  font-family: Kulim Park, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.text-block-10 {
  color: #fff;
  text-align: left;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 2.12879vw;
  text-decoration: none;
  display: block;
}

.text-block-10.w--current {
  cursor: pointer;
}

.text-block-11 {
  color: #fff;
  white-space: pre;
  word-break: keep-all;
  margin-right: 0;
  font-size: 20px;
}

.text-block-12 {
  color: #fff;
  font-size: 20px;
}

.image-10 {
  border-radius: 35px;
  box-shadow: 0 0 50px 15px rgba(255, 255, 255, 0.2);
}

.image-11 {
  outline-offset: 0px;
  pointer-events: auto;
  border-radius: 30px;
  outline: 3px #00e;
  box-shadow: 0 0 50px 15px rgba(255, 190, 117, 0.15);
}

.div-block-5 {
  color: var(--white);
}

.text-block-13 {
  color: #fff;
  border-top: 2px solid rgba(255, 255, 255, 0.33);
  border-radius: 0;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  min-width: 80vw;
  max-width: 80vw;
  margin-bottom: -3vw;
  padding-top: 2vw;
  font-size: 13px;
  display: block;
}

.image-12,
.image-13,
.image-14 {
  border-radius: 30px;
  box-shadow: 0 0 50px 15px rgba(255, 255, 255, 0.2);
}

.image-15,
.image-16 {
  border-radius: 30px;
  box-shadow: 0 0 50px 15px rgba(255, 190, 117, 0.15);
}

.video {
  max-width: 60vw;
  margin-top: 54px;
}

.image-17 {
  min-width: 65vw;
}

.container-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-18,
.image-19 {
  padding-top: 1vw;
}

.heading-9 {
  color: #fff;
  max-width: 80vw;
  margin-bottom: 5vw;
}

.container-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 7vw;
  display: flex;
}

.text-block-14 {
  color: #fff;
  font-size: 17px;
}

.quick-stack-6 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  align-self: center;
  margin-top: 9vw;
}

.heading-10 {
  color: #fff;
}

.heading-11 {
  color: #fff;
  text-align: left;
  align-self: center;
  max-width: 20vw;
  margin-left: 4.5vw;
  padding-left: 0;
  font-size: 28px;
}

.text-block-15 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.text-block-16 {
  color: #fff;
  font-size: 16px;
}

.list {
  color: #fff;
  font-size: 18px;
  list-style-type: disc;
}

.list-item,
.text-block-17,
.text-block-18 {
  padding-bottom: 1vw;
}

.cell-12 {
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
}

.quick-stack-7 {
  padding-top: 10vw;
}

.container-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-flow: column;
  min-width: 10vw;
  max-width: 940vw;
  margin-top: 1.17084vw;
  margin-right: 18vw;
  font-size: 16px;
  display: flex;
}

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

.form-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form {
  text-align: left;
  align-self: auto;
}

.field-label {
  position: relative;
}

.form-2 {
  text-align: left;
  position: relative;
  top: -13vw;
  right: 40.8438vw;
}

.form-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2vw;
  margin-left: -1.5vw;
  display: flex;
}

.field-label-2 {
  color: #c5c5c5;
}

.checkbox-label {
  color: #b4b4b4;
}

.submit-button {
  background-color: #944dff;
  border-radius: 20px;
  margin-top: 8px;
  padding-left: 25px;
  padding-right: 25px;
}

.text-field {
  color: #fff;
  -webkit-text-stroke-width: 50px;
  -webkit-text-stroke-color: var(--transparent);
  background-color: #b600db;
  border-radius: 20px;
}

.text-field::placeholder {
  color: #dfdfdf;
  font-size: 14px;
}

.body-3 {
  background-color: #000;
  font-family: Kulim Park, sans-serif;
}

.div-block-7 {
  border: 3px #560bcc;
  border-radius: 0;
  padding: 3vw;
}

.image-20 {
  opacity: 1;
}

.cell-14 {
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-12 {
  color: #fff;
  max-width: 80vw;
  padding-left: 1.5vw;
}

.div-block-8 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 4vw;
  display: flex;
}

.text-block-21 {
  color: #fff;
  padding-left: 1vw;
}

.heading-13 {
  color: var(--white);
  margin-top: -4.90625vw;
  font-size: 20px;
}

.field-label-3,
.field-label-4 {
  color: #fff;
  padding-top: 15px;
}

.field-label-5 {
  color: var(--white);
  padding-top: 15px;
}

.cell-15 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.text-field-2 {
  -webkit-text-stroke-color: #fff;
  background-color: #b600db;
  border-radius: 20px;
  padding-bottom: 9px;
}

.text-field-2:focus {
  color: var(--white);
  background-color: #b600db;
}

.text-field-3 {
  background-color: #b600db;
  border-radius: 20px;
}

.text-field-3:focus {
  color: #fff;
}

.textarea {
  color: var(--white);
  background-color: #b600db;
  border-radius: 20px;
}

.submit-button-2 {
  background-color: #944dff;
  border-radius: 20px;
  margin-top: 20px;
}

.container-12 {
  margin-top: 4vw;
}

.lightbox-link {
  min-width: 9.375vw;
  padding-left: 0;
  padding-right: 0;
}

.lightbox-link-2 {
  min-width: 9.375vw;
}

.lightbox-link-3 {
  min-width: 8vw;
}

.lightbox-link-4 {
  min-width: 9.375vw;
}

.section-2 {
  background-image: url('../images/pozadi-1.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cell-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heading-14 {
  color: #fff;
  font-family: Kulim Park, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.text-block-22 {
  color: #fbfafa;
  font-family: Kulim Park, sans-serif;
}

.cell-17 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cell-18 {
  justify-content: center;
  align-items: flex-start;
}

.image-21 {
  border-radius: 20px;
  max-width: 60%;
}

.heading-15 {
  color: #fff;
  font-family: Kulim Park, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-23 {
  color: #fff;
  text-align: center;
  max-width: 55vw;
  font-family: Kulim Park, sans-serif;
}

.div-block-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 940vw;
  margin-bottom: 0;
  padding-top: 8vw;
  padding-bottom: 0;
  display: flex;
}

.container-13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 16vw;
  display: flex;
}

.heading-16 {
  font-size: 10px;
}

.heading-17 {
  color: var(--white);
  text-align: center;
  font-family: Kulim Park, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 55vw;
  padding-top: 8vw;
  display: flex;
}

.text-block-24 {
  color: #fff;
  font-family: Kulim Park, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.body-4 {
  background-color: var(--black);
  font-family: Kulim Park, sans-serif;
}

.body-5 {
  background-color: #000;
  font-family: Kulim Park, sans-serif;
}

.body-6 {
  background-color: var(--black);
  font-family: Kulim Park, sans-serif;
}

.body-7 {
  background-color: #000;
}

.image-22,
.image-23,
.image-24 {
  border-radius: 20px;
  box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.2);
}

.form-3 {
  padding-bottom: 0;
}

.heading-18 {
  color: var(--white);
  text-align: center;
  margin-top: 12.1vw;
  font-size: 28px;
  font-weight: 400;
}

.cell-20,
.cell-21,
.cell-22 {
  justify-content: center;
  align-items: center;
}

.quick-stack-9 {
  max-width: 70vw;
}

.div-block-11 {
  max-width: 80vw;
  margin-left: 15vw;
}

@media screen and (max-width: 991px) {
  .menu-button-2 {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    margin-top: 31px;
  }

  .menu-button-2:hover {
    color: var(--white);
  }

  .menu-button-2:active {
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0);
    font-size: 60px;
  }

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

  .hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 52%, #000),
      linear-gradient(83deg, #e543ff, #4600b8);
    min-height: 520px;
    margin-bottom: -7.4678vw;
    padding-bottom: 15.6637vw;
  }

  .main-heading {
    min-width: 70vw;
    font-size: 75px;
  }

  .nav-menu {
    background-color: rgba(68, 1, 112, 0.81);
    background-image: linear-gradient(rgba(0, 0, 0, 0), #440170);
    margin-top: 0;
  }

  .nav-menu:active {
    -webkit-backdrop-filter: blur(19px);
    backdrop-filter: blur(19px);
    background-color: rgba(68, 1, 112, 0.81);
  }

  .logo:hover {
    color: #fff;
  }

  .heading-wrapper {
    margin-top: 49px;
  }

  .nav {
    margin-top: 0;
  }

  .columns {
    clear: none;
    object-fit: fill;
    width: 90vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .div-block-2 {
    display: block;
  }

  .image {
    max-width: 80%;
  }

  .footer {
    padding-bottom: 5vw;
  }

  .icon {
    margin-top: -3px;
    font-size: 35px;
  }

  .text-block-7 {
    max-width: none;
    margin-top: 0;
    font-size: 14px;
  }

  .cell-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .image-7 {
    margin-right: 1vw;
  }

  .cell-9 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-right: 28px;
    display: block;
  }

  .cell-10 {
    padding-top: 25px;
    padding-right: 0;
  }

  .text-block-8 {
    max-width: none;
    margin-top: 2vw;
    margin-left: 1px;
    font-size: 14px;
  }

  .cell-11 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-4 {
    margin-top: -21.1vh;
    margin-left: -9.7vw;
  }

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

  .text-block-12 {
    text-align: center;
    margin-top: 0;
    padding-right: 24px;
    font-size: 17px;
    display: block;
    position: relative;
    top: 152px;
  }

  .text-block-13 {
    margin-bottom: -3.33049vw;
  }

  .image-18 {
    padding-top: 1.5vw;
  }

  .cell-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-14 {
    font-size: 20px;
  }

  .text-block-22 {
    font-size: 11px;
  }

  .heading-15 {
    font-size: 15px;
  }

  .text-block-23 {
    font-size: 11px;
  }

  .quick-stack-8 {
    padding-top: 40px;
  }

  .quick-stack-9 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }
}

@media screen and (max-width: 767px) {
  .menu-button-2 {
    margin-top: 34px;
  }

  .hero {
    min-height: 420px;
  }

  .main-heading {
    font-size: 38px;
    line-height: 43px;
  }

  .logo {
    margin-top: 7px;
    padding-bottom: 0;
  }

  .text-block {
    margin-top: 6px;
    font-size: 13px;
  }

  .heading-wrapper {
    margin-top: 72px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav {
    padding-top: 0;
  }

  .image {
    max-width: 100%;
  }

  .heading-7 {
    font-size: 30px;
  }

  .text-block-7 {
    margin-right: 8px;
    font-size: 12px;
  }

  .cell-8 {
    padding-left: 0;
  }

  .cell-9 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 145px;
    padding-left: 0;
    padding-right: 59px;
    display: flex;
  }

  .heading-8 {
    font-size: 30px;
  }

  .text-block-8 {
    margin-left: 10px;
    font-size: 12px;
  }

  .cell-11 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 126px;
    display: flex;
  }

  .quick-stack-5 {
    grid-row-gap: 72px;
  }

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

  .div-block-4 {
    margin-top: -19.1vh;
    margin-left: -8.7vw;
    font-size: 13px;
  }

  .container-8 {
    margin-right: -12.1932vw;
    font-size: 14px;
  }

  .text-block-12 {
    top: auto;
  }

  .image-18 {
    padding-top: 4vw;
  }

  .container-10 {
    max-width: 80vw;
  }

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

  .heading-11 {
    font-size: 22px;
  }

  .text-block-15,
  .text-block-16 {
    font-size: 14px;
  }

  .text-block-17,
  .text-block-18 {
    font-size: 16px;
  }

  .cell-12 {
    font-size: 14px;
  }

  .container-11 {
    flex-flow: column;
    margin-right: 24vw;
    font-size: 14px;
  }

  .div-block-7 {
    padding-right: 3vw;
  }

  .text-block-19,
  .text-block-20 {
    font-size: 16px;
  }

  .heading-14 {
    margin-top: 0;
    font-size: 15px;
  }

  .text-block-22 {
    font-size: 8px;
  }

  .cell-18 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-right: 5%;
  }

  .heading-15 {
    font-size: 12px;
  }

  .text-block-23 {
    font-size: 8px;
  }

  .heading-17 {
    font-size: 11px;
  }

  .text-block-24 {
    font-size: 20px;
  }

  .quick-stack-9 {
    grid-column-gap: 59px;
    grid-row-gap: 59px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button-2 {
    border: 1px solid rgba(255, 255, 255, 0);
  }

  .hero {
    min-height: 40vw;
    margin-bottom: -18.4678vw;
    padding-bottom: 25vw;
  }

  .main-heading {
    font-size: 34px;
    display: block;
  }

  .text-block {
    margin-top: -5px;
    font-size: 10px;
  }

  .heading-wrapper {
    margin-top: 34px;
  }

  .heading {
    text-align: center;
    margin-top: 4.68334vw;
    font-size: 25px;
  }

  .section-title {
    font-size: 16px;
  }

  .image-3 {
    max-width: 15%;
    margin-top: -6.80681vw;
  }

  .container-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .quick-stack {
    clear: none;
    position: static;
  }

  .quick-stack-2 {
    margin-top: -52px;
  }

  .container-6 {
    text-align: center;
    margin-left: 5vw;
  }

  .container-6.different {
    float: none;
    text-align: left;
  }

  .heading-7 {
    text-align: center;
    align-self: center;
    margin-top: -20px;
    padding-left: 0;
    text-decoration: none;
  }

  .text-block-7 {
    align-self: auto;
    margin-top: -7vw;
    position: static;
    overflow: visible;
  }

  .cell-7,
  .cell-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cell-9 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    text-align: center;
    flex-flow: row-reverse wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 61px;
    display: flex;
  }

  .quick-stack-4 {
    text-align: center;
  }

  .heading-8 {
    padding-top: 0;
  }

  .cell-10 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 447px;
    padding-bottom: 0;
  }

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

  .cell-11 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    text-align: center;
    flex-flow: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    padding-bottom: 5%;
    padding-left: 13px;
    display: flex;
    position: relative;
  }

  .quick-stack-5 {
    grid-row-gap: 16px;
    text-align: center;
    margin-left: 5vw;
    padding-top: 20px;
  }

  .image-8 {
    display: block;
  }

  .container-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: start;
    justify-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .div-block-4 {
    text-align: center;
    margin-top: 0.99vw;
    margin-left: 0;
  }

  .image-9 {
    text-align: center;
    margin-left: 0;
  }

  .container-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 10.1vw;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .text-block-10 {
    text-align: right;
  }

  .text-block-13 {
    margin-top: -8vw;
  }

  .image-12 {
    order: -1;
    margin-top: -1055px;
    margin-left: 0;
    position: relative;
  }

  .image-13 {
    text-align: center;
  }

  .image-14 {
    margin-top: -939px;
    position: relative;
  }

  .image-18 {
    padding-top: 6vw;
  }

  .text-block-14 {
    text-align: justify;
    font-size: 13px;
  }

  .heading-10 {
    order: 1;
    font-size: 18px;
  }

  .heading-11 {
    order: 1;
    font-size: 16px;
  }

  .text-block-15 {
    order: 0;
  }

  .cell-13 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .container-11 {
    justify-content: center;
    align-items: center;
    margin-right: auto;
  }

  .form-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .form-block-2 {
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 80vw;
    margin-left: 32.3594vw;
    display: block;
  }

  .div-block-7 {
    padding-bottom: 7vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .cell-14 {
    flex-flow: wrap;
  }

  .container-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section-2 {
    background-size: cover;
  }

  .heading-14 {
    align-self: center;
  }

  .text-block-22 {
    text-align: center;
    align-self: auto;
  }

  .cell-18 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0%;
  }

  .container-13 {
    position: static;
  }

  .body-4 {
    background-color: var(--black);
    font-family: Kulim Park, sans-serif;
  }

  .cell-19 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    padding-bottom: 14vw;
  }
}

#w-node-_2703fb5b-2c40-d74c-1456-7ee4fba2dc4d-bd60cdf7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ee19aee3-0d21-90af-76f3-359edccd502e-bd60cdf7,
#w-node-_16a21ab4-ba44-e3f0-995d-256479b3170b-bd60cdf7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_25f02270-9792-a4f6-6f9f-ecad12a17be0-bd60cdf7 {
  grid-area: Area;
}

#w-node-_0b7a22d8-e022-10cc-b4c8-a83add6b15eb-bd60cdf7 {
  grid-area: Area-2;
}

#w-node-f924c078-3009-c7c0-b43d-5b440582c8ca-bd60cdf7 {
  grid-area: Area-4;
}

#w-node-_75337aa7-d5ca-0547-3397-fb972ec1da5d-bd60cdf7 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: auto;
  justify-self: auto;
}

#w-node-ed6992ef-68f8-7fe7-d6fd-cd9c426dadff-d0a3f08e {
  grid-template-rows: auto auto;
  grid-template-columns: 0.25fr 0.5fr;
}

#w-node-f25b1919-18e0-ab95-d581-6cdd188a3eb7-d0a3f08e {
  grid-row: span 2 / span 2;
}

#w-node-fdd9ed57-38d3-0fa9-9706-a23736e19bc3-d0a3f08e {
  grid-template-rows: auto auto;
  grid-template-columns: 0.5fr 0.25fr;
}

#w-node-_5610767e-d7e8-af26-3040-7c3b73f3b345-d0a3f08e {
  grid-row: span 2 / span 2;
}

#w-node-d349327f-9f78-dc73-5801-e4d21eddd6ea-d0a3f08e {
  grid-template-rows: auto auto;
  grid-template-columns: 0.25fr 0.5fr;
}

#w-node-d349327f-9f78-dc73-5801-e4d21eddd6eb-d0a3f08e {
  grid-row: span 2 / span 2;
}

#w-node-_10dbb8a8-49ae-044b-cf0e-51628986a574-d0a3f08e {
  grid-template-rows: auto auto;
  grid-template-columns: 0.5fr 0.25fr;
}

#w-node-_10dbb8a8-49ae-044b-cf0e-51628986a57a-d0a3f08e {
  grid-row: span 2 / span 2;
}

#w-node-fa7347db-3be8-fb2b-f4ce-5dc2d8b06e54-d0a3f08e,
#w-node-cfe9e3e1-842a-2532-68d7-dc10a7cdbe3d-d0a3f08e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7a7e9930-e797-bdff-5d2a-d0fb19da4b1c-d0a3f08e {
  grid-area: Area;
}

#w-node-_7a7e9930-e797-bdff-5d2a-d0fb19da4b1d-d0a3f08e {
  grid-area: Area-2;
}

#w-node-_7a7e9930-e797-bdff-5d2a-d0fb19da4b21-d0a3f08e {
  grid-area: Area-4;
}

#w-node-_7a7e9930-e797-bdff-5d2a-d0fb19da4b30-d0a3f08e {
  grid-area: 1 / 1 / 2 / 3;
  align-self: auto;
  justify-self: auto;
}

#w-node-_82b404b4-fa7a-88ef-fde8-e65e74bc7e76-662c2553 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d339c7c4-991f-31ab-a5e0-bd445740be61-662c2553 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5401f8b3-badf-028c-2a74-73f9253a2526-662c2553 {
  grid-area: Area;
}

#w-node-_5401f8b3-badf-028c-2a74-73f9253a2527-662c2553 {
  grid-area: Area-2;
}

#w-node-_5401f8b3-badf-028c-2a74-73f9253a252b-662c2553 {
  grid-area: Area-4;
}

#w-node-_5401f8b3-badf-028c-2a74-73f9253a253a-662c2553 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: auto;
  justify-self: auto;
}

#w-node-d9ba61bc-70cd-51c9-453c-201a2eea8493-feb9e4c2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1a962072-be96-59f6-38ec-7e6179704c3c-feb9e4c2 {
  grid-area: Area;
}

#w-node-_1a962072-be96-59f6-38ec-7e6179704c3d-feb9e4c2 {
  grid-area: Area-2;
}

#w-node-_1a962072-be96-59f6-38ec-7e6179704c41-feb9e4c2 {
  grid-area: Area-4;
}

#w-node-_1a962072-be96-59f6-38ec-7e6179704c50-feb9e4c2 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: auto;
  justify-self: auto;
}

#w-node-_3cb85b5b-019e-9331-3ae9-92244e211e4b-0d57a141 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ed0ee9f1-859b-e01d-51d4-a81351d77bba-0d57a141 {
  grid-area: Area;
}

#w-node-ed0ee9f1-859b-e01d-51d4-a81351d77bbb-0d57a141 {
  grid-area: Area-2;
}

#w-node-ed0ee9f1-859b-e01d-51d4-a81351d77bc0-0d57a141 {
  grid-area: Area-4;
}

#w-node-ed0ee9f1-859b-e01d-51d4-a81351d77bcf-0d57a141 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: auto;
  justify-self: auto;
}

#w-node-_3b26e32d-ceaa-c50f-2281-9b341291e97d-d774aa51 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9be31b72-abe8-b6db-0165-c7cd368b94e4-d774aa51 {
  grid-area: Area;
}

#w-node-_9be31b72-abe8-b6db-0165-c7cd368b94e5-d774aa51 {
  grid-area: Area-2;
}

#w-node-_9be31b72-abe8-b6db-0165-c7cd368b94ea-d774aa51 {
  grid-area: Area-4;
}

#w-node-_9be31b72-abe8-b6db-0165-c7cd368b94f9-d774aa51 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: auto;
  justify-self: auto;
}

#w-node-_46402acf-b7f7-c572-2176-5ef6b716d51f-3b6fef00 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e0c0e63d-9ef8-7c41-8e9f-a710308b3be0-3b6fef00 {
  grid-area: Area;
}

#w-node-e0c0e63d-9ef8-7c41-8e9f-a710308b3be1-3b6fef00 {
  grid-area: Area-2;
}

#w-node-e0c0e63d-9ef8-7c41-8e9f-a710308b3be6-3b6fef00 {
  grid-area: Area-4;
}

#w-node-e0c0e63d-9ef8-7c41-8e9f-a710308b3bf5-3b6fef00 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: auto;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-ed6992ef-68f8-7fe7-d6fd-cd9c426dadff-d0a3f08e {
    grid-template-rows: auto;
    grid-template-columns: 0.75fr 1fr;
  }

  #w-node-f25b1919-18e0-ab95-d581-6cdd188a3eb7-d0a3f08e {
    grid-row: span 2 / span 2;
  }

  #w-node-_117cd798-2dc9-598f-8475-fc41582e5b1b-d0a3f08e {
    order: 0;
  }

  #w-node-fdd9ed57-38d3-0fa9-9706-a23736e19bc3-d0a3f08e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 0.75fr;
  }

  #w-node-d349327f-9f78-dc73-5801-e4d21eddd6ea-d0a3f08e {
    grid-template-rows: auto auto;
    grid-template-columns: 0.75fr 1fr;
  }

  #w-node-d349327f-9f78-dc73-5801-e4d21eddd6f2-d0a3f08e {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2703fb5b-2c40-d74c-1456-7ee4fba2dc4d-bd60cdf7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ed6992ef-68f8-7fe7-d6fd-cd9c426dadff-d0a3f08e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-fdd9ed57-38d3-0fa9-9706-a23736e19bc3-d0a3f08e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 0.75fr;
  }

  #w-node-d349327f-9f78-dc73-5801-e4d21eddd6ea-d0a3f08e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 0.25fr;
  }

  #w-node-_10dbb8a8-49ae-044b-cf0e-51628986a574-d0a3f08e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ee19aee3-0d21-90af-76f3-359edccd502e-bd60cdf7,
  #w-node-_16a21ab4-ba44-e3f0-995d-256479b3170b-bd60cdf7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_99ca4a6a-65d5-7994-c520-26f500ecbd51-bd60cdf7 {
    align-self: auto;
    justify-self: center;
  }

  #w-node-_1c3c6576-98fa-111a-791d-d82805c6b3ae-bd60cdf7,
  #w-node-_4c65aa4a-c62c-2784-44e4-bbb89f2f312e-bd60cdf7,
  #w-node-_9b17d6a7-f654-2abd-f717-26e40057e60f-bd60cdf7 {
    justify-self: center;
  }

  #w-node-ed6992ef-68f8-7fe7-d6fd-cd9c426dadff-d0a3f08e {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr;
  }

  #w-node-f25b1919-18e0-ab95-d581-6cdd188a3eb7-d0a3f08e {
    grid-row: span 2 / span 2;
  }

  #w-node-_18ff85d7-f317-2500-5a02-6906fcf79792-d0a3f08e {
    order: 0;
    grid-row: span 1 / span 1;
  }

  #w-node-fdd9ed57-38d3-0fa9-9706-a23736e19bc3-d0a3f08e {
    grid-template-rows: auto auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-_5610767e-d7e8-af26-3040-7c3b73f3b345-d0a3f08e {
    grid-row: span 2 / span 2;
  }

  #w-node-_787b7ca2-2d91-1da8-d480-ab4ac657dcab-d0a3f08e {
    order: 0;
    grid-row: span 1 / span 1;
  }

  #w-node-d349327f-9f78-dc73-5801-e4d21eddd6ea-d0a3f08e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d349327f-9f78-dc73-5801-e4d21eddd6eb-d0a3f08e {
    grid-row: span 2 / span 2;
  }

  #w-node-_10dbb8a8-49ae-044b-cf0e-51628986a574-d0a3f08e {
    grid-template-rows: auto auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-_10dbb8a8-49ae-044b-cf0e-51628986a57a-d0a3f08e {
    grid-row: span 2 / span 2;
  }

  #w-node-cfe9e3e1-842a-2532-68d7-dc10a7cdbe3d-d0a3f08e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7a7e9930-e797-bdff-5d2a-d0fb19da4b31-d0a3f08e {
    align-self: auto;
    justify-self: center;
  }

  #w-node-_7a7e9930-e797-bdff-5d2a-d0fb19da4b33-d0a3f08e,
  #w-node-_7a7e9930-e797-bdff-5d2a-d0fb19da4b35-d0a3f08e,
  #w-node-_7a7e9930-e797-bdff-5d2a-d0fb19da4b37-d0a3f08e {
    justify-self: center;
  }

  #w-node-_82b404b4-fa7a-88ef-fde8-e65e74bc7e76-662c2553 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d339c7c4-991f-31ab-a5e0-bd445740be61-662c2553 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8b8c6332-27c6-7b5c-d4a4-dbeb4d936192-662c2553 {
    order: 10;
  }

  #w-node-_4a781053-4354-3d30-0559-abae62f10ecf-662c2553 {
    order: 9999;
  }

  #w-node-_5401f8b3-badf-028c-2a74-73f9253a253b-662c2553 {
    align-self: auto;
    justify-self: center;
  }

  #w-node-_5401f8b3-badf-028c-2a74-73f9253a253d-662c2553,
  #w-node-_5401f8b3-badf-028c-2a74-73f9253a253f-662c2553,
  #w-node-_5401f8b3-badf-028c-2a74-73f9253a2541-662c2553 {
    justify-self: center;
  }

  #w-node-d9ba61bc-70cd-51c9-453c-201a2eea8493-feb9e4c2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1a962072-be96-59f6-38ec-7e6179704c51-feb9e4c2 {
    align-self: auto;
    justify-self: center;
  }

  #w-node-_1a962072-be96-59f6-38ec-7e6179704c53-feb9e4c2,
  #w-node-_1a962072-be96-59f6-38ec-7e6179704c55-feb9e4c2,
  #w-node-_1a962072-be96-59f6-38ec-7e6179704c57-feb9e4c2 {
    justify-self: center;
  }

  #w-node-_3cb85b5b-019e-9331-3ae9-92244e211e4b-0d57a141 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ed0ee9f1-859b-e01d-51d4-a81351d77bd0-0d57a141 {
    align-self: auto;
    justify-self: center;
  }

  #w-node-ed0ee9f1-859b-e01d-51d4-a81351d77bd2-0d57a141,
  #w-node-ed0ee9f1-859b-e01d-51d4-a81351d77bd4-0d57a141,
  #w-node-ed0ee9f1-859b-e01d-51d4-a81351d77bd6-0d57a141 {
    justify-self: center;
  }

  #w-node-_3b26e32d-ceaa-c50f-2281-9b341291e97d-d774aa51 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9be31b72-abe8-b6db-0165-c7cd368b94fa-d774aa51 {
    align-self: auto;
    justify-self: center;
  }

  #w-node-_9be31b72-abe8-b6db-0165-c7cd368b94fc-d774aa51,
  #w-node-_9be31b72-abe8-b6db-0165-c7cd368b94fe-d774aa51,
  #w-node-_9be31b72-abe8-b6db-0165-c7cd368b9500-d774aa51 {
    justify-self: center;
  }

  #w-node-_46402acf-b7f7-c572-2176-5ef6b716d51f-3b6fef00 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e0c0e63d-9ef8-7c41-8e9f-a710308b3bf6-3b6fef00 {
    align-self: auto;
    justify-self: center;
  }

  #w-node-e0c0e63d-9ef8-7c41-8e9f-a710308b3bf8-3b6fef00,
  #w-node-e0c0e63d-9ef8-7c41-8e9f-a710308b3bfa-3b6fef00,
  #w-node-e0c0e63d-9ef8-7c41-8e9f-a710308b3bfc-3b6fef00 {
    justify-self: center;
  }
}
