.pop-up-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: stretch;
  flex-direction: row;
}
 
.pop-up-container2 {
  flex: auto;
  width: 100%;
  height: 100 vh;
  display: flex;
  position: sticky;
  align-items: center;
  justify-content: center;
  background-color: rgba(22, 22, 22, 0.5);
}
 
.pop-up-thq-popup-elm {
  gap: 40px;
  flex: 0 0 auto;
  width: 698px;
  height: 90vh;
  display: flex;
  overflow: scroll;
  align-items: flex-start;
  border-radius: 40px;
  flex-direction: column;
  background-color: var(--dl-color-greyscale-white);
}
 
.pop-up-thq-hero-elm {
  width: 100%;
  object-fit: cover;
}
 
.pop-up-thq-body-elm {
  gap: 40px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  flex-direction: column;
}
 
.pop-up-container3 {
  gap: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.pop-up-text10 {
  fill: var(--dl-color-greyscale-black);
  color: var(--dl-color-greyscale-black);
  font-size: 48px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2.5%;
}
 
.pop-up-text11 {
  fill: var(--dl-color-primary-02wine);
  color: var(--dl-color-primary-02wine);
  font-size: 22px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -1.5%;
}
 
.pop-up-container4 {
  gap: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.pop-up-text12 {
  fill: var(--dl-color-greyscale-darkestgrey);
  color: var(--dl-color-greyscale-darkestgrey);
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1%;
}
 
.pop-up-text13 {
  font-style: normal;
}
 
.pop-up-link1 {
  color: var(--dl-color-primary-02wine);
  font-weight: 600;
  text-decoration: underline;
}
 
.pop-up-text14 {
  font-style: normal;
}
 
.pop-up-text15 {
  fill: var(--dl-color-greyscale-darkestgrey);
  color: var(--dl-color-greyscale-darkestgrey);
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1%;
}
 
.pop-up-link2 {
  color: var(--dl-color-primary-02wine);
  font-weight: 600;
  text-decoration: underline;
}
 
.pop-up-text17 {
  font-style: normal;
}
 
.pop-up-container5 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.pop-up-button {
  fill: var(--dl-color-greyscale-white);
  color: var(--dl-color-greyscale-white);
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 600;
  padding-top: var(--dl-layout-space-unit);
  border-width: 0px;
  padding-left: var(--dl-layout-space-threeunits);
  border-radius: 28px;
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
  background-color: rgb(91, 41, 62);
}
 
.pop-up-button:hover {
  background-color: var(--dl-color-primary-inhover);
}
 
.pop-up-container6 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.pop-up-text19 {
  fill: var(--dl-color-greyscale-darkestgrey);
  color: var(--dl-color-greyscale-darkestgrey);
  font-size: 12px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1%;
}
 
.pop-up-text20 {
  fill: var(--dl-color-greyscale-darkestgrey);
  color: var(--dl-color-greyscale-darkestgrey);
  font-size: 12px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1%;
}
 
.pop-up-thq-foot-elm {
  gap: 24px;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  padding-top: 24px;
  padding-left: 40px;
  padding-right: 40px;
  flex-direction: column;
  padding-bottom: 40px;
  background-color: #F5F5F5;
}
 
.pop-up-container7 {
  gap: 20px;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
}
 
.pop-up-text21 {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
}
 
.pop-up-text22 {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
}
 
.pop-up-link3,
.pop-up-link3:hover {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: underline;
  color:#5B293E;
}
 
@media(max-width: 767px) {
  .pop-up-container2 {
    padding-top: var(--dl-layout-space-unit);
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .pop-up-thq-popup-elm {
    width: 100%;
    max-width: 698px;
    border-radius: 0px;
  }
  .pop-up-text10 {
    border-radius: var(--dl-layout-radius-radius4);
  }
}
 
@media(max-width: 479px) {
  .pop-up-container2 {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .pop-up-thq-popup-elm {
    height: 100vh;
  }
}
