@charset "UTF-8";
/*
Theme Name: Igamingnyheter.se
Theme URI: https://wolflundholm.dk
Author: wl ApS
Author URI: https://wl.dk/
Description: Custom theme made by Wolf Lundholm Aps, and only to be distributed by Wolf Lundholm Aps
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wl
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*  Foundation for Sites Settings*/
/*  -----------------------------*/
/**/
/*  Table of Contents:*/
/**/
/*   1. Global*/
/*   2. Breakpoints*/
/*   3. The Grid*/
/*   4. Base Typography*/
/*   5. Typography Helpers*/
/*   6. Abide*/
/*   7. Accordion*/
/*   8. Accordion Menu*/
/*   9. Badge*/
/*  10. Breadcrumbs*/
/*  11. Button*/
/*  12. Button Group*/
/*  13. Callout*/
/*  14. Card*/
/*  15. Close Button*/
/*  16. Drilldown*/
/*  17. Dropdown*/
/*  18. Dropdown Menu*/
/*  19. Flexbox Utilities*/
/*  20. Forms*/
/*  21. Label*/
/*  22. Media Object*/
/*  23. Menu*/
/*  24. Meter*/
/*  25. Off-canvas*/
/*  26. Orbit*/
/*  27. Pagination*/
/*  28. Progress Bar*/
/*  29. Prototype Arrow*/
/*  30. Prototype Border-Box*/
/*  31. Prototype Border-None*/
/*  32. Prototype Bordered*/
/*  33. Prototype Display*/
/*  34. Prototype Font-Styling*/
/*  35. Prototype List-Style-Type*/
/*  36. Prototype Overflow*/
/*  37. Prototype Position*/
/*  38. Prototype Rounded*/
/*  39. Prototype Separator*/
/*  40. Prototype Shadow*/
/*  41. Prototype Sizing*/
/*  42. Prototype Spacing*/
/*  43. Prototype Text-Decoration*/
/*  44. Prototype Text-Transformation*/
/*  45. Prototype Text-Utilities*/
/*  46. Responsive Embed*/
/*  47. Reveal*/
/*  48. Slider*/
/*  49. Switch*/
/*  50. Table*/
/*  51. Tabs*/
/*  52. Thumbnail*/
/*  53. Title Bar*/
/*  54. Tooltip*/
/*  55. Top Bar*/
/*  56. Xy Grid*/
/* 0. Theme Settings*/
/* ---------*/
/* 1. Global*/
/* ---------*/
/* 2. Breakpoints*/
/* --------------*/
/* 3. The Grid*/
/* -----------*/
/* 4. Base Typography*/
/* ------------------*/
/* 5. Typography Helpers*/
/* ---------------------*/
/* 6. Abide*/
/* --------*/
/* 7. Accordion*/
/* ------------*/
/* 8. Accordion Menu*/
/* -----------------*/
/* 9. Badge*/
/* --------*/
/* 10. Breadcrumbs*/
/* ---------------*/
/* 11. Button*/
/* ----------*/
/* 12. Button Group*/
/* ----------------*/
/* 13. Callout*/
/* -----------*/
/* 14. Card*/
/* --------*/
/* 15. Close Button*/
/* ----------------*/
/* 16. Drilldown*/
/* -------------*/
/* 17. Dropdown*/
/* ------------*/
/* 18. Dropdown Menu*/
/* -----------------*/
/* 19. Flexbox Utilities*/
/* ---------------------*/
/* 20. Forms*/
/* ---------*/
/* 21. Label*/
/* ---------*/
/* 22. Media Object*/
/* ----------------*/
/* 23. Menu*/
/* --------*/
/* 24. Meter*/
/* ---------*/
/* 25. Off-canvas*/
/* --------------*/
/* 26. Orbit*/
/* ---------*/
/* 27. Pagination*/
/* --------------*/
/* 28. Progress Bar*/
/* ----------------*/
/* 29. Prototype Arrow*/
/* -------------------*/
/* 30. Prototype Border-Box*/
/* ------------------------*/
/* 31. Prototype Border-None*/
/* -------------------------*/
/* 32. Prototype Bordered*/
/* ----------------------*/
/* 33. Prototype Display*/
/* ---------------------*/
/* 34. Prototype Font-Styling*/
/* --------------------------*/
/* 35. Prototype List-Style-Type*/
/* -----------------------------*/
/* 36. Prototype Overflow*/
/* ----------------------*/
/* 37. Prototype Position*/
/* ----------------------*/
/* 38. Prototype Rounded*/
/* ---------------------*/
/* 39. Prototype Separator*/
/* -----------------------*/
/* 40. Prototype Shadow*/
/* --------------------*/
/* 41. Prototype Sizing*/
/* --------------------*/
/* 42. Prototype Spacing*/
/* ---------------------*/
/* 43. Prototype Text-Decoration*/
/* -----------------------------*/
/* 44. Prototype Text-Transformation*/
/* ---------------------------------*/
/* 45. Prototype Text-Utilities*/
/* ----------------------------*/
/* 46. Responsive Embed*/
/* --------------------*/
/* 47. Reveal*/
/* ----------*/
/* 48. Slider*/
/* ----------*/
/* 49. Switch*/
/* ----------*/
/* 50. Table*/
/* ---------*/
/* 51. Tabs*/
/* --------*/
/* 52. Thumbnail*/
/* -------------*/
/* 53. Title Bar*/
/* -------------*/
/* 54. Tooltip*/
/* -----------*/
/* 55. Top Bar*/
/* -----------*/
/* 56. Xy Grid*/
/* -----------*/
/**
 * Foundation for Sites by ZURB
 * Version 6.4.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #505050;
  font-family: "Casino", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #101010;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

/*@include foundation-grid;*/
.row {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}

@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

.small-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

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

.small-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

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

.small-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns {
  -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-8 > .column, .small-up-8 > .columns {
  -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

.row.large-unstack > .column, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: none;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.cell {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

.cell.shrink {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

.grid-y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Casino", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: oztimizeLegibility;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 2.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.75rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.5625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.3125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 1.625rem;
  }
  h3, .h3 {
    font-size: 1.375rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
  h5, .h5 {
    font-size: 1rem;
  }
  h6, .h6 {
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 4.0625rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 2.1875rem;
  }
  h4, .h4 {
    font-size: 1.75rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1.125rem;
  }
}

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #1468a0;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: none;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #636363;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #636363;
}

cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #101010;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #f6f6f6;
  font-family: "Lato", "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #101010;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #f6f6f6;
  font-family: "Lato", "Liberation Mono", Courier, monospace;
  color: #101010;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #636363;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #636363;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}

/* @include foundation-button;*/
/* @include foundation-forms;*/
/* @include foundation-range-input;*/
/* @include foundation-accordion;*/
/* @include foundation-accordion-menu;*/
/* @include foundation-badge;*/
/* @include foundation-breadcrumbs;*/
/* @include foundation-button-group;*/
/* @include foundation-callout;*/
/* @include foundation-card;*/
/* @include foundation-close-button;*/
/* @include foundation-menu;*/
/* @include foundation-menu-icon;*/
/* @include foundation-drilldown-menu;*/
/* @include foundation-dropdown;*/
/* @include foundation-dropdown-menu;*/
/* @include foundation-responsive-embed;*/
/* @include foundation-label;*/
/* @include foundation-media-object;*/
/* @include foundation-off-canvas;*/
/* @include foundation-orbit;*/
/* @include foundation-pagination;*/
/* @include foundation-progress-bar;*/
/* @include foundation-progress-element;*/
/* @include foundation-progress-element;*/
/* @include foundation-meter-element;*/
/* @include foundation-slider;*/
/* @include foundation-sticky;*/
/* @include foundation-reveal;*/
/* @include foundation-switch;*/
/* @include foundation-table;*/
/* @include foundation-tabs;*/
/* @include foundation-thumbnail;*/
/* @include foundation-title-bar;*/
/* @include foundation-tooltip;*/
/* @include foundation-top-bar;*/
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/* @include foundation-float-classes;*/
.align-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.align-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.align-justify {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -ms-flex-pack: center;
      justify-content: center;
}

.align-top {
  -ms-flex-align: start;
      align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-bottom {
  -ms-flex-align: end;
      align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-middle {
  -ms-flex-align: center;
      align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center;
}

.align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.small-order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.small-order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.small-order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.small-order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.small-order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.small-order-6 {
  -ms-flex-order: 6;
      order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}

.flex-container {
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.flex-child-grow {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.flex-child-shrink {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.flex-dir-row {
  -ms-flex-direction: row;
      flex-direction: row;
}

.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.flex-dir-column {
  -ms-flex-direction: column;
      flex-direction: column;
}

.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

/* @include foundation-prototype-classes;*/
body {
  width: 100%;
  height: inherit !important;
}

@media screen and (min-width: 40em) {
  body {
    min-height: 100vh;
  }
}

body.menu-active {
  overflow: hidden;
}

#page {
  background: #ffffff;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

/*Global*/
@font-face {
  font-family: 'Casino';
  src: url("font/casino.eot");
  src: url("font/casino.eot?#iefix") format("embedded-opentype"), url("font/casino.woff2") format("woff2"), url("font/casino.woff") format("woff"), url("font/casino.ttf") format("truetype"), url("font/casino.svg#.") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CasinoBold';
  src: url("font/casinoBold.eot");
  src: url("font/casinoBold.eot?#iefix") format("embedded-opentype"), url("font/casinoBold.woff2") format("woff2"), url("font/casinoBold.woff") format("woff"), url("font/casinoBold.ttf") format("truetype"), url("font/casinoBold.svg#.") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

p {
  margin: 0;
  font-family: "Casino", sans-serif;
  line-height: 1.5em;
  color: #101010;
  font-weight: 400;
}

p:hover {
  color: #101010;
}

a, a:hover, a:focus {
  color: #101010;
}

h1 {
  font-family: 'CasinoBold', sans-serif;
  text-align: center;
  margin: 0;
}

@media screen and (min-width: 64em) {
  h1 {
    line-height: 3.5rem;
  }
}

h2, h3, h4, h5 {
  font-family: 'CasinoBold';
}

h6 {
  font-family: 'Casino';
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

@media screen and (min-width: 64em) {
  section {
    padding: 5rem 0;
  }
}

@media screen and (max-width: 63.9375em) {
  section {
    padding: 50px 0;
  }
}

/*@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInWidth {
  from {
    width: 0;
    opacity: 0;
    visibility: hidden;
  }

  to {
    width: 2em;
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeInWidth {
  from {
    width: 0;
    opacity: 0;
    visibility: hidden;
  }

  to {
    width: 2em;
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
  }

  to {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
  }

  to {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-40px);
    -moz-transform: translatey(-40px);
    -o-transform: translatey(-40px);
    transform: translatey(-40px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-40px);
    -moz-transform: translatey(-40px);
    -o-transform: translatey(-40px);
    transform: translatey(-40px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-webkit-keyframes glowing {
  0% {
    background-color: $green;
    -webkit-box-shadow: none;
  }
  50% {
    background-color: darken($green, 5%);
    -webkit-box-shadow: 0 0 30px 0 rgba($green, 0.5);
  }
  100% {
    background-color: $green;
    -webkit-box-shadow: none;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: $green;
    -webkit-box-shadow: none;
  }
  50% {
    background-color: darken($green, 5%);
    -webkit-box-shadow: 0 0 30px 0 rgba($green, 0.5);
  }
  100% {
    background-color: $green;
    -webkit-box-shadow: none;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: $green;
    -webkit-box-shadow: none;
  }
  50% {
    background-color: darken($green, 5%);
    -webkit-box-shadow: 0 0 30px 0 rgba($green, 0.5);
  }
  100% {
    background-color: $green;
    -webkit-box-shadow: none;
  }
}

@keyframes glowing {
  0% {
    background-color: $green;
    -webkit-box-shadow: none;
  }
  50% {
    background-color: darken($green, 5%);
    -webkit-box-shadow: 0 0 30px 0 rgba($green, 0.5);
  }
  100% {
    background-color: $green;
    -webkit-box-shadow: none;
  }
}

.fade-in {
  opacity: 0;
  animation: fadeIn ease-in;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-delay: 0s;
}

.slide-up {
  opacity: 0;
  animation-delay: 0.2s;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
}

.slide-down {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  animation-delay: 0.2s;
}

.fade-in-slow {
  opacity: 0;
  animation: fadeIn ease-in;
  animation-fill-mode: forwards;
  animation-duration: 0.4s;
  animation-delay: 0.4s;
}

.fade-in-left {
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  -o-transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);

  &.visible-fade {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.fade-in-up {
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  -o-transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);

  &.visible-fade {
    opacity: 1;
    transform: none;
  }
}

.reveal-animate {
  @include breakpoint(medium up) {
    opacity: 0;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: opacity 1s ease, transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
    transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  @include breakpoint(large up) {
    &:nth-child(3n+2) {
      -webkit-transition-delay: .25s;
      transition-delay: .25s;
    }

    &:nth-child(3n+3) {
      -webkit-transition-delay: .5s;
      transition-delay: .5s;
    }
  }

  @include breakpoint(medium down) {
    &:nth-child(2n+2) {
      -webkit-transition-delay: .25s;
      transition-delay: .25s;
    }
  }

  &.visible-fade {
    @include breakpoint(medium up) {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
  }
}*/
.bg-white {
  background: #ffffff;
}

.bg-gray {
  background: #f6f6f6;
}

.bg-medium-gray {
  background: #cacaca;
}

.bg-dark-gray {
  background: #505050;
}

.bg-sidebar {
  background: #333238;
}

.red-bg {
  background: #ff892d;
}

.red-bg h1, .red-bg h2, .red-bg h3, .red-bg h4, .red-bg h5, .red-bg h6, .red-bg p {
  color: #ffffff;
}

.red-bg .btn {
  background: #ffffff;
  color: #ff892d;
}

.red-bg .btn:hover {
  background: #ffffff;
  color: #ff892d;
}

.green-bg {
  background: #3cbc8d;
}

.green-bg h1, .green-bg h2, .green-bg h3, .green-bg h4, .green-bg h5, .green-bg h6, .green-bg p {
  color: #ffffff;
}

.green-bg .btn {
  background: #ffffff;
  color: #3cbc8d;
  border: 1px solid #3cbc8d;
}

.green-bg .btn:hover {
  background: #ffffff;
  color: #3cbc8d;
}

.lightgrey-bg {
  background: #f6f6f6;
}

.lightgrey-bg h1, .lightgrey-bg h2, .lightgrey-bg h3, .lightgrey-bg h4, .lightgrey-bg h5, .lightgrey-bg h6, .lightgrey-bg p {
  color: #101010;
}

.white-bg {
  background: #ffffff;
}

.white-bg h1, .white-bg h2, .white-bg h3, .white-bg h4, .white-bg h5, .white-bg h6, .white-bg p {
  color: #101010;
}

.red-color {
  color: #ff892d;
}

.medium-gray {
  color: #cacaca;
}

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

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

.load-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
}

.load-wrapper.loading {
  opacity: 0.9;
  visibility: visible;
}

.loader {
  font-size: 10px;
  margin: 25px auto;
  text-indent: -9999em;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ff892d;
  background: linear-gradient(to right, #ff892d 10%, rgba(255, 137, 45, 0) 42%);
  position: relative;
  -webkit-animation: load3 1s infinite ease-out;
  animation: load3 1s infinite ease-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #ff892d;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.load-more {
  position: relative;
}

.rating-ten {
  font-size: 12px;
}

.hide-custom {
  display: none;
}

.list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-item {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .section-padding-guides {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 40em) {
  .section-padding-guides {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .section-padding-guides .section-heading {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 40em) {
  .section-padding-guides .section-heading {
    padding-bottom: 40px;
  }
}

.section-padding-guides h2 {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 39.9375em) {
  .section-padding-guides h2 {
    margin-bottom: 1.5rem;
  }
}

.mobile-full-width {
  position: relative;
}

@media screen and (max-width: 39.9375em) {
  .mobile-full-width {
    padding-right: 0;
    padding-left: 0;
  }
}

.align-middle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

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

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

.inline {
  display: inline-block;
}

.position-relative {
  position: relative;
}

.z-index-high {
  z-index: 60;
}

.z-index-medium {
  z-index: 50;
}

.z-index-low {
  z-index: 1;
}

.z-index {
  z-index: 2;
}

@media screen and (min-width: 40em) {
  .small-font {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .small-font {
    font-size: 10px;
  }
}

.number {
  font-family: "Casino", sans-serif;
}

.up-to {
  padding-right: 4px;
  padding-left: 4px;
}

.align-middle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

body.single .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

body.single .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-horizontal {
  width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .list-horizontal {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

.list-horizontal .cardhorizontal {
  width: 100%;
  padding-bottom: 0;
}

@media screen and (max-width: 39.9375em) {
  .list-horizontal .cardhorizontal {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 10px;
  }
}

@media screen and (min-width: 40em) {
  .list-horizontal .cardhorizontal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}

@media screen and (max-width: 39.9375em) {
  .list-horizontal .list-horizontal-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 251px;
    flex: 0 0 251px;
  }
  .list-horizontal .list-horizontal-item:first-child {
    margin-left: 0;
  }
  .list-horizontal .casino-horizontal-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
  }
  .list-horizontal .casino-horizontal-item:first-child {
    margin-left: 0;
  }
}

/*Partials*/
header.site-header {
  background: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 200;
  width: 100%;
  transition: all .3s ease;
}

header.site-header #scroll-progress {
  height: 3px;
  background-color: #ff892d;
  width: 0;
  position: absolute;
  bottom: -3px;
}

@media screen and (min-width: 64em) {
  header.site-header #lang-mobile {
    display: none;
  }
  header.site-header #lang-desktop .language_selector_custom {
    text-align: right;
    margin: 10px 0 -5px 0px;
    list-style: none;
    padding: 0px;
    display: block;
    transition: all .3s ease;
  }
  header.site-header #lang-desktop .language_selector_custom li {
    display: inline-block;
    padding-left: 7px;
    line-height: 1em;
  }
  header.site-header #lang-desktop .language_selector_custom li a {
    display: block;
    color: #fefefe;
    font-size: 12px;
    font-weight: 700;
  }
  header.site-header #lang-desktop .language_selector_custom li a.active {
    color: #ff892d;
  }
}

@media screen and (max-width: 63.9375em) {
  header.site-header #lang-desktop {
    display: none;
  }
  header.site-header #lang-mobile .language_selector_custom {
    text-align: left;
    list-style: none;
    padding: 0px;
    display: block;
    transition: all .3s ease;
    margin: 0 30px;
  }
  header.site-header #lang-mobile .language_selector_custom li {
    display: inline-block;
    padding-right: 7px;
    line-height: 1em;
  }
  header.site-header #lang-mobile .language_selector_custom li a {
    display: block;
    color: #636363;
    font-size: 14px;
    font-weight: 700;
  }
  header.site-header #lang-mobile .language_selector_custom li a.active {
    color: #ff892d;
  }
}

@media screen and (max-width: 63.9375em) {
  header.site-header {
    padding: 10px 0;
  }
}

header.site-header .site-branding {
  font-size: 0px;
  position: relative;
  z-index: 150;
  -webkit-animation: fadeIn 1s cubic-bezier(0.4, 0.55, 0.41, 0.84) both;
  animation: fadeIn 1s cubic-bezier(0.4, 0.55, 0.41, 0.84) both;
}

header.site-header .site-branding a {
  text-decoration: none;
}

header.site-header .site-branding img {
  width: auto;
  height: 35px;
}

header.site-header .site-branding .svg {
  display: inline-block;
}

header.site-header .site-branding .svg svg {
  height: 35px;
  width: 190px;
  vertical-align: middle;
  fill: #ffffff;
}

header.site-header .site-branding a {
  display: block;
}

#site-navigation {
  transition: all .3s ease;
  font-size: 1rem;
  text-align: right;
  margin-right: -10px;
}

#site-navigation ul.menu {
  list-style: none;
  margin: 0;
}

@media screen and (max-width: 63.9375em) {
  #site-navigation ul.menu > li {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 40em) {
  #site-navigation ul.menu > li.menu-item-has-children:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  #site-navigation ul.menu > li.menu-item-has-children a {
    display: inline-block;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #site-navigation ul.menu > li.menu-item-has-children a {
    display: block;
  }
}

@media screen and (min-width: 40em) {
  #site-navigation ul.menu > li.menu-item-has-children:before {
    float: right;
    transition: all 300ms 0s ease-in-out;
    content: "\f107";
    display: inline-block;
    color: #ffffff;
    font-family: FontAwesome;
    margin-left: 8px;
    margin-top: 4px;
    font-size: 10px;
  }
}

@media screen and (min-width: 64em) {
  #site-navigation ul.menu > li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}

#site-navigation ul.menu.sub-menu {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  position: absolute;
  top: 62px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16);
  z-index: 200;
  background: #ffffff;
  text-align: right;
  min-width: 230px;
  right: 0;
  border-bottom: 8px solid #ff892d;
}

#site-navigation ul.menu.sub-menu li {
  padding: 5px;
}

#site-navigation ul.menu.sub-menu li:hover a {
  color: #ff892d;
}

#site-navigation ul.menu.sub-menu li a {
  color: #101010;
}

#site-navigation ul.menu > li {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  -webkit-animation: fadeIn 1s cubic-bezier(0.4, 0.55, 0.41, 0.84) both;
  animation: fadeIn 1s cubic-bezier(0.4, 0.55, 0.41, 0.84) both;
}

@media screen and (min-width: 40em) {
  #site-navigation ul.menu > li:hover {
    background: #fafafa;
  }
}

@media screen and (max-width: 63.9375em) {
  #site-navigation ul.menu > li:hover {
    background: #ffffff;
  }
}

#site-navigation ul.menu > li:hover:after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

#site-navigation ul.menu > li:hover:before {
  color: #101010;
}

#site-navigation ul.menu > li:hover a {
  color: #101010;
}

#site-navigation ul.menu > li a {
  transition: 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media screen and (min-width: 64em) {
  #site-navigation .sub-menu {
    background: #fafafa;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 50%;
    padding: 40px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: calc(1200px - 45px);
    top: 55px;
    transition: height .3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16);
    z-index: 200;
    border-bottom: 5px solid #ff892d;
    width: 100%;
  }
  #site-navigation .sub-menu .sub-menu-heading {
    color: #636363;
    margin-bottom: 1.5rem;
  }
  #site-navigation .sub-menu .casino-element {
    padding-bottom: 10px;
  }
  #site-navigation .sub-menu .casino-element:hover a {
    color: #ff892d;
  }
}

@media screen and (max-width: 63.9375em) {
  #site-navigation .sub-menu {
    display: none;
    padding-top: 15px;
  }
  #site-navigation .sub-menu li a {
    font-size: 15px;
  }
}

#site-navigation a {
  font-size: 15px;
  transition: all .3s ease;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: .5px;
  text-transform: none;
}

@media screen and (max-width: 63.9375em) {
  #site-navigation {
    position: fixed;
    top: 0;
    right: 0px;
    bottom: 0px;
    width: 0;
    z-index: 101;
    background: #ffffff;
    transition: width .3s ease;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-y: scroll;
    padding: 0;
    -webkit-overflow-scrolling: touch;
  }
  .menu-active #site-navigation {
    opacity: 1;
    visibility: visible;
    width: 90vw;
    background: #ffffff;
  }
}

@media screen and (max-width: 63.9375em) and (min-width: 64em) {
  .menu-active #site-navigation .casino-element {
    padding-bottom: 10px;
  }
  .menu-active #site-navigation .casino-element a {
    font-size: 16px;
  }
}

@media screen and (max-width: 63.9375em) {
  #site-navigation ul:not(.language_selector_custom) {
    margin: 0 !important;
    display: block;
    position: relative;
    padding: 30px 40px 30px 30px;
  }
  #site-navigation ul:not(.language_selector_custom) li {
    text-align: left;
    margin: 0;
    transition: all .3s ease;
    padding: 0;
    border-bottom: 1px solid rgba(255, 137, 45, 0.3);
    display: block;
    font-weight: 300;
    position: relative;
  }
  #site-navigation ul:not(.language_selector_custom) li .toggle-children {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 50px;
    font-size: 30px;
    text-align: right;
    transition: all .3s ease;
  }
  #site-navigation ul:not(.language_selector_custom) li .toggle-children:after {
    content: '\002B';
    position: absolute;
    top: 50%;
    right: 0px;
    font-size: 30px;
    color: #ff892d;
    text-align: right;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #site-navigation ul:not(.language_selector_custom) li .toggle-children.active:after {
    content: '\2212' !important;
  }
  #site-navigation ul:not(.language_selector_custom) li a {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 63.9375em) {
  #site-navigation ul:not(.language_selector_custom) li a {
    position: relative;
    font-size: 20px;
    display: block;
    color: #101010;
    padding: 15px 0;
    background: #ffffff;
  }
}

.burger {
  height: 25px;
  width: 25px;
  cursor: pointer;
  display: none;
  font-size: 0px;
  position: relative;
  z-index: 102;
}

@media screen and (max-width: 63.9375em) {
  .burger {
    display: inline-block;
    vertical-align: middle;
  }
}

.burger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  height: 2px;
  border-radius: 20px;
  background: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.burger span:before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: 0px;
  right: 0px;
  height: 2px;
  border-radius: 20px;
  background: #ffffff;
  transition: all .3s ease;
}

.burger span:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
  right: 0px;
  height: 2px;
  border-radius: 20px;
  background: #ffffff;
  transition: all .3s ease;
}

.scroll-active .burger span {
  background: #101010;
}

.scroll-active .burger span:before, .scroll-active .burger span:after {
  background-color: #101010;
}

.menu-active .burger span {
  height: 0px;
}

.menu-active .burger span:before {
  top: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-active .burger span:after {
  top: 0px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

body.scroll-active header {
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 1px rgba(0, 0, 0, 0.06);
}

body.scroll-active header #lang-desktop .language_selector_custom {
  margin-top: -20px;
}

body.scroll-active header .sub-menu {
  top: 55px !important;
}

body.scroll-active header .site-branding .svg svg {
  fill: #101010;
}

body.scroll-active header #site-navigation ul.menu {
  list-style: none;
  margin: 0;
}

@media screen and (min-width: 64em) {
  body.scroll-active header #site-navigation ul.menu > li {
    display: inline-block;
  }
}

body.scroll-active header #site-navigation ul.menu > li.menu-item-has-children:before {
  color: #101010;
}

body.scroll-active header #site-navigation ul.menu > li:after {
  background-color: #ff892d;
}

body.scroll-active header #site-navigation ul.menu > li a {
  color: #101010;
}

body.scroll-active header #site-navigation ul.menu > li:hover > a {
  color: #ff892d;
}

body.scroll-active header #site-navigation ul.menu > li a {
  transition: all .2s ease;
}

.menu-overlay {
  background: rgba(16, 16, 16, 0.75);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.menu-active .menu-overlay {
  visibility: visible;
  opacity: 1;
}

.menu-active header {
  background: transparent !important;
}

.menu-active header .site-branding {
  display: none;
}

.menu-active header .nav-wrapper {
  text-align: left;
}

.menu-active header .burger {
  position: absolute;
  left: 15px;
}

.menu-active header .burger span:before, .menu-active header .burger span, .menu-active header .burger span:after {
  background: #ffffff;
}

.menu-active header #site-navigation ul.menu li.menu-item-has-childrenw {
  color: #101010;
  line-height: 72px;
  margin-right: 10px;
}

body.lang-active header #site-navigation .sub-menu {
  top: 85px;
}

#sidebar {
  background: #333238;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

@media screen and (min-width: 40em) {
  #sidebar {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
}

@media screen and (min-width: 64em) {
  #sidebar {
    padding: 60px;
  }
}

@media screen and (max-width: 63.9375em) {
  #sidebar {
    padding: 40px 15px;
  }
}

#sidebar .most-read {
  margin-bottom: 40px;
}

#sidebar .most-read p {
  padding-bottom: 0.5rem;
  position: relative;
}

@media screen and (min-width: 40em) {
  #sidebar .most-read p {
    font-size: 14px;
  }
}

#sidebar .most-read p a {
  display: block;
}

@media screen and (min-width: 40em) {
  #sidebar .most-read p a {
    padding-right: 15px;
  }
}

#sidebar .most-read p:hover:after {
  right: -5px;
}

#sidebar .most-read p:after {
  background-image: url(img/arrow-right.svg);
  fill: currentColor;
  background-size: 15px 15px;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: "";
  transition: right .3s ease;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.single-sidebar .sidebar-element, #sidebar .sidebar-element {
  padding: 25px;
  margin-bottom: 30px;
  background: #f6f6f6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16);
  border-left: 3px solid #ff892d;
}

.single-sidebar .sidebar-element:last-child, #sidebar .sidebar-element:last-child {
  margin-bottom: 0;
}

.single-sidebar .sidebar-element .article, #sidebar .sidebar-element .article {
  position: relative;
  display: inline-block;
  width: calc(50% - 3px);
  margin-bottom: 3px;
  transition: all .3s ease;
}

.single-sidebar .sidebar-element .article:after, #sidebar .sidebar-element .article:after {
  content: '';
}

.single-sidebar .sidebar-element .article:hover:after, #sidebar .sidebar-element .article:hover:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #101010;
  opacity: 0.6;
}

.single-sidebar .sidebar-element .article:hover p, #sidebar .sidebar-element .article:hover p {
  visibility: visible;
  opacity: 1;
}

.single-sidebar .sidebar-element .article p, #sidebar .sidebar-element .article p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  z-index: 10;
  transition: all .3s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  right: 10px;
  color: #ffffff;
  text-align: center;
  font-family: 'CasinoBold', sans-serif;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
}

.single-sidebar .sidebar-element h5, #sidebar .sidebar-element h5 {
  color: #ff892d;
  font-family: 'CasinoBold', sans-serif;
  margin: 0;
  padding-bottom: 30px;
  position: relative;
  font-size: 20px;
}

.single-sidebar .sidebar-element h5:after, #sidebar .sidebar-element h5:after {
  content: '';
  position: absolute;
  bottom: 20px;
  background: #ff892d;
  left: 0;
  width: 1.5em;
  height: 2px;
}

.single-sidebar .sidebar-element .sidebar-casino-element, #sidebar .sidebar-element .sidebar-casino-element {
  text-align: center;
  display: inline-block;
  width: calc(33% - 5px);
  margin-bottom: 10px;
  position: relative;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.single-sidebar .sidebar-element .sidebar-casino-element:hover, #sidebar .sidebar-element .sidebar-casino-element:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.single-sidebar .sidebar-element .sidebar-casino-element img, #sidebar .sidebar-element .sidebar-casino-element img {
  border-radius: 50%;
  border: 4px solid #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16);
}

.casino-info-wrapper {
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  margin-bottom: 15px;
  padding: 20px 6px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 4px;
}

.casino-info-wrapper .info {
  color: #ff892d;
  letter-spacing: 1.5px;
  font-family: 'CasinoBold';
}

@media screen and (min-width: 64em) {
  .casino-info-wrapper {
    margin-top: 10px;
  }
}

@media screen and (min-width: 64em) {
  .casino-info-wrapper {
    padding-left: 0;
  }
}

@media screen and (min-width: 64em) {
  .casino-info-wrapper h6 {
    font-size: 15px;
  }
}

.casino-info-wrapper .casino-info:last-child {
  display: block;
  margin-top: 1rem;
}

.casino-info-wrapper .casino-info:last-child h6 {
  font-family: 'CasinoBold';
}

.casino-info-wrapper .casino-title {
  text-transform: uppercase;
}

.casino-info-wrapper p {
  font-size: 10px;
}

.casino-info-wrapper .casino-info {
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 40em) {
  .casino-info-wrapper .casino-info {
    padding: 0 5px;
  }
}

@media screen and (max-width: 39.9375em) {
  .casino-info-wrapper .casino-info {
    padding: 0 3%;
  }
}

.casino-info-wrapper .casino-info p {
  margin-bottom: 4px;
}

.casino-info-wrapper .casino-info img {
  width: 12px;
  height: auto;
}

#cookiebar {
  display: none;
  z-index: -1;
  position: fixed;
  right: 0px;
  padding: 10px 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 39.9375em) {
  #cookiebar {
    background: #101010;
  }
}

@media screen and (min-width: 40em) {
  #cookiebar {
    background: rgba(16, 16, 16, 0.9);
  }
}

#cookiebar.cookie-accepted {
  display: block;
}

#cookiebar p {
  font-size: 12px;
  color: #ffffff;
}

#cookiebar #cookie-text p {
  display: inline-block;
}

#cookiebar #accept-cookies {
  background-color: transparent;
  color: #cacaca;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 12px;
  margin-left: 6px;
  border-radius: 4px;
  border: 1px solid #cacaca;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#cookiebar #accept-cookies:hover {
  background: #cacaca;
  color: #101010;
}

#cookiebar a {
  color: #ffffff;
}

section.hero-banner {
  padding: 0px;
  position: relative;
  min-height: 400px;
  overflow: hidden;
  background: #333238;
}

@media screen and (max-width: 39.9375em) {
  section.hero-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0.3) 50%);
  }
}

section.hero-banner .cta-button {
  border: 1px solid #36a97f;
  background-color: #3cbc8d;
  color: #ffffff;
  font-family: 'CasinoBold';
  width: inherit;
  margin-top: 2rem;
  transition: all .3s ease;
  font-size: 14px;
  -webkit-animation: fadeInUp 1s 0.4s cubic-bezier(0.4, 0.55, 0.41, 0.84) both;
  animation: fadeInUp 1s 0.4s cubic-bezier(0.4, 0.55, 0.41, 0.84) both;
}

section.hero-banner .cta-button:hover {
  background-color: #36a97f;
  border: 1px solid #329d76;
  color: #ffffff;
  box-shadow: none;
}

section.hero-banner ul.imageslider {
  list-style: none;
  padding: 0px;
  margin: 0px;
  min-height: 400px;
  max-height: 80vh;
  height: 650px;
}

section.hero-banner ul.imageslider .btn {
  -webkit-animation: fadeInUp 1s 0.7s cubic-bezier(0.4, 0.55, 0.41, 0.84) both;
  animation: fadeInUp 1s 0.7s cubic-bezier(0.4, 0.55, 0.41, 0.84) both;
}

@media screen and (max-width: 39.9375em) {
  section.hero-banner ul.imageslider {
    height: 500px;
  }
}

section.hero-banner ul.imageslider li:not(:first-child) {
  display: none;
}

section.hero-banner ul.imageslider li .image {
  position: relative;
  min-height: 400px;
  max-height: 80vh;
  height: 650px;
}

@media screen and (max-width: 39.9375em) {
  section.hero-banner ul.imageslider li .image {
    height: 500px;
  }
}

@media screen and (max-width: 39.9375em) {
  section.hero-banner ul.imageslider li .image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0.3) 50%);
  }
}

section.hero-banner #bx-pager {
  position: absolute;
  top: calc(50% + 25px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  z-index: 80;
}

@media screen and (max-width: 39.9375em) {
  section.hero-banner #bx-pager {
    display: none;
  }
}

section.hero-banner #bx-pager ul {
  margin: 0;
  list-style: none;
  -webkit-animation: fadeInUp 1s 0.5s cubic-bezier(0.4, 0.55, 0.41, 0.84) both;
  animation: fadeInUp 1s 0.5s cubic-bezier(0.4, 0.55, 0.41, 0.84) both;
}

section.hero-banner #bx-pager a {
  color: #ffffff;
  background: transparent;
  font-weight: 600;
}

section.hero-banner #bx-pager a.active {
  color: #ff892d;
}

@media screen and (min-width: 40em) {
  section.hero-banner {
    max-height: 80vh;
    height: 650px;
  }
  .single section.hero-banner {
    height: 500px;
  }
}

@media screen and (max-width: 39.9375em) {
  section.hero-banner {
    height: 400px;
  }
}

section.hero-banner .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 40em) {
  section.hero-banner .image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(16, 16, 16, 0.6);
    z-index: 2;
  }
}

section.hero-banner .hero-content {
  position: absolute;
  z-index: 10;
  top: calc(50% + 20px);
  left: 0px;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.hero-banner .hero-content .term {
  -webkit-animation: fadeInUp 1s 0.8s cubic-bezier(0.4, 0.55, 0.41, 0.84) both;
  animation: fadeInUp 1s 0.8s cubic-bezier(0.4, 0.55, 0.41, 0.84) both;
  font-family: 'CasinoBold', sans-serif;
  color: #ff892d;
  letter-spacing: 3px;
  text-transform: none;
  display: block;
  font-size: 15px;
  margin-bottom: .5rem;
  margin-left: 2px;
}

section.hero-banner .hero-content .term, section.hero-banner .hero-content h1 {
  text-align: left;
}

section.hero-banner .hero-content h1, section.hero-banner .hero-content h2 {
  color: #ffffff;
  -webkit-animation: fadeInUp 1s 0.7s cubic-bezier(0.4, 0.55, 0.41, 0.84) both;
  animation: fadeInUp 1s 0.7s cubic-bezier(0.4, 0.55, 0.41, 0.84) both;
}

@media screen and (min-width: 64em) {
  section.hero-banner .hero-content h1, section.hero-banner .hero-content h2 {
    line-height: 70px;
    font-size: 65px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  section.hero-banner .hero-content h1, section.hero-banner .hero-content h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 39.9375em) {
  section.hero-banner .hero-content h1, section.hero-banner .hero-content h2 {
    font-size: 36px;
  }
}

section.hero-banner .hero-content h1:after, section.hero-banner .hero-content h2:after {
  content: '';
  display: block;
  margin-top: .5rem;
  background: #ff892d;
  width: 1.5em;
  margin-left: 3px;
  height: 3px;
  -webkit-animation: fadeInUp 1s 0.2s cubic-bezier(0.4, 0.55, 0.41, 0.84) both;
  animation: fadeInUp 1s 0.2s cubic-bezier(0.4, 0.55, 0.41, 0.84) both;
}

section.hero-banner .breadcrumbs-wrapper {
  z-index: 40;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  color: #ffffff;
}

@media screen and (max-width: 39.9375em) {
  section.hero-banner .breadcrumbs-wrapper {
    bottom: 10px;
    text-align: left;
  }
}

@media screen and (max-width: 39.9375em) {
  .single-blog section.hero-banner .hero-content, .single-casino section.hero-banner .hero-content {
    text-align: left;
    bottom: 10px;
    left: 0;
    right: 0;
    top: inherit;
    -webkit-transform: none;
    transform: none;
  }
  .single-blog section.hero-banner .hero-content .breadcrumbs, .single-casino section.hero-banner .hero-content .breadcrumbs {
    text-align: left;
  }
  .single-blog section.hero-banner .hero-content h1, .single-blog section.hero-banner .hero-content .term, .single-casino section.hero-banner .hero-content h1, .single-casino section.hero-banner .hero-content .term {
    text-align: left;
  }
}

.popup-recommended {
  position: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  z-index: 99999;
  overflow: visible;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 500px;
}

.popup-recommended.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.popup-recommended:after {
  content: '';
  background: #101010;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}

.popup-recommended h1, .popup-recommended h2, .popup-recommended h3, .popup-recommended h4, .popup-recommended h5, .popup-recommended h6 {
  color: #ffffff;
}

.popup-recommended h5 {
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: 800;
  line-height: 17px;
  margin-bottom: 8px;
}

.popup-recommended p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 16px;
}

.popup-recommended .inner-wrapper {
  position: relative;
  padding: 30px;
}

.popup-recommended #close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 20px;
  color: #e6e6e6;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.15, 0.83, 0.48, 1.29);
}

.popup-recommended #close:hover {
  color: #ffffff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.popup-recommended .button {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}

.popup-recommended .intro {
  font-family: 'CasinoBold', sans-serif;
  color: #ff892d;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  font-size: 10px;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .popup-recommended {
    max-width: calc(50vw - 65px);
    width: 350px;
    right: 35px;
    bottom: 35px;
    transition: all 1.2s cubic-bezier(0.15, 0.83, 0.48, 1.29);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .popup-recommended {
    width: 350px;
    right: 25px;
    bottom: 85px;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
}

@media screen and (max-width: 39.9375em) {
  .popup-recommended {
    left: 0;
    right: 0;
    width: 100vw;
    bottom: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    transition: all 1.2s cubic-bezier(0.15, 0.83, 0.48, 1.29);
  }
}

.popup-recommended .mc4wp-form input[type="email"] {
  width: 100%;
  padding: 15px;
  font-family: "Casino", sans-serif;
  font-size: 14px;
  outline: none;
  border: none;
}

.popup-recommended .mc4wp-form .mc4wp-response .mc4wp-alert p {
  color: #ff892d;
  font-family: 'CasinoBold';
  font-size: 18px;
}

.popup-recommended .mc4wp-form .mc4wp-response .mc4wp-success p {
  color: #3cbc8d;
  font-family: 'CasinoBold';
  font-size: 25px;
  margin: 0;
  padding: 25px;
}

footer {
  z-index: 400;
}

footer .cta-button {
  margin-right: 15px;
  width: 100%;
}

@media screen and (max-width: 39.9375em) {
  footer p {
    font-size: 12px;
  }
}

@media screen and (min-width: 40em) {
  footer p {
    font-size: 14px;
  }
}

footer p, footer a {
  color: #cacaca;
}

footer p:hover, footer a:hover {
  color: #cacaca;
}

footer .contact-info {
  margin-top: 15px;
}

footer .contact-info ul li {
  display: inline-block;
  padding: 0 10px;
  margin-top: 5px;
  border-right: 1px solid #cacaca;
}

footer .contact-info ul li:last-of-type {
  margin-left: -5px;
  border-right: 0;
}

footer h2, footer h6 {
  color: #cacaca;
}

@media screen and (min-width: 40em) {
  footer .footer-legal {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 39.9375em) {
  footer .footer-legal {
    padding-bottom: 75px;
  }
}

footer .footer-legal a:hover {
  text-decoration: underline;
}

footer #desktop-footer {
  padding-top: 50px;
}

footer #desktop-footer .footer-heading {
  padding-bottom: 30px;
  text-align: center;
}

footer #desktop-footer .footer-wrapper {
  padding-bottom: 30px;
}

footer #desktop-footer .desc-footer {
  text-align: center;
}

footer #desktop-footer .desc-footer h5 {
  font-family: "Casino", sans-serif;
}

footer #desktop-footer .icon-footer {
  text-align: center;
  padding-bottom: 10px;
}

footer #desktop-footer .icon-footer img {
  height: 40px;
  width: auto;
}

footer .mobile-footer {
  bottom: -100px;
  visibility: hidden;
  opacity: 0;
  transition: bottom .3s ease-in-out;
  box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.06), 1px 1px 1px rgba(0, 0, 0, 0.06);
  background: #ffffff;
  position: fixed;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 64em) {
  footer .mobile-footer {
    display: none;
  }
}

footer .mobile-footer .footer-name h6 {
  color: #ff892d;
  font-weight: 600;
  text-transform: none;
}

footer .mobile-footer.slide-up-footer, footer .mobile-footer.active {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

footer .mobile-footer .footer-score img {
  width: 12px;
  height: auto;
}

footer .mobile-footer .footer-score p {
  display: inline-block;
  padding-left: 2px;
}

footer .mobile-footer p {
  color: #636363;
  font-size: 14px;
}

footer hr {
  border-bottom: 1px solid #636363;
  margin-bottom: 30px;
  margin-top: 0;
}

footer ul {
  list-style: none;
  margin: 0 auto;
  -webkit-padding-start: 0px;
  text-align: center;
}

footer ul li img {
  width: auto;
  padding: 0 5px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 40em) {
  footer ul li img {
    height: 50px;
  }
}

@media screen and (max-width: 39.9375em) {
  footer ul li img {
    height: 30px;
  }
}

.breadcrumbs {
  color: #f6f6f6;
  -webkit-animation: fadeInUp 1s 0.5s cubic-bezier(0.4, 0.55, 0.41, 0.84) both;
  animation: fadeInUp 1s 0.5s cubic-bezier(0.4, 0.55, 0.41, 0.84) both;
  margin-top: 1rem;
}

.breadcrumbs span, .breadcrumbs a {
  font-size: 12px;
  color: inherit;
  font-weight: 400;
}

.breadcrumbs span[property=itemListElement] {
  margin: 0px 5px;
}

.breadcrumbs span > span {
  font-weight: 600;
}

section.text_faq .faq-icon img {
  display: none;
  width: auto;
  height: 22px;
  display: none;
}

section.text_faq img.active-icon {
  display: block;
}

section.text_faq .faq-element {
  margin-bottom: 1rem;
  cursor: pointer;
}

section.image_and_text_block {
  padding: 0px;
}

section.image_and_text_block .image-block {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  min-height: 400px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 39.9375em) {
  section.image_and_text_block .image-block {
    min-height: 300px;
  }
}

section.image_and_text_block .text-block {
  padding: 80px;
}

@media screen and (max-width: 63.9375em) {
  section.image_and_text_block .text-block {
    padding: 50px;
  }
}

@media screen and (max-width: 39.9375em) {
  section.image_and_text_block .text-block {
    padding: 50px 20px;
  }
}

@media screen and (min-width: 82.5em) {
  section.image_and_text_block .image-right .text-block {
    padding-left: calc((100vw - 1170px) / 2);
  }
  section.image_and_text_block .image-left .text-block {
    padding-right: calc((100vw - 1170px) / 2);
  }
}

section.image_with_text_block {
  position: relative;
  overflow: hidden;
  padding: 160px 0px;
}

section.image_with_text_block:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(16, 16, 16, 0.3);
  z-index: 2;
}

section.image_with_text_block .image {
  will-change: transform;
  position: absolute;
  top: -100px;
  bottom: -100px;
  left: 0px;
  right: 0px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

section.image_with_text_block .content {
  position: relative;
  z-index: 3;
}

section.image_with_text_block .content h1, section.image_with_text_block .content h2, section.image_with_text_block .content h3, section.image_with_text_block .content h4, section.image_with_text_block .content h5, section.image_with_text_block .content h6, section.image_with_text_block .content p, section.image_with_text_block .content li {
  color: #ffffff;
}

section.image_breaker_block {
  position: relative;
  overflow: hidden;
  padding: 160px 0px;
  min-height: 600px;
  height: 100%;
  max-height: 60vh;
}

@media screen and (max-width: 63.9375em) {
  section.image_breaker_block {
    max-height: 100vh;
  }
}

@media screen and (max-width: 39.9375em) {
  section.image_breaker_block {
    min-height: 300px;
  }
}

section.image_breaker_block .image {
  will-change: transform;
  position: absolute;
  top: -200px;
  bottom: -200px;
  left: 0px;
  right: 0px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

section.text_block h1 {
  line-height: 1.3;
}

@media screen and (min-width: 64em) {
  section.text_block h1 {
    font-size: 40px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  section.text_block h1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 39.9375em) {
  section.text_block h1 {
    font-size: 30px;
  }
}

section.text_block .main-content p > a {
  color: "Casino", sans-serif;
}

section.text_block .main-content p > a:hover {
  color: "Casino", sans-serif;
  text-decoration: underline;
}

@media screen and (min-width: 40em) {
  section.articles h2 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 39.9375em) {
  section.articles h2 {
    padding-bottom: 20px;
  }
}

section.iso {
  background: linear-gradient(180deg, #ff892d, #E68580);
  overflow: hidden;
  position: relative;
  height: calc(80vh - 60px);
  min-height: 600px;
  max-height: 1200px;
  display: block;
}

section.iso .content {
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;
}

section.iso .content h1, section.iso .content h2, section.iso .content h3, section.iso .content h4, section.iso .content h5, section.iso .content h6, section.iso .content p, section.iso .content a {
  color: #ffffff;
}

section.iso img.grid__img.layer {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  top: 10px;
  left: -10px;
}

section.iso .grid__item {
  position: relative;
}

section.iso.active .isolayer--deco1 {
  visibility: visible;
  opacity: 1;
}

section.iso .isolayer--deco1 {
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s ease;
}

section.iso .isolayer--deco1 .grid__link ::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  opacity: 0.6;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
}

section.iso .isolayer--deco1 .grid__link .layer:first-child:not(img) {
  background: #8e0304;
}

section.iso .isolayer--deco1 .grid__link .layer:nth-child(2):not(img) {
  background: #1c1136;
}

section.iso .isolayer--deco1 .grid__link .layer:nth-child(3):not(img) {
  background: #ca0405;
}

@media screen and (min-width: 40em) {
  section.video {
    padding-bottom: 1.5rem;
  }
}

section.video .video-slide {
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease;
}

section.video .video-slide.active {
  opacity: 1;
  visibility: visible;
}

section.video .video-slide .teaser-video {
  margin: 0;
}

@media screen and (max-width: 39.9375em) {
  section.video .teaser-video {
    height: calc((100vw - 40px - 10px) / 2);
  }
}

@media screen and (min-width: 40em) {
  section.video .teaser-video {
    height: 175px;
  }
}

section.video .teaser-video:hover {
  -webkit-transform: none;
          transform: none;
}

section.video .bx-wrapper {
  position: relative;
}

section.video .bx-wrapper .bx-controls .fa {
  color: #b0b0b0;
  z-index: 100;
  cursor: pointer;
}

@media screen and (min-width: 40em) {
  section.video .bx-wrapper .bx-controls .fa {
    font-size: 45px;
  }
}

@media screen and (max-width: 39.9375em) {
  section.video .bx-wrapper .bx-controls .fa {
    font-size: 35px;
  }
}

section.video .bx-wrapper .bx-controls .fa:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}

@media screen and (min-width: 40em) {
  section.video .bx-wrapper .bx-controls .fa:after {
    height: 35px;
    width: 35px;
  }
}

@media screen and (max-width: 39.9375em) {
  section.video .bx-wrapper .bx-controls .fa:after {
    height: 25px;
    width: 25px;
  }
}

section.video .bx-wrapper .bx-controls .bx-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}

@media screen and (min-width: 40em) {
  section.video .bx-wrapper .bx-controls .bx-prev {
    left: -20px;
  }
}

@media screen and (max-width: 39.9375em) {
  section.video .bx-wrapper .bx-controls .bx-prev {
    left: -15px;
  }
}

section.video .bx-wrapper .bx-controls .bx-prev.active {
  opacity: 1;
  visibility: visible;
}

section.video .bx-wrapper .bx-controls .bx-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 40em) {
  section.video .bx-wrapper .bx-controls .bx-next {
    right: -20px;
  }
}

@media screen and (max-width: 39.9375em) {
  section.video .bx-wrapper .bx-controls .bx-next {
    right: -15px;
  }
}

section.video .bx-wrapper .bx-controls .bx-next.deactive {
  opacity: 0;
  visibility: hidden;
}

section.video .video-tax {
  margin-bottom: 3.5rem;
}

section.video .video-tax .term-wrapper {
  margin-bottom: 15px;
}

section.video .video-tax .term-wrapper .term-name {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

section.video .video-tax .term-wrapper .icon-wrapper {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

section.video .video-tax .term-wrapper .icon-wrapper .icon {
  width: auto;
  height: 30px;
}

/*PARTS*/
.button, .mc4wp-form-fields input[type="submit"] {
  font-family: 'CasinoBold', sans-serif;
  background-color: #3cbc8d;
  border: none;
  color: #101010;
  text-transform: uppercase;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin: 0;
  font-weight: 600;
  cursor: pointer;
}

.single-casino .further-casino-info .button, .single-casino .further-casino-info .mc4wp-form-fields input[type="submit"] {
  width: 100%;
  font-size: 16px;
  -webkit-animation: glowing 2500ms infinite;
  animation: glowing 2500ms infinite;
}

.button:hover, .mc4wp-form-fields input[type="submit"]:hover {
  opacity: 0.9;
}

#fixed-button {
  position: fixed;
  bottom: 64px;
  left: 0;
  width: 100%;
  display: none;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.cta-button, .mc4wp-form-fields input[type="submit"] {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  color: #ffffff;
  border: 1px solid #3cbc8d;
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent;
  /*
  -webkit-animation: glowing 2500ms infinite;
  -o-animation: glowing 2500ms infinite;
  animation: glowing 2500ms infinite;*/
}

@media screen and (max-width: 39.9375em) {
  .cta-button, .mc4wp-form-fields input[type="submit"] {
    padding: 12px;
    width: 100%;
    font-size: 10px;
  }
}

@media screen and (min-width: 40em) {
  .cta-button, .mc4wp-form-fields input[type="submit"] {
    padding: 12px 45px;
    width: 100%;
  }
}

.cta-button:hover, .mc4wp-form-fields input[type="submit"]:hover {
  color: #ffffff;
  box-shadow: 0 0 30px 0 rgba(54, 169, 127, 0.5);
  background-color: #36a97f;
  transition: all 0.2s ease-out;
}

.cta-button:hover:before, .mc4wp-form-fields input[type="submit"]:hover:before {
  -webkit-animation: shine 0.5s 0s linear;
          animation: shine 0.5s 0s linear;
}

.cta-button:active, .mc4wp-form-fields input[type="submit"]:active {
  box-shadow: 0 0 0 0 transparent;
  transition: box-shadow 0.2s ease-in;
}

.cta-button:before, .mc4wp-form-fields input[type="submit"]:before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 15px 3px white;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

.btn {
  padding: 10px 20px;
  background: transparent;
  color: #ff892d;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-top: 2rem;
  transition: all .2s ease;
  cursor: pointer;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid #ff892d;
  font-family: 'CasinoBold', sans-serif;
  letter-spacing: 1px;
}

@media screen and (min-width: 40em) {
  .btn {
    font-size: 14px;
  }
}

.btn:hover {
  color: #ffffff;
  background: #ff892d;
}

@media screen and (max-width: 63.9375em) {
  .mc4wp-form-fields input[type="submit"] {
    font-size: 14px;
  }
}

/*Teasers*/
.blog-content {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: #ffffff;
  width: 100%;
  display: block;
}

@media screen and (max-width: 39.9375em) {
  .blog-content {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 40em) {
  .blog-content {
    margin-bottom: 30px;
  }
}

.blog-content:hover {
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1), 4px 4px 4px rgba(0, 0, 0, 0.12);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.blog-content .blog-headline {
  font-family: "CasinoBold", sans-serif;
  color: #101010;
  font-size: 18px;
  margin: 0;
}

@media screen and (max-width: 39.9375em) {
  .blog-content .blog-headline {
    font-size: 15px;
  }
}

.blog-content .blog-text p {
  font-size: 12px;
}

.blog-content .blog-icon img {
  height: 14px;
  width: auto;
}

.blog-content .text-wrapper {
  padding: 22px 15px 15px 15px;
  text-align: left;
}

.blog-content .blog-img-wrapper {
  background-size: cover;
  background-position: center;
  width: auto;
  position: relative;
}

@media screen and (max-width: 39.9375em) {
  .blog-content .blog-img-wrapper {
    height: 120px;
  }
}

@media screen and (min-width: 40em) {
  .blog-content .blog-img-wrapper {
    height: 185px;
  }
}

.blog-content .blog-img-wrapper .category {
  position: absolute;
  bottom: -9px;
  left: 15px;
  opacity: 1;
  text-transform: uppercase;
}

.blog-content .blog-img-wrapper .category p {
  font-family: 'CasinoBold', sans-serif;
  color: #ffffff;
  background: #ff892d;
}

@media screen and (min-width: 40em) {
  .blog-content .blog-img-wrapper .category p {
    padding: 7px 10px;
    letter-spacing: 1px;
    font-size: 8px;
  }
}

@media screen and (max-width: 39.9375em) {
  .blog-content .blog-img-wrapper .category p {
    padding: 3px 9px;
    font-size: 8px;
  }
}

.casino-wrapper {
  cursor: pointer;
  background: #ffffff;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.casino-wrapper:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.12);
}

.casino-wrapper p {
  font-size: 10px;
}

.casino-wrapper .image img {
  width: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 39.9375em) {
  .casino-wrapper .image img {
    max-height: 30px;
  }
}

@media screen and (min-width: 40em) {
  .casino-wrapper .image img {
    max-height: 40px;
  }
}

.casino-wrapper .section-padding {
  padding-bottom: 8px;
}

.casino-wrapper .section-padding p {
  font-size: 10px;
}

.casino-wrapper .my-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.casino-wrapper .section-padding-bottom {
  padding: 10px 10px 0 10px;
}

.casino-wrapper .border-right {
  border-right: 1px solid #f6f6f6;
}

.casino-wrapper .image-ratings {
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}

.casino-wrapper .image-ratings img {
  width: auto;
  max-width: 20px;
  height: 10px;
}

.casino-wrapper .user-rating {
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #f6f6f6;
}

.casino-wrapper .user-rating h2 {
  line-height: inherit;
}

@media screen and (max-width: 63.9375em) {
  .casino-wrapper .first {
    font-family: 'CasinoBold', sans-serif;
    font-size: 12px !important;
    position: absolute;
    top: 12px;
    margin-left: -13px;
    width: 24px;
    background: #ff892d;
    text-align: center;
    box-shadow: 1px 1px 2px #000;
    color: #ffffff;
  }
  .casino-wrapper .first:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 102%;
    border-right: 13px solid #86281E;
    border-bottom: 8px solid transparent;
  }
}

@media screen and (min-width: 64em) {
  .casino-wrapper .first {
    font-family: 'CasinoBold', sans-serif;
    position: absolute;
    top: 12px;
    font-size: 14px !important;
    margin-left: -20px;
    width: 35px;
    background: #ff892d;
    text-indent: 13px;
    box-shadow: 1px 1px 2px #000;
    color: #ffffff;
  }
  .casino-wrapper .first:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 101%;
    border-right: 19px solid #86281E;
    border-bottom: 10px solid transparent;
  }
}

.recommended-casinos .casino-wrapper {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
  width: 100%;
}

.recommended-casinos .content-casino {
  margin-right: -50px;
  padding-right: 20px;
}

.recommended-casinos .cta-button {
  font-size: 10px;
}

.teaser-video {
  position: relative;
  height: 175px;
  margin-bottom: 15px;
  display: block;
  transition: all .3s ease;
  -webkit-transform: none;
          transform: none;
}

.teaser-video:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.teaser-video:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 20;
  background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0.1) 25%);
}

.teaser-video .img {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.teaser-video .length {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(255, 137, 45, 0.7);
  color: #ffffff;
  z-index: 20;
  font-family: 'CasinoBold', sans-serif;
  padding: 4px 7px;
  border-radius: 2px;
  letter-spacing: .5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
}

.teaser-video .title {
  transition: all .2s ease;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 60px;
  font-size: 12px;
  line-height: 12px;
  z-index: 40;
  color: #ffffff;
  margin: 0;
}

/*Singles*/
.single-blog .desc a {
  text-decoration: underline;
}

@media screen and (min-width: 40em) {
  .single-blog .desc .fade-in-images, .single-blog .desc img {
    width: 100%;
  }
}

@media screen and (max-width: 39.9375em) {
  .single-blog .desc .fade-in-images, .single-blog .desc img {
    max-width: calc(100% + 50px);
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}

.single-blog .desc .fade-in-images {
  overflow: hidden;
}

.single-blog .desc .fade-in-images.active img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-blog .desc .fade-in-images img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  will-change: transform;
  opacity: .7;
  transition: opacity 4s, -webkit-transform 4s;
  transition: transform 4s, opacity 4s;
  transition: transform 4s, opacity 4s, -webkit-transform 4s;
}

@media screen and (max-width: 63.9375em) {
  .single-blog .content-post {
    padding: 50px 0;
  }
}

@media screen and (min-width: 64em) {
  .single-blog .content-post {
    padding: 5rem 0;
  }
}

.single-blog .content-post p {
  margin-bottom: 15px !important;
}

.single-blog .content-post h2 {
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 600;
  text-transform: none;
  font-family: 'CasinoBold';
}

@media screen and (min-width: 40em) {
  .single-blog .content-post h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 39.9375em) {
  .single-blog .content-post h2 {
    font-size: 22px;
  }
}

.single-blog .content-post table {
  border-collapse: collapse;
  width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .single-blog .content-post table {
    display: block;
    white-space: nowrap;
    overflow: scroll;
    overflow-y: auto;
  }
}

.single-blog .content-post table td, .single-blog .content-post table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.single-blog .content-post table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.single-blog .content-post table tr:hover {
  background-color: #ddd;
}

.single-blog .content-post table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #333238;
  color: white;
  font-family: "CasinoBold", sans-serif;
}

.single-blog #load-more.hidden {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 39.9375em) {
  .single-blog .related .container {
    padding-right: 0;
  }
}

.single-blog #most-read .btn {
  margin-top: 0.5rem;
}

@media screen and (max-width: 63.9375em) {
  .single-casino .content-post {
    padding: 50px 0;
  }
}

@media screen and (min-width: 40em) {
  .single-casino .content-post .desc .fade-in-images, .single-casino .content-post .desc img {
    width: 100%;
  }
}

@media screen and (max-width: 39.9375em) {
  .single-casino .content-post .desc .fade-in-images, .single-casino .content-post .desc img {
    max-width: calc(100% + 50px);
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}

.single-casino .content-post .desc .fade-in-images {
  overflow: hidden;
}

.single-casino .content-post .desc .fade-in-images.active img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-casino .content-post .desc .fade-in-images img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  will-change: transform;
  opacity: .7;
  transition: opacity 4s, -webkit-transform 4s;
  transition: transform 4s, opacity 4s;
  transition: transform 4s, opacity 4s, -webkit-transform 4s;
}

@media screen and (min-width: 64em) {
  .single-casino .content-post {
    padding: 5rem 0;
  }
}

.single-casino .content-post h2 {
  margin-bottom: 10px;
  text-align: left;
  font-weight: 600;
  text-transform: none;
  font-family: 'CasinoBold';
}

@media screen and (min-width: 40em) {
  .single-casino .content-post h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 39.9375em) {
  .single-casino .content-post h2 {
    font-size: 22px;
  }
}

.single-casino .content-post table {
  border-collapse: collapse;
  width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .single-casino .content-post table {
    display: block;
    white-space: nowrap;
    overflow: scroll;
    overflow-y: auto;
  }
}

.single-casino .content-post table td, .single-casino .content-post table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.single-casino .content-post table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.single-casino .content-post table tr:hover {
  background-color: #ddd;
}

.single-casino .content-post table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #333238;
  color: white;
  font-family: "CasinoBold", sans-serif;
}

body.video-template-default {
  min-height: 100vh;
}

body.video-template-default .up-next-text {
  font-weight: 600;
}

body.video-template-default #sticky .teaser-video {
  margin-bottom: 10px;
}

@media screen and (max-width: 39.9375em) {
  body.video-template-default #sticky .teaser-video {
    height: calc((100vw - 40px) / 1.77);
  }
}

@media screen and (min-width: 40em) {
  body.video-template-default #sticky .teaser-video {
    height: 154px;
  }
}

body.video-template-default .up-next-text {
  margin-bottom: 15px;
  line-height: 14px;
}

body.video-template-default .view-all {
  text-align: right;
  float: right;
  font-size: 14px;
}

body.video-template-default .view-all i {
  margin-left: 7px;
}

@media screen and (max-width: 63.9375em) {
  body.video-template-default section.content-post {
    padding-top: 0;
  }
}

body.video-template-default .video-wrapper {
  position: relative;
}

@media screen and (max-width: 39.9375em) {
  body.video-template-default .video-wrapper {
    margin: 0 -20px;
    min-height: 300px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body.video-template-default .video-wrapper {
    margin: 0 -25px;
  }
}

body.video-template-default .video-wrapper .overlay-play {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

body.video-template-default .video-wrapper .overlay-play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #ffffff;
  height: 50px;
  width: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}

body.video-template-default .video-wrapper .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 39.9375em) {
  body.video-template-default .video-wrapper .play-icon {
    width: 70px;
    height: 70px;
  }
}

@media screen and (min-width: 40em) {
  body.video-template-default .video-wrapper .play-icon {
    width: 100px;
    height: 100px;
  }
}

body.video-template-default .video-wrapper .length {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(255, 137, 45, 0.7);
  color: #ffffff;
  z-index: 20;
  font-family: 'CasinoBold', sans-serif;
  padding: 6px 10px;
  border-radius: 2px;
  letter-spacing: .5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
}

body.video-template-default .description h1 {
  text-align: left;
}

@media screen and (max-width: 39.9375em) {
  body.video-template-default .description {
    padding: 20px 0 50px 0;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body.video-template-default .description {
    padding: 25px 0 5rem 0;
  }
}

@media screen and (min-width: 64em) {
  body.video-template-default .description {
    padding: 2rem 0;
  }
}

@media screen and (min-width: 64em) {
  body.video-template-default .sticky-wrapper {
    padding-left: 0;
  }
}

/*Templates*/
.page-template-poker section.bg {
  height: 400px;
  overflow: hidden;
}

.page-template-poker .section-heading {
  padding-bottom: 40px;
}

.page-template-poker .bg-banner {
  background-size: cover;
  background-position: 50% 50%;
  height: 400px;
  position: relative;
}

.page-template-poker .bg-banner .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #ffffff;
}

.page-template-poker .bg-banner .content p {
  color: #ffffff;
}

.page-template-poker .bg-banner .content h1 {
  text-transform: none;
  color: #ffffff;
}

@media screen and (min-width: 40em) {
  .page-template-poker .bg-banner .content h1 {
    font-size: 60px;
  }
}

.page-template-blog .section-headline {
  text-align: center;
}

@media screen and (min-width: 40em) {
  .page-template-blog .section-headline {
    margin: 5rem 0 2rem 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .page-template-blog .section-headline {
    margin: 50px 0 25px 0;
  }
}

@media screen and (min-width: 40em) {
  .page-template-blog .wrapper-blog {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 39.9375em) {
  .page-template-blog .wrapper-blog {
    padding-top: 40px;
  }
}

/*.page-template-casino {
  .img-section {
    width: 250px;
    height: auto;
  }

  h1 {
    padding: 0 15px;
    color: $white;
    text-align: center;
    font-weight: 900;
    -webkit-animation: fadeInUp .5s 0.2s cubic-bezier(0.4, 0.55, 0.41, 0.84) both;
    -o-animation: fadeInUp .5s 0.2s cubic-bezier(0.4, 0.55, 0.41, 0.84) both;
    animation: fadeInUp .5s 0.2s cubic-bezier(0.4, 0.55, 0.41, 0.84) both;
    @include breakpoint(medium up) {
      font-size: 2.5rem;
    }
  }

  @include breakpoint(small only) {
    .welcome-row {
      margin-top: 59px;
    }
  }

  .welcome-row {
    @include breakpoint(small only) {
      .welcome-text {
        h1 {
          color: $white;
          text-align: center;
          font-weight: 900;
        }
      }
    }
    @include breakpoint(medium up) {
      .welcome-text {
        position: absolute;
        top: 180px;
        left: 0;
        right: 0;
      }
    }
  }

  section {
    @include breakpoint (small only) {
      .mobile-bg {
        height: 250px;
        width: 100%;
        min-width: 100%;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-attachment: scroll;
        transform: none !important;
        display: flex;
        align-items: center;
      }
    }

    @include breakpoint (medium up) {
      .mobile-bg {
        background-image: none !important;
      }
    }

    @include breakpoint (small only) {
      &.bg-img {
        background-image: none !important;
      }
    }

    @include breakpoint (medium up) {
      &.bg-img {
        height: 100%;
        background-attachment: fixed !important;
        width: 100%;
        min-width: 100%;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-attachment: scroll;
        transform: none !important;
        position: relative;
      }
    }
  }

  .comparison-section {
    @include breakpoint(small only) {
      padding-bottom: 0px;
    }
    @include breakpoint(medium only) {
      padding: 350px 0px 80px 0px;
    }
    @include breakpoint(large up) {
      padding: 350px 15px 80px 15px;
    }
  }

  .wrapper-casino {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    &.content-casino {
      position: relative;
    }
    @include breakpoint(small only) {
      padding: 40px 15px;
    }
    @include breakpoint(medium only) {
      padding: 40px 35px;
    }
    @include breakpoint(large up) {
      padding: 60px;
    }
  }
}*/
@media screen and (max-width: 39.9375em) {
  .error404 section .mobile-bg {
    height: 80vw;
    width: 100%;
    min-width: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: scroll;
    -webkit-transform: none !important;
            transform: none !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.error404 section h1 {
  color: #ffffff;
  text-align: center;
  font-weight: 900;
}

@media screen and (min-width: 40em) {
  .error404 section .mobile-bg {
    background-image: none !important;
  }
  .error404 section.bg-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100vh;
    background-attachment: fixed !important;
    width: 100%;
    min-width: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: scroll;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .error404 section.bg-img {
    background-image: none !important;
  }
}
