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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.rose {
  color: #fff;
  background-color: #e93589;
  font-size: 18px;
  line-height: 30px;
}

.image {
  width: 600px;
}

.centred {
  text-align: center;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

.centred._60upd {
  padding-top: 60px;
  padding-bottom: 60px;
}

.list {
  flex: 1;
  padding-left: 20px;
  list-style-type: decimal;
}

.div-block {
  text-align: left;
  background-color: #ff92c5;
  border-radius: 20px;
  flex: 1;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.wblock {
  color: #404040;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  padding: 12px;
  display: flex;
  transform: translate(-7px, 11px);
}

.heading {
  flex: none;
}

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

.heading-2 {
  margin-top: 0;
}

.flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
}

.image-2 {
  width: 240px;
}

.image-3 {
  width: 150px;
}

.div-block-2 {
  padding-top: 100px;
  padding-bottom: 20px;
}

.comt {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

.comt._60upd {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.dark {
  color: #b1b1b1;
  background-color: #111;
}

.flex-block-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
}

.paragraph {
  margin-bottom: 0;
}

.gr {
  color: #b1b1b1;
}

.gr.w--current {
  color: #fff;
}

.image-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .centred {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 25px;
  }

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

  .comt {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .div-block, .wblock {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .centred {
    padding-left: 40px;
    padding-right: 40px;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block {
    flex-flow: column;
  }

  .heading-3 {
    margin-bottom: 40px;
  }

  .comt {
    padding-left: 40px;
    padding-right: 40px;
  }
}

#w-node-_6313ee4f-079e-1401-1e0e-ebcad3f5a223-7f297b35 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_6313ee4f-079e-1401-1e0e-ebcad3f5a223-7f297b35 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6313ee4f-079e-1401-1e0e-ebcad3f5a223-7f297b35 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
