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

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

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

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

a {
  text-decoration: underline;
}

.section_hero {
  outline-offset: 0px;
  color: #fff;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  outline: 3px #fff;
  padding: 40px 30px;
  position: relative;
}

.container_alt2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 940px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container_alt1 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.h2_kicker {
  color: #000;
  order: 0;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.btn_cta {
  color: #fff;
  text-transform: none;
  background-color: #b4232d;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 8px 25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003, 0 2px 5px #0003;
}

.btn_cta:hover {
  color: #fff;
  background-color: #444;
}

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

.img_dashboard {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 750px;
  height: 420.297px;
  margin-top: 40px;
  overflow: clip;
  box-shadow: 0 2px 20px -7px #000;
}

.h1_header {
  color: #222;
  text-align: center;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 700;
  text-decoration: none;
}

.section_rapidcred {
  color: #fff;
  background-color: #fff;
  border-top: 0 #000;
  border-bottom: 0 #e4ebf3;
  flex-flow: row;
  padding: 50px 30px;
}

.div_rapidcred_clientlogos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 475px;
  max-width: 525px;
  display: flex;
  overflow: visible;
}

.img_rapidcred_clientlogos {
  mix-blend-mode: luminosity;
  width: 100px;
  height: 30px;
}

.txt_compliance {
  color: #666;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.txt_header_alt1 {
  color: #222;
  text-align: center;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}

.txt_rapidcred_statsends {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  white-space: nowrap;
  border-right: 3px #000;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.section_how2fax {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px 40px;
  position: relative;
}

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

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

.features-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.features-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  text-decoration: none;
  display: flex;
}

.features-block:hover {
  text-decoration: underline;
}

.features-title {
  color: #000;
  white-space: nowrap;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 48px;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% auto;
  overflow: hidden;
}

.tabs-content-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: block;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 35%;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.text-block-4 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.tab-link {
  color: #0009;
  background-color: #ddd0;
  border-left: 6px solid #0009;
  align-self: auto;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.tab-link:hover {
  color: #000;
  border-left-color: #b4232d99;
}

.tab-link.w--current {
  color: #000;
  background-color: #ddd0;
  border-left-width: 6px;
  border-left-color: #b4232d;
  width: 100%;
}

.text-block-5 {
  color: #000;
  text-overflow: clip;
  white-space: nowrap;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  display: block;
}

.image {
  width: 270px;
  height: 30.5625px;
}

.image-2 {
  width: 270px;
  height: 26.8438px;
}

.image-3 {
  width: 270px;
  height: 31.1719px;
}

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

.div_stats {
  color: #222;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.txt_rapidcred_stats_middle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  white-space: nowrap;
  border-left: 3px solid #222;
  border-right: 3px solid #222;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.tab-link-tab-2-2 {
  background-color: #444;
  border: 2px solid #fff;
  border-radius: 5px;
  align-self: center;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-2-2:hover {
  border-color: #b4232d99;
}

.tab-link-tab-2-2.w--current {
  color: #fff;
  background-color: #444;
  border-style: solid;
  border-color: #b4232d;
}

.text-block-8 {
  color: #fff;
  -webkit-text-stroke-color: #000;
  font-family: Inter, sans-serif;
}

.tabs-menu-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin: 20px;
  display: flex;
}

.image-4 {
  width: 650px;
  height: 333.266px;
}

.tabs-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #222;
  border-radius: 5px;
  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;
  width: 500px;
  display: block;
  position: relative;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-auto-flow: row;
  display: flex;
}

.code-wrapper {
  aspect-ratio: auto;
  overflow-wrap: anywhere;
  height: 300px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
  overflow: auto;
}

.text-block-10 {
  color: #fff;
  height: auto;
  font-family: Inter, sans-serif;
  font-size: 12px;
  overflow: visible;
}

.code {
  overflow: scroll;
}

.text-block-11 {
  text-align: center;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.button {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #222;
  border: 2px solid #222;
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.button:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.div-block-9 {
  text-align: center;
  align-self: center;
}

.text-block-12 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.grid-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.text-block-13 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.bold-text-2 {
  text-align: center;
  text-decoration: none;
}

.div-block-10 {
  text-align: left;
  order: 1;
}

.section_pricing {
  color: #fff;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 60px;
}

.text-block-18 {
  color: #222;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 40px;
}

.basic-plan-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  border: 3px solid #222;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 275px;
  padding: 20px 25px;
  display: flex;
  position: relative;
}

.plans-wrapper {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-19 {
  color: #000;
  padding-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.container-9 {
  margin-bottom: 40px;
}

.text-block-21 {
  color: #000;
  text-align: center;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-22 {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.list-2 {
  color: #000;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 25px;
}

.rich-text-block {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.list-item {
  color: #000;
}

.pro-plan-block {
  text-align: center;
  border: 4px solid #b4232d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 35px 30px 40px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 2px 17px 4px #0003;
}

.text-block-18-copy {
  color: #222;
  border: 1px #222;
  padding-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-19-copy {
  color: #000;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.text-block-23-copy {
  color: #222;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.button-3-copy {
  color: #fff;
  background-color: #b3232d;
  border: 2px #b3232d;
  border-radius: 5px;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.button-3-copy:hover {
  background-color: #444;
  border-color: #444;
}

.list-2-copy {
  color: #000;
  margin-bottom: 0;
  padding-top: 15px;
  padding-left: 20px;
  line-height: 25px;
}

.list-item-copy {
  color: #000;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  max-width: 2000px;
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

.text-block-27 {
  color: #222;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.major-lines {
  border-top: 2px solid #b3232d;
  border-bottom: 2px solid #b3232d;
}

.major-title {
  color: #222;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.pro-copy {
  color: #fff;
  text-align: center;
  background-color: #b3232d;
  border: 2px #b3232d;
  border-radius: 5px;
  width: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 4px 5px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

.pro-copy:hover {
  background-color: #444;
}

.text-block-28 {
  text-align: center;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-29 {
  color: #222;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.grid_div_white_mid {
  background-color: #fff;
}

.grid_div_white_mid_plans {
  text-align: center;
  background-color: #fff;
}

.grid_div_grey_mid_plans {
  text-align: center;
  background-color: #e9e9e9;
}

.grid_div_grey_mid {
  background-color: #e9e9e9;
}

.grid_div_white_bottom {
  background-color: #fff;
  margin-bottom: 10px;
}

.grid_div_grey_bottom {
  background-color: #e9e9e9;
  margin-bottom: 10px;
}

.grid_div_grey_bottom_plans {
  text-align: center;
  background-color: #e9e9e9;
  margin-bottom: 10px;
}

.section_trustamp {
  background-color: #222;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px;
  position: relative;
}

.div-block-13 {
  text-align: center;
  margin-top: 30px;
}

.button-4 {
  color: #fff;
  background-color: #222;
  border: 2px solid #222;
  border-radius: 5px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.button-4:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.text-block-30 {
  color: #fff;
  padding-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.text-block-31 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.container_trustamp {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 940px;
  display: flex;
}

.div-block-14 {
  text-align: left;
  border-right: 2px solid #fff;
  align-self: center;
  padding-right: 62px;
}

.text-block-32 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
}

.div-block-15 {
  align-self: center;
  padding-left: 62px;
}

.text-block-33 {
  color: #fff;
  white-space: nowrap;
  padding-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.section_faq {
  color: #000;
  background-color: #e9e9e9;
  padding: 60px 30px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button-4-copy {
  color: #fff;
  background-color: #222;
  border: 2px solid #222;
  border-radius: 5px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.button-4-copy:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.text-block-34 {
  color: #222;
  text-align: center;
  padding-bottom: 39px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.faq-question {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #222;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq-answer {
  color: #222;
  padding: 0 20px 10px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.faq-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.faq-table {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
  overflow: visible;
}

.arrow-acordian {
  height: 20px;
}

.div_trustamp_desc {
  text-align: left;
  border-right: 2px solid #fff;
  align-self: center;
  padding-right: 62px;
}

.div_trustamp_stats {
  align-self: center;
  padding-left: 62px;
}

.txt_trustamp_stats_percentage {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 50px;
}

.txt_trustamp_stats_name {
  color: #fff;
  white-space: nowrap;
  padding-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.txt_trustamp_desc_header {
  color: #fff;
  padding-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
}

.txt_trustamp_desc_kicker {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.faq-item-preopend {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  display: flex;
}

.arrow-acordian-preopened {
  height: 20px;
}

.tabs-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.tabs-menu-5 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
  position: absolute;
  inset: 0 0% 0 0;
  overflow: hidden;
}

._w-tab-link {
  background-color: #222;
  border: 2px solid #222;
  border-radius: 5px;
  flex-flow: column;
  padding-left: 20px;
  padding-right: 20px;
}

._w-tab-link:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

._w-tab-link.w--current {
  background-color: #222;
  border-style: solid;
  border-color: #222;
  order: -1;
}

._w-tab-link.w--current:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.div-block-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
}

.icon-3 {
  margin: 0;
  position: relative;
}

.div-block-19 {
  color: #000;
  font-size: 25px;
}

._14-99-month-copy {
  color: #222;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

._14-99-month-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}

._14-99-month-copy-copy-copy {
  color: #000;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.tabs-content-4 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-20 {
  z-index: 0;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 43px;
}

.list-2-copy {
  color: #000;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  font-size: 12px;
  line-height: 25px;
}

.tabs-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.tabs-content-4-copy {
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-19-copy {
  color: #000;
  font-size: 23px;
}

.tabs-menu-5-copy {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
  position: absolute;
  inset: 0 0% 0 0;
  overflow: hidden;
}

.tab-1-copy {
  background-color: #222;
  border: 2px solid #222;
  border-radius: 5px;
  flex-flow: column;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-1-copy:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.tab-1-copy.w--current {
  background-color: #222;
  border-color: #222;
  order: -1;
}

.tab-1-copy.w--current:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.button-5 {
  color: #fff;
  background-color: #222;
  border: 2px solid #222;
  border-radius: 5px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.button-5:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.button-6 {
  background-color: #b3232d;
  border-radius: 5px;
  width: 100%;
  margin-top: 59px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.button-6:hover {
  background-color: #444;
}

.button-6-copy {
  background-color: #b3232d;
  border-radius: 5px;
  width: 100%;
  margin-top: 59px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.button-6-copy:hover {
  background-color: #32343a;
}

.button-6-copy-copy {
  background-color: #b3232d;
  border-radius: 5px;
  width: 100%;
  margin-top: 59px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.button-6-copy-copy:hover {
  background-color: #32343a;
}

.button-7 {
  color: #fff;
  background-color: #b3232d;
  border-radius: 5px;
  width: 100%;
  margin-top: 59px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.button-7:hover {
  background-color: #444;
}

.button-7-copy {
  color: #fff;
  background-color: #b3232d;
  border-radius: 5px;
  width: 100%;
  margin-top: 59px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.button-7-copy:hover {
  background-color: #32343a;
}

.button-7-copy-copy {
  color: #fff;
  background-color: #b3232d;
  border-radius: 5px;
  width: 100%;
  margin-top: 59px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.button-7-copy-copy:hover {
  background-color: #32343a;
}

.button-3-copy-copy-copy-copy {
  color: #fff;
  text-align: center;
  background-color: #b3232d;
  border: 2px #b3232d;
  border-radius: 5px;
  width: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 4px 5px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

.button-3-copy-copy-copy-copy:hover {
  background-color: #444;
}

.text-block-36 {
  white-space: nowrap;
}

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

.button-37 {
  color: #fff;
  text-align: center;
  background-color: #b3232d;
  border: 2px #b3232d;
  border-radius: 5px;
  width: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 4px 5px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

.button-37:hover {
  background-color: #444;
}

.container-14 {
  max-width: 1300px;
}

.text-block-37 {
  flex: 0 auto;
  align-self: center;
  padding-right: 2px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.image-6 {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.div-block-22-copy {
  background-color: #4584f1;
  border-radius: 20px;
  flex-flow: row;
  flex: 1;
  align-self: center;
  padding: 5px 15px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -17px;
  right: -21.9062px;
}

.div-block-22-copy-copy {
  background-color: #4584f1;
  border-radius: 20px;
  flex-flow: row;
  flex: 1;
  align-self: center;
  padding: 5px 15px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -17px;
  right: -21.9062px;
}

.image-6-copy {
  vertical-align: middle;
  width: 22px;
  height: 22px;
}

.div-block-23 {
  order: 1;
}

.section_footer {
  background-color: #222;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 80px;
  position: relative;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  padding-top: 40px;
  font-size: 14px;
  line-height: 16px;
}

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

.text-block-38 {
  color: #fff;
  padding-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.text-block-39 {
  color: #dfdfdf;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  line-height: 21px;
  text-decoration: none;
}

.text-block-39:hover {
  color: #fff;
  text-decoration: underline;
}

.div-block-24 {
  flex-flow: column;
  display: flex;
}

.text-block-40 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-41 {
  color: #fff;
  padding-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-41-copy {
  color: #dfdfdf;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.text-block-41-copy:hover {
  color: #fff;
  text-decoration: underline;
}

.div-block-25 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  display: flex;
}

.text-block-39-c2 {
  color: #fff;
  padding-bottom: 15px;
  font-family: Inter, sans-serif;
  line-height: 21px;
}

.div-block-26 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 15px;
  display: flex;
}

.div-block-26-copy {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-27 {
  flex-flow: column;
  display: flex;
}

.text-block-41-copy-copy {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.slash {
  color: #dfdfdf;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  line-height: 21px;
  text-decoration: none;
}

.slash:hover {
  color: #dfdfdf;
  text-decoration: none;
}

.fax-number {
  color: #dfdfdf;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.fax-number:hover {
  color: #dfdfdf;
  text-decoration: none;
}

.image-8, .image-9 {
  width: 650px;
  height: 333.266px;
}

.image-10 {
  position: relative;
  inset: auto;
}

.div-block-28 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-11 {
  width: 118px;
  height: 47px;
  padding: 10px;
}

.section {
  z-index: 10;
  background-color: #fff;
  max-height: 50px;
  position: sticky;
  inset: 0;
  box-shadow: 0 2px 5px #0003;
}

.btn_cta-copy {
  color: #fff;
  text-transform: none;
  vertical-align: baseline;
  background-color: #b4232d;
  border-radius: 8px;
  padding: 5px 15px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003, 0 2px 5px #0003;
}

.btn_cta-copy:hover {
  color: #fff;
  background-color: #444;
}

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

.container-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.div-block-29 {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.text-block-42 {
  color: #222;
  align-self: center;
  font-family: Inter, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.text-block-42:hover {
  color: #b4232d;
}

.btn_cta-mobile {
  color: #fff;
  text-transform: none;
  vertical-align: baseline;
  background-color: #b4232d;
  border-radius: 8px;
  padding: 5px 15px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
  display: none;
  box-shadow: 0 2px 5px #0003, 0 2px 5px #0003;
}

.btn_cta-mobile:hover {
  color: #fff;
  background-color: #444;
}

.btn_cta-mobile:active {
  background-color: #43464d;
}

.btn_cta-mobile.w--current {
  display: none;
}

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

  .img_dashboard {
    width: 707.984px;
    height: 396.75px;
  }

  .h1_header {
    white-space: normal;
    line-height: 50px;
  }

  .section_how2fax {
    padding-top: 20px;
  }

  .container_how2fax {
    max-width: 728px;
  }

  .section_features {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .features-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    justify-content: space-between;
  }

  .features-title {
    line-height: 22px;
  }

  .image, .image-2, .image-3 {
    width: 330px;
    height: 40px;
  }

  .section_api {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-4 {
    width: 460.203px;
    height: 251.016px;
  }

  .tabs-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
    position: static;
  }

  .container-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-2 {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: static;
  }

  .grid-3 {
    display: flex;
  }

  .section_pricing {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .basic-plan-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .plans-wrapper {
    flex-flow: wrap;
    place-content: flex-end center;
    display: flex;
  }

  .pro-plan-block {
    order: -1;
    margin-left: 100px;
    margin-right: 100px;
  }

  .text-block-23-copy {
    padding-top: 10px;
  }

  .arrow-acordian {
    width: 20px;
  }

  .div_trustamp_desc {
    padding-right: 40px;
  }

  .arrow-acordian-preopened {
    width: 20px;
  }

  .tabs-content-5 {
    flex-flow: column;
    display: block;
  }

  .image-8, .image-9 {
    width: 460.203px;
    height: 251.016px;
  }
}

@media screen and (max-width: 767px) {
  .section_hero {
    padding: 30px 15px 60px;
  }

  .container_alt2 {
    width: 500px;
  }

  .img_dashboard {
    width: 537.984px;
    height: 301.484px;
    margin-top: 20px;
  }

  .h1_header {
    white-space: normal;
    line-height: 50px;
    display: block;
  }

  .section_rapidcred {
    padding: 40px 15px;
  }

  .div_rapidcred_clientlogos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-around;
    margin-bottom: -20px;
    display: block;
  }

  .img_rapidcred_clientlogos {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 10px;
  }

  .txt_header_alt1 {
    margin-bottom: 5px;
  }

  .section_how2fax, .section_features {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .tabs {
    flex-flow: column;
  }

  .tabs-menu {
    width: 100%;
  }

  .image {
    width: 268.906px;
    height: 31.7656px;
  }

  .image-2 {
    width: 268.891px;
    height: 32.5781px;
  }

  .image-3 {
    width: 268.906px;
    height: 31.7656px;
  }

  .section_api {
    padding: 60px 15px;
  }

  .div_stats {
    flex-flow: column;
    display: none;
  }

  .image-4 {
    width: 538px;
    height: 293.453px;
  }

  .tabs-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .container-6 {
    justify-content: center;
    display: flex;
  }

  .grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .grid-3 {
    display: flex;
  }

  .section_pricing {
    padding: 60px 15px;
  }

  .basic-plan-block {
    width: 65%;
    margin-bottom: 40px;
  }

  .plans-wrapper {
    flex-flow: wrap;
    margin-bottom: -40px;
  }

  .pro-plan-block {
    width: 65%;
    margin-bottom: 40px;
  }

  .grid-5 {
    display: none;
  }

  .section_trustamp {
    padding: 20px 15px;
  }

  .div-block-13 {
    display: none;
  }

  .container_trustamp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .div-block-14 {
    text-align: center;
    border-bottom: 2px solid #fff;
    border-right-style: none;
    flex-flow: column;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .div-block-15 {
    text-align: center;
    padding-left: 0;
  }

  .arrow-acordian {
    flex: none;
    width: 20px;
  }

  .div_trustamp_desc {
    text-align: center;
    border-bottom: 2px solid #fff;
    border-right-style: none;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .div_trustamp_stats {
    text-align: center;
    padding-left: 0;
  }

  .arrow-acordian-preopened {
    flex: none;
    width: 20px;
  }

  .list-2-copy {
    font-size: 14px;
  }

  .section_footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-7 {
    flex-flow: column;
    display: flex;
  }

  .image-8 {
    width: 538px;
    height: 293.453px;
  }

  .image-9 {
    width: 537.984px;
    height: 293.453px;
  }
}

@media screen and (max-width: 479px) {
  .section_hero {
    padding-top: 20px;
  }

  .container_alt2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: 100%;
    height: 142px;
    display: flex;
  }

  .img_dashboard {
    width: 289.984px;
    height: 162.5px;
  }

  .h1_header {
    white-space: normal;
  }

  .section_rapidcred {
    padding-bottom: 40px;
  }

  .div_rapidcred_clientlogos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 80px;
    margin-bottom: -30px;
    display: flex;
  }

  .img_rapidcred_clientlogos {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .txt_header_alt1 {
    padding-bottom: 8px;
    line-height: 30px;
    display: block;
  }

  .section_how2fax {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container_how2fax {
    max-width: none;
  }

  .section_features {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .features-wrapper {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: center;
    align-items: center;
  }

  .features-title {
    line-height: 25px;
  }

  .tabs-content-2 {
    margin-top: 20px;
  }

  .tabs-menu {
    width: 100%;
    margin-top: 10px;
  }

  .text-block-5 {
    line-height: 17px;
  }

  .image {
    width: 144.891px;
    height: 17.1094px;
  }

  .image-2 {
    width: 144.891px;
    height: 17.5625px;
  }

  .image-3 {
    width: 144.891px;
    height: 17.1094px;
  }

  .section_api {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div_stats {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    display: none;
  }

  .txt_rapidcred_stats_middle {
    border-style: solid none;
    border-top-width: 2px;
    border-top-color: #000;
    border-bottom-width: 2px;
    border-bottom-color: #000;
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tabs-menu-2 {
    flex-flow: wrap;
    justify-content: center;
  }

  .image-4 {
    width: 290px;
    height: 158.172px;
  }

  .tabs-2 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .grid-3 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    display: flex;
  }

  .div-block-10 {
    align-self: center;
  }

  .section_pricing {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .basic-plan-block {
    width: 100%;
  }

  .plans-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .pro-plan-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 25px;
  }

  .grid-5 {
    display: none;
  }

  .section_trustamp {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-13 {
    display: none;
  }

  .text-block-30 {
    text-align: center;
    line-height: 40px;
  }

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

  .container_trustamp {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .div-block-14 {
    text-align: center;
    border-bottom: 2px solid #fff;
    border-right-style: none;
    flex-flow: column;
    padding-bottom: 20px;
    padding-right: 0;
    display: flex;
  }

  .text-block-32 {
    flex-flow: column;
    display: flex;
  }

  .div-block-15 {
    padding-left: 0;
  }

  .text-block-33 {
    flex-flow: column;
    display: flex;
  }

  .section_faq {
    max-width: 100%;
    padding: 50px 15px 20px;
  }

  .faq-question {
    align-items: flex-start;
  }

  .arrow-acordian {
    flex: none;
    width: 20px;
  }

  .div_trustamp_desc {
    text-align: center;
    border: 1px #000;
    border-top-width: 2px;
    border-bottom: 1px solid #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    padding-right: 0;
    display: flex;
  }

  .div_trustamp_stats {
    padding-left: 0;
  }

  .txt_trustamp_stats_percentage, .txt_trustamp_stats_name {
    text-align: center;
  }

  .txt_trustamp_desc_header {
    line-height: 40px;
  }

  .arrow-acordian-preopened {
    width: 20px;
  }

  .button-7 {
    vertical-align: middle;
  }

  .div-block-22-copy, .div-block-22-copy-copy {
    top: -13px;
    right: -12.9062px;
  }

  .grid-7 {
    flex-flow: column;
    display: flex;
  }

  .div-block-26 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .image-8, .image-9 {
    width: 290px;
    height: 158.172px;
  }

  .btn_cta-copy {
    margin: 10px;
    display: block;
  }

  .div-block-30 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-42 {
    display: none;
  }

  .btn_cta-mobile {
    margin: 10px;
  }
}

#w-node-_733838df-7c2b-c4d2-9aeb-ed4892b4f81c-918dcac7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6256b4cf-e144-5629-ed60-bb7cc009539c-918dcac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_4e4833d5-229e-c230-6535-6d1e9f8830e4-918dcac7, #w-node-b43bd2d0-743a-9411-40cd-71737e11bd32-918dcac7, #w-node-_88410b51-686b-1091-99af-ad152df5b5f8-918dcac7, #w-node-af2073c8-fb01-ef73-e1d9-d56de329de14-918dcac7 {
  place-self: auto center;
}

#w-node-_7e639e58-8409-fc0f-ddcd-b520c8ef855f-918dcac7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_07738102-257b-f8c6-bb6c-d87dc3ac7ca5-918dcac7 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-de5338d2-7ec3-bde5-5fec-006298cc19a1-918dcac7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-fdbc386a-5cb9-aee9-a839-da17ef002646-918dcac7 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: auto center;
}

#w-node-f61082f0-50ef-9b3d-01e2-c7985ad4b61a-918dcac7 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-b4b94ff6-6849-547f-741b-37a3cb1bef57-918dcac7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d2cc101d-ae61-cc7e-2ec7-4dda53333eed-918dcac7 {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-_9a2b830d-8015-1f0c-befd-5dd6d983b6db-918dcac7 {
  grid-area: 14 / 1 / 15 / 2;
}

#w-node-d784e5ca-ad14-2f48-20dc-4d355707b0d1-918dcac7 {
  grid-area: 24 / 1 / 25 / 2;
}

#w-node-bc3a2637-3417-ef31-fa33-cf4722732858-918dcac7 {
  grid-area: 29 / 1 / 30 / 2;
}

#w-node-_37738b06-bdf9-7c8c-fa42-d7d73c65f7ac-918dcac7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3cbf0b15-522a-477c-179a-593f1115e3e0-918dcac7 {
  grid-area: 14 / 2 / 15 / 3;
}

#w-node-ffddc590-dae6-403b-9607-a6387a849e89-918dcac7 {
  grid-area: 24 / 2 / 25 / 3;
}

#w-node-_61329a6f-6ee3-2385-5639-2535d646c313-918dcac7 {
  grid-area: 29 / 2 / 30 / 3;
}

#w-node-ffe88c1a-52ad-5f55-fee2-330b71a9bf1e-918dcac7 {
  grid-area: 29 / 3 / 30 / 4;
}

#w-node-d0753e37-148f-6c83-cf24-0a7f9719d2c8-918dcac7 {
  grid-area: 29 / 4 / 30 / 5;
}

#w-node-_1076ee35-c5cf-7649-1b48-db275a3c06a5-918dcac7 {
  grid-area: 24 / 3 / 25 / 4;
}

#w-node-cfcbb19b-0d91-ab5f-0cfb-d2d05a9dea17-918dcac7 {
  grid-area: 24 / 4 / 25 / 5;
}

#w-node-_1fb2928c-4f94-2a25-75cd-ee491eaf0762-918dcac7 {
  grid-area: 14 / 3 / 15 / 4;
}

#w-node-ca353cb8-c3d2-d334-69ce-0dfb58a9c184-918dcac7 {
  grid-area: 14 / 4 / 15 / 5;
}

#w-node-_9a6f3a43-9b13-c571-ebaf-865c1829bdec-918dcac7 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_48838ffd-817a-6cd8-590d-e52e1d21eb85-918dcac7 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_828be13e-2859-03c8-fbea-e95e0846102e-918dcac7, #w-node-_23b67011-7f77-4f65-cff5-ba20be130a98-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-b82fe294-74c8-880f-7d98-993c987ced7b-918dcac7 {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-b82fe294-74c8-880f-7d98-993c987ced7c-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_044ed729-5c5d-0f96-f5b3-4da98f995d8a-918dcac7 {
  grid-area: 15 / 1 / 16 / 2;
}

#w-node-_044ed729-5c5d-0f96-f5b3-4da98f995d8b-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-be33ef37-c4fb-1826-3c52-9a0115231d69-918dcac7 {
  grid-area: 25 / 1 / 26 / 2;
}

#w-node-e6445a9f-03cf-11ca-24c6-50cb017f9669-918dcac7 {
  grid-area: 30 / 1 / 31 / 2;
}

#w-node-e6445a9f-03cf-11ca-24c6-50cb017f966a-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_450b3ee8-3a64-3c9d-2540-81999bec0e04-918dcac7 {
  grid-area: 32 / 1 / 33 / 2;
}

#w-node-_450b3ee8-3a64-3c9d-2540-81999bec0e05-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_34ab5899-e5af-3242-0ef4-717b1b3e900b-918dcac7 {
  grid-area: 34 / 1 / 35 / 2;
}

#w-node-_34ab5899-e5af-3242-0ef4-717b1b3e900c-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ca0e40d6-4dd8-658c-8366-de27a5733c60-918dcac7 {
  grid-area: 17 / 1 / 18 / 2;
}

#w-node-ca0e40d6-4dd8-658c-8366-de27a5733c61-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e21ecaf0-919f-ff16-2875-cbaa671ce8b9-918dcac7 {
  grid-area: 27 / 1 / 28 / 2;
}

#w-node-e21ecaf0-919f-ff16-2875-cbaa671ce8ba-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_8f1630b2-553e-714a-0f49-4ae4a87a5a0e-918dcac7 {
  grid-area: 19 / 1 / 20 / 2;
}

#w-node-_8f1630b2-553e-714a-0f49-4ae4a87a5a0f-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_7e7f3623-362b-e225-0859-260be042e552-918dcac7 {
  grid-area: 21 / 1 / 22 / 2;
}

#w-node-_7e7f3623-362b-e225-0859-260be042e553-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_944ae6f2-0b26-109e-9a43-6488433a72e9-918dcac7 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_944ae6f2-0b26-109e-9a43-6488433a72ea-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_4dd8ce2c-81ee-a447-9510-1bb554a5de3e-918dcac7 {
  grid-area: 10 / 1 / 11 / 2;
}

#w-node-_4dd8ce2c-81ee-a447-9510-1bb554a5de3f-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_1d4298c0-9704-e0c3-7cea-479785b1d31b-918dcac7 {
  grid-area: 16 / 1 / 17 / 2;
}

#w-node-_1d4298c0-9704-e0c3-7cea-479785b1d31c-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_062e3f2f-9eca-dff4-89f3-ddff039e0b2f-918dcac7 {
  grid-area: 26 / 1 / 27 / 2;
}

#w-node-ac397a13-596a-c6b9-6469-344b2d6e91df-918dcac7 {
  grid-area: 31 / 1 / 32 / 2;
}

#w-node-ac397a13-596a-c6b9-6469-344b2d6e91e0-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-cc8711b9-9a57-f652-69d6-90dadf05c78f-918dcac7 {
  grid-area: 33 / 1 / 34 / 2;
}

#w-node-cc8711b9-9a57-f652-69d6-90dadf05c790-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_0ad3933c-52f1-8a7d-d8f8-5ee5595de159-918dcac7 {
  grid-area: 35 / 1 / 36 / 2;
}

#w-node-_0ad3933c-52f1-8a7d-d8f8-5ee5595de15a-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-b01a9565-0644-98e5-2ec6-cb8ba1c3a628-918dcac7 {
  grid-area: 28 / 1 / 29 / 2;
}

#w-node-b01a9565-0644-98e5-2ec6-cb8ba1c3a629-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_845a3793-f61e-946f-7dd3-4d452163370e-918dcac7 {
  grid-area: 18 / 1 / 19 / 2;
}

#w-node-_845a3793-f61e-946f-7dd3-4d452163370f-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_3ed0dfbb-468a-57fc-5aa4-c65c36395102-918dcac7 {
  grid-area: 20 / 1 / 21 / 2;
}

#w-node-_3ed0dfbb-468a-57fc-5aa4-c65c36395103-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d7abc774-ec2f-cbbd-7571-cba0dafda22a-918dcac7 {
  grid-area: 22 / 1 / 23 / 2;
}

#w-node-d7abc774-ec2f-cbbd-7571-cba0dafda22b-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d0c02e82-2884-a0df-8be5-2c841eeb20c9-918dcac7 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-d0c02e82-2884-a0df-8be5-2c841eeb20ca-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d286a2c5-9a1d-7e39-4f12-d82a7f7d7e1e-918dcac7 {
  grid-area: 11 / 1 / 12 / 2;
}

#w-node-d286a2c5-9a1d-7e39-4f12-d82a7f7d7e1f-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_2d93ad05-ec61-070b-c716-530d4bb1635e-918dcac7 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_2d93ad05-ec61-070b-c716-530d4bb1635f-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_50f3a2d9-7494-7374-fa04-f8ebb9766283-918dcac7 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_50f3a2d9-7494-7374-fa04-f8ebb9766284-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_38e2c434-8131-b8cf-f1f1-82d04d88259c-918dcac7 {
  grid-area: 12 / 1 / 13 / 2;
}

#w-node-_38e2c434-8131-b8cf-f1f1-82d04d88259d-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_67f1294a-76cd-6897-c4fa-b10c3aa04d6e-918dcac7 {
  grid-area: 13 / 1 / 14 / 2;
}

#w-node-_67f1294a-76cd-6897-c4fa-b10c3aa04d6f-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_4496bf31-9105-a2a2-9b05-648ba1041c83-918dcac7 {
  grid-area: 23 / 1 / 24 / 2;
}

#w-node-_4496bf31-9105-a2a2-9b05-648ba1041c84-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c200a772-9abf-b0ee-5654-0267f836c123-918dcac7 {
  grid-area: 36 / 1 / 37 / 2;
}

#w-node-c200a772-9abf-b0ee-5654-0267f836c124-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_16b9418e-cd43-342f-5fb5-6ad3314a4c76-918dcac7 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_16b9418e-cd43-342f-5fb5-6ad3314a4c77-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a2813b2d-385a-2b0d-ff5d-651be331e7e1-918dcac7 {
  grid-area: 9 / 2 / 10 / 4;
}

#w-node-ad2cf95b-1acf-f239-b011-ffdbe94702d9-918dcac7 {
  grid-area: 9 / 3 / 10 / 4;
}

#w-node-_2a99b5be-bfb9-1eda-2209-12b99412314a-918dcac7 {
  grid-area: 9 / 4 / 10 / 5;
}

#w-node-_5fd97e2e-555b-248e-ac78-93ec627047f9-918dcac7 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_5fd97e2e-555b-248e-ac78-93ec627047fa-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-f45807b9-b6ac-2751-7bb2-ae8a735d1793-918dcac7 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-f45807b9-b6ac-2751-7bb2-ae8a735d1794-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_37e5c431-9582-ac51-cef1-9d96a3eb8bbc-918dcac7 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_37e5c431-9582-ac51-cef1-9d96a3eb8bbd-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_70f677ec-bb4d-3760-8cee-13c9da7eb392-918dcac7 {
  grid-area: 11 / 2 / 12 / 3;
}

#w-node-aa0123bc-3eaa-dffe-7169-b302de536eae-918dcac7 {
  grid-area: 15 / 2 / 16 / 3;
}

#w-node-_6e163f05-21d4-5863-0f03-45b4a9c78ef5-918dcac7 {
  grid-area: 15 / 3 / 16 / 4;
}

#w-node-_6dba0f28-90c6-d05c-3d16-b51d50539614-918dcac7 {
  grid-area: 15 / 4 / 16 / 5;
}

#w-node-b60cd5f7-16cd-053a-4551-dc0410669b2e-918dcac7 {
  grid-area: 17 / 3 / 18 / 4;
}

#w-node-b60cd5f7-16cd-053a-4551-dc0410669b2f-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_7baab740-c259-1951-2ee4-974208ab895b-918dcac7 {
  grid-area: 17 / 4 / 18 / 5;
}

#w-node-_7baab740-c259-1951-2ee4-974208ab895c-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-f42bda00-d6b3-c300-494a-d5d9e8354f4d-918dcac7 {
  grid-area: 19 / 3 / 20 / 4;
}

#w-node-f42bda00-d6b3-c300-494a-d5d9e8354f4e-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_12091e90-a4b6-32d6-42cd-9059721aa03e-918dcac7 {
  grid-area: 21 / 3 / 22 / 4;
}

#w-node-_12091e90-a4b6-32d6-42cd-9059721aa03f-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-f275cbd8-5c08-a28a-65f5-9675710d71c3-918dcac7 {
  grid-area: 19 / 4 / 20 / 5;
}

#w-node-f275cbd8-5c08-a28a-65f5-9675710d71c4-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_46915708-5230-cb96-c615-a56df38fc128-918dcac7 {
  grid-area: 21 / 4 / 22 / 5;
}

#w-node-_46915708-5230-cb96-c615-a56df38fc129-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_5a7ae428-deb6-fc30-2bea-b9be62d4357d-918dcac7 {
  grid-area: 17 / 2 / 18 / 3;
}

#w-node-_5a7ae428-deb6-fc30-2bea-b9be62d4357e-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_6e57b74c-0cbf-e48d-ffb8-f4895c009a80-918dcac7 {
  grid-area: 25 / 2 / 26 / 3;
}

#w-node-b048cc49-3f2c-f0d2-cdb0-2be8e270d083-918dcac7 {
  grid-area: 30 / 2 / 31 / 3;
}

#w-node-b048cc49-3f2c-f0d2-cdb0-2be8e270d084-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_04573a19-4568-e504-143f-a2c0b00d94f9-918dcac7 {
  grid-area: 32 / 2 / 33 / 3;
}

#w-node-_04573a19-4568-e504-143f-a2c0b00d94fa-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_686fbf9f-1c1c-8237-d204-981e477fa1cd-918dcac7 {
  grid-area: 34 / 2 / 35 / 3;
}

#w-node-_686fbf9f-1c1c-8237-d204-981e477fa1ce-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_9f401028-e28f-906e-6c5a-c17faeb8353a-918dcac7 {
  grid-area: 30 / 3 / 31 / 4;
}

#w-node-_9f401028-e28f-906e-6c5a-c17faeb8353b-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_639e5811-9da5-f341-937a-312cc7f4c057-918dcac7 {
  grid-area: 32 / 3 / 33 / 4;
}

#w-node-_639e5811-9da5-f341-937a-312cc7f4c058-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_9c3d1362-dcd1-03eb-63c6-7b5cd484b172-918dcac7 {
  grid-area: 34 / 3 / 35 / 4;
}

#w-node-_9c3d1362-dcd1-03eb-63c6-7b5cd484b173-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_5670ae89-7993-7c07-128c-e41e4546dce1-918dcac7 {
  grid-area: 34 / 4 / 35 / 5;
}

#w-node-_5670ae89-7993-7c07-128c-e41e4546dce2-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-f31e9a35-1e41-5b50-eb43-01be900754b4-918dcac7 {
  grid-area: 32 / 4 / 33 / 5;
}

#w-node-f31e9a35-1e41-5b50-eb43-01be900754b5-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-aedd74f5-4c5a-97b8-3ff2-7fee12776515-918dcac7 {
  grid-area: 30 / 4 / 31 / 5;
}

#w-node-aedd74f5-4c5a-97b8-3ff2-7fee12776516-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_3f3b38c6-6e34-b94d-0059-01420ac38033-918dcac7 {
  grid-area: 31 / 4 / 32 / 5;
}

#w-node-_3f3b38c6-6e34-b94d-0059-01420ac38034-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_7a79c58b-587c-f88a-4fac-4d1adbda8e82-918dcac7 {
  grid-area: 27 / 2 / 28 / 3;
}

#w-node-_88437007-f542-bc6f-650c-e73953eb22f4-918dcac7 {
  grid-area: 25 / 3 / 26 / 4;
}

#w-node-af322036-92c2-8629-7be3-93c362125bc9-918dcac7 {
  grid-area: 27 / 3 / 28 / 4;
}

#w-node-f4ec7ade-f2fe-e414-79f3-b29597f4b53b-918dcac7 {
  grid-area: 25 / 4 / 26 / 5;
}

#w-node-_98525603-758b-2dbf-8ff7-404dcd2e3935-918dcac7 {
  grid-area: 27 / 4 / 28 / 5;
}

#w-node-ab59e88e-42e3-1f7d-3cf9-12beabf85888-918dcac7 {
  grid-area: 19 / 2 / 20 / 3;
}

#w-node-ab59e88e-42e3-1f7d-3cf9-12beabf85889-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_90a7fbc7-1412-4e6d-1060-69d59d2ff069-918dcac7 {
  grid-area: 21 / 2 / 22 / 3;
}

#w-node-_90a7fbc7-1412-4e6d-1060-69d59d2ff06a-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e56d4a87-9e7f-16c9-8715-5cdf4ee1abcc-918dcac7 {
  grid-area: 11 / 3 / 12 / 4;
}

#w-node-e56d4a87-9e7f-16c9-8715-5cdf4ee1abcd-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_65d1f89f-a1b4-c7c3-b740-aad084f3942b-918dcac7 {
  grid-area: 11 / 4 / 12 / 5;
}

#w-node-_65d1f89f-a1b4-c7c3-b740-aad084f3942c-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a78a990c-bda3-f7eb-5733-30450ddc4be3-918dcac7 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-a78a990c-bda3-f7eb-5733-30450ddc4be4-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_965ce0be-c8aa-1f1a-aef8-75caf8c8b96f-918dcac7 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-_965ce0be-c8aa-1f1a-aef8-75caf8c8b970-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-dfafe454-e222-59d1-78b7-6e0442278c0f-918dcac7 {
  grid-area: 13 / 2 / 14 / 3;
}

#w-node-dfafe454-e222-59d1-78b7-6e0442278c10-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_901e7116-51c1-04e3-05c8-612df1866e5d-918dcac7 {
  grid-area: 23 / 2 / 24 / 3;
}

#w-node-_901e7116-51c1-04e3-05c8-612df1866e5e-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_13a841ea-1142-e366-5297-8d118c1b547d-918dcac7 {
  grid-area: 36 / 2 / 37 / 3;
}

#w-node-_13a841ea-1142-e366-5297-8d118c1b547e-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_6e4ec8da-c7ee-58da-064d-59bd06e1f894-918dcac7 {
  grid-area: 36 / 3 / 37 / 4;
}

#w-node-_6e4ec8da-c7ee-58da-064d-59bd06e1f895-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_22fa1c0d-6232-ce03-9681-74ad01fd25d5-918dcac7 {
  grid-area: 36 / 4 / 37 / 5;
}

#w-node-_22fa1c0d-6232-ce03-9681-74ad01fd25d6-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d6fc59c6-7f04-57f5-1c0a-6746299c23be-918dcac7 {
  grid-area: 23 / 3 / 24 / 4;
}

#w-node-d6fc59c6-7f04-57f5-1c0a-6746299c23bf-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_088a6d7d-2e6a-758a-1827-82cb3d1665ee-918dcac7 {
  grid-area: 23 / 4 / 24 / 5;
}

#w-node-_088a6d7d-2e6a-758a-1827-82cb3d1665ef-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_95e8f3b6-4e03-2b73-eb59-8687c0dc919e-918dcac7 {
  grid-area: 13 / 3 / 14 / 4;
}

#w-node-_95e8f3b6-4e03-2b73-eb59-8687c0dc919f-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_40acb292-e1d7-1cbb-400e-e2d08ceb67ea-918dcac7 {
  grid-area: 13 / 4 / 14 / 5;
}

#w-node-_40acb292-e1d7-1cbb-400e-e2d08ceb67eb-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_2d273bd5-33d9-3f6f-c322-5cc87838b0b4-918dcac7 {
  grid-area: 7 / 3 / 8 / 4;
}

#w-node-_2d273bd5-33d9-3f6f-c322-5cc87838b0b5-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-beb40052-71c6-d5c7-1dad-d82bd21f386c-918dcac7 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-beb40052-71c6-d5c7-1dad-d82bd21f386d-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-f5978f1f-063d-1456-c832-54034b34abf5-918dcac7 {
  grid-area: 7 / 4 / 8 / 5;
}

#w-node-f5978f1f-063d-1456-c832-54034b34abf6-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_703344cf-c1a3-af93-6ce1-c8f873a73f35-918dcac7 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_703344cf-c1a3-af93-6ce1-c8f873a73f36-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_6d0eacbb-1479-a35b-18b5-9415a92da9c4-918dcac7 {
  grid-area: 10 / 2 / 11 / 3;
}

#w-node-_6d0eacbb-1479-a35b-18b5-9415a92da9c5-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_2b1d4f5a-02a9-4f3b-2e5b-16283b6daddb-918dcac7 {
  grid-area: 16 / 2 / 17 / 3;
}

#w-node-_2b1d4f5a-02a9-4f3b-2e5b-16283b6daddc-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_067e1748-eb49-025e-3123-dae3caf20b99-918dcac7 {
  grid-area: 18 / 2 / 19 / 3;
}

#w-node-_067e1748-eb49-025e-3123-dae3caf20b9a-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_10b6c4c5-775d-71c2-9c2b-ff9946a10353-918dcac7 {
  grid-area: 26 / 2 / 27 / 3;
}

#w-node-_4518921d-6b88-65ab-b21f-bdf98af299a2-918dcac7 {
  grid-area: 31 / 2 / 32 / 3;
}

#w-node-_4518921d-6b88-65ab-b21f-bdf98af299a3-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_04cab09b-4402-aa2c-476a-5ec1cff3aac2-918dcac7 {
  grid-area: 35 / 2 / 36 / 3;
}

#w-node-_04cab09b-4402-aa2c-476a-5ec1cff3aac3-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-db3af81b-cefb-e2f2-3e70-47aec668845a-918dcac7 {
  grid-area: 33 / 2 / 34 / 3;
}

#w-node-db3af81b-cefb-e2f2-3e70-47aec668845b-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_4a92869d-9482-96ce-c4b6-21a4af2f6020-918dcac7 {
  grid-area: 33 / 3 / 34 / 4;
}

#w-node-_4a92869d-9482-96ce-c4b6-21a4af2f6021-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a876bd21-fbeb-c6df-98e9-5eb2526a659b-918dcac7 {
  grid-area: 31 / 3 / 32 / 4;
}

#w-node-a876bd21-fbeb-c6df-98e9-5eb2526a659c-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-baa95baa-0cad-4191-8c83-bc238219af5b-918dcac7 {
  grid-area: 35 / 3 / 36 / 4;
}

#w-node-baa95baa-0cad-4191-8c83-bc238219af5c-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_94509c26-261c-2add-5836-326ce24601f0-918dcac7 {
  grid-area: 31 / 4 / 32 / 5;
}

#w-node-_94509c26-261c-2add-5836-326ce24601f1-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-f6e0bec6-d4a0-3799-b6b2-34a59693a3e9-918dcac7 {
  grid-area: 33 / 4 / 34 / 5;
}

#w-node-f6e0bec6-d4a0-3799-b6b2-34a59693a3ea-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_07215c46-2e55-e45e-9eac-95f60783c9df-918dcac7 {
  grid-area: 35 / 4 / 36 / 5;
}

#w-node-_07215c46-2e55-e45e-9eac-95f60783c9e0-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_01e69ed0-7014-17ae-5c98-c402bea71bf6-918dcac7 {
  grid-area: 26 / 3 / 27 / 4;
}

#w-node-fe0e686e-722e-a2e2-54d1-c56cdd3c0c99-918dcac7 {
  grid-area: 26 / 4 / 27 / 5;
}

#w-node-_7b344071-556e-dc6a-f5f3-cb675010b890-918dcac7 {
  grid-area: 28 / 2 / 29 / 3;
}

#w-node-_7b344071-556e-dc6a-f5f3-cb675010b891-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_63e60e3b-cdc2-bbf2-11ff-0454e695fa0d-918dcac7 {
  grid-area: 28 / 3 / 29 / 4;
}

#w-node-_63e60e3b-cdc2-bbf2-11ff-0454e695fa0e-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_8a2ccf89-b84f-39ef-63a3-60a09bfb368b-918dcac7 {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_8a2ccf89-b84f-39ef-63a3-60a09bfb368c-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_5c319a04-2757-222e-f5f6-b9511e2bc16f-918dcac7 {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-_5c319a04-2757-222e-f5f6-b9511e2bc170-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_063c1072-eb1a-af81-4aff-06f0633be0b7-918dcac7 {
  grid-area: 8 / 4 / 9 / 5;
}

#w-node-_063c1072-eb1a-af81-4aff-06f0633be0b8-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ceb96d05-4de8-9756-c2c1-ee69d3aa17b6-918dcac7 {
  grid-area: 28 / 4 / 29 / 5;
}

#w-node-ceb96d05-4de8-9756-c2c1-ee69d3aa17b7-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_174276ab-2449-4b0b-f375-fcb541835215-918dcac7 {
  grid-area: 20 / 2 / 21 / 3;
}

#w-node-_174276ab-2449-4b0b-f375-fcb541835216-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_996af8ca-b768-238e-cddb-78c7b6adfe7a-918dcac7 {
  grid-area: 22 / 2 / 23 / 3;
}

#w-node-_996af8ca-b768-238e-cddb-78c7b6adfe7b-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-eb305e40-8fcf-f5ce-435a-4ae71aaa23ae-918dcac7 {
  grid-area: 16 / 3 / 17 / 4;
}

#w-node-eb305e40-8fcf-f5ce-435a-4ae71aaa23af-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_87164a0b-b51a-9b7e-5c7e-a6d171e81016-918dcac7 {
  grid-area: 16 / 4 / 17 / 5;
}

#w-node-_87164a0b-b51a-9b7e-5c7e-a6d171e81017-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c0559989-74ce-4ba0-74e7-e0ff0cb81f5f-918dcac7 {
  grid-area: 18 / 3 / 19 / 4;
}

#w-node-c0559989-74ce-4ba0-74e7-e0ff0cb81f60-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-f0cf6213-0557-c178-0797-94d344333e0a-918dcac7 {
  grid-area: 18 / 4 / 19 / 5;
}

#w-node-f0cf6213-0557-c178-0797-94d344333e0b-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_17b90be6-3454-aa0f-09ab-334a986880d5-918dcac7 {
  grid-area: 20 / 3 / 21 / 4;
}

#w-node-_17b90be6-3454-aa0f-09ab-334a986880d6-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-b56b94a6-4122-55c9-07c3-a203cd6d0689-918dcac7 {
  grid-area: 20 / 4 / 21 / 5;
}

#w-node-b56b94a6-4122-55c9-07c3-a203cd6d068a-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-f4ee98b4-bd20-7da9-1910-3880d7b39454-918dcac7 {
  grid-area: 22 / 3 / 23 / 4;
}

#w-node-f4ee98b4-bd20-7da9-1910-3880d7b39455-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_8baa33a8-5586-6f85-f591-202121003525-918dcac7 {
  grid-area: 22 / 4 / 23 / 5;
}

#w-node-_8baa33a8-5586-6f85-f591-202121003526-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a83d1f54-1ccd-80d9-1216-dc96bfe3e0c7-918dcac7 {
  grid-area: 10 / 3 / 11 / 4;
}

#w-node-a83d1f54-1ccd-80d9-1216-dc96bfe3e0c8-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_0bc2e7a0-1095-f2e6-6c9f-50c3c3d752c6-918dcac7 {
  grid-area: 10 / 4 / 11 / 5;
}

#w-node-_0bc2e7a0-1095-f2e6-6c9f-50c3c3d752c7-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_662252b5-ee3f-ca89-29ac-be88bb085b31-918dcac7 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_662252b5-ee3f-ca89-29ac-be88bb085b32-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_3c07e248-cff7-ed3c-15b4-033584f616fe-918dcac7 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_3c07e248-cff7-ed3c-15b4-033584f616ff-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_9589a27a-99cc-cdd1-b1a1-4ee1e0d60035-918dcac7 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_9589a27a-99cc-cdd1-b1a1-4ee1e0d60036-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a8d847e5-b142-cb5f-2ed1-fe19d6f3914c-918dcac7 {
  grid-area: 12 / 2 / 13 / 3;
}

#w-node-a8d847e5-b142-cb5f-2ed1-fe19d6f3914d-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a56a5b15-df74-4bb1-a48c-96abe90fb43a-918dcac7 {
  grid-area: 12 / 3 / 13 / 4;
}

#w-node-a56a5b15-df74-4bb1-a48c-96abe90fb43b-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_0ea331d5-2947-69e6-97ca-3a63cc20087a-918dcac7 {
  grid-area: 12 / 4 / 13 / 5;
}

#w-node-_0ea331d5-2947-69e6-97ca-3a63cc20087b-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-dfecd844-f247-8bae-ed0f-4864760acaf1-918dcac7 {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-dfecd844-f247-8bae-ed0f-4864760acaf2-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c75f8dce-0b8f-eb31-d8f0-c351fd69ca27-918dcac7 {
  grid-area: 6 / 4 / 7 / 5;
}

#w-node-c75f8dce-0b8f-eb31-d8f0-c351fd69ca28-918dcac7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e4e6e326-0b0d-3c3b-cc1b-ed53504cb271-918dcac7 {
  grid-area: 47 / 2 / 48 / 3;
}

#w-node-_6cb06801-6a09-09ec-7d1b-d28be5fd5ee2-918dcac7 {
  grid-area: 47 / 3 / 48 / 4;
}

#w-node-a5163735-06a0-09ff-08b4-67f0b26f227c-918dcac7 {
  grid-area: 47 / 4 / 48 / 5;
}

@media screen and (max-width: 479px) {
  #w-node-_6256b4cf-e144-5629-ed60-bb7cc009539c-918dcac7 {
    align-self: auto;
  }
}


