.uc-embedding-container {
  background: rgba(0, 0, 0, 0.08);
  padding: 48px;
  height: 100% !important;
  width: 100% !important;
  max-height: max-content;
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .uc-embedding-container {
    padding: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .uc-embedding-container {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .uc-embedding-container {
    padding: 16px;
  }
}

.uc-embedding-wrapper {
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  transform: none;
  max-width: max-content;
  max-height: max-content;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: 10.5% 15% 11.5%;
  overflow: hidden;
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .uc-embedding-wrapper {
    padding: 6.5% 15.3% 7%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .uc-embedding-wrapper {
    padding: 48px;
  }
}

@media screen and (max-width: 767px) {
  .uc-embedding-wrapper {
    padding: 24px;
  }
}

.uc-embedding-wrapper > h3 {
  font-family: "EONBrixSans";
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 100%;
  color: #ea1b0a;
  margin: 0 0 16px 0;
}

.uc-embedding-wrapper > .description-text {
  font-family: "EONBrixSans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 32px;
}

.uc-embedding-wrapper > .uc-embedding-buttons {
  column-gap: 16px;
  row-gap: 18px;
  justify-content: flex-start;
}

.uc-embedding-wrapper > .uc-embedding-buttons > button {
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 13px;
  font-style: inherit;
  padding: 0 1.6vw;
  font-variant: inherit;
  font-stretch: inherit;
  color: inherit;
  background-color: #ea1b0a;
  outline: none;
  text-decoration: none;
  font-family: EONBrixSans, Arial, Geneva, Helvetica, sans-serif;
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  height: 40px;
  min-height: 48px;
  display: flex;
  flex-grow: 0;
  width: auto;
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .uc-embedding-wrapper > .uc-embedding-buttons {
    flex-direction: column;
    width: 100%;
  }
}

.uc-embedding-wrapper > .uc-embedding-buttons > .uc-embedding-more-info {
  background-color: white;
  border: 2px solid #ea1b0a;
  color: #ea1b0a;
  position: relative;
}

@media screen and (max-width: 767px) {
  .uc-embedding-wrapper > .uc-embedding-buttons {
    column-gap: 0;
    row-gap: 16px;
  }
}

.uc-embedding-wrapper > .uc-embedding-buttons > .uc-embedding-more-info:hover {
  background-color: #d51607;
  border: 2px solid #d51607;
  color: #ffffff;
}

.uc-embedding-wrapper > .uc-embedding-buttons > .uc-embedding-accept {
  color: #ffffff;
}

.uc-embedding-wrapper > .uc-embedding-buttons > .uc-embedding-accept:hover {
  background-color: #d51607;
}
