.sc-widget-wrap,
.sc-widget-wrap * {
  box-sizing: border-box;
}

.sc-widget-wrap {
  position: fixed;
  z-index: 10001;
  left: 24px;
  bottom: 24px;
  width: calc(100% - 48px);
  max-width: 500px;
}

.sc-widget {
  padding: 24px;
  overflow: hidden;
  color: #ffffff;
  font-family: pfdintextcomdpro-regular, Arial, sans-serif;
  background:
    linear-gradient(135deg, rgba(177, 174, 86, 0.2), transparent 44%),
    rgba(68, 68, 68, 0.98);
  border: 1px solid rgba(177, 174, 86, 0.75);
  border-radius: 5px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
  animation: sc-widget-show 0.4s ease both;
}

.sc-widget::before {
  content: "";
  display: block;
  width: 74px;
  height: 3px;
  margin: 0 0 16px;
  background: #b1ae56;
}

.sc-widget__text {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  line-height: 1.45;
}

.sc-widget__text a,
.sc-widget__text a:visited {
  color: #e5e29a;
  text-decoration: none;
  border-bottom: 1px solid rgba(229, 226, 154, 0.65);
}

.sc-widget__text a:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.sc-widget__actions {
  display: flex;
  gap: 12px;
  width: 100%;
}

.sc-widget__button {
  flex: 1 1 0;
  min-width: 0;
  min-height: 46px;
  padding: 11px 14px;
  color: #ffffff;
  font-family: pfdintextcomdpro-regular, Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #b1ae56;
  border-radius: 4px;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.sc-widget__button:hover {
  transform: translateY(-1px);
}

.sc-widget__button:focus-visible,
.sc-widget__text a:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

.sc-widget__button--accept {
  color: #444444;
  background: #b1ae56;
}

.sc-widget__button--accept:hover {
  background: #cbc879;
}

.sc-widget__button--reject:hover {
  color: #444444;
  background: #b1ae56;
}

.legal-document {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 30px;
  color: #444444;
  font-family: pfdintextcomdpro-regular, Arial, sans-serif;
}

.legal-document .legal-document__section {
  margin: 32px 0 14px;
  color: #444444;
  font-family: pfdintextcomdpro-bold, Arial, sans-serif;
  font-size: 25px;
  line-height: 1.25;
  text-transform: uppercase;
}

.legal-document .legal-document__paragraph,
.legal-document .legal-document__list li {
  margin: 0 0 13px;
  color: #444444;
  font-family: pfdintextcomdpro-regular, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.52;
  text-align: left;
  overflow-wrap: anywhere;
}

.legal-document .legal-document__list {
  margin: 3px 0 19px;
  padding: 0;
  list-style: none;
}

.legal-document .legal-document__list li {
  position: relative;
  padding-left: 24px;
  list-style: none;
}

.legal-document .legal-document__list li::before {
  content: "-";
  position: absolute;
  left: 5px;
  top: 0;
  color: #b1ae56;
}

.legal-document a,
.legal-document a:visited {
  color: #77752f;
  text-decoration: none;
  border-bottom: 1px solid rgba(119, 117, 47, 0.45);
}

.legal-document a:hover {
  color: #444444;
  border-color: #444444;
}

.ftlogo .ftprivacy {
  margin: 6px 0 0;
  line-height: 1.2;
}

.ftlogo .ftprivacy a,
.ftlogo .ftprivacy a:visited {
  color: #ffffff;
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 12px;
  text-decoration: underline;
}

.ftlogo .ftprivacy a:hover {
  text-decoration: none;
}

@keyframes sc-widget-show {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sc-legal-page.sc-device-narrow {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
}

.sc-legal-page.sc-device-narrow .site {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
}

.sc-legal-page.sc-device-narrow .site > div {
  max-width: 100vw;
  overflow-x: hidden;
}

.sc-legal-page.sc-device-narrow .sites > .content,
.sc-legal-page.sc-device-narrow .legal-document {
  width: auto;
  max-width: none;
  margin-right: 18px;
  margin-left: 18px;
}

.sc-legal-page.sc-device-narrow .sites > .content h1 {
  font-size: 30px;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.sc-legal-page.sc-device-narrow .sites > .content .backs {
  top: auto;
  float: none;
  margin: 0 0 20px;
}

.sc-legal-page.sc-device-narrow .legal-document .legal-document__section {
  margin-top: 27px;
  font-size: 22px;
}

.sc-legal-page.sc-device-narrow .legal-document .legal-document__paragraph,
.sc-legal-page.sc-device-narrow .legal-document .legal-document__list li {
  font-size: 17px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .sc-widget-wrap {
    left: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
    max-width: none;
  }

  .sc-widget {
    padding: 18px;
  }

  .sc-widget__text {
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .sc-widget__actions {
    gap: 8px;
  }

  .sc-widget__button {
    min-height: 44px;
    padding: 10px 8px;
    font-size: 13px;
  }
}
