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

body {
  color: #000;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

.stack {
  height: 100vh;
}

.stack_split {
  width: 100%;
  height: 100%;
  padding: 0;
}

.image-block {
  background-image: url('../images/pexels-sultan-1920x2880.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.button_white {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 10px 28px;
  text-decoration: none;
  transition: background-color .2s, background-color .2s;
  display: flex;
}

.button_white:hover {
  color: #000;
  background-color: #fff;
}

.icon_white {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
  overflow: hidden;
}

.image-block_small {
  background-image: url('../images/pexels-iosamah787-1280x1920.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.block_features {
  background-color: #93ff5a;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.h2 {
  margin-top: 0;
  font-weight: 400;
}

.h2.white {
  color: #fff;
}

.h2.white.mb-0 {
  margin-bottom: 0;
}

.button_black {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 10px 28px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button_black:hover {
  color: #fff;
  background-color: #000;
}

.p {
  color: #000000b3;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.cell_form {
  background-color: #e4eee3;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.form-block {
  border-radius: 0 20px 20px 0;
  margin-top: 0;
  margin-bottom: 0;
}

.spacer-20 {
  width: 100%;
  height: 20px;
}

.h2-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.3;
}

.form-field {
  margin-bottom: 10px;
}

.field {
  background-color: #0000;
  border: 1.5px #e7e7e7;
  border-bottom: 1px solid #c2c2c2;
  height: 45px;
  margin-bottom: 0;
  padding: 8px 0;
  font-weight: 300;
  transition: box-shadow .2s;
}

.field:focus-visible {
  border-bottom-color: #000;
}

.field[data-wf-focus-visible] {
  border-bottom-color: #000;
}

.button {
  background-color: #000;
  border-radius: 50px;
  width: 100%;
  height: 45px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: box-shadow .2s;
}

.button.social {
  grid-column-gap: 13px;
  color: #3a0103;
  background-color: #0000;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 0;
  transition: box-shadow .2s;
  display: flex;
}

.h2-2-copy {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.3;
}

.flex-end {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.link_text {
  color: #000;
}

.ms-iframe {
  z-index: 2147483647;
  justify-content: flex-end;
  align-items: flex-end;
  height: 70px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.ms-iframe-embed {
  justify-content: flex-end;
  align-items: flex-end;
  width: 180px;
  height: 70px;
  display: flex;
  position: relative;
  overflow: visible;
}

.hidden-embed {
  z-index: -1;
  opacity: 0;
  height: 0;
  max-height: 0;
  position: fixed;
}

.ms-iframe-footer-embed-2 {
  background-color: #d1e7fb;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: 200px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .stack {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .form-block {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .image-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_features {
    padding: 20px;
  }

  .h2 {
    font-size: 27px;
  }

  .cell_form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-cdd4ebb1-75ff-6665-5f13-c97968a6f228-d1e414c5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5aa6ba50-a826-cefe-5b41-65448f712cdd-d1e414c5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_05c4008f-f218-7559-0310-5f04a38a476c-d1e414c5 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a7ccd39c-1ebb-b7dd-3079-00663d99d8be-d1e414c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc854ae3-643e-658e-6cfe-128a74f93472-d1e414c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fc854ae3-643e-658e-6cfe-128a74f93473-d1e414c5, #w-node-fc854ae3-643e-658e-6cfe-128a74f93474-d1e414c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cdd4ebb1-75ff-6665-5f13-c97968a6f228-d1e414c5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5aa6ba50-a826-cefe-5b41-65448f712cdd-d1e414c5 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_05c4008f-f218-7559-0310-5f04a38a476c-d1e414c5 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-a7ccd39c-1ebb-b7dd-3079-00663d99d8be-d1e414c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


