.button.is-primary {
  background-color: #840b55;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
    background-color: #64043f;
    border-color: transparent;
    color: #fff;
}

.consent-screen-wrap {
	 position: fixed;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 margin: 0;
	 background: #0000009c;
	 z-index: 99;
	 overflow: hidden;
}
 .consent-screen-wrap.columns {
	 display: none;
}
 .consent-screen-wrap.columns.is-active {
	 display: flex;
}
 .consent-screen-wrap .card {
	 display: none;
	 max-width: 550px;
     height:auto !important;
}
 .consent-screen-wrap .card.is-active {
	 display: block;
}
 .consent-screen-wrap .card .card-header-title {
    margin: 0;
    line-height: inherit;
}
.card .card-content {
    padding: 1.5rem;
    text-align: left;
    position: relative;
}
 .consent-screen-wrap .card .card-content p {
	 margin: 0;
	 font-size: 0.95rem;
}
 .consent-screen-wrap .card .card-content p + p {
	 margin-top: 1rem;
}
 .consent-screen-wrap .card .card-content .is-link {
	 color: #840b55;
	 text-decoration: underline;
	 cursor: pointer;
}
 .consent-screen-wrap .card .card-footer-item {
	 flex-wrap: wrap;
}
 .consent-screen-wrap .card .card-footer-item .button {
	 margin-bottom: 0.5rem;
}
 @media (min-width: 769px) {
	 .consent-screen-wrap .card .card-footer-item .button:nth-of-type(2) {
		 margin-left: 0.5rem;
	}
}
 .consent-screen-wrap .consent-accordion {
	 background: #f9f9f9;
}
 .consent-screen-wrap .consent-accordion.is-active .ac-title button:before {
	 transform: translateY(-20%) rotate(225deg);
}
 .consent-screen-wrap .consent-accordion.is-active .ac-content {
	 display: block;
}
 .consent-screen-wrap .consent-accordion .ac-title {
	 position: relative;
}
 .consent-screen-wrap .consent-accordion .ac-title button {
	 display: block;
	 font-family: inherit;
	 font-size: 0.95em;
	 width: 100%;
	 cursor: pointer;
	 position: relative;
	 border: 0;
	 text-align: left;
	 background: 0 0;
	 padding: 1.3em 6.4em 1.3em 2.7em;
	 transition: background-color 0.25s ease;
}
 .consent-screen-wrap .consent-accordion .ac-title button:hover {
	 background: #ededed;
}
 .consent-screen-wrap .consent-accordion .ac-title button:before {
	 border: solid #2d4156;
	 border-width: 0 2px 2px 0;
	 padding: 0.2em;
	 display: inline-block;
	 position: absolute;
	 content: '';
	 margin-right: 15px;
	 transform: translateY(-50%) rotate(45deg);
	 left: 1.2em;
	 top: 50%;
}
 .consent-screen-wrap .consent-accordion .ac-title .field {
	 position: absolute;
	 right: 0;
	 top: 20px;
	 bottom: 0;
	 display: inline-block;
	 margin: auto;
	 right: 1.2em;
	 cursor: pointer;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
}
 .consent-screen-wrap .consent-accordion .ac-content {
	 padding: 1rem;
	 display: none;
}