@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
.pfd-cookie-consent-container {
  display: block !important;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  z-index: 999; }
  .pfd-cookie-consent-container h1, .pfd-cookie-consent-container p, .pfd-cookie-consent-container button {
    font-family: "Open Sans", sans-serif; }
  .pfd-cookie-consent-container a {
    text-decoration: none; }
  .pfd-cookie-consent-container .pfd-cookie-consent-settings-container {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 31.25rem;
    padding: 2rem;
    background-color: #eee;
    transition: left 0.5s ease;
    /* https://www.w3schools.com/howto/howto_css_switch.asp */ }
    .pfd-cookie-consent-container .pfd-cookie-consent-settings-container.hidden {
      left: -35.25rem; }
    .pfd-cookie-consent-container .pfd-cookie-consent-settings-container .pfd-flex-row {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
    .pfd-cookie-consent-container .pfd-cookie-consent-settings-container button {
      height: 2rem;
      border: none;
      border-radius: 5px;
      margin: 1rem 0;
      padding: .5rem 2rem;
      color: white;
      background-color: #ec652b;
      font-size: 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
    .pfd-cookie-consent-container .pfd-cookie-consent-settings-container .switch {
      position: relative;
      display: inline-block;
      width: 50px;
      height: 24px; }
      .pfd-cookie-consent-container .pfd-cookie-consent-settings-container .switch input {
        opacity: 0;
        width: 0;
        height: 0; }
      .pfd-cookie-consent-container .pfd-cookie-consent-settings-container .switch input:checked + .slider {
        background-color: #ec652b; }
      .pfd-cookie-consent-container .pfd-cookie-consent-settings-container .switch input:focus + .slider {
        box-shadow: 0 0 1px #2196F3; }
      .pfd-cookie-consent-container .pfd-cookie-consent-settings-container .switch input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px); }
      .pfd-cookie-consent-container .pfd-cookie-consent-settings-container .switch .slider {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        cursor: pointer;
        -webkit-transition: .4s;
        transition: .4s; }
        .pfd-cookie-consent-container .pfd-cookie-consent-settings-container .switch .slider:before {
          position: absolute;
          content: "";
          height: 16px;
          width: 16px;
          left: 4px;
          bottom: 4px;
          background-color: white;
          -webkit-transition: .4s;
          transition: .4s; }
        .pfd-cookie-consent-container .pfd-cookie-consent-settings-container .switch .slider.round {
          border-radius: 24px; }
          .pfd-cookie-consent-container .pfd-cookie-consent-settings-container .switch .slider.round:before {
            border-radius: 50%; }
  .pfd-cookie-consent-container .pfd-cookie-consent-button {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    cursor: pointer; }
    .pfd-cookie-consent-container .pfd-cookie-consent-button svg #star {
      fill: #fff; }
    .pfd-cookie-consent-container .pfd-cookie-consent-button img {
      width: 100%;
      height: 100%; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  background-color: #ec652b;
  display: flex;
  align-items: center;
  justify-content: center; }

/*# sourceMappingURL=style.css.map */
