:root {
  --white: white;
  --black: black;
}

.pricing-overview {
  border-bottom: 0 #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  color: #071e57;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 10px;
  font-family: Solway, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.heading {
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}

.pricing-heading {
  letter-spacing: -1px;
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.pricing-comparison {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  color: #071e57;
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Solway, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1292ee;
  justify-content: center;
  align-items: center;
  width: 182px;
  margin-top: 40px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #071e57;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.bold-text {
  text-transform: capitalize;
  font-family: Solway, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.pricing-subtitles {
  color: #071e57;
  padding-left: 0;
  padding-right: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.pricing-feature-copy {
  background-image: url('../images/check-circle_7.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 24px;
}

.divider {
  background-color: #8a8a8a30;
  justify-content: center;
  width: 80%;
  height: .5px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: auto;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 80px;
  display: flex;
  box-shadow: 0 2px 20px 6px #0003;
}

.bold-text-2 {
  color: #071e57;
  text-align: center;
  letter-spacing: 3px;
  text-indent: 3px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

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

.heading-2 {
  color: #1292ee;
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 55px;
  font-weight: 400;
}

.column {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  max-height: 100%;
  display: flex;
}

.column-2 {
  padding: 40px;
}

.div-block-2 {
  border: 1px solid #8a8a8a30;
  padding: 100px 60px;
}

.pricing-comparison-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card-2.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image-3 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title-2 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle-2 {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price-2 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular-2 {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular-2.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider-2 {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list-2 {
  align-self: stretch;
}

.pricing-feature-2 {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag-2 {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.div-block-3 {
  width: 80%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.text-block-2 {
  color: #071e57;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Solway, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.heading-2-copy {
  color: #071e57;
  text-align: left;
  font-family: DM Sans, sans-serif;
  font-size: 55px;
  font-weight: 400;
}

.column-3 {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.column-4, .column-5, .column-6, .column-7, .column-8, .column-9 {
  display: flex;
}

.column-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: -15px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2-copy-copy {
  color: #071e57;
  text-align: left;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.text-block-3 {
  color: #748494;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.image {
  text-align: center;
  flex: 0 auto;
  order: -1;
  align-self: center;
  width: 150px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 20px;
  display: block;
}

.div-block-4 {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: none;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.image-2 {
  clear: left;
  text-align: center;
  flex: 0 auto;
  order: -1;
  align-self: center;
  width: 150px;
  max-width: 100%;
  margin: 20px 0 10px;
  padding-top: 0;
  padding-right: 10px;
  display: block;
}

.image-3 {
  float: none;
  clear: both;
  object-fit: fill;
  flex: 0 auto;
  order: 3;
  align-self: center;
  width: 160px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  text-decoration: line-through;
  display: block;
}

.div-block-5 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-11 {
  border: 1px solid #0000001a;
  border-radius: 20px;
}

.text-block-3-copy {
  color: #7d7c7d;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.text-block-5 {
  border-radius: 0;
}

.text-block-6, .text-block-7 {
  border-radius: 30px;
}

.text-block-8 {
  padding-right: 0;
}

.text-block-9 {
  margin-right: -20px;
}

.text-block-10 {
  margin-right: -8px;
}

.text-block-11 {
  margin-right: -23px;
}

.text-block-12, .text-block-13 {
  margin-right: -28px;
}

.text-block-14 {
  margin-right: -32px;
}

.text-block-15 {
  margin-right: -40px;
}

.text-block-16 {
  margin-right: -42px;
}

.text-block-17 {
  margin-right: -41px;
}

.text-block-18, .text-block-19 {
  margin-right: -38px;
}

.text-block-20 {
  margin-right: -32px;
}

.text-block-21 {
  margin-right: -28px;
}

.text-block-22 {
  margin-right: -26px;
}

.text-block-23 {
  margin-right: -18px;
}

.text-block-24 {
  margin-right: -16px;
}

.text-block-25 {
  margin-right: -10px;
}

.text-block-26 {
  margin-right: -4px;
}

.text-block-27, .text-block-28, .text-block-29, .text-block-30 {
  margin-right: 0;
}

.text-block-31 {
  padding-right: 5px;
}

.text-block-32 {
  padding-right: 11px;
}

.text-block-33, .text-block-34 {
  padding-right: 17px;
}

.text-block-35 {
  padding-right: 18px;
}

.text-block-36, .text-block-37 {
  padding-right: 19px;
}

.text-block-38 {
  padding-right: 20px;
}

.text-block-39, .text-block-40 {
  padding-right: 25px;
}

.text-block-41 {
  padding-left: 19px;
}

.text-block-42 {
  padding-left: 25px;
}

.text-block-43 {
  padding-left: 27px;
}

.text-block-44 {
  padding-left: 32px;
}

.text-block-45 {
  padding-left: 42px;
}

.text-block-46 {
  padding-left: 52px;
}

.text-block-47 {
  margin-top: 20px;
  padding: 5px 10px;
}

.div-block-6 {
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 0;
  display: flex;
}

.button-primary-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #1292ee;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 182px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 12px 25px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto 0% -18px;
}

.button-primary-copy:hover {
  color: #fff;
  background-color: #071e57;
}

.button-primary-copy:active {
  background-color: #43464d;
}

.button-primary-copy.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-copy.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.column-12 {
  border: 1px solid #0000001a;
  border-radius: 20px;
  padding-left: 0;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.plans-parent-div {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
}

.pricing-col-1 {
  border: 1px solid #0000001a;
  border-radius: 20px;
  width: 30%;
  max-width: none;
  margin-left: 0;
  padding-bottom: 80px;
  position: relative;
}

.pricing-col-2, .pricing-col-3 {
  border: 1px solid #0000001a;
  border-radius: 20px;
  width: 33%;
  max-width: none;
  margin-left: 20px;
}

.pricing-col-1-copy {
  border: 1px solid #0000001a;
  border-radius: 20px;
  align-self: stretch;
  width: 30%;
  max-width: none;
  margin-left: 20px;
  padding-bottom: 80px;
  position: relative;
}

.pricing-col-1-copy-copy {
  border: 1px solid #0000001a;
  border-radius: 20px;
  width: 30%;
  max-width: none;
  margin-left: 20px;
  padding-bottom: 80px;
  position: relative;
}

.div-block-7, .div-block-8 {
  width: 50%;
  height: auto;
}

.div-block-2-copy {
  border: 1px solid #8a8a8a30;
  padding: 100px 60px;
}

.div-block-9 {
  border: 1px solid #0000001a;
  border-radius: 20px;
  width: 95%;
  height: auto;
  margin: 20px auto 40px;
}

.text-block-2-copy {
  color: #071e57;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Solway, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.div-block-10 {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-primary-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1292ee;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 182px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 26px;
  transition: all .2s;
  display: flex;
}

.button-primary-copy-copy:hover {
  color: #fff;
  background-color: #071e57;
}

.button-primary-copy-copy:active {
  background-color: #43464d;
}

.button-primary-copy-copy.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-copy-copy.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.bold-text-3 {
  letter-spacing: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.pricing-feature-copy-copy {
  background-image: url('../images/PRV-TEXTLOGO.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  background-attachment: scroll;
  align-self: stretch;
  margin-top: 16px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 24px;
}

.pop-up {
  z-index: 999;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-item {
  background-color: #fff;
  border-radius: 20px;
  width: 80%;
  height: 80%;
  padding: 40px;
  position: relative;
  overflow: auto;
}

.html-embed-2 {
  width: 100%;
  height: 90%;
  overflow: auto;
}

.cross-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.image-4 {
  float: none;
  clear: both;
  margin-top: 10px;
  text-decoration: line-through;
  display: block;
  position: static;
}

.image-5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-6 {
  align-self: center;
  margin-bottom: 10px;
}

.image-4-copy {
  float: none;
  clear: both;
  margin-top: 10px;
  text-decoration: line-through;
  display: block;
  position: static;
}

.image-5-copy {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-7 {
  float: right;
  align-self: center;
  display: block;
}

.image-7-copy {
  float: right;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 100px;
  display: block;
}

.image-8 {
  margin-left: 140px;
}

.text-span {
  text-transform: capitalize;
}

.image-9 {
  width: 160px;
  padding-top: 5px;
}

.image-10 {
  width: 160px;
}

.image-11 {
  flex: 0 auto;
}

.image-12, .section {
  text-align: center;
}

.image-13 {
  width: 160px;
  padding-top: 10px;
  padding-left: 10px;
}

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

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .container-2 {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .pricing-title {
    margin-bottom: 20px;
  }

  .pricing-subtitles {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
  }

  .pricing-feature-copy {
    padding-left: 40px;
    padding-right: 10px;
  }

  .container-3 {
    max-width: 728px;
  }

  .pricing-wrapper-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card-2 {
    width: 350px;
  }

  .column-4 {
    padding-left: 0;
  }

  .button-primary-copy {
    width: 126px;
    font-size: 16px;
    line-height: 22px;
  }

  .pricing-col-1-copy, .pricing-col-1-copy-copy {
    margin-left: 10px;
  }

  .div-block-2-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pricing-feature-copy-copy {
    background-position: 0 0;
    padding-left: 40px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pricing-overview, .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .pricing-comparison-2 {
    padding: 60px 15px;
  }

  .pricing-wrapper-2 {
    justify-items: stretch;
  }

  .pricing-card-2 {
    width: auto;
  }

  .pricing-title-2 {
    font-size: 34px;
    line-height: 42px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .centered-heading {
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 38px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .pricing-image {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
  }

  .pricing-heading {
    margin-top: 10px;
  }

  .container-2 {
    max-width: none;
  }

  .button-primary {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pricing-subtitles {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-feature-copy {
    padding-left: 40px;
  }

  .div-block {
    flex-wrap: wrap;
    height: 100%;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-2 {
    letter-spacing: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column {
    min-height: auto;
    max-height: none;
  }

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

  .div-block-2 {
    margin: 40px -20px 0;
    padding: 40px 0;
  }

  .container-3 {
    max-width: none;
  }

  .button-primary-copy {
    width: 166px;
    margin-left: 20px;
    margin-right: 20px;
    left: 9%;
  }

  .plans-parent-div {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -40px;
  }

  .pricing-col-1 {
    width: 100%;
    margin-top: 81px;
  }

  .pricing-col-1-copy, .pricing-col-1-copy-copy {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .div-block-7, .div-block-8 {
    width: 100%;
  }

  .div-block-2-copy {
    margin: 40px 0 0;
    padding: 40px 0;
  }

  .div-block-9 {
    width: 100%;
    margin-top: 20px;
  }

  .button-primary-copy-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pricing-feature-copy-copy {
    padding-left: 40px;
  }

  .pop-up-item {
    height: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#w-node-_59cd78cf-d63e-3215-2088-350bfca57488-8f8ae3d3, #w-node-_59cd78cf-d63e-3215-2088-350bfca57492-8f8ae3d3, #w-node-_59cd78cf-d63e-3215-2088-350bfca5749c-8f8ae3d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


