@charset "UTF-8";
/*
 Theme Name:   Nettikasinot Child
 Theme URI:    https://gitlab.raketech.com/central-themes/fi-sites-parent-theme
 Description:  Casinorahaa Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     fi-sites-parent-theme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  casinorahaachild
*/
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container, .wp-block-group__inner-container {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .wp-block-group__inner-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .wp-block-group__inner-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .wp-block-group__inner-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .wp-block-group__inner-container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}

.row, .wp-block-columns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > .wp-block-column,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .toplist--rows .toplist-casino__bonus-wrapper, .toplist--mini .toplist-casino__bonus-wrapper, .toplist--rows .toplist-casino__intro, .toplist--mini .toplist-casino__intro, .toplist--columns .toplist-casino, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .wp-block-column,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.col, .wp-block-column {
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-order: -1;
          order: -1;
}

.order-last {
  -webkit-order: 13;
          order: 13;
}

.order-0 {
  -webkit-order: 0;
          order: 0;
}

.order-1 {
  -webkit-order: 1;
          order: 1;
}

.order-2 {
  -webkit-order: 2;
          order: 2;
}

.order-3 {
  -webkit-order: 3;
          order: 3;
}

.order-4 {
  -webkit-order: 4;
          order: 4;
}

.order-5 {
  -webkit-order: 5;
          order: 5;
}

.order-6 {
  -webkit-order: 6;
          order: 6;
}

.order-7 {
  -webkit-order: 7;
          order: 7;
}

.order-8 {
  -webkit-order: 8;
          order: 8;
}

.order-9 {
  -webkit-order: 9;
          order: 9;
}

.order-10 {
  -webkit-order: 10;
          order: 10;
}

.order-11 {
  -webkit-order: 11;
          order: 11;
}

.order-12 {
  -webkit-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4, .toplist--rows .toplist-casino__bonus-wrapper, .toplist--mini .toplist-casino__bonus-wrapper, .toplist--rows .toplist-casino__intro, .toplist--mini .toplist-casino__intro, .toplist--columns .toplist-casino {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-flex !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-flex-grow: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-flex-grow: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
          flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
          flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-justify-content: flex-start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-justify-content: flex-end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-justify-content: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-justify-content: space-between !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
          justify-content: space-around !important;
}

.align-items-start {
  -webkit-align-items: flex-start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-align-items: flex-end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-align-items: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-align-items: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-align-items: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
          align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-align-items: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }

  .align-content-sm-center {
    -webkit-align-content: center !important;
            align-content: center !important;
  }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }

  .align-self-sm-center {
    -webkit-align-self: center !important;
            align-self: center !important;
  }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-align-items: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }

  .align-content-md-center {
    -webkit-align-content: center !important;
            align-content: center !important;
  }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }

  .align-self-md-center {
    -webkit-align-self: center !important;
            align-self: center !important;
  }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-align-items: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }

  .align-content-lg-center {
    -webkit-align-content: center !important;
            align-content: center !important;
  }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }

  .align-self-lg-center {
    -webkit-align-self: center !important;
            align-self: center !important;
  }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-align-items: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }

  .align-content-xl-center {
    -webkit-align-content: center !important;
            align-content: center !important;
  }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }

  .align-self-xl-center {
    -webkit-align-self: center !important;
            align-self: center !important;
  }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}
.w-25 {
  width: 25% !important;
}

/* .w-50, .review .wp-block-button {
  width: 50% !important;
}
 */
.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .single-article__content img, .review img,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0,
.review .container,
.review .wp-block-group__inner-container {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0,
.review .container,
.review .wp-block-group__inner-container {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5,
.wp-block-group {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5,
.wp-block-group {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.table, table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th, table th,
.table td,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th, table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody, table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table, table .table, .table table, table table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th, table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th, table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

/* ==========================================================================
   #SASS-MQ-FUNCTIONS
   ========================================================================== */
/* ==========================================================================
   #ANIMATIONS-TRANSITIONS-VARIABLES
   ========================================================================== */
/* ==========================================================================
   CSS-CUSTOM-PROPERTIES-VARIABLES
   ========================================================================== */
:root {
  /* Box Model */
  --border-radius: 4px;
  --box-shadow: 1px solid rgba(48, 59, 63, 0.21);
}

/* ==========================================================================
   #BREAKPOINTS-VARIABLES
   ========================================================================== */
/* ==========================================================================
   CSS-CUSTOM-PROPERTIES-VARIABLES
   ========================================================================== */
:root {
  /* Buttons */
  --btn-font-size: 1em;
  --btn-sm: calc(var(--btn-font-size) - 0.2em);
  --btn-md: calc(var(--btn-font-size) + 0.2em);
  --btn-lg: calc(var(--btn-font-size) + 0.4em);
  --btn-radius: var(--radius);
  --btn-radius--xs: calc(var(--radius) - 0.4em);
  --btn-radius--sm: calc(var(--radius) - 0.2em);
  --btn-radius--lg: calc(var(--radius) + 0.2em);
  --btn-radius--xl: calc(var(--radius) + 0.4em);
}

/* ==========================================================================
   #COLOR-VARIABLES
   ========================================================================== */
/* Color Options
--------------------------------------------- */
.has-main-1-color {
  color: #db2ecd;
}

.has-main-1-background-color {
  background-color: #db2ecd;
}

.has-main-1-shade-color {
  color: #a8239e;
}

.has-main-1-shade-background-color {
  background-color: #a8239e;
}

.has-main-1-tint-color {
  color: #db44cf;
}

.has-main-1-tint-background-color {
  background-color: #db44cf;
}

.has-grey-1-color {
  color: #222222;
}

.has-grey-1-background-color {
  background-color: #222222;
}

.has-grey-2-color {
  color: #424242;
}

.has-grey-2-background-color {
  background-color: #424242;
}

.has-grey-3-color {
  color: #6e6e6e;
}

.has-grey-3-background-color {
  background-color: #6e6e6e;
}

.has-grey-4-color {
  color: #868686;
}

.has-grey-4-background-color {
  background-color: #868686;
}

.has-grey-5-color {
  color: #cac9c9;
}

.has-grey-5-background-color {
  background-color: #cac9c9;
}

.has-grey-6-color {
  color: #dddddd;
}

.has-grey-6-background-color {
  background-color: #dddddd;
}

.has-grey-7-color {
  color: #f5f5f5;
}

.has-grey-7-background-color {
  background-color: #f5f5f5;
}

.has-gradient-start-color {
  color: #a8239e;
}

.has-gradient-start-background-color {
  background-color: #a8239e;
}

.has-gradient-end-color {
  color: #db2ecd;
}

.has-gradient-end-background-color {
  background-color: #db2ecd;
}

.has-button-shadow-color {
  color: rgba(168, 35, 158, 0.7);
}

.has-button-shadow-background-color {
  background-color: rgba(168, 35, 158, 0.7);
}

.has-disabled-bg-color {
  color: #e4e4e4;
}

.has-disabled-bg-background-color {
  background-color: #e4e4e4;
}

.has-disabled-text-color {
  color: rgba(29, 41, 41, 0.5);
}

.has-disabled-text-background-color {
  background-color: rgba(29, 41, 41, 0.5);
}

.has-element-bg-color {
  color: #f6eaf5;
}

.has-element-bg-background-color {
  background-color: #f6eaf5;
}

.has-element-bg-alt-color {
  color: rgba(219, 46, 205, 0.1);
}

.has-element-bg-alt-background-color {
  background-color: rgba(219, 46, 205, 0.1);
}

.has-text-color {
  color: #1d2929;
}

.has-text-background-color {
  background-color: #1d2929;
}

.has-text-alt-color {
  color: #fff;
}

.has-text-alt-background-color {
  background-color: #fff;
}

.has-section-bg-color {
  color: #a8239e;
}

.has-section-bg-background-color {
  background-color: #a8239e;
}

.has-unselected-color {
  color: #cf97cb;
}

.has-unselected-background-color {
  background-color: #cf97cb;
}

.has-success-color {
  color: #06c270;
}

.has-success-background-color {
  background-color: #06c270;
}

/* ==========================================================================
   #TYPOGRAPHY-VARIABLES
   ========================================================================== */
@font-face {
  font-family: "PoppinsItalic";
  src: url("/fonts/Poppins-Italic.woff2") format("woff2"), url("/fonts/Poppins-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PoppinsBold";
  src: url("/fonts/Poppins-Bold.woff2") format("woff2"), url("/fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PoppinsBoldItalic";
  src: url("/fonts/Poppins-BoldItalic.woff2") format("woff2"), url("/fonts/Poppins-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PoppinsSemiBold";
  src: url("/fonts/Poppins-SemiBold.woff2") format("woff2"), url("/fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-Regular.woff2") format("woff2"), url("/fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
   #SPACING-VARIABLES
   ========================================================================== */
/* This is to cover Voice-over devices for accessibility purposes */
/**
 * Fluid Props
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  color: #fff;
  background: #db2ecd;
}

::selection {
  color: #fff;
  background: #db2ecd;
}

::-moz-selection {
  color: #fff;
  background: #db2ecd;
}

* {
  -webkit-tap-highlight-color: transparent;
}

/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

blockquote h2,
blockquote h3,
blockquote h4 {
  font-weight: normal;
}
html, body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
}

body {
  text-rendering: geometricPrecision;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
}
pre {
  padding: 1.25em 2rem;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08), 0px 0px 4px rgba(0, 0, 0, 0.05);
}

/*
 * Form text
 */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  line-height: 1.25;
  font-family: "PoppinsBold", sans-serif;
  font-weight: bold;
  word-break: break-word;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}

h1, .h1 {
  font-size: 2em;
}

h2, .h2 {
  font-size: 1.625em;
}

h3, .h3 {
  font-size: 1.4375em;
}

h4, .h4 {
  font-size: 1.25em;
}

h5, .h5 {
  font-size: 1em;
}

img {
  display: block;
  max-width: 100%;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  height: auto;
}
img.img-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

input:hover, input:active, input:focus {
  outline: none;
}
html {
  scroll-behavior: smooth;
}

:target:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}

a {
  text-decoration: none;
  color: #db2ecd;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
a span:hover, a span:active, a span:focus {
  text-decoration: underline;
}
a:not(.wp-block-button__link):hover, a:not(.wp-block-button__link):active, a:not(.wp-block-button__link):focus {
  text-decoration: underline;
}

ul {
  list-style: none;
  padding: 0 0 1em 1em;
}
ul li:before {
  content: "•";
  color: #db2ecd;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  margin-right: 0.5em;
}
ul.block-editor-block-variation-picker__variations li:before {
  display: none;
}

ol {
  counter-reset: li;
  padding-left: 1em;
}
ol li {
  counter-increment: li;
}
ol li:before {
  content: counter(li) ".";
  color: #db2ecd;
  display: inline-block;
  font-family: "PoppinsBoldItalic";
  font-weight: bold;
  font-style: italic;
  width: 1em;
  margin-left: -1em;
  margin-right: 0.5em;
}

@media (min-width: 992px) {
  ol.list--two-col, ul.list--two-col {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

nav ul {
  margin: 0;
  padding: 0;
}
nav li {
  list-style-type: none;
}
nav li:before {
  content: "​";
  /* add zero-width space */
}

div.menu-trigger {
  width: 15px;
  height: 12px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 6px 0;
  transition: all 0.5s 0s;
}
div.menu-trigger .line {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: #db2ecd;
  transition: 0.3s;
}
div.menu-trigger .line.line-1 {
  transition: all 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: all 0.3s 0.3s, transform 0.3s 0s;
  transition: all 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}
div.menu-trigger .line.line-2 {
  top: 50%;
  margin-top: -1px;
  left: 0;
  transition: all 0.3s 0.3s;
}
div.menu-trigger .line.line-3 {
  bottom: 0;
  top: auto;
  left: 0;
  transition: all 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: all 0.3s 0.3s, transform 0.3s 0s;
  transition: all 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}
div.menu-trigger.active {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  transition: all 0.5s 0.3s;
}
div.menu-trigger.active .line-1 {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: all 0.3s, -webkit-transform 0.3s 0.3s;
  transition: all 0.3s, transform 0.3s 0.3s;
  transition: all 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
div.menu-trigger.active .line-2 {
  opacity: 0;
  transition: all 0.3s, opacity 0.3s 0s;
}
div.menu-trigger.active .line-3 {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: all 0.3s, -webkit-transform 0.3s 0.3s;
  transition: all 0.3s, transform 0.3s 0.3s;
  transition: all 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

#articles, #main-search {
  content-visibility: auto;
  contain-intrinsic-size: 1000px;
}

.search-filter-scroll-loading {
  display: block;
  margin: 24px auto;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

.row.no-results:not(:first-child) h2, .no-results.wp-block-columns:not(:first-child) h2 {
  display: none;
}

.sf-field-search {
  display: none !important;
}

.searchandfilter ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  padding: 0;
}
.searchandfilter ul li:before {
  display: none;
}
.searchandfilter ul li ul li input[type=checkbox] {
  display: none;
}
.searchandfilter ul li ul li label {
  background: transparent;
  border: 1px solid #cf97cb;
  color: #cf97cb;
  transition: 0.3s;
}
.searchandfilter ul li ul li label:hover, .searchandfilter ul li ul li label:active, .searchandfilter ul li ul li label:focus {
  background: #a8239e;
  color: #fff;
}
.searchandfilter ul li ul li.sf-option-active label {
  border: 1px solid #a8239e;
  color: #a8239e;
  transition: 0.3s;
}
.searchandfilter ul li ul li.sf-option-active label:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E %3Cpath fill='%230E3153' d='M.185 8.77C.062 8.645 0 8.461 0 8.337c0-.123.062-.307.185-.43l.861-.862c.246-.246.616-.246.862 0l.061.062 3.385 3.63c.123.123.308.123.43 0l8.247-8.553h.061c.246-.247.616-.247.862 0l.861.861c.246.246.246.616 0 .862L5.97 14.123c-.123.123-.246.185-.43.185-.185 0-.308-.062-.431-.185l-4.8-5.17-.123-.184z'/%3E %3Cmask id='yupjue3afa' width='16' height='13' x='0' y='2' maskUnits='userSpaceOnUse'%3E %3Cpath fill='%23fff' d='M.185 8.77C.062 8.645 0 8.461 0 8.337c0-.123.062-.307.185-.43l.861-.862c.246-.246.616-.246.862 0l.061.062 3.385 3.63c.123.123.308.123.43 0l8.247-8.553h.061c.246-.247.616-.247.862 0l.861.861c.246.246.246.616 0 .862L5.97 14.123c-.123.123-.246.185-.43.185-.185 0-.308-.062-.431-.185l-4.8-5.17-.123-.184z'/%3E %3C/mask%3E %3Cg mask='url(%23yupjue3afa)'%3E %3Cpath fill='%236F159E' fill-rule='evenodd' d='M0 2h16v13H0V2z' clip-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E ");
  margin-right: 4px;
  width: 16px;
  height: 20px;
  display: block;
}
.searchandfilter ul li ul li.sf-option-active label:hover, .searchandfilter ul li ul li.sf-option-active label:active, .searchandfilter ul li ul li.sf-option-active label:focus {
  background: #a8239e;
  color: #fff;
}
.searchandfilter ul li ul li.sf-option-active label:hover:before, .searchandfilter ul li ul li.sf-option-active label:active:before, .searchandfilter ul li ul li.sf-option-active label:focus:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E %3Cpath fill='%23FFFFFF' d='M.185 8.77C.062 8.645 0 8.461 0 8.337c0-.123.062-.307.185-.43l.861-.862c.246-.246.616-.246.862 0l.061.062 3.385 3.63c.123.123.308.123.43 0l8.247-8.553h.061c.246-.247.616-.247.862 0l.861.861c.246.246.246.616 0 .862L5.97 14.123c-.123.123-.246.185-.43.185-.185 0-.308-.062-.431-.185l-4.8-5.17-.123-.184z'/%3E %3Cmask id='yupjue3afa' width='16' height='13' x='0' y='2' maskUnits='userSpaceOnUse'%3E %3Cpath fill='%23fff' d='M.185 8.77C.062 8.645 0 8.461 0 8.337c0-.123.062-.307.185-.43l.861-.862c.246-.246.616-.246.862 0l.061.062 3.385 3.63c.123.123.308.123.43 0l8.247-8.553h.061c.246-.247.616-.247.862 0l.861.861c.246.246.246.616 0 .862L5.97 14.123c-.123.123-.246.185-.43.185-.185 0-.308-.062-.431-.185l-4.8-5.17-.123-.184z'/%3E %3C/mask%3E %3Cg mask='url(%23yupjue3afa)'%3E %3Cpath fill='%23FFFFFF' fill-rule='evenodd' d='M0 2h16v13H0V2z' clip-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E ");
}
.searchandfilter ul li ul li:not(:last-child) {
  margin-right: 12px;
}

.star-rating {
  display: -webkit-flex;
  display: flex;
  width: 85px;
  height: 25px;
}
.star-rating svg path {
  fill: #f6ae2d;
}

/*
 * Small
 */
/*
 * Strong tags
 */
b,
strong {
  font-weight: bold;
  font-family: "PoppinsBold", sans-serif;
}

em,
i,
cite {
  font-style: italic;
  font-family: "PoppinsItalic", sans-serif;
}

p,
span {
  max-width: 100%;
}

p:not(:last-child) {
  margin: 0 0 1em 0;
}

.label, .toplist-casino__disclaimer, .toplist-widget__disclaimer, .latest-posts__post-content time, .article-card__meta, .article-card__date, .label--underlined, .label--italic, .label--bold {
  font-size: 0.75em;
  line-height: 1;
  margin: 0 0 0.5em 0;
}
@media (min-width: 992px) {
  .label, .toplist-casino__disclaimer, .toplist-widget__disclaimer, .latest-posts__post-content time, .article-card__meta, .article-card__date, .label--underlined, .label--italic, .label--bold {
    margin: 0 0 1em 0;
  }
}
.label--bold {
  font-family: "PoppinsBold", sans-serif;
}
.label--italic {
  font-family: "PoppinsItalic", sans-serif;
}
.label--underlined {
  text-decoration: underline;
}
.label--uppercase {
  text-transform: uppercase;
}

.wp-block:not(.editor-post-title) {
  max-width: none;
}

.edit-post-layout .interface-interface-skeleton__content {
  background-color: transparent;
}

.wp-block-audio {
  margin: 0;
}
.wp-block-audio audio {
  width: 100%;
}

.wp-block-button {
  margin-bottom: 1em;
  display: inline-block;
}
.wp-block-button:not(:last-child) {
  margin-right: 0.5em;
}
.wp-block-button__link, .searchandfilter ul li ul li label {
  border-radius: 8px;
  box-shadow: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  padding: 7px 24px !important;
  min-height: 40px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  word-break: break-word;
  font-family: "PoppinsBoldItalic";
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}
.wp-block-button.is-style-fill .wp-block-button__link, .wp-block-button.is-style-fill .searchandfilter ul li ul li label, .searchandfilter ul li ul li .wp-block-button.is-style-fill label {
  background-size: 100%;
  background-image: linear-gradient(#a8239e, #db2ecd);
  position: relative;
  z-index: 100;
  color: #fff;
}
.wp-block-button.is-style-fill .wp-block-button__link:before, .wp-block-button.is-style-fill .searchandfilter ul li ul li label:before, .searchandfilter ul li ul li .wp-block-button.is-style-fill label:before {
  background-image: linear-gradient(#a8239e, #a8239e);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 1s;
  border-radius: 8px;
}
.wp-block-button.is-style-fill .wp-block-button__link:hover:before, .wp-block-button.is-style-fill .searchandfilter ul li ul li label:hover:before, .searchandfilter ul li ul li .wp-block-button.is-style-fill label:hover:before {
  opacity: 1;
}
.wp-block-button.is-style-fill .wp-block-button__link:after, .wp-block-button.is-style-fill .searchandfilter ul li ul li label:after, .searchandfilter ul li ul li .wp-block-button.is-style-fill label:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
  background-color: #a8239e;
}
.wp-block-button.is-style-fill .wp-block-button__link:hover, .wp-block-button.is-style-fill .searchandfilter ul li ul li label:hover, .searchandfilter ul li ul li .wp-block-button.is-style-fill label:hover, .wp-block-button.is-style-fill .wp-block-button__link.active, .wp-block-button.is-style-fill .searchandfilter ul li ul li label.active, .searchandfilter ul li ul li .wp-block-button.is-style-fill label.active {
  color: #fff;
  box-shadow: 0 0 8px 0 rgba(168, 35, 158, 0.7);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.wp-block-button.is-style-fill .wp-block-button__link:hover:after, .wp-block-button.is-style-fill .searchandfilter ul li ul li label:hover:after, .searchandfilter ul li ul li .wp-block-button.is-style-fill label:hover:after, .wp-block-button.is-style-fill .wp-block-button__link.active:after, .wp-block-button.is-style-fill .searchandfilter ul li ul li label.active:after, .searchandfilter ul li ul li .wp-block-button.is-style-fill label.active:after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
          transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}
.wp-block-button.is-style-fill .wp-block-button__link:focus, .wp-block-button.is-style-fill .searchandfilter ul li ul li label:focus, .searchandfilter ul li ul li .wp-block-button.is-style-fill label:focus {
  box-shadow: none;
}
.wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .searchandfilter ul li ul li label, .searchandfilter ul li ul li .wp-block-button.is-style-outline label {
  background: transparent;
  border: 1px solid #db2ecd;
  color: #db2ecd;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .searchandfilter ul li ul li label:hover, .searchandfilter ul li ul li .wp-block-button.is-style-outline label:hover, .wp-block-button.is-style-outline .wp-block-button__link.active, .wp-block-button.is-style-outline .searchandfilter ul li ul li label.active, .searchandfilter ul li ul li .wp-block-button.is-style-outline label.active {
  background: #a8239e;
  border: 1px solid #a8239e;
  color: #fff;
  box-shadow: 0 0 8px 0 rgba(168, 35, 158, 0.7);
}
.wp-block-button.is-style-disabled .wp-block-button__link, .wp-block-button.is-style-disabled .searchandfilter ul li ul li label, .searchandfilter ul li ul li .wp-block-button.is-style-disabled label {
  background: #e4e4e4;
  color: rgba(29, 41, 41, 0.5);
}
.wp-block-button.is-style-selected .wp-block-button__link, .wp-block-button.is-style-selected .searchandfilter ul li ul li label, .searchandfilter ul li ul li .wp-block-button.is-style-selected label {
  background: transparent;
  border: 1px solid #a8239e;
  color: #a8239e;
}
.wp-block-button.is-style-selected .wp-block-button__link:before, .wp-block-button.is-style-selected .searchandfilter ul li ul li label:before, .searchandfilter ul li ul li .wp-block-button.is-style-selected label:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E %3Cpath fill='%230E3153' d='M.185 8.77C.062 8.645 0 8.461 0 8.337c0-.123.062-.307.185-.43l.861-.862c.246-.246.616-.246.862 0l.061.062 3.385 3.63c.123.123.308.123.43 0l8.247-8.553h.061c.246-.247.616-.247.862 0l.861.861c.246.246.246.616 0 .862L5.97 14.123c-.123.123-.246.185-.43.185-.185 0-.308-.062-.431-.185l-4.8-5.17-.123-.184z'/%3E %3Cmask id='yupjue3afa' width='16' height='13' x='0' y='2' maskUnits='userSpaceOnUse'%3E %3Cpath fill='%23fff' d='M.185 8.77C.062 8.645 0 8.461 0 8.337c0-.123.062-.307.185-.43l.861-.862c.246-.246.616-.246.862 0l.061.062 3.385 3.63c.123.123.308.123.43 0l8.247-8.553h.061c.246-.247.616-.247.862 0l.861.861c.246.246.246.616 0 .862L5.97 14.123c-.123.123-.246.185-.43.185-.185 0-.308-.062-.431-.185l-4.8-5.17-.123-.184z'/%3E %3C/mask%3E %3Cg mask='url(%23yupjue3afa)'%3E %3Cpath fill='%236F159E' fill-rule='evenodd' d='M0 2h16v13H0V2z' clip-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E ");
  margin-right: 4px;
  width: 16px;
  height: 20px;
}
.wp-block-button.is-style-selected .wp-block-button__link:hover, .wp-block-button.is-style-selected .searchandfilter ul li ul li label:hover, .searchandfilter ul li ul li .wp-block-button.is-style-selected label:hover, .wp-block-button.is-style-selected .wp-block-button__link:active, .wp-block-button.is-style-selected .searchandfilter ul li ul li label:active, .searchandfilter ul li ul li .wp-block-button.is-style-selected label:active, .wp-block-button.is-style-selected .wp-block-button__link:focus, .wp-block-button.is-style-selected .searchandfilter ul li ul li label:focus, .searchandfilter ul li ul li .wp-block-button.is-style-selected label:focus {
  background: #a8239e;
  color: #fff;
}
.wp-block-button.is-style-selected .wp-block-button__link:hover:before, .wp-block-button.is-style-selected .searchandfilter ul li ul li label:hover:before, .searchandfilter ul li ul li .wp-block-button.is-style-selected label:hover:before, .wp-block-button.is-style-selected .wp-block-button__link:active:before, .wp-block-button.is-style-selected .searchandfilter ul li ul li label:active:before, .searchandfilter ul li ul li .wp-block-button.is-style-selected label:active:before, .wp-block-button.is-style-selected .wp-block-button__link:focus:before, .wp-block-button.is-style-selected .searchandfilter ul li ul li label:focus:before, .searchandfilter ul li ul li .wp-block-button.is-style-selected label:focus:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E %3Cpath fill='%23FFFFFF' d='M.185 8.77C.062 8.645 0 8.461 0 8.337c0-.123.062-.307.185-.43l.861-.862c.246-.246.616-.246.862 0l.061.062 3.385 3.63c.123.123.308.123.43 0l8.247-8.553h.061c.246-.247.616-.247.862 0l.861.861c.246.246.246.616 0 .862L5.97 14.123c-.123.123-.246.185-.43.185-.185 0-.308-.062-.431-.185l-4.8-5.17-.123-.184z'/%3E %3Cmask id='yupjue3afa' width='16' height='13' x='0' y='2' maskUnits='userSpaceOnUse'%3E %3Cpath fill='%23fff' d='M.185 8.77C.062 8.645 0 8.461 0 8.337c0-.123.062-.307.185-.43l.861-.862c.246-.246.616-.246.862 0l.061.062 3.385 3.63c.123.123.308.123.43 0l8.247-8.553h.061c.246-.247.616-.247.862 0l.861.861c.246.246.246.616 0 .862L5.97 14.123c-.123.123-.246.185-.43.185-.185 0-.308-.062-.431-.185l-4.8-5.17-.123-.184z'/%3E %3C/mask%3E %3Cg mask='url(%23yupjue3afa)'%3E %3Cpath fill='%23FFFFFF' fill-rule='evenodd' d='M0 2h16v13H0V2z' clip-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E ");
}
.wp-block-button.is-style-unselected .wp-block-button__link, .wp-block-button.is-style-unselected .searchandfilter ul li ul li label, .searchandfilter ul li ul li .wp-block-button.is-style-unselected label {
  background: transparent;
  border: 1px solid #cf97cb;
  color: #cf97cb;
}
.wp-block-button.is-style-mini .wp-block-button__link, .wp-block-button.is-style-mini .searchandfilter ul li ul li label, .searchandfilter ul li ul li .wp-block-button.is-style-mini label {
  background-size: 100%;
  background-image: linear-gradient(#a8239e, #db2ecd);
  position: relative;
  z-index: 100;
  padding: 12px 14px;
}
.wp-block-button.is-style-mini .wp-block-button__link:before, .wp-block-button.is-style-mini .searchandfilter ul li ul li label:before, .searchandfilter ul li ul li .wp-block-button.is-style-mini label:before {
  background-image: linear-gradient(#a8239e, #a8239e);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 1s;
  border-radius: 8px;
}
.wp-block-button.is-style-mini .wp-block-button__link:hover:before, .wp-block-button.is-style-mini .searchandfilter ul li ul li label:hover:before, .searchandfilter ul li ul li .wp-block-button.is-style-mini label:hover:before {
  opacity: 1;
}
.wp-block-button.is-style-mini .wp-block-button__link:after, .wp-block-button.is-style-mini .searchandfilter ul li ul li label:after, .searchandfilter ul li ul li .wp-block-button.is-style-mini label:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16'%3E %3Cdefs%3E %3Cfilter id='a' width='200%25' height='200%25' x='-50%25' y='-50%25' filterUnits='objectBoundingBox'%3E %3CfeOffset in='SourceAlpha' result='shadowOffsetOuter1'/%3E %3CfeGaussianBlur in='shadowOffsetOuter1' result='shadowBlurOuter1' stdDeviation='2'/%3E %3CfeColorMatrix in='shadowBlurOuter1' result='shadowMatrixOuter1' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E %3CfeMerge%3E %3CfeMergeNode in='shadowMatrixOuter1'/%3E %3CfeMergeNode in='SourceGraphic'/%3E %3C/feMerge%3E %3C/filter%3E %3Cpath id='b' d='M9.17 7.631a.507.507 0 010 .738l-7.47 7.47a.505.505 0 01-.738.001l-.802-.802a.507.507 0 010-.737L6.46 8 .16 1.7a.506.506 0 010-.738L.962.16a.507.507 0 01.737 0L9.17 7.631z'/%3E %3C/defs%3E %3Cg filter='url(%23a)' fill='none' fill-rule='evenodd'%3E %3Cg transform='translate(3)'%3E %3Cmask id='c' fill='%23fff'%3E %3Cuse xlink:href='%23b'/%3E %3C/mask%3E %3Cuse fill='%230E3153' xlink:href='%23b'/%3E %3Cg fill='%23FFF' mask='url(%23c)'%3E %3Cpath d='M0 0h10v16H0z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  width: 12px;
  height: 16px;
}
.wp-block-button.is-style-mini .wp-block-button__link:hover, .wp-block-button.is-style-mini .searchandfilter ul li ul li label:hover, .searchandfilter ul li ul li .wp-block-button.is-style-mini label:hover {
  box-shadow: 0 0 8px 0 rgba(168, 35, 158, 0.7);
}
.wp-block-button.is-style-mini .wp-block-button__link:focus, .wp-block-button.is-style-mini .searchandfilter ul li ul li label:focus, .searchandfilter ul li ul li .wp-block-button.is-style-mini label:focus {
  box-shadow: none;
}

.wp-block-columns {
  margin-bottom: 0;
}
.wp-block-columns + .wp-block-columns {
  padding-top: 1em;
}

.wp-block-column {
  -webkit-flex-grow: 1 !important;
          flex-grow: 1 !important;
}
@media (max-width: 991px) {
  .wp-block-column {
    -webkit-flex: 0 100%;
            flex: 0 100%;
    -webkit-flex-basis: 100% !important;
            flex-basis: 100% !important;
  }
}
.wp-block-column:not(:first-child) {
  margin-left: 0;
}

.wp-block-cover {
  position: relative;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.wp-block-cover.has-parallax {
  background-attachment: fixed;
}
.wp-block-cover.has-background-dim::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.wp-block-cover.has-background-dim-10::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.wp-block-cover.has-background-dim-20::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.wp-block-cover.has-background-dim-30::before {
  background-color: rgba(0, 0, 0, 0.3);
}
.wp-block-cover.has-background-dim-40::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.wp-block-cover.has-background-dim-50::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.wp-block-cover.has-background-dim-60::before {
  background-color: rgba(0, 0, 0, 0.6);
}
.wp-block-cover.has-background-dim-70::before {
  background-color: rgba(0, 0, 0, 0.7);
}
.wp-block-cover.has-background-dim-80::before {
  background-color: rgba(0, 0, 0, 0.8);
}
.wp-block-cover.has-background-dim-90::before {
  background-color: rgba(0, 0, 0, 0.9);
}
.wp-block-cover.has-background-dim-100::before {
  background-color: black;
}
.wp-block-cover.has-left-content {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.wp-block-cover.has-right-content {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.wp-block-cover__video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -o-object-fit: fill;
     object-fit: fill;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.wp-block-cover-text {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: content-width();
  padding: 14px;
  text-align: center;
}
.has-left-content .wp-block-cover-text {
  margin-left: 0;
  text-align: left;
}

.has-right-content .wp-block-cover-text {
  margin-right: 0;
  text-align: right;
}

.wp-block-embed figcaption {
  margin-top: 0.5em;
  text-align: center;
}

.wp-block-file {
  margin-bottom: 1.5em;
}
.wp-block-file.aligncenter {
  text-align: center;
}
.wp-block-file.alignright {
  text-align: right;
}
.wp-block-file__button {
  background: #1d2929;
  color: #fff;
  padding: 0.5em 1em;
  text-decoration: none;
}
.wp-block-file__button:hover, .wp-block-file__button:visited, .wp-block-file__button:focus, .wp-block-file__button:active {
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}

* + .wp-block-file__button {
  margin-left: 0.75em;
}

.wp-block-gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0 -8px 0 -8px;
}

.blocks-gallery-item {
  margin: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
}
.blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .blocks-gallery-item figure {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
}
.blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .blocks-gallery-item img {
    width: auto;
  }
}
.blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  padding: 40px 10px 5px;
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 60%, transparent);
}
.blocks-gallery-item figcaption img {
  display: inline;
}

.is-cropped .blocks-gallery-item a,
.is-cropped .blocks-gallery-item img {
  -webkit-flex: 1;
          flex: 1;
  width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .is-cropped .blocks-gallery-item a,
.is-cropped .blocks-gallery-item img {
    -webkit-flex: 1;
            flex: 1;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.blocks-gallery-item {
  width: calc(100% / 2 - 16px);
}

.columns-1 .blocks-gallery-item {
  width: calc(100% / 1 - 16px);
}

@media (min-width: break(small)) {
  .columns-3 .blocks-gallery-item {
    width: calc(100% / 3 - 16px);
  }

  .columns-4 .blocks-gallery-item {
    width: calc(100% / 4 - 16px);
  }

  .columns-5 .blocks-gallery-item {
    width: calc(100% / 5 - 16px);
  }

  .columns-6 .blocks-gallery-item {
    width: calc(100% / 6 - 16px);
  }

  .columns-7 .blocks-gallery-item {
    width: calc(100% / 7 - 16px);
  }

  .columns-8 .blocks-gallery-item {
    width: calc(100% / 8 - 16px);
  }
}
.wp-block-group {
  content-visibility: visible;
  contain-intrinsic-size: 1000px;
}
.wp-block-image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.wp-block-image img {
  max-width: 100%;
}
.wp-block-image.is-resized {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  display: -ms-inline-grid;
  -ms-grid-columns: min-content;
}
.wp-block-image.is-resized figcaption {
  -ms-grid-row: 2;
}
.wp-block-image.is-resized img {
  max-width: none;
}
.wp-block-latest-posts.is-grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}
@media (min-width: break(small)) {
  .wp-block-latest-posts.columns-2 li {
    width: calc((100% / 2) - 16px);
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc((100% / 3) - 16px);
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc((100% / 4) - 16px);
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc((100% / 5) - 16px);
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc((100% / 6) - 16px);
  }
}
.wp-block-latest-posts__post-date {
  display: block;
}

.wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  -webkit-align-items: center;
          align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto;
  margin-bottom: 1em;
}
.wp-block-media-text__media {
  grid-area: media-text-media;
  margin: 0;
}
.wp-block-media-text__content {
  word-break: break-word;
  grid-area: media-text-content;
  padding: 0 0 0 8%;
}
.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-areas: "media-text-content media-text-media";
  grid-template-columns: auto 50%;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 8% 0 0;
}

@media (max-width: 991px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
    grid-template-areas: "media-text-media" "media-text-content";
  }

  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
    grid-template-areas: "media-text-media" "media-text-content";
  }
}
.wp-block-pullquote {
  padding: 3em 0;
  text-align: center;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}

.wp-block-quote {
  padding: 18px 12px;
  border: dashed 1px #db2ecd;
  background-color: #f6eaf5;
}
@media (min-width: 992px) {
  .wp-block-quote {
    padding: 20px 40px;
  }
}
.wp-block-quote p {
  color: #db2ecd;
  font-family: "PoppinsBoldItalic", sans-serif;
  font-weight: bold;
  font-style: italic;
  line-height: 1.18;
  font-size: 1.0625em;
  text-align: center;
}
.wp-block-quote p:last-child {
  margin-bottom: 0;
}
.wp-block-subhead {
  font-size: 1.125em;
  font-style: italic;
  opacity: 0.75;
}

.article-card {
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
  background: #f6eaf5;
  border: 1px solid transparent;
  transition: 0.3s;
}
.article-card:hover {
  box-shadow: 0 0 12px 0 rgba(219, 46, 205, 0.2);
  border: 1px solid #db2ecd;
}
.article-card a:hover, .article-card a:active, .article-card a:focus {
  text-decoration: none;
}
.article-card img {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-card__content {
  padding: 16px 8px;
}
@media (min-width: 768px) {
  .article-card__content {
    padding: 16px;
  }
}
.article-card__date time, .article-card__date span {
  color: #1d2929;
  opacity: 0.5;
}
.article-card__date time:hover, .article-card__date time:active, .article-card__date time:focus, .article-card__date span:hover, .article-card__date span:active, .article-card__date span:focus {
  text-decoration: none;
}
.article-card__meta {
  color: #1d2929;
  margin: 8px 0;
}
.article-card__meta span:hover, .article-card__meta span:active, .article-card__meta span:focus {
  text-decoration: none;
}
.article-card__meta span:not(:last-child) {
  margin-right: 16px;
}
.article-card__title {
  margin-bottom: 8px !important;
}
.article-card__excerpt {
  margin-bottom: 0;
  color: #1d2929;
  line-height: 22px;
}

#articles .article-card__date span {
  display: none;
}

.casino-card-row {
  background: #a8239e;
  content-visibility: auto;
  contain-intrinsic-size: 200px;
}
@media (min-width: 992px) {
  .casino-card-row {
    padding: 40px 0;
  }
}
.casino-card-row .toplist-casino__wrapper {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 0 12px 0 #f6eaf5;
  border: solid 1px #db2ecd;
}
.casino-card-row .toplist-casino__wrapper:before {
  display: none;
}
.casino-card-row .toplist-casino__rating a {
  font-size: 12px;
}
@media (max-width: 767px) {
  .casino-card-row .toplist-casino__rating a {
    display: none;
  }
}
@media (max-width: 767px) {
  .casino-card-row .wp-block-buttons {
    display: none;
  }
}

.casino-card {
  padding: 16px;
  border-radius: 8px;
  border: dashed 1px #db2ecd;
  background-color: #f6eaf5;
}
.casino-card__logo img {
  max-width: 220px;
  margin: 0 auto 24px auto;
}
.casino-card__section, .game-card__section--bonus, .casino-card__section--bonus {
  border-bottom: 1px solid #fff;
  padding: 8px 0;
}
.casino-card__section strong, .game-card__section--bonus strong, .casino-card__section--bonus strong {
  font-family: "PoppinsSemiBold";
  font-weight: 600;
}
.casino-card__section p, .game-card__section--bonus p, .casino-card__section--bonus p {
  margin: 0;
}
.casino-card__section p svg, .game-card__section--bonus p svg, .casino-card__section--bonus p svg {
  margin-right: 4px;
}
.casino-card__section p span:not(:last-child):after, .game-card__section--bonus p span:not(:last-child):after, .casino-card__section--bonus p span:not(:last-child):after {
  content: ",";
}
.casino-card__section p + strong, .game-card__section--bonus p + strong, .casino-card__section--bonus p + strong {
  display: block;
  margin-top: 8px;
}
.casino-card__section p:not(.email), .game-card__section--bonus p:not(.email), .casino-card__section--bonus p:not(.email) {
  text-transform: capitalize;
}
.casino-card__section p:not(.array), .game-card__section--bonus p:not(.array), .casino-card__section--bonus p:not(.array) {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.casino-card__section--bonus {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.casino-card__section--bonus div {
  -webkit-flex: 0 50%;
          flex: 0 50%;
}
.casino-card__payment-options {
  display: -webkit-flex;
  display: flex;
}
.casino-card__payment-options img {
  max-width: 40px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.casino-card__payment-method {
  position: relative;
}
.casino-card__payment-method:not(:last-child) {
  margin-right: 8px;
}
.casino-card__payment-method span {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  background: #db2ecd;
  color: #fff;
  font-size: 14px;
  padding: 0 4px;
  border-radius: 4px;
  bottom: -25px;
  margin: 0 auto;
  right: 0;
  left: 0;
  text-align: center;
}
.casino-card__payment-method:hover span {
  opacity: 1;
  visibility: visible;
}
.casino-card .wp-block-buttons {
  margin-top: 16px;
}
.casino-card .wp-block-buttons .wp-block-button {
  margin-bottom: 0;
  width: 100%;
}
.casino-card--alt .casino-card__section:last-child, .casino-card--alt .game-card__section--bonus:last-child, .casino-card--alt .casino-card__section--bonus:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .casino-card {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
}

.faq__question {
  cursor: pointer;
  border-bottom: 1px solid #db2ecd;
  padding-bottom: 8px;
}
.faq__question:after {
  content: "+";
  position: absolute;
  right: 16px;
  color: #fff;
  background: #db2ecd;
  border-radius: 8px;
  padding: 0px 8px;
}
.faq__question.active:after {
  content: "-";
}
.faq__answer {
  display: none;
}

.footer {
  color: #fff;
  font-size: 12px;
  content-visibility: auto;
  contain-intrinsic-size: 420px;
}
.footer__logo {
  max-width: 150px;
  margin: 0 auto;
}
.footer__menus {
  padding: 28px 0 24px;
  background: #424242;
}
.footer__menu ul {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .footer__menu ul {
    margin-bottom: 0;
  }
}
.footer__menu ul li:first-child {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  font-weight: bold;
  margin-left: -1em;
  margin-bottom: 8px;
  padding-bottom: 2px;
  border-bottom: 2px solid #fff;
  min-height: 40px;
}
.footer__menu ul li:first-child:before {
  content: " ";
}
.footer__menu ul li a {
  color: #fff;
}
.footer__menu ul li:before {
  content: "»";
  font-weight: normal;
  color: #fff;
  margin-right: 0;
}
.footer__disclaimer {
  padding: 32px 0;
  background: #222222;
}
@media (max-width: 991px) {
  .footer__disclaimer {
    padding-bottom: 64px;
  }
}

.game-card {
  border-radius: 8px;
  border: dashed 1px #db2ecd;
  background-color: #f6eaf5;
}
@media (min-width: 768px) {
  .game-card {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
}
.game-card__logo {
  width: 100%;
  max-height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.game-card__content {
  padding: 8px 16px 16px 16px;
}
.game-card__section {
  border-bottom: 1px solid #fff;
  padding: 8px 0;
}
.game-card__section p {
  margin: 0;
}
.game-card__section p:first-child:not(.label):not(.toplist-casino__disclaimer):not(.toplist-widget__disclaimer):not(.label--bold):not(.label--italic):not(.label--underlined):not(.article-card__date):not(.article-card__meta) {
  font-family: "PoppinsSemiBold";
  font-weight: 600;
}
.game-card__section p span:not(:last-child):after {
  content: ", ";
}
.game-card__section--bonus {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.game-card__section--bonus div {
  -webkit-flex: 0 50%;
          flex: 0 50%;
}
.game-card__payment-options {
  display: -webkit-flex;
  display: flex;
}
.game-card__payment-options img {
  max-width: 40px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.game-card__payment-options img:not(:last-child) {
  margin-right: 8px;
}
.game-card__footer {
  padding-top: 16px;
}
.game-card__footer p {
  font-family: "PoppinsSemiBold";
  font-weight: 600;
  margin-bottom: 0;
}
.game-card .wp-block-buttons {
  margin-top: 16px;
}
.game-card .wp-block-buttons .wp-block-button {
  margin-bottom: 0;
  width: 100%;
}

.header {
  padding: 10px 0;
  background: #f8f8f8;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99999;
}
@media (min-width: 992px) {
  .header {
    padding: 20px 0;
    border-bottom: 1px solid #db2ecd;
  }
}
.header__logo {
  height: 40px;
}
.header__logo img {
  max-width: 150px;
}
@media (max-width: 991px) {
  .header__navigation {
    position: fixed;
    width: 100%;
    bottom: 43px;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    transition: 0.3s;
    background: #fff;
  }
  .header__navigation.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.header__navigation ul.main-menu {
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .header__navigation ul.main-menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
            align-items: center;
  }
}
.header__navigation ul.main-menu li.list-inline-item:before {
  display: none;
}
.header__navigation ul.main-menu li.list-inline-item a.parent-link {
  font-family: "PoppinsSemiBold";
  font-weight: 600;
  color: #1d2929;
  border-bottom: 2px solid transparent;
  position: relative;
}
@media (max-width: 991px) {
  .header__navigation ul.main-menu li.list-inline-item a.parent-link {
    display: block;
    width: 100%;
  }
}
.header__navigation ul.main-menu li.list-inline-item a.parent-link:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #3a0953 transparent;
  position: absolute;
  bottom: -29px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .header__navigation ul.main-menu li.list-inline-item a.parent-link:after {
    display: none !important;
  }
}
.header__navigation ul.main-menu li.list-inline-item a.parent-link:hover, .header__navigation ul.main-menu li.list-inline-item a.parent-link:active, .header__navigation ul.main-menu li.list-inline-item a.parent-link:focus {
  text-decoration: none;
  border-bottom: 2px solid #db2ecd;
}
.header__navigation ul.main-menu li.list-inline-item.current a.parent-link {
  border-bottom: 2px solid #db2ecd;
}
.header__navigation ul.main-menu li.list-inline-item.active a:after {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .header__navigation ul.main-menu li.list-inline-item.active a:after {
    display: none !important;
  }
}
.header__navigation ul.main-menu li.list-inline-item:not(:last-child) {
  padding-bottom: 24px;
}
@media (min-width: 992px) {
  .header__navigation ul.main-menu li.list-inline-item:not(:last-child) {
    padding-right: 24px;
    padding-bottom: 0;
  }
}
.header__navigation ul.main-menu li.menu-item-has-children.active .megamenu {
  opacity: 1;
  visibility: visible;
  z-index: 9999999;
}
.header__search-trigger {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.header__search {
  top: 0;
  left: 0;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  transition: 0.3s;
}
.header__search input {
  width: 100%;
  height: 100%;
  border: 2px solid #db2ecd;
  color: #1d2929;
  font-family: "PoppinsSemiBold";
  font-weight: 600;
}
.header__search input::-webkit-input-placeholder {
  color: #1d2929;
  font-family: "PoppinsSemiBold";
  font-weight: 600;
  font-size: 10px;
}
.header__search input:-moz-placeholder {
  color: #1d2929;
  font-family: "PoppinsSemiBold";
  font-weight: 600;
  font-size: 10px;
}
.header__search input::-moz-placeholder {
  color: #1d2929;
  font-family: "PoppinsSemiBold";
  font-weight: 600;
  font-size: 10px;
}
.header__search input:-ms-input-placeholder {
  color: #1d2929;
  font-family: "PoppinsSemiBold";
  font-weight: 600;
  font-size: 10px;
}
.header__search-wrap {
  display: -webkit-flex;
  display: flex;
}
.header__search-wrap a {
  margin-left: 8px;
}

.megamenu {
  position: absolute;
  top: 80px;
  width: 100vw;
  left: 0;
  right: 0;
  background: #a8239e;
  padding: 24px 0;
  opacity: 0;
  visibility: hidden;
  z-index: -999999;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .megamenu {
    display: none !important;
  }
}
.megamenu__wrapper, .megamenu__item {
  margin: 0;
  padding: 0;
}
.megamenu__wrapper li, .megamenu__item li {
  -webkit-flex: 1;
          flex: 1;
}
.megamenu__wrapper li:before, .megamenu__item li:before {
  display: none !important;
}
.megamenu__col:not(:last-child) {
  margin-right: 24px;
}
.megamenu__wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
}
.megamenu__item a {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px;
  border-radius: 8px;
  margin: 8px 0;
  color: #fff;
}
.megamenu__item a:hover, .megamenu__item a:active, .megamenu__item a:focus {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.4);
}
.megamenu__heading {
  font-family: "PoppinsSemiBold";
  font-weight: 600;
  color: #fff;
}
.megamenu__heading:hover, .megamenu__heading:active, .megamenu__heading:focus {
  text-decoration: none;
}

.mobile-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  border: 1px solid #dddddd;
  background: #fff;
  z-index: 999999;
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu ul {
  padding: 0;
  margin: 0;
}
.mobile-menu ul li {
  padding: 4px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  -webkit-flex: 1;
          flex: 1;
}
.mobile-menu ul li:not(:last-child) {
  border-right: 1px solid #dddddd;
}
.mobile-menu ul li:before {
  display: none;
}
.mobile-menu ul li img {
  width: 21px;
  height: 21px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-menu ul li a {
  font-size: 9px;
  line-height: 12px;
  color: #222222;
}
.mobile-menu ul li a:hover, .mobile-menu ul li a:active, .mobile-menu ul li a:focus {
  text-decoration: none;
}

.latest-posts {
  border-radius: 8px;
  background: #f6eaf5;
  overflow: hidden;
}
.latest-posts__heading {
  background: #db2ecd;
  color: #fff;
  text-transform: uppercase;
  font-family: "PoppinsSemiBold";
  font-weight: 600;
  padding: 8px 16px;
  margin-bottom: 0;
}
.latest-posts__post:not(:last-child) {
  margin-bottom: 16px;
}
.latest-posts__post a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #f6eaf5;
  transition: 0.3s;
}
.latest-posts__post a:hover {
  box-shadow: 0 0 12px 0 rgba(219, 46, 205, 0.2);
  border: 1px solid #db2ecd;
}
.latest-posts__post a:hover, .latest-posts__post a:active, .latest-posts__post a:focus {
  text-decoration: none;
}
.latest-posts__post a img {
  max-height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .latest-posts__post a {
    -webkit-flex-direction: row;
            flex-direction: row;
    padding: 8px;
  }
  .latest-posts__post a img {
    width: 260px;
    height: 110px;
  }
}
.latest-posts__content {
  padding: 16px;
}
.latest-posts__post-content {
  padding: 16px 8px;
}
.latest-posts__post-content time {
  color: #1d2929;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .latest-posts__post-content {
    padding: 0 0 0 16px;
  }
}
.latest-posts__title, .latest-posts__excerpt {
  margin-bottom: 0 !important;
}
.latest-posts__excerpt {
  color: #1d2929;
  line-height: 22px;
}
.latest-posts__read-more {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 16px;
  display: block;
  width: 100%;
}

.review {
  content-visibility: auto;
  contain-intrinsic-size: 1000px;
}
.review__title {
  text-transform: uppercase;
}
.review .wp-block-buttons {
  margin-bottom: 1em;
}
.review__mobile-cta {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999999;
  padding: 5px 10px;
}
.review__mobile-cta .wp-block-button {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .review__mobile-cta {
    display: none;
  }
}

#review-top-links {
  min-height: 43px;
}

.review-top-links {
  min-height: 112px;
}

.single-article {
  content-visibility: auto;
  contain-intrinsic-size: 1000px;
}
.single-article__author-avatar img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 0;
}

table {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  text-align: left;
}
table thead {
  background-color: #db2ecd;
}
table thead th {
  color: #fff;
  font-family: "PoppinsSemiBold";
  font-weight: 600;
  line-height: 1.5;
  border: 0;
}
table tbody tr td {
  border: 0;
}
table tbody tr:nth-of-type(odd) {
  background-color: #f6eaf5;
}

.toplist-widget__disclaimer {
  line-height: 16px;
  background: #f6eaf5;
  color: #1d2929;
  opacity: 0.5;
  text-align: center;
  margin-bottom: 0;
  padding: 8px 16px;
  border-radius: 0 0 8px 8px;
}
@media (max-width: 991px) {
  .toplist-widget__disclaimer {
    line-height: 16px;
  }
}
.toplist-widget__disclaimer p {
  margin: 0;
}
.toplist-widget__disclaimer a {
  color: #1d2929;
  text-decoration: underline;
}
.toplist-widget__filter, .toplist-widget__filter.active {
  background: #f6eaf5;
  border-radius: 0 8px 0 0;
}
.toplist-widget__filter a, .toplist-widget__filter.active a {
  display: block;
  padding: 8px;
  font-family: "PoppinsSemiBold";
  font-weight: 600;
}
.toplist-widget__filter a:hover, .toplist-widget__filter a:active, .toplist-widget__filter a:focus {
  text-decoration: none;
  cursor: pointer;
}
.toplist-widget__filter.active {
  background: #db2ecd;
}
.toplist-widget__filter.active a {
  color: #fff;
}
.toplist-widget__filter:first-child {
  border-radius: 8px 0 0 0;
}
.toplist-widget__list-wrapper {
  position: relative;
}
.toplist-widget__list {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.toplist-widget__list.active {
  opacity: 1;
  visibility: visible;
}
.toplist-widget .toplist-casino {
  margin: 0;
}
.toplist-widget .toplist-casino:nth-child(2n+1) .toplist-casino__wrapper {
  background: rgba(219, 46, 205, 0.1);
}
.toplist-widget .toplist-casino__wrapper {
  padding: 8px;
  border-radius: 0;
}
.toplist-widget .toplist-casino__wrapper:before {
  display: none;
}
.toplist-widget .toplist-casino__logo img {
  max-width: 90px;
  height: 40px;
}

.toplist {
  counter-reset: toplist;
  content-visibility: auto;
  contain-intrinsic-size: 1000px;
}

.toplist-casino {
  counter-increment: toplist;
  margin: 16px 0;
}
@media (min-width: 992px) {
  .toplist-casino {
    margin: 4px 0;
  }
}
.toplist--columns .toplist-casino {
  margin: 16px 0 24px 0;
}
.toplist-casino .wp-block-button__link, .toplist-casino .searchandfilter ul li ul li label, .searchandfilter ul li ul li .toplist-casino label {
  min-width: 250px;
}
.toplist-casino__wrapper {
  background: #f6eaf5;
  padding: 16px;
  border-radius: 8px;
  position: relative;
  border: solid 1px transparent;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .toplist-casino__wrapper {
    border-radius: 0px 8px 8px 8px;
  }
}
.toplist-casino__wrapper:before {
  content: attr(data-index);
  position: absolute;
  top: -16px;
  left: 0;
  background: #f6eaf5;
  border-radius: 8px;
  padding: 4px 16px;
  font-family: "PoppinsBold";
  font-weight: bold;
  font-size: 1.0625em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  top: -16px;
  left: 0;
  border: solid 1px transparent;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .toplist-casino__wrapper:before {
    top: -1px;
    left: -40px;
    border-radius: 8px 0px 0px 8px;
    padding: 8px 0;
    width: 40px;
  }
}
.toplist-casino__wrapper:hover, .toplist-casino__wrapper:active, .toplist-casino__wrapper:focus {
  box-shadow: 0 0 12px 0 rgba(219, 46, 205, 0.2);
  border: solid 1px #db2ecd;
}
.toplist-casino__wrapper:hover:before, .toplist-casino__wrapper:active:before, .toplist-casino__wrapper:focus:before {
  border: solid 1px #db2ecd;
  border-right: solid 1px transparent;
}
@media (max-width: 991px) {
  .toplist--columns .toplist-casino__wrapper .wp-block-buttons, .toplist--rows .toplist-casino__wrapper .wp-block-buttons, .toplist--mini .toplist-casino__wrapper .wp-block-buttons {
    -webkit-flex: 0 100%;
            flex: 0 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .toplist--columns .toplist-casino__wrapper .wp-block-buttons .wp-block-button, .toplist--rows .toplist-casino__wrapper .wp-block-buttons .wp-block-button, .toplist--mini .toplist-casino__wrapper .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
.toplist--columns .toplist-casino__wrapper {
  border-radius: 0px 8px 8px 8px;
}
.toplist--columns .toplist-casino__wrapper:before {
  top: -27px;
  left: -1px;
  border-radius: 8px 8px 0 0;
  padding: 0 16px;
}
.toplist--columns .toplist-casino__wrapper .wp-block-buttons {
  -webkit-flex: 0 100%;
          flex: 0 100%;
  margin-bottom: 10px;
}
.toplist--columns .toplist-casino__wrapper .wp-block-buttons .wp-block-button {
  width: 100%;
}
.toplist--columns .toplist-casino__wrapper:hover:before, .toplist--columns .toplist-casino__wrapper:active:before, .toplist--columns .toplist-casino__wrapper:focus:before {
  border: solid 1px #db2ecd;
  border-bottom: solid 1px transparent;
}
.toplist--mini .toplist-casino__wrapper {
  padding: 16px;
  border-radius: 8px;
}
.toplist--mini .toplist-casino__wrapper:before {
  display: none;
}
.toplist--mini .toplist-casino__wrapper .wp-block-button__link, .toplist--mini .toplist-casino__wrapper .searchandfilter ul li ul li label, .searchandfilter ul li ul li .toplist--mini .toplist-casino__wrapper label, .toplist-widget .toplist-casino__wrapper .wp-block-button__link, .toplist-widget .toplist-casino__wrapper .searchandfilter ul li ul li label, .searchandfilter ul li ul li .toplist-widget .toplist-casino__wrapper label {
  min-width: auto;
}
.toplist-widget .toplist-casino__wrapper:hover {
  border: 1px solid transparent;
  box-shadow: none;
}
.toplist-casino__intro {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.toplist--columns .toplist-casino__intro {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 991px) {
  .toplist--rows .toplist-casino__intro, .toplist--mini .toplist-casino__intro {
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 992px) {
  .toplist--rows .toplist-casino__intro, .toplist--mini .toplist-casino__intro {
    -webkit-justify-content: start;
            justify-content: start;
  }
}
.toplist-casino__logo img {
  max-width: 143px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .toplist-casino__logo img {
    height: 70px;
  }
}
.toplist--columns .toplist-casino__logo img {
  max-width: 108px;
  height: 40px;
}
.toplist-casino__rating {
  margin-left: 16px;
}
@media (max-width: 991px) {
  .toplist-casino__bonus p:last-child, .toplist-casino__freespins p:last-child {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .toplist--columns .toplist-casino__bonus p:last-child, .toplist--rows .toplist-casino__bonus p:last-child, .toplist--columns .toplist-casino__freespins p:last-child, .toplist--rows .toplist-casino__freespins p:last-child {
    font-size: 2em;
  }
}
.toplist--columns .toplist-casino__bonus, .toplist--columns .toplist-casino__freespins {
  -webkit-flex: 0 50%;
          flex: 0 50%;
}
@media (max-width: 991px) {
  .toplist--rows .toplist-casino__bonus, .toplist--mini .toplist-casino__bonus, .toplist--rows .toplist-casino__freespins, .toplist--mini .toplist-casino__freespins {
    -webkit-flex: 0 50%;
            flex: 0 50%;
  }
}
.toplist-casino__disclaimer {
  color: #1d2929;
  opacity: 0.5;
  text-align: right;
  margin-bottom: 0;
  min-height: 17px;
}
@media (max-width: 991px) {
  .toplist-casino__disclaimer {
    line-height: 16px;
  }
}
.toplist--columns .toplist-casino__disclaimer {
  line-height: 16px;
}
.toplist-casino__disclaimer a {
  color: #1d2929;
  text-decoration: underline;
}
.toplist-casino__filter {
  padding: 24px 0;
}
.toplist-casino__filter a {
  min-width: 144px;
}
.toplist-casino__filter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  border: 1px solid #db2ecd;
  padding: 8px 16px;
  border-radius: 8px;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-family: "PoppinsBoldItalic";
  font-size: 1em;
  line-height: 1.5em;
  color: #db2ecd;
  text-transform: uppercase;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E %3Cdefs%3E %3Cpath id='mhjhas50na' d='M15.84.962c.107.107.16.23.16.369 0 .139-.053.262-.16.368L8.369 9.17c-.107.107-.23.16-.369.16-.139 0-.262-.053-.369-.16L.161 1.7C.052 1.592 0 1.47 0 1.33c0-.138.053-.261.16-.368L.962.16c.107-.107.23-.16.369-.16.139 0 .262.053.368.16L8 6.46l6.3-6.3c.107-.107.23-.16.37-.16.138 0 .261.053.368.16l.802.802z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cg transform='translate(-333 -433) translate(16 421) translate(317 12) translate(0 3)'%3E %3Cmask id='rno7kudw5b' fill='%23fff'%3E %3Cuse xlink:href='%23mhjhas50na'/%3E %3C/mask%3E %3Cuse fill='%230E3153' xlink:href='%23mhjhas50na'/%3E %3Cg fill='%236F159E' mask='url(%23rno7kudw5b)'%3E %3Cpath d='M0 0L16 0 16 10 0 10z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E ");
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 12px;
}

/* ==========================================================================
   #VISIBILITY
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-srOnly {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.u-srOnly:active, .u-srOnly:focus {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  display: block;
  height: auto;
  width: auto;
  z-index: 100000;
  text-decoration: none;
}

/* ==========================================================================
   #BG-COLOR-UTILITIES
   ========================================================================== */
/* ==========================================================================
   #CLEARFIX-UTILITY
   ========================================================================== */
.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* ==========================================================================
   #COLOR-UTILITIES
   ========================================================================== */
/* ==========================================================================
   #HIGHLIGHT
   ========================================================================== */
/* ==========================================================================
   #ICON-TEXT-ALIGNER-UTILITIES
   ========================================================================== */
.u-icon-textAligner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.u-icon-textAligner .c-icon {
  color: inherit;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

/* ==========================================================================
   #SIZE-UTILITIES
   ========================================================================== */
/* Width Utilities */
.u-minW-0 {
  min-width: 0;
}

/* Height Utilities */
.u-minH-0 {
  min-height: 0;
}

/* Width Utilities */
.u-maxW-0 {
  max-width: 0;
}

/* Height Utilities */
.u-maxH-0 {
  max-height: 0;
}

.py-3 {
  padding: 3em 0;
}

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