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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fefdf1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: sticky;
}

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

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  display: grid;
}

.text-block {
  color: #fff;
  text-align: center;
  border-radius: 0;
}

.section-2 {
  mix-blend-mode: normal;
  background-color: #00352e;
  border-radius: 0;
  padding-top: 6px;
  position: sticky;
}

.body {
  background-color: #fefdf1;
  font-family: Rubik, sans-serif;
}

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

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 10px;
  display: grid;
}

.button {
  text-align: center;
  background-color: #00352e;
  border-radius: 4px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 44px;
}

.list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-offset: 0px;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  outline: 3px #333;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: end start;
  justify-items: stretch;
  width: 100%;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 10px;
  list-style-type: none;
  display: flex;
  position: static;
}

.list-item {
  color: #000;
  text-align: center;
  background-color: #ceeed2;
  border-radius: 7px;
  margin-right: 10px;
  padding: 5px 20px;
  font-size: 16px;
}

.list-item-2 {
  background-color: #762525;
  border-radius: 5px;
}

.component-3-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.user-image-1 {
  border-radius: 30px;
  margin-left: 40px;
}

.user-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 20px;
  line-height: 140%;
  display: flex;
}

.user-image-wrapper._3 {
  justify-content: flex-start;
  margin-left: 0;
  display: flex;
}

.user-image-wrapper._3a {
  margin-left: -51px;
}

.user-image-wrapper._3b {
  margin-left: -50px;
  display: flex;
}

.bold-text {
  font-size: 30px;
}

.text-block-2 {
  color: #fff;
  background-color: #3f3b3b;
  border-radius: 25px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 16px 20px;
}

.text-block-3 {
  font-size: 14px;
}

.text-block-4 {
  align-self: center;
  padding-left: 10px;
  font-size: 14px;
}

.payment-logo {
  object-fit: contain;
  flex: 0 auto;
  height: auto;
}

.payment-logo.custom-logo-dinners {
  height: 30px;
}

.payment-logo.visa-logo {
  height: 15px;
}

.payment-logo.custom-logo {
  height: 40px;
}

.payment-logo.amex-logo {
  width: 100%;
  height: auto;
}

.logos-wrap {
  background-color: #fefdf1;
  border-radius: 11px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  padding: 25px;
  display: flex;
}

.logo-box {
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 40px;
  display: flex;
}

.logo-box.no-padding-box {
  padding-left: 0;
  padding-right: 0;
}

.logo-box.amex {
  background-color: #016fd0;
  border-radius: 3px;
  padding: 5px 0;
}

.logo-box.white {
  background-color: #fff;
  padding: 5px 10px;
}

.text-block-5 {
  text-align: center;
  width: 100%;
}

.text-block-6 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.div-block-4 {
  width: 80%;
}

.text-block-7 {
  text-align: center;
  padding-bottom: 10px;
}

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

.text-block-8 {
  text-align: center;
  font-weight: 600;
}

.div-block-5 {
  border: 3px solid #000;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.paragraph {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
}

.text-block-9 {
  font-size: 16px;
}

.div-block-6 {
  background-color: #ff6800;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  border: 3px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.countdown {
  grid-row-gap: 24px;
  text-align: center;
  background-color: #fefdf1;
  border: 1px solid #edf0f2;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 20px 20px 20px 0;
  padding: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: static;
}

.countdown-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.countdown-cell {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.countdown-number {
  color: #2e3138;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.countdown-badge {
  color: #2e3138;
  letter-spacing: -.18px;
  background-color: #fff;
  border: 1px solid #dde3e8;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  box-shadow: 1px 1px 1px #95a0b21f;
}

.countdown-finish {
  color: #5f6674;
  font-size: 12px;
}

.div-block-7 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.text-span, .text-span-2, .text-span-3 {
  text-decoration: line-through;
}

.bold-text-2 {
  font-size: 14px;
}

.bold-text-3 {
  display: none;
}

.section-4 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 "Area"
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1250px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.section-faq {
  background-color: #fefdf1;
  padding: 60px 30px 150px;
}

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

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

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

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .bold-text-4 {
  line-height: 24px;
}

.div-block-8 {
  margin-left: 20px;
  display: flex;
}

.section-5 {
  background-color: #ceeed2;
  padding-left: 0;
}

.container-2 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.rich-text-block {
  font-size: 10px;
}

.link, .link-2, .link-3 {
  color: #000;
}

.image-17 {
  width: 200px;
  max-width: 100%;
  padding-top: 20px;
}

.paragraph-12 {
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .section-3 {
    display: block;
  }

  .component-3-wrapper {
    margin-top: 0;
    margin-left: 19px;
  }

  .user-image-wrapper {
    margin-left: 35px;
  }

  .user-image-wrapper._3 {
    margin-left: 28px;
  }

  .user-image-wrapper._3a {
    margin-left: -55px;
  }

  .logos-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around;
    place-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  .user-image-wrapper {
    margin-left: 0;
  }

  .user-image-wrapper._3 {
    margin-left: 29px;
  }

  .user-image-wrapper._3a {
    margin-left: -56px;
  }

  .user-image-wrapper._3b {
    margin-left: -61px;
  }

  .payment-logo {
    padding-right: 0;
  }

  .logos-wrap {
    flex-direction: row;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-item-content {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .section-3 {
    width: 100%;
  }

  .list {
    width: 100%;
    padding-right: 0;
    overflow: visible;
  }

  .list-item {
    flex: 1;
    align-self: center;
    margin-left: 5px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 14px;
    overflow: auto;
  }

  .component-3-wrapper {
    margin-left: -25px;
  }

  .user-image-1 {
    padding-left: 0;
  }

  .user-image-wrapper {
    align-items: center;
    margin-left: -2px;
  }

  .user-image-wrapper._3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 50px;
    display: flex;
  }

  .user-image-wrapper._3a {
    margin-left: -50px;
  }

  .user-image-wrapper._3b {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: -50px;
    display: flex;
  }

  .text-block-2 {
    text-align: left;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-block-4 {
    line-height: 110%;
    display: block;
  }

  .logos-wrap {
    grid-column-gap: 3px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .text-block-6 {
    width: 100%;
    line-height: 24px;
  }

  .div-block-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-7 {
    width: 100%;
  }

  .text-block-9 {
    display: block;
  }

  .countdown-row {
    font-size: 12px;
  }

  .countdown-number {
    font-size: 22px;
  }

  .countdown-badge {
    flex-flow: row;
    min-width: 80px;
    font-size: 12px;
  }

  .section-4 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .image {
    width: 10px;
    max-width: 100%;
  }

  .image-2 {
    width: 10px;
  }

  .image-3, .image-4, .image-5 {
    width: 10px;
    min-width: 0;
  }

  .text-block-11 {
    font-size: 12px;
    line-height: 14px;
  }

  .image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12, .image-13, .image-14, .image-15 {
    width: 10px;
  }

  .text-block-12, .text-block-13 {
    font-size: 12px;
    line-height: 14px;
  }

  .image-16 {
    vertical-align: baseline;
    display: none;
    overflow: clip;
  }

  .paragraph-4 {
    margin-bottom: 40px;
  }

  .code-embed {
    padding-bottom: 40px;
  }

  .div-block-8 {
    height: 40px;
    margin-left: 80px;
    display: flex;
  }

  .div-block-9 {
    flex: 0 auto;
    align-self: center;
    height: 100%;
    min-height: 100%;
    margin-left: 40px;
  }

  .image-17 {
    width: 150px;
    padding-bottom: 20px;
  }

  .rich-text-block-2 {
    padding-bottom: 40px;
  }

  .link-4 {
    color: #000;
  }

  .image-18 {
    padding-left: 10px;
  }
}

#w-node-_670a3e2b-2bbf-234d-1c97-e0d0b077bfb3-92e65e95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_801c4c5e-e7b0-a2a9-ab0f-098247d99c7c-92e65e95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b6c79d51-feb1-1dc8-d983-cb1fa7decdde-92e65e95, #w-node-_109113aa-12ca-ace2-f6ab-6a3d43c6cf49-92e65e95, #w-node-efb45eea-af6c-0916-b76b-215e13dc4c5c-92e65e95, #w-node-_58604521-f0d4-b9eb-d7d9-0695e84e935a-92e65e95 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_58604521-f0d4-b9eb-d7d9-0695e84e935b-92e65e95, #w-node-fd525fcc-bd7b-fd89-740d-7db5519ac290-92e65e95, #w-node-_5e83e136-054e-a023-a779-167ed946ccab-92e65e95 {
  justify-self: center;
}

#w-node-ead2d4f4-083c-0919-7057-7961dbf3e361-92e65e95 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ef4c7f21-29a4-d29d-7059-04ac082e0d85-92e65e95 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-_16c0894e-81a2-ef97-0781-3c02b14f4654-92e65e95 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca5da779-251e-916b-2c9d-7a6236362155-92e65e95 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_576cb962-2389-0a2e-5db4-ab770f619117-92e65e95 {
  grid-area: Area;
}

#w-node-f678bcc3-0747-b872-e263-abef432be22d-92e65e95 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-c54a795d-613b-ce08-e40a-7433f2ecb8b7-92e65e95 {
  grid-area: 4 / 1 / 5 / 2;
}


