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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10rem;
  font-weight: 700;
  line-height: 10rem;
}

.body {
  color: #fff;
  background-color: #280140;
  width: auto;
  max-width: none;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.body.text-left {
  text-align: center;
  width: auto;
  padding-right: 0;
  font-size: 1rem;
  line-height: 1rem;
}

.container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  display: grid;
}

.heading {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 7rem;
  line-height: 7rem;
}

.div-block {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.section {
  justify-content: space-between;
  align-items: stretch;
  max-width: 80px;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.button {
  text-align: center;
  background-color: #7e5a9b;
  border-radius: 3rem;
  width: 100%;
  margin-top: 1rem;
  padding: 1rem 2rem;
}

.button.white {
  color: #536163;
  background-color: #e8f5f7;
}

.button.purple {
  background-color: #63458a;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3.75fr;
}

.container-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.div-block-2 {
  width: 40rem;
}

.div-block-3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.body-2 {
  background-color: #280140;
}

.container-3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 5rem;
  font-size: 7rem;
  line-height: 7rem;
}

.size-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 0 #fff;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.size-guide-block {
  border: 2px solid #fff;
  border-radius: 5px;
  width: 15rem;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: underline;
}

.text-block {
  color: #fff;
  text-align: center;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 16px;
}

.div-block-4 {
  border-bottom: 1px solid #fff;
}

#w-node-_65ba10ac-e248-aacf-d8e0-a6266ac7a3e3-7496caa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


