@charset "UTF-8";
/* Used for paddings and margins, add and adjust as required */
/* Column dimensions */
/* Media Breakpoints, add as necessary */
/* Standard breakpoint mixin */
/* Breakpoint down mixin */
/* line 44, ideasweb/static/scss/abstract/breakpoints.scss */
.menu-and-up {
  display: none; }
  @media only screen and (min-width: 1060px) {
    /* line 44, ideasweb/static/scss/abstract/breakpoints.scss */
    .menu-and-up {
      display: block; } }
/* line 50, ideasweb/static/scss/abstract/breakpoints.scss */
.menu-and-down {
  display: none; }
  @media only screen and (max-width: 1060px) {
    /* line 50, ideasweb/static/scss/abstract/breakpoints.scss */
    .menu-and-down {
      display: block; } }
/* line 44, ideasweb/static/scss/abstract/breakpoints.scss */
.xs-and-up {
  display: none; }
  @media only screen and (min-width: 559px) {
    /* line 44, ideasweb/static/scss/abstract/breakpoints.scss */
    .xs-and-up {
      display: block; } }
/* line 50, ideasweb/static/scss/abstract/breakpoints.scss */
.xs-and-down {
  display: none; }
  @media only screen and (max-width: 559px) {
    /* line 50, ideasweb/static/scss/abstract/breakpoints.scss */
    .xs-and-down {
      display: block; } }
/* line 44, ideasweb/static/scss/abstract/breakpoints.scss */
.sm-and-up {
  display: none; }
  @media only screen and (min-width: 560px) {
    /* line 44, ideasweb/static/scss/abstract/breakpoints.scss */
    .sm-and-up {
      display: block; } }
/* line 50, ideasweb/static/scss/abstract/breakpoints.scss */
.sm-and-down {
  display: none; }
  @media only screen and (max-width: 560px) {
    /* line 50, ideasweb/static/scss/abstract/breakpoints.scss */
    .sm-and-down {
      display: block; } }
/* line 44, ideasweb/static/scss/abstract/breakpoints.scss */
.md-and-up {
  display: none; }
  @media only screen and (min-width: 768px) {
    /* line 44, ideasweb/static/scss/abstract/breakpoints.scss */
    .md-and-up {
      display: block; } }
/* line 50, ideasweb/static/scss/abstract/breakpoints.scss */
.md-and-down {
  display: none; }
  @media only screen and (max-width: 768px) {
    /* line 50, ideasweb/static/scss/abstract/breakpoints.scss */
    .md-and-down {
      display: block; } }
/* line 44, ideasweb/static/scss/abstract/breakpoints.scss */
.lg-and-up {
  display: none; }
  @media only screen and (min-width: 992px) {
    /* line 44, ideasweb/static/scss/abstract/breakpoints.scss */
    .lg-and-up {
      display: block; } }
/* line 50, ideasweb/static/scss/abstract/breakpoints.scss */
.lg-and-down {
  display: none; }
  @media only screen and (max-width: 992px) {
    /* line 50, ideasweb/static/scss/abstract/breakpoints.scss */
    .lg-and-down {
      display: block; } }
/* line 44, ideasweb/static/scss/abstract/breakpoints.scss */
.xl-and-up {
  display: none; }
  @media only screen and (min-width: 1200px) {
    /* line 44, ideasweb/static/scss/abstract/breakpoints.scss */
    .xl-and-up {
      display: block; } }
/* line 50, ideasweb/static/scss/abstract/breakpoints.scss */
.xl-and-down {
  display: none; }
  @media only screen and (max-width: 1200px) {
    /* line 50, ideasweb/static/scss/abstract/breakpoints.scss */
    .xl-and-down {
      display: block; } }
/* line 44, ideasweb/static/scss/abstract/breakpoints.scss */
.super-xl-and-up {
  display: none; }
  @media only screen and (min-width: 1600px) {
    /* line 44, ideasweb/static/scss/abstract/breakpoints.scss */
    .super-xl-and-up {
      display: block; } }
/* line 50, ideasweb/static/scss/abstract/breakpoints.scss */
.super-xl-and-down {
  display: none; }
  @media only screen and (max-width: 1600px) {
    /* line 50, ideasweb/static/scss/abstract/breakpoints.scss */
    .super-xl-and-down {
      display: block; } }
/* 
    ** Flex helper classes **
*/
/* line 5, ideasweb/static/scss/abstract/flex.scss */
.d-flex, .d-flex-end, .header .menu, .header .basket-menu, .d-flex-start, .d-flex-around, .d-flex-between, .gridjs .gridjs-pagination, .header, .d-flex-center, .btn, .btn-secondary, .btn-primary, .btn-smallest, .btn-small, .page-header .page-header__controls, .d-flex-center-column {
  display: flex !important; }

/* line 9, ideasweb/static/scss/abstract/flex.scss */
.d-inline-flex {
  display: inline-flex !important; }

/* line 13, ideasweb/static/scss/abstract/flex.scss */
.d-flex-column, .d-flex-end-column, .d-flex-start-column, .d-flex-around-column, .d-flex-between-column, .d-flex-center-column {
  flex-direction: column !important; }

/* line 17, ideasweb/static/scss/abstract/flex.scss */
.d-flex-row {
  flex-direction: row !important; }

/* Generate multi breakpoint flex classes */
@media only screen and (min-width: 560px) {
  /* line 24, ideasweb/static/scss/abstract/flex.scss */
  .d-sm-flex {
    display: flex !important; }
  /* line 27, ideasweb/static/scss/abstract/flex.scss */
  .d-sm-inline-flex {
    display: inline-flex !important; }
  /* line 30, ideasweb/static/scss/abstract/flex.scss */
  .d-sm-flex-column {
    flex-direction: column !important; }
  /* line 33, ideasweb/static/scss/abstract/flex.scss */
  .d-sm-flex-row {
    flex-direction: row !important; } }

@media only screen and (min-width: 768px) {
  /* line 24, ideasweb/static/scss/abstract/flex.scss */
  .d-md-flex {
    display: flex !important; }
  /* line 27, ideasweb/static/scss/abstract/flex.scss */
  .d-md-inline-flex {
    display: inline-flex !important; }
  /* line 30, ideasweb/static/scss/abstract/flex.scss */
  .d-md-flex-column {
    flex-direction: column !important; }
  /* line 33, ideasweb/static/scss/abstract/flex.scss */
  .d-md-flex-row {
    flex-direction: row !important; } }

@media only screen and (min-width: 992px) {
  /* line 24, ideasweb/static/scss/abstract/flex.scss */
  .d-lg-flex {
    display: flex !important; }
  /* line 27, ideasweb/static/scss/abstract/flex.scss */
  .d-lg-inline-flex {
    display: inline-flex !important; }
  /* line 30, ideasweb/static/scss/abstract/flex.scss */
  .d-lg-flex-column {
    flex-direction: column !important; }
  /* line 33, ideasweb/static/scss/abstract/flex.scss */
  .d-lg-flex-row {
    flex-direction: row !important; } }

@media only screen and (min-width: 1200px) {
  /* line 24, ideasweb/static/scss/abstract/flex.scss */
  .d-xl-flex {
    display: flex !important; }
  /* line 27, ideasweb/static/scss/abstract/flex.scss */
  .d-xl-inline-flex {
    display: inline-flex !important; }
  /* line 30, ideasweb/static/scss/abstract/flex.scss */
  .d-xl-flex-column {
    flex-direction: column !important; }
  /* line 33, ideasweb/static/scss/abstract/flex.scss */
  .d-xl-flex-row {
    flex-direction: row !important; } }

/* 
    ** Flex justification and alignment helper classes **
*/
/* Generate non breakpoint specific helper classes */
/* line 95, ideasweb/static/scss/abstract/flex.scss */
.justify-content-end, .d-flex-end, .header .menu, .header .basket-menu {
  justify-content: flex-end !important; }

/* line 95, ideasweb/static/scss/abstract/flex.scss */
.justify-content-start, .d-flex-start {
  justify-content: flex-start !important; }

/* line 95, ideasweb/static/scss/abstract/flex.scss */
.justify-content-center, .d-flex-end-column, .d-flex-start-column, .d-flex-center, .btn, .btn-secondary, .btn-primary, .btn-smallest, .btn-small, .page-header .page-header__controls, .d-flex-center-column {
  justify-content: center !important; }

/* line 95, ideasweb/static/scss/abstract/flex.scss */
.justify-content-around, .d-flex-around-column, .d-flex-around {
  justify-content: space-around !important; }

/* line 95, ideasweb/static/scss/abstract/flex.scss */
.justify-content-between, .d-flex-between-column, .d-flex-between, .gridjs .gridjs-pagination, .header {
  justify-content: space-between !important; }

/* line 95, ideasweb/static/scss/abstract/flex.scss */
.justify-content-initial {
  justify-content: initial !important; }

/* line 95, ideasweb/static/scss/abstract/flex.scss */
.justify-content-inherit {
  justify-content: inherit !important; }

/* line 101, ideasweb/static/scss/abstract/flex.scss */
.align-self-auto {
  align-self: auto !important; }

/* line 101, ideasweb/static/scss/abstract/flex.scss */
.align-self-initial {
  align-self: initial !important; }

/* line 101, ideasweb/static/scss/abstract/flex.scss */
.align-self-inherit {
  align-self: inherit !important; }

/* line 101, ideasweb/static/scss/abstract/flex.scss */
.align-self-start {
  align-self: flex-start !important; }

/* line 101, ideasweb/static/scss/abstract/flex.scss */
.align-self-end {
  align-self: flex-end !important; }

/* line 101, ideasweb/static/scss/abstract/flex.scss */
.align-self-center {
  align-self: center !important; }

/* line 101, ideasweb/static/scss/abstract/flex.scss */
.align-self-baseline {
  align-self: baseline !important; }

/* line 101, ideasweb/static/scss/abstract/flex.scss */
.align-self-stretch {
  align-self: stretch !important; }

/* line 107, ideasweb/static/scss/abstract/flex.scss */
.align-items-initial {
  align-items: initial !important; }

/* line 107, ideasweb/static/scss/abstract/flex.scss */
.align-items-inherit {
  align-items: inherit !important; }

/* line 107, ideasweb/static/scss/abstract/flex.scss */
.align-items-start, .d-flex-start-column, .d-flex-start {
  align-items: flex-start !important; }

/* line 107, ideasweb/static/scss/abstract/flex.scss */
.align-items-end, .d-flex-end-column, .d-flex-end, .header .menu, .header .basket-menu {
  align-items: flex-end !important; }

/* line 107, ideasweb/static/scss/abstract/flex.scss */
.align-items-center, .d-flex-around-column, .d-flex-between-column, .d-flex-around, .d-flex-between, .gridjs .gridjs-pagination, .header, .d-flex-center, .btn, .btn-secondary, .btn-primary, .btn-smallest, .btn-small, .page-header .page-header__controls, .d-flex-center-column {
  align-items: center !important; }

/* line 107, ideasweb/static/scss/abstract/flex.scss */
.align-items-baseline {
  align-items: baseline !important; }

/* line 107, ideasweb/static/scss/abstract/flex.scss */
.align-items-stretch {
  align-items: stretch !important; }

/* line 113, ideasweb/static/scss/abstract/flex.scss */
.align-items-initial {
  align-items: initial !important; }

/* line 113, ideasweb/static/scss/abstract/flex.scss */
.align-items-inherit {
  align-items: inherit !important; }

/* line 113, ideasweb/static/scss/abstract/flex.scss */
.align-items-start, .d-flex-start-column, .d-flex-start {
  align-items: flex-start !important; }

/* line 113, ideasweb/static/scss/abstract/flex.scss */
.align-items-end, .d-flex-end-column, .d-flex-end, .header .menu, .header .basket-menu {
  align-items: flex-end !important; }

/* line 113, ideasweb/static/scss/abstract/flex.scss */
.align-items-center, .d-flex-around-column, .d-flex-between-column, .d-flex-around, .d-flex-between, .gridjs .gridjs-pagination, .header, .d-flex-center, .btn, .btn-secondary, .btn-primary, .btn-smallest, .btn-small, .page-header .page-header__controls, .d-flex-center-column {
  align-items: center !important; }

/* line 113, ideasweb/static/scss/abstract/flex.scss */
.align-items-baseline {
  align-items: baseline !important; }

/* line 113, ideasweb/static/scss/abstract/flex.scss */
.align-items-stretch {
  align-items: stretch !important; }

/* line 119, ideasweb/static/scss/abstract/flex.scss */
.align-content-end {
  align-content: flex-end !important; }

/* line 119, ideasweb/static/scss/abstract/flex.scss */
.align-content-start {
  align-content: flex-start !important; }

/* line 119, ideasweb/static/scss/abstract/flex.scss */
.align-content-center {
  align-content: center !important; }

/* line 119, ideasweb/static/scss/abstract/flex.scss */
.align-content-stretch {
  align-content: stretch !important; }

/* line 119, ideasweb/static/scss/abstract/flex.scss */
.align-content-around {
  align-content: space-around !important; }

/* line 119, ideasweb/static/scss/abstract/flex.scss */
.align-content-between {
  align-content: space-between !important; }

/* line 119, ideasweb/static/scss/abstract/flex.scss */
.align-content-initial {
  align-content: initial !important; }

/* line 119, ideasweb/static/scss/abstract/flex.scss */
.align-content-inherit {
  align-content: inherit !important; }

/* line 125, ideasweb/static/scss/abstract/flex.scss */
.flex-wrap {
  flex-wrap: wrap !important; }

/* line 125, ideasweb/static/scss/abstract/flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important; }

/* line 125, ideasweb/static/scss/abstract/flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

/* line 125, ideasweb/static/scss/abstract/flex.scss */
.flex-wrap-initail {
  flex-wrap: initial !important; }

/* line 125, ideasweb/static/scss/abstract/flex.scss */
.flex-wrap-inherit {
  flex-wrap: inherit !important; }

/* Generate multi breakpoint flex justification/alignment helper classes */
@media only screen and (min-width: 560px) {
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-sm-center {
    justify-content: center !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-sm-initial {
    justify-content: initial !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-sm-inherit {
    justify-content: inherit !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-sm-initial {
    align-items: initial !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-sm-inherit {
    align-items: inherit !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-sm-center {
    align-items: center !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-sm-auto {
    align-self: auto !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-sm-initial {
    align-self: initial !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-sm-inherit {
    align-self: inherit !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-sm-center {
    align-self: center !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-sm-center {
    align-content: center !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-sm-around {
    align-content: space-around !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-sm-between {
    align-content: space-between !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-sm-initial {
    align-content: initial !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-sm-inherit {
    align-content: inherit !important; }
  /* line 154, ideasweb/static/scss/abstract/flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  /* line 154, ideasweb/static/scss/abstract/flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  /* line 154, ideasweb/static/scss/abstract/flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  /* line 154, ideasweb/static/scss/abstract/flex.scss */
  .flex-sm-wrap-initail {
    flex-wrap: initial !important; }
  /* line 154, ideasweb/static/scss/abstract/flex.scss */
  .flex-sm-wrap-inherit {
    flex-wrap: inherit !important; } }

@media only screen and (min-width: 768px) {
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-md-center {
    justify-content: center !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-md-initial {
    justify-content: initial !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-md-inherit {
    justify-content: inherit !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-md-initial {
    align-items: initial !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-md-inherit {
    align-items: inherit !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-md-start {
    align-items: flex-start !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-md-end {
    align-items: flex-end !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-md-center {
    align-items: center !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-md-auto {
    align-self: auto !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-md-initial {
    align-self: initial !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-md-inherit {
    align-self: inherit !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-md-start {
    align-self: flex-start !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-md-end {
    align-self: flex-end !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-md-center {
    align-self: center !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-md-end {
    align-content: flex-end !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-md-start {
    align-content: flex-start !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-md-center {
    align-content: center !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-md-around {
    align-content: space-around !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-md-between {
    align-content: space-between !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-md-initial {
    align-content: initial !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-md-inherit {
    align-content: inherit !important; }
  /* line 154, ideasweb/static/scss/abstract/flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  /* line 154, ideasweb/static/scss/abstract/flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  /* line 154, ideasweb/static/scss/abstract/flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  /* line 154, ideasweb/static/scss/abstract/flex.scss */
  .flex-md-wrap-initail {
    flex-wrap: initial !important; }
  /* line 154, ideasweb/static/scss/abstract/flex.scss */
  .flex-md-wrap-inherit {
    flex-wrap: inherit !important; } }

@media only screen and (min-width: 992px) {
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-lg-center {
    justify-content: center !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-lg-initial {
    justify-content: initial !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-lg-inherit {
    justify-content: inherit !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-lg-initial {
    align-items: initial !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-lg-inherit {
    align-items: inherit !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-lg-center {
    align-items: center !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-lg-auto {
    align-self: auto !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-lg-initial {
    align-self: initial !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-lg-inherit {
    align-self: inherit !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-lg-center {
    align-self: center !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-lg-center {
    align-content: center !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-lg-around {
    align-content: space-around !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-lg-between {
    align-content: space-between !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-lg-initial {
    align-content: initial !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-lg-inherit {
    align-content: inherit !important; }
  /* line 154, ideasweb/static/scss/abstract/flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  /* line 154, ideasweb/static/scss/abstract/flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  /* line 154, ideasweb/static/scss/abstract/flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  /* line 154, ideasweb/static/scss/abstract/flex.scss */
  .flex-lg-wrap-initail {
    flex-wrap: initial !important; }
  /* line 154, ideasweb/static/scss/abstract/flex.scss */
  .flex-lg-wrap-inherit {
    flex-wrap: inherit !important; } }

@media only screen and (min-width: 1200px) {
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-xl-center {
    justify-content: center !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-xl-initial {
    justify-content: initial !important; }
  /* line 134, ideasweb/static/scss/abstract/flex.scss */
  .justify-content-xl-inherit {
    justify-content: inherit !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-xl-initial {
    align-items: initial !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-xl-inherit {
    align-items: inherit !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-xl-center {
    align-items: center !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important; }
  /* line 139, ideasweb/static/scss/abstract/flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-xl-auto {
    align-self: auto !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-xl-initial {
    align-self: initial !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-xl-inherit {
    align-self: inherit !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-xl-center {
    align-self: center !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important; }
  /* line 144, ideasweb/static/scss/abstract/flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-xl-center {
    align-content: center !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-xl-around {
    align-content: space-around !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-xl-between {
    align-content: space-between !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-xl-initial {
    align-content: initial !important; }
  /* line 149, ideasweb/static/scss/abstract/flex.scss */
  .align-content-xl-inherit {
    align-content: inherit !important; }
  /* line 154, ideasweb/static/scss/abstract/flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  /* line 154, ideasweb/static/scss/abstract/flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  /* line 154, ideasweb/static/scss/abstract/flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  /* line 154, ideasweb/static/scss/abstract/flex.scss */
  .flex-xl-wrap-initail {
    flex-wrap: initial !important; }
  /* line 154, ideasweb/static/scss/abstract/flex.scss */
  .flex-xl-wrap-inherit {
    flex-wrap: inherit !important; } }

/* Flex gap classes */
/* line 163, ideasweb/static/scss/abstract/flex.scss */
.flex-gap-0 {
  gap: 0rem; }

/* line 163, ideasweb/static/scss/abstract/flex.scss */
.flex-gap-1 {
  gap: 1rem; }

/* line 163, ideasweb/static/scss/abstract/flex.scss */
.flex-gap-2 {
  gap: 2rem; }

/* line 163, ideasweb/static/scss/abstract/flex.scss */
.flex-gap-3 {
  gap: 3rem; }

/* line 163, ideasweb/static/scss/abstract/flex.scss */
.flex-gap-4 {
  gap: 4rem; }

/* line 163, ideasweb/static/scss/abstract/flex.scss */
.flex-gap-5 {
  gap: 5rem; }

/* line 163, ideasweb/static/scss/abstract/flex.scss */
.flex-gap-6 {
  gap: 6rem; }

/* line 163, ideasweb/static/scss/abstract/flex.scss */
.flex-gap-7 {
  gap: 7rem; }

/* line 163, ideasweb/static/scss/abstract/flex.scss */
.flex-gap-8 {
  gap: 8rem; }

/* line 163, ideasweb/static/scss/abstract/flex.scss */
.flex-gap-9 {
  gap: 9rem; }

/* line 163, ideasweb/static/scss/abstract/flex.scss */
.flex-gap-10 {
  gap: 10rem; }

/* line 163, ideasweb/static/scss/abstract/flex.scss */
.flex-gap-11 {
  gap: 11rem; }

/* line 163, ideasweb/static/scss/abstract/flex.scss */
.flex-gap-12 {
  gap: 12rem; }

/* Flex Grow helper classes */
/* line 170, ideasweb/static/scss/abstract/flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important; }

/* line 170, ideasweb/static/scss/abstract/flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important; }

/* line 170, ideasweb/static/scss/abstract/flex.scss */
.flex-grow-2 {
  flex-grow: 2 !important; }

/* line 170, ideasweb/static/scss/abstract/flex.scss */
.flex-grow-3 {
  flex-grow: 3 !important; }

/* line 170, ideasweb/static/scss/abstract/flex.scss */
.flex-grow-4 {
  flex-grow: 4 !important; }

/* line 170, ideasweb/static/scss/abstract/flex.scss */
.flex-grow-5 {
  flex-grow: 5 !important; }

/* line 170, ideasweb/static/scss/abstract/flex.scss */
.flex-grow-6 {
  flex-grow: 6 !important; }

/* line 170, ideasweb/static/scss/abstract/flex.scss */
.flex-grow-7 {
  flex-grow: 7 !important; }

/* line 170, ideasweb/static/scss/abstract/flex.scss */
.flex-grow-8 {
  flex-grow: 8 !important; }

/* line 170, ideasweb/static/scss/abstract/flex.scss */
.flex-grow-9 {
  flex-grow: 9 !important; }

/* line 170, ideasweb/static/scss/abstract/flex.scss */
.flex-grow-10 {
  flex-grow: 10 !important; }

/* line 170, ideasweb/static/scss/abstract/flex.scss */
.flex-grow-11 {
  flex-grow: 11 !important; }

/* line 170, ideasweb/static/scss/abstract/flex.scss */
.flex-grow-12 {
  flex-grow: 12 !important; }

@media only screen and (min-width: 560px) {
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-sm-0 {
    flex-grow: 0 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-sm-1 {
    flex-grow: 1 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-sm-2 {
    flex-grow: 2 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-sm-3 {
    flex-grow: 3 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-sm-4 {
    flex-grow: 4 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-sm-5 {
    flex-grow: 5 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-sm-6 {
    flex-grow: 6 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-sm-7 {
    flex-grow: 7 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-sm-8 {
    flex-grow: 8 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-sm-9 {
    flex-grow: 9 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-sm-10 {
    flex-grow: 10 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-sm-11 {
    flex-grow: 11 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-sm-12 {
    flex-grow: 12 !important; } }

@media only screen and (min-width: 768px) {
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-md-0 {
    flex-grow: 0 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-md-1 {
    flex-grow: 1 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-md-2 {
    flex-grow: 2 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-md-3 {
    flex-grow: 3 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-md-4 {
    flex-grow: 4 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-md-5 {
    flex-grow: 5 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-md-6 {
    flex-grow: 6 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-md-7 {
    flex-grow: 7 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-md-8 {
    flex-grow: 8 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-md-9 {
    flex-grow: 9 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-md-10 {
    flex-grow: 10 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-md-11 {
    flex-grow: 11 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-md-12 {
    flex-grow: 12 !important; } }

@media only screen and (min-width: 992px) {
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-lg-0 {
    flex-grow: 0 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-lg-1 {
    flex-grow: 1 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-lg-2 {
    flex-grow: 2 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-lg-3 {
    flex-grow: 3 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-lg-4 {
    flex-grow: 4 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-lg-5 {
    flex-grow: 5 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-lg-6 {
    flex-grow: 6 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-lg-7 {
    flex-grow: 7 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-lg-8 {
    flex-grow: 8 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-lg-9 {
    flex-grow: 9 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-lg-10 {
    flex-grow: 10 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-lg-11 {
    flex-grow: 11 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-lg-12 {
    flex-grow: 12 !important; } }

@media only screen and (min-width: 1200px) {
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-xl-0 {
    flex-grow: 0 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-xl-1 {
    flex-grow: 1 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-xl-2 {
    flex-grow: 2 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-xl-3 {
    flex-grow: 3 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-xl-4 {
    flex-grow: 4 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-xl-5 {
    flex-grow: 5 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-xl-6 {
    flex-grow: 6 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-xl-7 {
    flex-grow: 7 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-xl-8 {
    flex-grow: 8 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-xl-9 {
    flex-grow: 9 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-xl-10 {
    flex-grow: 10 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-xl-11 {
    flex-grow: 11 !important; }
  /* line 177, ideasweb/static/scss/abstract/flex.scss */
  .flex-grow-xl-12 {
    flex-grow: 12 !important; } }

/* Flex Shrink helper classes */
/* line 186, ideasweb/static/scss/abstract/flex.scss */
.flex-shrink-0 {
  flex-shrink: 0; }

/* line 186, ideasweb/static/scss/abstract/flex.scss */
.flex-shrink-1 {
  flex-shrink: 1; }

/* line 186, ideasweb/static/scss/abstract/flex.scss */
.flex-shrink-2 {
  flex-shrink: 2; }

/* line 186, ideasweb/static/scss/abstract/flex.scss */
.flex-shrink-3 {
  flex-shrink: 3; }

/* line 186, ideasweb/static/scss/abstract/flex.scss */
.flex-shrink-4 {
  flex-shrink: 4; }

/* line 186, ideasweb/static/scss/abstract/flex.scss */
.flex-shrink-5 {
  flex-shrink: 5; }

/* line 186, ideasweb/static/scss/abstract/flex.scss */
.flex-shrink-6 {
  flex-shrink: 6; }

/* line 186, ideasweb/static/scss/abstract/flex.scss */
.flex-shrink-7 {
  flex-shrink: 7; }

/* line 186, ideasweb/static/scss/abstract/flex.scss */
.flex-shrink-8 {
  flex-shrink: 8; }

/* line 186, ideasweb/static/scss/abstract/flex.scss */
.flex-shrink-9 {
  flex-shrink: 9; }

/* line 186, ideasweb/static/scss/abstract/flex.scss */
.flex-shrink-10 {
  flex-shrink: 10; }

/* line 186, ideasweb/static/scss/abstract/flex.scss */
.flex-shrink-11 {
  flex-shrink: 11; }

/* line 186, ideasweb/static/scss/abstract/flex.scss */
.flex-shrink-12 {
  flex-shrink: 12; }

@media only screen and (min-width: 560px) {
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-sm-0 {
    flex-shrink: 0; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-sm-1 {
    flex-shrink: 1; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-sm-2 {
    flex-shrink: 2; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-sm-3 {
    flex-shrink: 3; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-sm-4 {
    flex-shrink: 4; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-sm-5 {
    flex-shrink: 5; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-sm-6 {
    flex-shrink: 6; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-sm-7 {
    flex-shrink: 7; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-sm-8 {
    flex-shrink: 8; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-sm-9 {
    flex-shrink: 9; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-sm-10 {
    flex-shrink: 10; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-sm-11 {
    flex-shrink: 11; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-sm-12 {
    flex-shrink: 12; } }

@media only screen and (min-width: 768px) {
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-md-0 {
    flex-shrink: 0; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-md-1 {
    flex-shrink: 1; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-md-2 {
    flex-shrink: 2; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-md-3 {
    flex-shrink: 3; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-md-4 {
    flex-shrink: 4; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-md-5 {
    flex-shrink: 5; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-md-6 {
    flex-shrink: 6; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-md-7 {
    flex-shrink: 7; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-md-8 {
    flex-shrink: 8; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-md-9 {
    flex-shrink: 9; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-md-10 {
    flex-shrink: 10; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-md-11 {
    flex-shrink: 11; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-md-12 {
    flex-shrink: 12; } }

@media only screen and (min-width: 992px) {
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-lg-0 {
    flex-shrink: 0; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-lg-1 {
    flex-shrink: 1; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-lg-2 {
    flex-shrink: 2; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-lg-3 {
    flex-shrink: 3; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-lg-4 {
    flex-shrink: 4; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-lg-5 {
    flex-shrink: 5; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-lg-6 {
    flex-shrink: 6; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-lg-7 {
    flex-shrink: 7; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-lg-8 {
    flex-shrink: 8; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-lg-9 {
    flex-shrink: 9; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-lg-10 {
    flex-shrink: 10; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-lg-11 {
    flex-shrink: 11; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-lg-12 {
    flex-shrink: 12; } }

@media only screen and (min-width: 1200px) {
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-xl-0 {
    flex-shrink: 0; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-xl-1 {
    flex-shrink: 1; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-xl-2 {
    flex-shrink: 2; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-xl-3 {
    flex-shrink: 3; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-xl-4 {
    flex-shrink: 4; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-xl-5 {
    flex-shrink: 5; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-xl-6 {
    flex-shrink: 6; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-xl-7 {
    flex-shrink: 7; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-xl-8 {
    flex-shrink: 8; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-xl-9 {
    flex-shrink: 9; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-xl-10 {
    flex-shrink: 10; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-xl-11 {
    flex-shrink: 11; }
  /* line 193, ideasweb/static/scss/abstract/flex.scss */
  .flex-shrink-xl-12 {
    flex-shrink: 12; } }

/* Flex basis helper classes */
/* line 202, ideasweb/static/scss/abstract/flex.scss */
.flex-basis-0 {
  flex-basis: 0; }

/* line 202, ideasweb/static/scss/abstract/flex.scss */
.flex-basis-1 {
  flex-basis: 1; }

/* line 202, ideasweb/static/scss/abstract/flex.scss */
.flex-basis-2 {
  flex-basis: 2; }

/* line 202, ideasweb/static/scss/abstract/flex.scss */
.flex-basis-3 {
  flex-basis: 3; }

/* line 202, ideasweb/static/scss/abstract/flex.scss */
.flex-basis-4 {
  flex-basis: 4; }

/* line 202, ideasweb/static/scss/abstract/flex.scss */
.flex-basis-5 {
  flex-basis: 5; }

/* line 202, ideasweb/static/scss/abstract/flex.scss */
.flex-basis-6 {
  flex-basis: 6; }

/* line 202, ideasweb/static/scss/abstract/flex.scss */
.flex-basis-7 {
  flex-basis: 7; }

/* line 202, ideasweb/static/scss/abstract/flex.scss */
.flex-basis-8 {
  flex-basis: 8; }

/* line 202, ideasweb/static/scss/abstract/flex.scss */
.flex-basis-9 {
  flex-basis: 9; }

/* line 202, ideasweb/static/scss/abstract/flex.scss */
.flex-basis-10 {
  flex-basis: 10; }

/* line 202, ideasweb/static/scss/abstract/flex.scss */
.flex-basis-11 {
  flex-basis: 11; }

/* line 202, ideasweb/static/scss/abstract/flex.scss */
.flex-basis-12 {
  flex-basis: 12; }

@media only screen and (min-width: 560px) {
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-sm-0 {
    flex-basis: 0; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-sm-1 {
    flex-basis: 1; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-sm-2 {
    flex-basis: 2; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-sm-3 {
    flex-basis: 3; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-sm-4 {
    flex-basis: 4; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-sm-5 {
    flex-basis: 5; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-sm-6 {
    flex-basis: 6; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-sm-7 {
    flex-basis: 7; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-sm-8 {
    flex-basis: 8; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-sm-9 {
    flex-basis: 9; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-sm-10 {
    flex-basis: 10; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-sm-11 {
    flex-basis: 11; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-sm-12 {
    flex-basis: 12; } }

@media only screen and (min-width: 768px) {
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-md-0 {
    flex-basis: 0; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-md-1 {
    flex-basis: 1; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-md-2 {
    flex-basis: 2; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-md-3 {
    flex-basis: 3; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-md-4 {
    flex-basis: 4; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-md-5 {
    flex-basis: 5; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-md-6 {
    flex-basis: 6; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-md-7 {
    flex-basis: 7; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-md-8 {
    flex-basis: 8; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-md-9 {
    flex-basis: 9; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-md-10 {
    flex-basis: 10; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-md-11 {
    flex-basis: 11; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-md-12 {
    flex-basis: 12; } }

@media only screen and (min-width: 992px) {
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-lg-0 {
    flex-basis: 0; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-lg-1 {
    flex-basis: 1; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-lg-2 {
    flex-basis: 2; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-lg-3 {
    flex-basis: 3; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-lg-4 {
    flex-basis: 4; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-lg-5 {
    flex-basis: 5; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-lg-6 {
    flex-basis: 6; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-lg-7 {
    flex-basis: 7; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-lg-8 {
    flex-basis: 8; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-lg-9 {
    flex-basis: 9; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-lg-10 {
    flex-basis: 10; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-lg-11 {
    flex-basis: 11; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-lg-12 {
    flex-basis: 12; } }

@media only screen and (min-width: 1200px) {
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-xl-0 {
    flex-basis: 0; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-xl-1 {
    flex-basis: 1; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-xl-2 {
    flex-basis: 2; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-xl-3 {
    flex-basis: 3; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-xl-4 {
    flex-basis: 4; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-xl-5 {
    flex-basis: 5; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-xl-6 {
    flex-basis: 6; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-xl-7 {
    flex-basis: 7; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-xl-8 {
    flex-basis: 8; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-xl-9 {
    flex-basis: 9; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-xl-10 {
    flex-basis: 10; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-xl-11 {
    flex-basis: 11; }
  /* line 209, ideasweb/static/scss/abstract/flex.scss */
  .flex-basis-xl-12 {
    flex-basis: 12; } }

/* Common amalgamations */
/* line 258, ideasweb/static/scss/abstract/flex.scss */
.flex-1 {
  flex: 1; }

/* line 258, ideasweb/static/scss/abstract/flex.scss */
.flex-2 {
  flex: 2; }

/* line 258, ideasweb/static/scss/abstract/flex.scss */
.flex-3 {
  flex: 3; }

/* line 258, ideasweb/static/scss/abstract/flex.scss */
.flex-4 {
  flex: 4; }

/* line 258, ideasweb/static/scss/abstract/flex.scss */
.flex-5 {
  flex: 5; }

/* line 258, ideasweb/static/scss/abstract/flex.scss */
.flex-6 {
  flex: 6; }

/* line 258, ideasweb/static/scss/abstract/flex.scss */
.flex-7 {
  flex: 7; }

/* line 258, ideasweb/static/scss/abstract/flex.scss */
.flex-8 {
  flex: 8; }

/* line 258, ideasweb/static/scss/abstract/flex.scss */
.flex-9 {
  flex: 9; }

/* line 258, ideasweb/static/scss/abstract/flex.scss */
.flex-10 {
  flex: 10; }

/* line 258, ideasweb/static/scss/abstract/flex.scss */
.flex-11 {
  flex: 11; }

/* line 258, ideasweb/static/scss/abstract/flex.scss */
.flex-12 {
  flex: 12; }

/* line 264, ideasweb/static/scss/abstract/flex.scss */
.order-1 {
  order: 1; }

/* line 264, ideasweb/static/scss/abstract/flex.scss */
.order-2 {
  order: 2; }

/* line 264, ideasweb/static/scss/abstract/flex.scss */
.order-3 {
  order: 3; }

/* line 264, ideasweb/static/scss/abstract/flex.scss */
.order-4 {
  order: 4; }

/* line 264, ideasweb/static/scss/abstract/flex.scss */
.order-5 {
  order: 5; }

/* line 264, ideasweb/static/scss/abstract/flex.scss */
.order-6 {
  order: 6; }

/* line 264, ideasweb/static/scss/abstract/flex.scss */
.order-7 {
  order: 7; }

/* line 264, ideasweb/static/scss/abstract/flex.scss */
.order-8 {
  order: 8; }

/* line 264, ideasweb/static/scss/abstract/flex.scss */
.order-9 {
  order: 9; }

/* line 264, ideasweb/static/scss/abstract/flex.scss */
.order-10 {
  order: 10; }

/* line 264, ideasweb/static/scss/abstract/flex.scss */
.order-11 {
  order: 11; }

/* line 264, ideasweb/static/scss/abstract/flex.scss */
.order-12 {
  order: 12; }

@media only screen and (min-width: 560px) {
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-sm-1 {
    order: 1; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-sm-2 {
    order: 2; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-sm-3 {
    order: 3; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-sm-4 {
    order: 4; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-sm-5 {
    order: 5; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-sm-6 {
    order: 6; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-sm-7 {
    order: 7; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-sm-8 {
    order: 8; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-sm-9 {
    order: 9; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-sm-10 {
    order: 10; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-sm-11 {
    order: 11; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-sm-12 {
    order: 12; } }

@media only screen and (min-width: 768px) {
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-md-1 {
    order: 1; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-md-2 {
    order: 2; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-md-3 {
    order: 3; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-md-4 {
    order: 4; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-md-5 {
    order: 5; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-md-6 {
    order: 6; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-md-7 {
    order: 7; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-md-8 {
    order: 8; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-md-9 {
    order: 9; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-md-10 {
    order: 10; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-md-11 {
    order: 11; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-md-12 {
    order: 12; } }

@media only screen and (min-width: 992px) {
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-lg-1 {
    order: 1; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-lg-2 {
    order: 2; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-lg-3 {
    order: 3; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-lg-4 {
    order: 4; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-lg-5 {
    order: 5; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-lg-6 {
    order: 6; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-lg-7 {
    order: 7; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-lg-8 {
    order: 8; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-lg-9 {
    order: 9; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-lg-10 {
    order: 10; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-lg-11 {
    order: 11; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-lg-12 {
    order: 12; } }

@media only screen and (min-width: 1200px) {
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-xl-1 {
    order: 1; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-xl-2 {
    order: 2; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-xl-3 {
    order: 3; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-xl-4 {
    order: 4; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-xl-5 {
    order: 5; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-xl-6 {
    order: 6; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-xl-7 {
    order: 7; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-xl-8 {
    order: 8; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-xl-9 {
    order: 9; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-xl-10 {
    order: 10; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-xl-11 {
    order: 11; }
  /* line 272, ideasweb/static/scss/abstract/flex.scss */
  .order-xl-12 {
    order: 12; } }

/* Predefined spacing variables */
/* non-breakpoint margin classes */
/* line 23, ideasweb/static/scss/abstract/spacings.scss */
.m-0-auto {
  margin: 0 auto; }

/* build non-breakpoint margin helper classes */
/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mt-0 {
  margin-top: 0 !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mt-1 {
  margin-top: 5px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mt-2 {
  margin-top: 8px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mt-3 {
  margin-top: 12px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mt-4 {
  margin-top: 15px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mt-5 {
  margin-top: 25px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mt-6 {
  margin-top: 30px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mt-7 {
  margin-top: 45px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mt-8 {
  margin-top: 60px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mr-0 {
  margin-right: 0 !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mr-1 {
  margin-right: 5px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mr-2 {
  margin-right: 8px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mr-3 {
  margin-right: 12px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mr-4 {
  margin-right: 15px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mr-5 {
  margin-right: 25px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mr-6 {
  margin-right: 30px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mr-7 {
  margin-right: 45px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mr-8 {
  margin-right: 60px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mb-0 {
  margin-bottom: 0 !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mb-1 {
  margin-bottom: 5px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mb-2 {
  margin-bottom: 8px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mb-3 {
  margin-bottom: 12px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mb-4 {
  margin-bottom: 15px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mb-5 {
  margin-bottom: 25px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mb-6 {
  margin-bottom: 30px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mb-7 {
  margin-bottom: 45px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.mb-8 {
  margin-bottom: 60px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.ml-0 {
  margin-left: 0 !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.ml-1 {
  margin-left: 5px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.ml-2 {
  margin-left: 8px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.ml-3 {
  margin-left: 12px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.ml-4 {
  margin-left: 15px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.ml-5 {
  margin-left: 25px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.ml-6 {
  margin-left: 30px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.ml-7 {
  margin-left: 45px !important; }

/* line 45, ideasweb/static/scss/abstract/spacings.scss */
.ml-8 {
  margin-left: 60px !important; }

/* line 35, ideasweb/static/scss/abstract/spacings.scss */
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

/* line 35, ideasweb/static/scss/abstract/spacings.scss */
.mx-1 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

/* line 35, ideasweb/static/scss/abstract/spacings.scss */
.mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important; }

/* line 35, ideasweb/static/scss/abstract/spacings.scss */
.mx-3 {
  margin-left: 12px !important;
  margin-right: 12px !important; }

/* line 35, ideasweb/static/scss/abstract/spacings.scss */
.mx-4 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

/* line 35, ideasweb/static/scss/abstract/spacings.scss */
.mx-5 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

/* line 35, ideasweb/static/scss/abstract/spacings.scss */
.mx-6 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

/* line 35, ideasweb/static/scss/abstract/spacings.scss */
.mx-7 {
  margin-left: 45px !important;
  margin-right: 45px !important; }

/* line 35, ideasweb/static/scss/abstract/spacings.scss */
.mx-8 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

/* line 40, ideasweb/static/scss/abstract/spacings.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

/* line 40, ideasweb/static/scss/abstract/spacings.scss */
.my-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

/* line 40, ideasweb/static/scss/abstract/spacings.scss */
.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

/* line 40, ideasweb/static/scss/abstract/spacings.scss */
.my-3 {
  margin-top: 12px !important;
  margin-bottom: 12px !important; }

/* line 40, ideasweb/static/scss/abstract/spacings.scss */
.my-4 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

/* line 40, ideasweb/static/scss/abstract/spacings.scss */
.my-5 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

/* line 40, ideasweb/static/scss/abstract/spacings.scss */
.my-6 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

/* line 40, ideasweb/static/scss/abstract/spacings.scss */
.my-7 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

/* line 40, ideasweb/static/scss/abstract/spacings.scss */
.my-8 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

/* line 31, ideasweb/static/scss/abstract/spacings.scss */
.m-0 {
  margin: 0 !important; }

/* line 31, ideasweb/static/scss/abstract/spacings.scss */
.m-1 {
  margin: 5px !important; }

/* line 31, ideasweb/static/scss/abstract/spacings.scss */
.m-2 {
  margin: 8px !important; }

/* line 31, ideasweb/static/scss/abstract/spacings.scss */
.m-3 {
  margin: 12px !important; }

/* line 31, ideasweb/static/scss/abstract/spacings.scss */
.m-4 {
  margin: 15px !important; }

/* line 31, ideasweb/static/scss/abstract/spacings.scss */
.m-5 {
  margin: 25px !important; }

/* line 31, ideasweb/static/scss/abstract/spacings.scss */
.m-6 {
  margin: 30px !important; }

/* line 31, ideasweb/static/scss/abstract/spacings.scss */
.m-7 {
  margin: 45px !important; }

/* line 31, ideasweb/static/scss/abstract/spacings.scss */
.m-8 {
  margin: 60px !important; }

/* build non-breakpoint padding helper classes */
/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pt-0 {
  padding-top: 0 !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pt-1 {
  padding-top: 5px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pt-2 {
  padding-top: 8px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pt-3 {
  padding-top: 12px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pt-4 {
  padding-top: 15px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pt-5 {
  padding-top: 25px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pt-6 {
  padding-top: 30px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pt-7 {
  padding-top: 45px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pt-8 {
  padding-top: 60px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pr-0 {
  padding-right: 0 !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pr-1 {
  padding-right: 5px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pr-2 {
  padding-right: 8px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pr-3 {
  padding-right: 12px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pr-4 {
  padding-right: 15px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pr-5 {
  padding-right: 25px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pr-6 {
  padding-right: 30px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pr-7 {
  padding-right: 45px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pr-8 {
  padding-right: 60px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pb-0 {
  padding-bottom: 0 !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pb-1 {
  padding-bottom: 5px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pb-2 {
  padding-bottom: 8px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pb-3 {
  padding-bottom: 12px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pb-4 {
  padding-bottom: 15px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pb-5 {
  padding-bottom: 25px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pb-6 {
  padding-bottom: 30px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pb-7 {
  padding-bottom: 45px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pb-8 {
  padding-bottom: 60px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pl-0 {
  padding-left: 0 !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pl-1 {
  padding-left: 5px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pl-2 {
  padding-left: 8px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pl-3 {
  padding-left: 12px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pl-4 {
  padding-left: 15px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pl-5 {
  padding-left: 25px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pl-6 {
  padding-left: 30px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pl-7 {
  padding-left: 45px !important; }

/* line 80, ideasweb/static/scss/abstract/spacings.scss */
.pl-8 {
  padding-left: 60px !important; }

/* line 70, ideasweb/static/scss/abstract/spacings.scss */
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* line 70, ideasweb/static/scss/abstract/spacings.scss */
.px-1, .pill {
  padding-left: 5px !important;
  padding-right: 5px !important; }

/* line 70, ideasweb/static/scss/abstract/spacings.scss */
.px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important; }

/* line 70, ideasweb/static/scss/abstract/spacings.scss */
.px-3 {
  padding-left: 12px !important;
  padding-right: 12px !important; }

/* line 70, ideasweb/static/scss/abstract/spacings.scss */
.px-4 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

/* line 70, ideasweb/static/scss/abstract/spacings.scss */
.px-5 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

/* line 70, ideasweb/static/scss/abstract/spacings.scss */
.px-6 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

/* line 70, ideasweb/static/scss/abstract/spacings.scss */
.px-7 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

/* line 70, ideasweb/static/scss/abstract/spacings.scss */
.px-8 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

/* line 75, ideasweb/static/scss/abstract/spacings.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* line 75, ideasweb/static/scss/abstract/spacings.scss */
.py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

/* line 75, ideasweb/static/scss/abstract/spacings.scss */
.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

/* line 75, ideasweb/static/scss/abstract/spacings.scss */
.py-3 {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

/* line 75, ideasweb/static/scss/abstract/spacings.scss */
.py-4 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

/* line 75, ideasweb/static/scss/abstract/spacings.scss */
.py-5, .gridjs .gridjs-pagination {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

/* line 75, ideasweb/static/scss/abstract/spacings.scss */
.py-6 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

/* line 75, ideasweb/static/scss/abstract/spacings.scss */
.py-7 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

/* line 75, ideasweb/static/scss/abstract/spacings.scss */
.py-8 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

/* line 66, ideasweb/static/scss/abstract/spacings.scss */
.p-0 {
  padding: 0 !important; }

/* line 66, ideasweb/static/scss/abstract/spacings.scss */
.p-1 {
  padding: 5px !important; }

/* line 66, ideasweb/static/scss/abstract/spacings.scss */
.p-2 {
  padding: 8px !important; }

/* line 66, ideasweb/static/scss/abstract/spacings.scss */
.p-3 {
  padding: 12px !important; }

/* line 66, ideasweb/static/scss/abstract/spacings.scss */
.p-4 {
  padding: 15px !important; }

/* line 66, ideasweb/static/scss/abstract/spacings.scss */
.p-5 {
  padding: 25px !important; }

/* line 66, ideasweb/static/scss/abstract/spacings.scss */
.p-6 {
  padding: 30px !important; }

/* line 66, ideasweb/static/scss/abstract/spacings.scss */
.p-7 {
  padding: 45px !important; }

/* line 66, ideasweb/static/scss/abstract/spacings.scss */
.p-8 {
  padding: 60px !important; }

/* Generate spacing helper classes for all column breakpoints, loops through spacings map in variables */
/* Generate margin classes */
@media only screen and (min-width: 560px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-sm-0 {
    margin-top: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-sm-1 {
    margin-top: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-sm-2 {
    margin-top: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-sm-3 {
    margin-top: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-sm-4 {
    margin-top: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-sm-5 {
    margin-top: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-sm-6 {
    margin-top: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-sm-7 {
    margin-top: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-sm-8 {
    margin-top: 60px !important; } }

@media only screen and (min-width: 768px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-md-0 {
    margin-top: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-md-1 {
    margin-top: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-md-2 {
    margin-top: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-md-3 {
    margin-top: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-md-4 {
    margin-top: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-md-5 {
    margin-top: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-md-6 {
    margin-top: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-md-7 {
    margin-top: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-md-8 {
    margin-top: 60px !important; } }

@media only screen and (min-width: 992px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-lg-0 {
    margin-top: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-lg-1 {
    margin-top: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-lg-2 {
    margin-top: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-lg-3 {
    margin-top: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-lg-4 {
    margin-top: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-lg-5 {
    margin-top: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-lg-6 {
    margin-top: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-lg-7 {
    margin-top: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-lg-8 {
    margin-top: 60px !important; } }

@media only screen and (min-width: 1200px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-xl-0 {
    margin-top: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-xl-1 {
    margin-top: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-xl-2 {
    margin-top: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-xl-3 {
    margin-top: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-xl-4 {
    margin-top: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-xl-5 {
    margin-top: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-xl-6 {
    margin-top: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-xl-7 {
    margin-top: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mt-xl-8 {
    margin-top: 60px !important; } }

@media only screen and (min-width: 560px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-sm-0 {
    margin-right: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-sm-1 {
    margin-right: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-sm-2 {
    margin-right: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-sm-3 {
    margin-right: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-sm-4 {
    margin-right: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-sm-5 {
    margin-right: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-sm-6 {
    margin-right: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-sm-7 {
    margin-right: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-sm-8 {
    margin-right: 60px !important; } }

@media only screen and (min-width: 768px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-md-0 {
    margin-right: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-md-1 {
    margin-right: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-md-2 {
    margin-right: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-md-3 {
    margin-right: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-md-4 {
    margin-right: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-md-5 {
    margin-right: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-md-6 {
    margin-right: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-md-7 {
    margin-right: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-md-8 {
    margin-right: 60px !important; } }

@media only screen and (min-width: 992px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-lg-0 {
    margin-right: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-lg-1 {
    margin-right: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-lg-2 {
    margin-right: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-lg-3 {
    margin-right: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-lg-4 {
    margin-right: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-lg-5 {
    margin-right: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-lg-6 {
    margin-right: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-lg-7 {
    margin-right: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-lg-8 {
    margin-right: 60px !important; } }

@media only screen and (min-width: 1200px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-xl-0 {
    margin-right: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-xl-1 {
    margin-right: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-xl-2 {
    margin-right: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-xl-3 {
    margin-right: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-xl-4 {
    margin-right: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-xl-5 {
    margin-right: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-xl-6 {
    margin-right: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-xl-7 {
    margin-right: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mr-xl-8 {
    margin-right: 60px !important; } }

@media only screen and (min-width: 560px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-sm-1 {
    margin-bottom: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-sm-2 {
    margin-bottom: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-sm-3 {
    margin-bottom: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-sm-4 {
    margin-bottom: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-sm-5 {
    margin-bottom: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-sm-6 {
    margin-bottom: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-sm-7 {
    margin-bottom: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-sm-8 {
    margin-bottom: 60px !important; } }

@media only screen and (min-width: 768px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-md-0 {
    margin-bottom: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-md-1 {
    margin-bottom: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-md-2 {
    margin-bottom: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-md-3 {
    margin-bottom: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-md-4 {
    margin-bottom: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-md-5 {
    margin-bottom: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-md-6 {
    margin-bottom: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-md-7 {
    margin-bottom: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-md-8 {
    margin-bottom: 60px !important; } }

@media only screen and (min-width: 992px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-lg-1 {
    margin-bottom: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-lg-2 {
    margin-bottom: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-lg-3 {
    margin-bottom: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-lg-4 {
    margin-bottom: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-lg-5 {
    margin-bottom: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-lg-6 {
    margin-bottom: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-lg-7 {
    margin-bottom: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-lg-8 {
    margin-bottom: 60px !important; } }

@media only screen and (min-width: 1200px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-xl-1 {
    margin-bottom: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-xl-2 {
    margin-bottom: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-xl-3 {
    margin-bottom: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-xl-4 {
    margin-bottom: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-xl-5 {
    margin-bottom: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-xl-6 {
    margin-bottom: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-xl-7 {
    margin-bottom: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .mb-xl-8 {
    margin-bottom: 60px !important; } }

@media only screen and (min-width: 560px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-sm-0 {
    margin-left: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-sm-1 {
    margin-left: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-sm-2 {
    margin-left: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-sm-3 {
    margin-left: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-sm-4 {
    margin-left: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-sm-5 {
    margin-left: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-sm-6 {
    margin-left: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-sm-7 {
    margin-left: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-sm-8 {
    margin-left: 60px !important; } }

@media only screen and (min-width: 768px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-md-0 {
    margin-left: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-md-1 {
    margin-left: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-md-2 {
    margin-left: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-md-3 {
    margin-left: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-md-4 {
    margin-left: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-md-5 {
    margin-left: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-md-6 {
    margin-left: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-md-7 {
    margin-left: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-md-8 {
    margin-left: 60px !important; } }

@media only screen and (min-width: 992px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-lg-0 {
    margin-left: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-lg-1 {
    margin-left: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-lg-2 {
    margin-left: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-lg-3 {
    margin-left: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-lg-4 {
    margin-left: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-lg-5 {
    margin-left: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-lg-6 {
    margin-left: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-lg-7 {
    margin-left: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-lg-8 {
    margin-left: 60px !important; } }

@media only screen and (min-width: 1200px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-xl-0 {
    margin-left: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-xl-1 {
    margin-left: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-xl-2 {
    margin-left: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-xl-3 {
    margin-left: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-xl-4 {
    margin-left: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-xl-5 {
    margin-left: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-xl-6 {
    margin-left: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-xl-7 {
    margin-left: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .ml-xl-8 {
    margin-left: 60px !important; } }

@media only screen and (min-width: 560px) {
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-sm-1 {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-sm-2 {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-sm-3 {
    margin-left: 12px !important;
    margin-right: 12px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-sm-4 {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-sm-5 {
    margin-left: 25px !important;
    margin-right: 25px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-sm-6 {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-sm-7 {
    margin-left: 45px !important;
    margin-right: 45px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-sm-8 {
    margin-left: 60px !important;
    margin-right: 60px !important; } }

@media only screen and (min-width: 768px) {
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-md-1 {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-md-2 {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-md-3 {
    margin-left: 12px !important;
    margin-right: 12px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-md-4 {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-md-5 {
    margin-left: 25px !important;
    margin-right: 25px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-md-6 {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-md-7 {
    margin-left: 45px !important;
    margin-right: 45px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-md-8 {
    margin-left: 60px !important;
    margin-right: 60px !important; } }

@media only screen and (min-width: 992px) {
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-lg-1 {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-lg-2 {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-lg-3 {
    margin-left: 12px !important;
    margin-right: 12px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-lg-4 {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-lg-5 {
    margin-left: 25px !important;
    margin-right: 25px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-lg-6 {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-lg-7 {
    margin-left: 45px !important;
    margin-right: 45px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-lg-8 {
    margin-left: 60px !important;
    margin-right: 60px !important; } }

@media only screen and (min-width: 1200px) {
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-xl-1 {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-xl-2 {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-xl-3 {
    margin-left: 12px !important;
    margin-right: 12px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-xl-4 {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-xl-5 {
    margin-left: 25px !important;
    margin-right: 25px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-xl-6 {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-xl-7 {
    margin-left: 45px !important;
    margin-right: 45px !important; }
  /* line 102, ideasweb/static/scss/abstract/spacings.scss */
  .mx-xl-8 {
    margin-left: 60px !important;
    margin-right: 60px !important; } }

@media only screen and (min-width: 560px) {
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-sm-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-sm-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-sm-4 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-sm-5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-sm-6 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-sm-7 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-sm-8 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; } }

@media only screen and (min-width: 768px) {
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-md-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-md-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-md-4 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-md-5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-md-6 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-md-7 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-md-8 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; } }

@media only screen and (min-width: 992px) {
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-lg-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-lg-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-lg-4 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-lg-5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-lg-6 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-lg-7 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-lg-8 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; } }

@media only screen and (min-width: 1200px) {
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-xl-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-xl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-xl-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-xl-4 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-xl-5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-xl-6 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-xl-7 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  /* line 112, ideasweb/static/scss/abstract/spacings.scss */
  .my-xl-8 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; } }

@media only screen and (min-width: 560px) {
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-sm-0 {
    margin: 0 !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-sm-1 {
    margin: 5px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-sm-2 {
    margin: 8px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-sm-3 {
    margin: 12px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-sm-4 {
    margin: 15px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-sm-5 {
    margin: 25px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-sm-6 {
    margin: 30px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-sm-7 {
    margin: 45px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-sm-8 {
    margin: 60px !important; } }

@media only screen and (min-width: 768px) {
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-md-0 {
    margin: 0 !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-md-1 {
    margin: 5px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-md-2 {
    margin: 8px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-md-3 {
    margin: 12px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-md-4 {
    margin: 15px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-md-5 {
    margin: 25px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-md-6 {
    margin: 30px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-md-7 {
    margin: 45px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-md-8 {
    margin: 60px !important; } }

@media only screen and (min-width: 992px) {
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-lg-0 {
    margin: 0 !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-lg-1 {
    margin: 5px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-lg-2 {
    margin: 8px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-lg-3 {
    margin: 12px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-lg-4 {
    margin: 15px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-lg-5 {
    margin: 25px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-lg-6 {
    margin: 30px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-lg-7 {
    margin: 45px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-lg-8 {
    margin: 60px !important; } }

@media only screen and (min-width: 1200px) {
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-xl-0 {
    margin: 0 !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-xl-1 {
    margin: 5px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-xl-2 {
    margin: 8px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-xl-3 {
    margin: 12px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-xl-4 {
    margin: 15px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-xl-5 {
    margin: 25px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-xl-6 {
    margin: 30px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-xl-7 {
    margin: 45px !important; }
  /* line 94, ideasweb/static/scss/abstract/spacings.scss */
  .m-xl-8 {
    margin: 60px !important; } }

/* Generate padding classes */
@media only screen and (min-width: 560px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-sm-0 {
    padding-top: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-sm-1 {
    padding-top: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-sm-2 {
    padding-top: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-sm-3 {
    padding-top: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-sm-4 {
    padding-top: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-sm-5 {
    padding-top: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-sm-6 {
    padding-top: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-sm-7 {
    padding-top: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-sm-8 {
    padding-top: 60px !important; } }

@media only screen and (min-width: 768px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-md-0 {
    padding-top: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-md-1 {
    padding-top: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-md-2 {
    padding-top: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-md-3 {
    padding-top: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-md-4 {
    padding-top: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-md-5 {
    padding-top: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-md-6 {
    padding-top: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-md-7 {
    padding-top: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-md-8 {
    padding-top: 60px !important; } }

@media only screen and (min-width: 992px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-lg-0 {
    padding-top: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-lg-1 {
    padding-top: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-lg-2 {
    padding-top: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-lg-3 {
    padding-top: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-lg-4 {
    padding-top: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-lg-5 {
    padding-top: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-lg-6 {
    padding-top: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-lg-7 {
    padding-top: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-lg-8 {
    padding-top: 60px !important; } }

@media only screen and (min-width: 1200px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-xl-0 {
    padding-top: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-xl-1 {
    padding-top: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-xl-2 {
    padding-top: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-xl-3 {
    padding-top: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-xl-4 {
    padding-top: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-xl-5 {
    padding-top: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-xl-6 {
    padding-top: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-xl-7 {
    padding-top: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pt-xl-8 {
    padding-top: 60px !important; } }

@media only screen and (min-width: 560px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-sm-0 {
    padding-right: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-sm-1 {
    padding-right: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-sm-2 {
    padding-right: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-sm-3 {
    padding-right: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-sm-4 {
    padding-right: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-sm-5 {
    padding-right: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-sm-6 {
    padding-right: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-sm-7 {
    padding-right: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-sm-8 {
    padding-right: 60px !important; } }

@media only screen and (min-width: 768px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-md-0 {
    padding-right: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-md-1 {
    padding-right: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-md-2 {
    padding-right: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-md-3 {
    padding-right: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-md-4 {
    padding-right: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-md-5 {
    padding-right: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-md-6 {
    padding-right: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-md-7 {
    padding-right: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-md-8 {
    padding-right: 60px !important; } }

@media only screen and (min-width: 992px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-lg-0 {
    padding-right: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-lg-1 {
    padding-right: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-lg-2 {
    padding-right: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-lg-3 {
    padding-right: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-lg-4 {
    padding-right: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-lg-5 {
    padding-right: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-lg-6 {
    padding-right: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-lg-7 {
    padding-right: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-lg-8 {
    padding-right: 60px !important; } }

@media only screen and (min-width: 1200px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-xl-0 {
    padding-right: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-xl-1 {
    padding-right: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-xl-2 {
    padding-right: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-xl-3 {
    padding-right: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-xl-4 {
    padding-right: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-xl-5 {
    padding-right: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-xl-6 {
    padding-right: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-xl-7 {
    padding-right: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pr-xl-8 {
    padding-right: 60px !important; } }

@media only screen and (min-width: 560px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-sm-1 {
    padding-bottom: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-sm-2 {
    padding-bottom: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-sm-3 {
    padding-bottom: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-sm-4 {
    padding-bottom: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-sm-5 {
    padding-bottom: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-sm-6 {
    padding-bottom: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-sm-7 {
    padding-bottom: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-sm-8 {
    padding-bottom: 60px !important; } }

@media only screen and (min-width: 768px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-md-0 {
    padding-bottom: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-md-1 {
    padding-bottom: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-md-2 {
    padding-bottom: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-md-3 {
    padding-bottom: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-md-4 {
    padding-bottom: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-md-5 {
    padding-bottom: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-md-6 {
    padding-bottom: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-md-7 {
    padding-bottom: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-md-8 {
    padding-bottom: 60px !important; } }

@media only screen and (min-width: 992px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-lg-1 {
    padding-bottom: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-lg-2 {
    padding-bottom: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-lg-3 {
    padding-bottom: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-lg-4 {
    padding-bottom: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-lg-5 {
    padding-bottom: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-lg-6 {
    padding-bottom: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-lg-7 {
    padding-bottom: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-lg-8 {
    padding-bottom: 60px !important; } }

@media only screen and (min-width: 1200px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-xl-1 {
    padding-bottom: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-xl-2 {
    padding-bottom: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-xl-3 {
    padding-bottom: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-xl-4 {
    padding-bottom: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-xl-5 {
    padding-bottom: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-xl-6 {
    padding-bottom: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-xl-7 {
    padding-bottom: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pb-xl-8 {
    padding-bottom: 60px !important; } }

@media only screen and (min-width: 560px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-sm-0 {
    padding-left: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-sm-1 {
    padding-left: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-sm-2 {
    padding-left: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-sm-3 {
    padding-left: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-sm-4 {
    padding-left: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-sm-5 {
    padding-left: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-sm-6 {
    padding-left: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-sm-7 {
    padding-left: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-sm-8 {
    padding-left: 60px !important; } }

@media only screen and (min-width: 768px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-md-0 {
    padding-left: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-md-1 {
    padding-left: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-md-2 {
    padding-left: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-md-3 {
    padding-left: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-md-4 {
    padding-left: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-md-5 {
    padding-left: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-md-6 {
    padding-left: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-md-7 {
    padding-left: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-md-8 {
    padding-left: 60px !important; } }

@media only screen and (min-width: 992px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-lg-0 {
    padding-left: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-lg-1 {
    padding-left: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-lg-2 {
    padding-left: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-lg-3 {
    padding-left: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-lg-4 {
    padding-left: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-lg-5 {
    padding-left: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-lg-6 {
    padding-left: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-lg-7 {
    padding-left: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-lg-8 {
    padding-left: 60px !important; } }

@media only screen and (min-width: 1200px) {
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-xl-0 {
    padding-left: 0 !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-xl-1 {
    padding-left: 5px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-xl-2 {
    padding-left: 8px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-xl-3 {
    padding-left: 12px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-xl-4 {
    padding-left: 15px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-xl-5 {
    padding-left: 25px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-xl-6 {
    padding-left: 30px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-xl-7 {
    padding-left: 45px !important; }
  /* line 122, ideasweb/static/scss/abstract/spacings.scss */
  .pl-xl-8 {
    padding-left: 60px !important; } }

@media only screen and (min-width: 560px) {
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-sm-1 {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-sm-2 {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-sm-3 {
    padding-left: 12px !important;
    padding-right: 12px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-sm-4 {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-sm-5 {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-sm-6 {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-sm-7 {
    padding-left: 45px !important;
    padding-right: 45px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-sm-8 {
    padding-left: 60px !important;
    padding-right: 60px !important; } }

@media only screen and (min-width: 768px) {
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-md-1 {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-md-2 {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-md-3 {
    padding-left: 12px !important;
    padding-right: 12px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-md-4 {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-md-5 {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-md-6 {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-md-7 {
    padding-left: 45px !important;
    padding-right: 45px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-md-8 {
    padding-left: 60px !important;
    padding-right: 60px !important; } }

@media only screen and (min-width: 992px) {
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-lg-1 {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-lg-2 {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-lg-3 {
    padding-left: 12px !important;
    padding-right: 12px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-lg-4 {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-lg-5 {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-lg-6 {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-lg-7 {
    padding-left: 45px !important;
    padding-right: 45px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-lg-8 {
    padding-left: 60px !important;
    padding-right: 60px !important; } }

@media only screen and (min-width: 1200px) {
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-xl-1 {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-xl-2 {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-xl-3 {
    padding-left: 12px !important;
    padding-right: 12px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-xl-4 {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-xl-5 {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-xl-6 {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-xl-7 {
    padding-left: 45px !important;
    padding-right: 45px !important; }
  /* line 107, ideasweb/static/scss/abstract/spacings.scss */
  .px-xl-8 {
    padding-left: 60px !important;
    padding-right: 60px !important; } }

@media only screen and (min-width: 560px) {
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-sm-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-sm-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-sm-4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-sm-5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-sm-6 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-sm-7 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-sm-8 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }

@media only screen and (min-width: 768px) {
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-md-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-md-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-md-4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-md-5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-md-6 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-md-7 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-md-8 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }

@media only screen and (min-width: 992px) {
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-lg-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-lg-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-lg-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-lg-4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-lg-5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-lg-6 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-lg-7 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-lg-8 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }

@media only screen and (min-width: 1200px) {
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-xl-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-xl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-xl-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-xl-4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-xl-5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-xl-6 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-xl-7 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  /* line 117, ideasweb/static/scss/abstract/spacings.scss */
  .py-xl-8 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }

@media only screen and (min-width: 560px) {
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-sm-0 {
    padding: 0 !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-sm-1 {
    padding: 5px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-sm-2 {
    padding: 8px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-sm-3 {
    padding: 12px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-sm-4 {
    padding: 15px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-sm-5 {
    padding: 25px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-sm-6 {
    padding: 30px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-sm-7 {
    padding: 45px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-sm-8 {
    padding: 60px !important; } }

@media only screen and (min-width: 768px) {
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-md-0 {
    padding: 0 !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-md-1 {
    padding: 5px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-md-2 {
    padding: 8px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-md-3 {
    padding: 12px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-md-4 {
    padding: 15px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-md-5 {
    padding: 25px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-md-6 {
    padding: 30px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-md-7 {
    padding: 45px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-md-8 {
    padding: 60px !important; } }

@media only screen and (min-width: 992px) {
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-lg-0 {
    padding: 0 !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-lg-1 {
    padding: 5px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-lg-2 {
    padding: 8px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-lg-3 {
    padding: 12px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-lg-4 {
    padding: 15px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-lg-5 {
    padding: 25px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-lg-6 {
    padding: 30px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-lg-7 {
    padding: 45px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-lg-8 {
    padding: 60px !important; } }

@media only screen and (min-width: 1200px) {
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-xl-0 {
    padding: 0 !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-xl-1 {
    padding: 5px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-xl-2 {
    padding: 8px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-xl-3 {
    padding: 12px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-xl-4 {
    padding: 15px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-xl-5 {
    padding: 25px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-xl-6 {
    padding: 30px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-xl-7 {
    padding: 45px !important; }
  /* line 98, ideasweb/static/scss/abstract/spacings.scss */
  .p-xl-8 {
    padding: 60px !important; } }

/* line 151, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-0 p {
  margin-bottom: 0 !important; }

/* line 151, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-1 p {
  margin-bottom: 5px !important; }

/* line 151, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-2 p {
  margin-bottom: 8px !important; }

/* line 151, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-3 p {
  margin-bottom: 12px !important; }

/* line 151, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-4 p {
  margin-bottom: 15px !important; }

/* line 151, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-5 p {
  margin-bottom: 25px !important; }

/* line 151, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-6 p {
  margin-bottom: 30px !important; }

/* line 151, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-7 p {
  margin-bottom: 45px !important; }

/* line 151, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-8 p {
  margin-bottom: 60px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-sm-0 p {
  margin-bottom: 0 !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-sm-1 p {
  margin-bottom: 5px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-sm-2 p {
  margin-bottom: 8px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-sm-3 p {
  margin-bottom: 12px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-sm-4 p {
  margin-bottom: 15px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-sm-5 p {
  margin-bottom: 25px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-sm-6 p {
  margin-bottom: 30px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-sm-7 p {
  margin-bottom: 45px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-sm-8 p {
  margin-bottom: 60px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-md-0 p {
  margin-bottom: 0 !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-md-1 p {
  margin-bottom: 5px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-md-2 p {
  margin-bottom: 8px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-md-3 p {
  margin-bottom: 12px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-md-4 p {
  margin-bottom: 15px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-md-5 p {
  margin-bottom: 25px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-md-6 p {
  margin-bottom: 30px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-md-7 p {
  margin-bottom: 45px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-md-8 p {
  margin-bottom: 60px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-lg-0 p {
  margin-bottom: 0 !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-lg-1 p {
  margin-bottom: 5px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-lg-2 p {
  margin-bottom: 8px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-lg-3 p {
  margin-bottom: 12px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-lg-4 p {
  margin-bottom: 15px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-lg-5 p {
  margin-bottom: 25px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-lg-6 p {
  margin-bottom: 30px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-lg-7 p {
  margin-bottom: 45px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-lg-8 p {
  margin-bottom: 60px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-xl-0 p {
  margin-bottom: 0 !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-xl-1 p {
  margin-bottom: 5px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-xl-2 p {
  margin-bottom: 8px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-xl-3 p {
  margin-bottom: 12px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-xl-4 p {
  margin-bottom: 15px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-xl-5 p {
  margin-bottom: 25px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-xl-6 p {
  margin-bottom: 30px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-xl-7 p {
  margin-bottom: 45px !important; }

/* line 160, ideasweb/static/scss/abstract/spacings.scss */
.p-child-margin-xl-8 p {
  margin-bottom: 60px !important; }

/* */
/* COLORS */
/* */
/* line 130, ideasweb/static/scss/abstract/colors.scss */
.teal-0 {
  background-color: #f8fafb;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.teal-0-light {
  background-color: white;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.teal-0-dark {
  background-color: #dee7ec;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.teal-0-half {
  background-color: rgba(248, 250, 251, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.teal-0-text {
  color: #f8fafb; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.teal-0-text-light {
  color: white; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.teal-0-text-dark {
  color: #dee7ec; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.teal-0-text-half {
  color: rgba(248, 250, 251, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-0:hover {
  background-color: white; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-0-text:hover {
  color: white; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.teal-1 {
  background-color: #e2eff2;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.teal-1-light {
  background-color: #feffff;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.teal-1-dark {
  background-color: #c6dfe5;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.teal-1-half {
  background-color: rgba(226, 239, 242, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.teal-1-text {
  color: #e2eff2; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.teal-1-text-light {
  color: #feffff; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.teal-1-text-dark {
  color: #c6dfe5; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.teal-1-text-half {
  color: rgba(226, 239, 242, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-1:hover {
  background-color: #feffff; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-1-text:hover {
  color: #feffff; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.teal-2 {
  background-color: #d4e6ea;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.teal-2-light {
  background-color: #eff6f7;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.teal-2-dark {
  background-color: #b9d6dd;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.teal-2-half {
  background-color: rgba(212, 230, 234, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.teal-2-text {
  color: #d4e6ea; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.teal-2-text-light {
  color: #eff6f7; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.teal-2-text-dark {
  color: #b9d6dd; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.teal-2-text-half {
  color: rgba(212, 230, 234, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-2:hover {
  background-color: #eff6f7; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-2-text:hover {
  color: #eff6f7; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.teal-3 {
  background-color: #a3c9d1;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.teal-3-light {
  background-color: #bed9df;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.teal-3-dark {
  background-color: #88b9c3;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.teal-3-half {
  background-color: rgba(163, 201, 209, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.teal-3-text {
  color: #a3c9d1; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.teal-3-text-light {
  color: #bed9df; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.teal-3-text-dark {
  color: #88b9c3; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.teal-3-text-half {
  color: rgba(163, 201, 209, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-3:hover {
  background-color: #bed9df; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-3-text:hover {
  color: #bed9df; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.teal-4 {
  background-color: #5c9fa6;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.teal-4-light {
  background-color: #76afb4;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.teal-4-dark {
  background-color: #4d868c;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.teal-4-half {
  background-color: rgba(92, 159, 166, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.teal-4-text {
  color: #5c9fa6; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.teal-4-text-light {
  color: #76afb4; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.teal-4-text-dark {
  color: #4d868c; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.teal-4-text-half {
  color: rgba(92, 159, 166, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-4:hover {
  background-color: #76afb4; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-4-text:hover {
  color: #76afb4; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.teal-5 {
  background-color: #3f878e;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.teal-5-light {
  background-color: #4ca2aa;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.teal-5-dark {
  background-color: #326c72;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.teal-5-half {
  background-color: rgba(63, 135, 142, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.teal-5-text {
  color: #3f878e; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.teal-5-text-light {
  color: #4ca2aa; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.teal-5-text-dark {
  color: #326c72; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.teal-5-text-half {
  color: rgba(63, 135, 142, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-5:hover {
  background-color: #4ca2aa; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-5-text:hover {
  color: #4ca2aa; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.teal-6 {
  background-color: #2a6469;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.teal-6-light {
  background-color: #368086;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.teal-6-dark {
  background-color: #1e484c;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.teal-6-half {
  background-color: rgba(42, 100, 105, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.teal-6-text {
  color: #2a6469; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.teal-6-text-light {
  color: #368086; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.teal-6-text-dark {
  color: #1e484c; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.teal-6-text-half {
  color: rgba(42, 100, 105, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-6:hover {
  background-color: #368086; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-6-text:hover {
  color: #368086; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.teal-7 {
  background-color: #0c4045;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.teal-7-light {
  background-color: #126068;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.teal-7-dark {
  background-color: #062022;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.teal-7-half {
  background-color: rgba(12, 64, 69, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.teal-7-text {
  color: #0c4045; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.teal-7-text-light {
  color: #126068; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.teal-7-text-dark {
  color: #062022; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.teal-7-text-half {
  color: rgba(12, 64, 69, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-7:hover {
  background-color: #126068; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-7-text:hover {
  color: #126068; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.orange-0 {
  background-color: #ffecdd;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.orange-0-light {
  background-color: white;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.orange-0-dark {
  background-color: #ffd5b4;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.orange-0-half {
  background-color: rgba(255, 236, 221, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.orange-0-text {
  color: #ffecdd; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.orange-0-text-light {
  color: white; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.orange-0-text-dark {
  color: #ffd5b4; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.orange-0-text-half {
  color: rgba(255, 236, 221, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-0:hover {
  background-color: white; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-0-text:hover {
  color: white; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.orange-1 {
  background-color: #ffe1cb;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.orange-1-light {
  background-color: #fff9f4;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.orange-1-dark {
  background-color: #ffc9a2;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.orange-1-half {
  background-color: rgba(255, 225, 203, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.orange-1-text {
  color: #ffe1cb; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.orange-1-text-light {
  color: #fff9f4; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.orange-1-text-dark {
  color: #ffc9a2; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.orange-1-text-half {
  color: rgba(255, 225, 203, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-1:hover {
  background-color: #fff9f4; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-1-text:hover {
  color: #fff9f4; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.orange-2 {
  background-color: #ffcda6;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.orange-2-light {
  background-color: #ffe4cf;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.orange-2-dark {
  background-color: #ffb67d;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.orange-2-half {
  background-color: rgba(255, 205, 166, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.orange-2-text {
  color: #ffcda6; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.orange-2-text-light {
  color: #ffe4cf; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.orange-2-text-dark {
  color: #ffb67d; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.orange-2-text-half {
  color: rgba(255, 205, 166, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-2:hover {
  background-color: #ffe4cf; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-2-text:hover {
  color: #ffe4cf; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.orange-3 {
  background-color: #ffb06c;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.orange-3-light {
  background-color: #ffc695;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.orange-3-dark {
  background-color: #ff9a43;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.orange-3-half {
  background-color: rgba(255, 176, 108, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.orange-3-text {
  color: #ffb06c; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.orange-3-text-light {
  color: #ffc695; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.orange-3-text-dark {
  color: #ff9a43; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.orange-3-text-half {
  color: rgba(255, 176, 108, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-3:hover {
  background-color: #ffc695; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-3-text:hover {
  color: #ffc695; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.orange-4 {
  background-color: #ff9a4c;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.orange-4-light {
  background-color: #ffb175;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.orange-4-dark {
  background-color: #ff8323;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.orange-4-half {
  background-color: rgba(255, 154, 76, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.orange-4-text {
  color: #ff9a4c; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.orange-4-text-light {
  color: #ffb175; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.orange-4-text-dark {
  color: #ff8323; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.orange-4-text-half {
  color: rgba(255, 154, 76, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-4:hover {
  background-color: #ffb175; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-4-text:hover {
  color: #ffb175; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.orange-5 {
  background-color: #f98123;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.orange-5-light {
  background-color: #fa984b;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.orange-5-dark {
  background-color: #ed6c06;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.orange-5-half {
  background-color: rgba(249, 129, 35, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.orange-5-text {
  color: #f98123; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.orange-5-text-light {
  color: #fa984b; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.orange-5-text-dark {
  color: #ed6c06; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.orange-5-text-half {
  color: rgba(249, 129, 35, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-5:hover {
  background-color: #fa984b; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-5-text:hover {
  color: #fa984b; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.green-0 {
  background-color: #ecf6ea;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.green-0-light {
  background-color: white;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.green-0-dark {
  background-color: #d2eacd;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.green-0-half {
  background-color: rgba(236, 246, 234, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.green-0-text {
  color: #ecf6ea; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.green-0-text-light {
  color: white; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.green-0-text-dark {
  color: #d2eacd; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.green-0-text-half {
  color: rgba(236, 246, 234, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-green-0:hover {
  background-color: white; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-green-0-text:hover {
  color: white; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.green-1 {
  background-color: #ddeddb;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.green-1-light {
  background-color: #f7fbf6;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.green-1-dark {
  background-color: #c3dfc0;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.green-1-half {
  background-color: rgba(221, 237, 219, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.green-1-text {
  color: #ddeddb; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.green-1-text-light {
  color: #f7fbf6; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.green-1-text-dark {
  color: #c3dfc0; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.green-1-text-half {
  color: rgba(221, 237, 219, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-green-1:hover {
  background-color: #f7fbf6; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-green-1-text:hover {
  color: #f7fbf6; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.green-2 {
  background-color: #bed6bb;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.green-2-light {
  background-color: #d6e5d4;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.green-2-dark {
  background-color: #a6c7a2;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.green-2-half {
  background-color: rgba(190, 214, 187, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.green-2-text {
  color: #bed6bb; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.green-2-text-light {
  color: #d6e5d4; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.green-2-text-dark {
  color: #a6c7a2; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.green-2-text-half {
  color: rgba(190, 214, 187, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-green-2:hover {
  background-color: #d6e5d4; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-green-2-text:hover {
  color: #d6e5d4; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.green-3 {
  background-color: #9dc398;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.green-3-light {
  background-color: #b6d2b2;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.green-3-dark {
  background-color: #84b47e;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.green-3-half {
  background-color: rgba(157, 195, 152, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.green-3-text {
  color: #9dc398; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.green-3-text-light {
  color: #b6d2b2; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.green-3-text-dark {
  color: #84b47e; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.green-3-text-half {
  color: rgba(157, 195, 152, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-green-3:hover {
  background-color: #b6d2b2; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-green-3-text:hover {
  color: #b6d2b2; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.green-4 {
  background-color: #6a9f64;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.green-4-light {
  background-color: #82af7d;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.green-4-dark {
  background-color: #598753;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.green-4-half {
  background-color: rgba(106, 159, 100, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.green-4-text {
  color: #6a9f64; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.green-4-text-light {
  color: #82af7d; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.green-4-text-dark {
  color: #598753; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.green-4-text-half {
  color: rgba(106, 159, 100, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-green-4:hover {
  background-color: #82af7d; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-green-4-text:hover {
  color: #82af7d; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.green-5 {
  background-color: #3e7c36;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.green-5-light {
  background-color: #4c9842;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.green-5-dark {
  background-color: #30602a;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.green-5-half {
  background-color: rgba(62, 124, 54, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.green-5-text {
  color: #3e7c36; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.green-5-text-light {
  color: #4c9842; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.green-5-text-dark {
  color: #30602a; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.green-5-text-half {
  color: rgba(62, 124, 54, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-green-5:hover {
  background-color: #4c9842; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-green-5-text:hover {
  color: #4c9842; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.grey-0 {
  background-color: #f6f6f6;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.grey-0-light {
  background-color: white;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.grey-0-dark {
  background-color: #e2e2e2;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.grey-0-half {
  background-color: rgba(246, 246, 246, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.grey-0-text {
  color: #f6f6f6; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.grey-0-text-light {
  color: white; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.grey-0-text-dark {
  color: #e2e2e2; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.grey-0-text-half {
  color: rgba(246, 246, 246, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-0:hover {
  background-color: white; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-0-text:hover {
  color: white; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.grey-1 {
  background-color: #f1f1f1;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.grey-1-light {
  background-color: white;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.grey-1-dark {
  background-color: #dddddd;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.grey-1-half {
  background-color: rgba(241, 241, 241, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.grey-1-text {
  color: #f1f1f1; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.grey-1-text-light {
  color: white; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.grey-1-text-dark {
  color: #dddddd; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.grey-1-text-half {
  color: rgba(241, 241, 241, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-1:hover {
  background-color: white; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-1-text:hover {
  color: white; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.grey-2 {
  background-color: #c7c7c7;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.grey-2-light {
  background-color: #dbdbdb;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.grey-2-dark {
  background-color: #b3b3b3;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.grey-2-half {
  background-color: rgba(199, 199, 199, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.grey-2-text {
  color: #c7c7c7; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.grey-2-text-light {
  color: #dbdbdb; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.grey-2-text-dark {
  color: #b3b3b3; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.grey-2-text-half {
  color: rgba(199, 199, 199, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-2:hover {
  background-color: #dbdbdb; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-2-text:hover {
  color: #dbdbdb; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.grey-3 {
  background-color: #a1a1a1;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.grey-3-light {
  background-color: #b5b5b5;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.grey-3-dark {
  background-color: #8d8d8d;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.grey-3-half {
  background-color: rgba(161, 161, 161, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.grey-3-text {
  color: #a1a1a1; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.grey-3-text-light {
  color: #b5b5b5; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.grey-3-text-dark {
  color: #8d8d8d; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.grey-3-text-half {
  color: rgba(161, 161, 161, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-3:hover {
  background-color: #b5b5b5; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-3-text:hover {
  color: #b5b5b5; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.grey-4 {
  background-color: #5d6164;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.grey-4-light {
  background-color: #717679;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.grey-4-dark {
  background-color: #494c4f;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.grey-4-half {
  background-color: rgba(93, 97, 100, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.grey-4-text {
  color: #5d6164; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.grey-4-text-light {
  color: #717679; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.grey-4-text-dark {
  color: #494c4f; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.grey-4-text-half {
  color: rgba(93, 97, 100, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-4:hover {
  background-color: #717679; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-4-text:hover {
  color: #717679; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.grey-5 {
  background-color: #191927;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.grey-5-light {
  background-color: #292940;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.grey-5-dark {
  background-color: #09090e;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.grey-5-half {
  background-color: rgba(25, 25, 39, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.grey-5-text {
  color: #191927; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.grey-5-text-light {
  color: #292940; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.grey-5-text-dark {
  color: #09090e; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.grey-5-text-half {
  color: rgba(25, 25, 39, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-5:hover {
  background-color: #292940; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-5-text:hover {
  color: #292940; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.white {
  background-color: #ffffff;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.white-light {
  background-color: white;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.white-dark {
  background-color: #ebebeb;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.white-half {
  background-color: rgba(255, 255, 255, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.white-text {
  color: #ffffff; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.white-text-light {
  color: white; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.white-text-dark {
  color: #ebebeb; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.white-text-half {
  color: rgba(255, 255, 255, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-white:hover {
  background-color: white; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-white-text:hover {
  color: white; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.black {
  background-color: #000000;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.black-light {
  background-color: #141414;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.black-dark {
  background-color: black;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.black-half {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.black-text {
  color: #000000; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.black-text-light {
  color: #141414; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.black-text-dark {
  color: black; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.black-text-half {
  color: rgba(0, 0, 0, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-black:hover {
  background-color: #141414; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-black-text:hover {
  color: #141414; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.red {
  background-color: #e5553e;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.red-light {
  background-color: #ea7562;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.red-dark {
  background-color: #dc381e;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.red-half {
  background-color: rgba(229, 85, 62, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.red-text {
  color: #e5553e; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.red-text-light {
  color: #ea7562; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.red-text-dark {
  color: #dc381e; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.red-text-half {
  color: rgba(229, 85, 62, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-red:hover {
  background-color: #ea7562; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-red-text:hover {
  color: #ea7562; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.blue {
  background-color: #0d2548;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.blue-light {
  background-color: #13376b;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.blue-dark {
  background-color: #071325;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.blue-half {
  background-color: rgba(13, 37, 72, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.blue-text {
  color: #0d2548; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.blue-text-light {
  color: #13376b; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.blue-text-dark {
  color: #071325; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.blue-text-half {
  color: rgba(13, 37, 72, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-blue:hover {
  background-color: #13376b; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-blue-text:hover {
  color: #13376b; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.light-blue {
  background-color: #3577da;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.light-blue-light {
  background-color: #578ee0;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.light-blue-dark {
  background-color: #2463c3;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.light-blue-half {
  background-color: rgba(53, 119, 218, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.light-blue-text {
  color: #3577da; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.light-blue-text-light {
  color: #578ee0; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.light-blue-text-dark {
  color: #2463c3; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.light-blue-text-half {
  color: rgba(53, 119, 218, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-light-blue:hover {
  background-color: #578ee0; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-light-blue-text:hover {
  color: #578ee0; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.amber {
  background-color: #dc6526;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.amber-light {
  background-color: #e27e49;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.amber-dark {
  background-color: #bb541e;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.amber-half {
  background-color: rgba(220, 101, 38, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.amber-text {
  color: #dc6526; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.amber-text-light {
  color: #e27e49; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.amber-text-dark {
  color: #bb541e; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.amber-text-half {
  color: rgba(220, 101, 38, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-amber:hover {
  background-color: #e27e49; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-amber-text:hover {
  color: #e27e49; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.lime {
  background-color: #aabe3b;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.lime-light {
  background-color: #b9cb57;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.lime-dark {
  background-color: #8e9f31;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.lime-half {
  background-color: rgba(170, 190, 59, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.lime-text {
  color: #aabe3b; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.lime-text-light {
  color: #b9cb57; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.lime-text-dark {
  color: #8e9f31; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.lime-text-half {
  color: rgba(170, 190, 59, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-lime:hover {
  background-color: #b9cb57; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-lime-text:hover {
  color: #b9cb57; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.flesh {
  background-color: #fff4ec;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.flesh-light {
  background-color: white;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.flesh-dark {
  background-color: #ffdcc3;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.flesh-half {
  background-color: rgba(255, 244, 236, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.flesh-text {
  color: #fff4ec; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.flesh-text-light {
  color: white; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.flesh-text-dark {
  color: #ffdcc3; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.flesh-text-half {
  color: rgba(255, 244, 236, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-flesh:hover {
  background-color: white; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-flesh-text:hover {
  color: white; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.yellow {
  background-color: #fecb00;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.yellow-light {
  background-color: #ffd428;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.yellow-dark {
  background-color: #d5aa00;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.yellow-half {
  background-color: rgba(254, 203, 0, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.yellow-text {
  color: #fecb00; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.yellow-text-light {
  color: #ffd428; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.yellow-text-dark {
  color: #d5aa00; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.yellow-text-half {
  color: rgba(254, 203, 0, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-yellow:hover {
  background-color: #ffd428; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-yellow-text:hover {
  color: #ffd428; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.aubergine {
  background-color: #5e2750;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.aubergine-light {
  background-color: #7b3369;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.aubergine-dark {
  background-color: #411b37;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.aubergine-half {
  background-color: rgba(94, 39, 80, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.aubergine-text {
  color: #5e2750; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.aubergine-text-light {
  color: #7b3369; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.aubergine-text-dark {
  color: #411b37; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.aubergine-text-half {
  color: rgba(94, 39, 80, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-aubergine:hover {
  background-color: #7b3369; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-aubergine-text:hover {
  color: #7b3369; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.pink {
  background-color: #b71a5d;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.pink-light {
  background-color: #db1f6f;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.pink-dark {
  background-color: #93154b;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.pink-half {
  background-color: rgba(183, 26, 93, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.pink-text {
  color: #b71a5d; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.pink-text-light {
  color: #db1f6f; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.pink-text-dark {
  color: #93154b; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.pink-text-half {
  color: rgba(183, 26, 93, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-pink:hover {
  background-color: #db1f6f; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-pink-text:hover {
  color: #db1f6f; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.violet {
  background-color: #933d9e;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.violet-light {
  background-color: #ad4ab9;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.violet-dark {
  background-color: #783281;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.violet-half {
  background-color: rgba(147, 61, 158, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.violet-text {
  color: #933d9e; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.violet-text-light {
  color: #ad4ab9; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.violet-text-dark {
  color: #783281; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.violet-text-half {
  color: rgba(147, 61, 158, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-violet:hover {
  background-color: #ad4ab9; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-violet-text:hover {
  color: #ad4ab9; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.purple {
  background-color: #662482;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.purple-light {
  background-color: #7f2da2;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.purple-dark {
  background-color: #4d1b62;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.purple-half {
  background-color: rgba(102, 36, 130, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.purple-text {
  color: #662482; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.purple-text-light {
  color: #7f2da2; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.purple-text-dark {
  color: #4d1b62; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.purple-text-half {
  color: rgba(102, 36, 130, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-purple:hover {
  background-color: #7f2da2; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-purple-text:hover {
  color: #7f2da2; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.turquoise {
  background-color: #008ca2;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.turquoise-light {
  background-color: #00afcb;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.turquoise-dark {
  background-color: #006979;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.turquoise-half {
  background-color: rgba(0, 140, 162, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.turquoise-text {
  color: #008ca2; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.turquoise-text-light {
  color: #00afcb; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.turquoise-text-dark {
  color: #006979; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.turquoise-text-half {
  color: rgba(0, 140, 162, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-turquoise:hover {
  background-color: #00afcb; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-turquoise-text:hover {
  color: #00afcb; }

/* 
  ** set font size and line-height, default value will be used if line-height is ommitted **
*/
/* 
  ** text-align helper classes **
*/
/* generate non breakpoint text-align helper classes */
/* line 17, ideasweb/static/scss/abstract/text.scss */
.text-left {
  text-align: left !important; }

/* line 17, ideasweb/static/scss/abstract/text.scss */
.text-right {
  text-align: right !important; }

/* line 17, ideasweb/static/scss/abstract/text.scss */
.text-center {
  text-align: center !important; }

/* generate breakpoint text-align helper classes */
@media only screen and (min-width: 560px) {
  /* line 25, ideasweb/static/scss/abstract/text.scss */
  .text-sm-left {
    text-align: left !important; }
  /* line 25, ideasweb/static/scss/abstract/text.scss */
  .text-sm-right {
    text-align: right !important; }
  /* line 25, ideasweb/static/scss/abstract/text.scss */
  .text-sm-center {
    text-align: center !important; } }

@media only screen and (min-width: 768px) {
  /* line 25, ideasweb/static/scss/abstract/text.scss */
  .text-md-left {
    text-align: left !important; }
  /* line 25, ideasweb/static/scss/abstract/text.scss */
  .text-md-right {
    text-align: right !important; }
  /* line 25, ideasweb/static/scss/abstract/text.scss */
  .text-md-center {
    text-align: center !important; } }

@media only screen and (min-width: 992px) {
  /* line 25, ideasweb/static/scss/abstract/text.scss */
  .text-lg-left {
    text-align: left !important; }
  /* line 25, ideasweb/static/scss/abstract/text.scss */
  .text-lg-right {
    text-align: right !important; }
  /* line 25, ideasweb/static/scss/abstract/text.scss */
  .text-lg-center {
    text-align: center !important; } }

@media only screen and (min-width: 1200px) {
  /* line 25, ideasweb/static/scss/abstract/text.scss */
  .text-xl-left {
    text-align: left !important; }
  /* line 25, ideasweb/static/scss/abstract/text.scss */
  .text-xl-right {
    text-align: right !important; }
  /* line 25, ideasweb/static/scss/abstract/text.scss */
  .text-xl-center {
    text-align: center !important; } }

/* generate breakpoint text-size helper classes */
@media only screen and (min-width: 560px) {
  /* line 35, ideasweb/static/scss/abstract/text.scss */
  .text-sm-large {
    font-size: 20px !important;
    line-height: 27px !important; } }

@media only screen and (min-width: 768px) {
  /* line 35, ideasweb/static/scss/abstract/text.scss */
  .text-md-large {
    font-size: 20px !important;
    line-height: 27px !important; } }

@media only screen and (min-width: 992px) {
  /* line 35, ideasweb/static/scss/abstract/text.scss */
  .text-lg-large {
    font-size: 20px !important;
    line-height: 27px !important; } }

@media only screen and (min-width: 1200px) {
  /* line 35, ideasweb/static/scss/abstract/text.scss */
  .text-xl-large {
    font-size: 20px !important;
    line-height: 27px !important; } }

/* line 1, ideasweb/static/scss/abstract/utilities.scss */
.strong {
  font-weight: bold; }

/* line 5, ideasweb/static/scss/abstract/utilities.scss */
.underline {
  text-decoration: underline; }

/* line 9, ideasweb/static/scss/abstract/utilities.scss */
.position-relative {
  position: relative; }

/* line 13, ideasweb/static/scss/abstract/utilities.scss */
.pointer {
  cursor: pointer; }

/* line 17, ideasweb/static/scss/abstract/utilities.scss */
.box-shadow, .accordion .collapsible {
  box-shadow: -1px 1px 15px rgba(33, 33, 33, 0.2); }

/* line 20, ideasweb/static/scss/abstract/utilities.scss */
.box-shadow-alt {
  box-shadow: -1px 1px 15px rgba(33, 33, 33, 0.1); }

/* common block padding */
/* line 25, ideasweb/static/scss/abstract/utilities.scss */
.block-padding {
  padding: 25px; }

/* line 29, ideasweb/static/scss/abstract/utilities.scss */
.aside-block-padding {
  padding: 20px 25px; }

/* horizonal center alignment */
/* line 34, ideasweb/static/scss/abstract/utilities.scss */
.h-align-center {
  display: flex;
  align-items: center; }

/* line 39, ideasweb/static/scss/abstract/utilities.scss */
.h-align-center-inline {
  display: inline-flex;
  align-items: center; }

/* floating */
/* line 45, ideasweb/static/scss/abstract/utilities.scss */
.float-left {
  float: left; }

/* line 49, ideasweb/static/scss/abstract/utilities.scss */
.float-right {
  float: right; }

/* line 53, ideasweb/static/scss/abstract/utilities.scss */
.clear:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

/* line 61, ideasweb/static/scss/abstract/utilities.scss */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version */ }

/* line 70, ideasweb/static/scss/abstract/utilities.scss */
.nowrap, .bm-menu .bm-inner .bm-list .bm-list-item .item-link, .bm-menu .bm-inner .bm-list .bm-list-item, .bm-menu .bm-inner .bm-list {
  white-space: nowrap; }

/* rotations */
/* line 78, ideasweb/static/scss/abstract/utilities.scss */
.rot-270 {
  transform: rotate(-270deg); }

/* line 78, ideasweb/static/scss/abstract/utilities.scss */
.rot-180 {
  transform: rotate(-180deg); }

/* line 78, ideasweb/static/scss/abstract/utilities.scss */
.rot-90 {
  transform: rotate(-90deg); }

/* line 78, ideasweb/static/scss/abstract/utilities.scss */
.rot90 {
  transform: rotate(90deg); }

/* line 78, ideasweb/static/scss/abstract/utilities.scss */
.rot180 {
  transform: rotate(180deg); }

/* line 78, ideasweb/static/scss/abstract/utilities.scss */
.rot270 {
  transform: rotate(270deg); }

/* z-indexes */
/* line 87, ideasweb/static/scss/abstract/utilities.scss */
.z-1 {
  z-index: 1; }

/* line 87, ideasweb/static/scss/abstract/utilities.scss */
.z-10 {
  z-index: 10; }

/* line 87, ideasweb/static/scss/abstract/utilities.scss */
.z-100 {
  z-index: 100; }

/* line 87, ideasweb/static/scss/abstract/utilities.scss */
.z-1000 {
  z-index: 1000; }

/* line 87, ideasweb/static/scss/abstract/utilities.scss */
.z-10000 {
  z-index: 10000; }

/* line 87, ideasweb/static/scss/abstract/utilities.scss */
.z-100000 {
  z-index: 100000; }

/*
    ** generate height/widths **
*/
/* line 103, ideasweb/static/scss/abstract/utilities.scss */
.h-25 {
  height: 25% !important; }

/* line 103, ideasweb/static/scss/abstract/utilities.scss */
.h-50 {
  height: 50% !important; }

/* line 103, ideasweb/static/scss/abstract/utilities.scss */
.h-75 {
  height: 75% !important; }

/* line 103, ideasweb/static/scss/abstract/utilities.scss */
.h-100 {
  height: 100% !important; }

/* line 103, ideasweb/static/scss/abstract/utilities.scss */
.w-25 {
  width: 25% !important; }

/* line 103, ideasweb/static/scss/abstract/utilities.scss */
.w-50 {
  width: 50% !important; }

/* line 103, ideasweb/static/scss/abstract/utilities.scss */
.w-75 {
  width: 75% !important; }

/* line 103, ideasweb/static/scss/abstract/utilities.scss */
.w-100 {
  width: 100% !important; }

/* line 108, ideasweb/static/scss/abstract/utilities.scss */
.w-auto {
  width: auto !important; }

/* line 111, ideasweb/static/scss/abstract/utilities.scss */
.h-auto {
  height: auto !important; }

/* line 115, ideasweb/static/scss/abstract/utilities.scss */
.overflow-x-scroll {
  overflow-x: scroll; }

/* line 119, ideasweb/static/scss/abstract/utilities.scss */
.overflow-x-auto {
  overflow-x: auto; }

/* line 123, ideasweb/static/scss/abstract/utilities.scss */
.overflow-y-scroll {
  overflow-y: scroll; }

/* line 127, ideasweb/static/scss/abstract/utilities.scss */
.overflow-y-auto {
  overflow-y: auto; }

/* line 1, ideasweb/static/scss/abstract/transitions.scss */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s; }

/* line 5, ideasweb/static/scss/abstract/transitions.scss */
.fade-enter,
.fade-leave-to {
  opacity: 0; }

/* line 1, ideasweb/static/scss/abstract/position.scss */
.pos-rel {
  position: relative; }

/* line 5, ideasweb/static/scss/abstract/position.scss */
.pos-abs {
  position: absolute; }

/* line 9, ideasweb/static/scss/abstract/position.scss */
.pos-fix {
  position: fixed; }

/* line 13, ideasweb/static/scss/abstract/position.scss */
.pos-sticky {
  position: sticky; }

/* line 17, ideasweb/static/scss/abstract/position.scss */
.top-left {
  top: 0 !important;
  right: inherit !important;
  bottom: inherit !important;
  left: 0 !important; }

/* line 24, ideasweb/static/scss/abstract/position.scss */
.top-right {
  top: 0 !important;
  right: 0 !important;
  bottom: inherit !important;
  left: inherit !important; }

/* line 31, ideasweb/static/scss/abstract/position.scss */
.bottom-right {
  top: inherit !important;
  right: 0 !important;
  bottom: 0 !important;
  left: inherit !important; }

/* line 38, ideasweb/static/scss/abstract/position.scss */
.bottom-left {
  top: inherit !important;
  right: inherit !important;
  bottom: 0 !important;
  left: 0 !important; }

/* line 14, ideasweb/static/scss/abstract/display.scss */
.d-static {
  display: static !important; }

@media only screen and (min-width: 560px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-sm-static {
    display: static !important; } }

@media only screen and (min-width: 768px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-md-static {
    display: static !important; } }

@media only screen and (min-width: 992px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-lg-static {
    display: static !important; } }

@media only screen and (min-width: 1200px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-xl-static {
    display: static !important; } }

/* line 14, ideasweb/static/scss/abstract/display.scss */
.d-none {
  display: none !important; }

@media only screen and (min-width: 560px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-sm-none {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-md-none {
    display: none !important; } }

@media only screen and (min-width: 992px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-lg-none {
    display: none !important; } }

@media only screen and (min-width: 1200px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-xl-none {
    display: none !important; } }

/* line 14, ideasweb/static/scss/abstract/display.scss */
.d-block {
  display: block !important; }

@media only screen and (min-width: 560px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-sm-block {
    display: block !important; } }

@media only screen and (min-width: 768px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-md-block {
    display: block !important; } }

@media only screen and (min-width: 992px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-lg-block {
    display: block !important; } }

@media only screen and (min-width: 1200px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-xl-block {
    display: block !important; } }

/* line 14, ideasweb/static/scss/abstract/display.scss */
.d-inline-block {
  display: inline-block !important; }

@media only screen and (min-width: 560px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-sm-inline-block {
    display: inline-block !important; } }

@media only screen and (min-width: 768px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-md-inline-block {
    display: inline-block !important; } }

@media only screen and (min-width: 992px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-lg-inline-block {
    display: inline-block !important; } }

@media only screen and (min-width: 1200px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-xl-inline-block {
    display: inline-block !important; } }

/* line 14, ideasweb/static/scss/abstract/display.scss */
.d-flex, .d-flex-center, .btn, .btn-secondary, .btn-primary, .btn-smallest, .btn-small, .page-header .page-header__controls, .d-flex-between, .gridjs .gridjs-pagination, .header, .d-flex-around, .d-flex-start, .d-flex-end, .header .menu, .header .basket-menu, .d-flex-center-column {
  display: flex !important; }

@media only screen and (min-width: 560px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-sm-flex {
    display: flex !important; } }

@media only screen and (min-width: 768px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-md-flex {
    display: flex !important; } }

@media only screen and (min-width: 992px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-lg-flex {
    display: flex !important; } }

@media only screen and (min-width: 1200px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-xl-flex {
    display: flex !important; } }

/* line 14, ideasweb/static/scss/abstract/display.scss */
.d-inline-flex {
  display: inline-flex !important; }

@media only screen and (min-width: 560px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media only screen and (min-width: 768px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media only screen and (min-width: 992px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media only screen and (min-width: 1200px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important; } }

/* line 14, ideasweb/static/scss/abstract/display.scss */
.d-table {
  display: table !important; }

@media only screen and (min-width: 560px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-sm-table {
    display: table !important; } }

@media only screen and (min-width: 768px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-md-table {
    display: table !important; } }

@media only screen and (min-width: 992px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-lg-table {
    display: table !important; } }

@media only screen and (min-width: 1200px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-xl-table {
    display: table !important; } }

/* line 14, ideasweb/static/scss/abstract/display.scss */
.d-table-row {
  display: table-row !important; }

@media only screen and (min-width: 560px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-sm-table-row {
    display: table-row !important; } }

@media only screen and (min-width: 768px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-md-table-row {
    display: table-row !important; } }

@media only screen and (min-width: 992px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-lg-table-row {
    display: table-row !important; } }

@media only screen and (min-width: 1200px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-xl-table-row {
    display: table-row !important; } }

/* line 14, ideasweb/static/scss/abstract/display.scss */
.d-table-cell {
  display: table-cell !important; }

@media only screen and (min-width: 560px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-sm-table-cell {
    display: table-cell !important; } }

@media only screen and (min-width: 768px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-md-table-cell {
    display: table-cell !important; } }

@media only screen and (min-width: 992px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-lg-table-cell {
    display: table-cell !important; } }

@media only screen and (min-width: 1200px) {
  /* line 20, ideasweb/static/scss/abstract/display.scss */
  .d-xl-table-cell {
    display: table-cell !important; } }

/* Coloured Borders 1px and 2px, add to $borderwidths as required */
/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-teal-0 {
  border: 1px solid #f8fafb; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-teal-1 {
  border: 1px solid #e2eff2; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-teal-2 {
  border: 1px solid #d4e6ea; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-teal-3 {
  border: 1px solid #a3c9d1; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-teal-4 {
  border: 1px solid #5c9fa6; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-teal-5 {
  border: 1px solid #3f878e; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-teal-6 {
  border: 1px solid #2a6469; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-teal-7 {
  border: 1px solid #0c4045; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-orange-0 {
  border: 1px solid #ffecdd; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-orange-1 {
  border: 1px solid #ffe1cb; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-orange-2 {
  border: 1px solid #ffcda6; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-orange-3 {
  border: 1px solid #ffb06c; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-orange-4 {
  border: 1px solid #ff9a4c; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-orange-5 {
  border: 1px solid #f98123; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-green-0 {
  border: 1px solid #ecf6ea; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-green-1 {
  border: 1px solid #ddeddb; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-green-2 {
  border: 1px solid #bed6bb; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-green-3 {
  border: 1px solid #9dc398; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-green-4 {
  border: 1px solid #6a9f64; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-green-5 {
  border: 1px solid #3e7c36; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-grey-0 {
  border: 1px solid #f6f6f6; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-grey-1 {
  border: 1px solid #f1f1f1; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-grey-2 {
  border: 1px solid #c7c7c7; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-grey-3 {
  border: 1px solid #a1a1a1; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-grey-4 {
  border: 1px solid #5d6164; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-grey-5 {
  border: 1px solid #191927; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-white {
  border: 1px solid #ffffff; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-black {
  border: 1px solid #000000; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-red {
  border: 1px solid #e5553e; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-blue {
  border: 1px solid #0d2548; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-light-blue {
  border: 1px solid #3577da; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-amber {
  border: 1px solid #dc6526; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-lime {
  border: 1px solid #aabe3b; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-flesh {
  border: 1px solid #fff4ec; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-yellow {
  border: 1px solid #fecb00; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-aubergine {
  border: 1px solid #5e2750; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-pink {
  border: 1px solid #b71a5d; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-violet {
  border: 1px solid #933d9e; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-purple {
  border: 1px solid #662482; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-1-turquoise {
  border: 1px solid #008ca2; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-teal-0 {
  border: 2px solid #f8fafb; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-teal-1 {
  border: 2px solid #e2eff2; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-teal-2 {
  border: 2px solid #d4e6ea; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-teal-3 {
  border: 2px solid #a3c9d1; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-teal-4 {
  border: 2px solid #5c9fa6; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-teal-5 {
  border: 2px solid #3f878e; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-teal-6 {
  border: 2px solid #2a6469; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-teal-7 {
  border: 2px solid #0c4045; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-orange-0 {
  border: 2px solid #ffecdd; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-orange-1 {
  border: 2px solid #ffe1cb; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-orange-2 {
  border: 2px solid #ffcda6; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-orange-3 {
  border: 2px solid #ffb06c; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-orange-4 {
  border: 2px solid #ff9a4c; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-orange-5 {
  border: 2px solid #f98123; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-green-0 {
  border: 2px solid #ecf6ea; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-green-1 {
  border: 2px solid #ddeddb; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-green-2 {
  border: 2px solid #bed6bb; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-green-3 {
  border: 2px solid #9dc398; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-green-4 {
  border: 2px solid #6a9f64; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-green-5 {
  border: 2px solid #3e7c36; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-grey-0 {
  border: 2px solid #f6f6f6; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-grey-1 {
  border: 2px solid #f1f1f1; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-grey-2 {
  border: 2px solid #c7c7c7; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-grey-3 {
  border: 2px solid #a1a1a1; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-grey-4 {
  border: 2px solid #5d6164; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-grey-5 {
  border: 2px solid #191927; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-white {
  border: 2px solid #ffffff; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-black {
  border: 2px solid #000000; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-red {
  border: 2px solid #e5553e; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-blue {
  border: 2px solid #0d2548; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-light-blue {
  border: 2px solid #3577da; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-amber {
  border: 2px solid #dc6526; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-lime {
  border: 2px solid #aabe3b; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-flesh {
  border: 2px solid #fff4ec; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-yellow {
  border: 2px solid #fecb00; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-aubergine {
  border: 2px solid #5e2750; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-pink {
  border: 2px solid #b71a5d; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-violet {
  border: 2px solid #933d9e; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-purple {
  border: 2px solid #662482; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-2-turquoise {
  border: 2px solid #008ca2; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-teal-0 {
  border: 3px solid #f8fafb; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-teal-1 {
  border: 3px solid #e2eff2; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-teal-2 {
  border: 3px solid #d4e6ea; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-teal-3 {
  border: 3px solid #a3c9d1; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-teal-4 {
  border: 3px solid #5c9fa6; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-teal-5 {
  border: 3px solid #3f878e; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-teal-6 {
  border: 3px solid #2a6469; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-teal-7 {
  border: 3px solid #0c4045; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-orange-0 {
  border: 3px solid #ffecdd; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-orange-1 {
  border: 3px solid #ffe1cb; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-orange-2 {
  border: 3px solid #ffcda6; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-orange-3 {
  border: 3px solid #ffb06c; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-orange-4 {
  border: 3px solid #ff9a4c; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-orange-5 {
  border: 3px solid #f98123; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-green-0 {
  border: 3px solid #ecf6ea; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-green-1 {
  border: 3px solid #ddeddb; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-green-2 {
  border: 3px solid #bed6bb; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-green-3 {
  border: 3px solid #9dc398; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-green-4 {
  border: 3px solid #6a9f64; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-green-5 {
  border: 3px solid #3e7c36; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-grey-0 {
  border: 3px solid #f6f6f6; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-grey-1 {
  border: 3px solid #f1f1f1; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-grey-2 {
  border: 3px solid #c7c7c7; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-grey-3 {
  border: 3px solid #a1a1a1; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-grey-4 {
  border: 3px solid #5d6164; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-grey-5 {
  border: 3px solid #191927; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-white {
  border: 3px solid #ffffff; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-black {
  border: 3px solid #000000; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-red {
  border: 3px solid #e5553e; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-blue {
  border: 3px solid #0d2548; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-light-blue {
  border: 3px solid #3577da; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-amber {
  border: 3px solid #dc6526; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-lime {
  border: 3px solid #aabe3b; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-flesh {
  border: 3px solid #fff4ec; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-yellow {
  border: 3px solid #fecb00; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-aubergine {
  border: 3px solid #5e2750; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-pink {
  border: 3px solid #b71a5d; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-violet {
  border: 3px solid #933d9e; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-purple {
  border: 3px solid #662482; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-3-turquoise {
  border: 3px solid #008ca2; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-teal-0 {
  border: 4px solid #f8fafb; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-teal-1 {
  border: 4px solid #e2eff2; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-teal-2 {
  border: 4px solid #d4e6ea; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-teal-3 {
  border: 4px solid #a3c9d1; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-teal-4 {
  border: 4px solid #5c9fa6; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-teal-5 {
  border: 4px solid #3f878e; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-teal-6 {
  border: 4px solid #2a6469; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-teal-7 {
  border: 4px solid #0c4045; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-orange-0 {
  border: 4px solid #ffecdd; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-orange-1 {
  border: 4px solid #ffe1cb; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-orange-2 {
  border: 4px solid #ffcda6; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-orange-3 {
  border: 4px solid #ffb06c; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-orange-4 {
  border: 4px solid #ff9a4c; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-orange-5 {
  border: 4px solid #f98123; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-green-0 {
  border: 4px solid #ecf6ea; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-green-1 {
  border: 4px solid #ddeddb; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-green-2 {
  border: 4px solid #bed6bb; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-green-3 {
  border: 4px solid #9dc398; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-green-4 {
  border: 4px solid #6a9f64; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-green-5 {
  border: 4px solid #3e7c36; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-grey-0 {
  border: 4px solid #f6f6f6; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-grey-1 {
  border: 4px solid #f1f1f1; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-grey-2 {
  border: 4px solid #c7c7c7; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-grey-3 {
  border: 4px solid #a1a1a1; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-grey-4 {
  border: 4px solid #5d6164; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-grey-5 {
  border: 4px solid #191927; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-white {
  border: 4px solid #ffffff; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-black {
  border: 4px solid #000000; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-red {
  border: 4px solid #e5553e; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-blue {
  border: 4px solid #0d2548; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-light-blue {
  border: 4px solid #3577da; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-amber {
  border: 4px solid #dc6526; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-lime {
  border: 4px solid #aabe3b; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-flesh {
  border: 4px solid #fff4ec; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-yellow {
  border: 4px solid #fecb00; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-aubergine {
  border: 4px solid #5e2750; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-pink {
  border: 4px solid #b71a5d; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-violet {
  border: 4px solid #933d9e; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-purple {
  border: 4px solid #662482; }

/* line 9, ideasweb/static/scss/abstract/borders.scss */
.border-4-turquoise {
  border: 4px solid #008ca2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-teal-0 {
  border-top: 1px solid #f8fafb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-teal-1 {
  border-top: 1px solid #e2eff2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-teal-2 {
  border-top: 1px solid #d4e6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-teal-3 {
  border-top: 1px solid #a3c9d1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-teal-4 {
  border-top: 1px solid #5c9fa6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-teal-5 {
  border-top: 1px solid #3f878e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-teal-6 {
  border-top: 1px solid #2a6469; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-teal-7 {
  border-top: 1px solid #0c4045; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-orange-0 {
  border-top: 1px solid #ffecdd; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-orange-1 {
  border-top: 1px solid #ffe1cb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-orange-2 {
  border-top: 1px solid #ffcda6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-orange-3 {
  border-top: 1px solid #ffb06c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-orange-4 {
  border-top: 1px solid #ff9a4c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-orange-5 {
  border-top: 1px solid #f98123; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-green-0 {
  border-top: 1px solid #ecf6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-green-1 {
  border-top: 1px solid #ddeddb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-green-2 {
  border-top: 1px solid #bed6bb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-green-3 {
  border-top: 1px solid #9dc398; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-green-4 {
  border-top: 1px solid #6a9f64; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-green-5 {
  border-top: 1px solid #3e7c36; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-grey-0 {
  border-top: 1px solid #f6f6f6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-grey-1 {
  border-top: 1px solid #f1f1f1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-grey-2 {
  border-top: 1px solid #c7c7c7; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-grey-3 {
  border-top: 1px solid #a1a1a1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-grey-4 {
  border-top: 1px solid #5d6164; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-grey-5 {
  border-top: 1px solid #191927; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-white {
  border-top: 1px solid #ffffff; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-black {
  border-top: 1px solid #000000; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-red {
  border-top: 1px solid #e5553e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-blue {
  border-top: 1px solid #0d2548; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-light-blue {
  border-top: 1px solid #3577da; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-amber {
  border-top: 1px solid #dc6526; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-lime {
  border-top: 1px solid #aabe3b; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-flesh {
  border-top: 1px solid #fff4ec; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-yellow {
  border-top: 1px solid #fecb00; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-aubergine {
  border-top: 1px solid #5e2750; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-pink {
  border-top: 1px solid #b71a5d; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-violet {
  border-top: 1px solid #933d9e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-purple {
  border-top: 1px solid #662482; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-1-turquoise {
  border-top: 1px solid #008ca2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-teal-0 {
  border-top: 2px solid #f8fafb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-teal-1 {
  border-top: 2px solid #e2eff2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-teal-2 {
  border-top: 2px solid #d4e6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-teal-3 {
  border-top: 2px solid #a3c9d1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-teal-4 {
  border-top: 2px solid #5c9fa6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-teal-5 {
  border-top: 2px solid #3f878e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-teal-6 {
  border-top: 2px solid #2a6469; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-teal-7 {
  border-top: 2px solid #0c4045; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-orange-0 {
  border-top: 2px solid #ffecdd; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-orange-1 {
  border-top: 2px solid #ffe1cb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-orange-2 {
  border-top: 2px solid #ffcda6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-orange-3 {
  border-top: 2px solid #ffb06c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-orange-4 {
  border-top: 2px solid #ff9a4c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-orange-5 {
  border-top: 2px solid #f98123; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-green-0 {
  border-top: 2px solid #ecf6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-green-1 {
  border-top: 2px solid #ddeddb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-green-2 {
  border-top: 2px solid #bed6bb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-green-3 {
  border-top: 2px solid #9dc398; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-green-4 {
  border-top: 2px solid #6a9f64; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-green-5 {
  border-top: 2px solid #3e7c36; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-grey-0 {
  border-top: 2px solid #f6f6f6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-grey-1 {
  border-top: 2px solid #f1f1f1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-grey-2 {
  border-top: 2px solid #c7c7c7; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-grey-3 {
  border-top: 2px solid #a1a1a1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-grey-4 {
  border-top: 2px solid #5d6164; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-grey-5 {
  border-top: 2px solid #191927; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-white {
  border-top: 2px solid #ffffff; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-black {
  border-top: 2px solid #000000; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-red {
  border-top: 2px solid #e5553e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-blue {
  border-top: 2px solid #0d2548; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-light-blue {
  border-top: 2px solid #3577da; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-amber {
  border-top: 2px solid #dc6526; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-lime {
  border-top: 2px solid #aabe3b; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-flesh {
  border-top: 2px solid #fff4ec; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-yellow {
  border-top: 2px solid #fecb00; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-aubergine {
  border-top: 2px solid #5e2750; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-pink {
  border-top: 2px solid #b71a5d; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-violet {
  border-top: 2px solid #933d9e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-purple {
  border-top: 2px solid #662482; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-2-turquoise {
  border-top: 2px solid #008ca2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-teal-0 {
  border-top: 3px solid #f8fafb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-teal-1 {
  border-top: 3px solid #e2eff2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-teal-2 {
  border-top: 3px solid #d4e6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-teal-3 {
  border-top: 3px solid #a3c9d1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-teal-4 {
  border-top: 3px solid #5c9fa6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-teal-5 {
  border-top: 3px solid #3f878e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-teal-6 {
  border-top: 3px solid #2a6469; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-teal-7 {
  border-top: 3px solid #0c4045; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-orange-0 {
  border-top: 3px solid #ffecdd; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-orange-1 {
  border-top: 3px solid #ffe1cb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-orange-2 {
  border-top: 3px solid #ffcda6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-orange-3 {
  border-top: 3px solid #ffb06c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-orange-4 {
  border-top: 3px solid #ff9a4c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-orange-5 {
  border-top: 3px solid #f98123; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-green-0 {
  border-top: 3px solid #ecf6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-green-1 {
  border-top: 3px solid #ddeddb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-green-2 {
  border-top: 3px solid #bed6bb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-green-3 {
  border-top: 3px solid #9dc398; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-green-4 {
  border-top: 3px solid #6a9f64; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-green-5 {
  border-top: 3px solid #3e7c36; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-grey-0 {
  border-top: 3px solid #f6f6f6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-grey-1 {
  border-top: 3px solid #f1f1f1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-grey-2 {
  border-top: 3px solid #c7c7c7; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-grey-3 {
  border-top: 3px solid #a1a1a1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-grey-4 {
  border-top: 3px solid #5d6164; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-grey-5 {
  border-top: 3px solid #191927; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-white {
  border-top: 3px solid #ffffff; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-black {
  border-top: 3px solid #000000; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-red {
  border-top: 3px solid #e5553e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-blue {
  border-top: 3px solid #0d2548; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-light-blue {
  border-top: 3px solid #3577da; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-amber {
  border-top: 3px solid #dc6526; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-lime {
  border-top: 3px solid #aabe3b; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-flesh {
  border-top: 3px solid #fff4ec; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-yellow {
  border-top: 3px solid #fecb00; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-aubergine {
  border-top: 3px solid #5e2750; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-pink {
  border-top: 3px solid #b71a5d; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-violet {
  border-top: 3px solid #933d9e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-purple {
  border-top: 3px solid #662482; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-3-turquoise {
  border-top: 3px solid #008ca2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-teal-0 {
  border-top: 4px solid #f8fafb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-teal-1 {
  border-top: 4px solid #e2eff2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-teal-2 {
  border-top: 4px solid #d4e6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-teal-3 {
  border-top: 4px solid #a3c9d1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-teal-4 {
  border-top: 4px solid #5c9fa6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-teal-5 {
  border-top: 4px solid #3f878e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-teal-6 {
  border-top: 4px solid #2a6469; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-teal-7 {
  border-top: 4px solid #0c4045; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-orange-0 {
  border-top: 4px solid #ffecdd; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-orange-1 {
  border-top: 4px solid #ffe1cb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-orange-2 {
  border-top: 4px solid #ffcda6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-orange-3 {
  border-top: 4px solid #ffb06c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-orange-4 {
  border-top: 4px solid #ff9a4c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-orange-5 {
  border-top: 4px solid #f98123; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-green-0 {
  border-top: 4px solid #ecf6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-green-1 {
  border-top: 4px solid #ddeddb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-green-2 {
  border-top: 4px solid #bed6bb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-green-3 {
  border-top: 4px solid #9dc398; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-green-4 {
  border-top: 4px solid #6a9f64; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-green-5 {
  border-top: 4px solid #3e7c36; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-grey-0 {
  border-top: 4px solid #f6f6f6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-grey-1 {
  border-top: 4px solid #f1f1f1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-grey-2 {
  border-top: 4px solid #c7c7c7; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-grey-3 {
  border-top: 4px solid #a1a1a1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-grey-4 {
  border-top: 4px solid #5d6164; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-grey-5 {
  border-top: 4px solid #191927; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-white {
  border-top: 4px solid #ffffff; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-black {
  border-top: 4px solid #000000; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-red {
  border-top: 4px solid #e5553e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-blue {
  border-top: 4px solid #0d2548; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-light-blue {
  border-top: 4px solid #3577da; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-amber {
  border-top: 4px solid #dc6526; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-lime {
  border-top: 4px solid #aabe3b; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-flesh {
  border-top: 4px solid #fff4ec; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-yellow {
  border-top: 4px solid #fecb00; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-aubergine {
  border-top: 4px solid #5e2750; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-pink {
  border-top: 4px solid #b71a5d; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-violet {
  border-top: 4px solid #933d9e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-purple {
  border-top: 4px solid #662482; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-top-4-turquoise {
  border-top: 4px solid #008ca2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-teal-0 {
  border-right: 1px solid #f8fafb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-teal-1 {
  border-right: 1px solid #e2eff2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-teal-2 {
  border-right: 1px solid #d4e6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-teal-3 {
  border-right: 1px solid #a3c9d1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-teal-4 {
  border-right: 1px solid #5c9fa6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-teal-5 {
  border-right: 1px solid #3f878e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-teal-6 {
  border-right: 1px solid #2a6469; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-teal-7 {
  border-right: 1px solid #0c4045; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-orange-0 {
  border-right: 1px solid #ffecdd; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-orange-1 {
  border-right: 1px solid #ffe1cb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-orange-2 {
  border-right: 1px solid #ffcda6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-orange-3 {
  border-right: 1px solid #ffb06c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-orange-4 {
  border-right: 1px solid #ff9a4c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-orange-5 {
  border-right: 1px solid #f98123; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-green-0 {
  border-right: 1px solid #ecf6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-green-1 {
  border-right: 1px solid #ddeddb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-green-2 {
  border-right: 1px solid #bed6bb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-green-3 {
  border-right: 1px solid #9dc398; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-green-4 {
  border-right: 1px solid #6a9f64; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-green-5 {
  border-right: 1px solid #3e7c36; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-grey-0 {
  border-right: 1px solid #f6f6f6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-grey-1 {
  border-right: 1px solid #f1f1f1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-grey-2 {
  border-right: 1px solid #c7c7c7; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-grey-3 {
  border-right: 1px solid #a1a1a1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-grey-4 {
  border-right: 1px solid #5d6164; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-grey-5 {
  border-right: 1px solid #191927; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-white {
  border-right: 1px solid #ffffff; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-black {
  border-right: 1px solid #000000; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-red {
  border-right: 1px solid #e5553e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-blue {
  border-right: 1px solid #0d2548; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-light-blue {
  border-right: 1px solid #3577da; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-amber {
  border-right: 1px solid #dc6526; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-lime {
  border-right: 1px solid #aabe3b; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-flesh {
  border-right: 1px solid #fff4ec; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-yellow {
  border-right: 1px solid #fecb00; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-aubergine {
  border-right: 1px solid #5e2750; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-pink {
  border-right: 1px solid #b71a5d; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-violet {
  border-right: 1px solid #933d9e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-purple {
  border-right: 1px solid #662482; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-1-turquoise {
  border-right: 1px solid #008ca2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-teal-0 {
  border-right: 2px solid #f8fafb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-teal-1 {
  border-right: 2px solid #e2eff2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-teal-2 {
  border-right: 2px solid #d4e6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-teal-3 {
  border-right: 2px solid #a3c9d1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-teal-4 {
  border-right: 2px solid #5c9fa6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-teal-5 {
  border-right: 2px solid #3f878e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-teal-6 {
  border-right: 2px solid #2a6469; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-teal-7 {
  border-right: 2px solid #0c4045; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-orange-0 {
  border-right: 2px solid #ffecdd; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-orange-1 {
  border-right: 2px solid #ffe1cb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-orange-2 {
  border-right: 2px solid #ffcda6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-orange-3 {
  border-right: 2px solid #ffb06c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-orange-4 {
  border-right: 2px solid #ff9a4c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-orange-5 {
  border-right: 2px solid #f98123; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-green-0 {
  border-right: 2px solid #ecf6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-green-1 {
  border-right: 2px solid #ddeddb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-green-2 {
  border-right: 2px solid #bed6bb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-green-3 {
  border-right: 2px solid #9dc398; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-green-4 {
  border-right: 2px solid #6a9f64; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-green-5 {
  border-right: 2px solid #3e7c36; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-grey-0 {
  border-right: 2px solid #f6f6f6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-grey-1 {
  border-right: 2px solid #f1f1f1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-grey-2 {
  border-right: 2px solid #c7c7c7; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-grey-3 {
  border-right: 2px solid #a1a1a1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-grey-4 {
  border-right: 2px solid #5d6164; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-grey-5 {
  border-right: 2px solid #191927; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-white {
  border-right: 2px solid #ffffff; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-black {
  border-right: 2px solid #000000; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-red {
  border-right: 2px solid #e5553e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-blue {
  border-right: 2px solid #0d2548; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-light-blue {
  border-right: 2px solid #3577da; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-amber {
  border-right: 2px solid #dc6526; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-lime {
  border-right: 2px solid #aabe3b; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-flesh {
  border-right: 2px solid #fff4ec; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-yellow {
  border-right: 2px solid #fecb00; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-aubergine {
  border-right: 2px solid #5e2750; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-pink {
  border-right: 2px solid #b71a5d; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-violet {
  border-right: 2px solid #933d9e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-purple {
  border-right: 2px solid #662482; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-2-turquoise {
  border-right: 2px solid #008ca2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-teal-0 {
  border-right: 3px solid #f8fafb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-teal-1 {
  border-right: 3px solid #e2eff2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-teal-2 {
  border-right: 3px solid #d4e6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-teal-3 {
  border-right: 3px solid #a3c9d1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-teal-4 {
  border-right: 3px solid #5c9fa6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-teal-5 {
  border-right: 3px solid #3f878e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-teal-6 {
  border-right: 3px solid #2a6469; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-teal-7 {
  border-right: 3px solid #0c4045; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-orange-0 {
  border-right: 3px solid #ffecdd; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-orange-1 {
  border-right: 3px solid #ffe1cb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-orange-2 {
  border-right: 3px solid #ffcda6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-orange-3 {
  border-right: 3px solid #ffb06c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-orange-4 {
  border-right: 3px solid #ff9a4c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-orange-5 {
  border-right: 3px solid #f98123; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-green-0 {
  border-right: 3px solid #ecf6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-green-1 {
  border-right: 3px solid #ddeddb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-green-2 {
  border-right: 3px solid #bed6bb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-green-3 {
  border-right: 3px solid #9dc398; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-green-4 {
  border-right: 3px solid #6a9f64; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-green-5 {
  border-right: 3px solid #3e7c36; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-grey-0 {
  border-right: 3px solid #f6f6f6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-grey-1 {
  border-right: 3px solid #f1f1f1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-grey-2 {
  border-right: 3px solid #c7c7c7; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-grey-3 {
  border-right: 3px solid #a1a1a1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-grey-4 {
  border-right: 3px solid #5d6164; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-grey-5 {
  border-right: 3px solid #191927; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-white {
  border-right: 3px solid #ffffff; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-black {
  border-right: 3px solid #000000; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-red {
  border-right: 3px solid #e5553e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-blue {
  border-right: 3px solid #0d2548; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-light-blue {
  border-right: 3px solid #3577da; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-amber {
  border-right: 3px solid #dc6526; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-lime {
  border-right: 3px solid #aabe3b; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-flesh {
  border-right: 3px solid #fff4ec; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-yellow {
  border-right: 3px solid #fecb00; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-aubergine {
  border-right: 3px solid #5e2750; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-pink {
  border-right: 3px solid #b71a5d; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-violet {
  border-right: 3px solid #933d9e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-purple {
  border-right: 3px solid #662482; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-3-turquoise {
  border-right: 3px solid #008ca2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-teal-0 {
  border-right: 4px solid #f8fafb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-teal-1 {
  border-right: 4px solid #e2eff2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-teal-2 {
  border-right: 4px solid #d4e6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-teal-3 {
  border-right: 4px solid #a3c9d1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-teal-4 {
  border-right: 4px solid #5c9fa6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-teal-5 {
  border-right: 4px solid #3f878e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-teal-6 {
  border-right: 4px solid #2a6469; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-teal-7 {
  border-right: 4px solid #0c4045; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-orange-0 {
  border-right: 4px solid #ffecdd; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-orange-1 {
  border-right: 4px solid #ffe1cb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-orange-2 {
  border-right: 4px solid #ffcda6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-orange-3 {
  border-right: 4px solid #ffb06c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-orange-4 {
  border-right: 4px solid #ff9a4c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-orange-5 {
  border-right: 4px solid #f98123; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-green-0 {
  border-right: 4px solid #ecf6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-green-1 {
  border-right: 4px solid #ddeddb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-green-2 {
  border-right: 4px solid #bed6bb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-green-3 {
  border-right: 4px solid #9dc398; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-green-4 {
  border-right: 4px solid #6a9f64; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-green-5 {
  border-right: 4px solid #3e7c36; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-grey-0 {
  border-right: 4px solid #f6f6f6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-grey-1 {
  border-right: 4px solid #f1f1f1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-grey-2 {
  border-right: 4px solid #c7c7c7; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-grey-3 {
  border-right: 4px solid #a1a1a1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-grey-4 {
  border-right: 4px solid #5d6164; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-grey-5 {
  border-right: 4px solid #191927; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-white {
  border-right: 4px solid #ffffff; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-black {
  border-right: 4px solid #000000; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-red {
  border-right: 4px solid #e5553e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-blue {
  border-right: 4px solid #0d2548; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-light-blue {
  border-right: 4px solid #3577da; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-amber {
  border-right: 4px solid #dc6526; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-lime {
  border-right: 4px solid #aabe3b; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-flesh {
  border-right: 4px solid #fff4ec; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-yellow {
  border-right: 4px solid #fecb00; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-aubergine {
  border-right: 4px solid #5e2750; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-pink {
  border-right: 4px solid #b71a5d; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-violet {
  border-right: 4px solid #933d9e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-purple {
  border-right: 4px solid #662482; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-right-4-turquoise {
  border-right: 4px solid #008ca2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-teal-0 {
  border-bottom: 1px solid #f8fafb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-teal-1 {
  border-bottom: 1px solid #e2eff2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-teal-2 {
  border-bottom: 1px solid #d4e6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-teal-3 {
  border-bottom: 1px solid #a3c9d1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-teal-4 {
  border-bottom: 1px solid #5c9fa6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-teal-5 {
  border-bottom: 1px solid #3f878e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-teal-6 {
  border-bottom: 1px solid #2a6469; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-teal-7 {
  border-bottom: 1px solid #0c4045; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-orange-0 {
  border-bottom: 1px solid #ffecdd; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-orange-1 {
  border-bottom: 1px solid #ffe1cb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-orange-2 {
  border-bottom: 1px solid #ffcda6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-orange-3 {
  border-bottom: 1px solid #ffb06c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-orange-4 {
  border-bottom: 1px solid #ff9a4c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-orange-5 {
  border-bottom: 1px solid #f98123; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-green-0 {
  border-bottom: 1px solid #ecf6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-green-1 {
  border-bottom: 1px solid #ddeddb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-green-2 {
  border-bottom: 1px solid #bed6bb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-green-3 {
  border-bottom: 1px solid #9dc398; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-green-4 {
  border-bottom: 1px solid #6a9f64; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-green-5 {
  border-bottom: 1px solid #3e7c36; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-grey-0 {
  border-bottom: 1px solid #f6f6f6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-grey-1 {
  border-bottom: 1px solid #f1f1f1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-grey-2 {
  border-bottom: 1px solid #c7c7c7; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-grey-3 {
  border-bottom: 1px solid #a1a1a1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-grey-4 {
  border-bottom: 1px solid #5d6164; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-grey-5 {
  border-bottom: 1px solid #191927; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-white {
  border-bottom: 1px solid #ffffff; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-black {
  border-bottom: 1px solid #000000; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-red {
  border-bottom: 1px solid #e5553e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-blue {
  border-bottom: 1px solid #0d2548; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-light-blue {
  border-bottom: 1px solid #3577da; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-amber {
  border-bottom: 1px solid #dc6526; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-lime {
  border-bottom: 1px solid #aabe3b; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-flesh {
  border-bottom: 1px solid #fff4ec; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-yellow {
  border-bottom: 1px solid #fecb00; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-aubergine {
  border-bottom: 1px solid #5e2750; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-pink {
  border-bottom: 1px solid #b71a5d; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-violet {
  border-bottom: 1px solid #933d9e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-purple {
  border-bottom: 1px solid #662482; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-1-turquoise {
  border-bottom: 1px solid #008ca2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-teal-0 {
  border-bottom: 2px solid #f8fafb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-teal-1 {
  border-bottom: 2px solid #e2eff2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-teal-2 {
  border-bottom: 2px solid #d4e6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-teal-3 {
  border-bottom: 2px solid #a3c9d1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-teal-4 {
  border-bottom: 2px solid #5c9fa6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-teal-5 {
  border-bottom: 2px solid #3f878e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-teal-6 {
  border-bottom: 2px solid #2a6469; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-teal-7 {
  border-bottom: 2px solid #0c4045; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-orange-0 {
  border-bottom: 2px solid #ffecdd; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-orange-1 {
  border-bottom: 2px solid #ffe1cb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-orange-2 {
  border-bottom: 2px solid #ffcda6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-orange-3 {
  border-bottom: 2px solid #ffb06c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-orange-4 {
  border-bottom: 2px solid #ff9a4c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-orange-5 {
  border-bottom: 2px solid #f98123; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-green-0 {
  border-bottom: 2px solid #ecf6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-green-1 {
  border-bottom: 2px solid #ddeddb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-green-2 {
  border-bottom: 2px solid #bed6bb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-green-3 {
  border-bottom: 2px solid #9dc398; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-green-4 {
  border-bottom: 2px solid #6a9f64; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-green-5 {
  border-bottom: 2px solid #3e7c36; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-grey-0 {
  border-bottom: 2px solid #f6f6f6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-grey-1 {
  border-bottom: 2px solid #f1f1f1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-grey-2 {
  border-bottom: 2px solid #c7c7c7; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-grey-3 {
  border-bottom: 2px solid #a1a1a1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-grey-4 {
  border-bottom: 2px solid #5d6164; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-grey-5 {
  border-bottom: 2px solid #191927; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-white {
  border-bottom: 2px solid #ffffff; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-black {
  border-bottom: 2px solid #000000; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-red {
  border-bottom: 2px solid #e5553e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-blue {
  border-bottom: 2px solid #0d2548; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-light-blue {
  border-bottom: 2px solid #3577da; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-amber {
  border-bottom: 2px solid #dc6526; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-lime {
  border-bottom: 2px solid #aabe3b; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-flesh {
  border-bottom: 2px solid #fff4ec; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-yellow {
  border-bottom: 2px solid #fecb00; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-aubergine {
  border-bottom: 2px solid #5e2750; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-pink {
  border-bottom: 2px solid #b71a5d; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-violet {
  border-bottom: 2px solid #933d9e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-purple {
  border-bottom: 2px solid #662482; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-2-turquoise {
  border-bottom: 2px solid #008ca2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-teal-0 {
  border-bottom: 3px solid #f8fafb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-teal-1 {
  border-bottom: 3px solid #e2eff2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-teal-2 {
  border-bottom: 3px solid #d4e6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-teal-3 {
  border-bottom: 3px solid #a3c9d1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-teal-4 {
  border-bottom: 3px solid #5c9fa6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-teal-5 {
  border-bottom: 3px solid #3f878e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-teal-6 {
  border-bottom: 3px solid #2a6469; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-teal-7 {
  border-bottom: 3px solid #0c4045; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-orange-0 {
  border-bottom: 3px solid #ffecdd; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-orange-1 {
  border-bottom: 3px solid #ffe1cb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-orange-2 {
  border-bottom: 3px solid #ffcda6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-orange-3 {
  border-bottom: 3px solid #ffb06c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-orange-4 {
  border-bottom: 3px solid #ff9a4c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-orange-5 {
  border-bottom: 3px solid #f98123; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-green-0 {
  border-bottom: 3px solid #ecf6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-green-1 {
  border-bottom: 3px solid #ddeddb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-green-2 {
  border-bottom: 3px solid #bed6bb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-green-3 {
  border-bottom: 3px solid #9dc398; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-green-4 {
  border-bottom: 3px solid #6a9f64; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-green-5 {
  border-bottom: 3px solid #3e7c36; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-grey-0 {
  border-bottom: 3px solid #f6f6f6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-grey-1 {
  border-bottom: 3px solid #f1f1f1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-grey-2 {
  border-bottom: 3px solid #c7c7c7; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-grey-3 {
  border-bottom: 3px solid #a1a1a1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-grey-4 {
  border-bottom: 3px solid #5d6164; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-grey-5 {
  border-bottom: 3px solid #191927; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-white {
  border-bottom: 3px solid #ffffff; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-black {
  border-bottom: 3px solid #000000; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-red {
  border-bottom: 3px solid #e5553e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-blue {
  border-bottom: 3px solid #0d2548; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-light-blue {
  border-bottom: 3px solid #3577da; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-amber {
  border-bottom: 3px solid #dc6526; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-lime {
  border-bottom: 3px solid #aabe3b; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-flesh {
  border-bottom: 3px solid #fff4ec; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-yellow {
  border-bottom: 3px solid #fecb00; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-aubergine {
  border-bottom: 3px solid #5e2750; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-pink {
  border-bottom: 3px solid #b71a5d; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-violet {
  border-bottom: 3px solid #933d9e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-purple {
  border-bottom: 3px solid #662482; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-3-turquoise {
  border-bottom: 3px solid #008ca2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-teal-0 {
  border-bottom: 4px solid #f8fafb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-teal-1 {
  border-bottom: 4px solid #e2eff2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-teal-2 {
  border-bottom: 4px solid #d4e6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-teal-3 {
  border-bottom: 4px solid #a3c9d1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-teal-4 {
  border-bottom: 4px solid #5c9fa6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-teal-5 {
  border-bottom: 4px solid #3f878e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-teal-6 {
  border-bottom: 4px solid #2a6469; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-teal-7 {
  border-bottom: 4px solid #0c4045; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-orange-0 {
  border-bottom: 4px solid #ffecdd; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-orange-1 {
  border-bottom: 4px solid #ffe1cb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-orange-2 {
  border-bottom: 4px solid #ffcda6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-orange-3 {
  border-bottom: 4px solid #ffb06c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-orange-4 {
  border-bottom: 4px solid #ff9a4c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-orange-5 {
  border-bottom: 4px solid #f98123; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-green-0 {
  border-bottom: 4px solid #ecf6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-green-1 {
  border-bottom: 4px solid #ddeddb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-green-2 {
  border-bottom: 4px solid #bed6bb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-green-3 {
  border-bottom: 4px solid #9dc398; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-green-4 {
  border-bottom: 4px solid #6a9f64; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-green-5 {
  border-bottom: 4px solid #3e7c36; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-grey-0 {
  border-bottom: 4px solid #f6f6f6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-grey-1 {
  border-bottom: 4px solid #f1f1f1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-grey-2 {
  border-bottom: 4px solid #c7c7c7; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-grey-3 {
  border-bottom: 4px solid #a1a1a1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-grey-4 {
  border-bottom: 4px solid #5d6164; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-grey-5 {
  border-bottom: 4px solid #191927; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-white {
  border-bottom: 4px solid #ffffff; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-black {
  border-bottom: 4px solid #000000; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-red {
  border-bottom: 4px solid #e5553e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-blue {
  border-bottom: 4px solid #0d2548; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-light-blue {
  border-bottom: 4px solid #3577da; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-amber {
  border-bottom: 4px solid #dc6526; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-lime {
  border-bottom: 4px solid #aabe3b; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-flesh {
  border-bottom: 4px solid #fff4ec; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-yellow {
  border-bottom: 4px solid #fecb00; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-aubergine {
  border-bottom: 4px solid #5e2750; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-pink {
  border-bottom: 4px solid #b71a5d; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-violet {
  border-bottom: 4px solid #933d9e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-purple {
  border-bottom: 4px solid #662482; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-4-turquoise {
  border-bottom: 4px solid #008ca2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-teal-0 {
  border-left: 1px solid #f8fafb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-teal-1 {
  border-left: 1px solid #e2eff2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-teal-2 {
  border-left: 1px solid #d4e6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-teal-3 {
  border-left: 1px solid #a3c9d1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-teal-4 {
  border-left: 1px solid #5c9fa6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-teal-5 {
  border-left: 1px solid #3f878e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-teal-6 {
  border-left: 1px solid #2a6469; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-teal-7 {
  border-left: 1px solid #0c4045; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-orange-0 {
  border-left: 1px solid #ffecdd; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-orange-1 {
  border-left: 1px solid #ffe1cb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-orange-2 {
  border-left: 1px solid #ffcda6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-orange-3 {
  border-left: 1px solid #ffb06c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-orange-4 {
  border-left: 1px solid #ff9a4c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-orange-5 {
  border-left: 1px solid #f98123; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-green-0 {
  border-left: 1px solid #ecf6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-green-1 {
  border-left: 1px solid #ddeddb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-green-2 {
  border-left: 1px solid #bed6bb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-green-3 {
  border-left: 1px solid #9dc398; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-green-4 {
  border-left: 1px solid #6a9f64; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-green-5 {
  border-left: 1px solid #3e7c36; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-grey-0 {
  border-left: 1px solid #f6f6f6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-grey-1 {
  border-left: 1px solid #f1f1f1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-grey-2 {
  border-left: 1px solid #c7c7c7; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-grey-3 {
  border-left: 1px solid #a1a1a1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-grey-4 {
  border-left: 1px solid #5d6164; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-grey-5 {
  border-left: 1px solid #191927; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-white {
  border-left: 1px solid #ffffff; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-black {
  border-left: 1px solid #000000; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-red {
  border-left: 1px solid #e5553e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-blue {
  border-left: 1px solid #0d2548; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-light-blue {
  border-left: 1px solid #3577da; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-amber {
  border-left: 1px solid #dc6526; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-lime {
  border-left: 1px solid #aabe3b; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-flesh {
  border-left: 1px solid #fff4ec; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-yellow {
  border-left: 1px solid #fecb00; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-aubergine {
  border-left: 1px solid #5e2750; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-pink {
  border-left: 1px solid #b71a5d; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-violet {
  border-left: 1px solid #933d9e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-purple {
  border-left: 1px solid #662482; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-1-turquoise {
  border-left: 1px solid #008ca2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-teal-0 {
  border-left: 2px solid #f8fafb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-teal-1 {
  border-left: 2px solid #e2eff2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-teal-2 {
  border-left: 2px solid #d4e6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-teal-3 {
  border-left: 2px solid #a3c9d1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-teal-4 {
  border-left: 2px solid #5c9fa6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-teal-5 {
  border-left: 2px solid #3f878e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-teal-6 {
  border-left: 2px solid #2a6469; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-teal-7 {
  border-left: 2px solid #0c4045; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-orange-0 {
  border-left: 2px solid #ffecdd; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-orange-1 {
  border-left: 2px solid #ffe1cb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-orange-2 {
  border-left: 2px solid #ffcda6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-orange-3 {
  border-left: 2px solid #ffb06c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-orange-4 {
  border-left: 2px solid #ff9a4c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-orange-5 {
  border-left: 2px solid #f98123; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-green-0 {
  border-left: 2px solid #ecf6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-green-1 {
  border-left: 2px solid #ddeddb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-green-2 {
  border-left: 2px solid #bed6bb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-green-3 {
  border-left: 2px solid #9dc398; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-green-4 {
  border-left: 2px solid #6a9f64; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-green-5 {
  border-left: 2px solid #3e7c36; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-grey-0 {
  border-left: 2px solid #f6f6f6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-grey-1 {
  border-left: 2px solid #f1f1f1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-grey-2 {
  border-left: 2px solid #c7c7c7; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-grey-3 {
  border-left: 2px solid #a1a1a1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-grey-4 {
  border-left: 2px solid #5d6164; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-grey-5 {
  border-left: 2px solid #191927; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-white {
  border-left: 2px solid #ffffff; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-black {
  border-left: 2px solid #000000; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-red {
  border-left: 2px solid #e5553e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-blue {
  border-left: 2px solid #0d2548; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-light-blue {
  border-left: 2px solid #3577da; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-amber {
  border-left: 2px solid #dc6526; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-lime {
  border-left: 2px solid #aabe3b; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-flesh {
  border-left: 2px solid #fff4ec; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-yellow {
  border-left: 2px solid #fecb00; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-aubergine {
  border-left: 2px solid #5e2750; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-pink {
  border-left: 2px solid #b71a5d; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-violet {
  border-left: 2px solid #933d9e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-purple {
  border-left: 2px solid #662482; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-2-turquoise {
  border-left: 2px solid #008ca2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-teal-0 {
  border-left: 3px solid #f8fafb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-teal-1 {
  border-left: 3px solid #e2eff2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-teal-2 {
  border-left: 3px solid #d4e6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-teal-3 {
  border-left: 3px solid #a3c9d1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-teal-4 {
  border-left: 3px solid #5c9fa6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-teal-5 {
  border-left: 3px solid #3f878e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-teal-6 {
  border-left: 3px solid #2a6469; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-teal-7 {
  border-left: 3px solid #0c4045; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-orange-0 {
  border-left: 3px solid #ffecdd; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-orange-1 {
  border-left: 3px solid #ffe1cb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-orange-2 {
  border-left: 3px solid #ffcda6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-orange-3 {
  border-left: 3px solid #ffb06c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-orange-4 {
  border-left: 3px solid #ff9a4c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-orange-5 {
  border-left: 3px solid #f98123; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-green-0 {
  border-left: 3px solid #ecf6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-green-1 {
  border-left: 3px solid #ddeddb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-green-2 {
  border-left: 3px solid #bed6bb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-green-3 {
  border-left: 3px solid #9dc398; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-green-4 {
  border-left: 3px solid #6a9f64; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-green-5 {
  border-left: 3px solid #3e7c36; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-grey-0 {
  border-left: 3px solid #f6f6f6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-grey-1 {
  border-left: 3px solid #f1f1f1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-grey-2 {
  border-left: 3px solid #c7c7c7; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-grey-3 {
  border-left: 3px solid #a1a1a1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-grey-4 {
  border-left: 3px solid #5d6164; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-grey-5 {
  border-left: 3px solid #191927; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-white {
  border-left: 3px solid #ffffff; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-black {
  border-left: 3px solid #000000; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-red {
  border-left: 3px solid #e5553e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-blue {
  border-left: 3px solid #0d2548; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-light-blue {
  border-left: 3px solid #3577da; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-amber {
  border-left: 3px solid #dc6526; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-lime {
  border-left: 3px solid #aabe3b; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-flesh {
  border-left: 3px solid #fff4ec; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-yellow {
  border-left: 3px solid #fecb00; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-aubergine {
  border-left: 3px solid #5e2750; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-pink {
  border-left: 3px solid #b71a5d; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-violet {
  border-left: 3px solid #933d9e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-purple {
  border-left: 3px solid #662482; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-3-turquoise {
  border-left: 3px solid #008ca2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-teal-0 {
  border-left: 4px solid #f8fafb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-teal-1 {
  border-left: 4px solid #e2eff2; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-teal-2 {
  border-left: 4px solid #d4e6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-teal-3 {
  border-left: 4px solid #a3c9d1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-teal-4 {
  border-left: 4px solid #5c9fa6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-teal-5 {
  border-left: 4px solid #3f878e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-teal-6 {
  border-left: 4px solid #2a6469; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-teal-7 {
  border-left: 4px solid #0c4045; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-orange-0 {
  border-left: 4px solid #ffecdd; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-orange-1 {
  border-left: 4px solid #ffe1cb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-orange-2 {
  border-left: 4px solid #ffcda6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-orange-3 {
  border-left: 4px solid #ffb06c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-orange-4 {
  border-left: 4px solid #ff9a4c; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-orange-5 {
  border-left: 4px solid #f98123; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-green-0 {
  border-left: 4px solid #ecf6ea; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-green-1 {
  border-left: 4px solid #ddeddb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-green-2 {
  border-left: 4px solid #bed6bb; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-green-3 {
  border-left: 4px solid #9dc398; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-green-4 {
  border-left: 4px solid #6a9f64; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-green-5 {
  border-left: 4px solid #3e7c36; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-grey-0 {
  border-left: 4px solid #f6f6f6; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-grey-1 {
  border-left: 4px solid #f1f1f1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-grey-2 {
  border-left: 4px solid #c7c7c7; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-grey-3 {
  border-left: 4px solid #a1a1a1; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-grey-4 {
  border-left: 4px solid #5d6164; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-grey-5 {
  border-left: 4px solid #191927; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-white {
  border-left: 4px solid #ffffff; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-black {
  border-left: 4px solid #000000; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-red {
  border-left: 4px solid #e5553e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-blue {
  border-left: 4px solid #0d2548; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-light-blue {
  border-left: 4px solid #3577da; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-amber {
  border-left: 4px solid #dc6526; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-lime {
  border-left: 4px solid #aabe3b; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-flesh {
  border-left: 4px solid #fff4ec; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-yellow {
  border-left: 4px solid #fecb00; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-aubergine {
  border-left: 4px solid #5e2750; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-pink {
  border-left: 4px solid #b71a5d; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-violet {
  border-left: 4px solid #933d9e; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-purple {
  border-left: 4px solid #662482; }

/* line 18, ideasweb/static/scss/abstract/borders.scss */
.border-left-4-turquoise {
  border-left: 4px solid #008ca2; }

/* line 25, ideasweb/static/scss/abstract/borders.scss */
.border-divider::after {
  content: "";
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 45px;
  border-bottom: 2px solid #a1a1a1; }

/* line 34, ideasweb/static/scss/abstract/borders.scss */
.circle {
  border-radius: 50%;
  overflow: hidden; }

/* line 39, ideasweb/static/scss/abstract/borders.scss */
.border-radius-0 {
  border-radius: 0; }

/* line 43, ideasweb/static/scss/abstract/borders.scss */
.border-radius, .highlighter, .events-row-card, .banner, .accordion .collapsible, q,
.quote, .alert-box, .audience-select a {
  border-radius: 10px;
  overflow: hidden; }

/* line 48, ideasweb/static/scss/abstract/borders.scss */
.border-radius-button, .btn, .btn-secondary, .btn-primary, .btn-smallest, .btn-small, input[type="email"] {
  border-radius: 10px;
  overflow: hidden; }

/* line 53, ideasweb/static/scss/abstract/borders.scss */
.border-top-radius {
  border-radius: 10px 10px 0 0;
  overflow: hidden; }

/* line 58, ideasweb/static/scss/abstract/borders.scss */
.border-right-radius {
  border-radius: 0 10px 10px 0;
  overflow: hidden; }

/* line 63, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-radius {
  border-radius: 0 0 10px 10px;
  overflow: hidden; }

/* line 68, ideasweb/static/scss/abstract/borders.scss */
.border-left-radius {
  border-radius: 10px 0 0 10px;
  overflow: hidden; }

/* line 73, ideasweb/static/scss/abstract/borders.scss */
.border-top-left-radius {
  border-radius: 10px 0 0 0;
  overflow: hidden; }

/* line 78, ideasweb/static/scss/abstract/borders.scss */
.border-top-right-radius {
  border-radius: 0 10px 0 0;
  overflow: hidden; }

/* line 83, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-right-radius {
  border-radius: 0 0 10px 0;
  overflow: hidden; }

/* line 88, ideasweb/static/scss/abstract/borders.scss */
.border-bottom-left-radius {
  border-radius: 0 0 0 10px;
  overflow: hidden; }

/* Build breakpoint specific border-radius helper classes */
@media only screen and (min-width: 560px) {
  /* line 96, ideasweb/static/scss/abstract/borders.scss */
  .border-sm-top-radius {
    border-radius: 10px 10px 0 0; }
  /* line 99, ideasweb/static/scss/abstract/borders.scss */
  .border-sm-right-radius {
    border-radius: 0 10px 10px 0; }
  /* line 102, ideasweb/static/scss/abstract/borders.scss */
  .border-sm-bottom-radius {
    border-radius: 0 0 10px 10px; }
  /* line 105, ideasweb/static/scss/abstract/borders.scss */
  .border-sm-left-radius {
    border-radius: 10px 0 0 10px; } }

@media only screen and (min-width: 768px) {
  /* line 96, ideasweb/static/scss/abstract/borders.scss */
  .border-md-top-radius {
    border-radius: 10px 10px 0 0; }
  /* line 99, ideasweb/static/scss/abstract/borders.scss */
  .border-md-right-radius {
    border-radius: 0 10px 10px 0; }
  /* line 102, ideasweb/static/scss/abstract/borders.scss */
  .border-md-bottom-radius {
    border-radius: 0 0 10px 10px; }
  /* line 105, ideasweb/static/scss/abstract/borders.scss */
  .border-md-left-radius {
    border-radius: 10px 0 0 10px; } }

@media only screen and (min-width: 992px) {
  /* line 96, ideasweb/static/scss/abstract/borders.scss */
  .border-lg-top-radius {
    border-radius: 10px 10px 0 0; }
  /* line 99, ideasweb/static/scss/abstract/borders.scss */
  .border-lg-right-radius {
    border-radius: 0 10px 10px 0; }
  /* line 102, ideasweb/static/scss/abstract/borders.scss */
  .border-lg-bottom-radius {
    border-radius: 0 0 10px 10px; }
  /* line 105, ideasweb/static/scss/abstract/borders.scss */
  .border-lg-left-radius {
    border-radius: 10px 0 0 10px; } }

@media only screen and (min-width: 1200px) {
  /* line 96, ideasweb/static/scss/abstract/borders.scss */
  .border-xl-top-radius {
    border-radius: 10px 10px 0 0; }
  /* line 99, ideasweb/static/scss/abstract/borders.scss */
  .border-xl-right-radius {
    border-radius: 0 10px 10px 0; }
  /* line 102, ideasweb/static/scss/abstract/borders.scss */
  .border-xl-bottom-radius {
    border-radius: 0 0 10px 10px; }
  /* line 105, ideasweb/static/scss/abstract/borders.scss */
  .border-xl-left-radius {
    border-radius: 10px 0 0 10px; } }

/* Mixin returns the width of x amount of columns called by the col() mixin */
/* Mixin returns the width of x amount of columns */
/* Dynamically creates classes for non specific breakpoint cols: example col-6 */
/* line 19, ideasweb/static/scss/abstract/cols.scss */
.col-1 {
  flex: 0 0 calc(calc(100% / 12) * 1);
  max-width: calc(calc(100% / 12) * 1); }

/* line 19, ideasweb/static/scss/abstract/cols.scss */
.col-2 {
  flex: 0 0 calc(calc(100% / 12) * 2);
  max-width: calc(calc(100% / 12) * 2); }

/* line 19, ideasweb/static/scss/abstract/cols.scss */
.col-3 {
  flex: 0 0 calc(calc(100% / 12) * 3);
  max-width: calc(calc(100% / 12) * 3); }

/* line 19, ideasweb/static/scss/abstract/cols.scss */
.col-4 {
  flex: 0 0 calc(calc(100% / 12) * 4);
  max-width: calc(calc(100% / 12) * 4); }

/* line 19, ideasweb/static/scss/abstract/cols.scss */
.col-5 {
  flex: 0 0 calc(calc(100% / 12) * 5);
  max-width: calc(calc(100% / 12) * 5); }

/* line 19, ideasweb/static/scss/abstract/cols.scss */
.col-6 {
  flex: 0 0 calc(calc(100% / 12) * 6);
  max-width: calc(calc(100% / 12) * 6); }

/* line 19, ideasweb/static/scss/abstract/cols.scss */
.col-7 {
  flex: 0 0 calc(calc(100% / 12) * 7);
  max-width: calc(calc(100% / 12) * 7); }

/* line 19, ideasweb/static/scss/abstract/cols.scss */
.col-8 {
  flex: 0 0 calc(calc(100% / 12) * 8);
  max-width: calc(calc(100% / 12) * 8); }

/* line 19, ideasweb/static/scss/abstract/cols.scss */
.col-9 {
  flex: 0 0 calc(calc(100% / 12) * 9);
  max-width: calc(calc(100% / 12) * 9); }

/* line 19, ideasweb/static/scss/abstract/cols.scss */
.col-10 {
  flex: 0 0 calc(calc(100% / 12) * 10);
  max-width: calc(calc(100% / 12) * 10); }

/* line 19, ideasweb/static/scss/abstract/cols.scss */
.col-11 {
  flex: 0 0 calc(calc(100% / 12) * 11);
  max-width: calc(calc(100% / 12) * 11); }

/* line 19, ideasweb/static/scss/abstract/cols.scss */
.col-12 {
  flex: 0 0 calc(calc(100% / 12) * 12);
  max-width: calc(calc(100% / 12) * 12); }

/* Dynamically creates classes for cols: example col-md-6 */
/* Generate col classes for all column breakpoints */
@media only screen and (min-width: 560px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-sm-1 {
    flex: 0 0 calc(calc(100% / 12) * 1);
    max-width: calc(calc(100% / 12) * 1); } }

@media only screen and (min-width: 560px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-sm-2 {
    flex: 0 0 calc(calc(100% / 12) * 2);
    max-width: calc(calc(100% / 12) * 2); } }

@media only screen and (min-width: 560px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-sm-3 {
    flex: 0 0 calc(calc(100% / 12) * 3);
    max-width: calc(calc(100% / 12) * 3); } }

@media only screen and (min-width: 560px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-sm-4 {
    flex: 0 0 calc(calc(100% / 12) * 4);
    max-width: calc(calc(100% / 12) * 4); } }

@media only screen and (min-width: 560px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-sm-5 {
    flex: 0 0 calc(calc(100% / 12) * 5);
    max-width: calc(calc(100% / 12) * 5); } }

@media only screen and (min-width: 560px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-sm-6 {
    flex: 0 0 calc(calc(100% / 12) * 6);
    max-width: calc(calc(100% / 12) * 6); } }

@media only screen and (min-width: 560px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-sm-7 {
    flex: 0 0 calc(calc(100% / 12) * 7);
    max-width: calc(calc(100% / 12) * 7); } }

@media only screen and (min-width: 560px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-sm-8 {
    flex: 0 0 calc(calc(100% / 12) * 8);
    max-width: calc(calc(100% / 12) * 8); } }

@media only screen and (min-width: 560px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-sm-9 {
    flex: 0 0 calc(calc(100% / 12) * 9);
    max-width: calc(calc(100% / 12) * 9); } }

@media only screen and (min-width: 560px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-sm-10 {
    flex: 0 0 calc(calc(100% / 12) * 10);
    max-width: calc(calc(100% / 12) * 10); } }

@media only screen and (min-width: 560px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-sm-11 {
    flex: 0 0 calc(calc(100% / 12) * 11);
    max-width: calc(calc(100% / 12) * 11); } }

@media only screen and (min-width: 560px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-sm-12 {
    flex: 0 0 calc(calc(100% / 12) * 12);
    max-width: calc(calc(100% / 12) * 12); } }

@media only screen and (min-width: 768px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-md-1 {
    flex: 0 0 calc(calc(100% / 12) * 1);
    max-width: calc(calc(100% / 12) * 1); } }

@media only screen and (min-width: 768px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-md-2 {
    flex: 0 0 calc(calc(100% / 12) * 2);
    max-width: calc(calc(100% / 12) * 2); } }

@media only screen and (min-width: 768px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-md-3 {
    flex: 0 0 calc(calc(100% / 12) * 3);
    max-width: calc(calc(100% / 12) * 3); } }

@media only screen and (min-width: 768px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-md-4 {
    flex: 0 0 calc(calc(100% / 12) * 4);
    max-width: calc(calc(100% / 12) * 4); } }

@media only screen and (min-width: 768px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-md-5 {
    flex: 0 0 calc(calc(100% / 12) * 5);
    max-width: calc(calc(100% / 12) * 5); } }

@media only screen and (min-width: 768px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-md-6 {
    flex: 0 0 calc(calc(100% / 12) * 6);
    max-width: calc(calc(100% / 12) * 6); } }

@media only screen and (min-width: 768px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-md-7 {
    flex: 0 0 calc(calc(100% / 12) * 7);
    max-width: calc(calc(100% / 12) * 7); } }

@media only screen and (min-width: 768px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-md-8 {
    flex: 0 0 calc(calc(100% / 12) * 8);
    max-width: calc(calc(100% / 12) * 8); } }

@media only screen and (min-width: 768px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-md-9 {
    flex: 0 0 calc(calc(100% / 12) * 9);
    max-width: calc(calc(100% / 12) * 9); } }

@media only screen and (min-width: 768px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-md-10 {
    flex: 0 0 calc(calc(100% / 12) * 10);
    max-width: calc(calc(100% / 12) * 10); } }

@media only screen and (min-width: 768px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-md-11 {
    flex: 0 0 calc(calc(100% / 12) * 11);
    max-width: calc(calc(100% / 12) * 11); } }

@media only screen and (min-width: 768px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-md-12 {
    flex: 0 0 calc(calc(100% / 12) * 12);
    max-width: calc(calc(100% / 12) * 12); } }

@media only screen and (min-width: 992px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-lg-1 {
    flex: 0 0 calc(calc(100% / 12) * 1);
    max-width: calc(calc(100% / 12) * 1); } }

@media only screen and (min-width: 992px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-lg-2 {
    flex: 0 0 calc(calc(100% / 12) * 2);
    max-width: calc(calc(100% / 12) * 2); } }

@media only screen and (min-width: 992px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-lg-3 {
    flex: 0 0 calc(calc(100% / 12) * 3);
    max-width: calc(calc(100% / 12) * 3); } }

@media only screen and (min-width: 992px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-lg-4 {
    flex: 0 0 calc(calc(100% / 12) * 4);
    max-width: calc(calc(100% / 12) * 4); } }

@media only screen and (min-width: 992px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-lg-5 {
    flex: 0 0 calc(calc(100% / 12) * 5);
    max-width: calc(calc(100% / 12) * 5); } }

@media only screen and (min-width: 992px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-lg-6 {
    flex: 0 0 calc(calc(100% / 12) * 6);
    max-width: calc(calc(100% / 12) * 6); } }

@media only screen and (min-width: 992px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-lg-7 {
    flex: 0 0 calc(calc(100% / 12) * 7);
    max-width: calc(calc(100% / 12) * 7); } }

@media only screen and (min-width: 992px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-lg-8 {
    flex: 0 0 calc(calc(100% / 12) * 8);
    max-width: calc(calc(100% / 12) * 8); } }

@media only screen and (min-width: 992px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-lg-9 {
    flex: 0 0 calc(calc(100% / 12) * 9);
    max-width: calc(calc(100% / 12) * 9); } }

@media only screen and (min-width: 992px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-lg-10 {
    flex: 0 0 calc(calc(100% / 12) * 10);
    max-width: calc(calc(100% / 12) * 10); } }

@media only screen and (min-width: 992px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-lg-11 {
    flex: 0 0 calc(calc(100% / 12) * 11);
    max-width: calc(calc(100% / 12) * 11); } }

@media only screen and (min-width: 992px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-lg-12 {
    flex: 0 0 calc(calc(100% / 12) * 12);
    max-width: calc(calc(100% / 12) * 12); } }

@media only screen and (min-width: 1200px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xl-1 {
    flex: 0 0 calc(calc(100% / 12) * 1);
    max-width: calc(calc(100% / 12) * 1); } }

@media only screen and (min-width: 1200px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xl-2 {
    flex: 0 0 calc(calc(100% / 12) * 2);
    max-width: calc(calc(100% / 12) * 2); } }

@media only screen and (min-width: 1200px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xl-3 {
    flex: 0 0 calc(calc(100% / 12) * 3);
    max-width: calc(calc(100% / 12) * 3); } }

@media only screen and (min-width: 1200px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xl-4 {
    flex: 0 0 calc(calc(100% / 12) * 4);
    max-width: calc(calc(100% / 12) * 4); } }

@media only screen and (min-width: 1200px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xl-5 {
    flex: 0 0 calc(calc(100% / 12) * 5);
    max-width: calc(calc(100% / 12) * 5); } }

@media only screen and (min-width: 1200px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xl-6 {
    flex: 0 0 calc(calc(100% / 12) * 6);
    max-width: calc(calc(100% / 12) * 6); } }

@media only screen and (min-width: 1200px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xl-7 {
    flex: 0 0 calc(calc(100% / 12) * 7);
    max-width: calc(calc(100% / 12) * 7); } }

@media only screen and (min-width: 1200px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xl-8 {
    flex: 0 0 calc(calc(100% / 12) * 8);
    max-width: calc(calc(100% / 12) * 8); } }

@media only screen and (min-width: 1200px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xl-9 {
    flex: 0 0 calc(calc(100% / 12) * 9);
    max-width: calc(calc(100% / 12) * 9); } }

@media only screen and (min-width: 1200px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xl-10 {
    flex: 0 0 calc(calc(100% / 12) * 10);
    max-width: calc(calc(100% / 12) * 10); } }

@media only screen and (min-width: 1200px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xl-11 {
    flex: 0 0 calc(calc(100% / 12) * 11);
    max-width: calc(calc(100% / 12) * 11); } }

@media only screen and (min-width: 1200px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xl-12 {
    flex: 0 0 calc(calc(100% / 12) * 12);
    max-width: calc(calc(100% / 12) * 12); } }

/* Generate xs col classes for xs breakpoint down */
@media only screen and (max-width: 559px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xs-1 {
    flex: 0 0 calc(calc(100% / 12) * 1);
    max-width: calc(calc(100% / 12) * 1); } }

@media only screen and (max-width: 559px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xs-2 {
    flex: 0 0 calc(calc(100% / 12) * 2);
    max-width: calc(calc(100% / 12) * 2); } }

@media only screen and (max-width: 559px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xs-3 {
    flex: 0 0 calc(calc(100% / 12) * 3);
    max-width: calc(calc(100% / 12) * 3); } }

@media only screen and (max-width: 559px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xs-4 {
    flex: 0 0 calc(calc(100% / 12) * 4);
    max-width: calc(calc(100% / 12) * 4); } }

@media only screen and (max-width: 559px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xs-5 {
    flex: 0 0 calc(calc(100% / 12) * 5);
    max-width: calc(calc(100% / 12) * 5); } }

@media only screen and (max-width: 559px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xs-6 {
    flex: 0 0 calc(calc(100% / 12) * 6);
    max-width: calc(calc(100% / 12) * 6); } }

@media only screen and (max-width: 559px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xs-7 {
    flex: 0 0 calc(calc(100% / 12) * 7);
    max-width: calc(calc(100% / 12) * 7); } }

@media only screen and (max-width: 559px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xs-8 {
    flex: 0 0 calc(calc(100% / 12) * 8);
    max-width: calc(calc(100% / 12) * 8); } }

@media only screen and (max-width: 559px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xs-9 {
    flex: 0 0 calc(calc(100% / 12) * 9);
    max-width: calc(calc(100% / 12) * 9); } }

@media only screen and (max-width: 559px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xs-10 {
    flex: 0 0 calc(calc(100% / 12) * 10);
    max-width: calc(calc(100% / 12) * 10); } }

@media only screen and (max-width: 559px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xs-11 {
    flex: 0 0 calc(calc(100% / 12) * 11);
    max-width: calc(calc(100% / 12) * 11); } }

@media only screen and (max-width: 559px) {
  /* line 27, ideasweb/static/scss/abstract/cols.scss */
  .col-xs-12 {
    flex: 0 0 calc(calc(100% / 12) * 12);
    max-width: calc(calc(100% / 12) * 12); } }

/* line 51, ideasweb/static/scss/abstract/cols.scss */
.col {
  flex-basis: 1;
  flex-grow: 1;
  padding: 0 15px; }
  @media only screen and (min-width: 768px) {
    /* line 51, ideasweb/static/scss/abstract/cols.scss */
    .col {
      padding: 0 9px; } }
/* line 60, ideasweb/static/scss/abstract/cols.scss */
.col.no-gutters {
  margin: 0 15px; }

/* calculate column offset values */
/* build col offset classes */
@media only screen and (min-width: 560px) {
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-sm-0 {
    margin-left: calc(calc(100% / 12) * 0); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-sm-1 {
    margin-left: calc(calc(100% / 12) * 1); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-sm-2 {
    margin-left: calc(calc(100% / 12) * 2); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-sm-3 {
    margin-left: calc(calc(100% / 12) * 3); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-sm-4 {
    margin-left: calc(calc(100% / 12) * 4); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-sm-5 {
    margin-left: calc(calc(100% / 12) * 5); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-sm-6 {
    margin-left: calc(calc(100% / 12) * 6); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-sm-7 {
    margin-left: calc(calc(100% / 12) * 7); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-sm-8 {
    margin-left: calc(calc(100% / 12) * 8); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-sm-9 {
    margin-left: calc(calc(100% / 12) * 9); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-sm-10 {
    margin-left: calc(calc(100% / 12) * 10); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-sm-11 {
    margin-left: calc(calc(100% / 12) * 11); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-sm-12 {
    margin-left: calc(calc(100% / 12) * 12); } }

@media only screen and (min-width: 768px) {
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-md-0 {
    margin-left: calc(calc(100% / 12) * 0); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-md-1 {
    margin-left: calc(calc(100% / 12) * 1); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-md-2 {
    margin-left: calc(calc(100% / 12) * 2); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-md-3 {
    margin-left: calc(calc(100% / 12) * 3); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-md-4 {
    margin-left: calc(calc(100% / 12) * 4); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-md-5 {
    margin-left: calc(calc(100% / 12) * 5); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-md-6 {
    margin-left: calc(calc(100% / 12) * 6); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-md-7 {
    margin-left: calc(calc(100% / 12) * 7); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-md-8 {
    margin-left: calc(calc(100% / 12) * 8); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-md-9 {
    margin-left: calc(calc(100% / 12) * 9); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-md-10 {
    margin-left: calc(calc(100% / 12) * 10); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-md-11 {
    margin-left: calc(calc(100% / 12) * 11); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-md-12 {
    margin-left: calc(calc(100% / 12) * 12); } }

@media only screen and (min-width: 992px) {
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-lg-0 {
    margin-left: calc(calc(100% / 12) * 0); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-lg-1 {
    margin-left: calc(calc(100% / 12) * 1); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-lg-2 {
    margin-left: calc(calc(100% / 12) * 2); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-lg-3 {
    margin-left: calc(calc(100% / 12) * 3); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-lg-4 {
    margin-left: calc(calc(100% / 12) * 4); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-lg-5 {
    margin-left: calc(calc(100% / 12) * 5); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-lg-6 {
    margin-left: calc(calc(100% / 12) * 6); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-lg-7 {
    margin-left: calc(calc(100% / 12) * 7); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-lg-8 {
    margin-left: calc(calc(100% / 12) * 8); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-lg-9 {
    margin-left: calc(calc(100% / 12) * 9); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-lg-10 {
    margin-left: calc(calc(100% / 12) * 10); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-lg-11 {
    margin-left: calc(calc(100% / 12) * 11); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-lg-12 {
    margin-left: calc(calc(100% / 12) * 12); } }

@media only screen and (min-width: 1200px) {
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-xl-0 {
    margin-left: calc(calc(100% / 12) * 0); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-xl-1 {
    margin-left: calc(calc(100% / 12) * 1); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-xl-2 {
    margin-left: calc(calc(100% / 12) * 2); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-xl-3 {
    margin-left: calc(calc(100% / 12) * 3); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-xl-4 {
    margin-left: calc(calc(100% / 12) * 4); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-xl-5 {
    margin-left: calc(calc(100% / 12) * 5); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-xl-6 {
    margin-left: calc(calc(100% / 12) * 6); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-xl-7 {
    margin-left: calc(calc(100% / 12) * 7); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-xl-8 {
    margin-left: calc(calc(100% / 12) * 8); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-xl-9 {
    margin-left: calc(calc(100% / 12) * 9); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-xl-10 {
    margin-left: calc(calc(100% / 12) * 10); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-xl-11 {
    margin-left: calc(calc(100% / 12) * 11); }
  /* line 73, ideasweb/static/scss/abstract/cols.scss */
  .offset-xl-12 {
    margin-left: calc(calc(100% / 12) * 12); } }

@media only screen and (min-width: 992px) {
  /* line 80, ideasweb/static/scss/abstract/cols.scss */
  .twin-col-100 {
    columns: 100px 2; } }

@media only screen and (min-width: 992px) {
  /* line 86, ideasweb/static/scss/abstract/cols.scss */
  .twin-col-200 {
    columns: 200px 2; } }

/* line 1, ideasweb/static/scss/abstract/layouts.scss */
.headless {
  height: 100vh; }

/* Based on BS container */
/* line 5, ideasweb/static/scss/abstract/layouts.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  /* If sub container remove horizontal padding */ }
  @media only screen and (min-width: 560px) {
    /* line 5, ideasweb/static/scss/abstract/layouts.scss */
    .container {
      max-width: 540px; } }
  @media only screen and (min-width: 768px) {
    /* line 5, ideasweb/static/scss/abstract/layouts.scss */
    .container {
      max-width: 720px; } }
  @media only screen and (min-width: 992px) {
    /* line 5, ideasweb/static/scss/abstract/layouts.scss */
    .container {
      max-width: 960px; } }
  @media only screen and (min-width: 1200px) {
    /* line 5, ideasweb/static/scss/abstract/layouts.scss */
    .container {
      max-width: 1160px; } }
  /* line 28, ideasweb/static/scss/abstract/layouts.scss */
  .container .container {
    padding-right: 0;
    padding-left: 0; }

/* line 34, ideasweb/static/scss/abstract/layouts.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

/* Based on BS row */
/* line 43, ideasweb/static/scss/abstract/layouts.scss */
.row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

/* Goes into .row to give same paddings as if using .col */
/* line 52, ideasweb/static/scss/abstract/layouts.scss */
.inner {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

/* line 60, ideasweb/static/scss/abstract/layouts.scss */
.template-404 .error-page {
  background: url("/static/images/404.svg?2c6e2341e23c") no-repeat center 10%/80%; }
  @media only screen and (min-width: 768px) {
    /* line 60, ideasweb/static/scss/abstract/layouts.scss */
    .template-404 .error-page {
      background-image: none; } }
/* line 68, ideasweb/static/scss/abstract/layouts.scss */
.template-503 .error-page {
  background: url("/static/images/503.svg") no-repeat center 10%/80%; }
  @media only screen and (min-width: 768px) {
    /* line 68, ideasweb/static/scss/abstract/layouts.scss */
    .template-503 .error-page {
      background-image: none; } }
/* line 77, ideasweb/static/scss/abstract/layouts.scss */
.template-404 .error-page .col,
.template-503 .error-page .col {
  height: 100vh; }

/* line 81, ideasweb/static/scss/abstract/layouts.scss */
.template-404 > div,
.template-503 > div {
  height: 100vh; }

@media only screen and (min-width: 768px) {
  /* line 85, ideasweb/static/scss/abstract/layouts.scss */
  .template-404 .page-404,
  .template-404 .page-503,
  .template-503 .page-404,
  .template-503 .page-503 {
    min-height: 50vh;
    background: url("/static/images/404.svg?2c6e2341e23c") no-repeat center center/contain; } }

@media only screen and (min-width: 992px) {
  /* line 85, ideasweb/static/scss/abstract/layouts.scss */
  .template-404 .page-404,
  .template-404 .page-503,
  .template-503 .page-404,
  .template-503 .page-503 {
    min-height: 55vh; } }

/* line 95, ideasweb/static/scss/abstract/layouts.scss */
.template-404 .page-404 img,
.template-404 .page-503 img,
.template-503 .page-404 img,
.template-503 .page-503 img {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    /* line 95, ideasweb/static/scss/abstract/layouts.scss */
    .template-404 .page-404 img,
    .template-404 .page-503 img,
    .template-503 .page-404 img,
    .template-503 .page-503 img {
      display: none; } }
/* line 102, ideasweb/static/scss/abstract/layouts.scss */
.template-404 .page-404 a,
.template-404 .page-503 a,
.template-503 .page-404 a,
.template-503 .page-503 a {
  color: #e5553e;
  text-decoration: underline; }

@media only screen and (min-width: 768px) {
  /* line 107, ideasweb/static/scss/abstract/layouts.scss */
  .template-404 .page-503,
  .template-503 .page-503 {
    min-height: 50vh;
    background: url("/static/images/503.svg") no-repeat center center/contain; } }

@font-face {
  font-family: "Sharp";
  src: url("/static/fonts/sharp/SharpSansDispNo1-Semibold.woff2?2c6e2341e23c") format("woff2"), url("/static/fonts/sharp/SharpSansDispNo1-Semibold.woff?2c6e2341e23c") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Sharp";
  src: url("/static/fonts/sharp/SharpSansDispNo1-SemiboldIt.woff2?2c6e2341e23c") format("woff2"), url("/static/fonts/sharp/SharpSansDispNo1-SemiboldIt.woff?2c6e2341e23c") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Graphik";
  src: url("/static/fonts/graphik/Graphik-Light-Web.woff2?2c6e2341e23c") format("woff2"), url("/static/fonts/graphik/Graphik-Light-Web.woff?2c6e2341e23c") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Graphik";
  src: url("/static/fonts/graphik/Graphik-LightItalic-Web.woff2?2c6e2341e23c") format("woff2"), url("/static/fonts/graphik/Graphik-LightItalic-Web.woff?2c6e2341e23c") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Akrobat";
  src: url("/static/fonts/akrobat/Akrobat-Regular.woff2?2c6e2341e23c") format("woff2"), url("/static/fonts/akrobat/Akrobat-Regular.woff?2c6e2341e23c") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Akrobat";
  src: url("/static/fonts/akrobat/Akrobat-Bold-Web.woff2") format("woff2"), url("/static/fonts/akrobat/Akrobat-Bold-Web.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

/* line 1, ideasweb/static/scss/base/normalise.scss */
*,
*::after,
*::before {
  box-sizing: border-box; }

/* line 7, ideasweb/static/scss/base/normalise.scss */
html,
body {
  margin: 0;
  padding: 0; }

/* line 13, ideasweb/static/scss/base/normalise.scss */
h1,
h2,
h3,
h4 {
  margin: 0; }

/* line 20, ideasweb/static/scss/base/normalise.scss */
p {
  margin: 0; }

/* line 24, ideasweb/static/scss/base/normalise.scss */
a {
  text-decoration: none; }

/* line 28, ideasweb/static/scss/base/normalise.scss */
button {
  appearance: none;
  text-rendering: auto;
  color: inherit;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  display: inline-block;
  text-align: inherit;
  align-items: flex-start;
  cursor: pointer;
  background-color: none;
  box-sizing: border-box;
  margin: inherit;
  font: inherit;
  padding: inherit;
  border-width: inherit;
  border-style: inherit;
  border-color: inherit;
  border-image: none; }

/* line 52, ideasweb/static/scss/base/normalise.scss */
input {
  outline: none; }

/* line 56, ideasweb/static/scss/base/normalise.scss */
figure {
  margin: 0 0 25px; }

/* line 60, ideasweb/static/scss/base/normalise.scss */
img {
  display: block;
  max-width: 100%;
  height: auto; }

/* line 66, ideasweb/static/scss/base/normalise.scss */
label {
  cursor: pointer; }

/* line 70, ideasweb/static/scss/base/normalise.scss */
section {
  max-width: 100vw;
  overflow-x: hidden; }

/* line 1, ideasweb/static/scss/base/forms.scss */
.form-field,
input[type="text"],
input[type="email"],
input[type="password"],
select {
  padding: 1rem;
  border: 1px solid #a1a1a1;
  color: #191927;
  font-size: 18px;
  line-height: 24px; }

/* line 16, ideasweb/static/scss/base/forms.scss */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/static/images/icons/icon-chevron-down.svg") no-repeat no-repeat 94% 60% #ffffff;
  background-size: 1rem; }

/* line 25, ideasweb/static/scss/base/forms.scss */
select::-ms-expand {
  display: none; }

/* line 29, ideasweb/static/scss/base/forms.scss */
input[type="submit"] {
  font-size: 18px;
  line-height: 24px; }

/* line 33, ideasweb/static/scss/base/forms.scss */
::placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder {
  font-size: "18px";
  line-height: initial;
  color: #191927; }

/* line 41, ideasweb/static/scss/base/forms.scss */
.form-check {
  position: relative;
  user-select: none; }
  /* line 45, ideasweb/static/scss/base/forms.scss */
  .form-check input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0; }
    /* line 51, ideasweb/static/scss/base/forms.scss */
    .form-check input:checked ~ .form-radio:after {
      display: block; }
  /* line 56, ideasweb/static/scss/base/forms.scss */
  .form-check:hover input ~ .form-radio {
    background-color: #a1a1a1;
    cursor: pointer; }
  /* line 61, ideasweb/static/scss/base/forms.scss */
  .form-check .form-check-label {
    position: relative;
    cursor: pointer;
    z-index: 999; }

/* line 68, ideasweb/static/scss/base/forms.scss */
.form-radio {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #a1a1a1;
  border-radius: 50%; }
  @media only screen and (min-width: 768px) {
    /* line 68, ideasweb/static/scss/base/forms.scss */
    .form-radio {
      top: 3px; } }
  @media only screen and (min-width: 992px) {
    /* line 68, ideasweb/static/scss/base/forms.scss */
    .form-radio {
      top: 6px; } }
  /* line 85, ideasweb/static/scss/base/forms.scss */
  .form-radio:after {
    content: "";
    position: absolute;
    display: none;
    left: 2.5px;
    top: 2.5px;
    height: 9px;
    width: 9px;
    background-color: #e5553e;
    border-radius: 50%; }

/* Set the default font usage across the site */
/* line 2, ideasweb/static/scss/theme/typography.scss */
.site-text,
html,
input {
  text-size-adjust: 100%;
  font-family: "Graphik", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Font styles */
/* line 15, ideasweb/static/scss/theme/typography.scss */
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.title {
  font-family: "Akrobat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-size-adjust: 100%;
  letter-spacing: -0.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 34, ideasweb/static/scss/theme/typography.scss */
.font-light {
  font-family: light; }

/* line 37, ideasweb/static/scss/theme/typography.scss */
.font-bold {
  font-family: bold; }

/* line 40, ideasweb/static/scss/theme/typography.scss */
.font-extra-bold {
  font-family: extra-bold; }

/* Font sizes */
/* line 45, ideasweb/static/scss/theme/typography.scss */
h1,
.h1 {
  font-size: 64px;
  line-height: 64px; }

/* line 51, ideasweb/static/scss/theme/typography.scss */
h2,
.h2 {
  font-size: 48px;
  line-height: 48px; }

/* line 57, ideasweb/static/scss/theme/typography.scss */
h3,
.h3 {
  font-size: 36px;
  line-height: 48px; }

/* line 63, ideasweb/static/scss/theme/typography.scss */
h4,
.h4 {
  font-size: 32px;
  line-height: 32px; }

/* Font weights */
/* line 71, ideasweb/static/scss/theme/typography.scss */
.thin {
  font-weight: 200; }

/* line 74, ideasweb/static/scss/theme/typography.scss */
.light {
  font-weight: 300; }

/* line 77, ideasweb/static/scss/theme/typography.scss */
.regular {
  font-weight: 400; }

/* line 80, ideasweb/static/scss/theme/typography.scss */
.bold {
  font-weight: 700; }

/* line 84, ideasweb/static/scss/theme/typography.scss */
.text-smallest, .highlighter .highlighter__footer-links a, .pill, #basket .items-wrapper .file-title {
  font-size: 14px;
  line-height: 20px; }

/* line 88, ideasweb/static/scss/theme/typography.scss */
.text-small, .teaser.thumb p,
.teaser-thumb.thumb p, .cards .cards-wrapper .card .card__header p {
  font-size: 16px;
  line-height: 22px; }

/* line 92, ideasweb/static/scss/theme/typography.scss */
.text-default, .teaser .teaser__title p,
.teaser-thumb .teaser__title p, .site-text,
html,
input {
  font-size: 18px;
  line-height: 24px; }

/* line 96, ideasweb/static/scss/theme/typography.scss */
.text-large, .highlighter .highlight {
  font-size: 20px;
  line-height: 27px; }

/* line 100, ideasweb/static/scss/theme/typography.scss */
.text-larger {
  font-size: 28px;
  line-height: 34px; }

/* line 104, ideasweb/static/scss/theme/typography.scss */
h1.small,
.small-header h1 {
  font-size: 28px;
  line-height: 36px; }
  @media only screen and (min-width: 768px) {
    /* line 104, ideasweb/static/scss/theme/typography.scss */
    h1.small,
    .small-header h1 {
      font-size: 40px;
      line-height: 48px; } }
/* line 112, ideasweb/static/scss/theme/typography.scss */
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 119, ideasweb/static/scss/theme/typography.scss */
.breakwords, .links .bordered-grid {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word; }

/* line 127, ideasweb/static/scss/theme/typography.scss */
.uppercase {
  text-transform: uppercase; }

/* line 131, ideasweb/static/scss/theme/typography.scss */
.success {
  font-weight: bold;
  color: !important; }

/* line 136, ideasweb/static/scss/theme/typography.scss */
.error {
  font-weight: bold;
  color: #e5553e !important; }

/* line 1, ideasweb/static/scss/theme/separator-heading.scss */
.seperator-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px; }
  @media only screen and (min-width: 768px) {
    /* line 1, ideasweb/static/scss/theme/separator-heading.scss */
    .seperator-heading {
      margin-bottom: 30px; } }
  /* line 12, ideasweb/static/scss/theme/separator-heading.scss */
  .seperator-heading.favourite-products-header {
    justify-content: flex-start; }
    /* line 15, ideasweb/static/scss/theme/separator-heading.scss */
    .seperator-heading.favourite-products-header .icon {
      font-size: 24px;
      line-height: 24px;
      color: #e5553e;
      margin-right: 8px; }
  /* line 22, ideasweb/static/scss/theme/separator-heading.scss */
  .seperator-heading h3 {
    font-family: bold;
    margin: 0 1rem 0 0; }
    @media only screen and (min-width: 768px) {
      /* line 22, ideasweb/static/scss/theme/separator-heading.scss */
      .seperator-heading h3 {
        margin: 0 1.5rem 0 0; } }
  /* line 31, ideasweb/static/scss/theme/separator-heading.scss */
  .seperator-heading span {
    display: inline-block;
    border-top: 1px solid #a1a1a1;
    margin: 0;
    padding: 0;
    height: 1px;
    flex: 1 0 auto; }
  /* line 40, ideasweb/static/scss/theme/separator-heading.scss */
  .seperator-heading .button-group {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media only screen and (min-width: 768px) {
      /* line 40, ideasweb/static/scss/theme/separator-heading.scss */
      .seperator-heading .button-group {
        margin-top: 0;
        width: auto;
        flex-direction: row;
        justify-content: space-between; } }
/* line 56, ideasweb/static/scss/theme/separator-heading.scss */
.centerlined {
  position: relative; }
  /* line 58, ideasweb/static/scss/theme/separator-heading.scss */
  .centerlined span {
    position: relative;
    display: inline-block;
    background-color: inherit;
    padding: 0 0.5rem; }
  /* line 64, ideasweb/static/scss/theme/separator-heading.scss */
  .centerlined i {
    display: block;
    border-top: 1px solid #a1a1a1;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%; }

/* --------------------------------

Vodafone-icons Web Font

-------------------------------- */
/*------------------------
	icons
-------------------------*/
/* line 400, ideasweb/static/scss/components/icons.scss */
.icon-2g::before {
  content: "\ea02"; }

/* line 404, ideasweb/static/scss/components/icons.scss */
.icon-360-view::before {
  content: "\ea03"; }

/* line 408, ideasweb/static/scss/components/icons.scss */
.icon-4g::before {
  content: "\ea04"; }

/* line 412, ideasweb/static/scss/components/icons.scss */
.icon-NFC::before {
  content: "\ea05"; }

/* line 416, ideasweb/static/scss/components/icons.scss */
.icon-abrupt-cornering::before {
  content: "\ea06"; }

/* line 420, ideasweb/static/scss/components/icons.scss */
.icon-acceleration::before {
  content: "\ea07"; }

/* line 424, ideasweb/static/scss/components/icons.scss */
.icon-accessories::before {
  content: "\ea08"; }

/* line 428, ideasweb/static/scss/components/icons.scss */
.icon-4g-plus::before {
  content: "\ea09"; }

/* line 432, ideasweb/static/scss/components/icons.scss */
.icon-add-ons-boosts::before {
  content: "\ea0a"; }

/* line 436, ideasweb/static/scss/components/icons.scss */
.icon-add-or-plus::before, .expandable-list .expandable-list__tabs .expandable-list__tab input[type="radio"]:not(:checked) ~ label .icon::before,
.expandable-list .expandable-list__tabs .expandable-list__tab input[type="checkbox"]:not(:checked) ~ label .icon::before {
  content: "\ea0b"; }

/* line 440, ideasweb/static/scss/components/icons.scss */
.icon-admin::before {
  content: "\ea0c"; }

/* line 444, ideasweb/static/scss/components/icons.scss */
.icon-adult::before {
  content: "\ea0d"; }

/* line 448, ideasweb/static/scss/components/icons.scss */
.icon-alarm-system::before {
  content: "\ea0e"; }

/* line 452, ideasweb/static/scss/components/icons.scss */
.icon-all-rewards::before {
  content: "\ea0f"; }

/* line 456, ideasweb/static/scss/components/icons.scss */
.icon-android::before {
  content: "\ea10"; }

/* line 460, ideasweb/static/scss/components/icons.scss */
.icon-anti-shock::before {
  content: "\ea11"; }

/* line 464, ideasweb/static/scss/components/icons.scss */
.icon-app-anytime::before {
  content: "\ea12"; }

/* line 468, ideasweb/static/scss/components/icons.scss */
.icon-app-channel-management::before {
  content: "\ea13"; }

/* line 472, ideasweb/static/scss/components/icons.scss */
.icon-app-channel-variety::before {
  content: "\ea14"; }

/* line 476, ideasweb/static/scss/components/icons.scss */
.icon-app-cloud-dvr::before {
  content: "\ea15"; }

/* line 480, ideasweb/static/scss/components/icons.scss */
.icon-app-discovery::before {
  content: "\ea16"; }

/* line 484, ideasweb/static/scss/components/icons.scss */
.icon-app-epg-backwards::before {
  content: "\ea17"; }

/* line 488, ideasweb/static/scss/components/icons.scss */
.icon-app-epg::before {
  content: "\ea18"; }

/* line 492, ideasweb/static/scss/components/icons.scss */
.icon-app-hd::before {
  content: "\ea19"; }

/* line 496, ideasweb/static/scss/components/icons.scss */
.icon-app-kids::before {
  content: "\ea1a"; }

/* line 500, ideasweb/static/scss/components/icons.scss */
.icon-app-mediatheken::before {
  content: "\ea1b"; }

/* line 504, ideasweb/static/scss/components/icons.scss */
.icon-app-mobile-entertainment::before {
  content: "\ea1c"; }

/* line 508, ideasweb/static/scss/components/icons.scss */
.icon-app-multiscreen::before {
  content: "\ea1d"; }

/* line 512, ideasweb/static/scss/components/icons.scss */
.icon-app-restart::before {
  content: "\ea1e"; }

/* line 516, ideasweb/static/scss/components/icons.scss */
.icon-app-sideload::before {
  content: "\ea1f"; }

/* line 520, ideasweb/static/scss/components/icons.scss */
.icon-app-swipe-to-tv::before {
  content: "\ea20"; }

/* line 524, ideasweb/static/scss/components/icons.scss */
.icon-app-tv-for-you::before {
  content: "\ea21"; }

/* line 528, ideasweb/static/scss/components/icons.scss */
.icon-app-tv::before {
  content: "\ea22"; }

/* line 532, ideasweb/static/scss/components/icons.scss */
.icon-app-uhd::before {
  content: "\ea23"; }

/* line 536, ideasweb/static/scss/components/icons.scss */
.icon-app-videostore::before {
  content: "\ea24"; }

/* line 540, ideasweb/static/scss/components/icons.scss */
.icon-app-vod::before {
  content: "\ea25"; }

/* line 544, ideasweb/static/scss/components/icons.scss */
.icon-apps::before {
  content: "\ea26"; }

/* line 548, ideasweb/static/scss/components/icons.scss */
.icon-arrow-down::before {
  content: "\ea27"; }

/* line 552, ideasweb/static/scss/components/icons.scss */
.icon-arrow-left::before {
  content: "\ea28"; }

/* line 556, ideasweb/static/scss/components/icons.scss */
.icon-arrow-right::before {
  content: "\ea29"; }

/* line 560, ideasweb/static/scss/components/icons.scss */
.icon-arrow-up::before {
  content: "\ea2a"; }

/* line 564, ideasweb/static/scss/components/icons.scss */
.icon-attachment::before {
  content: "\ea2b"; }

/* line 568, ideasweb/static/scss/components/icons.scss */
.icon-auto-top-up::before {
  content: "\ea2c"; }

/* line 572, ideasweb/static/scss/components/icons.scss */
.icon-battery::before {
  content: "\ea2d"; }

/* line 576, ideasweb/static/scss/components/icons.scss */
.icon-bill-or-report::before {
  content: "\ea2e"; }

/* line 580, ideasweb/static/scss/components/icons.scss */
.icon-biometric_authentication::before {
  content: "\ea2f"; }

/* line 584, ideasweb/static/scss/components/icons.scss */
.icon-birthday-greeting::before {
  content: "\ea30"; }

/* line 588, ideasweb/static/scss/components/icons.scss */
.icon-block::before {
  content: "\ea31"; }

/* line 592, ideasweb/static/scss/components/icons.scss */
.icon-3g::before {
  content: "\ea32"; }

/* line 596, ideasweb/static/scss/components/icons.scss */
.icon-bold::before {
  content: "\ea33"; }

/* line 600, ideasweb/static/scss/components/icons.scss */
.icon-bonus::before {
  content: "\ea34"; }

/* line 604, ideasweb/static/scss/components/icons.scss */
.icon-bracelet-active::before {
  content: "\ea35"; }

/* line 608, ideasweb/static/scss/components/icons.scss */
.icon-bracelet-disabled::before {
  content: "\ea36"; }

/* line 612, ideasweb/static/scss/components/icons.scss */
.icon-braking::before {
  content: "\ea37"; }

/* line 616, ideasweb/static/scss/components/icons.scss */
.icon-broadband-or-wifi::before {
  content: "\ea38"; }

/* line 620, ideasweb/static/scss/components/icons.scss */
.icon-bullet-list::before {
  content: "\ea39"; }

/* line 624, ideasweb/static/scss/components/icons.scss */
.icon-bundles::before {
  content: "\ea3a"; }

/* line 628, ideasweb/static/scss/components/icons.scss */
.icon-business-phone::before {
  content: "\ea3b"; }

/* line 632, ideasweb/static/scss/components/icons.scss */
.icon-business::before {
  content: "\ea3c"; }

/* line 636, ideasweb/static/scss/components/icons.scss */
.icon-calculator::before {
  content: "\ea3d"; }

/* line 640, ideasweb/static/scss/components/icons.scss */
.icon-calendar::before {
  content: "\ea3e"; }

/* line 644, ideasweb/static/scss/components/icons.scss */
.icon-calls-contacts::before {
  content: "\ea3f"; }

/* line 648, ideasweb/static/scss/components/icons.scss */
.icon-camera::before {
  content: "\ea40"; }

/* line 652, ideasweb/static/scss/components/icons.scss */
.icon-car-key::before {
  content: "\ea41"; }

/* line 656, ideasweb/static/scss/components/icons.scss */
.icon-car::before {
  content: "\ea42"; }

/* line 660, ideasweb/static/scss/components/icons.scss */
.icon-careers::before {
  content: "\ea43"; }

/* line 664, ideasweb/static/scss/components/icons.scss */
.icon-carer::before {
  content: "\ea44"; }

/* line 668, ideasweb/static/scss/components/icons.scss */
.icon-case-study::before {
  content: "\ea45"; }

/* line 672, ideasweb/static/scss/components/icons.scss */
.icon-charity-giving::before {
  content: "\ea46"; }

/* line 676, ideasweb/static/scss/components/icons.scss */
.icon-chart-bar::before {
  content: "\ea47"; }

/* line 680, ideasweb/static/scss/components/icons.scss */
.icon-chart-line::before {
  content: "\ea48"; }

/* line 684, ideasweb/static/scss/components/icons.scss */
.icon-chat::before {
  content: "\ea49"; }

/* line 688, ideasweb/static/scss/components/icons.scss */
.icon-cherries-points::before {
  content: "\ea4a"; }

/* line 692, ideasweb/static/scss/components/icons.scss */
.icon-chevron-down::before {
  content: "\ea4b"; }

/* line 696, ideasweb/static/scss/components/icons.scss */
.icon-chevron-left::before {
  content: "\ea4c"; }

/* line 700, ideasweb/static/scss/components/icons.scss */
.icon-chevron-right::before {
  content: "\ea4d"; }

/* line 704, ideasweb/static/scss/components/icons.scss */
.icon-chevron-up::before {
  content: "\ea4e"; }

/* line 708, ideasweb/static/scss/components/icons.scss */
.icon-clapping::before {
  content: "\ea4f"; }

/* line 712, ideasweb/static/scss/components/icons.scss */
.icon-clock-or-timed::before {
  content: "\ea50"; }

/* line 716, ideasweb/static/scss/components/icons.scss */
.icon-close::before {
  content: "\ea51"; }

/* line 720, ideasweb/static/scss/components/icons.scss */
.icon-cloud-download::before {
  content: "\ea52"; }

/* line 724, ideasweb/static/scss/components/icons.scss */
.icon-cloud-upload::before {
  content: "\ea53"; }

/* line 728, ideasweb/static/scss/components/icons.scss */
.icon-cluster-of-events::before {
  content: "\ea54"; }

/* line 732, ideasweb/static/scss/components/icons.scss */
.icon-colour-palette::before {
  content: "\ea55"; }

/* line 736, ideasweb/static/scss/components/icons.scss */
.icon-comment::before {
  content: "\ea56"; }

/* line 740, ideasweb/static/scss/components/icons.scss */
.icon-community-or-foundation::before {
  content: "\ea57"; }

/* line 744, ideasweb/static/scss/components/icons.scss */
.icon-compass::before {
  content: "\ea58"; }

/* line 748, ideasweb/static/scss/components/icons.scss */
.icon-complaints::before {
  content: "\ea59"; }

/* line 752, ideasweb/static/scss/components/icons.scss */
.icon-completed::before {
  content: "\ea5a"; }

/* line 756, ideasweb/static/scss/components/icons.scss */
.icon-confidential::before {
  content: "\ea5b"; }

/* line 760, ideasweb/static/scss/components/icons.scss */
.icon-connected-car::before {
  content: "\ea5c"; }

/* line 764, ideasweb/static/scss/components/icons.scss */
.icon-connected-devices::before {
  content: "\ea5d"; }

/* line 768, ideasweb/static/scss/components/icons.scss */
.icon-connected::before {
  content: "\ea5e"; }

/* line 772, ideasweb/static/scss/components/icons.scss */
.icon-connectivity::before {
  content: "\ea5f"; }

/* line 776, ideasweb/static/scss/components/icons.scss */
.icon-consultant::before {
  content: "\ea60"; }

/* line 780, ideasweb/static/scss/components/icons.scss */
.icon-contactless-payment::before {
  content: "\ea61"; }

/* line 784, ideasweb/static/scss/components/icons.scss */
.icon-contest::before {
  content: "\ea62"; }

/* line 788, ideasweb/static/scss/components/icons.scss */
.icon-converged-proposition::before {
  content: "\ea63"; }

/* line 792, ideasweb/static/scss/components/icons.scss */
.icon-cost-control::before {
  content: "\ea64"; }

/* line 796, ideasweb/static/scss/components/icons.scss */
.icon-country-or-international::before {
  content: "\ea65"; }

/* line 800, ideasweb/static/scss/components/icons.scss */
.icon-cpu::before {
  content: "\ea66"; }

/* line 804, ideasweb/static/scss/components/icons.scss */
.icon-customers-or-users::before {
  content: "\ea67"; }

/* line 808, ideasweb/static/scss/components/icons.scss */
.icon-dashboard::before {
  content: "\ea68"; }

/* line 812, ideasweb/static/scss/components/icons.scss */
.icon-data::before {
  content: "\ea69"; }

/* line 816, ideasweb/static/scss/components/icons.scss */
.icon-deals::before {
  content: "\ea6a"; }

/* line 820, ideasweb/static/scss/components/icons.scss */
.icon-delete::before {
  content: "\ea6b"; }

/* line 824, ideasweb/static/scss/components/icons.scss */
.icon-delivery::before {
  content: "\ea6c"; }

/* line 828, ideasweb/static/scss/components/icons.scss */
.icon-desktop::before {
  content: "\ea6d"; }

/* line 832, ideasweb/static/scss/components/icons.scss */
.icon-device-diagnostics::before {
  content: "\ea6e"; }

/* line 836, ideasweb/static/scss/components/icons.scss */
.icon-device-guide::before {
  content: "\ea6f"; }

/* line 840, ideasweb/static/scss/components/icons.scss */
.icon-device-overview-iot::before {
  content: "\ea70"; }

/* line 844, ideasweb/static/scss/components/icons.scss */
.icon-device-thickness::before {
  content: "\ea71"; }

/* line 848, ideasweb/static/scss/components/icons.scss */
.icon-diagnostics::before {
  content: "\ea72"; }

/* line 852, ideasweb/static/scss/components/icons.scss */
.icon-dislike::before {
  content: "\ea73"; }

/* line 856, ideasweb/static/scss/components/icons.scss */
.icon-document-doc::before {
  content: "\ea74"; }

/* line 860, ideasweb/static/scss/components/icons.scss */
.icon-document-jpg::before {
  content: "\ea75"; }

/* line 864, ideasweb/static/scss/components/icons.scss */
.icon-document-pdf::before {
  content: "\ea76"; }

/* line 868, ideasweb/static/scss/components/icons.scss */
.icon-document-png::before {
  content: "\ea77"; }

/* line 872, ideasweb/static/scss/components/icons.scss */
.icon-document-ppt::before {
  content: "\ea78"; }

/* line 876, ideasweb/static/scss/components/icons.scss */
.icon-document-rtf::before {
  content: "\ea79"; }

/* line 880, ideasweb/static/scss/components/icons.scss */
.icon-document-svg::before {
  content: "\ea7a"; }

/* line 884, ideasweb/static/scss/components/icons.scss */
.icon-document-xls::before {
  content: "\ea7b"; }

/* line 888, ideasweb/static/scss/components/icons.scss */
.icon-document-zip::before {
  content: "\ea7c"; }

/* line 892, ideasweb/static/scss/components/icons.scss */
.icon-document::before {
  content: "\ea7d"; }

/* line 896, ideasweb/static/scss/components/icons.scss */
.icon-doorbell-camera::before {
  content: "\ea7e"; }

/* line 900, ideasweb/static/scss/components/icons.scss */
.icon-download::before {
  content: "\ea7f"; }

/* line 904, ideasweb/static/scss/components/icons.scss */
.icon-dwdm-muxer::before {
  content: "\ea80"; }

/* line 908, ideasweb/static/scss/components/icons.scss */
.icon-edit::before {
  content: "\ea81"; }

/* line 912, ideasweb/static/scss/components/icons.scss */
.icon-engineer::before {
  content: "\ea82"; }

/* line 916, ideasweb/static/scss/components/icons.scss */
.icon-enterprise::before {
  content: "\ea83"; }

/* line 920, ideasweb/static/scss/components/icons.scss */
.icon-entertainment::before {
  content: "\ea84"; }

/* line 924, ideasweb/static/scss/components/icons.scss */
.icon-environment::before {
  content: "\ea85"; }

/* line 928, ideasweb/static/scss/components/icons.scss */
.icon-error-circle::before {
  content: "\ea86"; }

/* line 932, ideasweb/static/scss/components/icons.scss */
.icon-error-simple::before {
  content: "\ea87"; }

/* line 936, ideasweb/static/scss/components/icons.scss */
.icon-explorer::before {
  content: "\ea88"; }

/* line 940, ideasweb/static/scss/components/icons.scss */
.icon-fall-detection-emergency::before {
  content: "\ea89"; }

/* line 944, ideasweb/static/scss/components/icons.scss */
.icon-family::before {
  content: "\ea8a"; }

/* line 948, ideasweb/static/scss/components/icons.scss */
.icon-filter::before {
  content: "\ea8b"; }

/* line 952, ideasweb/static/scss/components/icons.scss */
.icon-find-and-ring-your-device::before {
  content: "\ea8c"; }

/* line 956, ideasweb/static/scss/components/icons.scss */
.icon-fitness-tracker::before {
  content: "\ea8d"; }

/* line 960, ideasweb/static/scss/components/icons.scss */
.icon-folder::before {
  content: "\ea8e"; }

/* line 964, ideasweb/static/scss/components/icons.scss */
.icon-forum::before {
  content: "\ea8f"; }

/* line 968, ideasweb/static/scss/components/icons.scss */
.icon-forward::before {
  content: "\ea90"; }

/* line 972, ideasweb/static/scss/components/icons.scss */
.icon-generic-device-iot::before {
  content: "\ea91"; }

/* line 976, ideasweb/static/scss/components/icons.scss */
.icon-giga-tv-a::before {
  content: "\ea92"; }

/* line 980, ideasweb/static/scss/components/icons.scss */
.icon-giga-tv-b::before {
  content: "\ea93"; }

/* line 984, ideasweb/static/scss/components/icons.scss */
.icon-grid-view::before {
  content: "\ea94"; }

/* line 988, ideasweb/static/scss/components/icons.scss */
.icon-healthy-living::before {
  content: "\ea95"; }

/* line 992, ideasweb/static/scss/components/icons.scss */
.icon-help-at-hand::before {
  content: "\ea96"; }

/* line 996, ideasweb/static/scss/components/icons.scss */
.icon-help-circle::before {
  content: "\ea97"; }

/* line 1000, ideasweb/static/scss/components/icons.scss */
.icon-home::before {
  content: "\ea98"; }

/* line 1004, ideasweb/static/scss/components/icons.scss */
.icon-idea-or-innovation::before {
  content: "\ea99"; }

/* line 1008, ideasweb/static/scss/components/icons.scss */
.icon-important-numbers::before {
  content: "\ea9a"; }

/* line 1012, ideasweb/static/scss/components/icons.scss */
.icon-info-circle::before {
  content: "\ea9b"; }

/* line 1016, ideasweb/static/scss/components/icons.scss */
.icon-infographic::before {
  content: "\ea9c"; }

/* line 1020, ideasweb/static/scss/components/icons.scss */
.icon-insert-code::before {
  content: "\ea9d"; }

/* line 1024, ideasweb/static/scss/components/icons.scss */
.icon-insights::before {
  content: "\ea9e"; }

/* line 1028, ideasweb/static/scss/components/icons.scss */
.icon-insurance::before {
  content: "\ea9f"; }

/* line 1032, ideasweb/static/scss/components/icons.scss */
.icon-italic::before {
  content: "\eaa0"; }

/* line 1036, ideasweb/static/scss/components/icons.scss */
.icon-kippy-device::before {
  content: "\eaa1"; }

/* line 1040, ideasweb/static/scss/components/icons.scss */
.icon-landline-or-call::before {
  content: "\eaa2"; }

/* line 1044, ideasweb/static/scss/components/icons.scss */
.icon-lateral-movement::before {
  content: "\eaa3"; }

/* line 1048, ideasweb/static/scss/components/icons.scss */
.icon-like::before {
  content: "\eaa4"; }

/* line 1052, ideasweb/static/scss/components/icons.scss */
.icon-link-insert-edit::before {
  content: "\eaa5"; }

/* line 1056, ideasweb/static/scss/components/icons.scss */
.icon-list-view::before {
  content: "\eaa6"; }

/* line 1060, ideasweb/static/scss/components/icons.scss */
.icon-locate-me::before {
  content: "\eaa7"; }

/* line 1064, ideasweb/static/scss/components/icons.scss */
.icon-location::before {
  content: "\eaa8"; }

/* line 1068, ideasweb/static/scss/components/icons.scss */
.icon-log-in::before {
  content: "\eaa9"; }

/* line 1072, ideasweb/static/scss/components/icons.scss */
.icon-log-out::before {
  content: "\eaaa"; }

/* line 1076, ideasweb/static/scss/components/icons.scss */
.icon-mail-new::before {
  content: "\eaab"; }

/* line 1080, ideasweb/static/scss/components/icons.scss */
.icon-mail-read::before {
  content: "\eaac"; }

/* line 1084, ideasweb/static/scss/components/icons.scss */
.icon-menu::before {
  content: "\eaad"; }

/* line 1088, ideasweb/static/scss/components/icons.scss */
.icon-microphone::before {
  content: "\eaae"; }

/* line 1092, ideasweb/static/scss/components/icons.scss */
.icon-minus-or-less::before, .case-study-card input[type="checkbox"]:checked + label i::before, input[type="radio"]:checked + label i::before, .expandable-list .expandable-list__tabs .expandable-list__tab input[type="checkbox"]:checked ~ label .icon::before, .accordion .collapsible input[type="checkbox"]:checked + label i::before {
  content: "\eaaf"; }

/* line 1096, ideasweb/static/scss/components/icons.scss */
.icon-minutes-sms::before {
  content: "\eab0"; }

/* line 1100, ideasweb/static/scss/components/icons.scss */
.icon-mobile::before {
  content: "\eab1"; }

/* line 1104, ideasweb/static/scss/components/icons.scss */
.icon-more-android::before {
  content: "\eab2"; }

/* line 1108, ideasweb/static/scss/components/icons.scss */
.icon-more::before {
  content: "\eab3"; }

/* line 1112, ideasweb/static/scss/components/icons.scss */
.icon-multiscreen::before {
  content: "\eab4"; }

/* line 1116, ideasweb/static/scss/components/icons.scss */
.icon-music-and-movies::before {
  content: "\eab5"; }

/* line 1120, ideasweb/static/scss/components/icons.scss */
.icon-my-trips::before {
  content: "\eab6"; }

/* line 1124, ideasweb/static/scss/components/icons.scss */
.icon-need-help::before {
  content: "\eab7"; }

/* line 1128, ideasweb/static/scss/components/icons.scss */
.icon-network-patch-panel::before {
  content: "\eab8"; }

/* line 1132, ideasweb/static/scss/components/icons.scss */
.icon-network-signal::before {
  content: "\eab9"; }

/* line 1136, ideasweb/static/scss/components/icons.scss */
.icon-news::before {
  content: "\eaba"; }

/* line 1140, ideasweb/static/scss/components/icons.scss */
.icon-night-vision::before {
  content: "\eabb"; }

/* line 1144, ideasweb/static/scss/components/icons.scss */
.icon-notification-muted::before {
  content: "\eabc"; }

/* line 1148, ideasweb/static/scss/components/icons.scss */
.icon-notification::before {
  content: "\eabd"; }

/* line 1152, ideasweb/static/scss/components/icons.scss */
.icon-number-0::before {
  content: "\eabe"; }

/* line 1156, ideasweb/static/scss/components/icons.scss */
.icon-number-1::before {
  content: "\eabf"; }

/* line 1160, ideasweb/static/scss/components/icons.scss */
.icon-number-2::before {
  content: "\eac0"; }

/* line 1164, ideasweb/static/scss/components/icons.scss */
.icon-number-3::before {
  content: "\eac1"; }

/* line 1168, ideasweb/static/scss/components/icons.scss */
.icon-number-4::before {
  content: "\eac2"; }

/* line 1172, ideasweb/static/scss/components/icons.scss */
.icon-number-5::before {
  content: "\eac3"; }

/* line 1176, ideasweb/static/scss/components/icons.scss */
.icon-number-6::before {
  content: "\eac4"; }

/* line 1180, ideasweb/static/scss/components/icons.scss */
.icon-number-7::before {
  content: "\eac5"; }

/* line 1184, ideasweb/static/scss/components/icons.scss */
.icon-number-8::before {
  content: "\eac6"; }

/* line 1188, ideasweb/static/scss/components/icons.scss */
.icon-number-9::before {
  content: "\eac7"; }

/* line 1192, ideasweb/static/scss/components/icons.scss */
.icon-number-portability::before {
  content: "\eac8"; }

/* line 1196, ideasweb/static/scss/components/icons.scss */
.icon-numbered-view::before {
  content: "\eac9"; }

/* line 1200, ideasweb/static/scss/components/icons.scss */
.icon-offer-badge-percent::before {
  content: "\eaca"; }

/* line 1204, ideasweb/static/scss/components/icons.scss */
.icon-offer-badge::before {
  content: "\eacb"; }

/* line 1208, ideasweb/static/scss/components/icons.scss */
.icon-online::before {
  content: "\eacc"; }

/* line 1212, ideasweb/static/scss/components/icons.scss */
.icon-optical-network-port::before {
  content: "\eacd"; }

/* line 1216, ideasweb/static/scss/components/icons.scss */
.icon-parking-ticket::before {
  content: "\eace"; }

/* line 1220, ideasweb/static/scss/components/icons.scss */
.icon-pause-circle::before {
  content: "\eacf"; }

/* line 1224, ideasweb/static/scss/components/icons.scss */
.icon-pause::before {
  content: "\ead0"; }

/* line 1228, ideasweb/static/scss/components/icons.scss */
.icon-payg::before {
  content: "\ead1"; }

/* line 1232, ideasweb/static/scss/components/icons.scss */
.icon-payment::before {
  content: "\ead2"; }

/* line 1236, ideasweb/static/scss/components/icons.scss */
.icon-pet-collar::before {
  content: "\ead3"; }

/* line 1240, ideasweb/static/scss/components/icons.scss */
.icon-photos::before {
  content: "\ead4"; }

/* line 1244, ideasweb/static/scss/components/icons.scss */
.icon-ping::before {
  content: "\ead5"; }

/* line 1248, ideasweb/static/scss/components/icons.scss */
.icon-play-arrow::before {
  content: "\ead6"; }

/* line 1252, ideasweb/static/scss/components/icons.scss */
.icon-play-circle::before {
  content: "\ead7"; }

/* line 1256, ideasweb/static/scss/components/icons.scss */
.icon-pop-out::before {
  content: "\ead8"; }

/* line 1260, ideasweb/static/scss/components/icons.scss */
.icon-power::before {
  content: "\ead9"; }

/* line 1264, ideasweb/static/scss/components/icons.scss */
.icon-price-promise::before {
  content: "\eada"; }

/* line 1268, ideasweb/static/scss/components/icons.scss */
.icon-price-tag::before {
  content: "\eadb"; }

/* line 1272, ideasweb/static/scss/components/icons.scss */
.icon-print::before {
  content: "\eadc"; }

/* line 1276, ideasweb/static/scss/components/icons.scss */
.icon-privacy-or-confidential::before {
  content: "\eadd"; }

/* line 1280, ideasweb/static/scss/components/icons.scss */
.icon-privacy::before {
  content: "\eade"; }

/* line 1284, ideasweb/static/scss/components/icons.scss */
.icon-profile::before {
  content: "\eadf"; }

/* line 1288, ideasweb/static/scss/components/icons.scss */
.icon-public-sector::before {
  content: "\eae0"; }

/* line 1292, ideasweb/static/scss/components/icons.scss */
.icon-rank-ace::before {
  content: "\eae1"; }

/* line 1296, ideasweb/static/scss/components/icons.scss */
.icon-rank-badge-title::before {
  content: "\eae2"; }

/* line 1300, ideasweb/static/scss/components/icons.scss */
.icon-rank-genius::before {
  content: "\eae3"; }

/* line 1304, ideasweb/static/scss/components/icons.scss */
.icon-rank-guru::before {
  content: "\eae4"; }

/* line 1308, ideasweb/static/scss/components/icons.scss */
.icon-rank-master::before {
  content: "\eae5"; }

/* line 1312, ideasweb/static/scss/components/icons.scss */
.icon-rank-networker::before {
  content: "\eae6"; }

/* line 1316, ideasweb/static/scss/components/icons.scss */
.icon-rank-pioneer::before {
  content: "\eae7"; }

/* line 1320, ideasweb/static/scss/components/icons.scss */
.icon-rank-pro::before {
  content: "\eae8"; }

/* line 1324, ideasweb/static/scss/components/icons.scss */
.icon-rank-professor::before {
  content: "\eae9"; }

/* line 1328, ideasweb/static/scss/components/icons.scss */
.icon-rank-savvy::before {
  content: "\eaea"; }

/* line 1332, ideasweb/static/scss/components/icons.scss */
.icon-rank-scout::before {
  content: "\eaeb"; }

/* line 1336, ideasweb/static/scss/components/icons.scss */
.icon-rank-virtuoso::before {
  content: "\eaec"; }

/* line 1340, ideasweb/static/scss/components/icons.scss */
.icon-rank-wizard::before {
  content: "\eaed"; }

/* line 1344, ideasweb/static/scss/components/icons.scss */
.icon-rank-writer::before {
  content: "\eaee"; }

/* line 1348, ideasweb/static/scss/components/icons.scss */
.icon-ratings-or-favourite::before {
  content: "\eaef"; }

/* line 1352, ideasweb/static/scss/components/icons.scss */
.icon-rearrange::before {
  content: "\eaf0"; }

/* line 1356, ideasweb/static/scss/components/icons.scss */
.icon-refresh::before {
  content: "\eaf1"; }

/* line 1360, ideasweb/static/scss/components/icons.scss */
.icon-reply::before {
  content: "\eaf2"; }

/* line 1364, ideasweb/static/scss/components/icons.scss */
.icon-return-product::before {
  content: "\eaf3"; }

/* line 1368, ideasweb/static/scss/components/icons.scss */
.icon-roaming::before {
  content: "\eaf4"; }

/* line 1372, ideasweb/static/scss/components/icons.scss */
.icon-save::before {
  content: "\eaf5"; }

/* line 1376, ideasweb/static/scss/components/icons.scss */
.icon-saving::before {
  content: "\eaf6"; }

/* line 1380, ideasweb/static/scss/components/icons.scss */
.icon-screen-size::before {
  content: "\eaf7"; }

/* line 1384, ideasweb/static/scss/components/icons.scss */
.icon-search::before {
  content: "\eaf8"; }

/* line 1388, ideasweb/static/scss/components/icons.scss */
.icon-secure-grip::before {
  content: "\eaf9"; }

/* line 1392, ideasweb/static/scss/components/icons.scss */
.icon-security-camera::before {
  content: "\eafa"; }

/* line 1396, ideasweb/static/scss/components/icons.scss */
.icon-security::before {
  content: "\eafb"; }

/* line 1400, ideasweb/static/scss/components/icons.scss */
.icon-settings::before {
  content: "\eafc"; }

/* line 1404, ideasweb/static/scss/components/icons.scss */
.icon-setup::before {
  content: "\eafd"; }

/* line 1408, ideasweb/static/scss/components/icons.scss */
.icon-shake::before {
  content: "\eafe"; }

/* line 1412, ideasweb/static/scss/components/icons.scss */
.icon-share::before {
  content: "\eaff"; }

/* line 1416, ideasweb/static/scss/components/icons.scss */
.icon-shopping-checkout-1::before {
  content: "\eb00"; }

/* line 1420, ideasweb/static/scss/components/icons.scss */
.icon-shopping-checkout-2::before {
  content: "\eb01"; }

/* line 1424, ideasweb/static/scss/components/icons.scss */
.icon-signed-in::before {
  content: "\eb02"; }

/* line 1428, ideasweb/static/scss/components/icons.scss */
.icon-sim-swap::before {
  content: "\eb03"; }

/* line 1432, ideasweb/static/scss/components/icons.scss */
.icon-sim::before {
  content: "\eb04"; }

/* line 1436, ideasweb/static/scss/components/icons.scss */
.icon-smart-plug::before {
  content: "\eb05"; }

/* line 1440, ideasweb/static/scss/components/icons.scss */
.icon-smarthome-kit::before {
  content: "\eb06"; }

/* line 1444, ideasweb/static/scss/components/icons.scss */
.icon-sme::before {
  content: "\eb07"; }

/* line 1448, ideasweb/static/scss/components/icons.scss */
.icon-smiley::before {
  content: "\eb08"; }

/* line 1452, ideasweb/static/scss/components/icons.scss */
.icon-sms::before {
  content: "\eb09"; }

/* line 1456, ideasweb/static/scss/components/icons.scss */
.icon-social-facebook::before {
  content: "\eb0a"; }

/* line 1460, ideasweb/static/scss/components/icons.scss */
.icon-social-google-plus::before {
  content: "\eb0b"; }

/* line 1464, ideasweb/static/scss/components/icons.scss */
.icon-social-instagram::before {
  content: "\eb0c"; }

/* line 1468, ideasweb/static/scss/components/icons.scss */
.icon-social-linkedin::before {
  content: "\eb0d"; }

/* line 1472, ideasweb/static/scss/components/icons.scss */
.icon-social-paypal::before {
  content: "\eb0e"; }

/* line 1476, ideasweb/static/scss/components/icons.scss */
.icon-social-pinterest::before {
  content: "\eb0f"; }

/* line 1480, ideasweb/static/scss/components/icons.scss */
.icon-social-twitter::before {
  content: "\eb10"; }

/* line 1484, ideasweb/static/scss/components/icons.scss */
.icon-social-youtube::before {
  content: "\eb11"; }

/* line 1488, ideasweb/static/scss/components/icons.scss */
.icon-soho::before {
  content: "\eb12"; }

/* line 1492, ideasweb/static/scss/components/icons.scss */
.icon-solution-finder::before {
  content: "\eb13"; }

/* line 1496, ideasweb/static/scss/components/icons.scss */
.icon-sort::before {
  content: "\eb14"; }

/* line 1500, ideasweb/static/scss/components/icons.scss */
.icon-sos-credit::before {
  content: "\eb15"; }

/* line 1504, ideasweb/static/scss/components/icons.scss */
.icon-sos-emergency::before {
  content: "\eb16"; }

/* line 1508, ideasweb/static/scss/components/icons.scss */
.icon-sound-off::before {
  content: "\eb17"; }

/* line 1512, ideasweb/static/scss/components/icons.scss */
.icon-sound::before {
  content: "\eb18"; }

/* line 1516, ideasweb/static/scss/components/icons.scss */
.icon-speeding::before {
  content: "\eb19"; }

/* line 1520, ideasweb/static/scss/components/icons.scss */
.icon-spell-check::before {
  content: "\eb1a"; }

/* line 1524, ideasweb/static/scss/components/icons.scss */
.icon-steering-wheel::before {
  content: "\eb1b"; }

/* line 1528, ideasweb/static/scss/components/icons.scss */
.icon-stop-circle::before {
  content: "\eb1c"; }

/* line 1532, ideasweb/static/scss/components/icons.scss */
.icon-stop::before {
  content: "\eb1d"; }

/* line 1536, ideasweb/static/scss/components/icons.scss */
.icon-store-offers::before {
  content: "\eb1e"; }

/* line 1540, ideasweb/static/scss/components/icons.scss */
.icon-strike-through::before {
  content: "\eb1f"; }

/* line 1544, ideasweb/static/scss/components/icons.scss */
.icon-student::before {
  content: "\eb20"; }

/* line 1548, ideasweb/static/scss/components/icons.scss */
.icon-superstar::before {
  content: "\eb21"; }

/* line 1552, ideasweb/static/scss/components/icons.scss */
.icon-sync::before {
  content: "\eb22"; }

/* line 1556, ideasweb/static/scss/components/icons.scss */
.icon-tablet::before {
  content: "\eb23"; }

/* line 1560, ideasweb/static/scss/components/icons.scss */
.icon-tethering::before {
  content: "\eb24"; }

/* line 1564, ideasweb/static/scss/components/icons.scss */
.icon-tick-or-solved::before {
  content: "\eb25"; }

/* line 1568, ideasweb/static/scss/components/icons.scss */
.icon-tick-outline::before {
  content: "\eb26"; }

/* line 1572, ideasweb/static/scss/components/icons.scss */
.icon-top-up::before {
  content: "\eb27"; }

/* line 1576, ideasweb/static/scss/components/icons.scss */
.icon-topics::before {
  content: "\eb28"; }

/* line 1580, ideasweb/static/scss/components/icons.scss */
.icon-touch-screen::before {
  content: "\eb29"; }

/* line 1584, ideasweb/static/scss/components/icons.scss */
.icon-tv-anytime::before {
  content: "\eb2a"; }

/* line 1588, ideasweb/static/scss/components/icons.scss */
.icon-tracker::before {
  content: "\eb2b"; }

/* line 1592, ideasweb/static/scss/components/icons.scss */
.icon-tv-bluetooth-remote-a::before {
  content: "\eb2c"; }

/* line 1596, ideasweb/static/scss/components/icons.scss */
.icon-tv-bluetooth-remote-b::before {
  content: "\eb2d"; }

/* line 1600, ideasweb/static/scss/components/icons.scss */
.icon-tv-channel-management::before {
  content: "\eb2e"; }

/* line 1604, ideasweb/static/scss/components/icons.scss */
.icon-tv-channel-variety::before {
  content: "\eb2f"; }

/* line 1608, ideasweb/static/scss/components/icons.scss */
.icon-tv-cloud-dvr::before {
  content: "\eb30"; }

/* line 1612, ideasweb/static/scss/components/icons.scss */
.icon-tv-discovery::before {
  content: "\eb31"; }

/* line 1616, ideasweb/static/scss/components/icons.scss */
.icon-tv-epg-backwards::before {
  content: "\eb32"; }

/* line 1620, ideasweb/static/scss/components/icons.scss */
.icon-tv-epg::before {
  content: "\eb33"; }

/* line 1624, ideasweb/static/scss/components/icons.scss */
.icon-tv-everywhere-home::before {
  content: "\eb34"; }

/* line 1628, ideasweb/static/scss/components/icons.scss */
.icon-tv-everywhere::before {
  content: "\eb35"; }

/* line 1632, ideasweb/static/scss/components/icons.scss */
.icon-tv-for-you::before {
  content: "\eb36"; }

/* line 1636, ideasweb/static/scss/components/icons.scss */
.icon-tv-hd::before {
  content: "\eb37"; }

/* line 1640, ideasweb/static/scss/components/icons.scss */
.icon-tv-kids::before {
  content: "\eb38"; }

/* line 1644, ideasweb/static/scss/components/icons.scss */
.icon-tv-mediatheken::before {
  content: "\eb39"; }

/* line 1648, ideasweb/static/scss/components/icons.scss */
.icon-tv-multiscreen::before {
  content: "\eb3a"; }

/* line 1652, ideasweb/static/scss/components/icons.scss */
.icon-tv-primetime::before {
  content: "\eb3b"; }

/* line 1656, ideasweb/static/scss/components/icons.scss */
.icon-tv-restart::before {
  content: "\eb3c"; }

/* line 1660, ideasweb/static/scss/components/icons.scss */
.icon-tv-storage::before {
  content: "\eb3d"; }

/* line 1664, ideasweb/static/scss/components/icons.scss */
.icon-tv-time-flexible::before {
  content: "\eb3e"; }

/* line 1668, ideasweb/static/scss/components/icons.scss */
.icon-tv-tv::before {
  content: "\eb3f"; }

/* line 1672, ideasweb/static/scss/components/icons.scss */
.icon-tv-uhd::before {
  content: "\eb40"; }

/* line 1676, ideasweb/static/scss/components/icons.scss */
.icon-tv-videostore::before {
  content: "\eb41"; }

/* line 1680, ideasweb/static/scss/components/icons.scss */
.icon-tv-vod::before {
  content: "\eb42"; }

/* line 1684, ideasweb/static/scss/components/icons.scss */
.icon-tv::before {
  content: "\eb43"; }

/* line 1688, ideasweb/static/scss/components/icons.scss */
.icon-underlined::before {
  content: "\eb44"; }

/* line 1692, ideasweb/static/scss/components/icons.scss */
.icon-unified-communication::before {
  content: "\eb45"; }

/* line 1696, ideasweb/static/scss/components/icons.scss */
.icon-unlimited::before {
  content: "\eb46"; }

/* line 1700, ideasweb/static/scss/components/icons.scss */
.icon-unlock-reward::before {
  content: "\eb47"; }

/* line 1704, ideasweb/static/scss/components/icons.scss */
.icon-upgrade::before {
  content: "\eb48"; }

/* line 1708, ideasweb/static/scss/components/icons.scss */
.icon-upload::before {
  content: "\eb49"; }

/* line 1712, ideasweb/static/scss/components/icons.scss */
.icon-user-log-in::before {
  content: "\eb4a"; }

/* line 1716, ideasweb/static/scss/components/icons.scss */
.icon-v-bag::before {
  content: "\eb4b"; }

/* line 1720, ideasweb/static/scss/components/icons.scss */
.icon-v-car-dongle::before {
  content: "\eb4c"; }

/* line 1724, ideasweb/static/scss/components/icons.scss */
.icon-v-home-monitor::before {
  content: "\eb4d"; }

/* line 1728, ideasweb/static/scss/components/icons.scss */
.icon-v-pet::before {
  content: "\eb4e"; }

/* line 1732, ideasweb/static/scss/components/icons.scss */
.icon-v-sim-and-device::before {
  content: "\eb4f"; }

/* line 1736, ideasweb/static/scss/components/icons.scss */
.icon-video-cloud::before {
  content: "\eb50"; }

/* line 1740, ideasweb/static/scss/components/icons.scss */
.icon-video::before {
  content: "\eb51"; }

/* line 1744, ideasweb/static/scss/components/icons.scss */
.icon-viewed::before {
  content: "\eb52"; }

/* line 1748, ideasweb/static/scss/components/icons.scss */
.icon-virtual-device::before {
  content: "\eb53"; }

/* line 1752, ideasweb/static/scss/components/icons.scss */
.icon-virus-protection::before {
  content: "\eb54"; }

/* line 1756, ideasweb/static/scss/components/icons.scss */
.icon-vodafone-store::before {
  content: "\eb55"; }

/* line 1760, ideasweb/static/scss/components/icons.scss */
.icon-voice-of-vodafone-alerts::before {
  content: "\eb56"; }

/* line 1764, ideasweb/static/scss/components/icons.scss */
.icon-warning::before {
  content: "\eb57"; }

/* line 1768, ideasweb/static/scss/components/icons.scss */
.icon-watch::before {
  content: "\eb58"; }

/* line 1772, ideasweb/static/scss/components/icons.scss */
.icon-waterproof::before {
  content: "\eb59"; }

/* line 1776, ideasweb/static/scss/components/icons.scss */
.icon-webcamera::before {
  content: "\eb5a"; }

/* line 1780, ideasweb/static/scss/components/icons.scss */
.icon-website::before {
  content: "\eb5b"; }

/* line 1784, ideasweb/static/scss/components/icons.scss */
.icon-weight::before {
  content: "\eb5c"; }

/* line 1788, ideasweb/static/scss/components/icons.scss */
.icon-wiring-connections::before {
  content: "\eb5d"; }

/* line 1792, ideasweb/static/scss/components/icons.scss */
.icon-writer::before {
  content: "\eb5e"; }

/* line 1796, ideasweb/static/scss/components/icons.scss */
.icon-zoom-in::before {
  content: "\eb5f"; }

/* line 1800, ideasweb/static/scss/components/icons.scss */
.icon-zoom-out::before {
  content: "\eb60"; }

/* line 1804, ideasweb/static/scss/components/icons.scss */
.icon-blog::before {
  content: "\eb61"; }

/* line 1808, ideasweb/static/scss/components/icons.scss */
.icon-4g-plus-plus::before {
  content: "\eb62"; }

/* line 1812, ideasweb/static/scss/components/icons.scss */
.icon-add-friend::before {
  content: "\eb63"; }

/* line 1816, ideasweb/static/scss/components/icons.scss */
.icon-checkout-add::before {
  content: "\eb64"; }

/* line 1820, ideasweb/static/scss/components/icons.scss */
.icon-checkout-remove::before {
  content: "\eb65"; }

/* line 1824, ideasweb/static/scss/components/icons.scss */
.icon-vodafone-logo::before {
  content: "\eb66"; }

/* line 1828, ideasweb/static/scss/components/icons.scss */
.icon-star-outline::before {
  content: "\eb67"; }

/* line 1832, ideasweb/static/scss/components/icons.scss */
.icon-star-fill::before {
  content: "\eb68"; }

/* line 1836, ideasweb/static/scss/components/icons.scss */
.icon-abm::before {
  content: "\eb69"; }

/* line 1840, ideasweb/static/scss/components/icons.scss */
.icon-brand-assets::before {
  content: "\eb6a"; }

/* line 1844, ideasweb/static/scss/components/icons.scss */
.icon-construction-manufacturing::before {
  content: "\eb6b"; }

/* line 1848, ideasweb/static/scss/components/icons.scss */
.icon-covid-19-guidance::before {
  content: "\eb6c"; }

/* line 1852, ideasweb/static/scss/components/icons.scss */
.icon-customer-scenarios::before {
  content: "\eb6d"; }

/* line 1856, ideasweb/static/scss/components/icons.scss */
.icon-defence::before {
  content: "\eb6e"; }

/* line 1860, ideasweb/static/scss/components/icons.scss */
.icon-engaging-customers::before {
  content: "\eb6f"; }

/* line 1864, ideasweb/static/scss/components/icons.scss */
.icon-enhanced-security::before {
  content: "\eb70"; }

/* line 1868, ideasweb/static/scss/components/icons.scss */
.icon-events::before {
  content: "\eb71"; }

/* line 1872, ideasweb/static/scss/components/icons.scss */
.icon-finance::before {
  content: "\eb72"; }

/* line 1876, ideasweb/static/scss/components/icons.scss */
.icon-cloud::before {
  content: "\eb73"; }

/* line 1880, ideasweb/static/scss/components/icons.scss */
.icon-health::before {
  content: "\eb74"; }

/* line 1884, ideasweb/static/scss/components/icons.scss */
.icon-innovation-hubs::before {
  content: "\eb75"; }

/* line 1888, ideasweb/static/scss/components/icons.scss */
.icon-internet-of-things::before {
  content: "\eb77"; }

/* line 1892, ideasweb/static/scss/components/icons.scss */
.icon-learning-development::before {
  content: "\eb78"; }

/* line 1896, ideasweb/static/scss/components/icons.scss */
.icon-media::before {
  content: "\eb79"; }

/* line 1900, ideasweb/static/scss/components/icons.scss */
.icon-mobile-5g-device-services::before {
  content: "\eb7a"; }

/* line 1904, ideasweb/static/scss/components/icons.scss */
.icon-on-site-connectivity::before {
  content: "\eb7b"; }

/* line 1908, ideasweb/static/scss/components/icons.scss */
.icon-partnerships-hospitality::before {
  content: "\eb7c"; }

/* line 1912, ideasweb/static/scss/components/icons.scss */
.icon-pitch-perfect::before {
  content: "\eb7d"; }

/* line 1916, ideasweb/static/scss/components/icons.scss */
.icon-site-to-site-connectivity::before {
  content: "\eb7e"; }

/* line 1920, ideasweb/static/scss/components/icons.scss */
.icon-solution-selling::before {
  content: "\eb7f"; }

/* line 1924, ideasweb/static/scss/components/icons.scss */
.icon-transport::before {
  content: "\eb80"; }

/* line 1928, ideasweb/static/scss/components/icons.scss */
.icon-unified-communications-collaboration::before {
  content: "\eb81"; }

/* line 1932, ideasweb/static/scss/components/icons.scss */
.icon-utilities::before {
  content: "\eb82"; }

/* line 1936, ideasweb/static/scss/components/icons.scss */
.icon-vodafone-portals-quick-links::before {
  content: "\eb83"; }

/* line 1940, ideasweb/static/scss/components/icons.scss */
.icon-voice-connectivity::before {
  content: "\eb84"; }

/* line 1944, ideasweb/static/scss/components/icons.scss */
.icon-webinars::before {
  content: "\eb85"; }

/* line 1948, ideasweb/static/scss/components/icons.scss */
.icon-business-applications::before {
  content: "\eb86"; }

/* line 1952, ideasweb/static/scss/components/icons.scss */
.icon-case-studies::before {
  content: "\eb87"; }

/* line 1956, ideasweb/static/scss/components/icons.scss */
.icon-government::before {
  content: "\eb88"; }

/* line 1960, ideasweb/static/scss/components/icons.scss */
.icon-internet-connectivity::before {
  content: "\eb89"; }

@font-face {
  font-family: "Vodafone-icons";
  src: url("/static/fonts/Vodafone-icons.eot?2c6e2341e23c");
  src: url("/static/fonts/Vodafone-icons.eot?2c6e2341e23c") format("embedded-opentype"), url("/static/fonts/Vodafone-icons.woff2?2c6e2341e23c") format("woff2"), url("/static/fonts/Vodafone-icons.woff?2c6e2341e23c") format("woff"), url("/static/fonts/Vodafone-icons.ttf?2c6e2341e23c") format("truetype"), url("/static/fonts/Vodafone-icons.svg?2c6e2341e23c") format("svg");
  font-weight: normal;
  font-style: normal; }

/*------------------------
	base class definition
-------------------------*/
/* line 28, ideasweb/static/scss/components/icon-font.scss */
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 "Vodafone-icons";
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------
  change icon size
-------------------------*/
/* relative units */
/* line 43, ideasweb/static/scss/components/icon-font.scss */
.icon-xs {
  font-size: 1rem; }

/* line 46, ideasweb/static/scss/components/icon-font.scss */
.icon-sm {
  font-size: 1.57rem; }

/* line 49, ideasweb/static/scss/components/icon-font.scss */
.icon-md {
  font-size: 4rem; }

/* line 52, ideasweb/static/scss/components/icon-font.scss */
.icon-lg {
  font-size: 6rem; }

/* absolute units */
/* line 56, ideasweb/static/scss/components/icon-font.scss */
.icon-16 {
  font-size: 16px; }

/* line 59, ideasweb/static/scss/components/icon-font.scss */
.icon-32 {
  font-size: 32px; }

/*----------------------------------
  add a square/circle background
-----------------------------------*/
/* line 67, ideasweb/static/scss/components/icon-font.scss */
.icon-bg-square,
.icon-bg-circle {
  padding: 0.35em;
  background-color: #eee; }

/* line 73, ideasweb/static/scss/components/icon-font.scss */
.icon-bg-circle {
  border-radius: 50%; }

/*------------------------------------
  use icons as list item markers
-------------------------------------*/
/* line 81, ideasweb/static/scss/components/icon-font.scss */
.icon-ul {
  padding-left: 0;
  list-style-type: none; }
  /* line 85, ideasweb/static/scss/components/icon-font.scss */
  .icon-ul > li {
    display: flex;
    align-items: flex-start;
    line-height: 1.4; }
  /* line 91, ideasweb/static/scss/components/icon-font.scss */
  .icon-ul > li > .icon {
    margin-right: 0.4em;
    line-height: inherit; }

/*------------------------
  spinning icons
-------------------------*/
/* line 101, ideasweb/static/scss/components/icon-font.scss */
.icon-is-spinning {
  -webkit-animation: icon-spin 1s infinite linear;
  -moz-animation: icon-spin 1s infinite linear;
  animation: icon-spin 1s infinite linear; }

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

@-moz-keyframes icon-spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* line 1, ideasweb/static/scss/components/header.scss */
.header {
  padding: 20px 0; }
  /* line 6, ideasweb/static/scss/components/header.scss */
  .header .brand img {
    width: 111px; }
  /* line 14, ideasweb/static/scss/components/header.scss */
  .header .menu .menu-item:not(:last-child), .header .basket-menu .menu-item:not(:last-child) {
    margin-right: 5px; }

/* line 22, ideasweb/static/scss/components/header.scss */
.page-header .row {
  display: flex;
  justify-content: space-between;
  align-items: center; }

/* line 28, ideasweb/static/scss/components/header.scss */
.page-header .page-header__branding {
  display: inline-block;
  margin-right: 1rem; }

/* line 33, ideasweb/static/scss/components/header.scss */
.page-header .page-header__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1; }
  @media only screen and (min-width: 1060px) {
    /* line 33, ideasweb/static/scss/components/header.scss */
    .page-header .page-header__menu {
      justify-content: space-between; } }
  /* line 41, ideasweb/static/scss/components/header.scss */
  .page-header .page-header__menu .search {
    display: inline-block; }
  /* line 44, ideasweb/static/scss/components/header.scss */
  .page-header .page-header__menu .search-icon {
    width: 100%;
    height: 4rem;
    padding: 0 12px; }
    @media only screen and (min-width: 1060px) {
      /* line 44, ideasweb/static/scss/components/header.scss */
      .page-header .page-header__menu .search-icon {
        height: 5rem; } }
    /* line 51, ideasweb/static/scss/components/header.scss */
    .page-header .page-header__menu .search-icon:hover, .page-header .page-header__menu .search-icon:active {
      background-color: #e5553e;
      cursor: pointer; }
      /* line 55, ideasweb/static/scss/components/header.scss */
      .page-header .page-header__menu .search-icon:hover i, .page-header .page-header__menu .search-icon:active i {
        color: #ffffff; }

/* line 62, ideasweb/static/scss/components/header.scss */
.page-header .page-header__controls {
  position: relative;
  float: right; }
  @media only screen and (min-width: 1060px) {
    /* line 62, ideasweb/static/scss/components/header.scss */
    .page-header .page-header__controls {
      justify-content: space-between; } }
  /* line 70, ideasweb/static/scss/components/header.scss */
  .page-header .page-header__controls .basket-wrapper {
    width: 36px;
    height: 5rem;
    display: flex;
    align-items: center; }
    /* line 76, ideasweb/static/scss/components/header.scss */
    .page-header .page-header__controls .basket-wrapper:not(:first-child) {
      margin-left: 12px; }
    /* line 80, ideasweb/static/scss/components/header.scss */
    .page-header .page-header__controls .basket-wrapper.active {
      border-bottom: 3px solid #e5553e; }
    /* line 84, ideasweb/static/scss/components/header.scss */
    .page-header .page-header__controls .basket-wrapper a {
      line-height: 0; }
  /* line 89, ideasweb/static/scss/components/header.scss */
  .page-header .page-header__controls .nav-wrapper {
    width: 36px;
    height: 36px; }
    /* line 93, ideasweb/static/scss/components/header.scss */
    .page-header .page-header__controls .nav-wrapper:not(:first-child) {
      margin-left: 12px; }
    /* line 97, ideasweb/static/scss/components/header.scss */
    .page-header .page-header__controls .nav-wrapper.active {
      border-bottom: 3px solid #e5553e; }

/* Mega Menu */
/* line 3, ideasweb/static/scss/components/primary-menu.scss */
.primary-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none; }
  @media only screen and (min-width: 1060px) {
    /* line 3, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu {
      display: flex; } }
  /* line 13, ideasweb/static/scss/components/primary-menu.scss */
  .primary-menu li {
    text-align: center;
    margin-bottom: 0; }
    /* line 17, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu li .pointer {
      display: none; }
      @media only screen and (min-width: 1060px) {
        /* line 17, ideasweb/static/scss/components/primary-menu.scss */
        .primary-menu li .pointer {
          display: block;
          position: absolute;
          height: 100%;
          width: 100px;
          top: 0;
          bottom: 0;
          cursor: pointer; } }
      /* line 30, ideasweb/static/scss/components/primary-menu.scss */
      .primary-menu li .pointer .point {
        width: 20px;
        height: 20px;
        border-left: 1px solid #a1a1a1;
        border-top: 1px solid #a1a1a1;
        background: white;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        z-index: 600;
        display: none; }
  /* line 47, ideasweb/static/scss/components/primary-menu.scss */
  .primary-menu li:hover .point {
    display: inline-block; }
  /* line 51, ideasweb/static/scss/components/primary-menu.scss */
  .primary-menu li:hover .mega {
    display: flex; }
  /* line 56, ideasweb/static/scss/components/primary-menu.scss */
  .primary-menu a {
    display: block;
    font-size: 22px;
    margin: 0 1rem;
    position: relative;
    text-align: center;
    color: #a1a1a1; }
    /* line 63, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu a:hover {
      color: #e5553e; }
  /* line 68, ideasweb/static/scss/components/primary-menu.scss */
  .primary-menu li.violet-item a:hover,
  .primary-menu li.violet-item a:active {
    color: #933d9e !important; }
  /* line 73, ideasweb/static/scss/components/primary-menu.scss */
  .primary-menu li.orange-item a:hover,
  .primary-menu li.orange-item a:active {
    color: !important; }
  /* line 78, ideasweb/static/scss/components/primary-menu.scss */
  .primary-menu li.turquoise-item a:hover,
  .primary-menu li.turquoise-item a:active {
    color: #008ca2 !important; }
  /* line 83, ideasweb/static/scss/components/primary-menu.scss */
  .primary-menu li:last-child a {
    margin-right: 0; }
  /* line 87, ideasweb/static/scss/components/primary-menu.scss */
  .primary-menu .mega {
    display: none;
    border: 1px solid #a1a1a1;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 500; }
    /* line 97, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .mega-column:not(:last-child) {
      padding-right: 15px; }
    /* line 101, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .mega-column {
      width: 25%;
      margin-bottom: 15px; }
      /* line 105, ideasweb/static/scss/components/primary-menu.scss */
      .primary-menu .mega .mega-column ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        /* line 110, ideasweb/static/scss/components/primary-menu.scss */
        .primary-menu .mega .mega-column ul li {
          margin-bottom: 5px;
          text-align: left; }
          /* line 114, ideasweb/static/scss/components/primary-menu.scss */
          .primary-menu .mega .mega-column ul li a:hover {
            color: #e5553e;
            text-decoration: underline; }
      /* line 121, ideasweb/static/scss/components/primary-menu.scss */
      .primary-menu .mega .mega-column a:hover {
        color: #e5553e;
        text-decoration: underline; }
      /* line 126, ideasweb/static/scss/components/primary-menu.scss */
      .primary-menu .mega .mega-column a,
      .primary-menu .mega .mega-column p {
        font-size: 18px;
        line-height: 21px;
        text-align: left;
        margin: 0;
        display: inline-block; }
      /* line 134, ideasweb/static/scss/components/primary-menu.scss */
      .primary-menu .mega .mega-column .icon {
        margin-right: 8px; }
      /* line 138, ideasweb/static/scss/components/primary-menu.scss */
      .primary-menu .mega .mega-column ul.no-sub {
        width: 100%;
        font-weight: bold;
        justify-content: flex-start;
        /* Specify how many columns for the items to stack by */ }
        /* line 142, ideasweb/static/scss/components/primary-menu.scss */
        .primary-menu .mega .mega-column ul.no-sub li {
          display: flex;
          align-items: center; }
          /* line 145, ideasweb/static/scss/components/primary-menu.scss */
          .primary-menu .mega .mega-column ul.no-sub li a {
            display: inline-flex;
            align-items: center;
            justify-content: flex-start; }
        /* line 152, ideasweb/static/scss/components/primary-menu.scss */
        .primary-menu .mega .mega-column ul.no-sub .col-3 {
          width: calc(calc(100% / 12) * 4); }
        /* line 156, ideasweb/static/scss/components/primary-menu.scss */
        .primary-menu .mega .mega-column ul.no-sub .col-4 {
          width: calc(calc(100% / 12) * 3); }
        /* line 160, ideasweb/static/scss/components/primary-menu.scss */
        .primary-menu .mega .mega-column ul.no-sub .col-5 {
          width: calc(calc(100% / 12) * 2.4); }
    /* line 166, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega.catalogue-submenu {
      background-color: transparent;
      border-top: 1px solid #a1a1a1;
      border-right: none;
      border-bottom: none;
      border-left: none; }
      /* line 173, ideasweb/static/scss/components/primary-menu.scss */
      .primary-menu .mega.catalogue-submenu .catalogue-submenu-container {
        display: flex;
        min-height: 100%; }
        /* line 177, ideasweb/static/scss/components/primary-menu.scss */
        .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container {
          background-color: #ffffff;
          min-height: 100%;
          min-width: 380px; }
          /* line 182, ideasweb/static/scss/components/primary-menu.scss */
          .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items {
            display: flex;
            flex-direction: column;
            padding-bottom: 30px; }
            /* line 187, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item {
              display: flex;
              align-self: flex-start;
              margin-top: 15px;
              padding: 8px;
              text-align: left;
              width: 100%; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-0-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-0-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-0-item:active .submenu-item-link {
                background-color: #f8fafb;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-1-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-1-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-1-item:active .submenu-item-link {
                background-color: #e2eff2;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-2-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-2-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-2-item:active .submenu-item-link {
                background-color: #d4e6ea;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-3-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-3-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-3-item:active .submenu-item-link {
                background-color: #a3c9d1;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-4-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-4-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-4-item:active .submenu-item-link {
                background-color: #5c9fa6;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-5-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-5-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-5-item:active .submenu-item-link {
                background-color: #3f878e;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-6-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-6-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-6-item:active .submenu-item-link {
                background-color: #2a6469;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-7-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-7-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.teal-7-item:active .submenu-item-link {
                background-color: #0c4045;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.orange-0-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.orange-0-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.orange-0-item:active .submenu-item-link {
                background-color: #ffecdd;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.orange-1-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.orange-1-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.orange-1-item:active .submenu-item-link {
                background-color: #ffe1cb;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.orange-2-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.orange-2-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.orange-2-item:active .submenu-item-link {
                background-color: #ffcda6;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.orange-3-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.orange-3-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.orange-3-item:active .submenu-item-link {
                background-color: #ffb06c;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.orange-4-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.orange-4-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.orange-4-item:active .submenu-item-link {
                background-color: #ff9a4c;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.orange-5-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.orange-5-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.orange-5-item:active .submenu-item-link {
                background-color: #f98123;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.green-0-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.green-0-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.green-0-item:active .submenu-item-link {
                background-color: #ecf6ea;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.green-1-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.green-1-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.green-1-item:active .submenu-item-link {
                background-color: #ddeddb;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.green-2-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.green-2-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.green-2-item:active .submenu-item-link {
                background-color: #bed6bb;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.green-3-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.green-3-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.green-3-item:active .submenu-item-link {
                background-color: #9dc398;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.green-4-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.green-4-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.green-4-item:active .submenu-item-link {
                background-color: #6a9f64;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.green-5-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.green-5-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.green-5-item:active .submenu-item-link {
                background-color: #3e7c36;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.grey-0-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.grey-0-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.grey-0-item:active .submenu-item-link {
                background-color: #f6f6f6;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.grey-1-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.grey-1-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.grey-1-item:active .submenu-item-link {
                background-color: #f1f1f1;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.grey-2-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.grey-2-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.grey-2-item:active .submenu-item-link {
                background-color: #c7c7c7;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.grey-3-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.grey-3-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.grey-3-item:active .submenu-item-link {
                background-color: #a1a1a1;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.grey-4-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.grey-4-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.grey-4-item:active .submenu-item-link {
                background-color: #5d6164;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.grey-5-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.grey-5-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.grey-5-item:active .submenu-item-link {
                background-color: #191927;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.white-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.white-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.white-item:active .submenu-item-link {
                background-color: #ffffff;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.black-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.black-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.black-item:active .submenu-item-link {
                background-color: #000000;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.red-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.red-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.red-item:active .submenu-item-link {
                background-color: #e5553e;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.blue-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.blue-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.blue-item:active .submenu-item-link {
                background-color: #0d2548;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.light-blue-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.light-blue-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.light-blue-item:active .submenu-item-link {
                background-color: #3577da;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.amber-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.amber-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.amber-item:active .submenu-item-link {
                background-color: #dc6526;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.lime-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.lime-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.lime-item:active .submenu-item-link {
                background-color: #aabe3b;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.flesh-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.flesh-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.flesh-item:active .submenu-item-link {
                background-color: #fff4ec;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.yellow-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.yellow-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.yellow-item:active .submenu-item-link {
                background-color: #fecb00;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.aubergine-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.aubergine-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.aubergine-item:active .submenu-item-link {
                background-color: #5e2750;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.pink-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.pink-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.pink-item:active .submenu-item-link {
                background-color: #b71a5d;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.violet-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.violet-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.violet-item:active .submenu-item-link {
                background-color: #933d9e;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.purple-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.purple-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.purple-item:active .submenu-item-link {
                background-color: #662482;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 200, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.turquoise-item.active .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.turquoise-item:hover .submenu-item-link, .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item.turquoise-item:active .submenu-item-link {
                background-color: #008ca2;
                color: #ffffff !important;
                border-radius: 24px; }
              /* line 209, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item .submenu-item-link {
                display: inline-flex;
                align-self: flex-start;
                white-space: nowrap;
                padding: 8px;
                padding-left: 15px;
                padding-right: 15px; }
                /* line 217, ideasweb/static/scss/components/primary-menu.scss */
                .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .submenu-items-container .submenu-items .submenu-item .submenu-item-link .icon {
                  margin-right: 5px; }
        /* line 225, ideasweb/static/scss/components/primary-menu.scss */
        .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container {
          min-width: 346px; }
          /* line 228, ideasweb/static/scss/components/primary-menu.scss */
          .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list {
            min-height: 100%;
            border-bottom-right-radius: 6px;
            padding: 30px 45px; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.teal-0-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #f8fafb;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.teal-0-wash .mega-list a:hover {
              color: #f8fafb; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.teal-1-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #e2eff2;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.teal-1-wash .mega-list a:hover {
              color: #e2eff2; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.teal-2-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #d4e6ea;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.teal-2-wash .mega-list a:hover {
              color: #d4e6ea; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.teal-3-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #a3c9d1;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.teal-3-wash .mega-list a:hover {
              color: #a3c9d1; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.teal-4-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #5c9fa6;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.teal-4-wash .mega-list a:hover {
              color: #5c9fa6; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.teal-5-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #3f878e;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.teal-5-wash .mega-list a:hover {
              color: #3f878e; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.teal-6-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #2a6469;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.teal-6-wash .mega-list a:hover {
              color: #2a6469; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.teal-7-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #0c4045;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.teal-7-wash .mega-list a:hover {
              color: #0c4045; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.orange-0-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #ffecdd;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.orange-0-wash .mega-list a:hover {
              color: #ffecdd; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.orange-1-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #ffe1cb;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.orange-1-wash .mega-list a:hover {
              color: #ffe1cb; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.orange-2-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #ffcda6;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.orange-2-wash .mega-list a:hover {
              color: #ffcda6; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.orange-3-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #ffb06c;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.orange-3-wash .mega-list a:hover {
              color: #ffb06c; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.orange-4-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #ff9a4c;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.orange-4-wash .mega-list a:hover {
              color: #ff9a4c; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.orange-5-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #f98123;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.orange-5-wash .mega-list a:hover {
              color: #f98123; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.green-0-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #ecf6ea;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.green-0-wash .mega-list a:hover {
              color: #ecf6ea; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.green-1-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #ddeddb;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.green-1-wash .mega-list a:hover {
              color: #ddeddb; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.green-2-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #bed6bb;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.green-2-wash .mega-list a:hover {
              color: #bed6bb; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.green-3-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #9dc398;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.green-3-wash .mega-list a:hover {
              color: #9dc398; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.green-4-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #6a9f64;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.green-4-wash .mega-list a:hover {
              color: #6a9f64; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.green-5-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #3e7c36;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.green-5-wash .mega-list a:hover {
              color: #3e7c36; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.grey-0-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #f6f6f6;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.grey-0-wash .mega-list a:hover {
              color: #f6f6f6; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.grey-1-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #f1f1f1;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.grey-1-wash .mega-list a:hover {
              color: #f1f1f1; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.grey-2-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #c7c7c7;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.grey-2-wash .mega-list a:hover {
              color: #c7c7c7; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.grey-3-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #a1a1a1;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.grey-3-wash .mega-list a:hover {
              color: #a1a1a1; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.grey-4-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #5d6164;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.grey-4-wash .mega-list a:hover {
              color: #5d6164; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.grey-5-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #191927;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.grey-5-wash .mega-list a:hover {
              color: #191927; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.white-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #ffffff;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.white-wash .mega-list a:hover {
              color: #ffffff; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.black-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #000000;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.black-wash .mega-list a:hover {
              color: #000000; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.red-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #e5553e;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.red-wash .mega-list a:hover {
              color: #e5553e; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.blue-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #0d2548;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.blue-wash .mega-list a:hover {
              color: #0d2548; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.light-blue-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #3577da;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.light-blue-wash .mega-list a:hover {
              color: #3577da; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.amber-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #dc6526;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.amber-wash .mega-list a:hover {
              color: #dc6526; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.lime-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #aabe3b;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.lime-wash .mega-list a:hover {
              color: #aabe3b; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.flesh-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #fff4ec;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.flesh-wash .mega-list a:hover {
              color: #fff4ec; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.yellow-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #fecb00;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.yellow-wash .mega-list a:hover {
              color: #fecb00; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.aubergine-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #5e2750;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.aubergine-wash .mega-list a:hover {
              color: #5e2750; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.pink-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #b71a5d;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.pink-wash .mega-list a:hover {
              color: #b71a5d; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.violet-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #933d9e;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.violet-wash .mega-list a:hover {
              color: #933d9e; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.purple-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #662482;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.purple-wash .mega-list a:hover {
              color: #662482; }
            /* line 235, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.turquoise-wash .catalogue-mega-list-title {
              color: #000000;
              text-decoration: underline;
              text-decoration-color: #008ca2;
              text-underline-offset: 15px;
              text-align: left;
              margin-bottom: 25px; }
            /* line 246, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list.turquoise-wash .mega-list a:hover {
              color: #008ca2; }
            /* line 254, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list .catalogue-mega-list-message {
              max-width: 256px;
              text-align: left; }
            /* line 259, ideasweb/static/scss/components/primary-menu.scss */
            .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list .mega-list {
              list-style-type: none;
              display: flex;
              justify-content: flex-start;
              flex-direction: row;
              flex-wrap: wrap;
              align-items: flex-start; }
              /* line 267, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list .mega-list.mega-list-single {
                display: grid;
                grid-auto-columns: minmax(215px, auto);
                grid-auto-rows: 24px;
                column-gap: 20px;
                row-gap: 10px;
                max-width: 100%;
                margin: 0;
                padding: 0; }
                /* line 277, ideasweb/static/scss/components/primary-menu.scss */
                .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list .mega-list.mega-list-single li {
                  margin-bottom: 8px;
                  text-align: left;
                  height: 24px; }
                  /* line 282, ideasweb/static/scss/components/primary-menu.scss */
                  .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list .mega-list.mega-list-single li a {
                    font-size: 18px;
                    margin: 0;
                    text-align: left; }
                    /* line 287, ideasweb/static/scss/components/primary-menu.scss */
                    .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list .mega-list.mega-list-single li a:hover {
                      color: #e5553e;
                      text-decoration: underline; }
              /* line 295, ideasweb/static/scss/components/primary-menu.scss */
              .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list .mega-list .mega-column {
                max-height: 100%;
                margin-bottom: 15px;
                flex: 1 1 50%; }
                /* line 300, ideasweb/static/scss/components/primary-menu.scss */
                .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list .mega-list .mega-column:not(:last-child) {
                  padding-right: 0; }
                /* line 304, ideasweb/static/scss/components/primary-menu.scss */
                .primary-menu .mega.catalogue-submenu .catalogue-submenu-container .catalogue-mega-container .catalogue-mega-list .mega-list .mega-column li {
                  padding-right: 12px; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .teal-0-item .mega-column .icon,
    .primary-menu .mega .teal-0-item a:hover,
    .primary-menu .mega .teal-0-item a:active,
    .primary-menu .mega .teal-0-item a:focus, .primary-menu .mega .teal-0-item:hover, .primary-menu .mega .teal-0-item:active {
      color: #f8fafb !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .teal-1-item .mega-column .icon,
    .primary-menu .mega .teal-1-item a:hover,
    .primary-menu .mega .teal-1-item a:active,
    .primary-menu .mega .teal-1-item a:focus, .primary-menu .mega .teal-1-item:hover, .primary-menu .mega .teal-1-item:active {
      color: #e2eff2 !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .teal-2-item .mega-column .icon,
    .primary-menu .mega .teal-2-item a:hover,
    .primary-menu .mega .teal-2-item a:active,
    .primary-menu .mega .teal-2-item a:focus, .primary-menu .mega .teal-2-item:hover, .primary-menu .mega .teal-2-item:active {
      color: #d4e6ea !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .teal-3-item .mega-column .icon,
    .primary-menu .mega .teal-3-item a:hover,
    .primary-menu .mega .teal-3-item a:active,
    .primary-menu .mega .teal-3-item a:focus, .primary-menu .mega .teal-3-item:hover, .primary-menu .mega .teal-3-item:active {
      color: #a3c9d1 !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .teal-4-item .mega-column .icon,
    .primary-menu .mega .teal-4-item a:hover,
    .primary-menu .mega .teal-4-item a:active,
    .primary-menu .mega .teal-4-item a:focus, .primary-menu .mega .teal-4-item:hover, .primary-menu .mega .teal-4-item:active {
      color: #5c9fa6 !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .teal-5-item .mega-column .icon,
    .primary-menu .mega .teal-5-item a:hover,
    .primary-menu .mega .teal-5-item a:active,
    .primary-menu .mega .teal-5-item a:focus, .primary-menu .mega .teal-5-item:hover, .primary-menu .mega .teal-5-item:active {
      color: #3f878e !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .teal-6-item .mega-column .icon,
    .primary-menu .mega .teal-6-item a:hover,
    .primary-menu .mega .teal-6-item a:active,
    .primary-menu .mega .teal-6-item a:focus, .primary-menu .mega .teal-6-item:hover, .primary-menu .mega .teal-6-item:active {
      color: #2a6469 !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .teal-7-item .mega-column .icon,
    .primary-menu .mega .teal-7-item a:hover,
    .primary-menu .mega .teal-7-item a:active,
    .primary-menu .mega .teal-7-item a:focus, .primary-menu .mega .teal-7-item:hover, .primary-menu .mega .teal-7-item:active {
      color: #0c4045 !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .orange-0-item .mega-column .icon,
    .primary-menu .mega .orange-0-item a:hover,
    .primary-menu .mega .orange-0-item a:active,
    .primary-menu .mega .orange-0-item a:focus, .primary-menu .mega .orange-0-item:hover, .primary-menu .mega .orange-0-item:active {
      color: #ffecdd !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .orange-1-item .mega-column .icon,
    .primary-menu .mega .orange-1-item a:hover,
    .primary-menu .mega .orange-1-item a:active,
    .primary-menu .mega .orange-1-item a:focus, .primary-menu .mega .orange-1-item:hover, .primary-menu .mega .orange-1-item:active {
      color: #ffe1cb !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .orange-2-item .mega-column .icon,
    .primary-menu .mega .orange-2-item a:hover,
    .primary-menu .mega .orange-2-item a:active,
    .primary-menu .mega .orange-2-item a:focus, .primary-menu .mega .orange-2-item:hover, .primary-menu .mega .orange-2-item:active {
      color: #ffcda6 !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .orange-3-item .mega-column .icon,
    .primary-menu .mega .orange-3-item a:hover,
    .primary-menu .mega .orange-3-item a:active,
    .primary-menu .mega .orange-3-item a:focus, .primary-menu .mega .orange-3-item:hover, .primary-menu .mega .orange-3-item:active {
      color: #ffb06c !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .orange-4-item .mega-column .icon,
    .primary-menu .mega .orange-4-item a:hover,
    .primary-menu .mega .orange-4-item a:active,
    .primary-menu .mega .orange-4-item a:focus, .primary-menu .mega .orange-4-item:hover, .primary-menu .mega .orange-4-item:active {
      color: #ff9a4c !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .orange-5-item .mega-column .icon,
    .primary-menu .mega .orange-5-item a:hover,
    .primary-menu .mega .orange-5-item a:active,
    .primary-menu .mega .orange-5-item a:focus, .primary-menu .mega .orange-5-item:hover, .primary-menu .mega .orange-5-item:active {
      color: #f98123 !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .green-0-item .mega-column .icon,
    .primary-menu .mega .green-0-item a:hover,
    .primary-menu .mega .green-0-item a:active,
    .primary-menu .mega .green-0-item a:focus, .primary-menu .mega .green-0-item:hover, .primary-menu .mega .green-0-item:active {
      color: #ecf6ea !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .green-1-item .mega-column .icon,
    .primary-menu .mega .green-1-item a:hover,
    .primary-menu .mega .green-1-item a:active,
    .primary-menu .mega .green-1-item a:focus, .primary-menu .mega .green-1-item:hover, .primary-menu .mega .green-1-item:active {
      color: #ddeddb !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .green-2-item .mega-column .icon,
    .primary-menu .mega .green-2-item a:hover,
    .primary-menu .mega .green-2-item a:active,
    .primary-menu .mega .green-2-item a:focus, .primary-menu .mega .green-2-item:hover, .primary-menu .mega .green-2-item:active {
      color: #bed6bb !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .green-3-item .mega-column .icon,
    .primary-menu .mega .green-3-item a:hover,
    .primary-menu .mega .green-3-item a:active,
    .primary-menu .mega .green-3-item a:focus, .primary-menu .mega .green-3-item:hover, .primary-menu .mega .green-3-item:active {
      color: #9dc398 !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .green-4-item .mega-column .icon,
    .primary-menu .mega .green-4-item a:hover,
    .primary-menu .mega .green-4-item a:active,
    .primary-menu .mega .green-4-item a:focus, .primary-menu .mega .green-4-item:hover, .primary-menu .mega .green-4-item:active {
      color: #6a9f64 !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .green-5-item .mega-column .icon,
    .primary-menu .mega .green-5-item a:hover,
    .primary-menu .mega .green-5-item a:active,
    .primary-menu .mega .green-5-item a:focus, .primary-menu .mega .green-5-item:hover, .primary-menu .mega .green-5-item:active {
      color: #3e7c36 !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .grey-0-item .mega-column .icon,
    .primary-menu .mega .grey-0-item a:hover,
    .primary-menu .mega .grey-0-item a:active,
    .primary-menu .mega .grey-0-item a:focus, .primary-menu .mega .grey-0-item:hover, .primary-menu .mega .grey-0-item:active {
      color: #f6f6f6 !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .grey-1-item .mega-column .icon,
    .primary-menu .mega .grey-1-item a:hover,
    .primary-menu .mega .grey-1-item a:active,
    .primary-menu .mega .grey-1-item a:focus, .primary-menu .mega .grey-1-item:hover, .primary-menu .mega .grey-1-item:active {
      color: #f1f1f1 !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .grey-2-item .mega-column .icon,
    .primary-menu .mega .grey-2-item a:hover,
    .primary-menu .mega .grey-2-item a:active,
    .primary-menu .mega .grey-2-item a:focus, .primary-menu .mega .grey-2-item:hover, .primary-menu .mega .grey-2-item:active {
      color: #c7c7c7 !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .grey-3-item .mega-column .icon,
    .primary-menu .mega .grey-3-item a:hover,
    .primary-menu .mega .grey-3-item a:active,
    .primary-menu .mega .grey-3-item a:focus, .primary-menu .mega .grey-3-item:hover, .primary-menu .mega .grey-3-item:active {
      color: #a1a1a1 !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .grey-4-item .mega-column .icon,
    .primary-menu .mega .grey-4-item a:hover,
    .primary-menu .mega .grey-4-item a:active,
    .primary-menu .mega .grey-4-item a:focus, .primary-menu .mega .grey-4-item:hover, .primary-menu .mega .grey-4-item:active {
      color: #5d6164 !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .grey-5-item .mega-column .icon,
    .primary-menu .mega .grey-5-item a:hover,
    .primary-menu .mega .grey-5-item a:active,
    .primary-menu .mega .grey-5-item a:focus, .primary-menu .mega .grey-5-item:hover, .primary-menu .mega .grey-5-item:active {
      color: #191927 !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .white-item .mega-column .icon,
    .primary-menu .mega .white-item a:hover,
    .primary-menu .mega .white-item a:active,
    .primary-menu .mega .white-item a:focus, .primary-menu .mega .white-item:hover, .primary-menu .mega .white-item:active {
      color: #ffffff !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .black-item .mega-column .icon,
    .primary-menu .mega .black-item a:hover,
    .primary-menu .mega .black-item a:active,
    .primary-menu .mega .black-item a:focus, .primary-menu .mega .black-item:hover, .primary-menu .mega .black-item:active {
      color: #000000 !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .red-item .mega-column .icon,
    .primary-menu .mega .red-item a:hover,
    .primary-menu .mega .red-item a:active,
    .primary-menu .mega .red-item a:focus, .primary-menu .mega .red-item:hover, .primary-menu .mega .red-item:active {
      color: #e5553e !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .blue-item .mega-column .icon,
    .primary-menu .mega .blue-item a:hover,
    .primary-menu .mega .blue-item a:active,
    .primary-menu .mega .blue-item a:focus, .primary-menu .mega .blue-item:hover, .primary-menu .mega .blue-item:active {
      color: #0d2548 !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .light-blue-item .mega-column .icon,
    .primary-menu .mega .light-blue-item a:hover,
    .primary-menu .mega .light-blue-item a:active,
    .primary-menu .mega .light-blue-item a:focus, .primary-menu .mega .light-blue-item:hover, .primary-menu .mega .light-blue-item:active {
      color: #3577da !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .amber-item .mega-column .icon,
    .primary-menu .mega .amber-item a:hover,
    .primary-menu .mega .amber-item a:active,
    .primary-menu .mega .amber-item a:focus, .primary-menu .mega .amber-item:hover, .primary-menu .mega .amber-item:active {
      color: #dc6526 !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .lime-item .mega-column .icon,
    .primary-menu .mega .lime-item a:hover,
    .primary-menu .mega .lime-item a:active,
    .primary-menu .mega .lime-item a:focus, .primary-menu .mega .lime-item:hover, .primary-menu .mega .lime-item:active {
      color: #aabe3b !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .flesh-item .mega-column .icon,
    .primary-menu .mega .flesh-item a:hover,
    .primary-menu .mega .flesh-item a:active,
    .primary-menu .mega .flesh-item a:focus, .primary-menu .mega .flesh-item:hover, .primary-menu .mega .flesh-item:active {
      color: #fff4ec !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .yellow-item .mega-column .icon,
    .primary-menu .mega .yellow-item a:hover,
    .primary-menu .mega .yellow-item a:active,
    .primary-menu .mega .yellow-item a:focus, .primary-menu .mega .yellow-item:hover, .primary-menu .mega .yellow-item:active {
      color: #fecb00 !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .aubergine-item .mega-column .icon,
    .primary-menu .mega .aubergine-item a:hover,
    .primary-menu .mega .aubergine-item a:active,
    .primary-menu .mega .aubergine-item a:focus, .primary-menu .mega .aubergine-item:hover, .primary-menu .mega .aubergine-item:active {
      color: #5e2750 !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .pink-item .mega-column .icon,
    .primary-menu .mega .pink-item a:hover,
    .primary-menu .mega .pink-item a:active,
    .primary-menu .mega .pink-item a:focus, .primary-menu .mega .pink-item:hover, .primary-menu .mega .pink-item:active {
      color: #b71a5d !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .violet-item .mega-column .icon,
    .primary-menu .mega .violet-item a:hover,
    .primary-menu .mega .violet-item a:active,
    .primary-menu .mega .violet-item a:focus, .primary-menu .mega .violet-item:hover, .primary-menu .mega .violet-item:active {
      color: #933d9e !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .purple-item .mega-column .icon,
    .primary-menu .mega .purple-item a:hover,
    .primary-menu .mega .purple-item a:active,
    .primary-menu .mega .purple-item a:focus, .primary-menu .mega .purple-item:hover, .primary-menu .mega .purple-item:active {
      color: #662482 !important; }
    /* line 317, ideasweb/static/scss/components/primary-menu.scss */
    .primary-menu .mega .turquoise-item .mega-column .icon,
    .primary-menu .mega .turquoise-item a:hover,
    .primary-menu .mega .turquoise-item a:active,
    .primary-menu .mega .turquoise-item a:focus, .primary-menu .mega .turquoise-item:hover, .primary-menu .mega .turquoise-item:active {
      color: #008ca2 !important; }

@use "sass:math";
/* line 3, ideasweb/static/scss/components/menus.scss */
.menu, .basket-menu {
  list-style-type: none;
  padding: 0;
  margin: 0; }

/* line 10, ideasweb/static/scss/components/menus.scss */
.menu.services li, .services.basket-menu li {
  margin: 0 0 calc(1rem / 2) calc(1rem / 2); }
  /* line 12, ideasweb/static/scss/components/menus.scss */
  .menu.services li:first-child, .services.basket-menu li:first-child {
    margin: 0 0 calc(1rem / 2) 0; }
  /* line 16, ideasweb/static/scss/components/menus.scss */
  .menu.services li a, .services.basket-menu li a {
    color: #000000; }
    /* line 18, ideasweb/static/scss/components/menus.scss */
    .menu.services li a:hover, .services.basket-menu li a:hover {
      text-decoration: underline; }

/* line 25, ideasweb/static/scss/components/menus.scss */
.breadcrumbs {
  font-size: 14px;
  line-height: 18px;
  background-color: #f1f1f1;
  border-top: 1px solid #a1a1a1;
  padding: 8px 0; }
  @media only screen and (max-width: 767px) {
    /* line 25, ideasweb/static/scss/components/menus.scss */
    .breadcrumbs {
      overflow-x: scroll; } }
  @media only screen and (min-width: 768px) {
    /* line 25, ideasweb/static/scss/components/menus.scss */
    .breadcrumbs {
      font-size: 16px;
      line-height: 32px;
      padding: 2px 0; } }
  /* line 38, ideasweb/static/scss/components/menus.scss */
  .breadcrumbs * {
    white-space: nowrap; }
  /* line 42, ideasweb/static/scss/components/menus.scss */
  .breadcrumbs .menu, .breadcrumbs .basket-menu {
    display: flex;
    align-items: center; }
  /* line 47, ideasweb/static/scss/components/menus.scss */
  .breadcrumbs .icon {
    margin: 0 calc(1rem / 4); }
    @media only screen and (min-width: 768px) {
      /* line 47, ideasweb/static/scss/components/menus.scss */
      .breadcrumbs .icon {
        margin: 0 calc(1rem / 2); } }
  /* line 54, ideasweb/static/scss/components/menus.scss */
  .breadcrumbs a {
    color: #a1a1a1; }

/* line 60, ideasweb/static/scss/components/menus.scss */
.aside-menu li {
  margin: 0 0 calc(1rem / 2) 0; }
  /* line 62, ideasweb/static/scss/components/menus.scss */
  .aside-menu li:last-child {
    margin-bottom: 0; }
  /* line 66, ideasweb/static/scss/components/menus.scss */
  .aside-menu li a {
    display: flex;
    align-items: center;
    color: #e5553e;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px; }

/* line 76, ideasweb/static/scss/components/menus.scss */
.basket-menu {
  display: flex;
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    /* line 76, ideasweb/static/scss/components/menus.scss */
    .basket-menu {
      display: block; } }
  /* line 84, ideasweb/static/scss/components/menus.scss */
  .basket-menu li {
    background-color: #a1a1a1;
    margin: 0;
    flex: 1 1 50%;
    position: relative;
    top: 2px; }
    @media only screen and (min-width: 768px) {
      /* line 84, ideasweb/static/scss/components/menus.scss */
      .basket-menu li {
        background-color: transparent; } }
    /* line 95, ideasweb/static/scss/components/menus.scss */
    .basket-menu li.active a {
      background-color: #a1a1a1;
      border-bottom: 2px solid #e5553e; }
      @media only screen and (min-width: 768px) {
        /* line 95, ideasweb/static/scss/components/menus.scss */
        .basket-menu li.active a {
          background-color: transparent;
          border-bottom: 1px solid #ebebeb;
          border-right: 5px solid #e5553e; } }
  /* line 106, ideasweb/static/scss/components/menus.scss */
  .basket-menu a {
    color: #ffffff;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    position: relative;
    border-bottom: 2px solid black;
    z-index: 100; }
    @media only screen and (min-width: 768px) {
      /* line 106, ideasweb/static/scss/components/menus.scss */
      .basket-menu a {
        font-size: 20px;
        line-height: 24px;
        justify-content: flex-start;
        padding: 1.4rem 1rem;
        border-bottom: 1px solid #a1a1a1;
        border-right: 5px solid transparent;
        color: #000000; }
        /* line 125, ideasweb/static/scss/components/menus.scss */
        .basket-menu a.active, .basket-menu a:hover {
          border-right: 5px solid #e5553e; } }
  /* line 131, ideasweb/static/scss/components/menus.scss */
  .basket-menu .icon {
    display: none; }
    @media only screen and (min-width: 768px) {
      /* line 131, ideasweb/static/scss/components/menus.scss */
      .basket-menu .icon {
        display: block;
        margin-right: 8px; } }
  /* line 139, ideasweb/static/scss/components/menus.scss */
  .basket-menu .pointer {
    display: none; }
  /* line 143, ideasweb/static/scss/components/menus.scss */
  .basket-menu li.active .pointer {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #e5553e;
    transform: rotate(45deg) translate(-50%, -25%);
    position: absolute;
    top: 100%;
    left: 50%; }
    @media only screen and (min-width: 768px) {
      /* line 143, ideasweb/static/scss/components/menus.scss */
      .basket-menu li.active .pointer {
        display: none; } }
@media only screen and (min-width: 992px) {
  /* line 158, ideasweb/static/scss/components/menus.scss */
  .twin-col-200 {
    columns: 200px 2; } }

/* line 165, ideasweb/static/scss/components/menus.scss */
.audience-select a {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px; }
  @media only screen and (min-width: 768px) {
    /* line 165, ideasweb/static/scss/components/menus.scss */
    .audience-select a {
      margin-bottom: 30px;
      padding: 25px; } }
  /* line 174, ideasweb/static/scss/components/menus.scss */
  .audience-select a:hover {
    background: rgba(230, 0, 0, 0.1); }
  /* line 177, ideasweb/static/scss/components/menus.scss */
  .audience-select a p {
    margin: 0; }

/* Red links */
/* line 186, ideasweb/static/scss/components/menus.scss */
.body-links a,
.dials a {
  color: #e5553e; }

/* line 1, ideasweb/static/scss/components/pointer-menu.scss */
.pointer-menu {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 45px;
  margin: 0 -15px 45px -15px; }
  @media only screen and (min-width: 768px) {
    /* line 1, ideasweb/static/scss/components/pointer-menu.scss */
    .pointer-menu {
      margin: 0 0 45px 0; } }
  /* line 10, ideasweb/static/scss/components/pointer-menu.scss */
  .pointer-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    position: relative;
    top: 1px; }
    @media only screen and (min-width: 768px) {
      /* line 10, ideasweb/static/scss/components/pointer-menu.scss */
      .pointer-menu ul {
        justify-content: flex-start; } }
    /* line 23, ideasweb/static/scss/components/pointer-menu.scss */
    .pointer-menu ul li {
      margin-bottom: 0;
      position: relative; }
      /* line 27, ideasweb/static/scss/components/pointer-menu.scss */
      .pointer-menu ul li.active, .pointer-menu ul li:hover {
        border-bottom: 2px solid #e5553e; }
    /* line 33, ideasweb/static/scss/components/pointer-menu.scss */
    .pointer-menu ul a {
      display: block;
      padding: 5px 15px;
      background-color: #f1f1f1;
      position: relative; }
    /* line 40, ideasweb/static/scss/components/pointer-menu.scss */
    .pointer-menu ul li.active .pointer,
    .pointer-menu ul li:hover .pointer {
      display: block;
      width: 15px;
      height: 15px;
      background-color: #e5553e;
      transform: rotate(45deg) translate(-50%, 0%);
      position: absolute;
      top: 90%;
      left: 50%; }

/* line 1, ideasweb/static/scss/components/alerts.scss */
.alert-box {
  border: 2px solid;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  display: flex; }
  /* line 9, ideasweb/static/scss/components/alerts.scss */
  .alert-box .alert-box__icon {
    padding: calc(1rem / 2); }
  /* line 13, ideasweb/static/scss/components/alerts.scss */
  .alert-box .alert-box__content {
    padding: 1rem; }
  /* line 17, ideasweb/static/scss/components/alerts.scss */
  .alert-box.alert-box_violet {
    border-color: #933d9e; }
    /* line 19, ideasweb/static/scss/components/alerts.scss */
    .alert-box.alert-box_violet .alert-box__icon {
      color: #ffffff;
      background: #933d9e; }

/* line 1, ideasweb/static/scss/components/media.scss */
.site-logo {
  max-width: 35px;
  padding: calc(1rem / 2) 0; }
  @media only screen and (min-width: 768px) {
    /* line 1, ideasweb/static/scss/components/media.scss */
    .site-logo {
      max-width: 52px; } }
/* line 9, ideasweb/static/scss/components/media.scss */
figure {
  display: inline-block;
  margin-left: 0;
  margin-right: 0; }
  /* line 13, ideasweb/static/scss/components/media.scss */
  figure img {
    display: block; }
  /* line 16, ideasweb/static/scss/components/media.scss */
  figure figcaption {
    text-align: center;
    padding: 10px 0;
    margin-top: 8px;
    font-size: 14px;
    line-height: 16px;
    background-color: #f1f1f1; }

/* responsive video embeds */
/* line 26, ideasweb/static/scss/components/media.scss */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 25px; }

/* line 32, ideasweb/static/scss/components/media.scss */
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

/* line 41, ideasweb/static/scss/components/media.scss */
.floated-images {
  display: flex;
  align-items: center;
  height: 100%; }
  /* line 45, ideasweb/static/scss/components/media.scss */
  .floated-images > div {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 24px 0 0; }
    @media only screen and (min-width: 768px) {
      /* line 45, ideasweb/static/scss/components/media.scss */
      .floated-images > div {
        padding: 0 25px; } }
    @media only screen and (min-width: 768px) {
      /* line 45, ideasweb/static/scss/components/media.scss */
      .floated-images > div {
        padding: 0 12px; } }
  /* line 58, ideasweb/static/scss/components/media.scss */
  .floated-images img {
    align-self: center;
    box-shadow: 15px 15px 30px #a1a1a1;
    margin: 0 12px 50px; }

/* line 65, ideasweb/static/scss/components/media.scss */
.file-preview img {
  max-width: 75px;
  max-height: 75px; }

/* line 3, ideasweb/static/scss/components/cards.scss */
.cards .cards-wrapper .col {
  display: flex;
  align-items: stretch; }

/* line 7, ideasweb/static/scss/components/cards.scss */
.cards .cards-wrapper .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* IE text-wrapping fix */
  margin-bottom: 15px; }
  /* line 13, ideasweb/static/scss/components/cards.scss */
  .cards .cards-wrapper .card .card__header {
    min-height: 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    /* line 18, ideasweb/static/scss/components/cards.scss */
    .cards .cards-wrapper .card .card__header p {
      margin: 0; }
  /* line 24, ideasweb/static/scss/components/cards.scss */
  .cards .cards-wrapper .card .card__body {
    text-align: center;
    padding: 25px; }
    /* line 27, ideasweb/static/scss/components/cards.scss */
    .cards .cards-wrapper .card .card__body h1,
    .cards .cards-wrapper .card .card__body h2,
    .cards .cards-wrapper .card .card__body h3,
    .cards .cards-wrapper .card .card__body h4,
    .cards .cards-wrapper .card .card__body p {
      margin-bottom: 8px; }

/* line 4, ideasweb/static/scss/components/hero.scss */
.hero .copy form label {
  display: none; }

/* line 7, ideasweb/static/scss/components/hero.scss */
.hero .copy form > * {
  display: block;
  margin-bottom: 12px; }

/* line 15, ideasweb/static/scss/components/hero.scss */
.hero-old {
  position: relative;
  background-size: cover;
  background-position: center center;
  display: flex; }
  @media only screen and (min-width: 768px) {
    /* line 15, ideasweb/static/scss/components/hero.scss */
    .hero-old {
      text-align: center; } }
  @media only screen and (min-width: 992px) {
    /* line 15, ideasweb/static/scss/components/hero.scss */
    .hero-old {
      height: 235px; } }
  /* line 27, ideasweb/static/scss/components/hero.scss */
  .hero-old .container {
    position: relative; }
  /* line 31, ideasweb/static/scss/components/hero.scss */
  .hero-old h1 {
    font-size: 28px;
    line-height: 36px; }
    @media only screen and (min-width: 768px) {
      /* line 31, ideasweb/static/scss/components/hero.scss */
      .hero-old h1 {
        font-size: 40px;
        line-height: 48px; } }
  /* line 38, ideasweb/static/scss/components/hero.scss */
  .hero-old h1,
  .hero-old h2 {
    margin-bottom: 12px; }
  /* line 43, ideasweb/static/scss/components/hero.scss */
  .hero-old p {
    margin: 0;
    font-size: 24px;
    line-height: 30px; }
    @media only screen and (min-width: 992px) {
      /* line 43, ideasweb/static/scss/components/hero.scss */
      .hero-old p {
        font-size: 28px;
        line-height: 34px; } }
  /* line 51, ideasweb/static/scss/components/hero.scss */
  .hero-old [class*="btn"] {
    display: none;
    padding: 10px 45px; }
    @media only screen and (min-width: 768px) {
      /* line 51, ideasweb/static/scss/components/hero.scss */
      .hero-old [class*="btn"] {
        display: inline-block; } }
    /* line 57, ideasweb/static/scss/components/hero.scss */
    .hero-old [class*="btn"]:nth-child(2) {
      margin-left: 20px; }
  /* line 62, ideasweb/static/scss/components/hero.scss */
  .hero-old.large {
    color: #ffffff;
    min-height: 250px; }
    @media only screen and (min-width: 768px) {
      /* line 62, ideasweb/static/scss/components/hero.scss */
      .hero-old.large {
        min-height: 400px; } }
    @media only screen and (min-width: 992px) {
      /* line 62, ideasweb/static/scss/components/hero.scss */
      .hero-old.large {
        min-height: 490px; } }
    /* line 72, ideasweb/static/scss/components/hero.scss */
    .hero-old.large h1 {
      font-size: 28px;
      line-height: 36px; }
      @media only screen and (min-width: 768px) {
        /* line 72, ideasweb/static/scss/components/hero.scss */
        .hero-old.large h1 {
          font-size: 56px;
          line-height: 62px; } }
  /* line 80, ideasweb/static/scss/components/hero.scss */
  .hero-old.home {
    color: #ffffff;
    min-height: 375px; }
    @media only screen and (min-width: 768px) {
      /* line 80, ideasweb/static/scss/components/hero.scss */
      .hero-old.home {
        min-height: 450px; } }
    @media only screen and (min-width: 992px) {
      /* line 80, ideasweb/static/scss/components/hero.scss */
      .hero-old.home {
        min-height: 570px; } }
    /* line 91, ideasweb/static/scss/components/hero.scss */
    .hero-old.home h1 {
      font-size: 28px;
      line-height: 36px; }
      @media only screen and (min-width: 768px) {
        /* line 91, ideasweb/static/scss/components/hero.scss */
        .hero-old.home h1 {
          font-size: 56px;
          line-height: 62px; } }
  /* line 99, ideasweb/static/scss/components/hero.scss */
  .hero-old.small {
    height: 220px;
    color: #ffffff; }
    @media only screen and (min-width: 992px) {
      /* line 99, ideasweb/static/scss/components/hero.scss */
      .hero-old.small {
        height: 235px; } }
  /* line 107, ideasweb/static/scss/components/hero.scss */
  .hero-old.featured {
    display: none; }
    @media only screen and (min-width: 768px) {
      /* line 107, ideasweb/static/scss/components/hero.scss */
      .hero-old.featured {
        display: block; } }
    /* line 112, ideasweb/static/scss/components/hero.scss */
    .hero-old.featured p {
      font-size: 20px;
      line-height: 27px; }
  /* line 117, ideasweb/static/scss/components/hero.scss */
  .hero-old.with-panel {
    text-align: left; }
  /* line 121, ideasweb/static/scss/components/hero.scss */
  .hero-old.slider {
    width: 100%;
    height: 375px;
    color: #ffffff; }
    /* line 126, ideasweb/static/scss/components/hero.scss */
    .hero-old.slider .hero-content {
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 0 15px; }
      @media only screen and (min-width: 768px) {
        /* line 126, ideasweb/static/scss/components/hero.scss */
        .hero-old.slider .hero-content {
          max-width: calc(calc(100% / 12) * 10);
          padding: 0; } }
      @media only screen and (min-width: 992px) {
        /* line 126, ideasweb/static/scss/components/hero.scss */
        .hero-old.slider .hero-content {
          max-width: calc(calc(100% / 12) * 7); } }
    @media only screen and (min-width: 768px) {
      /* line 121, ideasweb/static/scss/components/hero.scss */
      .hero-old.slider {
        height: 450px; } }
    @media only screen and (min-width: 992px) {
      /* line 121, ideasweb/static/scss/components/hero.scss */
      .hero-old.slider {
        height: 570px; } }
    /* line 150, ideasweb/static/scss/components/hero.scss */
    .hero-old.slider h1 {
      filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
      font-size: 36px;
      line-height: 44px;
      margin-bottom: 15px; }
      @media only screen and (min-width: 992px) {
        /* line 150, ideasweb/static/scss/components/hero.scss */
        .hero-old.slider h1 {
          font-size: 56px;
          line-height: 62px; } }
    /* line 159, ideasweb/static/scss/components/hero.scss */
    .hero-old.slider .btn, .hero-old.slider .btn-secondary, .hero-old.slider .btn-primary, .hero-old.slider .btn-smallest, .hero-old.slider .btn-small {
      display: inline-block;
      width: auto; }
  /* line 165, ideasweb/static/scss/components/hero.scss */
  .hero-old .hero-tint {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }

/* line 1, ideasweb/static/scss/components/buttons.scss */
.btn, .btn-secondary, .btn-primary, .btn-smallest, .btn-small {
  padding: 15px;
  max-width: 100%;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease; }
  /* line 12, ideasweb/static/scss/components/buttons.scss */
  .btn i, .btn-secondary i, .btn-primary i, .btn-smallest i, .btn-small i {
    margin-right: calc(1rem / 2); }
  /* line 16, ideasweb/static/scss/components/buttons.scss */
  .btn:hover, .btn-secondary:hover, .btn-primary:hover, .btn-smallest:hover, .btn-small:hover {
    filter: brightness(150%); }

/* line 21, ideasweb/static/scss/components/buttons.scss */
.btn-auto {
  width: auto !important; }

/* line 25, ideasweb/static/scss/components/buttons.scss */
.btn-inline {
  display: inline-flex !important;
  width: auto !important; }

/* line 30, ideasweb/static/scss/components/buttons.scss */
.btn .icon, .btn-secondary .icon, .btn-primary .icon, .btn-smallest .icon, .btn-small .icon,
.btn-icon,
.btn-icon-center {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center; }
  @media only screen and (min-width: 992px) {
    /* line 30, ideasweb/static/scss/components/buttons.scss */
    .btn .icon, .btn-secondary .icon, .btn-primary .icon, .btn-smallest .icon, .btn-small .icon,
    .btn-icon,
    .btn-icon-center {
      justify-content: space-between; } }
/* keep button text and icon together */
@media only screen and (min-width: 992px) {
  /* line 42, ideasweb/static/scss/components/buttons.scss */
  .btn-icon-center {
    justify-content: center; } }

/* line 49, ideasweb/static/scss/components/buttons.scss */
.btn-small {
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  padding: calc(1rem / 4) 1rem; }

/* line 56, ideasweb/static/scss/components/buttons.scss */
.btn-smallest {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  padding: calc(1rem / 4) 1rem; }

/* line 63, ideasweb/static/scss/components/buttons.scss */
.btn-primary {
  background-color: #0d2548;
  color: white; }
  /* line 67, ideasweb/static/scss/components/buttons.scss */
  .btn-primary:hover {
    background-color: #11305e;
    color: white; }

/* line 73, ideasweb/static/scss/components/buttons.scss */
.btn-secondary {
  background-color: #e5553e;
  color: white; }
  /* line 77, ideasweb/static/scss/components/buttons.scss */
  .btn-secondary:hover {
    background-color: #e86954; }

/* line 1, ideasweb/static/scss/components/carousel.scss */
.carousel {
  position: relative;
  /* widths for the various carousel cards */
  /* default is product cards set above */
  /* homepage heroes */ }
  /* line 4, ideasweb/static/scss/components/carousel.scss */
  .carousel .nav-link {
    display: none; }
    @media only screen and (min-width: 768px) {
      /* line 4, ideasweb/static/scss/components/carousel.scss */
      .carousel .nav-link {
        display: block;
        position: absolute;
        top: 35%; }
        /* line 12, ideasweb/static/scss/components/carousel.scss */
        .carousel .nav-link.left {
          left: -30px; }
        /* line 16, ideasweb/static/scss/components/carousel.scss */
        .carousel .nav-link.right {
          right: -30px; } }
  /* line 22, ideasweb/static/scss/components/carousel.scss */
  .carousel .slider-container {
    text-align: center;
    white-space: unset !important; }
    /* line 31, ideasweb/static/scss/components/carousel.scss */
    .carousel .slider-container .slider-item {
      text-align: left;
      color: inherit; }
      @media only screen and (min-width: 560px) {
        /* line 31, ideasweb/static/scss/components/carousel.scss */
        .carousel .slider-container .slider-item {
          width: 50%; } }
      @media only screen and (min-width: 992px) {
        /* line 31, ideasweb/static/scss/components/carousel.scss */
        .carousel .slider-container .slider-item {
          width: 33.3%; } }
      /* line 43, ideasweb/static/scss/components/carousel.scss */
      .carousel .slider-container .slider-item .product-card {
        margin: 0 15px; }
        /* line 45, ideasweb/static/scss/components/carousel.scss */
        .carousel .slider-container .slider-item .product-card .card__body {
          white-space: normal; }
  /* line 56, ideasweb/static/scss/components/carousel.scss */
  .carousel.type-home .slider-container {
    white-space: normal; }
    /* line 58, ideasweb/static/scss/components/carousel.scss */
    .carousel.type-home .slider-container .slider-item {
      font-size: 18px;
      width: 100% !important; }
  /* line 64, ideasweb/static/scss/components/carousel.scss */
  .carousel.type-home .slider-pagination {
    display: inline-flex;
    position: absolute !important;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%); }
    @media only screen and (min-width: 768px) {
      /* line 64, ideasweb/static/scss/components/carousel.scss */
      .carousel.type-home .slider-pagination {
        display: none; } }
  /* line 79, ideasweb/static/scss/components/carousel.scss */
  .carousel.type-home img {
    max-height: 200px; }
    @media only screen and (min-width: 768px) {
      /* line 79, ideasweb/static/scss/components/carousel.scss */
      .carousel.type-home img {
        max-height: 150px; } }
    @media only screen and (min-width: 992px) {
      /* line 79, ideasweb/static/scss/components/carousel.scss */
      .carousel.type-home img {
        max-height: 225px; } }
  /* line 89, ideasweb/static/scss/components/carousel.scss */
  .carousel.type-home .carousel-nav {
    display: none; }
    @media only screen and (min-width: 768px) {
      /* line 89, ideasweb/static/scss/components/carousel.scss */
      .carousel.type-home .carousel-nav {
        display: inline-block;
        margin-bottom: 30px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        width: 100%; } }
    /* line 103, ideasweb/static/scss/components/carousel.scss */
    .carousel.type-home .carousel-nav .carousel-nav-items {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: flex;
      filter: drop-shadow(0px 0px 20px black); }
      /* line 110, ideasweb/static/scss/components/carousel.scss */
      .carousel.type-home .carousel-nav .carousel-nav-items .nav-item {
        border-bottom: 2px solid #a1a1a1;
        flex-basis: 175px;
        font-size: 14px;
        line-height: 16px;
        color: #f1f1f1;
        font-weight: 700;
        display: block;
        padding: 8px;
        opacity: 0.65; }
        /* line 120, ideasweb/static/scss/components/carousel.scss */
        .carousel.type-home .carousel-nav .carousel-nav-items .nav-item.active {
          opacity: 1; }
  /* line 128, ideasweb/static/scss/components/carousel.scss */
  .carousel .slider-pagination {
    display: none;
    position: static !important;
    display: inline-flex;
    justify-content: center;
    width: auto !important;
    margin: 2rem auto 0;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    background-color: #c7c7c7; }
    /* line 139, ideasweb/static/scss/components/carousel.scss */
    .carousel .slider-pagination .slider-pagination-bullet {
      display: inline-block;
      margin-right: 6px;
      margin-top: 0 !important;
      padding: 5px;
      border: 1px solid #ffffff;
      border-radius: 50%;
      text-align: center;
      text-decoration: none;
      background-color: #f1f1f1; }
      /* line 149, ideasweb/static/scss/components/carousel.scss */
      .carousel .slider-pagination .slider-pagination-bullet:last-child {
        margin-right: 0; }
      /* line 153, ideasweb/static/scss/components/carousel.scss */
      .carousel .slider-pagination .slider-pagination-bullet.slider-pagination-bullet-active, .carousel .slider-pagination .slider-pagination-bullet.slider-pagination-bullet:hover {
        background-color: #ffffff; }
    @media only screen and (min-width: 768px) {
      /* line 128, ideasweb/static/scss/components/carousel.scss */
      .carousel .slider-pagination {
        display: inline-flex; } }
/* line 164, ideasweb/static/scss/components/carousel.scss */
#carousel.type-home .slider-container {
  margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  /* line 2, ideasweb/static/scss/components/signin.scss */
  .signin .signin-container {
    display: flex;
    flex-direction: column; } }

/* line 9, ideasweb/static/scss/components/signin.scss */
.signin .signin-image-col {
  display: none; }
  @media only screen and (min-width: 560px) {
    /* line 9, ideasweb/static/scss/components/signin.scss */
    .signin .signin-image-col {
      display: block;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      min-height: 100%; } }
/* line 20, ideasweb/static/scss/components/signin.scss */
.signin .signin-image-login {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh; }
  @media only screen and (min-width: 768px) {
    /* line 20, ideasweb/static/scss/components/signin.scss */
    .signin .signin-image-login {
      height: auto; } }
/* line 30, ideasweb/static/scss/components/signin.scss */
.signin .signin-image-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  /* line 36, ideasweb/static/scss/components/signin.scss */
  .signin .signin-image-container .signin-actions .btn, .signin .signin-image-container .signin-actions .btn-small, .signin .signin-image-container .signin-actions .btn-smallest, .signin .signin-image-container .signin-actions .btn-primary, .signin .signin-image-container .signin-actions .btn-secondary {
    margin-bottom: 12px; }

/* line 42, ideasweb/static/scss/components/signin.scss */
.signin .btn, .signin .btn-small, .signin .btn-smallest, .signin .btn-primary, .signin .btn-secondary {
  font-weight: normal; }

/* line 46, ideasweb/static/scss/components/signin.scss */
.signin .signin-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  @media only screen and (min-width: 992px) {
    /* line 46, ideasweb/static/scss/components/signin.scss */
    .signin .signin-header {
      padding: 15px;
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 45px;
      border-bottom: none; } }
  @media only screen and (max-width: 991px) {
    /* line 58, ideasweb/static/scss/components/signin.scss */
    .signin .signin-header h2 {
      font-family: bold;
      font-size: 18px;
      line-height: 23px; } }
  /* line 63, ideasweb/static/scss/components/signin.scss */
  .signin .signin-header p {
    font-weight: bold;
    margin: 0;
    font-size: 24px;
    line-height: 28px; }
  /* line 68, ideasweb/static/scss/components/signin.scss */
  .signin .signin-header img {
    display: block;
    margin-right: 12px; }

/* line 74, ideasweb/static/scss/components/signin.scss */
.signin .signin-content-border {
  border-bottom: 1px solid #a1a1a1; }
  @media only screen and (min-width: 992px) {
    /* line 74, ideasweb/static/scss/components/signin.scss */
    .signin .signin-content-border {
      border-bottom: none; } }
/* line 81, ideasweb/static/scss/components/signin.scss */
.signin .signin-content {
  flex-grow: 1;
  font-size: 16px;
  line-height: 21px; }
  @media only screen and (min-width: 992px) {
    /* line 81, ideasweb/static/scss/components/signin.scss */
    .signin .signin-content {
      font-size: 20px;
      line-height: 27px;
      border-bottom: none; } }
  /* line 89, ideasweb/static/scss/components/signin.scss */
  .signin .signin-content h4 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px; }
    @media only screen and (min-width: 992px) {
      /* line 89, ideasweb/static/scss/components/signin.scss */
      .signin .signin-content h4 {
        font-size: 20px;
        line-height: 24px; } }
  /* line 98, ideasweb/static/scss/components/signin.scss */
  .signin .signin-content input[type="email"] {
    padding: 12px 15px;
    font-size: 16px;
    line-height: 21px;
    border-width: 2px; }
    /* line 102, ideasweb/static/scss/components/signin.scss */
    .signin .signin-content input[type="email"]:active {
      border-color: #e5553e; }
  /* line 106, ideasweb/static/scss/components/signin.scss */
  .signin .signin-content input[type="submit"] {
    font-size: 16px;
    line-height: 21px; }
    @media only screen and (min-width: 992px) {
      /* line 106, ideasweb/static/scss/components/signin.scss */
      .signin .signin-content input[type="submit"] {
        font-size: 18px;
        line-height: 24px; } }
  /* line 112, ideasweb/static/scss/components/signin.scss */
  .signin .signin-content ::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 21px; }
  /* line 116, ideasweb/static/scss/components/signin.scss */
  .signin .signin-content :-ms-input-placeholder {
    font-size: 16px;
    line-height: 21px; }
  /* line 120, ideasweb/static/scss/components/signin.scss */
  .signin .signin-content ::placeholder {
    font-size: 16px;
    line-height: 21px; }

/* line 125, ideasweb/static/scss/components/signin.scss */
.signin .footer {
  font-size: 14px;
  line-height: 18px; }
  /* line 127, ideasweb/static/scss/components/signin.scss */
  .signin .footer small {
    font-size: 10px;
    line-height: 12px; }
  @media only screen and (min-width: 992px) {
    /* line 125, ideasweb/static/scss/components/signin.scss */
    .signin .footer {
      font-size: 18px;
      line-height: 20px; }
      /* line 132, ideasweb/static/scss/components/signin.scss */
      .signin .footer small {
        font-size: 14px;
        line-height: 18px; } }
@use "sass:math";
/* line 3, ideasweb/static/scss/components/search.scss */
.search-wrapper {
  position: relative; }
  /* line 6, ideasweb/static/scss/components/search.scss */
  .search-wrapper .input-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 10px 0 0;
    z-index: 10000; }
    /* line 14, ideasweb/static/scss/components/search.scss */
    .search-wrapper .input-wrapper .input-auto input {
      width: 100%; }
    /* line 19, ideasweb/static/scss/components/search.scss */
    .search-wrapper .input-wrapper .results {
      padding: calc(1rem / 2) 1rem;
      border: 1px solid #a1a1a1;
      border-radius: 5px;
      list-style-type: none;
      background-color: #f1f1f1; }
      /* line 26, ideasweb/static/scss/components/search.scss */
      .search-wrapper .input-wrapper .results li {
        margin: 0;
        padding: 10px; }
        /* line 29, ideasweb/static/scss/components/search.scss */
        .search-wrapper .input-wrapper .results li.selected {
          background-color: #e5553e; }

@media only screen and (max-width: 767px) {
  /* line 40, ideasweb/static/scss/components/search.scss */
  .search-results .col:nth-child(2n + 1),
  .m-twin-col .col:nth-child(2n + 1) {
    padding-right: calc(15px / 2); }
  /* line 43, ideasweb/static/scss/components/search.scss */
  .search-results .col:nth-child(2n + 2),
  .m-twin-col .col:nth-child(2n + 2) {
    padding-left: calc(15px / 2); } }

/* line 49, ideasweb/static/scss/components/search.scss */
.auto-complete {
  background: white; }
  @media only screen and (min-width: 768px) {
    /* line 49, ideasweb/static/scss/components/search.scss */
    .auto-complete {
      border-radius: 0 0 6px 6px; } }
  /* line 54, ideasweb/static/scss/components/search.scss */
  .auto-complete .auto-complete__row {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #f1f1f1; }
    /* line 59, ideasweb/static/scss/components/search.scss */
    .auto-complete .auto-complete__row a {
      flex: 1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; }
    @media only screen and (min-width: 768px) {
      /* line 54, ideasweb/static/scss/components/search.scss */
      .auto-complete .auto-complete__row {
        border-bottom: none; } }
    /* line 69, ideasweb/static/scss/components/search.scss */
    .auto-complete .auto-complete__row:hover {
      background-color: #f1f1f1; }
    /* line 72, ideasweb/static/scss/components/search.scss */
    .auto-complete .auto-complete__row.selected {
      background-color: #a1a1a1; }
      /* line 74, ideasweb/static/scss/components/search.scss */
      .auto-complete .auto-complete__row.selected a {
        color: white !important; }
    /* line 78, ideasweb/static/scss/components/search.scss */
    .auto-complete .auto-complete__row .icon {
      margin-right: 8px; }
    /* line 81, ideasweb/static/scss/components/search.scss */
    .auto-complete .auto-complete__row span {
      opacity: 0.25; }
    /* line 84, ideasweb/static/scss/components/search.scss */
    .auto-complete .auto-complete__row a {
      display: flex;
      align-items: center; }
  /* line 89, ideasweb/static/scss/components/search.scss */
  .auto-complete .auto-complete__footer {
    border-radius: 0 0 6px 6px;
    padding: 10px 20px;
    background: #e5553e;
    display: none; }
    @media only screen and (min-width: 768px) {
      /* line 89, ideasweb/static/scss/components/search.scss */
      .auto-complete .auto-complete__footer {
        display: block; } }
    /* line 97, ideasweb/static/scss/components/search.scss */
    .auto-complete .auto-complete__footer a {
      color: #ffffff;
      text-decoration: underline;
      font-weight: bold; }

@use "sass:math";
/* line 4, ideasweb/static/scss/components/forms.scss */
.form label {
  font-size: 18px;
  line-height: 24px;
  font-style: bold; }

/* line 9, ideasweb/static/scss/components/forms.scss */
.form .form-field {
  border-radius: 5px;
  padding: 1rem;
  border: 1px solid #a1a1a1;
  color: #191927;
  font-size: 18px;
  line-height: 24px; }

/* line 17, ideasweb/static/scss/components/forms.scss */
.form .form-field-help-text {
  font-size: 14px;
  line-height: 18px; }

/* line 23, ideasweb/static/scss/components/forms.scss */
.login-form input {
  width: 100%;
  margin-bottom: 12px; }

@media only screen and (max-width: 991px) {
  /* line 32, ideasweb/static/scss/components/forms.scss */
  .filters .col,
  .gridjs-head .col {
    overflow-x: scroll; } }

/* line 37, ideasweb/static/scss/components/forms.scss */
.filters button,
.gridjs-head button {
  display: flex;
  align-items: center; }
  /* line 40, ideasweb/static/scss/components/forms.scss */
  .filters button span,
  .gridjs-head button span {
    font-size: 1.5rem;
    color: #e5553e;
    line-height: 0;
    display: inline-block;
    margin-right: 5px; }

/* line 49, ideasweb/static/scss/components/forms.scss */
.filters select,
.gridjs-head select {
  padding: calc(1rem / 2) 2rem calc(1rem / 2) 1rem;
  background-color: #f1f1f1;
  border: 1px solid #a1a1a1;
  font-size: 16px;
  line-height: 21px; }

/* line 56, ideasweb/static/scss/components/forms.scss */
.filters ::-webkit-input-placeholder,
.gridjs-head ::-webkit-input-placeholder {
  font-size: "16px";
  line-height: initial; }

/* line 60, ideasweb/static/scss/components/forms.scss */
.filters :-ms-input-placeholder,
.gridjs-head :-ms-input-placeholder {
  font-size: "16px";
  line-height: initial; }

/* line 64, ideasweb/static/scss/components/forms.scss */
.filters ::placeholder,
.gridjs-head ::placeholder {
  font-size: "16px";
  line-height: initial; }

@media only screen and (min-width: 768px) {
  /* line 72, ideasweb/static/scss/components/forms.scss */
  .filters.lg button {
    padding: 8px 12px;
    font-size: 18px;
    line-height: 24px; }
    /* line 75, ideasweb/static/scss/components/forms.scss */
    .filters.lg button span {
      font-size: 2.5rem; } }

/* Add icons to form input fields */
/* line 83, ideasweb/static/scss/components/forms.scss */
.input-icon-wrapper {
  position: relative; }
  /* line 85, ideasweb/static/scss/components/forms.scss */
  .input-icon-wrapper input {
    padding-right: 2rem; }
  /* line 88, ideasweb/static/scss/components/forms.scss */
  .input-icon-wrapper i {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    color: #a1a1a1; }

/* line 98, ideasweb/static/scss/components/forms.scss */
.modal form input[type="text"] {
  font-family: "vodafone";
  border: 1px solid #f1f1f1;
  border-radius: 10px 0 0 6px;
  flex-grow: 1;
  padding: 10px 5px; }
  @media only screen and (min-width: 768px) {
    /* line 98, ideasweb/static/scss/components/forms.scss */
    .modal form input[type="text"] {
      padding: 10px 15px; } }
/* line 108, ideasweb/static/scss/components/forms.scss */
.modal form input[type="submit"] {
  font-family: "vodafone";
  border: 1px solid #e5553e;
  background: #e5553e;
  color: #f1f1f1;
  border-radius: 0 6px 6px 0;
  padding: 10px 15px;
  position: relative;
  left: -4px; }

/* line 120, ideasweb/static/scss/components/forms.scss */
input[type="text"].jumbo-field {
  font-size: 24px;
  line-height: initial;
  padding: 1.5rem; }

/* Form errors */
/* line 126, ideasweb/static/scss/components/forms.scss */
.invalid-feedback {
  color: #e5553e;
  font-size: 16px;
  line-height: 24px; }

/* line 131, ideasweb/static/scss/components/forms.scss */
.small-filter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 15px 0 0; }
  /* line 136, ideasweb/static/scss/components/forms.scss */
  .small-filter label {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px; }
  /* line 142, ideasweb/static/scss/components/forms.scss */
  .small-filter select {
    font-size: 16px;
    line-height: 21px;
    background-color: #f1f1f1;
    border: 1px solid #a1a1a1;
    padding: 8px 32px 8px 8px;
    cursor: pointer; }

/* line 1, ideasweb/static/scss/components/basket.scss */
#basket {
  position: fixed;
  top: 50%;
  right: -526px;
  width: 526px;
  z-index: 1;
  /* over position sticky aside */
  transition: right 0.3s ease;
  z-index: 10000;
  display: none; }
  @media only screen and (min-width: 768px) {
    /* line 1, ideasweb/static/scss/components/basket.scss */
    #basket {
      display: block; } }
  /* line 14, ideasweb/static/scss/components/basket.scss */
  #basket.showing {
    right: -160px; }
  /* line 18, ideasweb/static/scss/components/basket.scss */
  #basket .tab-wrapper {
    position: relative;
    left: -126px;
    float: left;
    z-index: 10000;
    transform: translate(0, -50%) rotate(-90deg); }
    /* line 25, ideasweb/static/scss/components/basket.scss */
    #basket .tab-wrapper .tab {
      height: 48px;
      line-height: 48px;
      border-radius: 5px 5px 0 0;
      text-align: center;
      cursor: pointer; }
      /* line 32, ideasweb/static/scss/components/basket.scss */
      #basket .tab-wrapper .tab.tab-basket {
        width: 158px;
        background-color: #e5553e; }
        /* line 35, ideasweb/static/scss/components/basket.scss */
        #basket .tab-wrapper .tab.tab-basket:hover {
          background-color: #e5553e !important; }
      /* line 40, ideasweb/static/scss/components/basket.scss */
      #basket .tab-wrapper .tab.tab-history {
        width: 48px;
        background-color: #ffffff; }
        /* line 43, ideasweb/static/scss/components/basket.scss */
        #basket .tab-wrapper .tab.tab-history:hover {
          background-color: #f1f1f1 !important; }
      /* line 48, ideasweb/static/scss/components/basket.scss */
      #basket .tab-wrapper .tab.pulsate {
        box-shadow: 0 0 0 0 black;
        animation: pulse 2s infinite; }
    /* line 54, ideasweb/static/scss/components/basket.scss */
    #basket .tab-wrapper .title {
      padding-top: 3px; }
    /* line 58, ideasweb/static/scss/components/basket.scss */
    #basket .tab-wrapper .icon {
      font-size: 1.8rem; }
  /* line 63, ideasweb/static/scss/components/basket.scss */
  #basket .items-wrapper {
    position: relative;
    width: 368px;
    height: 100vh;
    float: left;
    z-index: 10001;
    transform: translate(0px, -54%); }
    /* line 72, ideasweb/static/scss/components/basket.scss */
    #basket .items-wrapper .file-thumb-wrapper {
      overflow: hidden;
      height: 44px;
      width: 44px;
      border: 1px solid #a1a1a1;
      flex-shrink: 0;
      flex-grow: 0; }
      /* line 80, ideasweb/static/scss/components/basket.scss */
      #basket .items-wrapper .file-thumb-wrapper .file-thumb {
        object-fit: cover;
        max-height: 100%; }
    /* line 86, ideasweb/static/scss/components/basket.scss */
    #basket .items-wrapper .file-title {
      flex-grow: 1;
      margin-left: 12px;
      margin-right: 12px;
      max-width: 200px; }
      /* line 92, ideasweb/static/scss/components/basket.scss */
      #basket .items-wrapper .file-title p {
        margin: 0; }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5); }
  70% {
    box-shadow: 0 0 0px 100px rgba(255, 0, 0, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0); } }

/* line 113, ideasweb/static/scss/components/basket.scss */
.basket-row {
  padding: 8px;
  border-bottom: 1px solid #ebebeb; }
  /* line 116, ideasweb/static/scss/components/basket.scss */
  .basket-row:first-child {
    border-top: 1px solid #ebebeb; }
  /* line 119, ideasweb/static/scss/components/basket.scss */
  .basket-row:last-child {
    border-bottom: none; }
  /* line 122, ideasweb/static/scss/components/basket.scss */
  .basket-row .file-thumb-wrapper {
    height: 50px;
    width: 50px; }
    @media only screen and (min-width: 768px) {
      /* line 122, ideasweb/static/scss/components/basket.scss */
      .basket-row .file-thumb-wrapper {
        height: 75px;
        width: 75px; } }
    /* line 130, ideasweb/static/scss/components/basket.scss */
    .basket-row .file-thumb-wrapper .file-thumb {
      object-fit: cover;
      max-height: 100%;
      min-width: 50px; }

/* line 139, ideasweb/static/scss/components/basket.scss */
.basket-history-page .btn-secondary {
  display: none; }

/* line 145, ideasweb/static/scss/components/basket.scss */
.basket-rows .file-title {
  max-width: 200px; }
  @media only screen and (min-width: 768px) {
    /* line 145, ideasweb/static/scss/components/basket.scss */
    .basket-rows .file-title {
      max-width: 320px; } }
  @media only screen and (min-width: 992px) {
    /* line 145, ideasweb/static/scss/components/basket.scss */
    .basket-rows .file-title {
      max-width: 500px; } }
  @media only screen and (min-width: 1200px) {
    /* line 145, ideasweb/static/scss/components/basket.scss */
    .basket-rows .file-title {
      max-width: none; } }
/* Mobile menu contents */
/* line 3, ideasweb/static/scss/components/burger.scss */
.bm-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  list-style: none;
  background-color: #ffffff;
  overflow-x: hidden;
  z-index: 10000;
  transition: width 0.3s ease; }
  /* line 15, ideasweb/static/scss/components/burger.scss */
  .bm-menu.isOpen {
    width: 400px; }
  /* line 19, ideasweb/static/scss/components/burger.scss */
  .bm-menu .menu-logo {
    margin: 12px 17px; }
    /* line 22, ideasweb/static/scss/components/burger.scss */
    .bm-menu .menu-logo img {
      width: 35px;
      height: 35px; }
  /* line 28, ideasweb/static/scss/components/burger.scss */
  .bm-menu .back {
    height: 35px;
    line-height: 35px;
    margin: 12px 11px; }
    /* line 33, ideasweb/static/scss/components/burger.scss */
    .bm-menu .back i {
      margin-right: 5px; }
  /* line 38, ideasweb/static/scss/components/burger.scss */
  .bm-menu .bm-inner {
    position: relative;
    left: 0;
    top: 0;
    transition: left 0.3s ease; }
    /* line 44, ideasweb/static/scss/components/burger.scss */
    .bm-menu .bm-inner .bm-list {
      margin: 0;
      padding: 0; }
      /* line 49, ideasweb/static/scss/components/burger.scss */
      .bm-menu .bm-inner .bm-list .bm-list-item {
        width: 400px;
        height: 50px;
        line-height: 50px;
        margin: 0;
        text-align: left;
        border-top: 1px solid #a1a1a1;
        list-style: none; }
        /* line 59, ideasweb/static/scss/components/burger.scss */
        .bm-menu .bm-inner .bm-list .bm-list-item:last-child {
          border-bottom: 1px solid #a1a1a1; }
        /* line 63, ideasweb/static/scss/components/burger.scss */
        .bm-menu .bm-inner .bm-list .bm-list-item .item-link {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          flex-grow: 1;
          width: 400px;
          height: 50px;
          line-height: 50px;
          margin: 0;
          padding-left: 17px;
          font-size: 1rem;
          vertical-align: top; }
          /* line 77, ideasweb/static/scss/components/burger.scss */
          .bm-menu .bm-inner .bm-list .bm-list-item .item-link .icon {
            height: 50px;
            line-height: 50px;
            color: #e5553e;
            margin-right: calc(1rem / 2); }
        /* line 86, ideasweb/static/scss/components/burger.scss */
        .bm-menu .bm-inner .bm-list .bm-list-item .sub .item-link {
          display: inline-flex; }
        /* line 89, ideasweb/static/scss/components/burger.scss */
        .bm-menu .bm-inner .bm-list .bm-list-item .sub .bm-list {
          display: inline-block;
          position: absolute;
          top: 0; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/*
    Vortex Hamburger
*/
/* line 133, ideasweb/static/scss/components/burger.scss */
.hamburger-wrapper {
  position: relative;
  z-index: 10000; }

/* line 138, ideasweb/static/scss/components/burger.scss */
.hamburger {
  padding: 5px 2px 0 2px;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear; }
  /* line 148, ideasweb/static/scss/components/burger.scss */
  .hamburger:hover {
    opacity: 0.7; }
  /* line 156, ideasweb/static/scss/components/burger.scss */
  .hamburger.isOpen {
    background-color: #e5553e; }
    /* line 159, ideasweb/static/scss/components/burger.scss */
    .hamburger.isOpen:hover {
      opacity: 0.7; }
    /* line 167, ideasweb/static/scss/components/burger.scss */
    .hamburger.isOpen .hamburger-inner,
    .hamburger.isOpen .hamburger-inner::before,
    .hamburger.isOpen .hamburger-inner::after {
      background-color: white; }
  /* line 174, ideasweb/static/scss/components/burger.scss */
  .hamburger .hamburger-box {
    width: 32px;
    height: 22px;
    display: inline-block;
    position: relative; }
  /* line 181, ideasweb/static/scss/components/burger.scss */
  .hamburger .hamburger-inner {
    position: relative;
    top: 50%;
    display: block; }
    /* line 186, ideasweb/static/scss/components/burger.scss */
    .hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
      width: 32px;
      height: 2px;
      background-color: #000;
      border-radius: 2px;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease; }
    /* line 199, ideasweb/static/scss/components/burger.scss */
    .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
      content: "";
      display: block; }
    /* line 205, ideasweb/static/scss/components/burger.scss */
    .hamburger .hamburger-inner::before {
      top: -10px; }
    /* line 209, ideasweb/static/scss/components/burger.scss */
    .hamburger .hamburger-inner::after {
      bottom: -10px; }
  /* line 215, ideasweb/static/scss/components/burger.scss */
  .hamburger.hamburger--vortex .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    /* line 219, ideasweb/static/scss/components/burger.scss */
    .hamburger.hamburger--vortex .hamburger-inner::before, .hamburger.hamburger--vortex .hamburger-inner::after {
      transition-duration: 0s;
      transition-delay: 0.1s;
      transition-timing-function: linear; }
    /* line 226, ideasweb/static/scss/components/burger.scss */
    .hamburger.hamburger--vortex .hamburger-inner::before {
      transition-property: top, opacity; }
    /* line 230, ideasweb/static/scss/components/burger.scss */
    .hamburger.hamburger--vortex .hamburger-inner::after {
      transition-property: bottom, transform; }
  /* line 236, ideasweb/static/scss/components/burger.scss */
  .hamburger.hamburger--vortex.isOpen .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    /* line 240, ideasweb/static/scss/components/burger.scss */
    .hamburger.hamburger--vortex.isOpen .hamburger-inner::before, .hamburger.hamburger--vortex.isOpen .hamburger-inner::after {
      transition-delay: 0s; }
    /* line 245, ideasweb/static/scss/components/burger.scss */
    .hamburger.hamburger--vortex.isOpen .hamburger-inner::before {
      top: 0;
      opacity: 0; }
    /* line 250, ideasweb/static/scss/components/burger.scss */
    .hamburger.hamburger--vortex.isOpen .hamburger-inner::after {
      bottom: 0;
      transform: rotate(90deg); }

/****************************************************************
 *
 * CSS Percentage Circle
 * Author: Andre Firchow
 * COMPILED: DO NOT EDIT BELOW
 *
*****************************************************************/
/* line 8, ideasweb/static/scss/components/dial.scss */
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
  clip: rect(auto, auto, auto, auto); }

/* line 62, ideasweb/static/scss/components/dial.scss */
.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
  position: absolute;
  border: 0.08em solid #e5553e;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

/* line 131, ideasweb/static/scss/components/dial.scss */
.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 239, ideasweb/static/scss/components/dial.scss */
.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #cccccc; }

/* line 253, ideasweb/static/scss/components/dial.scss */
.c100 *,
.c100 *:before,
.c100 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* line 260, ideasweb/static/scss/components/dial.scss */
.c100.center {
  float: none;
  margin: 0 auto; }

/* line 264, ideasweb/static/scss/components/dial.scss */
.c100.big {
  font-size: 240px; }

/* line 267, ideasweb/static/scss/components/dial.scss */
.c100.small {
  font-size: 80px; }

/* line 270, ideasweb/static/scss/components/dial.scss */
.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5em;
  font-size: 0.2em;
  color: #cccccc;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 296, ideasweb/static/scss/components/dial.scss */
.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: ' ';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: whitesmoke;
  width: 0.84em;
  height: 0.84em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

/* line 323, ideasweb/static/scss/components/dial.scss */
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em); }

/* line 329, ideasweb/static/scss/components/dial.scss */
.c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  transform: rotate(3.6deg); }

/* line 336, ideasweb/static/scss/components/dial.scss */
.c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  transform: rotate(7.2deg); }

/* line 343, ideasweb/static/scss/components/dial.scss */
.c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  transform: rotate(10.8deg); }

/* line 350, ideasweb/static/scss/components/dial.scss */
.c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  transform: rotate(14.4deg); }

/* line 357, ideasweb/static/scss/components/dial.scss */
.c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg); }

/* line 364, ideasweb/static/scss/components/dial.scss */
.c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  transform: rotate(21.6deg); }

/* line 371, ideasweb/static/scss/components/dial.scss */
.c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  transform: rotate(25.2deg); }

/* line 378, ideasweb/static/scss/components/dial.scss */
.c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);
  transform: rotate(28.8deg); }

/* line 385, ideasweb/static/scss/components/dial.scss */
.c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  transform: rotate(32.4deg); }

/* line 392, ideasweb/static/scss/components/dial.scss */
.c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg); }

/* line 399, ideasweb/static/scss/components/dial.scss */
.c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  transform: rotate(39.6deg); }

/* line 406, ideasweb/static/scss/components/dial.scss */
.c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  transform: rotate(43.2deg); }

/* line 413, ideasweb/static/scss/components/dial.scss */
.c100.p13 .bar {
  -webkit-transform: rotate(46.8deg);
  -moz-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -o-transform: rotate(46.8deg);
  transform: rotate(46.8deg); }

/* line 420, ideasweb/static/scss/components/dial.scss */
.c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  transform: rotate(50.4deg); }

/* line 427, ideasweb/static/scss/components/dial.scss */
.c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg); }

/* line 434, ideasweb/static/scss/components/dial.scss */
.c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  transform: rotate(57.6deg); }

/* line 441, ideasweb/static/scss/components/dial.scss */
.c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  transform: rotate(61.2deg); }

/* line 448, ideasweb/static/scss/components/dial.scss */
.c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  transform: rotate(64.8deg); }

/* line 455, ideasweb/static/scss/components/dial.scss */
.c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  transform: rotate(68.4deg); }

/* line 462, ideasweb/static/scss/components/dial.scss */
.c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg); }

/* line 469, ideasweb/static/scss/components/dial.scss */
.c100.p21 .bar {
  -webkit-transform: rotate(75.6deg);
  -moz-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -o-transform: rotate(75.6deg);
  transform: rotate(75.6deg); }

/* line 476, ideasweb/static/scss/components/dial.scss */
.c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  transform: rotate(79.2deg); }

/* line 483, ideasweb/static/scss/components/dial.scss */
.c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  transform: rotate(82.8deg); }

/* line 490, ideasweb/static/scss/components/dial.scss */
.c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  transform: rotate(86.4deg); }

/* line 497, ideasweb/static/scss/components/dial.scss */
.c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 504, ideasweb/static/scss/components/dial.scss */
.c100.p26 .bar {
  -webkit-transform: rotate(93.6deg);
  -moz-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -o-transform: rotate(93.6deg);
  transform: rotate(93.6deg); }

/* line 511, ideasweb/static/scss/components/dial.scss */
.c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  transform: rotate(97.2deg); }

/* line 518, ideasweb/static/scss/components/dial.scss */
.c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  transform: rotate(100.8deg); }

/* line 525, ideasweb/static/scss/components/dial.scss */
.c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  transform: rotate(104.4deg); }

/* line 532, ideasweb/static/scss/components/dial.scss */
.c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg); }

/* line 539, ideasweb/static/scss/components/dial.scss */
.c100.p31 .bar {
  -webkit-transform: rotate(111.6deg);
  -moz-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -o-transform: rotate(111.6deg);
  transform: rotate(111.6deg); }

/* line 546, ideasweb/static/scss/components/dial.scss */
.c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  transform: rotate(115.2deg); }

/* line 553, ideasweb/static/scss/components/dial.scss */
.c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  transform: rotate(118.8deg); }

/* line 560, ideasweb/static/scss/components/dial.scss */
.c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  transform: rotate(122.4deg); }

/* line 567, ideasweb/static/scss/components/dial.scss */
.c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg); }

/* line 574, ideasweb/static/scss/components/dial.scss */
.c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  transform: rotate(129.6deg); }

/* line 581, ideasweb/static/scss/components/dial.scss */
.c100.p37 .bar {
  -webkit-transform: rotate(133.2deg);
  -moz-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -o-transform: rotate(133.2deg);
  transform: rotate(133.2deg); }

/* line 588, ideasweb/static/scss/components/dial.scss */
.c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  transform: rotate(136.8deg); }

/* line 595, ideasweb/static/scss/components/dial.scss */
.c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  transform: rotate(140.4deg); }

/* line 602, ideasweb/static/scss/components/dial.scss */
.c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg); }

/* line 609, ideasweb/static/scss/components/dial.scss */
.c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  transform: rotate(147.6deg); }

/* line 616, ideasweb/static/scss/components/dial.scss */
.c100.p42 .bar {
  -webkit-transform: rotate(151.2deg);
  -moz-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -o-transform: rotate(151.2deg);
  transform: rotate(151.2deg); }

/* line 623, ideasweb/static/scss/components/dial.scss */
.c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  transform: rotate(154.8deg); }

/* line 630, ideasweb/static/scss/components/dial.scss */
.c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  transform: rotate(158.4deg); }

/* line 637, ideasweb/static/scss/components/dial.scss */
.c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg); }

/* line 644, ideasweb/static/scss/components/dial.scss */
.c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  transform: rotate(165.6deg); }

/* line 651, ideasweb/static/scss/components/dial.scss */
.c100.p47 .bar {
  -webkit-transform: rotate(169.2deg);
  -moz-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -o-transform: rotate(169.2deg);
  transform: rotate(169.2deg); }

/* line 658, ideasweb/static/scss/components/dial.scss */
.c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  transform: rotate(172.8deg); }

/* line 665, ideasweb/static/scss/components/dial.scss */
.c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  transform: rotate(176.4deg); }

/* line 672, ideasweb/static/scss/components/dial.scss */
.c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 679, ideasweb/static/scss/components/dial.scss */
.c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  transform: rotate(183.6deg); }

/* line 686, ideasweb/static/scss/components/dial.scss */
.c100.p52 .bar {
  -webkit-transform: rotate(187.2deg);
  -moz-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  -o-transform: rotate(187.2deg);
  transform: rotate(187.2deg); }

/* line 693, ideasweb/static/scss/components/dial.scss */
.c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  transform: rotate(190.8deg); }

/* line 700, ideasweb/static/scss/components/dial.scss */
.c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  transform: rotate(194.4deg); }

/* line 707, ideasweb/static/scss/components/dial.scss */
.c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  transform: rotate(198deg); }

/* line 714, ideasweb/static/scss/components/dial.scss */
.c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  transform: rotate(201.6deg); }

/* line 721, ideasweb/static/scss/components/dial.scss */
.c100.p57 .bar {
  -webkit-transform: rotate(205.2deg);
  -moz-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  -o-transform: rotate(205.2deg);
  transform: rotate(205.2deg); }

/* line 728, ideasweb/static/scss/components/dial.scss */
.c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  transform: rotate(208.8deg); }

/* line 735, ideasweb/static/scss/components/dial.scss */
.c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  transform: rotate(212.4deg); }

/* line 742, ideasweb/static/scss/components/dial.scss */
.c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg); }

/* line 749, ideasweb/static/scss/components/dial.scss */
.c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  transform: rotate(219.6deg); }

/* line 756, ideasweb/static/scss/components/dial.scss */
.c100.p62 .bar {
  -webkit-transform: rotate(223.2deg);
  -moz-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  -o-transform: rotate(223.2deg);
  transform: rotate(223.2deg); }

/* line 763, ideasweb/static/scss/components/dial.scss */
.c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  transform: rotate(226.8deg); }

/* line 770, ideasweb/static/scss/components/dial.scss */
.c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  transform: rotate(230.4deg); }

/* line 777, ideasweb/static/scss/components/dial.scss */
.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  transform: rotate(234deg); }

/* line 784, ideasweb/static/scss/components/dial.scss */
.c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  transform: rotate(237.6deg); }

/* line 791, ideasweb/static/scss/components/dial.scss */
.c100.p67 .bar {
  -webkit-transform: rotate(241.2deg);
  -moz-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  -o-transform: rotate(241.2deg);
  transform: rotate(241.2deg); }

/* line 798, ideasweb/static/scss/components/dial.scss */
.c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  transform: rotate(244.8deg); }

/* line 805, ideasweb/static/scss/components/dial.scss */
.c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  transform: rotate(248.4deg); }

/* line 812, ideasweb/static/scss/components/dial.scss */
.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg); }

/* line 819, ideasweb/static/scss/components/dial.scss */
.c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  transform: rotate(255.6deg); }

/* line 826, ideasweb/static/scss/components/dial.scss */
.c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  transform: rotate(259.2deg); }

/* line 833, ideasweb/static/scss/components/dial.scss */
.c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  transform: rotate(262.8deg); }

/* line 840, ideasweb/static/scss/components/dial.scss */
.c100.p74 .bar {
  -webkit-transform: rotate(266.4deg);
  -moz-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  -o-transform: rotate(266.4deg);
  transform: rotate(266.4deg); }

/* line 847, ideasweb/static/scss/components/dial.scss */
.c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 854, ideasweb/static/scss/components/dial.scss */
.c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  transform: rotate(273.6deg); }

/* line 861, ideasweb/static/scss/components/dial.scss */
.c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  transform: rotate(277.2deg); }

/* line 868, ideasweb/static/scss/components/dial.scss */
.c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  transform: rotate(280.8deg); }

/* line 875, ideasweb/static/scss/components/dial.scss */
.c100.p79 .bar {
  -webkit-transform: rotate(284.4deg);
  -moz-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  -o-transform: rotate(284.4deg);
  transform: rotate(284.4deg); }

/* line 882, ideasweb/static/scss/components/dial.scss */
.c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg); }

/* line 889, ideasweb/static/scss/components/dial.scss */
.c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  transform: rotate(291.6deg); }

/* line 896, ideasweb/static/scss/components/dial.scss */
.c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  transform: rotate(295.2deg); }

/* line 903, ideasweb/static/scss/components/dial.scss */
.c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  transform: rotate(298.8deg); }

/* line 910, ideasweb/static/scss/components/dial.scss */
.c100.p84 .bar {
  -webkit-transform: rotate(302.4deg);
  -moz-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  -o-transform: rotate(302.4deg);
  transform: rotate(302.4deg); }

/* line 917, ideasweb/static/scss/components/dial.scss */
.c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  transform: rotate(306deg); }

/* line 924, ideasweb/static/scss/components/dial.scss */
.c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  transform: rotate(309.6deg); }

/* line 931, ideasweb/static/scss/components/dial.scss */
.c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  transform: rotate(313.2deg); }

/* line 938, ideasweb/static/scss/components/dial.scss */
.c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  transform: rotate(316.8deg); }

/* line 945, ideasweb/static/scss/components/dial.scss */
.c100.p89 .bar {
  -webkit-transform: rotate(320.4deg);
  -moz-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  -o-transform: rotate(320.4deg);
  transform: rotate(320.4deg); }

/* line 952, ideasweb/static/scss/components/dial.scss */
.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg); }

/* line 959, ideasweb/static/scss/components/dial.scss */
.c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  transform: rotate(327.6deg); }

/* line 966, ideasweb/static/scss/components/dial.scss */
.c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  transform: rotate(331.2deg); }

/* line 973, ideasweb/static/scss/components/dial.scss */
.c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  transform: rotate(334.8deg); }

/* line 980, ideasweb/static/scss/components/dial.scss */
.c100.p94 .bar {
  -webkit-transform: rotate(338.4deg);
  -moz-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  -o-transform: rotate(338.4deg);
  transform: rotate(338.4deg); }

/* line 987, ideasweb/static/scss/components/dial.scss */
.c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  transform: rotate(342deg); }

/* line 994, ideasweb/static/scss/components/dial.scss */
.c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  transform: rotate(345.6deg); }

/* line 1001, ideasweb/static/scss/components/dial.scss */
.c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  transform: rotate(349.2deg); }

/* line 1008, ideasweb/static/scss/components/dial.scss */
.c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  transform: rotate(352.8deg); }

/* line 1015, ideasweb/static/scss/components/dial.scss */
.c100.p99 .bar {
  -webkit-transform: rotate(356.4deg);
  -moz-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  -o-transform: rotate(356.4deg);
  transform: rotate(356.4deg); }

/* line 1022, ideasweb/static/scss/components/dial.scss */
.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg); }

/* line 1029, ideasweb/static/scss/components/dial.scss */
.c100:hover {
  cursor: default; }

/* line 1032, ideasweb/static/scss/components/dial.scss */
.c100:hover > span {
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.3em; }

/* line 1037, ideasweb/static/scss/components/dial.scss */
.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em; }

/* Wrap text blocks in quotes */
/* line 2, ideasweb/static/scss/components/quote.scss */
q,
.quote {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr 3fr;
  quotes: "“" "”" "‘" "’";
  position: relative;
  min-height: 125px; }
  @media only screen and (max-width: 991px) {
    /* line 2, ideasweb/static/scss/components/quote.scss */
    q,
    .quote {
      grid-auto-flow: row;
      grid-auto-rows: 1fr; } }
  /* line 17, ideasweb/static/scss/components/quote.scss */
  q .image,
  .quote .image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  /* line 23, ideasweb/static/scss/components/quote.scss */
  q .copy,
  .quote .copy {
    position: relative; }
    /* line 26, ideasweb/static/scss/components/quote.scss */
    q .copy .blockquote,
    .quote .copy .blockquote {
      margin: 0;
      padding: 60px 30px 30px; }
      /* line 30, ideasweb/static/scss/components/quote.scss */
      q .copy .blockquote h1,
      q .copy .blockquote h2,
      q .copy .blockquote h3,
      q .copy .blockquote h4,
      q .copy .blockquote p,
      q .copy .blockquote ul,
      q .copy .blockquote ol,
      .quote .copy .blockquote h1,
      .quote .copy .blockquote h2,
      .quote .copy .blockquote h3,
      .quote .copy .blockquote h4,
      .quote .copy .blockquote p,
      .quote .copy .blockquote ul,
      .quote .copy .blockquote ol {
        margin-bottom: 12px; }
    /* line 41, ideasweb/static/scss/components/quote.scss */
    q .copy .quote-before:before,
    .quote .copy .quote-before:before {
      content: open-quote;
      position: absolute;
      font-size: 8rem;
      top: 4rem;
      left: 1rem; }

/* line 2, ideasweb/static/scss/components/accordion.scss */
.accordion .collapsible {
  margin-top: 12px;
  /* Hide the checkbox */
  /* Open panel when checkbox is checked */ }
  /* line 4, ideasweb/static/scss/components/accordion.scss */
  .accordion .collapsible:last-child {
    margin-bottom: 12px; }
  @media only screen and (min-width: 768px) {
    /* line 2, ideasweb/static/scss/components/accordion.scss */
    .accordion .collapsible {
      margin-top: 25px; }
      /* line 9, ideasweb/static/scss/components/accordion.scss */
      .accordion .collapsible:last-child {
        margin-bottom: 25px; } }
  /* line 16, ideasweb/static/scss/components/accordion.scss */
  .accordion .collapsible label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-basis: 100%;
    padding: 15px 25px;
    font-weight: 700;
    cursor: pointer;
    transition: all ease 0.3s;
    font-size: 20px;
    line-height: 24px; }
    /* line 27, ideasweb/static/scss/components/accordion.scss */
    .accordion .collapsible label h4 {
      font-size: 18px;
      line-height: 24px;
      margin: 0; }
  /* line 34, ideasweb/static/scss/components/accordion.scss */
  .accordion .collapsible input[type="checkbox"] {
    display: none; }
  /* line 39, ideasweb/static/scss/components/accordion.scss */
  .accordion .collapsible .collapsible__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out; }
    /* line 44, ideasweb/static/scss/components/accordion.scss */
    .accordion .collapsible .collapsible__content section {
      padding: 25px 25px 0 !important; }
      /* line 47, ideasweb/static/scss/components/accordion.scss */
      .accordion .collapsible .collapsible__content section:last-child {
        padding-bottom: 25px !important; }
  /* line 53, ideasweb/static/scss/components/accordion.scss */
  .accordion .collapsible input[type="checkbox"]:checked {
    /* Switch the label icon when a row is clicked/selected */ }
    /* line 54, ideasweb/static/scss/components/accordion.scss */
    .accordion .collapsible input[type="checkbox"]:checked ~ .collapsible__content {
      max-height: 2000px; }
    /* line 59, ideasweb/static/scss/components/accordion.scss */
    .accordion .collapsible input[type="checkbox"]:checked + label {
      border-radius: 10px 0 0;
      background-color: #0d2548;
      color: #ffffff; }

/* line 1, ideasweb/static/scss/components/tables.scss */
.table,
.gridjs-table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 0;
  width: 100%;
  overflow-x: auto; }
  /* line 9, ideasweb/static/scss/components/tables.scss */
  .table tr,
  .gridjs-table tr {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f1f1f1; }
    /* line 13, ideasweb/static/scss/components/tables.scss */
    .table tr:last-child,
    .gridjs-table tr:last-child {
      box-shadow: none; }
  /* line 18, ideasweb/static/scss/components/tables.scss */
  .table th,
  .gridjs-table th {
    font-weight: bold;
    text-align: left; }
  /* line 23, ideasweb/static/scss/components/tables.scss */
  .table th:not(:last-child),
  .table td:not(:last-child),
  .gridjs-table th:not(:last-child),
  .gridjs-table td:not(:last-child) {
    padding: 12px 25px 12px 0; }
    /* line 27, ideasweb/static/scss/components/tables.scss */
    .table th:not(:last-child).compact,
    .table td:not(:last-child).compact,
    .gridjs-table th:not(:last-child).compact,
    .gridjs-table td:not(:last-child).compact {
      padding-right: 12px; }

/* GridJS specific styles */
/* line 36, ideasweb/static/scss/components/tables.scss */
.gridjs .gridjs-search .gridjs-search-input {
  border-radius: 5px;
  padding: 1rem;
  border: 1px solid #a1a1a1;
  color: #191927;
  font-size: 18px;
  line-height: 24px; }

/* line 45, ideasweb/static/scss/components/tables.scss */
.gridjs .gridjs-tr .gridjs-td:first-child {
  font-family: bold; }

/* line 49, ideasweb/static/scss/components/tables.scss */
.gridjs .gridjs-th-sort {
  position: relative;
  cursor: pointer; }
  /* line 52, ideasweb/static/scss/components/tables.scss */
  .gridjs .gridjs-th-sort .gridjs-sort {
    position: absolute;
    top: calc(50% - 10px);
    right: 25px;
    width: 12px;
    height: 12px;
    border-radius: none;
    border: 1px solid #a1a1a1;
    border-top: 0;
    border-right: 0;
    background-color: unset;
    transform: rotate(-45deg);
    float: right; }
  /* line 67, ideasweb/static/scss/components/tables.scss */
  .gridjs .gridjs-th-sort:hover .gridjs-sort {
    border-color: #a1a1a1; }

/* line 78, ideasweb/static/scss/components/tables.scss */
.responsive-table table,
.advanced-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 18px; }
  /* line 86, ideasweb/static/scss/components/tables.scss */
  .responsive-table table tr:first-child,
  .advanced-table table tr:first-child {
    border-radius: 10px 10px 0 0; }
    /* line 88, ideasweb/static/scss/components/tables.scss */
    .responsive-table table tr:first-child th:first-child,
    .responsive-table table tr:first-child td:first-child,
    .advanced-table table tr:first-child th:first-child,
    .advanced-table table tr:first-child td:first-child {
      border-radius: 10px 0 0 0; }
    /* line 92, ideasweb/static/scss/components/tables.scss */
    .responsive-table table tr:first-child td:last-child,
    .advanced-table table tr:first-child td:last-child {
      border-radius: 0 10px 0 0; }
  /* line 97, ideasweb/static/scss/components/tables.scss */
  .responsive-table table thead th:first-child,
  .advanced-table table thead th:first-child {
    border-radius: 10px 0 0 0; }
  /* line 101, ideasweb/static/scss/components/tables.scss */
  .responsive-table table th:last-child,
  .advanced-table table th:last-child {
    border-radius: 0 10px 0 0; }
  /* line 105, ideasweb/static/scss/components/tables.scss */
  .responsive-table table tr:nth-child(odd),
  .advanced-table table tr:nth-child(odd) {
    background-color: #f1f1f1; }
  /* line 108, ideasweb/static/scss/components/tables.scss */
  .responsive-table table tr:nth-child(even),
  .advanced-table table tr:nth-child(even) {
    background-color: #ffffff; }
  /* line 112, ideasweb/static/scss/components/tables.scss */
  .responsive-table table th,
  .advanced-table table th {
    padding: 12px 15px;
    background-color: #e5553e;
    color: #ffffff;
    font-weight: bold;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #e5553e; }
    /* line 120, ideasweb/static/scss/components/tables.scss */
    .responsive-table table th:last-child,
    .advanced-table table th:last-child {
      border-right: none; }
    /* line 124, ideasweb/static/scss/components/tables.scss */
    .responsive-table table th td,
    .advanced-table table th td {
      background-color: #e5553e;
      color: #ffffff; }
  /* line 130, ideasweb/static/scss/components/tables.scss */
  .responsive-table table td,
  .responsive-table table th,
  .advanced-table table td,
  .advanced-table table th {
    display: table-cell;
    max-width: 0px;
    min-width: 120px; }
  /* line 137, ideasweb/static/scss/components/tables.scss */
  .responsive-table table tr:last-child,
  .advanced-table table tr:last-child {
    border-bottom: 1px solid #a1a1a1; }
    /* line 139, ideasweb/static/scss/components/tables.scss */
    .responsive-table table tr:last-child td:first-child,
    .advanced-table table tr:last-child td:first-child {
      border-radius: 0 0 0 6px; }
  /* line 144, ideasweb/static/scss/components/tables.scss */
  .responsive-table table td,
  .advanced-table table td {
    padding: 12px 15px;
    border-left: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1; }
    /* line 149, ideasweb/static/scss/components/tables.scss */
    .responsive-table table td:last-child,
    .advanced-table table td:last-child {
      border-right: 1px solid #a1a1a1; }
  /* line 154, ideasweb/static/scss/components/tables.scss */
  .responsive-table table a,
  .advanced-table table a {
    color: #e5553e; }
    /* line 156, ideasweb/static/scss/components/tables.scss */
    .responsive-table table a .icon,
    .advanced-table table a .icon {
      margin-left: 5px; }

/* line 162, ideasweb/static/scss/components/tables.scss */
.table-wrapper {
  margin-bottom: 30px;
  width: 100%; }
  @media only screen and (max-width: 991px) {
    /* line 162, ideasweb/static/scss/components/tables.scss */
    .table-wrapper {
      overflow-x: auto; } }
/* line 1, ideasweb/static/scss/components/pagination.scss */
.pagination {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  border-radius: .25rem; }
  /* line 10, ideasweb/static/scss/components/pagination.scss */
  .pagination .page-item .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #e5553e;
    background-color: #fff;
    border: 1px solid #e7e7e7; }
    /* line 20, ideasweb/static/scss/components/pagination.scss */
    .pagination .page-item .page-link:hover {
      z-index: 2;
      color: #fff;
      text-decoration: none;
      background-color: #e60000;
      border-color: #e60000; }
  /* line 29, ideasweb/static/scss/components/pagination.scss */
  .pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #e5553e;
    border-color: #e5553e; }
  /* line 38, ideasweb/static/scss/components/pagination.scss */
  .pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem; }
  /* line 46, ideasweb/static/scss/components/pagination.scss */
  .pagination .page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem; }

/* line 1, ideasweb/static/scss/components/pills.scss */
.pill {
  background-color: #e5553e;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 50%; }

@use "sass:math";
/* line 4, ideasweb/static/scss/components/forms.scss */
.form label {
  font-size: 18px;
  line-height: 24px;
  font-style: bold; }

/* line 9, ideasweb/static/scss/components/forms.scss */
.form .form-field {
  border-radius: 5px;
  padding: 1rem;
  border: 1px solid #a1a1a1;
  color: #191927;
  font-size: 18px;
  line-height: 24px; }

/* line 17, ideasweb/static/scss/components/forms.scss */
.form .form-field-help-text {
  font-size: 14px;
  line-height: 18px; }

/* line 23, ideasweb/static/scss/components/forms.scss */
.login-form input {
  width: 100%;
  margin-bottom: 12px; }

@media only screen and (max-width: 991px) {
  /* line 32, ideasweb/static/scss/components/forms.scss */
  .filters .col,
  .gridjs-head .col {
    overflow-x: scroll; } }

/* line 37, ideasweb/static/scss/components/forms.scss */
.filters button,
.gridjs-head button {
  display: flex;
  align-items: center; }
  /* line 40, ideasweb/static/scss/components/forms.scss */
  .filters button span,
  .gridjs-head button span {
    font-size: 1.5rem;
    color: #e5553e;
    line-height: 0;
    display: inline-block;
    margin-right: 5px; }

/* line 49, ideasweb/static/scss/components/forms.scss */
.filters select,
.gridjs-head select {
  padding: calc(1rem / 2) 2rem calc(1rem / 2) 1rem;
  background-color: #f1f1f1;
  border: 1px solid #a1a1a1;
  font-size: 16px;
  line-height: 21px; }

/* line 56, ideasweb/static/scss/components/forms.scss */
.filters ::-webkit-input-placeholder,
.gridjs-head ::-webkit-input-placeholder {
  font-size: "16px";
  line-height: initial; }

/* line 60, ideasweb/static/scss/components/forms.scss */
.filters :-ms-input-placeholder,
.gridjs-head :-ms-input-placeholder {
  font-size: "16px";
  line-height: initial; }

/* line 64, ideasweb/static/scss/components/forms.scss */
.filters ::placeholder,
.gridjs-head ::placeholder {
  font-size: "16px";
  line-height: initial; }

@media only screen and (min-width: 768px) {
  /* line 72, ideasweb/static/scss/components/forms.scss */
  .filters.lg button {
    padding: 8px 12px;
    font-size: 18px;
    line-height: 24px; }
    /* line 75, ideasweb/static/scss/components/forms.scss */
    .filters.lg button span {
      font-size: 2.5rem; } }

/* Add icons to form input fields */
/* line 83, ideasweb/static/scss/components/forms.scss */
.input-icon-wrapper {
  position: relative; }
  /* line 85, ideasweb/static/scss/components/forms.scss */
  .input-icon-wrapper input {
    padding-right: 2rem; }
  /* line 88, ideasweb/static/scss/components/forms.scss */
  .input-icon-wrapper i {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    color: #a1a1a1; }

/* line 98, ideasweb/static/scss/components/forms.scss */
.modal form input[type="text"] {
  font-family: "vodafone";
  border: 1px solid #f1f1f1;
  border-radius: 10px 0 0 6px;
  flex-grow: 1;
  padding: 10px 5px; }
  @media only screen and (min-width: 768px) {
    /* line 98, ideasweb/static/scss/components/forms.scss */
    .modal form input[type="text"] {
      padding: 10px 15px; } }
/* line 108, ideasweb/static/scss/components/forms.scss */
.modal form input[type="submit"] {
  font-family: "vodafone";
  border: 1px solid #e5553e;
  background: #e5553e;
  color: #f1f1f1;
  border-radius: 0 6px 6px 0;
  padding: 10px 15px;
  position: relative;
  left: -4px; }

/* line 120, ideasweb/static/scss/components/forms.scss */
input[type="text"].jumbo-field {
  font-size: 24px;
  line-height: initial;
  padding: 1.5rem; }

/* Form errors */
/* line 126, ideasweb/static/scss/components/forms.scss */
.invalid-feedback {
  color: #e5553e;
  font-size: 16px;
  line-height: 24px; }

/* line 131, ideasweb/static/scss/components/forms.scss */
.small-filter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 15px 0 0; }
  /* line 136, ideasweb/static/scss/components/forms.scss */
  .small-filter label {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px; }
  /* line 142, ideasweb/static/scss/components/forms.scss */
  .small-filter select {
    font-size: 16px;
    line-height: 21px;
    background-color: #f1f1f1;
    border: 1px solid #a1a1a1;
    padding: 8px 32px 8px 8px;
    cursor: pointer; }

/* line 1, ideasweb/static/scss/components/quick-links.scss */
.quick-links {
  display: none;
  background-color: #191927;
  color: #ffffff;
  height: 100px;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    /* line 1, ideasweb/static/scss/components/quick-links.scss */
    .quick-links {
      display: flex;
      align-items: center; } }
  /* line 14, ideasweb/static/scss/components/quick-links.scss */
  .quick-links .quick-links-title h4 {
    margin-bottom: 4px; }
  /* line 18, ideasweb/static/scss/components/quick-links.scss */
  .quick-links .quick-links-title a {
    color: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    /* line 24, ideasweb/static/scss/components/quick-links.scss */
    .quick-links .quick-links-title a .icon {
      font-size: 22px;
      margin-left: 6px; }
  /* line 31, ideasweb/static/scss/components/quick-links.scss */
  .quick-links .quick-links-nav {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    /* line 36, ideasweb/static/scss/components/quick-links.scss */
    .quick-links .quick-links-nav .link-item {
      display: flex;
      align-items: center; }
      /* line 40, ideasweb/static/scss/components/quick-links.scss */
      .quick-links .quick-links-nav .link-item a {
        color: #ffffff; }
      /* line 44, ideasweb/static/scss/components/quick-links.scss */
      .quick-links .quick-links-nav .link-item .icon {
        font-size: 45px;
        margin-right: 5px; }

/* line 2, ideasweb/static/scss/components/version-selector.scss */
.product-version-selector .version-reset {
  display: block;
  margin-top: 8px; }

/* line 7, ideasweb/static/scss/components/version-selector.scss */
.product-version-selector .version-warning {
  display: block;
  margin-top: 8px; }
  /* line 11, ideasweb/static/scss/components/version-selector.scss */
  .product-version-selector .version-warning p {
    font-size: 14px;
    line-height: 18px;
    color: #e5553e;
    margin: 0; }

/* line 1, ideasweb/static/scss/components/scroll-panel.scss */
.scroll-panel {
  background-color: #f1f1f1;
  border: 1px solid #a1a1a1;
  max-height: 300px;
  overflow-y: scroll;
  padding: 12px;
  width: 100%; }

/* */
/* COLORS */
/* */
/* line 130, ideasweb/static/scss/abstract/colors.scss */
.teal-0 {
  background-color: #f8fafb;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.teal-0-light {
  background-color: white;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.teal-0-dark {
  background-color: #dee7ec;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.teal-0-half {
  background-color: rgba(248, 250, 251, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.teal-0-text {
  color: #f8fafb; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.teal-0-text-light {
  color: white; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.teal-0-text-dark {
  color: #dee7ec; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.teal-0-text-half {
  color: rgba(248, 250, 251, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-0:hover {
  background-color: white; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-0-text:hover {
  color: white; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.teal-1 {
  background-color: #e2eff2;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.teal-1-light {
  background-color: #feffff;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.teal-1-dark {
  background-color: #c6dfe5;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.teal-1-half {
  background-color: rgba(226, 239, 242, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.teal-1-text {
  color: #e2eff2; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.teal-1-text-light {
  color: #feffff; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.teal-1-text-dark {
  color: #c6dfe5; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.teal-1-text-half {
  color: rgba(226, 239, 242, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-1:hover {
  background-color: #feffff; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-1-text:hover {
  color: #feffff; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.teal-2 {
  background-color: #d4e6ea;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.teal-2-light {
  background-color: #eff6f7;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.teal-2-dark {
  background-color: #b9d6dd;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.teal-2-half {
  background-color: rgba(212, 230, 234, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.teal-2-text {
  color: #d4e6ea; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.teal-2-text-light {
  color: #eff6f7; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.teal-2-text-dark {
  color: #b9d6dd; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.teal-2-text-half {
  color: rgba(212, 230, 234, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-2:hover {
  background-color: #eff6f7; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-2-text:hover {
  color: #eff6f7; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.teal-3 {
  background-color: #a3c9d1;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.teal-3-light {
  background-color: #bed9df;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.teal-3-dark {
  background-color: #88b9c3;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.teal-3-half {
  background-color: rgba(163, 201, 209, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.teal-3-text {
  color: #a3c9d1; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.teal-3-text-light {
  color: #bed9df; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.teal-3-text-dark {
  color: #88b9c3; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.teal-3-text-half {
  color: rgba(163, 201, 209, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-3:hover {
  background-color: #bed9df; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-3-text:hover {
  color: #bed9df; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.teal-4 {
  background-color: #5c9fa6;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.teal-4-light {
  background-color: #76afb4;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.teal-4-dark {
  background-color: #4d868c;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.teal-4-half {
  background-color: rgba(92, 159, 166, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.teal-4-text {
  color: #5c9fa6; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.teal-4-text-light {
  color: #76afb4; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.teal-4-text-dark {
  color: #4d868c; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.teal-4-text-half {
  color: rgba(92, 159, 166, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-4:hover {
  background-color: #76afb4; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-4-text:hover {
  color: #76afb4; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.teal-5 {
  background-color: #3f878e;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.teal-5-light {
  background-color: #4ca2aa;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.teal-5-dark {
  background-color: #326c72;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.teal-5-half {
  background-color: rgba(63, 135, 142, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.teal-5-text {
  color: #3f878e; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.teal-5-text-light {
  color: #4ca2aa; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.teal-5-text-dark {
  color: #326c72; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.teal-5-text-half {
  color: rgba(63, 135, 142, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-5:hover {
  background-color: #4ca2aa; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-5-text:hover {
  color: #4ca2aa; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.teal-6 {
  background-color: #2a6469;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.teal-6-light {
  background-color: #368086;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.teal-6-dark {
  background-color: #1e484c;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.teal-6-half {
  background-color: rgba(42, 100, 105, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.teal-6-text {
  color: #2a6469; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.teal-6-text-light {
  color: #368086; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.teal-6-text-dark {
  color: #1e484c; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.teal-6-text-half {
  color: rgba(42, 100, 105, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-6:hover {
  background-color: #368086; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-6-text:hover {
  color: #368086; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.teal-7 {
  background-color: #0c4045;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.teal-7-light {
  background-color: #126068;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.teal-7-dark {
  background-color: #062022;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.teal-7-half {
  background-color: rgba(12, 64, 69, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.teal-7-text {
  color: #0c4045; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.teal-7-text-light {
  color: #126068; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.teal-7-text-dark {
  color: #062022; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.teal-7-text-half {
  color: rgba(12, 64, 69, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-7:hover {
  background-color: #126068; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-teal-7-text:hover {
  color: #126068; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.orange-0 {
  background-color: #ffecdd;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.orange-0-light {
  background-color: white;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.orange-0-dark {
  background-color: #ffd5b4;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.orange-0-half {
  background-color: rgba(255, 236, 221, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.orange-0-text {
  color: #ffecdd; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.orange-0-text-light {
  color: white; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.orange-0-text-dark {
  color: #ffd5b4; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.orange-0-text-half {
  color: rgba(255, 236, 221, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-0:hover {
  background-color: white; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-0-text:hover {
  color: white; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.orange-1 {
  background-color: #ffe1cb;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.orange-1-light {
  background-color: #fff9f4;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.orange-1-dark {
  background-color: #ffc9a2;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.orange-1-half {
  background-color: rgba(255, 225, 203, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.orange-1-text {
  color: #ffe1cb; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.orange-1-text-light {
  color: #fff9f4; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.orange-1-text-dark {
  color: #ffc9a2; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.orange-1-text-half {
  color: rgba(255, 225, 203, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-1:hover {
  background-color: #fff9f4; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-1-text:hover {
  color: #fff9f4; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.orange-2 {
  background-color: #ffcda6;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.orange-2-light {
  background-color: #ffe4cf;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.orange-2-dark {
  background-color: #ffb67d;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.orange-2-half {
  background-color: rgba(255, 205, 166, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.orange-2-text {
  color: #ffcda6; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.orange-2-text-light {
  color: #ffe4cf; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.orange-2-text-dark {
  color: #ffb67d; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.orange-2-text-half {
  color: rgba(255, 205, 166, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-2:hover {
  background-color: #ffe4cf; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-2-text:hover {
  color: #ffe4cf; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.orange-3 {
  background-color: #ffb06c;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.orange-3-light {
  background-color: #ffc695;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.orange-3-dark {
  background-color: #ff9a43;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.orange-3-half {
  background-color: rgba(255, 176, 108, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.orange-3-text {
  color: #ffb06c; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.orange-3-text-light {
  color: #ffc695; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.orange-3-text-dark {
  color: #ff9a43; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.orange-3-text-half {
  color: rgba(255, 176, 108, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-3:hover {
  background-color: #ffc695; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-3-text:hover {
  color: #ffc695; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.orange-4 {
  background-color: #ff9a4c;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.orange-4-light {
  background-color: #ffb175;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.orange-4-dark {
  background-color: #ff8323;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.orange-4-half {
  background-color: rgba(255, 154, 76, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.orange-4-text {
  color: #ff9a4c; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.orange-4-text-light {
  color: #ffb175; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.orange-4-text-dark {
  color: #ff8323; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.orange-4-text-half {
  color: rgba(255, 154, 76, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-4:hover {
  background-color: #ffb175; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-4-text:hover {
  color: #ffb175; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.orange-5 {
  background-color: #f98123;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.orange-5-light {
  background-color: #fa984b;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.orange-5-dark {
  background-color: #ed6c06;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.orange-5-half {
  background-color: rgba(249, 129, 35, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.orange-5-text {
  color: #f98123; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.orange-5-text-light {
  color: #fa984b; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.orange-5-text-dark {
  color: #ed6c06; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.orange-5-text-half {
  color: rgba(249, 129, 35, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-5:hover {
  background-color: #fa984b; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-orange-5-text:hover {
  color: #fa984b; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.green-0 {
  background-color: #ecf6ea;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.green-0-light {
  background-color: white;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.green-0-dark {
  background-color: #d2eacd;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.green-0-half {
  background-color: rgba(236, 246, 234, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.green-0-text {
  color: #ecf6ea; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.green-0-text-light {
  color: white; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.green-0-text-dark {
  color: #d2eacd; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.green-0-text-half {
  color: rgba(236, 246, 234, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-green-0:hover {
  background-color: white; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-green-0-text:hover {
  color: white; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.green-1 {
  background-color: #ddeddb;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.green-1-light {
  background-color: #f7fbf6;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.green-1-dark {
  background-color: #c3dfc0;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.green-1-half {
  background-color: rgba(221, 237, 219, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.green-1-text {
  color: #ddeddb; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.green-1-text-light {
  color: #f7fbf6; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.green-1-text-dark {
  color: #c3dfc0; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.green-1-text-half {
  color: rgba(221, 237, 219, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-green-1:hover {
  background-color: #f7fbf6; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-green-1-text:hover {
  color: #f7fbf6; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.green-2 {
  background-color: #bed6bb;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.green-2-light {
  background-color: #d6e5d4;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.green-2-dark {
  background-color: #a6c7a2;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.green-2-half {
  background-color: rgba(190, 214, 187, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.green-2-text {
  color: #bed6bb; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.green-2-text-light {
  color: #d6e5d4; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.green-2-text-dark {
  color: #a6c7a2; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.green-2-text-half {
  color: rgba(190, 214, 187, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-green-2:hover {
  background-color: #d6e5d4; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-green-2-text:hover {
  color: #d6e5d4; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.green-3 {
  background-color: #9dc398;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.green-3-light {
  background-color: #b6d2b2;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.green-3-dark {
  background-color: #84b47e;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.green-3-half {
  background-color: rgba(157, 195, 152, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.green-3-text {
  color: #9dc398; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.green-3-text-light {
  color: #b6d2b2; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.green-3-text-dark {
  color: #84b47e; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.green-3-text-half {
  color: rgba(157, 195, 152, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-green-3:hover {
  background-color: #b6d2b2; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-green-3-text:hover {
  color: #b6d2b2; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.green-4 {
  background-color: #6a9f64;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.green-4-light {
  background-color: #82af7d;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.green-4-dark {
  background-color: #598753;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.green-4-half {
  background-color: rgba(106, 159, 100, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.green-4-text {
  color: #6a9f64; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.green-4-text-light {
  color: #82af7d; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.green-4-text-dark {
  color: #598753; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.green-4-text-half {
  color: rgba(106, 159, 100, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-green-4:hover {
  background-color: #82af7d; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-green-4-text:hover {
  color: #82af7d; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.green-5 {
  background-color: #3e7c36;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.green-5-light {
  background-color: #4c9842;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.green-5-dark {
  background-color: #30602a;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.green-5-half {
  background-color: rgba(62, 124, 54, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.green-5-text {
  color: #3e7c36; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.green-5-text-light {
  color: #4c9842; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.green-5-text-dark {
  color: #30602a; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.green-5-text-half {
  color: rgba(62, 124, 54, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-green-5:hover {
  background-color: #4c9842; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-green-5-text:hover {
  color: #4c9842; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.grey-0 {
  background-color: #f6f6f6;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.grey-0-light {
  background-color: white;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.grey-0-dark {
  background-color: #e2e2e2;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.grey-0-half {
  background-color: rgba(246, 246, 246, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.grey-0-text {
  color: #f6f6f6; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.grey-0-text-light {
  color: white; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.grey-0-text-dark {
  color: #e2e2e2; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.grey-0-text-half {
  color: rgba(246, 246, 246, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-0:hover {
  background-color: white; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-0-text:hover {
  color: white; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.grey-1 {
  background-color: #f1f1f1;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.grey-1-light {
  background-color: white;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.grey-1-dark {
  background-color: #dddddd;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.grey-1-half {
  background-color: rgba(241, 241, 241, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.grey-1-text {
  color: #f1f1f1; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.grey-1-text-light {
  color: white; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.grey-1-text-dark {
  color: #dddddd; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.grey-1-text-half {
  color: rgba(241, 241, 241, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-1:hover {
  background-color: white; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-1-text:hover {
  color: white; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.grey-2 {
  background-color: #c7c7c7;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.grey-2-light {
  background-color: #dbdbdb;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.grey-2-dark {
  background-color: #b3b3b3;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.grey-2-half {
  background-color: rgba(199, 199, 199, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.grey-2-text {
  color: #c7c7c7; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.grey-2-text-light {
  color: #dbdbdb; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.grey-2-text-dark {
  color: #b3b3b3; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.grey-2-text-half {
  color: rgba(199, 199, 199, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-2:hover {
  background-color: #dbdbdb; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-2-text:hover {
  color: #dbdbdb; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.grey-3 {
  background-color: #a1a1a1;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.grey-3-light {
  background-color: #b5b5b5;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.grey-3-dark {
  background-color: #8d8d8d;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.grey-3-half {
  background-color: rgba(161, 161, 161, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.grey-3-text {
  color: #a1a1a1; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.grey-3-text-light {
  color: #b5b5b5; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.grey-3-text-dark {
  color: #8d8d8d; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.grey-3-text-half {
  color: rgba(161, 161, 161, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-3:hover {
  background-color: #b5b5b5; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-3-text:hover {
  color: #b5b5b5; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.grey-4 {
  background-color: #5d6164;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.grey-4-light {
  background-color: #717679;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.grey-4-dark {
  background-color: #494c4f;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.grey-4-half {
  background-color: rgba(93, 97, 100, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.grey-4-text {
  color: #5d6164; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.grey-4-text-light {
  color: #717679; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.grey-4-text-dark {
  color: #494c4f; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.grey-4-text-half {
  color: rgba(93, 97, 100, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-4:hover {
  background-color: #717679; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-4-text:hover {
  color: #717679; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.grey-5 {
  background-color: #191927;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.grey-5-light {
  background-color: #292940;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.grey-5-dark {
  background-color: #09090e;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.grey-5-half {
  background-color: rgba(25, 25, 39, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.grey-5-text {
  color: #191927; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.grey-5-text-light {
  color: #292940; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.grey-5-text-dark {
  color: #09090e; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.grey-5-text-half {
  color: rgba(25, 25, 39, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-5:hover {
  background-color: #292940; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-grey-5-text:hover {
  color: #292940; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.white {
  background-color: #ffffff;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.white-light {
  background-color: white;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.white-dark {
  background-color: #ebebeb;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.white-half {
  background-color: rgba(255, 255, 255, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.white-text {
  color: #ffffff; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.white-text-light {
  color: white; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.white-text-dark {
  color: #ebebeb; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.white-text-half {
  color: rgba(255, 255, 255, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-white:hover {
  background-color: white; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-white-text:hover {
  color: white; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.black {
  background-color: #000000;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.black-light {
  background-color: #141414;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.black-dark {
  background-color: black;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.black-half {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.black-text {
  color: #000000; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.black-text-light {
  color: #141414; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.black-text-dark {
  color: black; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.black-text-half {
  color: rgba(0, 0, 0, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-black:hover {
  background-color: #141414; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-black-text:hover {
  color: #141414; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.red {
  background-color: #e5553e;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.red-light {
  background-color: #ea7562;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.red-dark {
  background-color: #dc381e;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.red-half {
  background-color: rgba(229, 85, 62, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.red-text {
  color: #e5553e; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.red-text-light {
  color: #ea7562; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.red-text-dark {
  color: #dc381e; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.red-text-half {
  color: rgba(229, 85, 62, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-red:hover {
  background-color: #ea7562; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-red-text:hover {
  color: #ea7562; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.blue {
  background-color: #0d2548;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.blue-light {
  background-color: #13376b;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.blue-dark {
  background-color: #071325;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.blue-half {
  background-color: rgba(13, 37, 72, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.blue-text {
  color: #0d2548; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.blue-text-light {
  color: #13376b; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.blue-text-dark {
  color: #071325; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.blue-text-half {
  color: rgba(13, 37, 72, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-blue:hover {
  background-color: #13376b; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-blue-text:hover {
  color: #13376b; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.light-blue {
  background-color: #3577da;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.light-blue-light {
  background-color: #578ee0;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.light-blue-dark {
  background-color: #2463c3;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.light-blue-half {
  background-color: rgba(53, 119, 218, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.light-blue-text {
  color: #3577da; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.light-blue-text-light {
  color: #578ee0; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.light-blue-text-dark {
  color: #2463c3; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.light-blue-text-half {
  color: rgba(53, 119, 218, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-light-blue:hover {
  background-color: #578ee0; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-light-blue-text:hover {
  color: #578ee0; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.amber {
  background-color: #dc6526;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.amber-light {
  background-color: #e27e49;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.amber-dark {
  background-color: #bb541e;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.amber-half {
  background-color: rgba(220, 101, 38, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.amber-text {
  color: #dc6526; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.amber-text-light {
  color: #e27e49; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.amber-text-dark {
  color: #bb541e; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.amber-text-half {
  color: rgba(220, 101, 38, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-amber:hover {
  background-color: #e27e49; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-amber-text:hover {
  color: #e27e49; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.lime {
  background-color: #aabe3b;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.lime-light {
  background-color: #b9cb57;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.lime-dark {
  background-color: #8e9f31;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.lime-half {
  background-color: rgba(170, 190, 59, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.lime-text {
  color: #aabe3b; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.lime-text-light {
  color: #b9cb57; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.lime-text-dark {
  color: #8e9f31; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.lime-text-half {
  color: rgba(170, 190, 59, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-lime:hover {
  background-color: #b9cb57; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-lime-text:hover {
  color: #b9cb57; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.flesh {
  background-color: #fff4ec;
  color: #0d2548; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.flesh-light {
  background-color: white;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.flesh-dark {
  background-color: #ffdcc3;
  color: #0d2548; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.flesh-half {
  background-color: rgba(255, 244, 236, 0.5);
  color: #0d2548; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.flesh-text {
  color: #fff4ec; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.flesh-text-light {
  color: white; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.flesh-text-dark {
  color: #ffdcc3; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.flesh-text-half {
  color: rgba(255, 244, 236, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-flesh:hover {
  background-color: white; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-flesh-text:hover {
  color: white; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.yellow {
  background-color: #fecb00;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.yellow-light {
  background-color: #ffd428;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.yellow-dark {
  background-color: #d5aa00;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.yellow-half {
  background-color: rgba(254, 203, 0, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.yellow-text {
  color: #fecb00; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.yellow-text-light {
  color: #ffd428; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.yellow-text-dark {
  color: #d5aa00; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.yellow-text-half {
  color: rgba(254, 203, 0, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-yellow:hover {
  background-color: #ffd428; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-yellow-text:hover {
  color: #ffd428; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.aubergine {
  background-color: #5e2750;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.aubergine-light {
  background-color: #7b3369;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.aubergine-dark {
  background-color: #411b37;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.aubergine-half {
  background-color: rgba(94, 39, 80, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.aubergine-text {
  color: #5e2750; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.aubergine-text-light {
  color: #7b3369; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.aubergine-text-dark {
  color: #411b37; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.aubergine-text-half {
  color: rgba(94, 39, 80, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-aubergine:hover {
  background-color: #7b3369; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-aubergine-text:hover {
  color: #7b3369; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.pink {
  background-color: #b71a5d;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.pink-light {
  background-color: #db1f6f;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.pink-dark {
  background-color: #93154b;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.pink-half {
  background-color: rgba(183, 26, 93, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.pink-text {
  color: #b71a5d; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.pink-text-light {
  color: #db1f6f; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.pink-text-dark {
  color: #93154b; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.pink-text-half {
  color: rgba(183, 26, 93, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-pink:hover {
  background-color: #db1f6f; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-pink-text:hover {
  color: #db1f6f; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.violet {
  background-color: #933d9e;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.violet-light {
  background-color: #ad4ab9;
  color: #0d2548; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.violet-dark {
  background-color: #783281;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.violet-half {
  background-color: rgba(147, 61, 158, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.violet-text {
  color: #933d9e; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.violet-text-light {
  color: #ad4ab9; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.violet-text-dark {
  color: #783281; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.violet-text-half {
  color: rgba(147, 61, 158, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-violet:hover {
  background-color: #ad4ab9; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-violet-text:hover {
  color: #ad4ab9; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.purple {
  background-color: #662482;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.purple-light {
  background-color: #7f2da2;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.purple-dark {
  background-color: #4d1b62;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.purple-half {
  background-color: rgba(102, 36, 130, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.purple-text {
  color: #662482; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.purple-text-light {
  color: #7f2da2; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.purple-text-dark {
  color: #4d1b62; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.purple-text-half {
  color: rgba(102, 36, 130, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-purple:hover {
  background-color: #7f2da2; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-purple-text:hover {
  color: #7f2da2; }

/* line 130, ideasweb/static/scss/abstract/colors.scss */
.turquoise {
  background-color: #008ca2;
  color: #ffffff; }

/* line 134, ideasweb/static/scss/abstract/colors.scss */
.turquoise-light {
  background-color: #00afcb;
  color: #ffffff; }

/* line 138, ideasweb/static/scss/abstract/colors.scss */
.turquoise-dark {
  background-color: #006979;
  color: #ffffff; }

/* line 142, ideasweb/static/scss/abstract/colors.scss */
.turquoise-half {
  background-color: rgba(0, 140, 162, 0.5);
  color: #ffffff; }

/* line 147, ideasweb/static/scss/abstract/colors.scss */
.turquoise-text {
  color: #008ca2; }

/* line 150, ideasweb/static/scss/abstract/colors.scss */
.turquoise-text-light {
  color: #00afcb; }

/* line 153, ideasweb/static/scss/abstract/colors.scss */
.turquoise-text-dark {
  color: #006979; }

/* line 156, ideasweb/static/scss/abstract/colors.scss */
.turquoise-text-half {
  color: rgba(0, 140, 162, 0.5); }

/* line 161, ideasweb/static/scss/abstract/colors.scss */
.hover-turquoise:hover {
  background-color: #00afcb; }

/* line 166, ideasweb/static/scss/abstract/colors.scss */
.hover-turquoise-text:hover {
  color: #00afcb; }

/* line 5, ideasweb/static/scss/components/advanced-table.scss */
.advanced-table__wrapper table {
  background-color: #ffffff; }

/* line 9, ideasweb/static/scss/components/advanced-table.scss */
.advanced-table__cell {
  color: #ffffff; }
  /* line 11, ideasweb/static/scss/components/advanced-table.scss */
  .advanced-table__cell--red {
    background-color: #e5553e !important; }
  /* line 14, ideasweb/static/scss/components/advanced-table.scss */
  .advanced-table__cell--orange {
    background-color: #f98123 !important;
    color: #000000; }
  /* line 18, ideasweb/static/scss/components/advanced-table.scss */
  .advanced-table__cell--yellow {
    background-color: #fecb00 !important;
    color: #000000; }
  /* line 22, ideasweb/static/scss/components/advanced-table.scss */
  .advanced-table__cell--green {
    background-color: #3e7c36 !important;
    color: #000000; }
  /* line 26, ideasweb/static/scss/components/advanced-table.scss */
  .advanced-table__cell--aubergine {
    background-color: #5e2750 !important; }
  /* line 29, ideasweb/static/scss/components/advanced-table.scss */
  .advanced-table__cell--violet {
    background-color: #933d9e !important; }
  /* line 32, ideasweb/static/scss/components/advanced-table.scss */
  .advanced-table__cell--purple {
    background-color: #662482 !important; }
  /* line 35, ideasweb/static/scss/components/advanced-table.scss */
  .advanced-table__cell--blue {
    background-color: #0d2548 !important; }
  /* line 38, ideasweb/static/scss/components/advanced-table.scss */
  .advanced-table__cell--turquoise {
    background-color: #008ca2 !important; }
  /* line 41, ideasweb/static/scss/components/advanced-table.scss */
  .advanced-table__cell--grey-3 {
    background-color: #a1a1a1 !important; }

/* line 47, ideasweb/static/scss/components/advanced-table.scss */
.mce-item-table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid !important; }
  /* line 51, ideasweb/static/scss/components/advanced-table.scss */
  .mce-item-table th,
  .mce-item-table td {
    border: 1px solid !important; }

/* line 1, ideasweb/static/scss/components/tooltips.scss */
.tooltip {
  position: relative; }
  /* line 4, ideasweb/static/scss/components/tooltips.scss */
  .tooltip .tooltip-text {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    background-color: #a1a1a1;
    color: #ffffff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s;
    transition-delay: 1s; }
    /* line 19, ideasweb/static/scss/components/tooltips.scss */
    .tooltip .tooltip-text.tooltip-top {
      bottom: 105%;
      right: 0;
      margin-left: -60px; }
      /* line 24, ideasweb/static/scss/components/tooltips.scss */
      .tooltip .tooltip-text.tooltip-top::after {
        content: " ";
        position: absolute;
        top: 100%;
        /* At the bottom of the tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #a1a1a1 transparent transparent transparent; }
    /* line 36, ideasweb/static/scss/components/tooltips.scss */
    .tooltip .tooltip-text.tooltip-bottom {
      top: 105%;
      right: 0;
      margin-left: -60px; }
      /* line 41, ideasweb/static/scss/components/tooltips.scss */
      .tooltip .tooltip-text.tooltip-bottom::after {
        content: " ";
        position: absolute;
        bottom: 100%;
        /* At the top of the tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #a1a1a1 transparent; }
    /* line 53, ideasweb/static/scss/components/tooltips.scss */
    .tooltip .tooltip-text.tooltip-right {
      top: -5px;
      left: 105%; }
      /* line 57, ideasweb/static/scss/components/tooltips.scss */
      .tooltip .tooltip-text.tooltip-right::after {
        content: " ";
        position: absolute;
        top: 50%;
        right: 100%;
        /* To the left of the tooltip */
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent black transparent transparent; }
    /* line 69, ideasweb/static/scss/components/tooltips.scss */
    .tooltip .tooltip-text.tooltip-left {
      top: -5px;
      right: 105%; }
      /* line 73, ideasweb/static/scss/components/tooltips.scss */
      .tooltip .tooltip-text.tooltip-left::after {
        content: " ";
        position: absolute;
        top: 50%;
        left: 100%;
        /* To the right of the tooltip */
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent black; }
  /* line 87, ideasweb/static/scss/components/tooltips.scss */
  .tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1; }

/* line 2, ideasweb/static/scss/components/feature.scss */
.feature:not(.hero) {
  padding: 45px 0; }
  /* line 5, ideasweb/static/scss/components/feature.scss */
  .feature:not(.hero) .image {
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover; }
    /* line 10, ideasweb/static/scss/components/feature.scss */
    .feature:not(.hero) .image iframe {
      width: 100%;
      height: 100%; }
  @media only screen and (max-width: 560px) {
    /* line 2, ideasweb/static/scss/components/feature.scss */
    .feature:not(.hero) {
      padding-top: 0; }
      /* line 19, ideasweb/static/scss/components/feature.scss */
      .feature:not(.hero) .copy {
        padding-top: 45px; }
      /* line 23, ideasweb/static/scss/components/feature.scss */
      .feature:not(.hero) .image {
        min-height: unset;
        padding: 0 !important; } }
  @media only screen and (min-width: 768px) {
    /* line 31, ideasweb/static/scss/components/feature.scss */
    .feature:not(.hero) .copy .layout-1 {
      padding-right: 45px; }
    /* line 34, ideasweb/static/scss/components/feature.scss */
    .feature:not(.hero) .copy .layout-2 {
      padding-left: 25px; } }
/* line 41, ideasweb/static/scss/components/feature.scss */
.feature.hero {
  display: flex;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  padding: 60px 0; }
  /* line 49, ideasweb/static/scss/components/feature.scss */
  .feature.hero .container {
    display: flex; }

/* line 54, ideasweb/static/scss/components/feature.scss */
.feature h1,
.feature h2,
.feature h3,
.feature h4,
.feature p,
.feature ul,
.feature ol {
  margin-bottom: 12px; }

/* line 4, ideasweb/static/scss/components/wave-divider.scss */
.wave-divider {
  margin: -40px 0; }
  /* line 7, ideasweb/static/scss/components/wave-divider.scss */
  .wave-divider .top-outer {
    height: 100px; }
    /* line 9, ideasweb/static/scss/components/wave-divider.scss */
    .wave-divider .top-outer .top-inner {
      height: 100px;
      border-radius: 0 0 50% 0; }
  /* line 14, ideasweb/static/scss/components/wave-divider.scss */
  .wave-divider .bottom-outer {
    height: 100px; }
    /* line 16, ideasweb/static/scss/components/wave-divider.scss */
    .wave-divider .bottom-outer .bottom-inner {
      height: 100px;
      border-radius: 50% 0 0 0; }

/* line 5, ideasweb/static/scss/components/links.scss */
.links .bordered-grid img {
  max-width: 130px; }

/* line 9, ideasweb/static/scss/components/links.scss */
.links .bordered-grid .col {
  transition: background-color 0.3s ease; }
  /* line 12, ideasweb/static/scss/components/links.scss */
  .links .bordered-grid .col:hover {
    background: #f6f6f6; }
  /* line 16, ideasweb/static/scss/components/links.scss */
  .links .bordered-grid .col a {
    display: block;
    padding: 25px 16px;
    color: #0d2548; }
  /* line 22, ideasweb/static/scss/components/links.scss */
  .links .bordered-grid .col h4 {
    margin: 10px 0 15px;
    font-weight: bold;
    display: flex;
    align-items: center; }
  /* line 29, ideasweb/static/scss/components/links.scss */
  .links .bordered-grid .col p {
    margin: 0; }

@media only screen and (max-width: 560px) {
  /* line 35, ideasweb/static/scss/components/links.scss */
  .links .bordered-grid.row-length-3 .col {
    border-top: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7; }
    /* line 39, ideasweb/static/scss/components/links.scss */
    .links .bordered-grid.row-length-3 .col:nth-child(-n + 2) {
      border-top: none; }
    /* line 42, ideasweb/static/scss/components/links.scss */
    .links .bordered-grid.row-length-3 .col:nth-child(even) {
      border-right: none; } }

@media only screen and (min-width: 560px) {
  /* line 35, ideasweb/static/scss/components/links.scss */
  .links .bordered-grid.row-length-3 .col {
    border-top: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7; }
    /* line 50, ideasweb/static/scss/components/links.scss */
    .links .bordered-grid.row-length-3 .col:nth-child(-n + 3) {
      border-top: none; }
    /* line 53, ideasweb/static/scss/components/links.scss */
    .links .bordered-grid.row-length-3 .col:nth-child(3n) {
      border-right: none; } }

@media only screen and (max-width: 767px) {
  /* line 61, ideasweb/static/scss/components/links.scss */
  .links .bordered-grid.row-length-4 .col {
    border-top: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7; }
    /* line 65, ideasweb/static/scss/components/links.scss */
    .links .bordered-grid.row-length-4 .col:nth-child(-n + 2) {
      border-top: none; }
    /* line 68, ideasweb/static/scss/components/links.scss */
    .links .bordered-grid.row-length-4 .col:nth-child(even) {
      border-right: none; } }

@media only screen and (min-width: 768px) {
  /* line 61, ideasweb/static/scss/components/links.scss */
  .links .bordered-grid.row-length-4 .col {
    border-top: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7; }
    /* line 76, ideasweb/static/scss/components/links.scss */
    .links .bordered-grid.row-length-4 .col:nth-child(-n + 3) {
      border-top: none; }
    /* line 79, ideasweb/static/scss/components/links.scss */
    .links .bordered-grid.row-length-4 .col:nth-child(3n) {
      border-right: none; } }

@media only screen and (min-width: 992px) {
  /* line 61, ideasweb/static/scss/components/links.scss */
  .links .bordered-grid.row-length-4 .col {
    border-top: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7; }
    /* line 87, ideasweb/static/scss/components/links.scss */
    .links .bordered-grid.row-length-4 .col:nth-child(3n) {
      border-right: 1px solid #c7c7c7; }
    /* line 90, ideasweb/static/scss/components/links.scss */
    .links .bordered-grid.row-length-4 .col:nth-child(-n + 4) {
      border-top: none; }
    /* line 93, ideasweb/static/scss/components/links.scss */
    .links .bordered-grid.row-length-4 .col:nth-child(4n) {
      border-right: none; } }

/* line 1, ideasweb/static/scss/components/banner.scss */
.banner {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr; }
  /* line 7, ideasweb/static/scss/components/banner.scss */
  .banner .banner__content {
    padding: 25px; }
  /* line 10, ideasweb/static/scss/components/banner.scss */
  .banner .banner__image {
    min-height: 125px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

/* line 1, ideasweb/static/scss/components/diagram.scss */
.diagram {
  border: 5rem solid transparent;
  background-color: #0d2548;
  border-radius: 0 18rem;
  overflow: hidden; }
  /* line 7, ideasweb/static/scss/components/diagram.scss */
  .diagram__content {
    display: grid;
    gap: 4rem;
    grid-template-columns: 1fr 3fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "left center1 right" "left center2 right" "left center3 right"; }
  /* line 18, ideasweb/static/scss/components/diagram.scss */
  .diagram__content-domain {
    display: flex;
    align-items: center;
    justify-content: center; }
    /* line 23, ideasweb/static/scss/components/diagram.scss */
    .diagram__content-domain--left {
      background: #973994;
      grid-area: left; }
    /* line 28, ideasweb/static/scss/components/diagram.scss */
    .diagram__content-domain--center1 {
      background: #b2272c;
      grid-area: center1;
      aspect-ratio: 2.64; }
    /* line 34, ideasweb/static/scss/components/diagram.scss */
    .diagram__content-domain--center2 {
      background: #148d81;
      grid-area: center2;
      aspect-ratio: 2.64; }
    /* line 40, ideasweb/static/scss/components/diagram.scss */
    .diagram__content-domain--center3 {
      background: #0d4675;
      grid-area: center3;
      aspect-ratio: 2.64; }
    /* line 46, ideasweb/static/scss/components/diagram.scss */
    .diagram__content-domain--right {
      background: #518a2d;
      grid-area: right; }

@use "sass:math";
/* line 3, ideasweb/static/scss/modules/latest-news-widget.scss */
.widget-latest-news {
  padding: 3rem 0; }
  /* line 6, ideasweb/static/scss/modules/latest-news-widget.scss */
  .widget-latest-news .widget-latest-news_content img {
    margin-bottom: 1rem; }
  /* line 9, ideasweb/static/scss/modules/latest-news-widget.scss */
  .widget-latest-news .widget-latest-news_content p:nth-child(1) {
    font-size: 22px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: calc(1rem / 2); }
  /* line 15, ideasweb/static/scss/modules/latest-news-widget.scss */
  .widget-latest-news a {
    color: #e5553e;
    font-size: 16px;
    line-height: 21px; }
  /* line 20, ideasweb/static/scss/modules/latest-news-widget.scss */
  .widget-latest-news .widget-latest-news_row {
    padding: 12px 0;
    border-bottom: 1px solid #f1f1f1; }
    /* line 23, ideasweb/static/scss/modules/latest-news-widget.scss */
    .widget-latest-news .widget-latest-news_row:last-child {
      border-bottom: none; }
    /* line 26, ideasweb/static/scss/modules/latest-news-widget.scss */
    .widget-latest-news .widget-latest-news_row h4,
    .widget-latest-news .widget-latest-news_row p {
      margin: 0; }

/* line 1, ideasweb/static/scss/modules/events-widget.scss */
.events-widget {
  background: url("/static/images/swoosh-large.png") no-repeat;
  background-size: cover;
  padding: 60px 0; }
  /* line 5, ideasweb/static/scss/modules/events-widget.scss */
  .events-widget h2 {
    color: #ffffff;
    margin-bottom: 30px; }

/* line 11, ideasweb/static/scss/modules/events-widget.scss */
.events-row-card {
  margin-bottom: 25px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 21px; }
  @media only screen and (min-width: 768px) {
    /* line 11, ideasweb/static/scss/modules/events-widget.scss */
    .events-row-card {
      display: flex;
      flex-basis: 100%;
      align-items: stretch; } }
  /* line 22, ideasweb/static/scss/modules/events-widget.scss */
  .events-row-card .events-row-card__image {
    flex: 0 0 30%;
    overflow: hidden; }
  /* line 27, ideasweb/static/scss/modules/events-widget.scss */
  .events-row-card img {
    display: block;
    border-radius: 10px 6px 0 0;
    object-fit: cover; }
    @media only screen and (min-width: 768px) {
      /* line 27, ideasweb/static/scss/modules/events-widget.scss */
      .events-row-card img {
        height: 100%;
        border-radius: 10px 0 0 6px; } }
  /* line 37, ideasweb/static/scss/modules/events-widget.scss */
  .events-row-card .events-row-card__content {
    padding: 25px;
    flex: 0 0 70%; }
    /* line 41, ideasweb/static/scss/modules/events-widget.scss */
    .events-row-card .events-row-card__content a {
      font-weight: bold;
      display: inline-flex;
      align-items: center;
      color: #e5553e; }
  /* line 49, ideasweb/static/scss/modules/events-widget.scss */
  .events-row-card p:first-child {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 12px; }

/* line 1, ideasweb/static/scss/modules/modals.scss */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  /* line 9, ideasweb/static/scss/modules/modals.scss */
  .overlay.modal-overlay {
    z-index: 10000; }
  /* line 13, ideasweb/static/scss/modules/modals.scss */
  .overlay .overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8); }
  /* line 22, ideasweb/static/scss/modules/modals.scss */
  .overlay .container {
    position: relative;
    top: 50%;
    z-index: 10000; }
    /* line 27, ideasweb/static/scss/modules/modals.scss */
    .overlay .container .modal {
      margin-top: -50%;
      background-color: white; }
      /* line 31, ideasweb/static/scss/modules/modals.scss */
      .overlay .container .modal .modal__close {
        text-align: right;
        padding: 10px; }
      /* line 36, ideasweb/static/scss/modules/modals.scss */
      .overlay .container .modal a:not(.btn-*) {
        color: #e5553e;
        font-weight: bold;
        text-decoration: underline; }

/* line 1, ideasweb/static/scss/modules/teasers.scss */
.teaser,
.teaser-thumb {
  margin-bottom: 15px; }
  /* line 4, ideasweb/static/scss/modules/teasers.scss */
  .teaser h3,
  .teaser-thumb h3 {
    margin: 12px 0 !important;
    font-weight: bold; }
  /* line 8, ideasweb/static/scss/modules/teasers.scss */
  .teaser h4,
  .teaser-thumb h4 {
    margin: 12px 0 !important; }
  /* line 11, ideasweb/static/scss/modules/teasers.scss */
  .teaser p,
  .teaser-thumb p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px !important; }
    @media only screen and (min-width: 768px) {
      /* line 11, ideasweb/static/scss/modules/teasers.scss */
      .teaser p,
      .teaser-thumb p {
        font-size: 16px;
        line-height: 22px; } }
  /* line 18, ideasweb/static/scss/modules/teasers.scss */
  .teaser .teaser__title p,
  .teaser-thumb .teaser__title p {
    font-weight: bold; }
  /* line 23, ideasweb/static/scss/modules/teasers.scss */
  .teaser .teaser__footer-links,
  .teaser-thumb .teaser__footer-links {
    margin-bottom: 8px; }
    /* line 25, ideasweb/static/scss/modules/teasers.scss */
    .teaser .teaser__footer-links a,
    .teaser-thumb .teaser__footer-links a {
      color: #e5553e;
      font-size: 14px;
      line-height: 18px; }
      @media only screen and (min-width: 768px) {
        /* line 25, ideasweb/static/scss/modules/teasers.scss */
        .teaser .teaser__footer-links a,
        .teaser-thumb .teaser__footer-links a {
          font-size: 16px;
          line-height: 22px; } }
  /* line 35, ideasweb/static/scss/modules/teasers.scss */
  .teaser.thumb p,
  .teaser-thumb.thumb p {
    font-weight: bold;
    margin: 0 0 3px; }

/* line 1, ideasweb/static/scss/modules/highlighter.scss */
.highlighter {
  display: flex;
  align-items: flex-start;
  padding: 15px 12px; }
  /* line 6, ideasweb/static/scss/modules/highlighter.scss */
  .highlighter:hover {
    background-color: #f1f1f1; }
  /* line 12, ideasweb/static/scss/modules/highlighter.scss */
  .highlighter a {
    text-decoration: none; }
  /* line 15, ideasweb/static/scss/modules/highlighter.scss */
  .highlighter .highlight {
    font-weight: bold;
    margin-bottom: 8px; }
  /* line 20, ideasweb/static/scss/modules/highlighter.scss */
  .highlighter p {
    margin-bottom: 5px; }
  /* line 24, ideasweb/static/scss/modules/highlighter.scss */
  .highlighter:hover .highlight {
    text-decoration: underline; }
  /* line 29, ideasweb/static/scss/modules/highlighter.scss */
  .highlighter .highlighter__footer-links {
    margin-bottom: 8px; }
    /* line 31, ideasweb/static/scss/modules/highlighter.scss */
    .highlighter .highlighter__footer-links a {
      font-weight: bold;
      color: #e5553e; }

/* line 2, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed [type="radio"] {
  display: none; }

/* line 6, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabs {
  display: flex;
  align-items: stretch;
  justify-content: center;
  list-style: none;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    /* line 6, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabs {
      overflow-x: auto; } }
  /* line 15, ideasweb/static/scss/modules/tabbed-widget.scss */
  .tabbed_widget .tabs li {
    margin: 0;
    position: relative;
    top: 1px; }

/* line 21, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tab > label {
  display: block;
  margin-bottom: -1px;
  padding: 12px 15px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  white-space: nowrap; }

/* line 32, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tab-content {
  display: none; }

/* line 35, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .pointer {
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  display: none;
  z-index: 1; }

/* line 48, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-1[type="radio"]:checked ~ .tabs #tab-1 .pointer {
  display: block; }

/* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-1[type="radio"]:checked ~ #tab-content-1 {
  display: block;
  max-width: 1200px;
  margin: 30px auto; }
  @media only screen and (min-width: 768px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-1[type="radio"]:checked ~ #tab-content-1 {
      padding: 0 15px; } }
  @media only screen and (min-width: 992px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-1[type="radio"]:checked ~ #tab-content-1 {
      padding: 0 30px; } }
/* line 48, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-2[type="radio"]:checked ~ .tabs #tab-2 .pointer {
  display: block; }

/* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-2[type="radio"]:checked ~ #tab-content-2 {
  display: block;
  max-width: 1200px;
  margin: 30px auto; }
  @media only screen and (min-width: 768px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-2[type="radio"]:checked ~ #tab-content-2 {
      padding: 0 15px; } }
  @media only screen and (min-width: 992px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-2[type="radio"]:checked ~ #tab-content-2 {
      padding: 0 30px; } }
/* line 48, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-3[type="radio"]:checked ~ .tabs #tab-3 .pointer {
  display: block; }

/* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-3[type="radio"]:checked ~ #tab-content-3 {
  display: block;
  max-width: 1200px;
  margin: 30px auto; }
  @media only screen and (min-width: 768px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-3[type="radio"]:checked ~ #tab-content-3 {
      padding: 0 15px; } }
  @media only screen and (min-width: 992px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-3[type="radio"]:checked ~ #tab-content-3 {
      padding: 0 30px; } }
/* line 48, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-4[type="radio"]:checked ~ .tabs #tab-4 .pointer {
  display: block; }

/* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-4[type="radio"]:checked ~ #tab-content-4 {
  display: block;
  max-width: 1200px;
  margin: 30px auto; }
  @media only screen and (min-width: 768px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-4[type="radio"]:checked ~ #tab-content-4 {
      padding: 0 15px; } }
  @media only screen and (min-width: 992px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-4[type="radio"]:checked ~ #tab-content-4 {
      padding: 0 30px; } }
/* line 48, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-5[type="radio"]:checked ~ .tabs #tab-5 .pointer {
  display: block; }

/* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-5[type="radio"]:checked ~ #tab-content-5 {
  display: block;
  max-width: 1200px;
  margin: 30px auto; }
  @media only screen and (min-width: 768px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-5[type="radio"]:checked ~ #tab-content-5 {
      padding: 0 15px; } }
  @media only screen and (min-width: 992px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-5[type="radio"]:checked ~ #tab-content-5 {
      padding: 0 30px; } }
/* line 48, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-6[type="radio"]:checked ~ .tabs #tab-6 .pointer {
  display: block; }

/* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-6[type="radio"]:checked ~ #tab-content-6 {
  display: block;
  max-width: 1200px;
  margin: 30px auto; }
  @media only screen and (min-width: 768px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-6[type="radio"]:checked ~ #tab-content-6 {
      padding: 0 15px; } }
  @media only screen and (min-width: 992px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-6[type="radio"]:checked ~ #tab-content-6 {
      padding: 0 30px; } }
/* line 48, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-7[type="radio"]:checked ~ .tabs #tab-7 .pointer {
  display: block; }

/* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-7[type="radio"]:checked ~ #tab-content-7 {
  display: block;
  max-width: 1200px;
  margin: 30px auto; }
  @media only screen and (min-width: 768px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-7[type="radio"]:checked ~ #tab-content-7 {
      padding: 0 15px; } }
  @media only screen and (min-width: 992px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-7[type="radio"]:checked ~ #tab-content-7 {
      padding: 0 30px; } }
/* line 48, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-8[type="radio"]:checked ~ .tabs #tab-8 .pointer {
  display: block; }

/* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-8[type="radio"]:checked ~ #tab-content-8 {
  display: block;
  max-width: 1200px;
  margin: 30px auto; }
  @media only screen and (min-width: 768px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-8[type="radio"]:checked ~ #tab-content-8 {
      padding: 0 15px; } }
  @media only screen and (min-width: 992px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-8[type="radio"]:checked ~ #tab-content-8 {
      padding: 0 30px; } }
/* line 48, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-9[type="radio"]:checked ~ .tabs #tab-9 .pointer {
  display: block; }

/* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-9[type="radio"]:checked ~ #tab-content-9 {
  display: block;
  max-width: 1200px;
  margin: 30px auto; }
  @media only screen and (min-width: 768px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-9[type="radio"]:checked ~ #tab-content-9 {
      padding: 0 15px; } }
  @media only screen and (min-width: 992px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-9[type="radio"]:checked ~ #tab-content-9 {
      padding: 0 30px; } }
/* line 48, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-10[type="radio"]:checked ~ .tabs #tab-10 .pointer {
  display: block; }

/* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-10[type="radio"]:checked ~ #tab-content-10 {
  display: block;
  max-width: 1200px;
  margin: 30px auto; }
  @media only screen and (min-width: 768px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-10[type="radio"]:checked ~ #tab-content-10 {
      padding: 0 15px; } }
  @media only screen and (min-width: 992px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-10[type="radio"]:checked ~ #tab-content-10 {
      padding: 0 30px; } }
/* line 48, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-11[type="radio"]:checked ~ .tabs #tab-11 .pointer {
  display: block; }

/* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-11[type="radio"]:checked ~ #tab-content-11 {
  display: block;
  max-width: 1200px;
  margin: 30px auto; }
  @media only screen and (min-width: 768px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-11[type="radio"]:checked ~ #tab-content-11 {
      padding: 0 15px; } }
  @media only screen and (min-width: 992px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-11[type="radio"]:checked ~ #tab-content-11 {
      padding: 0 30px; } }
/* line 48, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-12[type="radio"]:checked ~ .tabs #tab-12 .pointer {
  display: block; }

/* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .tabbed .tab-switch-12[type="radio"]:checked ~ #tab-content-12 {
  display: block;
  max-width: 1200px;
  margin: 30px auto; }
  @media only screen and (min-width: 768px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-12[type="radio"]:checked ~ #tab-content-12 {
      padding: 0 15px; } }
  @media only screen and (min-width: 992px) {
    /* line 51, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .tabbed .tab-switch-12[type="radio"]:checked ~ #tab-content-12 {
      padding: 0 30px; } }
/* line 65, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget .bg-image-block {
  border-radius: 10px 6px 0 0; }
  @media only screen and (min-width: 768px) {
    /* line 65, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget .bg-image-block {
      border-radius: 10px 0 0 6px; } }
/* Colour schemes defined by parent background colour */
/* line 76, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .pointer {
  border: 5px solid; }

/* line 79, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .tabs {
  border-bottom: 2px solid #a1a1a1; }

/* line 82, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .tab > label {
  border-bottom: 2px solid #a1a1a1;
  color: #a1a1a1;
  background: #a1a1a1; }

/* line 87, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .tab:hover label {
  font-weight: bold;
  color: #ffffff; }

/* line 92, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1)
label {
  border-bottom: 2px solid;
  color: #ffffff;
  font-weight: bold; }

/* line 92, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2)
label {
  border-bottom: 2px solid;
  color: #ffffff;
  font-weight: bold; }

/* line 92, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3)
label {
  border-bottom: 2px solid;
  color: #ffffff;
  font-weight: bold; }

/* line 92, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4)
label {
  border-bottom: 2px solid;
  color: #ffffff;
  font-weight: bold; }

/* line 92, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5)
label {
  border-bottom: 2px solid;
  color: #ffffff;
  font-weight: bold; }

/* line 92, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6)
label {
  border-bottom: 2px solid;
  color: #ffffff;
  font-weight: bold; }

/* line 92, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7)
label {
  border-bottom: 2px solid;
  color: #ffffff;
  font-weight: bold; }

/* line 92, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8)
label {
  border-bottom: 2px solid;
  color: #ffffff;
  font-weight: bold; }

/* line 92, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9)
label {
  border-bottom: 2px solid;
  color: #ffffff;
  font-weight: bold; }

/* line 92, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10)
label {
  border-bottom: 2px solid;
  color: #ffffff;
  font-weight: bold; }

/* line 92, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11)
label {
  border-bottom: 2px solid;
  color: #ffffff;
  font-weight: bold; }

/* line 92, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12)
label {
  border-bottom: 2px solid;
  color: #ffffff;
  font-weight: bold; }

/* line 104, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-1 .tabbed_widget .tabs {
  border-bottom: 2px solid #a1a1a1; }

/* line 107, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-1 .tabbed_widget .pointer {
  border: 5px solid #e5553e; }

/* line 110, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-1 .tabbed_widget .tab > label {
  border-bottom: 2px solid #a1a1a1;
  color: #000000;
  background: #f1f1f1; }

/* line 117, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-1 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1)
label {
  color: #000000; }

/* line 117, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-1 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2)
label {
  color: #000000; }

/* line 117, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-1 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3)
label {
  color: #000000; }

/* line 117, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-1 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4)
label {
  color: #000000; }

/* line 117, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-1 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5)
label {
  color: #000000; }

/* line 117, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-1 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6)
label {
  color: #000000; }

/* line 117, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-1 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7)
label {
  color: #000000; }

/* line 117, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-1 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8)
label {
  color: #000000; }

/* line 117, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-1 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9)
label {
  color: #000000; }

/* line 117, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-1 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10)
label {
  color: #000000; }

/* line 117, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-1 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11)
label {
  color: #000000; }

/* line 117, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-1 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12)
label {
  color: #000000; }

/* line 125, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed_widget.basket {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    /* line 125, ideasweb/static/scss/modules/tabbed-widget.scss */
    .tabbed_widget.basket {
      display: none; } }
  /* line 130, ideasweb/static/scss/modules/tabbed-widget.scss */
  .tabbed_widget.basket .tabs {
    background-color: #191927;
    border-bottom: 2px solid #191927;
    margin: 0; }
  /* line 135, ideasweb/static/scss/modules/tabbed-widget.scss */
  .tabbed_widget.basket .pointer {
    border: 5px solid #e5553e; }
  /* line 138, ideasweb/static/scss/modules/tabbed-widget.scss */
  .tabbed_widget.basket .tab > label {
    color: #ffffff;
    background-color: #191927;
    border-bottom: 2px solid transparent; }

/* line 145, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1)
label {
  border-bottom: 2px solid;
  color: #ffffff; }

/* line 145, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2)
label {
  border-bottom: 2px solid;
  color: #ffffff; }

/* line 145, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3)
label {
  border-bottom: 2px solid;
  color: #ffffff; }

/* line 145, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4)
label {
  border-bottom: 2px solid;
  color: #ffffff; }

/* line 145, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5)
label {
  border-bottom: 2px solid;
  color: #ffffff; }

/* line 145, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6)
label {
  border-bottom: 2px solid;
  color: #ffffff; }

/* line 145, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7)
label {
  border-bottom: 2px solid;
  color: #ffffff; }

/* line 145, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8)
label {
  border-bottom: 2px solid;
  color: #ffffff; }

/* line 145, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9)
label {
  border-bottom: 2px solid;
  color: #ffffff; }

/* line 145, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10)
label {
  border-bottom: 2px solid;
  color: #ffffff; }

/* line 145, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11)
label {
  border-bottom: 2px solid;
  color: #ffffff; }

/* line 145, ideasweb/static/scss/modules/tabbed-widget.scss */
.tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12)
label {
  border-bottom: 2px solid;
  color: #ffffff; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .teal-0-tab .pointer {
  border-color: #f8fafb; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .teal-1-tab .pointer {
  border-color: #e2eff2; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .teal-2-tab .pointer {
  border-color: #d4e6ea; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .teal-3-tab .pointer {
  border-color: #a3c9d1; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .teal-4-tab .pointer {
  border-color: #5c9fa6; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .teal-5-tab .pointer {
  border-color: #3f878e; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .teal-6-tab .pointer {
  border-color: #2a6469; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .teal-7-tab .pointer {
  border-color: #0c4045; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .orange-0-tab .pointer {
  border-color: #ffecdd; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .orange-1-tab .pointer {
  border-color: #ffe1cb; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .orange-2-tab .pointer {
  border-color: #ffcda6; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .orange-3-tab .pointer {
  border-color: #ffb06c; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .orange-4-tab .pointer {
  border-color: #ff9a4c; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .orange-5-tab .pointer {
  border-color: #f98123; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .green-0-tab .pointer {
  border-color: #ecf6ea; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .green-1-tab .pointer {
  border-color: #ddeddb; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .green-2-tab .pointer {
  border-color: #bed6bb; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .green-3-tab .pointer {
  border-color: #9dc398; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .green-4-tab .pointer {
  border-color: #6a9f64; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .green-5-tab .pointer {
  border-color: #3e7c36; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .grey-0-tab .pointer {
  border-color: #f6f6f6; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .grey-1-tab .pointer {
  border-color: #f1f1f1; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .grey-2-tab .pointer {
  border-color: #c7c7c7; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .grey-3-tab .pointer {
  border-color: #a1a1a1; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .grey-4-tab .pointer {
  border-color: #5d6164; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .grey-5-tab .pointer {
  border-color: #191927; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .white-tab .pointer {
  border-color: #ffffff; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .black-tab .pointer {
  border-color: #000000; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .red-tab .pointer {
  border-color: #e5553e; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .blue-tab .pointer {
  border-color: #0d2548; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .light-blue-tab .pointer {
  border-color: #3577da; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .amber-tab .pointer {
  border-color: #dc6526; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .lime-tab .pointer {
  border-color: #aabe3b; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .flesh-tab .pointer {
  border-color: #fff4ec; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .yellow-tab .pointer {
  border-color: #fecb00; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .aubergine-tab .pointer {
  border-color: #5e2750; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .pink-tab .pointer {
  border-color: #b71a5d; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .violet-tab .pointer {
  border-color: #933d9e; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .purple-tab .pointer {
  border-color: #662482; }

/* line 154, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed_widget .turquoise-tab .pointer {
  border-color: #008ca2; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).teal-0-tab
label {
  border-color: #f8fafb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).teal-0-tab
label {
  border-color: #f8fafb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).teal-0-tab
label {
  border-color: #f8fafb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).teal-0-tab
label {
  border-color: #f8fafb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).teal-0-tab
label {
  border-color: #f8fafb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).teal-0-tab
label {
  border-color: #f8fafb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).teal-0-tab
label {
  border-color: #f8fafb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).teal-0-tab
label {
  border-color: #f8fafb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).teal-0-tab
label {
  border-color: #f8fafb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).teal-0-tab
label {
  border-color: #f8fafb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).teal-0-tab
label {
  border-color: #f8fafb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).teal-0-tab
label {
  border-color: #f8fafb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).teal-1-tab
label {
  border-color: #e2eff2 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).teal-1-tab
label {
  border-color: #e2eff2 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).teal-1-tab
label {
  border-color: #e2eff2 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).teal-1-tab
label {
  border-color: #e2eff2 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).teal-1-tab
label {
  border-color: #e2eff2 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).teal-1-tab
label {
  border-color: #e2eff2 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).teal-1-tab
label {
  border-color: #e2eff2 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).teal-1-tab
label {
  border-color: #e2eff2 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).teal-1-tab
label {
  border-color: #e2eff2 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).teal-1-tab
label {
  border-color: #e2eff2 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).teal-1-tab
label {
  border-color: #e2eff2 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).teal-1-tab
label {
  border-color: #e2eff2 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).teal-2-tab
label {
  border-color: #d4e6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).teal-2-tab
label {
  border-color: #d4e6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).teal-2-tab
label {
  border-color: #d4e6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).teal-2-tab
label {
  border-color: #d4e6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).teal-2-tab
label {
  border-color: #d4e6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).teal-2-tab
label {
  border-color: #d4e6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).teal-2-tab
label {
  border-color: #d4e6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).teal-2-tab
label {
  border-color: #d4e6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).teal-2-tab
label {
  border-color: #d4e6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).teal-2-tab
label {
  border-color: #d4e6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).teal-2-tab
label {
  border-color: #d4e6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).teal-2-tab
label {
  border-color: #d4e6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).teal-3-tab
label {
  border-color: #a3c9d1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).teal-3-tab
label {
  border-color: #a3c9d1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).teal-3-tab
label {
  border-color: #a3c9d1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).teal-3-tab
label {
  border-color: #a3c9d1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).teal-3-tab
label {
  border-color: #a3c9d1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).teal-3-tab
label {
  border-color: #a3c9d1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).teal-3-tab
label {
  border-color: #a3c9d1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).teal-3-tab
label {
  border-color: #a3c9d1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).teal-3-tab
label {
  border-color: #a3c9d1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).teal-3-tab
label {
  border-color: #a3c9d1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).teal-3-tab
label {
  border-color: #a3c9d1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).teal-3-tab
label {
  border-color: #a3c9d1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).teal-4-tab
label {
  border-color: #5c9fa6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).teal-4-tab
label {
  border-color: #5c9fa6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).teal-4-tab
label {
  border-color: #5c9fa6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).teal-4-tab
label {
  border-color: #5c9fa6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).teal-4-tab
label {
  border-color: #5c9fa6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).teal-4-tab
label {
  border-color: #5c9fa6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).teal-4-tab
label {
  border-color: #5c9fa6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).teal-4-tab
label {
  border-color: #5c9fa6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).teal-4-tab
label {
  border-color: #5c9fa6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).teal-4-tab
label {
  border-color: #5c9fa6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).teal-4-tab
label {
  border-color: #5c9fa6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).teal-4-tab
label {
  border-color: #5c9fa6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).teal-5-tab
label {
  border-color: #3f878e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).teal-5-tab
label {
  border-color: #3f878e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).teal-5-tab
label {
  border-color: #3f878e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).teal-5-tab
label {
  border-color: #3f878e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).teal-5-tab
label {
  border-color: #3f878e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).teal-5-tab
label {
  border-color: #3f878e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).teal-5-tab
label {
  border-color: #3f878e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).teal-5-tab
label {
  border-color: #3f878e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).teal-5-tab
label {
  border-color: #3f878e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).teal-5-tab
label {
  border-color: #3f878e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).teal-5-tab
label {
  border-color: #3f878e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).teal-5-tab
label {
  border-color: #3f878e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).teal-6-tab
label {
  border-color: #2a6469 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).teal-6-tab
label {
  border-color: #2a6469 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).teal-6-tab
label {
  border-color: #2a6469 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).teal-6-tab
label {
  border-color: #2a6469 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).teal-6-tab
label {
  border-color: #2a6469 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).teal-6-tab
label {
  border-color: #2a6469 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).teal-6-tab
label {
  border-color: #2a6469 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).teal-6-tab
label {
  border-color: #2a6469 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).teal-6-tab
label {
  border-color: #2a6469 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).teal-6-tab
label {
  border-color: #2a6469 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).teal-6-tab
label {
  border-color: #2a6469 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).teal-6-tab
label {
  border-color: #2a6469 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).teal-7-tab
label {
  border-color: #0c4045 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).teal-7-tab
label {
  border-color: #0c4045 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).teal-7-tab
label {
  border-color: #0c4045 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).teal-7-tab
label {
  border-color: #0c4045 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).teal-7-tab
label {
  border-color: #0c4045 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).teal-7-tab
label {
  border-color: #0c4045 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).teal-7-tab
label {
  border-color: #0c4045 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).teal-7-tab
label {
  border-color: #0c4045 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).teal-7-tab
label {
  border-color: #0c4045 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).teal-7-tab
label {
  border-color: #0c4045 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).teal-7-tab
label {
  border-color: #0c4045 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).teal-7-tab
label {
  border-color: #0c4045 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).orange-0-tab
label {
  border-color: #ffecdd !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).orange-0-tab
label {
  border-color: #ffecdd !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).orange-0-tab
label {
  border-color: #ffecdd !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).orange-0-tab
label {
  border-color: #ffecdd !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).orange-0-tab
label {
  border-color: #ffecdd !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).orange-0-tab
label {
  border-color: #ffecdd !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).orange-0-tab
label {
  border-color: #ffecdd !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).orange-0-tab
label {
  border-color: #ffecdd !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).orange-0-tab
label {
  border-color: #ffecdd !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).orange-0-tab
label {
  border-color: #ffecdd !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).orange-0-tab
label {
  border-color: #ffecdd !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).orange-0-tab
label {
  border-color: #ffecdd !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).orange-1-tab
label {
  border-color: #ffe1cb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).orange-1-tab
label {
  border-color: #ffe1cb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).orange-1-tab
label {
  border-color: #ffe1cb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).orange-1-tab
label {
  border-color: #ffe1cb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).orange-1-tab
label {
  border-color: #ffe1cb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).orange-1-tab
label {
  border-color: #ffe1cb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).orange-1-tab
label {
  border-color: #ffe1cb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).orange-1-tab
label {
  border-color: #ffe1cb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).orange-1-tab
label {
  border-color: #ffe1cb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).orange-1-tab
label {
  border-color: #ffe1cb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).orange-1-tab
label {
  border-color: #ffe1cb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).orange-1-tab
label {
  border-color: #ffe1cb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).orange-2-tab
label {
  border-color: #ffcda6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).orange-2-tab
label {
  border-color: #ffcda6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).orange-2-tab
label {
  border-color: #ffcda6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).orange-2-tab
label {
  border-color: #ffcda6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).orange-2-tab
label {
  border-color: #ffcda6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).orange-2-tab
label {
  border-color: #ffcda6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).orange-2-tab
label {
  border-color: #ffcda6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).orange-2-tab
label {
  border-color: #ffcda6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).orange-2-tab
label {
  border-color: #ffcda6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).orange-2-tab
label {
  border-color: #ffcda6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).orange-2-tab
label {
  border-color: #ffcda6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).orange-2-tab
label {
  border-color: #ffcda6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).orange-3-tab
label {
  border-color: #ffb06c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).orange-3-tab
label {
  border-color: #ffb06c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).orange-3-tab
label {
  border-color: #ffb06c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).orange-3-tab
label {
  border-color: #ffb06c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).orange-3-tab
label {
  border-color: #ffb06c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).orange-3-tab
label {
  border-color: #ffb06c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).orange-3-tab
label {
  border-color: #ffb06c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).orange-3-tab
label {
  border-color: #ffb06c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).orange-3-tab
label {
  border-color: #ffb06c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).orange-3-tab
label {
  border-color: #ffb06c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).orange-3-tab
label {
  border-color: #ffb06c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).orange-3-tab
label {
  border-color: #ffb06c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).orange-4-tab
label {
  border-color: #ff9a4c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).orange-4-tab
label {
  border-color: #ff9a4c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).orange-4-tab
label {
  border-color: #ff9a4c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).orange-4-tab
label {
  border-color: #ff9a4c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).orange-4-tab
label {
  border-color: #ff9a4c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).orange-4-tab
label {
  border-color: #ff9a4c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).orange-4-tab
label {
  border-color: #ff9a4c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).orange-4-tab
label {
  border-color: #ff9a4c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).orange-4-tab
label {
  border-color: #ff9a4c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).orange-4-tab
label {
  border-color: #ff9a4c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).orange-4-tab
label {
  border-color: #ff9a4c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).orange-4-tab
label {
  border-color: #ff9a4c !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).orange-5-tab
label {
  border-color: #f98123 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).orange-5-tab
label {
  border-color: #f98123 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).orange-5-tab
label {
  border-color: #f98123 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).orange-5-tab
label {
  border-color: #f98123 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).orange-5-tab
label {
  border-color: #f98123 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).orange-5-tab
label {
  border-color: #f98123 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).orange-5-tab
label {
  border-color: #f98123 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).orange-5-tab
label {
  border-color: #f98123 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).orange-5-tab
label {
  border-color: #f98123 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).orange-5-tab
label {
  border-color: #f98123 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).orange-5-tab
label {
  border-color: #f98123 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).orange-5-tab
label {
  border-color: #f98123 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).green-0-tab
label {
  border-color: #ecf6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).green-0-tab
label {
  border-color: #ecf6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).green-0-tab
label {
  border-color: #ecf6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).green-0-tab
label {
  border-color: #ecf6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).green-0-tab
label {
  border-color: #ecf6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).green-0-tab
label {
  border-color: #ecf6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).green-0-tab
label {
  border-color: #ecf6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).green-0-tab
label {
  border-color: #ecf6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).green-0-tab
label {
  border-color: #ecf6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).green-0-tab
label {
  border-color: #ecf6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).green-0-tab
label {
  border-color: #ecf6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).green-0-tab
label {
  border-color: #ecf6ea !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).green-1-tab
label {
  border-color: #ddeddb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).green-1-tab
label {
  border-color: #ddeddb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).green-1-tab
label {
  border-color: #ddeddb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).green-1-tab
label {
  border-color: #ddeddb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).green-1-tab
label {
  border-color: #ddeddb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).green-1-tab
label {
  border-color: #ddeddb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).green-1-tab
label {
  border-color: #ddeddb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).green-1-tab
label {
  border-color: #ddeddb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).green-1-tab
label {
  border-color: #ddeddb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).green-1-tab
label {
  border-color: #ddeddb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).green-1-tab
label {
  border-color: #ddeddb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).green-1-tab
label {
  border-color: #ddeddb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).green-2-tab
label {
  border-color: #bed6bb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).green-2-tab
label {
  border-color: #bed6bb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).green-2-tab
label {
  border-color: #bed6bb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).green-2-tab
label {
  border-color: #bed6bb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).green-2-tab
label {
  border-color: #bed6bb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).green-2-tab
label {
  border-color: #bed6bb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).green-2-tab
label {
  border-color: #bed6bb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).green-2-tab
label {
  border-color: #bed6bb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).green-2-tab
label {
  border-color: #bed6bb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).green-2-tab
label {
  border-color: #bed6bb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).green-2-tab
label {
  border-color: #bed6bb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).green-2-tab
label {
  border-color: #bed6bb !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).green-3-tab
label {
  border-color: #9dc398 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).green-3-tab
label {
  border-color: #9dc398 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).green-3-tab
label {
  border-color: #9dc398 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).green-3-tab
label {
  border-color: #9dc398 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).green-3-tab
label {
  border-color: #9dc398 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).green-3-tab
label {
  border-color: #9dc398 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).green-3-tab
label {
  border-color: #9dc398 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).green-3-tab
label {
  border-color: #9dc398 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).green-3-tab
label {
  border-color: #9dc398 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).green-3-tab
label {
  border-color: #9dc398 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).green-3-tab
label {
  border-color: #9dc398 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).green-3-tab
label {
  border-color: #9dc398 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).green-4-tab
label {
  border-color: #6a9f64 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).green-4-tab
label {
  border-color: #6a9f64 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).green-4-tab
label {
  border-color: #6a9f64 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).green-4-tab
label {
  border-color: #6a9f64 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).green-4-tab
label {
  border-color: #6a9f64 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).green-4-tab
label {
  border-color: #6a9f64 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).green-4-tab
label {
  border-color: #6a9f64 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).green-4-tab
label {
  border-color: #6a9f64 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).green-4-tab
label {
  border-color: #6a9f64 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).green-4-tab
label {
  border-color: #6a9f64 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).green-4-tab
label {
  border-color: #6a9f64 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).green-4-tab
label {
  border-color: #6a9f64 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).green-5-tab
label {
  border-color: #3e7c36 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).green-5-tab
label {
  border-color: #3e7c36 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).green-5-tab
label {
  border-color: #3e7c36 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).green-5-tab
label {
  border-color: #3e7c36 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).green-5-tab
label {
  border-color: #3e7c36 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).green-5-tab
label {
  border-color: #3e7c36 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).green-5-tab
label {
  border-color: #3e7c36 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).green-5-tab
label {
  border-color: #3e7c36 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).green-5-tab
label {
  border-color: #3e7c36 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).green-5-tab
label {
  border-color: #3e7c36 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).green-5-tab
label {
  border-color: #3e7c36 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).green-5-tab
label {
  border-color: #3e7c36 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).grey-0-tab
label {
  border-color: #f6f6f6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).grey-0-tab
label {
  border-color: #f6f6f6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).grey-0-tab
label {
  border-color: #f6f6f6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).grey-0-tab
label {
  border-color: #f6f6f6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).grey-0-tab
label {
  border-color: #f6f6f6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).grey-0-tab
label {
  border-color: #f6f6f6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).grey-0-tab
label {
  border-color: #f6f6f6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).grey-0-tab
label {
  border-color: #f6f6f6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).grey-0-tab
label {
  border-color: #f6f6f6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).grey-0-tab
label {
  border-color: #f6f6f6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).grey-0-tab
label {
  border-color: #f6f6f6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).grey-0-tab
label {
  border-color: #f6f6f6 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).grey-1-tab
label {
  border-color: #f1f1f1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).grey-1-tab
label {
  border-color: #f1f1f1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).grey-1-tab
label {
  border-color: #f1f1f1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).grey-1-tab
label {
  border-color: #f1f1f1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).grey-1-tab
label {
  border-color: #f1f1f1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).grey-1-tab
label {
  border-color: #f1f1f1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).grey-1-tab
label {
  border-color: #f1f1f1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).grey-1-tab
label {
  border-color: #f1f1f1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).grey-1-tab
label {
  border-color: #f1f1f1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).grey-1-tab
label {
  border-color: #f1f1f1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).grey-1-tab
label {
  border-color: #f1f1f1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).grey-1-tab
label {
  border-color: #f1f1f1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).grey-2-tab
label {
  border-color: #c7c7c7 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).grey-2-tab
label {
  border-color: #c7c7c7 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).grey-2-tab
label {
  border-color: #c7c7c7 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).grey-2-tab
label {
  border-color: #c7c7c7 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).grey-2-tab
label {
  border-color: #c7c7c7 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).grey-2-tab
label {
  border-color: #c7c7c7 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).grey-2-tab
label {
  border-color: #c7c7c7 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).grey-2-tab
label {
  border-color: #c7c7c7 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).grey-2-tab
label {
  border-color: #c7c7c7 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).grey-2-tab
label {
  border-color: #c7c7c7 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).grey-2-tab
label {
  border-color: #c7c7c7 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).grey-2-tab
label {
  border-color: #c7c7c7 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).grey-3-tab
label {
  border-color: #a1a1a1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).grey-3-tab
label {
  border-color: #a1a1a1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).grey-3-tab
label {
  border-color: #a1a1a1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).grey-3-tab
label {
  border-color: #a1a1a1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).grey-3-tab
label {
  border-color: #a1a1a1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).grey-3-tab
label {
  border-color: #a1a1a1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).grey-3-tab
label {
  border-color: #a1a1a1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).grey-3-tab
label {
  border-color: #a1a1a1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).grey-3-tab
label {
  border-color: #a1a1a1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).grey-3-tab
label {
  border-color: #a1a1a1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).grey-3-tab
label {
  border-color: #a1a1a1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).grey-3-tab
label {
  border-color: #a1a1a1 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).grey-4-tab
label {
  border-color: #5d6164 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).grey-4-tab
label {
  border-color: #5d6164 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).grey-4-tab
label {
  border-color: #5d6164 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).grey-4-tab
label {
  border-color: #5d6164 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).grey-4-tab
label {
  border-color: #5d6164 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).grey-4-tab
label {
  border-color: #5d6164 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).grey-4-tab
label {
  border-color: #5d6164 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).grey-4-tab
label {
  border-color: #5d6164 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).grey-4-tab
label {
  border-color: #5d6164 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).grey-4-tab
label {
  border-color: #5d6164 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).grey-4-tab
label {
  border-color: #5d6164 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).grey-4-tab
label {
  border-color: #5d6164 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).grey-5-tab
label {
  border-color: #191927 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).grey-5-tab
label {
  border-color: #191927 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).grey-5-tab
label {
  border-color: #191927 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).grey-5-tab
label {
  border-color: #191927 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).grey-5-tab
label {
  border-color: #191927 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).grey-5-tab
label {
  border-color: #191927 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).grey-5-tab
label {
  border-color: #191927 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).grey-5-tab
label {
  border-color: #191927 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).grey-5-tab
label {
  border-color: #191927 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).grey-5-tab
label {
  border-color: #191927 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).grey-5-tab
label {
  border-color: #191927 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).grey-5-tab
label {
  border-color: #191927 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).white-tab
label {
  border-color: #ffffff !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).white-tab
label {
  border-color: #ffffff !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).white-tab
label {
  border-color: #ffffff !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).white-tab
label {
  border-color: #ffffff !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).white-tab
label {
  border-color: #ffffff !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).white-tab
label {
  border-color: #ffffff !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).white-tab
label {
  border-color: #ffffff !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).white-tab
label {
  border-color: #ffffff !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).white-tab
label {
  border-color: #ffffff !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).white-tab
label {
  border-color: #ffffff !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).white-tab
label {
  border-color: #ffffff !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).white-tab
label {
  border-color: #ffffff !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).black-tab
label {
  border-color: #000000 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).black-tab
label {
  border-color: #000000 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).black-tab
label {
  border-color: #000000 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).black-tab
label {
  border-color: #000000 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).black-tab
label {
  border-color: #000000 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).black-tab
label {
  border-color: #000000 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).black-tab
label {
  border-color: #000000 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).black-tab
label {
  border-color: #000000 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).black-tab
label {
  border-color: #000000 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).black-tab
label {
  border-color: #000000 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).black-tab
label {
  border-color: #000000 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).black-tab
label {
  border-color: #000000 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).red-tab
label {
  border-color: #e5553e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).red-tab
label {
  border-color: #e5553e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).red-tab
label {
  border-color: #e5553e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).red-tab
label {
  border-color: #e5553e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).red-tab
label {
  border-color: #e5553e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).red-tab
label {
  border-color: #e5553e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).red-tab
label {
  border-color: #e5553e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).red-tab
label {
  border-color: #e5553e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).red-tab
label {
  border-color: #e5553e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).red-tab
label {
  border-color: #e5553e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).red-tab
label {
  border-color: #e5553e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).red-tab
label {
  border-color: #e5553e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).blue-tab
label {
  border-color: #0d2548 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).blue-tab
label {
  border-color: #0d2548 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).blue-tab
label {
  border-color: #0d2548 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).blue-tab
label {
  border-color: #0d2548 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).blue-tab
label {
  border-color: #0d2548 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).blue-tab
label {
  border-color: #0d2548 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).blue-tab
label {
  border-color: #0d2548 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).blue-tab
label {
  border-color: #0d2548 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).blue-tab
label {
  border-color: #0d2548 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).blue-tab
label {
  border-color: #0d2548 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).blue-tab
label {
  border-color: #0d2548 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).blue-tab
label {
  border-color: #0d2548 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).light-blue-tab
label {
  border-color: #3577da !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).light-blue-tab
label {
  border-color: #3577da !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).light-blue-tab
label {
  border-color: #3577da !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).light-blue-tab
label {
  border-color: #3577da !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).light-blue-tab
label {
  border-color: #3577da !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).light-blue-tab
label {
  border-color: #3577da !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).light-blue-tab
label {
  border-color: #3577da !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).light-blue-tab
label {
  border-color: #3577da !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).light-blue-tab
label {
  border-color: #3577da !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).light-blue-tab
label {
  border-color: #3577da !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).light-blue-tab
label {
  border-color: #3577da !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).light-blue-tab
label {
  border-color: #3577da !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).amber-tab
label {
  border-color: #dc6526 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).amber-tab
label {
  border-color: #dc6526 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).amber-tab
label {
  border-color: #dc6526 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).amber-tab
label {
  border-color: #dc6526 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).amber-tab
label {
  border-color: #dc6526 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).amber-tab
label {
  border-color: #dc6526 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).amber-tab
label {
  border-color: #dc6526 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).amber-tab
label {
  border-color: #dc6526 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).amber-tab
label {
  border-color: #dc6526 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).amber-tab
label {
  border-color: #dc6526 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).amber-tab
label {
  border-color: #dc6526 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).amber-tab
label {
  border-color: #dc6526 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).lime-tab
label {
  border-color: #aabe3b !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).lime-tab
label {
  border-color: #aabe3b !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).lime-tab
label {
  border-color: #aabe3b !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).lime-tab
label {
  border-color: #aabe3b !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).lime-tab
label {
  border-color: #aabe3b !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).lime-tab
label {
  border-color: #aabe3b !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).lime-tab
label {
  border-color: #aabe3b !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).lime-tab
label {
  border-color: #aabe3b !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).lime-tab
label {
  border-color: #aabe3b !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).lime-tab
label {
  border-color: #aabe3b !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).lime-tab
label {
  border-color: #aabe3b !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).lime-tab
label {
  border-color: #aabe3b !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).flesh-tab
label {
  border-color: #fff4ec !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).flesh-tab
label {
  border-color: #fff4ec !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).flesh-tab
label {
  border-color: #fff4ec !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).flesh-tab
label {
  border-color: #fff4ec !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).flesh-tab
label {
  border-color: #fff4ec !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).flesh-tab
label {
  border-color: #fff4ec !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).flesh-tab
label {
  border-color: #fff4ec !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).flesh-tab
label {
  border-color: #fff4ec !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).flesh-tab
label {
  border-color: #fff4ec !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).flesh-tab
label {
  border-color: #fff4ec !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).flesh-tab
label {
  border-color: #fff4ec !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).flesh-tab
label {
  border-color: #fff4ec !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).yellow-tab
label {
  border-color: #fecb00 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).yellow-tab
label {
  border-color: #fecb00 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).yellow-tab
label {
  border-color: #fecb00 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).yellow-tab
label {
  border-color: #fecb00 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).yellow-tab
label {
  border-color: #fecb00 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).yellow-tab
label {
  border-color: #fecb00 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).yellow-tab
label {
  border-color: #fecb00 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).yellow-tab
label {
  border-color: #fecb00 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).yellow-tab
label {
  border-color: #fecb00 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).yellow-tab
label {
  border-color: #fecb00 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).yellow-tab
label {
  border-color: #fecb00 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).yellow-tab
label {
  border-color: #fecb00 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).aubergine-tab
label {
  border-color: #5e2750 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).aubergine-tab
label {
  border-color: #5e2750 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).aubergine-tab
label {
  border-color: #5e2750 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).aubergine-tab
label {
  border-color: #5e2750 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).aubergine-tab
label {
  border-color: #5e2750 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).aubergine-tab
label {
  border-color: #5e2750 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).aubergine-tab
label {
  border-color: #5e2750 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).aubergine-tab
label {
  border-color: #5e2750 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).aubergine-tab
label {
  border-color: #5e2750 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).aubergine-tab
label {
  border-color: #5e2750 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).aubergine-tab
label {
  border-color: #5e2750 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).aubergine-tab
label {
  border-color: #5e2750 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).pink-tab
label {
  border-color: #b71a5d !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).pink-tab
label {
  border-color: #b71a5d !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).pink-tab
label {
  border-color: #b71a5d !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).pink-tab
label {
  border-color: #b71a5d !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).pink-tab
label {
  border-color: #b71a5d !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).pink-tab
label {
  border-color: #b71a5d !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).pink-tab
label {
  border-color: #b71a5d !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).pink-tab
label {
  border-color: #b71a5d !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).pink-tab
label {
  border-color: #b71a5d !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).pink-tab
label {
  border-color: #b71a5d !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).pink-tab
label {
  border-color: #b71a5d !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).pink-tab
label {
  border-color: #b71a5d !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).violet-tab
label {
  border-color: #933d9e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).violet-tab
label {
  border-color: #933d9e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).violet-tab
label {
  border-color: #933d9e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).violet-tab
label {
  border-color: #933d9e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).violet-tab
label {
  border-color: #933d9e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).violet-tab
label {
  border-color: #933d9e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).violet-tab
label {
  border-color: #933d9e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).violet-tab
label {
  border-color: #933d9e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).violet-tab
label {
  border-color: #933d9e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).violet-tab
label {
  border-color: #933d9e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).violet-tab
label {
  border-color: #933d9e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).violet-tab
label {
  border-color: #933d9e !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).purple-tab
label {
  border-color: #662482 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).purple-tab
label {
  border-color: #662482 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).purple-tab
label {
  border-color: #662482 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).purple-tab
label {
  border-color: #662482 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).purple-tab
label {
  border-color: #662482 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).purple-tab
label {
  border-color: #662482 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).purple-tab
label {
  border-color: #662482 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).purple-tab
label {
  border-color: #662482 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).purple-tab
label {
  border-color: #662482 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).purple-tab
label {
  border-color: #662482 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).purple-tab
label {
  border-color: #662482 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).purple-tab
label {
  border-color: #662482 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(1):checked
~ .tabs
.tab:nth-of-type(1).turquoise-tab
label {
  border-color: #008ca2 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(2):checked
~ .tabs
.tab:nth-of-type(2).turquoise-tab
label {
  border-color: #008ca2 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(3):checked
~ .tabs
.tab:nth-of-type(3).turquoise-tab
label {
  border-color: #008ca2 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(4):checked
~ .tabs
.tab:nth-of-type(4).turquoise-tab
label {
  border-color: #008ca2 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(5):checked
~ .tabs
.tab:nth-of-type(5).turquoise-tab
label {
  border-color: #008ca2 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(6):checked
~ .tabs
.tab:nth-of-type(6).turquoise-tab
label {
  border-color: #008ca2 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(7):checked
~ .tabs
.tab:nth-of-type(7).turquoise-tab
label {
  border-color: #008ca2 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(8):checked
~ .tabs
.tab:nth-of-type(8).turquoise-tab
label {
  border-color: #008ca2 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(9):checked
~ .tabs
.tab:nth-of-type(9).turquoise-tab
label {
  border-color: #008ca2 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(10):checked
~ .tabs
.tab:nth-of-type(10).turquoise-tab
label {
  border-color: #008ca2 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(11):checked
~ .tabs
.tab:nth-of-type(11).turquoise-tab
label {
  border-color: #008ca2 !important; }

/* line 161, ideasweb/static/scss/modules/tabbed-widget.scss */
.grey-3 .tabbed
[type="radio"]:nth-of-type(12):checked
~ .tabs
.tab:nth-of-type(12).turquoise-tab
label {
  border-color: #008ca2 !important; }

/* line 1, ideasweb/static/scss/modules/expandable-list.scss */
.expandable-list {
  display: none; }
  @media only screen and (min-width: 768px) {
    /* line 1, ideasweb/static/scss/modules/expandable-list.scss */
    .expandable-list {
      display: block;
      margin-bottom: 12px; } }
  /* line 7, ideasweb/static/scss/modules/expandable-list.scss */
  .expandable-list .expandable-list__tabs {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: -1px 1px 15px rgba(33, 33, 33, 0.1); }
    /* line 14, ideasweb/static/scss/modules/expandable-list.scss */
    .expandable-list .expandable-list__tabs .expandable-list__tab {
      margin: 0;
      position: relative;
      border-bottom: 1px solid #a1a1a1; }
      /* line 18, ideasweb/static/scss/modules/expandable-list.scss */
      .expandable-list .expandable-list__tabs .expandable-list__tab:last-child {
        border-bottom: none; }
      /* line 21, ideasweb/static/scss/modules/expandable-list.scss */
      .expandable-list .expandable-list__tabs .expandable-list__tab input[type="radio"],
      .expandable-list .expandable-list__tabs .expandable-list__tab input[type="checkbox"] {
        display: none; }
      /* line 26, ideasweb/static/scss/modules/expandable-list.scss */
      .expandable-list .expandable-list__tabs .expandable-list__tab label {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 25px;
        font-weight: bold;
        cursor: pointer; }
      /* line 35, ideasweb/static/scss/modules/expandable-list.scss */
      .expandable-list .expandable-list__tabs .expandable-list__tab .expandable-list__content {
        box-shadow: -1px 1px 15px rgba(33, 33, 33, 0.1);
        background-color: #ffffff;
        display: none;
        border-radius: 0 0 6px 6px; }
        /* line 41, ideasweb/static/scss/modules/expandable-list.scss */
        .expandable-list .expandable-list__tabs .expandable-list__tab .expandable-list__content .expandable-list__row {
          border-bottom: 1px solid #a1a1a1; }
          /* line 43, ideasweb/static/scss/modules/expandable-list.scss */
          .expandable-list .expandable-list__tabs .expandable-list__tab .expandable-list__content .expandable-list__row:last-child {
            border-bottom: none; }
          /* line 46, ideasweb/static/scss/modules/expandable-list.scss */
          .expandable-list .expandable-list__tabs .expandable-list__tab .expandable-list__content .expandable-list__row a {
            display: block;
            padding: 12px 25px; }
      /* line 62, ideasweb/static/scss/modules/expandable-list.scss */
      .expandable-list .expandable-list__tabs .expandable-list__tab input[type="radio"]:checked ~ .expandable-list__content,
      .expandable-list .expandable-list__tabs .expandable-list__tab input[type="checkbox"]:checked ~ .expandable-list__content {
        display: block; }

/* Colours */
/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.teal-0-card .expandable-list__tab label,
.teal-0-card .expandable-list__tab label a,
.teal-0-card .expandable-list__row,
.teal-0-card .expandable-list__row a {
  color: #f8fafb; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.teal-1-card .expandable-list__tab label,
.teal-1-card .expandable-list__tab label a,
.teal-1-card .expandable-list__row,
.teal-1-card .expandable-list__row a {
  color: #e2eff2; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.teal-2-card .expandable-list__tab label,
.teal-2-card .expandable-list__tab label a,
.teal-2-card .expandable-list__row,
.teal-2-card .expandable-list__row a {
  color: #d4e6ea; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.teal-3-card .expandable-list__tab label,
.teal-3-card .expandable-list__tab label a,
.teal-3-card .expandable-list__row,
.teal-3-card .expandable-list__row a {
  color: #a3c9d1; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.teal-4-card .expandable-list__tab label,
.teal-4-card .expandable-list__tab label a,
.teal-4-card .expandable-list__row,
.teal-4-card .expandable-list__row a {
  color: #5c9fa6; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.teal-5-card .expandable-list__tab label,
.teal-5-card .expandable-list__tab label a,
.teal-5-card .expandable-list__row,
.teal-5-card .expandable-list__row a {
  color: #3f878e; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.teal-6-card .expandable-list__tab label,
.teal-6-card .expandable-list__tab label a,
.teal-6-card .expandable-list__row,
.teal-6-card .expandable-list__row a {
  color: #2a6469; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.teal-7-card .expandable-list__tab label,
.teal-7-card .expandable-list__tab label a,
.teal-7-card .expandable-list__row,
.teal-7-card .expandable-list__row a {
  color: #0c4045; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.orange-0-card .expandable-list__tab label,
.orange-0-card .expandable-list__tab label a,
.orange-0-card .expandable-list__row,
.orange-0-card .expandable-list__row a {
  color: #ffecdd; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.orange-1-card .expandable-list__tab label,
.orange-1-card .expandable-list__tab label a,
.orange-1-card .expandable-list__row,
.orange-1-card .expandable-list__row a {
  color: #ffe1cb; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.orange-2-card .expandable-list__tab label,
.orange-2-card .expandable-list__tab label a,
.orange-2-card .expandable-list__row,
.orange-2-card .expandable-list__row a {
  color: #ffcda6; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.orange-3-card .expandable-list__tab label,
.orange-3-card .expandable-list__tab label a,
.orange-3-card .expandable-list__row,
.orange-3-card .expandable-list__row a {
  color: #ffb06c; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.orange-4-card .expandable-list__tab label,
.orange-4-card .expandable-list__tab label a,
.orange-4-card .expandable-list__row,
.orange-4-card .expandable-list__row a {
  color: #ff9a4c; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.orange-5-card .expandable-list__tab label,
.orange-5-card .expandable-list__tab label a,
.orange-5-card .expandable-list__row,
.orange-5-card .expandable-list__row a {
  color: #f98123; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.green-0-card .expandable-list__tab label,
.green-0-card .expandable-list__tab label a,
.green-0-card .expandable-list__row,
.green-0-card .expandable-list__row a {
  color: #ecf6ea; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.green-1-card .expandable-list__tab label,
.green-1-card .expandable-list__tab label a,
.green-1-card .expandable-list__row,
.green-1-card .expandable-list__row a {
  color: #ddeddb; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.green-2-card .expandable-list__tab label,
.green-2-card .expandable-list__tab label a,
.green-2-card .expandable-list__row,
.green-2-card .expandable-list__row a {
  color: #bed6bb; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.green-3-card .expandable-list__tab label,
.green-3-card .expandable-list__tab label a,
.green-3-card .expandable-list__row,
.green-3-card .expandable-list__row a {
  color: #9dc398; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.green-4-card .expandable-list__tab label,
.green-4-card .expandable-list__tab label a,
.green-4-card .expandable-list__row,
.green-4-card .expandable-list__row a {
  color: #6a9f64; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.green-5-card .expandable-list__tab label,
.green-5-card .expandable-list__tab label a,
.green-5-card .expandable-list__row,
.green-5-card .expandable-list__row a {
  color: #3e7c36; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.grey-0-card .expandable-list__tab label,
.grey-0-card .expandable-list__tab label a,
.grey-0-card .expandable-list__row,
.grey-0-card .expandable-list__row a {
  color: #f6f6f6; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.grey-1-card .expandable-list__tab label,
.grey-1-card .expandable-list__tab label a,
.grey-1-card .expandable-list__row,
.grey-1-card .expandable-list__row a {
  color: #f1f1f1; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.grey-2-card .expandable-list__tab label,
.grey-2-card .expandable-list__tab label a,
.grey-2-card .expandable-list__row,
.grey-2-card .expandable-list__row a {
  color: #c7c7c7; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.grey-3-card .expandable-list__tab label,
.grey-3-card .expandable-list__tab label a,
.grey-3-card .expandable-list__row,
.grey-3-card .expandable-list__row a {
  color: #a1a1a1; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.grey-4-card .expandable-list__tab label,
.grey-4-card .expandable-list__tab label a,
.grey-4-card .expandable-list__row,
.grey-4-card .expandable-list__row a {
  color: #5d6164; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.grey-5-card .expandable-list__tab label,
.grey-5-card .expandable-list__tab label a,
.grey-5-card .expandable-list__row,
.grey-5-card .expandable-list__row a {
  color: #191927; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.white-card .expandable-list__tab label,
.white-card .expandable-list__tab label a,
.white-card .expandable-list__row,
.white-card .expandable-list__row a {
  color: #ffffff; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.black-card .expandable-list__tab label,
.black-card .expandable-list__tab label a,
.black-card .expandable-list__row,
.black-card .expandable-list__row a {
  color: #000000; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.red-card .expandable-list__tab label,
.red-card .expandable-list__tab label a,
.red-card .expandable-list__row,
.red-card .expandable-list__row a {
  color: #e5553e; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.blue-card .expandable-list__tab label,
.blue-card .expandable-list__tab label a,
.blue-card .expandable-list__row,
.blue-card .expandable-list__row a {
  color: #0d2548; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.light-blue-card .expandable-list__tab label,
.light-blue-card .expandable-list__tab label a,
.light-blue-card .expandable-list__row,
.light-blue-card .expandable-list__row a {
  color: #3577da; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.amber-card .expandable-list__tab label,
.amber-card .expandable-list__tab label a,
.amber-card .expandable-list__row,
.amber-card .expandable-list__row a {
  color: #dc6526; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.lime-card .expandable-list__tab label,
.lime-card .expandable-list__tab label a,
.lime-card .expandable-list__row,
.lime-card .expandable-list__row a {
  color: #aabe3b; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.flesh-card .expandable-list__tab label,
.flesh-card .expandable-list__tab label a,
.flesh-card .expandable-list__row,
.flesh-card .expandable-list__row a {
  color: #fff4ec; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.yellow-card .expandable-list__tab label,
.yellow-card .expandable-list__tab label a,
.yellow-card .expandable-list__row,
.yellow-card .expandable-list__row a {
  color: #fecb00; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.aubergine-card .expandable-list__tab label,
.aubergine-card .expandable-list__tab label a,
.aubergine-card .expandable-list__row,
.aubergine-card .expandable-list__row a {
  color: #5e2750; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.pink-card .expandable-list__tab label,
.pink-card .expandable-list__tab label a,
.pink-card .expandable-list__row,
.pink-card .expandable-list__row a {
  color: #b71a5d; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.violet-card .expandable-list__tab label,
.violet-card .expandable-list__tab label a,
.violet-card .expandable-list__row,
.violet-card .expandable-list__row a {
  color: #933d9e; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.purple-card .expandable-list__tab label,
.purple-card .expandable-list__tab label a,
.purple-card .expandable-list__row,
.purple-card .expandable-list__row a {
  color: #662482; }

/* line 79, ideasweb/static/scss/modules/expandable-list.scss */
.turquoise-card .expandable-list__tab label,
.turquoise-card .expandable-list__tab label a,
.turquoise-card .expandable-list__row,
.turquoise-card .expandable-list__row a {
  color: #008ca2; }

/* Change the selectd label background colour based on parent theme colour but 'wash' version */
/* line 91, ideasweb/static/scss/modules/expandable-list.scss */
.red-card input[type="radio"]:checked + label {
  background-color: #facdcf; }

/* line 91, ideasweb/static/scss/modules/expandable-list.scss */
.orange-card input[type="radio"]:checked + label {
  background-color: #fbeacc; }

/* line 91, ideasweb/static/scss/modules/expandable-list.scss */
.yellow-card input[type="radio"]:checked + label {
  background-color: #fff4cd; }

/* line 91, ideasweb/static/scss/modules/expandable-list.scss */
.green-card input[type="radio"]:checked + label {
  background-color: #edf0cd; }

/* line 91, ideasweb/static/scss/modules/expandable-list.scss */
.aubergine-card input[type="radio"]:checked + label {
  background-color: #efeaed; }

/* line 91, ideasweb/static/scss/modules/expandable-list.scss */
.violet-card input[type="radio"]:checked + label {
  background-color: #ebd5ec; }

/* line 91, ideasweb/static/scss/modules/expandable-list.scss */
.purple-card input[type="radio"]:checked + label {
  background-color: #ebd5ec; }

/* line 91, ideasweb/static/scss/modules/expandable-list.scss */
.blue-card input[type="radio"]:checked + label {
  background-color: #cde5ea; }

/* line 91, ideasweb/static/scss/modules/expandable-list.scss */
.turquoise-card input[type="radio"]:checked + label {
  background-color: #ccf2f6; }

/* Switch the label icon when a row is clicked/selected */
/* Case Studies */
/* line 104, ideasweb/static/scss/modules/expandable-list.scss */
.case-study-card .expandable {
  font-size: 16px;
  line-height: 21px; }
  /* line 106, ideasweb/static/scss/modules/expandable-list.scss */
  .case-study-card .expandable label {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    color: #e5553e;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 10px;
    position: relative;
    left: -15px;
    cursor: pointer; }
    /* line 117, ideasweb/static/scss/modules/expandable-list.scss */
    .case-study-card .expandable label:hover, .case-study-card .expandable label:active {
      background: rgba(230, 0, 0, 0.1); }
    /* line 121, ideasweb/static/scss/modules/expandable-list.scss */
    .case-study-card .expandable label i {
      margin-left: 5px; }
  /* line 125, ideasweb/static/scss/modules/expandable-list.scss */
  .case-study-card .expandable input[type="checkbox"] {
    display: none; }
  /* line 129, ideasweb/static/scss/modules/expandable-list.scss */
  .case-study-card .expandable .expandable__content {
    display: none;
    position: relative;
    height: 0; }
    /* line 133, ideasweb/static/scss/modules/expandable-list.scss */
    .case-study-card .expandable .expandable__content .content {
      position: absolute;
      left: -15px;
      width: 100%;
      background: #ffffff;
      border: 1px solid rgba(33, 33, 33, 0.1);
      box-sizing: border-box;
      box-shadow: -1px 1px 15px rgba(33, 33, 33, 0.1);
      border-radius: 10px; }
      /* line 142, ideasweb/static/scss/modules/expandable-list.scss */
      .case-study-card .expandable .expandable__content .content .content-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 15px;
        border-bottom: 1px solid #a1a1a1; }
        /* line 148, ideasweb/static/scss/modules/expandable-list.scss */
        .case-study-card .expandable .expandable__content .content .content-row:last-child {
          border-bottom: none; }
  /* line 156, ideasweb/static/scss/modules/expandable-list.scss */
  .case-study-card .expandable input[type="checkbox"]:checked ~ .expandable__content {
    display: block; }
  /* line 160, ideasweb/static/scss/modules/expandable-list.scss */
  input[type="checkbox"]:not(:checked) .case-study-card .expandable ~ .expandable__content {
    display: none; }

/* line 2, ideasweb/static/scss/modules/features.scss */
.multi-point .col {
  text-align: center;
  margin-bottom: 25px; }
  /* line 5, ideasweb/static/scss/modules/features.scss */
  .multi-point .col:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    /* line 2, ideasweb/static/scss/modules/features.scss */
    .multi-point .col {
      margin-bottom: 0; } }
/* line 15, ideasweb/static/scss/modules/features.scss */
.dials h2 {
  margin-bottom: 12px; }

/* line 18, ideasweb/static/scss/modules/features.scss */
.dials .dial-text {
  font-weight: bold;
  margin: 0;
  font-size: 16px;
  line-height: 18px; }
  @media only screen and (min-width: 768px) {
    /* line 18, ideasweb/static/scss/modules/features.scss */
    .dials .dial-text {
      font-size: 20px;
      line-height: 24px;
      margin: 0 12px; } }
@media only screen and (min-width: 768px) {
  /* line 27, ideasweb/static/scss/modules/features.scss */
  .dials .dials-wrapper {
    display: flex;
    justify-content: center;
    align-items: center; } }

/* line 1, ideasweb/static/scss/modules/notifications.scss */
.widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2000;
  display: none; }

/* Notification rows on page */
/* line 13, ideasweb/static/scss/modules/notifications.scss */
.page-notifications {
  margin: 12px 0 45px; }
  @media only screen and (min-width: 768px) {
    /* line 13, ideasweb/static/scss/modules/notifications.scss */
    .page-notifications {
      margin: 30px 0 45px; } }
  /* line 19, ideasweb/static/scss/modules/notifications.scss */
  .page-notifications .page-notifications__row {
    display: flex;
    border-top: 1px solid #a1a1a1;
    padding: 15px 0; }
    /* line 23, ideasweb/static/scss/modules/notifications.scss */
    .page-notifications .page-notifications__row:last-child {
      border-bottom: 1px solid #a1a1a1; }
    /* line 27, ideasweb/static/scss/modules/notifications.scss */
    .page-notifications .page-notifications__row .page-notifications__notification {
      padding: 5px;
      color: #e5553e;
      font-size: 1.75rem;
      flex: 6%; }
      @media only screen and (min-width: 768px) {
        /* line 27, ideasweb/static/scss/modules/notifications.scss */
        .page-notifications .page-notifications__row .page-notifications__notification {
          flex: 4% 0 0; } }
    /* line 37, ideasweb/static/scss/modules/notifications.scss */
    .page-notifications .page-notifications__row .page-notifications__icon {
      text-align: center;
      padding: 0;
      flex: 10% 0 0; }
      @media only screen and (min-width: 768px) {
        /* line 37, ideasweb/static/scss/modules/notifications.scss */
        .page-notifications .page-notifications__row .page-notifications__icon {
          flex: 8% 0 0; } }
      /* line 44, ideasweb/static/scss/modules/notifications.scss */
      .page-notifications .page-notifications__row .page-notifications__icon img {
        max-width: 37px; }
    /* line 49, ideasweb/static/scss/modules/notifications.scss */
    .page-notifications .page-notifications__row .page-notifications__info {
      padding: 0 0 0 12px; }
      /* line 51, ideasweb/static/scss/modules/notifications.scss */
      .page-notifications .page-notifications__row .page-notifications__info .text-small p, .page-notifications .page-notifications__row .page-notifications__info .cards .cards-wrapper .card .card__header p p, .cards .cards-wrapper .card .card__header .page-notifications .page-notifications__row .page-notifications__info p p, .page-notifications .page-notifications__row .page-notifications__info .teaser.thumb p p, .teaser.thumb .page-notifications .page-notifications__row .page-notifications__info p p,
      .page-notifications .page-notifications__row .page-notifications__info .teaser-thumb.thumb p p,
      .teaser-thumb.thumb .page-notifications .page-notifications__row .page-notifications__info p p {
        margin-bottom: 0; }
      /* line 54, ideasweb/static/scss/modules/notifications.scss */
      .page-notifications .page-notifications__row .page-notifications__info .grey-3-text p {
        line-height: 1;
        margin-bottom: 0.65rem; }
    /* line 60, ideasweb/static/scss/modules/notifications.scss */
    .page-notifications .page-notifications__row h4 {
      margin: 0; }
      /* line 62, ideasweb/static/scss/modules/notifications.scss */
      .page-notifications .page-notifications__row h4 a {
        color: #000000;
        display: flex;
        align-items: center; }
        /* line 66, ideasweb/static/scss/modules/notifications.scss */
        .page-notifications .page-notifications__row h4 a .icon {
          color: #e5553e; }
    /* line 72, ideasweb/static/scss/modules/notifications.scss */
    .page-notifications .page-notifications__row .open-modal {
      display: flex;
      align-items: center;
      cursor: pointer; }

/* iframe to view email template */
/* line 81, ideasweb/static/scss/modules/notifications.scss */
.email-viewer {
  width: 100%;
  max-width: 100%;
  min-height: 600px; }

/* Widget in home hero */
/* line 88, ideasweb/static/scss/modules/notifications.scss */
.hero-message-container {
  width: 270px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: 60px;
  margin-right: 10px;
  z-index: 100; }

/* line 97, ideasweb/static/scss/modules/notifications.scss */
.updates-widget {
  display: none;
  background-color: #ffffff; }
  @media only screen and (min-width: 992px) {
    /* line 97, ideasweb/static/scss/modules/notifications.scss */
    .updates-widget {
      display: block;
      width: 100%;
      background-color: #ffffff;
      color: #000000;
      margin: 30px 0; } }
  /* line 108, ideasweb/static/scss/modules/notifications.scss */
  .updates-widget h4 {
    padding: 25px;
    margin: 0; }
  /* line 112, ideasweb/static/scss/modules/notifications.scss */
  .updates-widget a {
    display: flex;
    align-items: center;
    padding: 8px 0; }
  /* line 117, ideasweb/static/scss/modules/notifications.scss */
  .updates-widget .updates-widget__content {
    border-top: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
    padding: 0;
    height: 200px;
    overflow: auto;
    /* Override styles from previous rules */ }
    @media only screen and (min-width: 992px) {
      /* line 117, ideasweb/static/scss/modules/notifications.scss */
      .updates-widget .updates-widget__content {
        height: 270px; } }
    /* line 128, ideasweb/static/scss/modules/notifications.scss */
    .updates-widget .updates-widget__content a:hover {
      background-color: #f1f1f1; }
    /* line 133, ideasweb/static/scss/modules/notifications.scss */
    .updates-widget .updates-widget__content .updates-widget__row {
      display: flex;
      align-items: center;
      flex-basis: 100%; }
      /* line 138, ideasweb/static/scss/modules/notifications.scss */
      .updates-widget .updates-widget__content .updates-widget__row .updates-widget__notification {
        flex: 12% 0 0;
        color: #e5553e;
        display: flex;
        align-items: center;
        justify-content: center; }
      /* line 145, ideasweb/static/scss/modules/notifications.scss */
      .updates-widget .updates-widget__content .updates-widget__row .updates-widget__icon {
        flex: 14% 0 0;
        display: flex; }
      /* line 150, ideasweb/static/scss/modules/notifications.scss */
      .updates-widget .updates-widget__content .updates-widget__row .updates-widget__link {
        flex: 74% 1 1;
        display: flex;
        font-size: 14px;
        line-height: 16px;
        color: #000000;
        font-weight: bold;
        align-items: center;
        margin-right: 12px; }
        /* line 158, ideasweb/static/scss/modules/notifications.scss */
        .updates-widget .updates-widget__content .updates-widget__row .updates-widget__link .icon {
          color: #e5553e;
          font-size: 1.2rem; }
  /* line 166, ideasweb/static/scss/modules/notifications.scss */
  .updates-widget .updates-widget__footer {
    padding: 12px 25px;
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
    color: #e5553e; }
    /* line 172, ideasweb/static/scss/modules/notifications.scss */
    .updates-widget .updates-widget__footer a {
      font-size: 16px;
      line-height: 21px;
      font-weight: 700;
      color: #e5553e;
      display: flex;
      align-items: center; }

/* Toggle expandable widget from header */
/* line 183, ideasweb/static/scss/modules/notifications.scss */
.toggle-notification {
  position: relative;
  padding: 0 0 0 12px; }
  /* line 186, ideasweb/static/scss/modules/notifications.scss */
  .toggle-notification label.notifications-toggler {
    border-bottom: 3px solid transparent;
    display: flex;
    align-items: center;
    height: 4.25rem; }
    @media only screen and (min-width: 768px) {
      /* line 186, ideasweb/static/scss/modules/notifications.scss */
      .toggle-notification label.notifications-toggler {
        height: 5rem; } }
    /* line 195, ideasweb/static/scss/modules/notifications.scss */
    .toggle-notification label.notifications-toggler.active {
      border-bottom: 3px solid #e5553e; }
    /* line 199, ideasweb/static/scss/modules/notifications.scss */
    .toggle-notification label.notifications-toggler .icon {
      cursor: pointer; }
  /* line 204, ideasweb/static/scss/modules/notifications.scss */
  .toggle-notification input[type="checkbox"] {
    display: none; }
  /* line 208, ideasweb/static/scss/modules/notifications.scss */
  .toggle-notification .updates-widget {
    display: none;
    position: absolute;
    z-index: 2000;
    right: 0;
    top: 100%;
    box-shadow: -1px 1px 15px rgba(33, 33, 33, 0.1);
    margin: 0;
    width: 300px; }
    @media only screen and (min-width: 768px) {
      /* line 208, ideasweb/static/scss/modules/notifications.scss */
      .toggle-notification .updates-widget {
        width: 320px; } }
    /* line 221, ideasweb/static/scss/modules/notifications.scss */
    .toggle-notification .updates-widget a {
      padding: 0; }
    /* line 225, ideasweb/static/scss/modules/notifications.scss */
    .toggle-notification .updates-widget .updates-widget__content {
      height: 460px; }
      /* line 227, ideasweb/static/scss/modules/notifications.scss */
      .toggle-notification .updates-widget .updates-widget__content .updates-widget__row {
        padding: 15px 0;
        border-bottom: 1px solid #a1a1a1; }
        /* line 230, ideasweb/static/scss/modules/notifications.scss */
        .toggle-notification .updates-widget .updates-widget__content .updates-widget__row .updates-widget__link {
          display: block;
          padding: 0 12px 0 0;
          font-size: 16px;
          line-height: 21px;
          font-weight: 300; }
          /* line 235, ideasweb/static/scss/modules/notifications.scss */
          .toggle-notification .updates-widget .updates-widget__content .updates-widget__row .updates-widget__link h4 {
            display: flex;
            align-items: center;
            font-size: 16px;
            line-height: 18px;
            padding: 0;
            margin: 0 0 5px; }
          /* line 242, ideasweb/static/scss/modules/notifications.scss */
          .toggle-notification .updates-widget .updates-widget__content .updates-widget__row .updates-widget__link p {
            margin: 0; }
  /* line 251, ideasweb/static/scss/modules/notifications.scss */
  .toggle-notification input[type="checkbox"]:checked ~ .updates-widget {
    display: block; }
  /* line 254, ideasweb/static/scss/modules/notifications.scss */
  .toggle-notification input[type="checkbox"]:checked ~ .notifications-toggler {
    border-bottom: 3px solid #e5553e; }
  /* line 258, ideasweb/static/scss/modules/notifications.scss */
  .toggle-notification input[type="checkbox"]:checked ~ .widget-overlay {
    display: block; }
  /* line 263, ideasweb/static/scss/modules/notifications.scss */
  .toggle-notification .icon {
    position: relative; }

/* Toggle Modals */
/* line 269, ideasweb/static/scss/modules/notifications.scss */
label.close-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 278, ideasweb/static/scss/modules/notifications.scss */
input[name="css-popups"]:not(:checked) ~ .overlay {
  display: none; }

/* line 284, ideasweb/static/scss/modules/notifications.scss */
input[name="css-popups"]:checked + .overlay {
  display: block; }

/* line 289, ideasweb/static/scss/modules/notifications.scss */
.notification-modal {
  max-width: 960px;
  background-color: #ffffff;
  overflow-y: scroll;
  position: relative;
  z-index: 1;
  margin: 60px 12px; }
  @media only screen and (min-width: 768px) {
    /* line 289, ideasweb/static/scss/modules/notifications.scss */
    .notification-modal {
      margin: 45px 25px; } }
  @media only screen and (min-width: 992px) {
    /* line 289, ideasweb/static/scss/modules/notifications.scss */
    .notification-modal {
      margin: 45px auto; } }
/* line 304, ideasweb/static/scss/modules/notifications.scss */
.modal-close-button {
  cursor: pointer; }

/* line 308, ideasweb/static/scss/modules/notifications.scss */
.notifications-count {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2px;
  right: -2px;
  color: #ffffff;
  background-color: #e5553e;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 11px;
  font-weight: bold;
  line-height: 0;
  padding: 0 0 4px 0; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* line 308, ideasweb/static/scss/modules/notifications.scss */
    .notifications-count {
      padding-top: 6px; } }
/* line 331, ideasweb/static/scss/modules/notifications.scss */
.hero-message-widget {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100; }
  /* line 339, ideasweb/static/scss/modules/notifications.scss */
  .hero-message-widget .updates-widget__content .updates-widget__icon {
    flex: 15% 0 0; }
  /* line 342, ideasweb/static/scss/modules/notifications.scss */
  .hero-message-widget .updates-widget__content .updates-widget__link {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold; }

/* line 349, ideasweb/static/scss/modules/notifications.scss */
.hero-message-widget-wrapper {
  -ms-overflow-x: hidden; }

@media only screen and (max-width: 767px) {
  /* line 2, ideasweb/static/scss/modules/articles.scss */
  .article-main h1 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 8px; } }

/* line 8, ideasweb/static/scss/modules/articles.scss */
.article-main img {
  display: block;
  margin-bottom: 12px; }

/* line 14, ideasweb/static/scss/modules/articles.scss */
.article-card {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    /* line 14, ideasweb/static/scss/modules/articles.scss */
    .article-card {
      font-size: 16px;
      line-height: 21px;
      margin-bottom: 0; } }
  @media only screen and (min-width: 992px) {
    /* line 14, ideasweb/static/scss/modules/articles.scss */
    .article-card {
      margin-bottom: 45px; } }
  /* line 25, ideasweb/static/scss/modules/articles.scss */
  .article-card img {
    display: block; }
  /* line 29, ideasweb/static/scss/modules/articles.scss */
  .article-card h3 {
    margin: 15px 0; }
    @media only screen and (max-width: 767px) {
      /* line 29, ideasweb/static/scss/modules/articles.scss */
      .article-card h3 {
        font-size: 18px;
        line-height: 23px;
        font-weight: bold;
        font-family: vodafone, sans-serif; } }
  /* line 38, ideasweb/static/scss/modules/articles.scss */
  .article-card h4 {
    margin: 15px 0; }
  /* line 42, ideasweb/static/scss/modules/articles.scss */
  .article-card .strong {
    margin: 12px 0; }

/* line 48, ideasweb/static/scss/modules/articles.scss */
.article-footer a {
  color: #e5553e; }
