/* user-consents-podlet */

.panel {
  margin: 16px 16px 32px 16px;
}

@media (min-width: 480px) {
  .panel {
    margin: 16px;
  }
}

.panel--bleed {
  margin: 16px 0 48px 0;
}

@media (max-width: 479px) {
  .panel--bleed {
    border-radius: 0 !important;
  }
}

@media (min-width: 480px) {
  .panel--bleed {
    margin: 16px;
  }
}

.panel--bordered,
    .panel--success,
    .panel--warning,
    .panel--error,
    .panel--info,
    .panel--tips,
    .panel--new,
    .panel--bright,
    .panel--neutral {
  padding: 16px;
}

.panel--kill-last-margin *:last-child {
  margin-bottom: 0 !important;
}

.panel {
  display: block;
  word-break: break-word;
  border-radius: 8px;
  border-color: #c3ccd9;
}

.panel--is-clickable:hover,
    .panel--is-clickable:focus {
  background-color: #f1f9ff;
  cursor: pointer;
}

@media (min-width: 480px) {
  .panel--is-roomy {
    padding: 64px;
  }
}

.panel--bordered {
  border-width: 2px;
  border-style: solid;
}

.panel--success {
  background-color: #ccffec;
}

.panel--success:focus.panel--is-clickable,
        .panel--success:hover.panel--is-clickable {
  outline-color: #70ffca;
}

.panel--warning {
  background-color: #fff5cb;
}

.panel--warning:focus.panel--is-clickable,
        .panel--warning:hover.panel--is-clickable {
  outline-color: #ffe36f;
}

.panel--error {
  background-color: #ffefef;
}

.panel--error:focus.panel--is-clickable,
        .panel--error:hover.panel--is-clickable {
  outline-color: #ff8c8c;
}

.panel--info {
  background-color: #f1f9ff;
}

.panel--info:focus.panel--is-clickable,
        .panel--info:hover.panel--is-clickable {
  outline-color: #8eceff;
}

.panel--tips {
  background-color: #b6f0ff;
}

.panel--tips:focus.panel--is-clickable,
        .panel--tips:hover.panel--is-clickable {
  outline-color: #5fdeff;
}

.panel--bright {
  background-color: #fff;
}

.panel--bright:focus.panel--is-clickable,
        .panel--bright:hover.panel--is-clickable {
  outline-color: #cccccc;
}

.panel--new {
  background-color: #ccffec;
  border: 2px solid #2ee69f;
}

.panel--new:focus.panel--is-clickable,
        .panel--new:hover.panel--is-clickable {
  outline-color: #18c582;
}

.panel--neutral {
  background-color: #f6f8fb;
}

.expansion-panel:not(.expansion-panel--bleed) {
    margin: 16px 16px 32px 16px;
}

@media (min-width: 480px) {
    .expansion-panel:not(.expansion-panel--bleed) {
        margin: 16px;
    }
}

.expansion-panel:not(.expansion-panel--bleed):not(.expansion-panel--bright) {
    background-color: #f1f9ff;
    border-radius: 8px;
}

.expansion-panel--bright .expansion-panel__clicktarget {
    border-radius: 6px;
    background-color: #fff;
}

.expansion-panel--bright .expansion-panel__clicktarget:hover,
.expansion-panel--bright .expansion-panel__clicktarget:active,
.expansion-panel--bright .expansion-panel__clicktarget:focus {
    background-color: #f1f9ff;
}

.expansion-panel--bright .expansion-panel__clicktarget:focus {
    box-shadow: hsl(207, 75%, 66%) 0 0 0 2px;
}

.expansion-panel--bleed.expansion-panel--bright {
    margin: 0 8px;
}

.expansion-panel--bleed.expansion-panel--bright
    + .expansion-panel--bleed.expansion-panel--bright {
    margin-top: 2px;
}

.expansion-panel__header {
    margin-bottom: 0;
}

.expansion-panel__clicktarget {
    padding: 16px;
    background: transparent;
    width: 100%;
    display: flex;
    flex: 1 1 auto;
    text-align: left;
    cursor: pointer;
    border: 0;
    outline: none;
    font-size: 16px;
    line-height: 22px;
}

.expansion-panel__clicktarget::after {
    display: block;
    margin-left: auto;
    flex: 0 0 auto;
    content: ' ';
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E %3Cpath fill='%23474445' fill-rule='nonzero' d='M1.88 4L.5 5.4 9 14l8.5-8.6L16.12 4 9 11.2'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    position: relative;
    align-self: center;
    justify-self: center;
}

.expansion-panel__clicktarget:hover::after,
.expansion-panel__clicktarget:focus::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E %3Cpath fill='%2306befb' fill-rule='nonzero' d='M1.88 4L.5 5.4 9 14l8.5-8.6L16.12 4 9 11.2'/%3E %3C/svg%3E");
}

.expansion-panel--bright .expansion-panel__clicktarget {
    padding: 8px;
    font-size: 22px;
    font-weight: bold;
}

.expansion-panel--open .expansion-panel__clicktarget::after,
.expansion-panel:not(.expansion-panel--open)
    .expansion-panel__clicktarget:active::after {
    transform: rotate(180deg);
}

.expansion-panel--open .expansion-panel__clicktarget:active::after {
    transform: rotate(0deg);
}

.expansion-panel--bright .expansion-panel__clicktarget::after,
.expansion-panel--bright .expansion-panel__clicktarget:hover::after,
.expansion-panel--bright .expansion-panel__clicktarget:focus::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E %3Cpath fill='%23474445' fill-rule='evenodd' d='M12.293 4.293a1 1 0 0 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 1.414-1.414L8 8.586l4.293-4.293z'/%3E %3C/svg%3E");
    transform-origin: 50% 46%;
    height: 16px;
    width: 16px;
}

.expansion-panel__summary {
    padding-right: 16px;
    width: 100%;
    color: #474445;
}

.expansion-panel--bright .expansion-panel__summary {
    padding-right: 8px;
}

.expansion-panel__details {
    display: none;
    padding: 16px;
    padding-top: 0;
}

.expansion-panel--bright .expansion-panel__details {
    padding: 8px;
}

.expansion-panel--open .expansion-panel__details {
    display: block;
}

/*

    Fancy Check and Radio

    Markup examples

    <div class="input-toggle">
        <input type="checkbox" id="fancycheckbox1">
        <label for="fancycheckbox1">Nothing</label>
    </div>

*/

.input-toggle {
  padding: 1px 0;
  position: relative;
}

.input-toggle input {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  opacity: 0;
  height: 22px;
  width: 22px;
}

.input-toggle label {
  cursor: pointer;
  color: #474445;
  display: block;
  padding: 2px 0 2px 28px;
  line-height: 22px;
  font-size: 16px;
  font-weight: normal;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

.input-toggle input + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  display: block;
  vertical-align: top;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position-x: 0;
  width: 22px;
  height: 22px;
}

.input-toggle input[type="checkbox"] + label:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%22132%22 height=%2222%22 xmlns=%22http://www.w3.org/2000/svg%22%3E + %3Cg fill=%22none%22 fill-rule=%22evenodd%22%3E + %3Cpath d=%22M0 0h22v22H0z%22 /%3E + %3Crect stroke=%22%23767676%22 fill=%22%23FFF%22 x=%223.5%22 y=%223.5%22 width=%2215%22 height=%2215%22 rx=%222%22 /%3E + %3Cg transform=%22translate(88)%22%3E + %3Cpath d=%22M0 0h22v22H0z%22 /%3E + %3Crect stroke=%22%23C3CCD9%22 fill=%22%23FFF%22 x=%223.5%22 y=%223.5%22 width=%2215%22 height=%2215%22 rx=%222%22 /%3E + %3C/g%3E + %3Cpath d=%22M22 0h22v22H22z%22 /%3E + %3Cg transform=%22translate(22)%22%3E + %3Crect fill=%22%23FFF%22 id=%22a%22 x=%224%22 y=%224%22 width=%2214%22 height=%2214%22 rx=%222%22 /%3E + %3Crect stroke=%22%2366AFE9%22 stroke-width=%223.5%22 x=%222.25%22 y=%222.25%22 width=%2217.5%22 height=%2217.5%22 rx=%222%22 /%3E + %3Crect stroke=%22%23767676%22 stroke-linejoin=%22square%22 x=%224.5%22 y=%224.5%22 width=%2213%22 height=%2213%22 rx=%222%22 /%3E + %3Crect stroke=%22%23FFF%22 stroke-width=%222%22 x=%223%22 y=%223%22 width=%2216%22 height=%2216%22 rx=%222%22 /%3E + %3C/g%3E + %3Cpath d=%22M66 0h22v22H66z%22 /%3E + %3Cg transform=%22translate(66)%22%3E + %3Crect stroke=%22%2366AFE9%22 stroke-width=%223.5%22 fill=%22%230063FB%22 x=%222.25%22 y=%222.25%22 width=%2217.5%22 height=%2217.5%22 rx=%222%22 /%3E + %3Crect stroke=%22%23FFF%22 stroke-width=%222%22 x=%223%22 y=%223%22 width=%2216%22 height=%2216%22 rx=%222%22 /%3E + %3C/g%3E + %3Cg transform=%22translate(70 4)%22%3E + %3Cpath d=%22M0 0h14v14H0z%22 /%3E %3Cpath fill=%22%23DFE4E8%22 fill-rule=%22nonzero%22 d=%22M6.226 8.567l3.677-4.4a.778.778 0 0 1 1.194.998L6.87 10.221a.778.778 0 0 1-1.15.048L3.336 7.855a.778.778 0 1 1 1.106-1.093l1.784 1.805z%22 /%3E + %3C/g%3E + %3Cg transform=%22translate(44)%22%3E + %3Cpath d=%22M0 0h22v22H0z%22 /%3E + %3Crect stroke=%22%230063FB%22 fill=%22%230063FB%22 x=%223.5%22 y=%223.5%22 width=%2215%22 height=%2215%22 rx=%222%22 /%3E + %3Cg transform=%22translate(4 4)%22%3E + %3Cpath d=%22M0 0h14v14H0z%22 /%3E + %3Cpath fill=%22%23DFE4E8%22 fill-rule=%22nonzero%22 d=%22M6.226 8.567l3.677-4.4a.778.778 0 0 1 1.194.998L6.87 10.221a.778.778 0 0 1-1.15.048L3.336 7.855a.778.778 0 1 1 1.106-1.093l1.784 1.805z%22 /%3E + %3C/g%3E + %3C/g%3E + %3Cg transform=%22translate(110)%22%3E + %3Cpath d=%22M0 0h22v22H0z%22 /%3E + %3Crect stroke=%22%23C3CCD9%22 fill=%22%23C3CCD9%22 x=%223.5%22 y=%223.5%22 width=%2215%22 height=%2215%22 rx=%222%22 /%3E + %3Cg transform=%22translate(4 4)%22%3E + %3Cpath d=%22M0 0h14v14H0z%22 /%3E %3Cpath fill=%22%23DFE4E8%22 fill-rule=%22nonzero%22 d=%22M6.226 8.567l3.677-4.4a.778.778 0 0 1 1.194.998L6.87 10.221a.778.778 0 0 1-1.15.048L3.336 7.855a.778.778 0 1 1 1.106-1.093l1.784 1.805z%22 /%3E + %3C/g%3E + %3C/g%3E + %3C/g%3E +%3C/svg%3E");
}

.input-toggle input[type="radio"] + label:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%22132%22 height=%2222%22 xmlns=%22http://www.w3.org/2000/svg%22%3E %3Cg fill=%22none%22 fill-rule=%22evenodd%22%3E %3Cpath d=%22M0 0h22v22H0z%22 /%3E %3Crect stroke=%22%23767676%22 fill=%22%23FFF%22 x=%223.5%22 y=%223.5%22 width=%2215%22 height=%2215%22 rx=%227.5%22 /%3E %3Cg transform=%22translate(88)%22%3E %3Cpath d=%22M0 0h22v22H0z%22 /%3E %3Crect stroke=%22%23C3CCD9%22 fill=%22%23FFF%22 x=%223.5%22 y=%223.5%22 width=%2215%22 height=%2215%22 rx=%227.5%22 /%3E %3C/g%3E %3Cpath d=%22M22 0h22v22H22z%22 /%3E %3Cg transform=%22translate(22)%22%3E %3Crect fill=%22%23FFF%22 x=%224%22 y=%224%22 width=%2214%22 height=%2214%22 rx=%227%22 /%3E %3Crect stroke=%22%2366AFE9%22 stroke-width=%223.5%22 x=%222.25%22 y=%222.25%22 width=%2217.5%22 height=%2217.5%22 rx=%228.75%22 /%3E %3Crect stroke=%22%23767676%22 stroke-linejoin=%22square%22 x=%224.5%22 y=%224.5%22 width=%2213%22 height=%2213%22 rx=%226.5%22 /%3E %3Crect stroke=%22%23FFF%22 stroke-width=%222%22 x=%223%22 y=%223%22 width=%2216%22 height=%2216%22 rx=%228%22 /%3E %3C/g%3E %3Cg transform=%22translate(66)%22%3E %3Cpath d=%22M0 0h22v22H0z%22 /%3E %3Crect fill=%22%230063FB%22 x=%224%22 y=%224%22 width=%2214%22 height=%2214%22 rx=%227%22 /%3E %3Crect stroke=%22%2366AFE9%22 stroke-width=%223.5%22 x=%222.25%22 y=%222.25%22 width=%2217.5%22 height=%2217.5%22 rx=%228.75%22 /%3E %3Crect stroke=%22%230063FB%22 stroke-linejoin=%22square%22 x=%224.5%22 y=%224.5%22 width=%2213%22 height=%2213%22 rx=%226.5%22 /%3E %3Crect stroke=%22%23FFF%22 stroke-width=%222%22 x=%223%22 y=%223%22 width=%2216%22 height=%2216%22 rx=%228%22 /%3E %3Crect fill=%22%23FFF%22 x=%228%22 y=%228%22 width=%226%22 height=%226%22 rx=%223%22 /%3E %3C/g%3E %3Cg%3E %3Cg transform=%22translate(44)%22%3E %3Cpath d=%22M0 0h22v22H0z%22 /%3E %3Crect stroke=%22%230063FB%22 fill=%22%230063FB%22 x=%223.5%22 y=%223.5%22 width=%2215%22 height=%2215%22 rx=%227.5%22 /%3E %3Crect fill=%22%23FFF%22 x=%228%22 y=%228%22 width=%226%22 height=%226%22 rx=%223%22 /%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg transform=%22translate(110)%22%3E %3Cpath d=%22M0 0h22v22H0z%22 /%3E %3Crect stroke=%22%23C3CCD9%22 fill=%22%23C3CCD9%22 x=%223.5%22 y=%223.5%22 width=%2215%22 height=%2215%22 rx=%227.5%22 /%3E %3Crect fill=%22%23FFF%22 x=%228%22 y=%228%22 width=%226%22 height=%226%22 rx=%223%22 /%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.input-toggle--is-disabled label {
  color: #c3ccd9 !important;
}

.input-toggle--is-disabled label:before {
  background-position-x: -88px !important;
}

.input-toggle--is-disabled input:checked + label:before {
  background-position-x: -110px !important;
}

.input-toggle input[type="checkbox"]:checked + label:before,
.input-toggle input[type="radio"]:checked + label:before {
  background-position-x: -44px;
}

.input-toggle input[type="checkbox"]:focus + label:before,
.input-toggle input[type="radio"]:focus + label:before {
  background-position-x: -22px;
}

.input-toggle input[type="checkbox"]:focus:checked + label:before,
.input-toggle input[type="radio"]:focus:checked + label:before {
  background-position-x: -66px;
}

/*

    This is a very bad example, and not using BEM for now.
    Its done like this to support both spaden and Troika
    styling on the same markup. (The markup is injected via
    common browser bundle js and is common for all pages
    either they run Troika or Spaden)

    This should be rewritten when Spaden is
    out of the picture!

*/

.toast {
  transition-property: max-height;
  transition-timing-function: linear;
  overflow-y: hidden;
}

.toast--success .inner,
.toast--error .inner {
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 16px;
  padding: 16px 16px 16px 54px;
  background-color: transparent;
}

.toast--error {
  background-color: #ffefef;
}

.toast--success {
  background-color: #ccffec;
}

.toast--success .toast--action__actionbutton button {
  color: #0063fb;
  background-color: #ccffec;
  border: 0;
}

.toast--success .toast--action__actionbutton button,
.toast--success .toast--action__actionbutton button:hover,
.toast--success .toast--action__actionbutton button:active,
.toast--success .toast--action__actionbutton button:focus {
  text-decoration: none;
}

.toast--success .toast--action__actionbutton button:hover,
.toast--success .toast--action__actionbutton button:focus {
  color: #0063fb;
  background-color: #70ffca;
}

.toast--success .toast--action__actionbutton button:active {
  color: #0063fb;
  background-color: #14ffa8;
}

.toast--success .toast--action__actionbutton button:hover,
.toast--success .toast--action__actionbutton button:focus {
  background-color: #ccffec;
  text-decoration: underline;
}

.toast--error .toast--action__actionbutton button {
  color: #0063fb;
  background-color: #ffefef;
  border: 0;
}

.toast--error .toast--action__actionbutton button,
.toast--error .toast--action__actionbutton button:hover,
.toast--error .toast--action__actionbutton button:active,
.toast--error .toast--action__actionbutton button:focus {
  text-decoration: none;
}

.toast--error .toast--action__actionbutton button:hover,
.toast--error .toast--action__actionbutton button:focus {
  color: #0063fb;
  background-color: #ff8c8c;
}

.toast--error .toast--action__actionbutton button:active {
  color: #0063fb;
  background-color: #ff2929;
}

.toast--error .toast--action__actionbutton button:hover,
.toast--error .toast--action__actionbutton button:focus {
  background-color: #ffefef;
  text-decoration: underline;
}

.toast--error .inner {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23FF5844' d='M11 22c6 0 11-5 11-11S17 0 11 0 0 5 0 11s5 11 11 11z'/%3E %3Cpath fill='%23FFF' d='M17 10H5v2h12'/%3E %3C/g%3E %3C/svg%3E");
}

.toast--success .inner {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%2328CD94' d='M11 22c6 0 11-5 11-11S17 0 11 0 0 5 0 11s5 11 11 11z'/%3E %3Cpath fill='%23FFF' d='M6.4 9.6L5 11l4.5 4.5 7-7L15 7l-5.5 5.6'/%3E %3C/g%3E %3C/svg%3E");
}

.toast .container .page {
  background-color: #fff;
  padding: 0;
  margin: 0;
  max-width: 1010px;
  background-color: transparent;
}

.toast .container .page.content-width--liquid,
.content-width--liquid .toast .container .page {
  max-width: none;
}

.toast .container .page.content-width--1400,
.content-width--1400 .toast .container .page {
  max-width: 1400px;
}

.toast .container .page.content-width--1600,
.content-width--1600 .toast .container .page {
  max-width: 1600px;
}

@media (min-width: 1300px) {
  .toast .container .page {
    margin-left: auto;
    margin-right: auto;
  }
}

.toast--action__wrapper {
  position: relative;
}

.toast--action__wrapper:before,
.toast--action__wrapper:after {
  content: " ";
  display: table;
}

.toast--action__wrapper:after {
  clear: both;
}

@media (max-width: 767px) {
  .toast--action__message {
    width: 75%;
  }
}

@media (max-width: 767px) {
  .toast--action__actionbutton {
    width: 25%;
    right: 0;
    position: absolute;
    text-align: right;
  }
}

.toast--action__actionbutton button {
  color: #0063fb;
  background-color: #fff;
  border: 0;
}

.toast--action__actionbutton button,
.toast--action__actionbutton button:hover,
.toast--action__actionbutton button:active,
.toast--action__actionbutton button:focus {
  text-decoration: none;
}

.toast--action__actionbutton button:hover,
.toast--action__actionbutton button:focus {
  color: #0063fb;
  background-color: #ccc;
}

.toast--action__actionbutton button:active {
  color: #0063fb;
  background-color: #999;
}

.toast--action__actionbutton button:hover,
.toast--action__actionbutton button:focus {
  background-color: #fff;
  text-decoration: underline;
}

a.button,
.button {
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin: 0;
  border-radius: 8px;
  color: #0063fb;
  background-color: #fff;
  border: 2px solid #c3ccd9;
  padding: 10px
        14px;
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition-property: background-color, border-color, color;
}

a.button,
    a.button:hover,
    a.button:active,
    a.button:focus,
    .button,
    .button:hover,
    .button:active,
    .button:focus {
  outline: none;
  text-decoration: none;
}

a.button:not(:active):not(:focus),.button:not(:active):not(:focus) {
  transition-duration: 100ms;
}

a.button:hover,
    a.button:focus,
    a.button:active,
    .button:hover,
    .button:focus,
    .button:active {
  background-color: #f1f9ff;
  border-color: #0063fb;
}

a.button:active,.button:active {
  background-color: #cfe1fd;
}

a.button:focus,.button:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #06befb;
}

a.button--cta,
        a.button--cta:hover,
        a.button--cta:focus,
        a.button--cta:active,
        a.button--order,
        a.button--order:hover,
        a.button--order:focus,
        a.button--order:active,
        a.button--destructive,
        a.button--destructive:hover,
        a.button--destructive:focus,
        a.button--destructive:active,
        a.button--flat,
        a.button--flat:hover,
        a.button--flat:focus,
        a.button--flat:active,
        a.button--link,
        a.button--link:hover,
        a.button--link:focus,
        a.button--link:active,
        a.button--is-disabled,
        a.button--is-disabled:hover,
        a.button--is-disabled:focus,
        a.button--is-disabled:active,
        a.button--destructive-flat,
        a.button--destructive-flat:hover,
        a.button--destructive-flat:focus,
        a.button--destructive-flat:active,
        a.button--icon,
        a.button--icon:hover,
        a.button--icon:focus,
        a.button--icon:active,
        a.button--on-image,
        a.button--on-image:hover,
        a.button--on-image:focus,
        a.button--on-image:active,
        a.button:disabled,
        a.button:disabled:hover,
        a.button:disabled:focus,
        a.button:disabled:active,
        .button--cta,
        .button--cta:hover,
        .button--cta:focus,
        .button--cta:active,
        .button--order,
        .button--order:hover,
        .button--order:focus,
        .button--order:active,
        .button--destructive,
        .button--destructive:hover,
        .button--destructive:focus,
        .button--destructive:active,
        .button--flat,
        .button--flat:hover,
        .button--flat:focus,
        .button--flat:active,
        .button--link,
        .button--link:hover,
        .button--link:focus,
        .button--link:active,
        .button--is-disabled,
        .button--is-disabled:hover,
        .button--is-disabled:focus,
        .button--is-disabled:active,
        .button--destructive-flat,
        .button--destructive-flat:hover,
        .button--destructive-flat:focus,
        .button--destructive-flat:active,
        .button--icon,
        .button--icon:hover,
        .button--icon:focus,
        .button--icon:active,
        .button--on-image,
        .button--on-image:hover,
        .button--on-image:focus,
        .button--on-image:active,
        .button:disabled,
        .button:disabled:hover,
        .button:disabled:focus,
        .button:disabled:active {
  border-color: transparent;
}

a.button--cta,.button--cta {
  color: #fff;
  background-color: #0063fb;
}

a.button--cta,
    a.button--cta:hover,
    a.button--cta:active,
    a.button--cta:focus,
    .button--cta,
    .button--cta:hover,
    .button--cta:active,
    .button--cta:focus {
  text-decoration: none;
}

a.button--cta:hover,
    a.button--cta:focus,
    .button--cta:hover,
    .button--cta:focus {
  color: #fff;
  background-color: #004fc9;
}

a.button--cta:active,.button--cta:active {
  color: #fff;
  background-color: #003b97;
}

a.button--order,.button--order {
  color: #474445;
  background-color: #2ee69f;
}

a.button--order,
    a.button--order:hover,
    a.button--order:active,
    a.button--order:focus,
    .button--order,
    .button--order:hover,
    .button--order:active,
    .button--order:focus {
  text-decoration: none;
}

a.button--order:hover,
    a.button--order:focus,
    .button--order:hover,
    .button--order:focus {
  color: #474445;
  background-color: #18c582;
}

a.button--order:active,.button--order:active {
  color: #474445;
  background-color: #129462;
}

a.button--destructive,.button--destructive {
  color: #fff;
  background-color: #d9270a;
}

a.button--destructive,
    a.button--destructive:hover,
    a.button--destructive:active,
    a.button--destructive:focus,
    .button--destructive,
    .button--destructive:hover,
    .button--destructive:active,
    .button--destructive:focus {
  text-decoration: none;
}

a.button--destructive:hover,
    a.button--destructive:focus,
    .button--destructive:hover,
    .button--destructive:focus {
  color: #fff;
  background-color: #ae1f08;
}

a.button--destructive:active,.button--destructive:active {
  color: #fff;
  background-color: #821706;
}

a.button--destructive-flat,.button--destructive-flat {
  color: #d9270a;
  background: transparent;
}

a.button--destructive-flat:hover,
        a.button--destructive-flat:focus,
        .button--destructive-flat:hover,
        .button--destructive-flat:focus {
  background: transparent;
  color: #ae1f08;
}

a.button--destructive-flat:active,.button--destructive-flat:active {
  color: #f54326;
}

a.button--flat,.button--flat {
  color: #0063fb;
  background: transparent;
}

a.button--flat:hover,
        a.button--flat:focus,
        .button--flat:hover,
        .button--flat:focus {
  background: #f1f9ff;
}

a.button--flat:active,.button--flat:active {
  color: #3082ff;
}

a.button--link,
    a.button--link:link,
    a.button--link:visited,
    .button--link,
    .button--link:link,
    .button--link:visited {
  cursor: pointer;
  color: #0063fb;
  text-decoration: none;
}

a.button--link:hover,
    a.button--link:focus,
    a.button--link:active,
    .button--link:hover,
    .button--link:focus,
    .button--link:active {
  color: #0063fb;
  text-decoration: underline;
  outline: none;
}

a.button--link,
        a.button--link:focus,
        a.button--link:hover,
        a.button--link:active,
        .button--link,
        .button--link:focus,
        .button--link:hover,
        .button--link:active {
  background: transparent;
  display: inline;
  padding: 0;
  font-weight: normal;
  text-align: left;
  box-shadow: none;
}

a.button--pill,.button--pill {
  color: #474445;
  background: transparent;
  border: 0;
  padding: 4px;
  border-radius: 1.6em;
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

a.button--pill--left,.button--pill--left {
  justify-content: flex-start;
}

a.button--pill--left,.button--pill--left {
  justify-content: center;
}

a.button--pill:hover,
        a.button--pill:focus,
        .button--pill:hover,
        .button--pill:focus {
  background: rgba(179, 209, 255, 0.3);
  background-clip: padding-box;
}

a.button--pill:hover,.button--pill:hover {
  border-color: rgba(255, 255, 255, 0.4);
}

a.button--pill.button--small,.button--pill.button--small {
  padding: 4px;
  min-height: 36px;
  min-width: 36px;
}

a.button--pill.button--small::before,.button--pill.button--small::before {
  width: 18px;
  height: 18px;
}

a.button--icon,
        a.button--icon:link,
        a.button--icon:visited,
        .button--icon,
        .button--icon:link,
        .button--icon:visited {
  cursor: pointer;
  color: #767676;
  text-decoration: none;
}

a.button--icon:hover,
        a.button--icon:focus,
        a.button--icon:active,
        .button--icon:hover,
        .button--icon:focus,
        .button--icon:active {
  color: #0063fb;
  text-decoration: none;
  outline: none;
}

a.button--icon,
        a.button--icon:hover,
        a.button--icon:focus,
        a.button--icon:active,
        .button--icon,
        .button--icon:hover,
        .button--icon:focus,
        .button--icon:active {
  background: transparent;
  display: inline;
  font-weight: normal;
  padding: 0;
}

a.button:disabled,
    a.button--is-disabled,
    .button:disabled,
    .button--is-disabled {
  background: #c3ccd9;
  color: #fff;
  background-image: none;
  cursor: default;
  pointer-events: none;
}

a.button--no-break,.button--no-break {
  white-space: nowrap;
}

a.button--has-icon,.button--has-icon {
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 7px;
}

a.button--has-icon.button--default,.button--has-icon.button--default {
  padding: 5px;
}

a.button--has-icon .button__img,
        a.button--has-icon::before,
        .button--has-icon .button__img,
        .button--has-icon::before {
  flex: 0 0 auto;
}

a.button--has-icon::before,.button--has-icon::before {
  height: 32px;
  width: 32px;
}

a.button--has-icon.button--icon-right .button__text,.button--has-icon.button--icon-right .button__text {
  order: -1;
  padding: 0 4px 0 8px;
}

a.button--has-icon .button__text,.button--has-icon .button__text {
  padding: 0 8px 0 4px;
}

.button--small.button--small {
  padding: 5px
            8px;
  font-size: 12px;
  line-height: 16px;
}

.button--in-progress.button--in-progress {
  pointer-events: none;
  border-color: transparent;
  color: #767676;
  background-size: 30px 30px !important;
  background-color: #f1f4f6;
  background-image: linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.05) 25%,
            transparent 25%,
            transparent 50%,
            rgba(0, 0, 0, 0.05) 50%,
            rgba(0, 0, 0, 0.05) 75%,
            transparent 75%,
            transparent
        ) !important;
  animation: animate-inprogress 3s linear infinite;
}

@keyframes animate-inprogress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 60px 0;
  }
}

.preserve-newline-formatting {
    white-space: pre-line;
}

/* trigger rebundle 10 */