:root {
  --pink: #da1bc4;
}

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

.body {
  background-color: var(--pink);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.brand {
  background-image: url('../images/CHUBBA-LOGO-OUTLINE-white_1731300182.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 250px;
}

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

.button-light {
  color: var(--pink);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
  display: flex;
}

.top-utility {
  color: #fff;
  background-color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
}

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

.slide {
  background-image: url('../images/s321888508208793893_p13_i1_w3930.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/s321888508208793893_p2_i1_w3671.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/s321888508208793893_p9_i1_w3892.webp');
  background-position: 50%;
  background-size: auto;
}

.slide-4 {
  background-image: url('../images/s321888508208793893_p4_i1_w3899.webp');
  background-position: 50%;
  background-size: cover;
}
