/*
Theme Name: Plejmo
Theme URI: https://www.plejmo.com
Description: Theme for Plejmo
Version: 1.6
*/
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu,
nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

html {
  text-rendering: optimizeLegibiity;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  font-size: 16px;
}

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

html, body {
  height: 100%;
}

body {
  font-family: "Fira Sans", sans-serif;
  background: #281d50;
}

img {
  width: 100%;
  height: auto;
}

h1, .h1 {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.3;
  color: #F0F7EE;
}
h1.page-headline, .h1.page-headline {
  margin-right: 3rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 30em) {
  h1, .h1 {
    font-size: 2rem;
  }
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #F0F7EE;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 30em) {
  h2, .h2 {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #F0F7EE;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 30em) {
  h3, .h3 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
}

h4, .h4 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  color: #F0F7EE;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 30em) {
  h4, .h4 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #F0F7EE;
  margin-bottom: 0.75rem;
}

p + h2,
p + h3,
p + h4,
ul + h2,
ul + h3,
ul + h4,
ol + h2,
ol + h3,
ol + h4,
ol + h5 {
  margin-top: 1.875rem;
}

p {
  line-height: 1.618;
  font-size: 1.25rem;
  color: rgba(240, 247, 238, 0.84);
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

a:link,
a:visited {
  color: #FFF07C;
  font-weight: 700;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
a:link:hover,
a:visited:hover {
  color: #ffea49;
}

em {
  font-style: italic;
}

blockquote {
  padding: 1.5rem;
  background: #20173f;
  border-left: 8px solid #FFF07C;
  margin-bottom: 1rem;
  font-style: italic;
  -webkit-border-radius: 2px 10px 10px 2px;
  -moz-border-radius: 2px 10px 10px 2px;
  -ms-border-radius: 2px 10px 10px 2px;
  border-radius: 2px 10px 10px 2px;
}
@media only screen and (max-width: 64em) {
  blockquote {
    padding: 1rem;
    border-left: 4px solid #FFF07C;
  }
}

.t-mb2 {
  margin-bottom: 2rem;
}

.sm-co {
  font-size: 0.875rem;
}

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

@media only screen and (max-width: 74.95em) {
  .align-left-mob {
    text-align: left;
  }
}

strong {
  font-weight: 700;
}

.site-fixed-width {
  max-width: 90rem;
  margin: 0 auto;
}

.content {
  width: 100%;
  float: left;
}
.content img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 75em) {
  .content {
    padding-top: 5rem;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.inline-block {
  display: inline-block;
}

.inline-flex {
  display: inline-flex;
}

.contrasting_bg {
  width: 100%;
  float: left;
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}
.container-fluid.miss-aligned,
.container.miss-aligned {
  margin-top: -120px;
}
@media only screen and (max-width: 30em) {
  .container-fluid.miss-aligned,
.container.miss-aligned {
    margin-top: -60px;
  }
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 75em) {
  .container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.container-header {
  width: 100%;
  padding: 0 2.75rem;
}
@media only screen and (max-width: 64em) {
  .container-header {
    padding: 0 0.5rem;
  }
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  padding-top: 3.875rem;
  padding-bottom: 3.875rem;
}
@media only screen and (max-width: 64em) {
  .row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.row.row-breadcrumbs {
  padding-bottom: 0;
}
.row.row-elementor, .row.row-nested {
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.row-subscribe {
  padding: 2rem 0;
}
.row.row-header {
  padding: 1.575rem 0;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
@media only screen and (max-width: 64em) {
  .row.row-header {
    margin-right: 0;
    margin-left: 0;
    padding: 1.5rem 0;
  }
}
.row.no-pb {
  padding-bottom: 0;
}
.row.no-pt {
  padding-top: 0;
}
.row.less-pt {
  padding-top: 1rem;
}
.row.less-pb {
  padding-bottom: 1rem;
}
.row.medium-pt {
  padding-top: 2rem;
}
.row.medium-pb {
  padding-bottom: 2rem;
}
.row.m-related {
  padding-bottom: 1.875rem;
}
@media only screen and (max-width: 64em) {
  .row.m-related {
    padding-bottom: 1rem;
  }
}
.row.border-lt {
  position: relative;
}
.row.border-lt:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 32px);
  background: rgba(240, 247, 238, 0.1);
  bottom: 0;
  left: 1rem;
}
@media only screen and (max-width: 64em) {
  .row.special-pb {
    padding-bottom: 3rem;
  }
}
.row.footer-pb {
  padding-bottom: 2rem;
}
.row.footer-pt {
  padding-top: 2rem;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* Custom margins */
@media only screen and (max-width: 64em) {
  .xs2 {
    margin-bottom: 2rem;
  }
  .xs2:last-of-type {
    margin-bottom: 0;
  }
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

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

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

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

.stretch-xs {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }

  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

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

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

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

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

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stretch-sm {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }

  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

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

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

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

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

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stretch-md {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }

  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

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

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

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

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

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stretch-xs {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 91em) {
  .container {
    width: 90rem;
  }
}
@media only screen and (max-width: 64em) {
  .resize {
    width: 100%;
    padding: 0;
  }
}

.mt-1 {
  margin-top: 0.875rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 64em) {
  .mb-2 {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 64em) {
  .mb-mb1 {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 64em) {
  .mb-mb {
    margin-bottom: 0.5rem;
  }
}

@media only screen and (max-width: 64em) {
  .md-mb2 {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 48em) {
  .sm-mb2 {
    margin-bottom: 2rem;
  }
}

.full-height {
  height: 100%;
}

.full-height-calc {
  height: 100%;
}
@media only screen and (max-width: 64em) {
  .full-height-calc {
    height: calc(100% - 120px);
  }
}
@media only screen and (max-width: 30em) {
  .full-height-calc {
    height: calc(100% - 70px);
  }
}

.main-nav__list {
  font-weight: 700;
}
.main-nav__list li {
  display: inline-block;
}
@media only screen and (max-width: 74.95em) {
  .main-nav__list li {
    display: block;
    border-bottom: 1px solid rgba(240, 247, 238, 0.1);
  }
  .main-nav__list li:last-child {
    border-bottom: none;
  }
}
.main-nav__list li.menu-item-has-children {
  position: relative;
}
.main-nav__list li.menu-item-has-children a:after {
  font-family: "remixicon";
  content: "\ea4e";
  margin-left: 0.25rem;
  display: inline-block;
}
.main-nav__list li.menu-item-has-children a.sub-nav__active {
  color: #fffce2;
}
.main-nav__list li.menu-item-has-children a.sub-nav__active:after {
  transform: rotate(180deg);
}
.main-nav__list li.menu-item-has-children:hover .sub-menu {
  display: block;
}
.main-nav__list li.menu-item-has-children:hover a:after {
  transform: rotate(180deg);
}
.main-nav__list a:link,
.main-nav__list a:visited {
  color: #F0F7EE;
  padding: 0 0.5rem;
  display: block;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  -ms-transition: color, 0.2s;
  -o-transition: color, 0.2s;
  transition: color, 0.2s;
}
.main-nav__list a:link:hover,
.main-nav__list a:visited:hover {
  color: #FFF07C;
}
@media only screen and (max-width: 74.95em) {
  .main-nav__list a:link,
.main-nav__list a:visited {
    width: 100%;
    padding: 1.5rem;
  }
}
.main-nav__list .current_page_item {
  color: #fffce2;
}
.main-nav__list .sub-menu {
  display: none;
  position: absolute;
  width: 300px;
  padding-top: 40px;
  left: 50%;
  margin-left: -150px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  z-index: 100;
}
.main-nav__list .sub-menu__active {
  display: block;
}
.main-nav__list .sub-menu:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: transparent transparent #181130;
  position: absolute;
  top: 20px;
  right: 50%;
  margin-right: -8px;
  z-index: 1000;
}
.main-nav__list .sub-menu:after {
  content: "";
  background: #181130;
  height: calc(100% - 16px);
  position: absolute;
  top: 28px;
  left: 50%;
  margin-left: -150px;
  width: 100%;
  z-index: 1;
  padding: 0.75rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  z-index: -1;
}
.main-nav__list .sub-menu li {
  display: flex;
  z-index: 2;
}
.main-nav__list .sub-menu li a:link,
.main-nav__list .sub-menu li a:visited {
  padding: 0.75rem;
  width: 100%;
}
.main-nav__list .sub-menu li a:link:after,
.main-nav__list .sub-menu li a:visited:after {
  display: none;
}
@media only screen and (max-width: 74.95em) {
  .main-nav__list .sub-menu {
    position: relative;
    left: 0;
    margin-left: 0;
    width: 100%;
    margin-top: -1.5rem;
    padding: 0.75rem;
  }
  .main-nav__list .sub-menu:after {
    display: none;
  }
}
@media only screen and (max-width: 74.95em) {
  .main-nav__list {
    margin: 1.575rem 0;
    background: #181130;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 74.95em) {
  .main-nav {
    display: none;
  }
  .main-nav.nav__toggled {
    display: block;
  }
}

.misc-nav {
  display: flex;
}
@media only screen and (max-width: 74.95em) {
  .misc-nav {
    display: none;
  }
  .misc-nav.misc__toggled {
    display: flex;
  }
}

.search-wrap {
  margin-right: 4px;
  background: #181130;
  -webkit-border-radius: 32px 4px 4px 32px;
  -moz-border-radius: 32px 4px 4px 32px;
  -ms-border-radius: 32px 4px 4px 32px;
  border-radius: 32px 4px 4px 32px;
  color: #F0F7EE;
  padding-left: 1rem;
  max-width: 154px;
  display: flex;
  align-items: center;
  width: 100%;
}
.search-wrap input[type=text] {
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  border: none;
  outline: none;
  width: 100%;
  background: #181130;
  color: #F0F7EE;
  height: 48px;
  margin-left: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.search-wrap .search-form {
  display: flex;
}
.search-wrap .search-form i {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 74.95em) {
  .search-wrap {
    padding-left: 1.5rem;
    max-width: none;
    -webkit-border-radius: 8px 4px 4px 8px;
    -moz-border-radius: 8px 4px 4px 8px;
    -ms-border-radius: 8px 4px 4px 8px;
    border-radius: 8px 4px 4px 8px;
  }
}

.mast-header {
  z-index: 9;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 2rem;
  background: #20173f;
  display: flex;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
@media only screen and (max-width: 91em) {
  .mast-header {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 75em) {
  .mast-header {
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
    position: fixed;
  }
}

.site-logo a {
  display: inline-block;
}
.site-logo img {
  width: 134px;
}
@media only screen and (max-width: 91em) {
  .site-logo img {
    width: 100%;
  }
}
@media only screen and (max-width: 74.95em) {
  .site-logo img {
    width: 94px;
  }
}
@media only screen and (max-width: 75em) {
  .site-logo {
    position: relative;
  }
}

footer {
  display: flex;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  padding: 2rem 0;
  background: #20173f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 91em) {
  footer {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 75em) {
  footer {
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
  }
}
footer span.h4 {
  font-size: 1.125rem;
  display: block;
  margin-bottom: 0.5rem;
}
footer .sm-co {
  margin-bottom: 0;
}

.sub-nav__list {
  font-size: 0.875rem;
  line-height: 1.618;
}
.sub-nav__list li {
  margin: 0.375rem 0;
}
.sub-nav__list li a {
  display: inline-block;
  padding: 0.125rem 0;
}

.footer-logo {
  width: 144px;
}

.footer-social {
  display: inline-flex;
}
.footer-social li {
  margin-left: 0.5rem;
}
.footer-social li:first-child {
  margin-left: 0;
}
.footer-social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #181130;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.footer-social li a:hover {
  background: #FFF07C;
  color: #181130;
}
.footer-social li a:active {
  background: #ffe416;
}

.bottom-spacer {
  width: 100%;
  height: 2rem;
  display: flex;
}
@media only screen and (max-width: 75em) {
  .bottom-spacer {
    display: none;
  }
}

.editable p .btn {
  display: inline-block;
  padding: 1rem 3.5rem;
}
.editable ul,
.editable ol {
  font-size: 1.25rem;
  line-height: 1.618;
  color: rgba(240, 247, 238, 0.84);
  margin-bottom: 1rem;
  margin-left: 2rem;
}
.editable ul li,
.editable ol li {
  list-style-type: disc;
  margin: 0.375rem 0;
}
.editable ul li a,
.editable ol li a {
  display: inline-block;
  padding: 0.125rem 0;
}
@media only screen and (max-width: 30em) {
  .editable ul,
.editable ol {
    font-size: 0.9375rem;
  }
}
.editable ol li {
  list-style-type: decimal;
}

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

@media only screen and (max-width: 64em) {
  .fl-align-left-md {
    text-align: left;
  }
}

@media only screen and (max-width: 48em) {
  .fl-align-left-sm {
    text-align: left;
  }
}

@media only screen and (max-width: 48em) {
  .fl-full-size-sm img {
    width: 100%;
  }
}

@media only screen and (max-width: 64em) {
  .fl-reorder-md {
    order: 2;
  }
}

@media only screen and (max-width: 48em) {
  .fl-reorder-sm {
    order: 2;
  }
}

@media only screen and (max-width: 48em) {
  .fl-mb2-sm {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 64em) {
  .fl-mb2-md {
    margin-bottom: 2rem;
  }
}

.link-list {
  position: relative;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .link-list .hidden-sm-screens-forever {
    display: none;
  }
  .link-list .hidden-sm-screens {
    display: none;
  }
  .link-list .hidden-sm-screens.show-content {
    display: block;
  }
}
.link-list__table {
  width: 100%;
  background: #20173f;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 64em) {
  .link-list__table {
    background: transparent;
    box-shadow: none;
  }
}
.link-list__table-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.5rem 0.5rem;
}
.link-list__table-row:nth-child(odd) {
  background: #1c1438;
}
@media only screen and (max-width: 64em) {
  .link-list__table-row {
    background: #20173f;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
}
.link-list__table-row img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.link-list__table-row p {
  font-size: 1rem;
  margin-bottom: 0;
}
.link-list__table-row p.bonus-free-spins {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 0;
  color: #F0F7EE;
  position: relative;
  display: inline;
}
.link-list__table-row p.bonus-free-spins + p {
  margin-top: 0.25rem;
}
.link-list__table-row p.rank {
  line-height: 36px;
  font-size: 1rem;
  font-weight: 700;
  width: 36px;
  height: 36px;
  background: url(assets/img/certificate.svg);
  background-size: 100%;
  display: inline-block;
  color: #F0F7EE;
  margin-bottom: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.link-list__table-row p.disclaimer {
  padding: 0 0.5rem;
  font-size: 0.625rem;
  line-height: 1.3;
  color: rgba(240, 247, 238, 0.7);
}
.link-list__table-row p.disclaimer a {
  color: rgba(240, 247, 238, 0.7);
}
.link-list__table-row p.disclaimer a:hover {
  color: rgba(240, 247, 238, 0.8);
  text-decoration: underline;
}
.link-list__table-row ul.information li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.618;
  color: rgba(240, 247, 238, 0.7);
  position: relative;
  display: block;
}
.link-list__table-row ul.information li i {
  color: #FFF07C;
  margin-right: 0.5rem;
}
.link-list__extended-row {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 1rem;
  border-top: 1px solid #F0F7EE;
  margin-top: 1rem;
  display: none;
}
.link-list__extended-row.show-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.link-list__extended-row ul {
  font-size: 0.875rem;
  line-height: 1.618;
  color: #F0F7EE;
}
.link-list__extended-row .extended-cta a:link,
.link-list__extended-row .extended-cta a:visited {
  padding: 0.25rem 0.75rem;
  background: rgba(25, 25, 25, 0.075);
  display: inline-block;
  margin-top: 0.5rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.link-list__extended-row .extended-cta a:link:hover,
.link-list__extended-row .extended-cta a:visited:hover {
  background: rgba(25, 25, 25, 0.12);
  color: #191919;
}

.only-show-sm-screens {
  display: none;
}
@media only screen and (max-width: 64em) {
  .only-show-sm-screens {
    display: block;
  }
}

.btn,
a.btn {
  padding: 1.25rem 2.5rem;
  font-size: 1.0625rem;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.btn__primary,
a.btn__primary {
  background: #FFF07C;
  color: #150f2b;
}
.btn__primary:hover,
a.btn__primary:hover {
  background: #ffea49;
  color: #150f2b;
}
.btn__secondary,
a.btn__secondary {
  background: transparent;
  border: 2px solid #F0F7EE;
  color: #F0F7EE;
}
.btn__secondary:hover,
a.btn__secondary:hover {
  background: #F0F7EE;
  color: #281d50;
}
.btn__trust,
a.btn__trust {
  outline: none;
  border: none;
  padding: 1rem;
  font-weight: 700;
  font-size: 0.875rem;
  font-family: "Fira Sans", sans-serif;
  cursor: pointer;
  width: 100%;
  text-align: left;
  background: #241a49;
  border: 1px solid rgba(240, 247, 238, 0.12);
  color: #FFF07C;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.btn__trust:hover,
a.btn__trust:hover {
  background: #211841;
  color: #FFF07C;
}
.btn__list-adjusted,
a.btn__list-adjusted {
  width: 100%;
  text-align: center;
  display: block;
}
.btn__external:after,
a.btn__external:after {
  font-family: "remixicon";
  content: " \ecae";
}
.btn__xs,
a.btn__xs {
  padding: 1rem 2rem;
}
@media only screen and (max-width: 64em) {
  .btn__xs,
a.btn__xs {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    display: inline-block;
    text-align: center;
  }
}
.btn__ab-center,
a.btn__ab-center {
  position: absolute;
  transform: translateX(-50%);
  top: -32px;
}
@media only screen and (max-width: 30em) {
  .btn__ab-center,
a.btn__ab-center {
    font-size: 0.875rem;
    padding: 1rem 1.5rem;
  }
}

.site-mode {
  outline: none;
  border: none;
  height: 48px;
  width: 48px;
  color: #FFF07C;
  font-size: 1.25rem;
  background: #181130;
  -webkit-border-radius: 4px 32px 32px 4px;
  -moz-border-radius: 4px 32px 32px 4px;
  -ms-border-radius: 4px 32px 32px 4px;
  border-radius: 4px 32px 32px 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 74.95em) {
  .site-mode {
    -webkit-border-radius: 4px 8px 8px 4px;
    -moz-border-radius: 4px 8px 8px 4px;
    -ms-border-radius: 4px 8px 8px 4px;
    border-radius: 4px 8px 8px 4px;
  }
}

.burger {
  display: none;
  outline: none;
  border: none;
  height: 40px;
  width: 40px;
  color: #FFF07C;
  font-size: 1.25rem;
  background: #181130;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0.875rem;
  top: -5px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.burger .burger-active {
  display: none;
}
.burger.active .burger-closed {
  display: none;
}
.burger.active .burger-active {
  display: flex;
}
@media only screen and (max-width: 74.95em) {
  .burger {
    display: flex;
  }
}
.burger:hover {
  background: #FFF07C;
  color: #181130;
}
.burger:active {
  background: #ffe416;
}

.round-btn {
  display: flex;
  outline: none;
  border: none;
  height: 40px;
  width: 40px;
  color: #FFF07C;
  font-size: 1.25rem;
  background: #181130;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0.875rem;
  top: 4px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.round-btn .toc-active {
  display: none;
}
.round-btn.active .toc-closed {
  display: none;
}
.round-btn.active .toc-active {
  display: block;
}
.round-btn.modal-close {
  top: 1.5rem;
  right: 2rem;
  z-index: 9999;
}
.round-btn:hover {
  background: #FFF07C;
  color: #181130;
}
.round-btn:active {
  background: #ffe416;
}

.to-top {
  display: inline-flex;
  outline: none;
  border: none;
  height: 40px;
  width: 40px;
  color: #FFF07C;
  font-size: 1.25rem;
  background: #181130;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.to-top:hover {
  background: #FFF07C;
  color: #181130;
}
.to-top:active {
  background: #ffe416;
}

.page-misc {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(240, 247, 238, 0.1);
  font-size: 0.875rem;
}
.page-misc__list {
  color: #F0F7EE;
}
.page-misc__list li {
  display: inline-block;
  margin-right: 0.875rem;
}
.page-misc__list li:last-child {
  margin-right: 0;
}
.page-misc__list li i {
  font-size: 1rem;
  margin-right: 0.25rem;
}
@media only screen and (max-width: 48em) {
  .page-misc__list li {
    display: block;
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .page-misc__list li:last-child {
    margin-bottom: 0;
  }
}

.page-toc {
  padding: 2rem;
  margin-top: 2rem;
  background: #20173f;
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.page-toc ul {
  font-size: 1.25rem;
  line-height: 1.618;
  margin-left: 1rem;
}
.page-toc ul li {
  list-style-type: disc;
  color: #F0F7EE;
}
.page-toc__toggled {
  display: block;
}
@media only screen and (max-width: 64em) {
  .page-toc {
    padding: 1.5rem;
  }
}

.page-trust {
  margin-top: 2rem;
}
.page-trust__modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.page-trust__modal.modal-show {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.page-trust__modal__content {
  padding: 2rem;
  background: #150f2b;
  overflow-y: auto;
  max-height: 90vh;
  height: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.page-trust__modal__content span.h3 {
  display: block;
  margin-bottom: 1rem;
  margin-right: 3rem;
}

.text-block-bg {
  padding: 2rem;
  background: #20173f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 64em) {
  .text-block-bg {
    padding: 1.5rem;
  }
}

.bg_pros,
.bg_cons {
  padding: 2rem;
  height: 100%;
  border: 1px solid rgba(240, 247, 238, 0.12);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 64em) {
  .bg_pros,
.bg_cons {
    padding: 1.5rem;
  }
}
.bg_pros ul, .bg_pros ol,
.bg_cons ul,
.bg_cons ol {
  margin-bottom: 0;
  margin-left: 1.25rem;
}

.bg_pros {
  background: rgba(74, 192, 81, 0.4);
}
.bg_pros h2:before,
.bg_pros h3:before {
  font-family: "remixicon";
  content: "\eb81";
  color: #4AC051;
  margin-right: 0.5rem;
}

.bg_cons {
  background: rgba(189, 65, 65, 0.4);
}
.bg_cons h2:before,
.bg_cons h3:before {
  font-family: "remixicon";
  content: "\eb97";
  color: #BD4141;
  margin-right: 0.5rem;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

span.author-link a {
  font-size: 1.375rem;
  margin: 0.5rem 0;
  display: inline-block;
}
@media only screen and (max-width: 64em) {
  span.author-link a {
    font-size: 1rem;
    margin: 0.25rem 0;
  }
}

span.author-title {
  color: rgba(240, 247, 238, 0.84);
  display: block;
  font-size: 0.875rem;
}
@media only screen and (max-width: 64em) {
  span.author-title {
    font-size: 0.75rem;
  }
}

span.author-type {
  color: rgba(240, 247, 238, 0.84);
  display: block;
  font-size: 0.875rem;
}
@media only screen and (max-width: 64em) {
  span.author-type {
    font-size: 0.75rem;
    line-height: 1.618;
  }
}

img.author-img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
@media only screen and (max-width: 64em) {
  img.author-img {
    width: 100%;
  }
}

.faq-accordion__item {
  background: #20173f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 1rem;
}
.faq-accordion__item h3 {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 64em) {
  .faq-accordion__item {
    padding: 1.5rem;
  }
}

.border-top {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(240, 247, 238, 0.12);
}

.card {
  background: #20173f;
  height: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.card__inner {
  padding: 2rem;
}
.card img {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
@media only screen and (max-width: 64em) {
  .card {
    margin-bottom: 1rem;
  }
  .card__inner {
    padding: 1.5rem;
  }
}

.breadcrumbs p {
  font-size: 1rem;
}
.breadcrumbs a:first {
  color: gold;
}
@media only screen and (max-width: 64em) {
  .breadcrumbs span {
    font-size: 0.875rem;
  }
}

.news-item {
  padding: 2rem;
  background: #20173f;
  border: 1px solid #20173f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
@media only screen and (max-width: 64em) {
  .news-item {
    padding: 1.5rem;
  }
}
.news-item:hover {
  border: 1px solid #FFF07C;
}
.news-item__title {
  font-size: 1.5rem;
  display: block;
  font-weight: 700;
  line-height: 1.3;
  color: #F0F7EE;
  margin-bottom: 1rem;
}
.news-item__link:after {
  font-family: "remixicon";
  content: " \ea6b";
}

.related-item {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 92px 1fr;
  padding: 2rem;
  background: #20173f;
  border: 1px solid #20173f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
@media only screen and (max-width: 64em) {
  .related-item {
    padding: 1.5rem;
  }
}
.related-item:hover {
  border: 1px solid #FFF07C;
}
.related-item__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.related-item__image img {
  border-radius: 0;
}
.related-item__title {
  display: block;
  font-size: 1.25rem;
  color: #F0F7EE;
  margin-bottom: 0.5rem;
}
.related-item__body p {
  font-size: 1rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.related-item__link:after {
  font-family: "remixicon";
  content: " \ea6b";
}

.table-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid rgba(240, 247, 238, 0.06);
  overflow: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.table-container__row, .table-container__header {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid rgba(240, 247, 238, 0.06);
  background: #20173f;
}
.table-container__row:nth-child(even), .table-container__header:nth-child(even) {
  background: #231a47;
}
.table-container__row:last-child, .table-container__header:last-child {
  border-bottom: none;
}
.table-container__header {
  font-weight: 700;
  line-height: 1.618;
}
.table-container__header .table-container__column {
  color: #F0F7EE;
}
.table-container__column {
  padding: 1rem 1.5rem;
  color: rgba(240, 247, 238, 0.84);
  line-height: 1.618;
}
.table-container.two-col-table .table-container__column {
  width: 50%;
}
.table-container.three-col-table .table-container__column {
  width: 33.333333333%;
}

table {
  width: 100%;
  min-width: 768px;
  border-collapse: collapse;
  box-sizing: border-box;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
table thead {
  background: #20173f;
  color: #F0F7EE;
  font-weight: 700;
  line-height: 1.618;
  border-bottom: 1px solid rgba(240, 247, 238, 0.06);
}
table tbody tr {
  border-bottom: 1px solid rgba(240, 247, 238, 0.06);
  background: #20173f;
}
table tbody tr td {
  color: rgba(240, 247, 238, 0.84);
  line-height: 1.618;
}
table tbody tr:nth-child(odd) {
  background: #231a47;
}
table tbody tr:last-child {
  border-bottom: none;
}
table th,
table td {
  padding: 1rem 1.5rem;
}

.step-by-step {
  position: relative;
}
.step-by-step:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.875rem;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #20173f;
  border: 1px solid #fff07c;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.step-by-step:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.875rem;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #20173f;
  border: 1px solid #fff07c;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.step-by-step__list {
  position: relative;
  padding: 2.875rem 0;
  counter-reset: steps;
}
.step-by-step__list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.3rem;
  width: 6px;
  height: 100%;
  background: #FFF07C;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.step-by-step__list li {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.618;
  color: rgba(240, 247, 238, 0.84);
  padding-left: 4.5rem;
  padding-bottom: 2rem;
  counter-increment: steps;
}
.step-by-step__list li:before {
  content: counter(steps) "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  font-weight: 700;
  color: #F0F7EE;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #20173f;
  border: 1px solid #fff07c;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.step-by-step__list li:last-child {
  padding-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
