.lds-ring {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto; }
  .lds-ring div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 2px solid #212121;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #212121 transparent transparent transparent; }
    .lds-ring div:nth-child(1) {
      -webkit-animation-delay: -0.45s;
              animation-delay: -0.45s; }
    .lds-ring div:nth-child(2) {
      -webkit-animation-delay: -0.3s;
              animation-delay: -0.3s; }
    .lds-ring div:nth-child(3) {
      -webkit-animation-delay: -0.15s;
              animation-delay: -0.15s; }
  .lds-ring.invert div {
    border: 1px solid white;
    border-color: white transparent transparent transparent; }

button .lds-ring, a .lds-ring {
  width: 32px;
  height: 32px; }
  button .lds-ring div, a .lds-ring div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: absolute;
    width: 25.5px;
    height: 25.5px;
    margin: 3px;
    border: 1px solid #212121; }

.dark .lds-ring div, .secondary .lds-ring div, .primary .lds-ring div {
  border: 1px solid white;
  border-color: white transparent transparent transparent; }

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.dwf-button > span {
  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; }

.close-button {
  background: none;
  border: 0;
  padding: 15px; }
  .close-button svg {
    width: 21px;
    height: 21px; }
    .close-button svg * {
      fill: #212121; }
  .close-button.invert svg * {
    fill: white; }

.ReactModal__Overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.fancybox .close-button {
  position: absolute;
  top: 8px;
  right: 4px;
  z-index: 97; }

.fancybox > header {
  width: 100%;
  height: 70px;
  background-color: #212121;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .fancybox > header h2 {
    font-size: 1.563rem;
    font-weight: normal;
    margin: 0 0 0 12px; }
  .fancybox > header svg {
    width: 20px;
    height: 20px; }
    .fancybox > header svg * {
      fill: white; }

.fancybox .fancybox-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.fancybox .fancybox-footer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 12px;
  padding-top: 17px;
  background-color: rgba(26, 35, 126, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.fancybox .scrollable {
  max-height: calc(95vh - 70px - 2px) !important;
  width: 100%; }

@media only screen and (max-width: 847px) and (orientation: landscape) {
  .fancybox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.mobile .fancybox .scrollable {
  min-height: -webkit-fill-available !important; }

.scrollable {
  max-height: 100% !important;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch !important; }

