#sg-cookiesBar {
  font-size: 12px;
  line-height: 15px;
  z-index: 99999;
}

#sg-cookiesBar .content {
  margin-bottom: 20px;
}

#sg-cookiesBar .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 0 !important;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding: 0px 0px;
  font-weight: normal;
}

#sg-cookiesBar .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  padding: 9px 15px;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: white;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

#sg-cookiesBar .btn.btn-default {
  margin-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #c9c9c9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: #5291ff;
}

#sg-cookiesBar .btn.btn-default:hover {
  background-color: #f1f1f1;
  color: #003ba0;
  text-decoration: none;
}

#sg-cookiesBar .btn.btn-primary {
  margin-bottom: 0px;
  background-color: #5291ff;
}

#sg-cookiesBar .btn.btn-primary:hover {
  background-color: #396bc0;
}

#sg-cookiesBar .btn.btn-accept-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
}

#sg-cookiesBar .btn.btn-accept-all:hover {
  background-color: #396bc0 !important;
}

#sg-cookiesBar #cookies-bar {
  max-width: none !important;
}

#sg-cookiesBar #cookies-bar.cookies-bar {
  z-index: 99998;
  position: fixed;
  left: 2vw;
  top: auto;
  right: auto;
  bottom: 2vw;
  width: 46%;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #c9c9c9;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 991px) {
  #sg-cookiesBar #cookies-bar.cookies-bar {
    width: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-height: 500px) {
  #sg-cookiesBar #cookies-bar.cookies-bar {
    left: 2px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 90vw;
  }
}

@media screen and (max-width: 480px) {
  #sg-cookiesBar #cookies-bar.cookies-bar {
    left: 2px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: calc(100vw - 4px);
  }
}

#sg-cookiesBar #cookies-bar.cookies-bar h3.title {
  font-family: Arial, sans-serif;
  margin-top: 0px;
  color: #333;
}

#sg-cookiesBar #cookies-bar.cookies-bar .content p {
  -webkit-text-size-adjust: 100%;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 10px;
}

#sg-cookiesBar #sg-settings-modal-cookiesBar {
  z-index: 99999;
}

#sg-cookiesBar #sg-settings-modal-cookiesBar.modal {
  display: none;
  font-family: Arial, sans-serif;
  color: #333;
}

#sg-cookiesBar #sg-settings-modal-cookiesBar.modal.fade {
  position: fixed;
  left: 0%;
  top: 10%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 90%;
  height: calc(100vh - 10% - 25px);
  max-height: calc(100vh - 10% - 25px);
  max-width: 720px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #c9c9c9;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 991px) {
  #sg-cookiesBar #sg-settings-modal-cookiesBar.modal.fade {
    top: 0;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
  }
}

@media screen and (max-height: 600px) {
  #sg-cookiesBar #sg-settings-modal-cookiesBar.modal.fade {
    top: 1%;
  }
}

@media screen and (max-height: 560px) {
  #sg-cookiesBar #sg-settings-modal-cookiesBar.modal.fade {
    top: 0;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
  }
}

#sg-cookiesBar #sg-settings-modal-cookiesBar.modal.show-cook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sg-cookiesBar #sg-settings-modal-cookiesBar.modal .modal-dialog {
  position: relative;
  height: 100%;
  overflow-y: auto;
}

@media screen and (max-width: 991px) {
  #sg-cookiesBar #sg-settings-modal-cookiesBar.modal .modal-dialog {
    width: 100%;
  }
}

@media screen and (max-height: 600px) {
  #sg-cookiesBar #sg-settings-modal-cookiesBar.modal .modal-dialog {
    width: 100%;
  }
}

#sg-cookiesBar #sg-settings-modal-cookiesBar.modal .modal-dialog .modal-content {
  overflow-y: auto;
}

@media screen and (max-width: 991px) {
  #sg-cookiesBar #sg-settings-modal-cookiesBar.modal .modal-dialog .modal-content {
    width: 100%;
  }
}

@media screen and (max-height: 600px) {
  #sg-cookiesBar #sg-settings-modal-cookiesBar.modal .modal-dialog .modal-content {
    width: 100%;
  }
}

#sg-cookiesBar #sg-settings-modal-cookiesBar.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 22px;
  color: #333;
  font-weight: 700;
  line-height: 24px;
}

#sg-cookiesBar #sg-settings-modal-cookiesBar.modal .modal-dialog .modal-content .modal-header .btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff !important;
  color: #5291ff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

#sg-cookiesBar #sg-settings-modal-cookiesBar.modal .modal-dialog .modal-content .modal-header .btn-close:hover {
  color: #003ba0 !important;
}

#sg-cookiesBar #sg-settings-modal-cookiesBar.modal .modal-dialog .modal-content .modal-body {
  color: #333;
  font-family: Arial,sans-serif;
}

#sg-cookiesBar #sg-settings-modal-cookiesBar.modal .modal-dialog .modal-content .modal-body h1, #sg-cookiesBar #sg-settings-modal-cookiesBar.modal .modal-dialog .modal-content .modal-body h2, #sg-cookiesBar #sg-settings-modal-cookiesBar.modal .modal-dialog .modal-content .modal-body h3, #sg-cookiesBar #sg-settings-modal-cookiesBar.modal .modal-dialog .modal-content .modal-body h4, #sg-cookiesBar #sg-settings-modal-cookiesBar.modal .modal-dialog .modal-content .modal-body h5, #sg-cookiesBar #sg-settings-modal-cookiesBar.modal .modal-dialog .modal-content .modal-body a, #sg-cookiesBar #sg-settings-modal-cookiesBar.modal .modal-dialog .modal-content .modal-body ul, #sg-cookiesBar #sg-settings-modal-cookiesBar.modal .modal-dialog .modal-content .modal-body li, #sg-cookiesBar #sg-settings-modal-cookiesBar.modal .modal-dialog .modal-content .modal-body table {
  font-family: Arial,sans-serif;
}

#sg-cookiesBar #sg-settings-modal-cookiesBar.modal .modal-dialog .modal-content .modal-body p {
  -webkit-text-size-adjust: 100%;
  font-family: Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 10px;
}

.list-cookies .form-check {
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-text-size-adjust: 100%;
  font-family: Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  padding-left: 20px;
}

.list-cookies .form-check .form-check-label {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.list-cookies .form-check .form-check-input {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  -webkit-text-size-adjust: 100%;
  font-family: Arial,sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  line-height: normal;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  margin-top: 3px;
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-right: 0px;
  width: 16px;
  height: 16px;
  border-color: #c9c9c9;
  background-color: #c9c9c9 !important;
}

.list-cookies .form-check .form-check-input.w--redirected-checked {
  padding-right: 0px;
}

.list-cookies .form-check .form-check-input.disabled {
  width: 16px;
  height: 16px;
  border-color: #c9c9c9;
  background-color: #c9c9c9 !important;
}

#sg-cookiesManage {
  margin-top: 50px;
  margin-bottom: 50px;
}

#sg-cookiesManage .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  text-align: center;
  width: auto;
  padding: 9px 15px;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: white;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

#sg-cookiesManage .btn.btn-primary {
  margin-bottom: 0px;
  background-color: #5291ff !important;
}

#sg-cookiesManage .btn.btn-primary:hover {
  background-color: #396bc0 !important;
}
/*# sourceMappingURL=cookies-customization.css.map */