@charset "UTF-8";
.basic-sans {
  font-family: basic-sans, sans-serif;
  font-weight: 400; }

.basic-sans--semi-bold {
  font-family: basic-sans, sans-serif;
  font-weight: 600; }

.bg--white {
  background-color: #ffffff !important; }

.bg--purple-dark {
  background-color: #1F1630 !important; }

.bg--purple {
  background-color: #D6BAF9 !important; }

.bg--purple-light {
  background-color: #F5EEFF !important; }

.bg--blue {
  background-color: #D7E2F9 !important; }

.bg--blue-light {
  background-color: #D7E2F9 !important; }

.bg--blue-dark {
  background-color: #6FBAFC !important; }

.bg--green-light {
  background-color: #CCF7E8 !important; }

.bg--green-dark {
  background-color: #76DEE1 !important; }

.bg--yellow {
  background-color: #FEF1D1 !important; }

.bg--yellow-light {
  background-color: #FEF1D1 !important; }

.bg--yellow-dark {
  background-color: #F9D585 !important; }

.bg--red-light {
  background-color: #FECFCE !important; }

.bg--red-dark {
  background-color: #FD605B !important; }

.bg--cover {
  background-size: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center; }

.border-rounded {
  border-radius: 10px !important; }

.box-shadow {
  -webkit-box-shadow: 0 10px 30px 0 rgba(31, 22, 48, 0.05);
          box-shadow: 0 10px 30px 0 rgba(31, 22, 48, 0.05); }

main, .wrapper {
  *zoom: 1; }
  main:before, .wrapper:before, main:after, .wrapper:after {
    content: " ";
    display: table; }
  main:after, .wrapper:after {
    clear: both; }

.clear {
  clear: both; }
  .clear:after {
    content: "";
    display: table;
    clear: both; }

.color--white {
  color: #ffffff !important; }
  .color--white .text a {
    color: #6FBAFC !important; }
  .color--white li::marker {
    color: #ffffff; }

.color--purple {
  color: #D6BAF9 !important; }

.color--teal {
  color: #76DEE1 !important; }

.color--purple-muted {
  color: #8F8A98 !important; }

.color--red-dark {
  color: #FD605B !important; }

.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.is-hidden {
  display: none; }

@media (min-width: 768px) {
  .is-hidden--sm {
    display: none !important; } }

@media (min-width: 992px) {
  .is-hidden--md {
    display: none !important; } }

.is-visible {
  display: block; }

.is-visible--sm {
  display: none !important; }
  @media (min-width: 768px) {
    .is-visible--sm {
      display: block !important; } }

.is-visible--md {
  display: none !important; }
  @media (min-width: 992px) {
    .is-visible--md {
      display: block !important; } }

.img--responsive {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.img--full {
  width: 100%;
  display: block; }

.img--round {
  border-radius: 10px;
  overflow: hidden; }

.img--background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: 'object-fit: cover;'; }

.bump {
  margin-bottom: 20px !important; }

.bump--sm {
  margin-bottom: 40px !important; }

.bump--md {
  margin-bottom: 60px !important; }

.bump-top--md {
  margin-top: 60px !important; }

.bump--none {
  margin-bottom: 0 !important; }

.nudge {
  margin-right: 15px !important; }

.nudge--sm {
  margin-right: 40px !important; }

.bump-top {
  margin-top: 20px !important; }

.bump-top--sm {
  margin-top: 40px !important; }

@media (max-width: 768px) {
  .bump--small-down {
    margin-bottom: 20px !important; } }

@media (max-width: 992px) {
  .bump--medium-down {
    margin-bottom: 20px !important; } }

.spacer {
  margin-bottom: 8vh !important; }
  .spacer--large {
    margin-bottom: 8vh !important; }
    @media (min-width: 768px) {
      .spacer--large {
        margin-bottom: 15vh !important; } }
  .spacer-top {
    margin-top: 8vh !important; }
    .spacer-top--large {
      margin-top: 8vh !important; }
      @media (min-width: 768px) {
        .spacer-top--large {
          margin-top: 15vh !important; } }

.p-spacer {
  padding-bottom: 8vh !important; }
  .p-spacer--large {
    padding-bottom: 8vh !important; }
    @media (min-width: 768px) {
      .p-spacer--large {
        padding-bottom: 15vh !important; } }
  .p-spacer-top {
    padding-top: 8vh !important; }
    .p-spacer-top--large {
      padding-top: 8vh !important; }
      @media (min-width: 768px) {
        .p-spacer-top--large {
          padding-top: 15vh !important; } }

.block-padding {
  padding: 35px 25px; }
  @media (min-width: 992px) {
    .block-padding {
      padding: 42px 56px; } }
  @media (min-width: 1260px) {
    .block-padding {
      padding: 54px 70px; } }

.splitter {
  height: 1px;
  width: 100%;
  display: block;
  background-color: #1F1630;
  opacity: .25; }

.splitter-illustration {
  display: block;
  width: 100%;
  height: 15vw; }
  @media (min-width: 768px) {
    .splitter-illustration {
      height: 10vw; } }

.splitter-illustration--real {
  background-repeat: no-repeat;
  background-position: bottom 0 right -75px;
  background-size: 150%;
  background-color: none;
  background-image: url("/dist/img/splitter/splitter-real.svg"); }
  @media (min-width: 768px) {
    .splitter-illustration--real {
      background-size: 100%;
      background-position: bottom 0 right 0; } }

.splitter--purple {
  background-color: #D6BAF9;
  opacity: 1; }

.splitter--dashed {
  height: 1px;
  background-color: transparent;
  border-bottom: 2px dashed #1F1630;
  opacity: 1; }

.splitter--dashed-purple {
  height: 1px;
  background-color: transparent;
  border-bottom: 2px dashed #D6BAF9;
  opacity: 1; }

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

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

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

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

.td-n {
  text-decoration: none !important; }

.under {
  text-decoration: underline !important; }

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

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

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

@media (min-width: 768px) {
  .ta-r-small-up {
    text-align: right !important; } }

@media (min-width: 992px) {
  .ta-r-medium-up {
    text-align: right !important; } }

.under-scribble {
  background-image: url("/dist/img/icons/under-scribble.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 20px; }
  .under-scribble--lg {
    background-image: url("/dist/img/icons/under-scribble-lg.svg");
    padding-bottom: 22px; }

.br {
  display: block; }

.a11y {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
          clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

textarea {
  resize: none; }

html {
  height: 100%; }

html, body {
  font-size: 60% !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  min-height: 100% !important;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1F1630;
  background: #FCFBF5;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%; }
  @media (min-width: 1260px) {
    html, body {
      font-size: 62.5% !important;
      /* Normalise font size so that 1rem = 10px, 2rem = 20px etc. */ } }

body {
  position: relative;
  overscroll-behavior-y: contain; }
  body.fix {
    overflow: hidden;
    overflow-x: auto; }

main {
  position: relative;
  padding-top: 84px; }
  @media (min-width: 992px) {
    main {
      padding-top: 170px; } }
  @media (min-width: 992px) {
    main {
      padding-top: 174px; } }

body {
  font-weight: 300; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: basic-sans, sans-serif;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 42px; }

h1, .h1 {
  font-size: 4.2rem; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 4.8rem; } }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 5.6rem; } }
  @media (min-width: 1260px) {
    h1, .h1 {
      font-size: 7rem; } }

h2, .h2 {
  font-size: 3.2rem; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 3.8rem; } }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 4.2rem; } }
  @media (min-width: 1260px) {
    h2, .h2 {
      font-size: 4.5rem; } }

h3, .h3 {
  font-size: 2.8rem; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 3rem; } }
  @media (min-width: 992px) {
    h3, .h3 {
      font-size: 3.1rem; } }
  @media (min-width: 1260px) {
    h3, .h3 {
      font-size: 3.2rem; } }

h4, .h4 {
  font-size: 2rem; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 2.2rem; } }
  @media (min-width: 992px) {
    h4, .h4 {
      font-size: 2.3rem; } }
  @media (min-width: 1260px) {
    h4, .h4 {
      font-size: 2.4rem; } }

p, .p {
  line-height: 2;
  margin-bottom: 20px;
  font-family: basic-sans, sans-serif;
  font-size: 1.8rem;
  font-weight: inherit; }

p a {
  text-decoration: underline;
  font-weight: bold; }

.small > p,
.small > .p,
.small {
  font-size: 1.45455rem; }

.big > p,
.big > .p,
.big ul li,
.big {
  font-size: 2.4rem;
  line-height: 1.85; }

a, .link--fake {
  cursor: pointer;
  text-decoration: none;
  color: #1F1630;
  font-weight: 600;
  -webkit-transition: color .3s;
  transition: color .3s; }

.link--icon span {
  margin-left: 10px; }

ul, ol {
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 25px; }
  ul.ul--unstyled, ul.ul--row, ol.ul--unstyled, ol.ul--row {
    list-style: none;
    margin: 0;
    padding: 0; }
    ul.ul--unstyled li, ul.ul--row li, ol.ul--unstyled li, ol.ul--row li {
      padding: 0; }
  ul.ul--row li, ol.ul--row li {
    display: inline-block;
    vertical-align: middle; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  line-height: 1.65;
  font-weight: 300;
  color: inherit;
  padding-bottom: 15px;
  font-size: 1.8rem; }
  li::marker {
    color: #1F1630; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

/*
  NOTE

	This file should only contain css related to the grid
	just widths, margins and vertical spacing,
	Any other styling, such as background colours, should be moved to a different
	selector. Nount wrong with 4/5 classes on a single element.
	<div class="g__col gm__1-2 gt__1-3 gd__1-4 cta-box"></div>
	Ideally, if you can, move the cta styling to a child element, leaving the class
	with only grid properties. Oh so reusable, oh so portable
*/
.g {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .g > * {
    width: 100%; }

.g--ng > * {
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

/*
  Footer grid modification
*/
.g--gutter .g__1-2 {
  width: calc(99.9% * 1/2 - (1.33334rem - 1.33334rem * 1/2)); }
.g--gutter .g__1-2:nth-child(1n) {
  float: left;
  margin-right: 1.33334rem;
  clear: none; }
.g--gutter .g__1-2:last-child {
  margin-right: 0; }
.g--gutter .g__1-2:nth-child(2n) {
  margin-right: 0;
  float: right; }
.g--gutter .g__1-2:nth-child(2n + 1) {
  clear: both; }

.g--gutter .g__1-3 {
  width: calc(99.9% * 1/3 - (1.33334rem - 1.33334rem * 1/3)); }

.g--gutter .g__1-3:nth-child(1n) {
  float: left;
  margin-right: 1.33334rem;
  clear: none; }

.g--gutter .g__1-3:last-child {
  margin-right: 0; }

.g--gutter .g__1-3:nth-child(3n) {
  margin-right: 0;
  float: right; }

.g--gutter .g__1-3:nth-child(3n + 1) {
  clear: both; }

.g--gutter .g__2-3 {
  width: calc(99.9% * 2/3 - (1.33334rem - 1.33334rem * 2/3)); }

.g--gutter .g__2-3:nth-child(1n) {
  float: left;
  margin-right: 1.33334rem;
  clear: none; }

.g--gutter .g__2-3:last-child {
  margin-right: 0; }

.g--gutter .g__2-3:nth-child(3n) {
  margin-right: 0;
  float: right; }

.g--gutter .g__2-3:nth-child(3n + 1) {
  clear: both; }

.g--grid > * {
  margin-bottom: 35px; }

@media (min-width: 768px) {
  .g--gutter .gs__1-2 {
    width: calc(99.9% * 1/2 - (1.33334rem - 1.33334rem * 1/2)); }
  .g--gutter .gs__1-2:nth-child(1n) {
    float: left;
    margin-right: 1.33334rem;
    clear: none; }
  .g--gutter .gs__1-2:last-child {
    margin-right: 0; }
  .g--gutter .gs__1-2:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .g--gutter .gs__1-2:nth-child(2n + 1) {
    clear: both; }
  .gs__jsb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .gs__ac {
    -ms-flex-line-pack: center;
        align-content: center; }
  .gs__1-2 {
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2)); }
  .gs__1-2:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gs__1-2:last-child {
    margin-right: 0; }
  .gs__1-2:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .gs__1-2:nth-child(2n + 1) {
    clear: both; }
  .gs__m1-2 {
    position: relative;
    left: calc(99.9% * 1/2 - (30px - 30px * 1/2) + 30px); }
  .gs__m-1-2 {
    position: relative;
    left: calc(99.9% * -1/2 - (30px - 30px * -1/2) + 30px); }
  .gs__1-3 {
    width: calc(99.9% * 1/3 - (30px - 30px * 1/3)); }
  .gs__1-3:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gs__1-3:last-child {
    margin-right: 0; }
  .gs__1-3:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .gs__1-3:nth-child(3n + 1) {
    clear: both; }
  .gs__2-3 {
    width: calc(99.9% * 2/3 - (30px - 30px * 2/3)); }
  .gs__2-3:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gs__2-3:last-child {
    margin-right: 0; }
  .gs__2-3:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .gs__2-3:nth-child(3n + 1) {
    clear: both; }
  .gs__2-10 {
    width: calc(99.9% * 2/10 - (30px - 30px * 2/10)); }
  .gs__2-10:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gs__2-10:last-child {
    margin-right: 0; }
  .gs__2-10:nth-child(10n) {
    margin-right: 0;
    float: right; }
  .gs__2-10:nth-child(10n + 1) {
    clear: both; }
  .gs__8-10 {
    width: calc(99.9% * 8/10 - (30px - 30px * 8/10)); }
  .gs__8-10:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gs__8-10:last-child {
    margin-right: 0; }
  .gs__8-10:nth-child(10n) {
    margin-right: 0;
    float: right; }
  .gs__8-10:nth-child(10n + 1) {
    clear: both; } }

@media (min-width: 992px) {
  .gm__ac {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gm__jcs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .g--gutter .gm__1-2 {
    width: calc(99.9% * 1/2 - (2rem - 2rem * 1/2)); }
  .g--gutter .gm__1-2:nth-child(1n) {
    float: left;
    margin-right: 2rem;
    clear: none; }
  .g--gutter .gm__1-2:last-child {
    margin-right: 0; }
  .g--gutter .gm__1-2:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .g--gutter .gm__1-2:nth-child(2n + 1) {
    clear: both; }
  .gm__1-2 {
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2)); }
  .gm__1-2:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__1-2:last-child {
    margin-right: 0; }
  .gm__1-2:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .gm__1-2:nth-child(2n + 1) {
    clear: both; }
  .gm__1-3 {
    width: calc(99.9% * 1/3 - (30px - 30px * 1/3)); }
  .gm__1-3:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__1-3:last-child {
    margin-right: 0; }
  .gm__1-3:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .gm__1-3:nth-child(3n + 1) {
    clear: both; }
  .gm__2-3 {
    width: calc(99.9% * 2/3 - (30px - 30px * 2/3)); }
  .gm__2-3:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__2-3:last-child {
    margin-right: 0; }
  .gm__2-3:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .gm__2-3:nth-child(3n + 1) {
    clear: both; }
  .gm__m-1-3 {
    position: relative;
    left: calc(99.9% * -1/3 - (30px - 30px * -1/3) + 30px); }
  .gm__m-2-3 {
    position: relative;
    left: calc(99.9% * -2/3 - (30px - 30px * -2/3) + 30px); }
  .gm__m1-3 {
    position: relative;
    left: calc(99.9% * 1/3 - (30px - 30px * 1/3) + 30px); }
  .gm__m2-3 {
    position: relative;
    left: calc(99.9% * 2/3 - (30px - 30px * 2/3) + 30px); }
  .gm__1-4 {
    width: calc(99.9% * 1/4 - (30px - 30px * 1/4)); }
  .gm__1-4:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__1-4:last-child {
    margin-right: 0; }
  .gm__1-4:nth-child(4n) {
    margin-right: 0;
    float: right; }
  .gm__1-4:nth-child(4n + 1) {
    clear: both; }
  .gm__1-5 {
    width: calc(99.9% * 1/5 - (30px - 30px * 1/5)); }
  .gm__1-5:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__1-5:last-child {
    margin-right: 0; }
  .gm__1-5:nth-child(5n) {
    margin-right: 0;
    float: right; }
  .gm__1-5:nth-child(5n + 1) {
    clear: both; }
  .gm__5-6 {
    width: calc(99.9% * 5/6 - (30px - 30px * 5/6)); }
  .gm__5-6:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__5-6:last-child {
    margin-right: 0; }
  .gm__5-6:nth-child(6n) {
    margin-right: 0;
    float: right; }
  .gm__5-6:nth-child(6n + 1) {
    clear: both; }
  .gm__2-10 {
    width: calc(99.9% * 2/10 - (30px - 30px * 2/10)); }
  .gm__2-10:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__2-10:last-child {
    margin-right: 0; }
  .gm__2-10:nth-child(10n) {
    margin-right: 0;
    float: right; }
  .gm__2-10:nth-child(10n + 1) {
    clear: both; }
  .gm__3-10 {
    width: calc(99.9% * 3/10 - (30px - 30px * 3/10)); }
  .gm__3-10:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__3-10:last-child {
    margin-right: 0; }
  .gm__3-10:nth-child(10n) {
    margin-right: 0;
    float: right; }
  .gm__3-10:nth-child(10n + 1) {
    clear: both; }
  .gm__4-10 {
    width: calc(99.9% * 4/10 - (30px - 30px * 4/10)); }
  .gm__4-10:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__4-10:last-child {
    margin-right: 0; }
  .gm__4-10:nth-child(10n) {
    margin-right: 0;
    float: right; }
  .gm__4-10:nth-child(10n + 1) {
    clear: both; }
  .gm__5-10 {
    width: calc(99.9% * 5/10 - (30px - 30px * 5/10)); }
  .gm__5-10:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__5-10:last-child {
    margin-right: 0; }
  .gm__5-10:nth-child(10n) {
    margin-right: 0;
    float: right; }
  .gm__5-10:nth-child(10n + 1) {
    clear: both; }
  .gm__7-10 {
    width: calc(99.9% * 7/10 - (30px - 30px * 7/10)); }
  .gm__7-10:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__7-10:last-child {
    margin-right: 0; }
  .gm__7-10:nth-child(10n) {
    margin-right: 0;
    float: right; }
  .gm__7-10:nth-child(10n + 1) {
    clear: both; }
  .gm__8-10 {
    width: calc(99.9% * 8/10 - (30px - 30px * 8/10)); }
  .gm__8-10:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__8-10:last-child {
    margin-right: 0; }
  .gm__8-10:nth-child(10n) {
    margin-right: 0;
    float: right; }
  .gm__8-10:nth-child(10n + 1) {
    clear: both; }
  .gm__4-12 {
    width: calc(99.9% * 4/12 - (30px - 30px * 4/12)); }
  .gm__4-12:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__4-12:last-child {
    margin-right: 0; }
  .gm__4-12:nth-child(12n) {
    margin-right: 0;
    float: right; }
  .gm__4-12:nth-child(12n + 1) {
    clear: both; }
  .gm__7-12 {
    width: calc(99.9% * 7/12 - (30px - 30px * 7/12)); }
  .gm__7-12:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__7-12:last-child {
    margin-right: 0; }
  .gm__7-12:nth-child(12n) {
    margin-right: 0;
    float: right; }
  .gm__7-12:nth-child(12n + 1) {
    clear: both; }
  .gm__m1-12 {
    position: relative;
    left: calc(99.9% * 1/12 - (30px - 30px * 1/12) + 30px); } }

@media (min-width: 1260px) {
  .g--gutter .gl__1-3 {
    width: calc(99.9% * 1/3 - (2rem - 2rem * 1/3)); }
  .g--gutter .gl__1-3:nth-child(1n) {
    float: left;
    margin-right: 2rem;
    clear: none; }
  .g--gutter .gl__1-3:last-child {
    margin-right: 0; }
  .g--gutter .gl__1-3:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .g--gutter .gl__1-3:nth-child(3n + 1) {
    clear: both; }
  .gl__1-3 {
    width: calc(99.9% * 1/3 - (30px - 30px * 1/3)); }
  .gl__1-3:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gl__1-3:last-child {
    margin-right: 0; }
  .gl__1-3:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .gl__1-3:nth-child(3n + 1) {
    clear: both; }
  .gl__2-3 {
    width: calc(99.9% * 2/3 - (30px - 30px * 2/3)); }
  .gl__2-3:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gl__2-3:last-child {
    margin-right: 0; }
  .gl__2-3:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .gl__2-3:nth-child(3n + 1) {
    clear: both; }
  .gl__3-12 {
    width: calc(99.9% * 3/12 - (30px - 30px * 3/12)); }
  .gl__3-12:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gl__3-12:last-child {
    margin-right: 0; }
  .gl__3-12:nth-child(12n) {
    margin-right: 0;
    float: right; }
  .gl__3-12:nth-child(12n + 1) {
    clear: both; }
  .gl__8-12 {
    width: calc(99.9% * 8/12 - (30px - 30px * 8/12)); }
  .gl__8-12:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gl__8-12:last-child {
    margin-right: 0; }
  .gl__8-12:nth-child(12n) {
    margin-right: 0;
    float: right; }
  .gl__8-12:nth-child(12n + 1) {
    clear: both; } }

.wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding: 0 2rem; }
  @media (min-width: 768px) {
    .wrapper {
      width: 720px; } }
  @media (min-width: 992px) {
    .wrapper {
      width: 940px; } }
  @media (min-width: 1260px) {
    .wrapper {
      width: 1260px; } }

@media (min-width: 1260px) {
  .wrapper--tight {
    width: 960px; } }

@media (min-width: 992px) {
  .wrapper--x-tight {
    width: 780px; } }

@media (min-width: 768px) {
  .wrapper--full {
    width: 100%; } }

@media (min-width: 1500px) {
  .wrapper--large {
    width: 1450px; } }

#header {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90000;
  -webkit-transition: background-color .3s, -webkit-transform .3s, -webkit-box-shadow 0.3s;
  transition: background-color .3s, -webkit-transform .3s, -webkit-box-shadow 0.3s;
  transition: transform .3s, background-color .3s, box-shadow 0.3s;
  transition: transform .3s, background-color .3s, box-shadow 0.3s, -webkit-transform .3s, -webkit-box-shadow 0.3s; }
  #header .cross--search {
    display: none; }
  #header.header--active {
    background-color: #1F1630; }
    #header.header--active .banner {
      opacity: 0; }
    #header.header--active .header__mobile .site-search {
      display: none; }
    #header.header--active .header__mobile .cross--search {
      display: block; }
  #header.header--hide {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%); }
  #header.header--hide.header--active {
    -webkit-transform: none !important;
            transform: none !important; }
  #header.header--hide.open {
    -webkit-transform: none !important;
            transform: none !important; }
  #header .wrapper {
    padding: 0; }
  #header .normal {
    font-weight: 400; }
  #header .navigation > ul > li > a {
    display: block;
    font-size: 1.8rem;
    font-weight: 400; }
  #header .banner {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    display: none; }
  #header .header__panel {
    position: relative;
    padding: 35px 35px 70px 35px;
    margin: 35px 24px 100px 24px;
    background-color: #1F1630;
    color: #ffffff;
    border-radius: 5px; }
    #header .header__panel p {
      max-width: 600px; }
    @media (min-width: 992px) {
      #header .header__panel {
        margin: 35px 24px 35px 24px; } }
    @media (min-width: 1260px) {
      #header .header__panel {
        margin: 35px 35px 35px 0; } }
    #header .header__panel .hero__panel__illustration {
      position: absolute;
      bottom: 0;
      right: 10px;
      width: 180px; }
      @media (min-width: 1260px) {
        #header .header__panel .hero__panel__illustration {
          width: 200px;
          right: 20px; } }

.search-panel__hold {
  position: fixed;
  top: 84px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1F1630;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility .3s, opacity .3s;
  transition: visibility .3s, opacity .3s;
  padding-top: 40px;
  padding-bottom: 60px;
  overflow-y: scroll;
  overflow-x: hidden; }
  .search-panel__hold h1, .search-panel__hold p {
    color: white; }
  .search-panel__hold li {
    margin-bottom: 20px; }
  .search-panel__hold .wrapper {
    padding-left: 2.66667rem !important;
    padding-right: 2.66667rem !important; }
  .search-panel__hold #search {
    color: #ffffff;
    background-color: #1F1630;
    border: none;
    font-size: 2.4rem;
    border: none;
    border-bottom: 1px solid #5f5f5f;
    border-radius: 0;
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    -webkit-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s; }
    .search-panel__hold #search:focus {
      border-bottom: 1px solid #ffffff; }
  .search-panel__hold button .icon, .search-panel__hold button .icon svg {
    height: 19px;
    width: 19px; }
  .search-panel__hold ul .btn {
    padding-left: 10px;
    padding-right: 10px; }

.header--active .logo .background {
  fill: #fafaf2; }

.header--active .logo .text {
  fill: #1F1630; }

.header--active .sub-nav__hold {
  display: none; }

.header--active .header__mobile svg path, .header--active .header__mobile svg circle {
  stroke: white; }

.header--active .header__mobile .hamburger::before, .header--active .header__mobile .hamburger span, .header--active .header__mobile .hamburger::after {
  border-color: white; }

.header--active .search__hold svg path, .header--active .search__hold svg circle {
  stroke: white; }

.header--active .search-panel__hold {
  opacity: 1;
  visibility: visible; }

@media (max-width: 992px) {
  #header .logo-burger {
    position: relative;
    z-index: 12;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0 5px 25px 0 rgba(31, 22, 48, 0.3);
            box-shadow: 0 5px 25px 0 rgba(31, 22, 48, 0.3); }
    #header .logo-burger .header__mobile li {
      line-height: 1; }
      #header .logo-burger .header__mobile li:first-child {
        margin-right: 25px; }
  #header .wrapper {
    width: 100% !important; }
  #header .navigation {
    padding-top: 20px;
    background-color: #ffffff;
    position: fixed;
    z-index: 11;
    top: 84px;
    height: 100vh;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    overflow-y: scroll;
    overflow-x: hidden; }
    #header .navigation > ul li {
      padding: 0 2.66667rem; }
    #header .navigation > ul li.sub-nav__hold a:not(.btn) {
      display: block;
      padding: 20px 0;
      border-bottom: 1px solid rgba(31, 22, 48, 0.25);
      background-image: url("/dist/img/icons/arrow-right.svg");
      background-repeat: no-repeat;
      background-position: right 1px center; }
    #header .navigation .search__hold {
      display: none; }
    #header .navigation .mobile__buttons {
      padding-bottom: 90px; }
      #header .navigation .mobile__buttons.is-hidden {
        display: none; }
      #header .navigation .mobile__buttons .join {
        margin-top: 20px;
        padding: 15px 30px;
        background-color: #F5EEFF; }
      #header .navigation .mobile__buttons .budget {
        margin-bottom: 90px;
        margin-top: 20px;
        padding: 70px 30px;
        background-color: #1F1630;
        background-image: url("/dist/img/icons/header-orbs.svg");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 400px; }
    #header .navigation .sub-nav {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ffffff;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
    #header .navigation .sub-nav__back {
      padding: 20px 2.66667rem 20px 5.33334rem;
      background-color: #F5EEFF;
      background-image: url("/dist/img/icons/arrow-left.svg");
      background-repeat: no-repeat;
      background-position: left 2.66667rem center; }
    #header .navigation .sub-nav__hold.open .sub-nav {
      -webkit-transform: translateX(0%);
              transform: translateX(0%); }
    #header .navigation ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #header .navigation ul li {
        display: block; }
  #header .site-search, #header .cross--search {
    position: relative;
    top: 4px; }
  #header.open {
    -webkit-box-shadow: 0 5px 25px 0 rgba(31, 22, 48, 0.05);
            box-shadow: 0 5px 25px 0 rgba(31, 22, 48, 0.05); }
    #header.open .navigation {
      -webkit-transform: translateX(0);
              transform: translateX(0); } }

@media (max-width: 768px) {
  #header .navigation .mobile__buttons .budget {
    padding: 50px 30px;
    background-image: url("/dist/img/icons/header-orbs.svg");
    background-position: center bottom -18px;
    background-repeat: no-repeat;
    background-size: 300px; } }

@media (min-width: 768px) {
  .search-panel__hold {
    overflow-y: auto;
    overflow-x: hidden; }
    .search-panel__hold #search {
      margin-bottom: 0; } }

@media (min-width: 992px) {
  .search-panel__hold {
    padding-top: 200px; }
  #header {
    padding: 0;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 22, 48, 0);
            box-shadow: 0 10px 30px 0 rgba(31, 22, 48, 0); }
    #header .cross--search {
      display: none !important;
      padding-bottom: 28px;
      border-bottom: 5px solid transparent; }
    #header.header--scrolled {
      -webkit-box-shadow: 0 10px 30px 0 rgba(31, 22, 48, 0.3);
              box-shadow: 0 10px 30px 0 rgba(31, 22, 48, 0.3); }
    #header.header--active .cross--search {
      display: block !important; }
    #header.header--active .site-search {
      display: none; }
    #header .wrapper {
      padding: 0 2rem; }
    #header .site-header {
      position: relative;
      z-index: 12;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 15px;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    #header .header__mobile {
      display: none; }
    #header .banner {
      padding: 14px 0;
      display: block;
      background-color: #F5EEFF; }
    #header .logo-burger {
      padding-top: 20px;
      padding-bottom: 20px; }
    #header .search__hold {
      line-height: 1 !important;
      font-size: 0 !important; }
    #header .navigation {
      float: right; }
      #header .navigation li {
        margin-left: 32px; }
        #header .navigation li.mobile__buttons {
          display: none; }
        #header .navigation li.search__hold {
          display: inline-block; }
      #header .navigation .sub-nav__hold > a {
        padding-bottom: 30px;
        border-bottom: 5px solid transparent;
        -webkit-transition: border .3s;
        transition: border .3s; }
      #header .navigation .site-search {
        padding-bottom: 28px;
        border-bottom: 5px solid transparent; }
      #header .navigation .sub-nav {
        position: absolute;
        z-index: 2;
        top: 100%;
        right: 0;
        bottom: 0;
        width: 100%;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
        transition: opacity .3s, visibility .3s, -webkit-transform .3s;
        transition: transform .3s, opacity .3s, visibility .3s;
        transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s; }
        #header .navigation .sub-nav--third {
          width: 33.33%;
          right: 0; }
        #header .navigation .sub-nav::after {
          content: "";
          position: fixed;
          z-index: -1;
          top: 0;
          left: -100vw;
          width: 250vw;
          height: 150vh;
          background-color: rgba(31, 22, 48, 0.75);
          pointer-events: none; }
        #header .navigation .sub-nav ul {
          padding-top: 35px;
          padding-bottom: 35px; }
          #header .navigation .sub-nav ul li {
            margin-bottom: 20px; }
            #header .navigation .sub-nav ul li a:hover {
              text-decoration: underline; }
            #header .navigation .sub-nav ul li:last-of-type {
              margin-bottom: 0; }
        #header .navigation .sub-nav .sub-nav__back {
          display: none; }
        #header .navigation .sub-nav .sub-nav__inner {
          background-color: white;
          -webkit-box-shadow: 0 30px 30px 0 rgba(31, 22, 48, 0.3);
                  box-shadow: 0 30px 30px 0 rgba(31, 22, 48, 0.3);
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px; }
        #header .navigation .sub-nav li {
          display: block; }
      #header .navigation .sub-nav__hold:hover > a {
        border-color: #1F1630; }
      #header .navigation .sub-nav__hold:hover .sub-nav {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
        visibility: visible; } }

@media (min-width: 1260px) {
  #header .navigation li {
    margin-left: 75px; }
  #header .navigation .sub-nav--third {
    width: 31.33%; } }

#footer {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px; }
  #footer.has-signup {
    padding-top: 200px; }
    @media (min-width: 992px) {
      #footer.has-signup {
        padding-top: 160px; } }
  #footer .inner {
    padding-top: 25px;
    background: #1F1630;
    border-radius: 10px; }
  #footer .footer__logo-contact {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px; }
    @media (max-width: 339px) {
      #footer .footer__logo-contact .btn {
        display: inline-block;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      #footer .footer__logo-contact .icon {
        display: block;
        margin: 0 auto 32px auto; } }
    @media (min-width: 340px) {
      #footer .footer__logo-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  #footer li a {
    color: #ffffff; }
  #footer .footer__links {
    text-align: center; }
    #footer .footer__links li {
      padding-bottom: 10px; }
      #footer .footer__links li a:hover {
        text-decoration: underline; }
  #footer .footer__socials-copy {
    margin-top: 90px;
    text-align: center; }
    #footer .footer__socials-copy ul {
      position: relative; }
      #footer .footer__socials-copy ul::before, #footer .footer__socials-copy ul::after {
        content: "";
        position: absolute; }
      #footer .footer__socials-copy ul::before {
        width: 25px;
        height: 1px;
        bottom: 100%;
        margin-bottom: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(45deg);
                transform: translateX(-50%) rotate(45deg);
        background: #D6BAF9; }
      #footer .footer__socials-copy ul::after {
        content: "Follow us.";
        color: #D6BAF9;
        font-size: 1.8rem;
        left: 50%;
        -webkit-transform: translateX(-126%);
                transform: translateX(-126%);
        bottom: 100%;
        margin-bottom: 40px; }
    #footer .footer__socials-copy p {
      margin-top: 40px; }

@media (min-width: 768px) {
  #footer .inner {
    padding-top: 30px; }
  #footer .footer__socials-copy {
    margin-top: 80px;
    padding-bottom: 35px; }
    #footer .footer__socials-copy p {
      margin-top: 0;
      text-align: left; }
    #footer .footer__socials-copy ul {
      display: inline-block; }
      #footer .footer__socials-copy ul::before {
        left: -15px; }
      #footer .footer__socials-copy ul::after {
        left: -15px; }
    #footer .footer__socials-copy .gs__m1-2 {
      text-align: right; }
  #footer .footer__logo-contact {
    padding: 0;
    margin-bottom: 50px; }
  #footer .footer__links {
    text-align: left; } }

@media (min-width: 992px) {
  #footer .inner {
    padding-top: 60px; }
  #footer li a {
    font-weight: 400; }
  #footer .footer__contact-desktop {
    text-align: right; }
  #footer .footer__socials-copy {
    margin-top: 110px; } }

.madeby {
  display: block; }
  .madeby a {
    color: white;
    text-decoration: underline; }
  @media (min-width: 992px) {
    .madeby {
      display: inline-block;
      margin-left: 60px; } }

body.debug:after {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  text-transform: uppercase;
  padding: 17px 25px;
  position: fixed;
  font-size: 15px;
  font-weight: 700;
  bottom: 45px;
  right: 0;
  z-index: 999; }
  @media (max-width: 767px) {
    body.debug:after {
      content: "x-small"; } }
  @media (min-width: x-small) {
    body.debug:after {
      content: "x-small"; } }
  @media (min-width: 768px) {
    body.debug:after {
      content: "small"; } }
  @media (min-width: 992px) {
    body.debug:after {
      content: "medium"; } }
  @media (min-width: 1260px) {
    body.debug:after {
      content: "large"; } }

.accordion {
  margin-bottom: 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid #1F1630; }
  @media (min-width: 768px) {
    .accordion {
      margin-bottom: 40px;
      padding-bottom: 24px; } }

.accordion__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .accordion__heading p {
    margin-bottom: 0; }

.accordion__heading__icon {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #1F1630;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer;
  margin-right: 12px; }
  @media (min-width: 768px) {
    .accordion__heading__icon {
      width: 40px;
      height: 40px;
      margin-right: 22px; } }
  .accordion__heading__icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    background: #1F1630; }
    @media (min-width: 768px) {
      .accordion__heading__icon span {
        width: 14px;
        height: 2px; } }
    .accordion__heading__icon span:nth-of-type(1) {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .accordion__heading__icon span:nth-of-type(2) {
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
              transform: translate(-50%, -50%) rotate(90deg); }
  .is-open .accordion__heading__icon {
    background: #1F1630; }
    .is-open .accordion__heading__icon span {
      background: #ffffff; }
      .is-open .accordion__heading__icon span:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg); }

.accordion__content {
  display: none;
  padding-left: 44px;
  margin-top: 18px; }
  @media (min-width: 768px) {
    .accordion__content {
      padding-left: 62px;
      margin-top: 24px; } }
  .is-open .accordion__content {
    display: block; }

@media (min-width: 768px) {
  .article__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.article__header p {
  margin-bottom: 8px; }

.article__header span {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block; }

.article__body {
  margin-top: 32px; }
  @media (min-width: 992px) {
    .article__body {
      margin-top: 60px;
      padding-top: 40px;
      position: relative;
      padding-left: 80px; }
      .article__body .share-links-sticky {
        position: absolute;
        top: 0;
        left: 0; } }
  .article__body--no-share-links {
    margin-top: 0; }
    @media (min-width: 992px) {
      .article__body--no-share-links {
        padding-left: 0; } }

.article-block {
  border-radius: 5px;
  overflow: hidden;
  padding: 20px; }
  .article-block.theme--dark {
    background-color: #1F1630; }
    .article-block.theme--dark p, .article-block.theme--dark li {
      color: white; }
    .article-block.theme--dark li::marker {
      color: white; }
    @media (min-width: 992px) {
      .article-block.theme--dark {
        padding: 40px 20px 12px 20px; } }
    @media (min-width: 1260px) {
      .article-block.theme--dark {
        padding: 40px 30px 16px 30px; } }
  .article-block.theme--budgetPlanner {
    background-color: #1F1630;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: bottom -50px right 30px;
    background-size: 300px;
    background-image: url("/dist/img/icons/bkg/block-budget-planner.svg"); }
    .article-block.theme--budgetPlanner p {
      color: white; }
    .article-block.theme--budgetPlanner .text-pointer {
      margin-left: 90px; }
    @media (min-width: 450px) {
      .article-block.theme--budgetPlanner {
        background-size: 320px;
        background-position: bottom 0px right 30px; } }
    @media (min-width: 768px) {
      .article-block.theme--budgetPlanner {
        background-size: 340px;
        padding-bottom: 80px; } }
    @media (min-width: 992px) {
      .article-block.theme--budgetPlanner {
        background-size: 300px; } }
    @media (min-width: 1260px) {
      .article-block.theme--budgetPlanner {
        background-size: 370px;
        padding-bottom: 60px; } }
  .article-block.theme--purple {
    background-color: #F5EEFF; }
  .article-block.theme--purpleWSpeechBubble {
    background-color: #F5EEFF;
    padding-bottom: 130px;
    background-repeat: no-repeat;
    background-position: bottom 40px center;
    background-size: 650px;
    background-image: url("/dist/img/icons/bkg/block-speech-bubble.svg"); }
    @media (min-width: 768px) {
      .article-block.theme--purpleWSpeechBubble {
        background-size: 750px; } }
  .article-block.theme--green {
    background-color: #CCF7E8; }
  .article-block.theme--greenWRealText, .article-block.theme--greenWLightBulb {
    background-color: #CCF7E8;
    padding-bottom: 130px;
    background-repeat: no-repeat;
    background-position: bottom 40px center;
    background-size: 650px; }
    @media (min-width: 768px) {
      .article-block.theme--greenWRealText, .article-block.theme--greenWLightBulb {
        background-size: 750px; } }
  .article-block.theme--greenWRealText {
    background-image: url("/dist/img/icons/bkg/block-real.svg"); }
  .article-block.theme--greenWLightBulb {
    background-image: url("/dist/img/icons/bkg/block-light-bulb.svg"); }
  .article-block.theme--yellow {
    background-color: #FEF1D1; }
  .article-block.theme--yellowWHand {
    background-color: #FEF1D1;
    padding-bottom: 130px;
    background-repeat: no-repeat;
    background-position: bottom 40px center;
    background-size: 650px;
    background-image: url("/dist/img/icons/bkg/block-hand.svg"); }
    @media (min-width: 768px) {
      .article-block.theme--yellowWHand {
        background-size: 750px; } }
  .article-block.theme--related-articles {
    background: #FFFFFF;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 22, 48, 0.05);
            box-shadow: 0 10px 30px 0 rgba(31, 22, 48, 0.05); }
    .article-block.theme--related-articles .article-item {
      display: block;
      border-bottom: 1px solid rgba(31, 22, 48, 0.25);
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .article-block.theme--related-articles .article-item:last-of-type {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }
      .article-block.theme--related-articles .article-item .article-item__additional-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 0; }
      @media (min-width: 992px) {
        .article-block.theme--related-articles .article-item:hover .article-item__title {
          text-decoration: underline; } }
  .article-block.theme--red {
    background-color: #FECFCE; }
  .article-block.theme--redWMug {
    background-color: #FECFCE;
    padding-bottom: 130px;
    background-repeat: no-repeat;
    background-position: bottom 40px right;
    background-size: 650px;
    background-image: url("/dist/img/icons/bkg/block-mug.svg"); }
    @media (min-width: 768px) {
      .article-block.theme--redWMug {
        background-size: 750px; } }
  .article-block.theme--blue {
    background-color: #D7E2F9; }
  .article-block.theme--blueWBook {
    background-color: #D7E2F9;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: bottom 40px right;
    background-size: 650px;
    background-image: url("/dist/img/icons/bkg/block-book.svg"); }
    @media (min-width: 768px) {
      .article-block.theme--blueWBook {
        background-size: 750px; } }
  @media (min-width: 768px) {
    .article-block {
      padding: 40px 60px; } }
  @media (min-width: 992px) {
    .article-block {
      padding: 40px 20px; } }
  @media (min-width: 1260px) {
    .article-block {
      padding: 40px 30px; } }

.article__pullup {
  margin-top: -40px; }
  @media (min-width: 992px) {
    .article__pullup {
      margin-top: -42px; } }

.articles-popular-hold .text-pointer {
  margin-bottom: 40px; }

@media (min-width: 1260px) {
  .articles-popular-hold .g {
    padding-left: 150px; } }

.article__wordbank span {
  margin-bottom: 10px;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: basic-sans, sans-serif;
  font-weight: 600;
  color: #1F1630;
  background: transparent;
  border: 2px solid #1F1630;
  border-radius: 25px;
  padding: 8px 20px;
  display: inline-block; }

.block {
  background: #ffffff;
  -webkit-box-shadow: 0 5px 25px 0 rgba(31, 22, 48, 0.05);
          box-shadow: 0 5px 25px 0 rgba(31, 22, 48, 0.05);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 32px; }
  @media (min-width: 992px) {
    .block {
      padding: 50px; } }
  .block h1, .block h2, .block h3, .block h4 {
    border-bottom: 2px dashed #D6BAF9;
    padding-bottom: 32px; }
    @media (min-width: 1260px) {
      .block h1, .block h2, .block h3, .block h4 {
        padding-right: 120px; } }
  .block a {
    text-decoration: underline;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    .block a:hover {
      opacity: 0.65; }
  .block.block--dark {
    background: #1F1630;
    color: #ffffff; }
    .block.block--dark p a, .block.block--dark label a, .block.block--dark li {
      color: #ffffff; }
    .block.block--dark li::marker {
      color: #ffffff; }
    .block.block--dark select {
      background-color: #ffffff; }

.breadcrumb {
  font-size: 1.5rem;
  line-height: 1.75; }
  .breadcrumb a {
    font-weight: 400;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    .breadcrumb a:hover {
      opacity: 0.6; }
  .breadcrumb span {
    font-weight: 400; }

.budget-planner {
  border-radius: 20px; }
  .budget-planner__container {
    position: relative;
    overflow: hidden; }
  @media (max-width: 768px) {
    .budget-planner {
      margin-left: -2rem;
      margin-right: -2rem; } }
  @media (min-width: 768px) {
    .budget-planner {
      border-radius: 40px; } }

.budget-planner__decor {
  position: absolute;
  z-index: -1; }
  .budget-planner__decor__container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 1420px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform-origin: center;
            transform-origin: center; }
    @media (max-width: 768px) {
      .budget-planner__decor__container {
        display: none; } }
  .budget-planner__decor:nth-child(odd) {
    right: 0; }
  .budget-planner__decor:nth-child(even) {
    left: 0; }
  .budget-planner__decor--1 {
    top: 60px; }
  .budget-planner__decor--2 {
    top: 650px; }
  .budget-planner__decor--3 {
    top: 1000px; }

.bp-page-1 .budget-planner__decor--1 {
  top: 500px; }

.bp-page-1 .budget-planner__decor--2 {
  top: 1020px; }

.bp-page-1 .budget-planner__decor--3 {
  top: 2400px; }

.bp-page-5 .budget-planner__decor--3, .bp-page-6 .budget-planner__decor--3, .bp-page-8 .budget-planner__decor--3, .bp-page-10 .budget-planner__decor--3 {
  display: none; }

.budget-planner__header {
  background: #1F1630;
  color: #ffffff;
  padding: 32px 20px 60px 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }
  @media (min-width: 768px) {
    .budget-planner__header {
      padding: 32px 44px 80px 44px;
      border-top-left-radius: 40px;
      border-top-right-radius: 40px; } }
  @media (min-width: 992px) {
    .budget-planner__header {
      padding: 44px 56px 90px 56px; } }
  @media (min-width: 1260px) {
    .budget-planner__header {
      padding: 60px 70px 100px 70px; } }

.budget-planner__options {
  width: 100%;
  background: #1F1630;
  border-radius: 10px;
  padding: 20px; }
  @media (min-width: 768px) {
    .budget-planner__options {
      padding: 28px; } }
  @media (min-width: 1260px) {
    .budget-planner__options {
      padding: 32px; } }
  .budget-planner__options .btn:focus {
    background-color: #cccccc;
    border-color: #cccccc; }
  .budget-planner__options .btn.is-selected {
    background-color: #ffffff;
    color: #1F1630; }

.budget-planner__controls {
  width: 100%;
  background: #1F1630;
  border-radius: 10px;
  padding: 20px; }
  @media (max-width: 414px) {
    .budget-planner__controls {
      text-align: center; }
      .budget-planner__controls .btn {
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px; }
      .budget-planner__controls .btn:first-child {
        margin-bottom: 32px; } }
  @media (min-width: 415px) {
    .budget-planner__controls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .budget-planner__controls .budget-planner__next {
        margin-left: auto; } }
  @media (min-width: 768px) {
    .budget-planner__controls {
      padding: 28px; } }
  @media (min-width: 1260px) {
    .budget-planner__controls {
      padding: 32px; } }

.budget-planner__notice {
  padding: 20px;
  border-radius: 10px; }
  .budget-planner__notice p:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .budget-planner__notice {
      padding: 28px; } }
  @media (min-width: 1260px) {
    .budget-planner__notice {
      padding: 32px; } }

.budget-planner__header__controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .budget-planner__header__controls .budget-planner__header__control {
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
    font-weight: 400; }
    @media (min-width: 768px) {
      .budget-planner__header__controls .budget-planner__header__control {
        font-size: 1.8rem; } }
    .budget-planner__header__controls .budget-planner__header__control.budget-planner__prev .icon {
      margin-right: 8px; }
      @media (min-width: 768px) {
        .budget-planner__header__controls .budget-planner__header__control.budget-planner__prev .icon {
          margin-right: 16px; } }
    .budget-planner__header__controls .budget-planner__header__control.budget-planner__next {
      margin-left: auto; }
      .budget-planner__header__controls .budget-planner__header__control.budget-planner__next span {
        margin-right: 8px; }
        @media (min-width: 768px) {
          .budget-planner__header__controls .budget-planner__header__control.budget-planner__next span {
            margin-right: 16px; } }

.budget-planner__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .budget-planner__progress__step {
    display: block;
    background: rgba(214, 186, 249, 0.4);
    width: 100%;
    height: 8px;
    border-radius: 5px; }
    .budget-planner__progress__step:not(:last-child) {
      margin-right: 5px; }
      @media (min-width: 414px) {
        .budget-planner__progress__step:not(:last-child) {
          margin-right: 12px; } }
      @media (min-width: 768px) {
        .budget-planner__progress__step:not(:last-child) {
          margin-right: 18px; } }
      @media (min-width: 992px) {
        .budget-planner__progress__step:not(:last-child) {
          margin-right: 24px; } }
      @media (min-width: 1260px) {
        .budget-planner__progress__step:not(:last-child) {
          margin-right: 32px; } }
    .budget-planner__progress__step.is-active {
      background: #D6BAF9; }

.budget-planner__pages {
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  margin-top: -20px; }
  @media (min-width: 768px) {
    .budget-planner__pages {
      padding: 32px 44px;
      border-radius: 40px;
      margin-top: -40px; } }
  @media (min-width: 992px) {
    .budget-planner__pages {
      padding: 44px 56px; } }
  @media (min-width: 1260px) {
    .budget-planner__pages {
      padding: 60px 70px; } }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  -webkit-transition: height 0.2s;
  transition: height 0.2s; }

.budget-planner__page {
  width: 100%;
  pointer-events: none; }
  .budget-planner__page.is-selected {
    pointer-events: auto; }

.budget-planner__summary-totals {
  border-radius: 10px;
  overflow: hidden; }
  .budget-planner__summary-totals .budget-planner__summary-totals__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 26px;
    background: #FCFBF5; }
    .budget-planner__summary-totals .budget-planner__summary-totals__row p {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .budget-planner__summary-totals .budget-planner__summary-totals__row {
        padding: 22px 30px; } }
    .budget-planner__summary-totals .budget-planner__summary-totals__row:first-child {
      position: relative; }
      .budget-planner__summary-totals .budget-planner__summary-totals__row:first-child:after {
        content: '';
        position: absolute;
        bottom: 2px;
        left: 26px;
        width: calc(100% - 52px);
        height: 4px;
        opacity: 1;
        border-bottom: 2px dashed #D6BAF9; }
        @media (min-width: 768px) {
          .budget-planner__summary-totals .budget-planner__summary-totals__row:first-child:after {
            left: 30px;
            width: calc(100% - 60px); } }

.budget-planner__summary-totals__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768px) {
    .budget-planner__summary-totals__footer {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .budget-planner__summary-totals__footer .btn, .budget-planner__summary-totals__footer select {
        display: block;
        margin-bottom: 20px; } }
  .budget-planner__summary-totals__footer select {
    max-width: 180px; }

.budget-planner__summary-breakdown .budget-planner__summary-breakdown__rows {
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .budget-planner__summary-breakdown .budget-planner__summary-breakdown__rows:after {
      content: '';
      position: absolute;
      top: 25px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 2px;
      height: calc(100% - 50px);
      background-image: url("data:image/svg+xml,%3Csvg width='2' height='577' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1v577' stroke='%23D6BAF9' stroke-width='2' fill='none' fill-rule='evenodd' stroke-dasharray='5,10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); } }
  .budget-planner__summary-breakdown .budget-planner__summary-breakdown__rows .budget-planner__summary-breakdown__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #FCFBF5; }
    .budget-planner__summary-breakdown .budget-planner__summary-breakdown__rows .budget-planner__summary-breakdown__row:not(:last-child) {
      border-bottom: 1px solid #ebebeb; }
    .budget-planner__summary-breakdown .budget-planner__summary-breakdown__rows .budget-planner__summary-breakdown__row .title {
      padding-right: 22px; }
    .budget-planner__summary-breakdown .budget-planner__summary-breakdown__rows .budget-planner__summary-breakdown__row p {
      margin-bottom: 0; }
    .budget-planner__summary-breakdown .budget-planner__summary-breakdown__rows .budget-planner__summary-breakdown__row .budget-planner__summary-breakdown__row__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 20px 26px;
      width: 100%; }
      @media (min-width: 768px) {
        .budget-planner__summary-breakdown .budget-planner__summary-breakdown__rows .budget-planner__summary-breakdown__row .budget-planner__summary-breakdown__row__text {
          width: 50%;
          padding: 24px 44px 24px 32px; } }
    .budget-planner__summary-breakdown .budget-planner__summary-breakdown__rows .budget-planner__summary-breakdown__row .budget-planner__summary-breakdown__row__progress {
      position: relative;
      width: 100%;
      height: 12px;
      border-radius: 6px;
      background: #ebebeb;
      margin: 5px 26px 22px 26px; }
      @media (min-width: 768px) {
        .budget-planner__summary-breakdown .budget-planner__summary-breakdown__rows .budget-planner__summary-breakdown__row .budget-planner__summary-breakdown__row__progress {
          width: calc(50% - 70px);
          margin: 0 30px 0 40px; } }
      .budget-planner__summary-breakdown .budget-planner__summary-breakdown__rows .budget-planner__summary-breakdown__row .budget-planner__summary-breakdown__row__progress .progress-bar {
        content: '';
        width: 10%;
        height: 12px;
        border-radius: 6px;
        background: #D6BAF9; }
    @media (min-width: 768px) {
      .budget-planner__summary-breakdown .budget-planner__summary-breakdown__rows .budget-planner__summary-breakdown__row {
        border-bottom: none !important; } }

.budget-planner__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: #F5EEFF;
  padding: 12px;
  margin-bottom: 12px; }
  @media (max-width: 768px) {
    .budget-planner__group {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .budget-planner__group .budget-planner__group__title {
    width: 100%; }
    @media (min-width: 768px) {
      .budget-planner__group .budget-planner__group__title {
        margin-bottom: 0;
        padding-left: 22px; } }
    @media (min-width: 992px) {
      .budget-planner__group .budget-planner__group__title {
        width: 60%;
        padding-left: 32px;
        padding-right: 22px;
        margin-bottom: 0; } }
    @media (min-width: 1260px) {
      .budget-planner__group .budget-planner__group__title {
        width: auto; } }
  .budget-planner__group .budget-planner__group__amount input, .budget-planner__group .budget-planner__group__frequency select {
    min-height: 48px; }
  .budget-planner__group .budget-planner__group__amount {
    position: relative; }
    @media (max-width: 414px) {
      .budget-planner__group .budget-planner__group__amount {
        width: 100%;
        margin-bottom: 16px; } }

@media (min-width: 414px) and (max-width: 992px) {
  .budget-planner__group .budget-planner__group__amount {
    width: 50%;
    padding-right: 8px; } }
    @media (min-width: 992px) {
      .budget-planner__group .budget-planner__group__amount {
        margin-left: auto;
        margin-right: 30px;
        max-width: 200px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 20%; } }
    .budget-planner__group .budget-planner__group__amount input {
      padding-left: 32px; }
      .budget-planner__group .budget-planner__group__amount input:focus {
        color: #333333; }
    .budget-planner__group .budget-planner__group__amount:before {
      content: '£';
      position: absolute;
      top: 50%;
      left: 14px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 1.8rem;
      pointer-events: none; }
    .budget-planner__group .budget-planner__group__amount.focused input {
      color: #333333 !important; }
    .budget-planner__group .budget-planner__group__amount.focused:before {
      content: '£' !important; }
    .budget-planner__group .budget-planner__group__amount.empty input {
      color: transparent; }
    .budget-planner__group .budget-planner__group__amount.empty:before {
      content: '£ 0'; }
  @media (max-width: 414px) {
    .budget-planner__group .budget-planner__group__frequency {
      width: 100%;
      margin-bottom: 16px; } }

@media (min-width: 414px) and (max-width: 992px) {
  .budget-planner__group .budget-planner__group__frequency {
    width: 50%;
    padding-left: 8px; } }
  .budget-planner__group .budget-planner__group__frequency select {
    background-color: transparent; }

.budget-planner__print-overview {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: white;
  z-index: 97500; }
  .budget-planner__print-overview.is-active {
    display: block; }
  @media print {
    .budget-planner__print-overview .wrapper {
      margin-top: 0px !important; }
    .budget-planner__print-overview .budget-planner__print-overview__print-btn, .budget-planner__print-overview .budget-planner__print-overview__close {
      display: none; } }
  .budget-planner__print-overview .budget-planner__print-overview__close {
    position: absolute;
    top: 0;
    right: 2rem; }

@media only print {
  .p-budget-planner {
    background: #ffffff !important; }
    .p-budget-planner body, .p-budget-planner .budget-planner__container, .p-budget-planner .budget-planner__print-overview {
      display: block !important;
      position: relative !important;
      width: auto !important;
      height: auto !important;
      overflow: visible !important;
      margin-left: 0 !important; }
    .p-budget-planner .budget-planner__print-overview h1 {
      text-align: center; }
    .p-budget-planner .budget-planner__print-overview__page.is-hidden {
      display: none; }
    .p-budget-planner .budget-planner__container > div:not(.budget-planner__print-overview) {
      display: none; }
    .p-budget-planner #printSummaryFilter {
      background-image: none !important; }
    .p-budget-planner #header, .p-budget-planner #footer, .p-budget-planner .hero {
      display: none; } }

.budget-planner__print-overview__breakdowns .budget-planner__print-overview__breakdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  .budget-planner__print-overview__breakdowns .budget-planner__print-overview__breakdown:not(:last-child) {
    border-bottom: 1px solid #b3b3b3; }

.budget-planner__print-overview__page {
  page-break-inside: avoid; }

.budget-planner__print-overview__page__heading {
  margin-top: 42px;
  border-bottom: 2px solid #D6BAF9;
  padding-bottom: 16px; }

.budget-planner__print-overview__result {
  margin-bottom: 20px; }
  @media (min-width: 480px) {
    .budget-planner__print-overview__result {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .budget-planner__print-overview__result .budget-planner__print-overview__result__title {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 40%;
        padding-right: 16px; }
      .budget-planner__print-overview__result .budget-planner__print-overview__result__freq {
        margin-left: auto;
        padding-left: 16px; } }
  @media (min-width: 768px) {
    .budget-planner__print-overview__result .budget-planner__print-overview__result__title {
      width: 55%; } }
  .budget-planner__print-overview__result:not(:last-child) {
    border-bottom: 1px solid #bfbfbf; }

.budget-planner__print-instruction {
  margin-bottom: 40px; }
  @media only print {
    .budget-planner__print-instruction {
      display: none !important; } }

.btn {
  text-decoration: none;
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
  font-family: basic-sans, sans-serif;
  font-weight: 600;
  color: #ffffff;
  background: #1F1630;
  border: none;
  border-radius: 5px;
  outline: none;
  padding: 8px 26px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .btn:hover, .btn:focus {
    background: #D6BAF9;
    color: #1F1630; }
  .btn:hover svg path {
    fill: white; }
  .btn.disabled {
    opacity: 0.4;
    pointer-events: none; }
  .btn.is-loading {
    opacity: 0.4;
    pointer-events: none;
    -webkit-animation: pulseLoadMore 1s .3s infinite;
            animation: pulseLoadMore 1s .3s infinite; }

@-webkit-keyframes pulseLoadMore {
  0% {
    opacity: 0.4; }
  50% {
    opacity: 0.1; }
  100% {
    opacity: 0.4; } }

@keyframes pulseLoadMore {
  0% {
    opacity: 0.4; }
  50% {
    opacity: 0.1; }
  100% {
    opacity: 0.4; } }

.btn--icon-left, .btn--icon-right {
  padding: 8px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .btn--icon-left .icon, .btn--icon-right .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .btn--icon-left:hover .icon--light svg, .btn--icon-left:hover path, .btn--icon-right:hover .icon--light svg, .btn--icon-right:hover path {
    fill: #1F1630 !important; }
  .btn--icon-left > *, .btn--icon-right > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.btn--icon-right .icon {
  margin-left: 15px; }

.btn--icon-left .icon {
  margin-right: 15px; }

.btn--small {
  font-size: 1.7rem;
  line-height: 2.3rem;
  padding: 7px 20px; }

.btn--large {
  font-size: 2.8rem;
  line-height: 3.3rem;
  padding: 14px 40px; }

.btn--full {
  width: 100%; }

.btn--outline {
  background-color: transparent;
  color: #1F1630;
  border: 2px solid #1F1630; }
  .btn--outline:hover {
    background-color: #1F1630;
    color: #ffffff; }
  .btn--outline:focus {
    background-color: transparent;
    color: #1F1630; }

.btn--close {
  position: relative;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0; }
  .btn--close .btn--close__icon {
    display: block; }
    .btn--close .btn--close__icon span {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 24px;
      height: 2px;
      background: currentColor;
      border-radius: 2px;
      -webkit-transition: background 0.3s;
      transition: background 0.3s; }
      .btn--close .btn--close__icon span:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
      .btn--close .btn--close__icon span:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }

.btn--light {
  background: #D6BAF9;
  color: #1F1630; }
  .btn--light:hover {
    background: #F5EEFF;
    color: #1F1630; }

.btn--x-light {
  background: #F5EEFF;
  color: #1F1630; }
  .btn--x-light:hover {
    background: #D6BAF9;
    color: #1F1630; }

.btn--white {
  border: 1px solid #ffffff;
  color: #ffffff; }
  .btn--white:hover, .btn--white:focus {
    background: #ffffff;
    color: #1F1630; }
    .btn--white:hover svg path, .btn--white:focus svg path {
      fill: white; }

.btn--blue-light {
  background: #D7E2F9;
  color: #1F1630; }
  .btn--blue-light:hover {
    background: #b6caf4;
    color: #1F1630; }

.btn--green-light {
  background: #CCF7E8;
  color: #1F1630; }
  .btn--green-light:hover {
    background: #abf2d9;
    color: #1F1630; }

.btn--yellow-light {
  background: #FEF1D1;
  color: #1F1630; }
  .btn--yellow-light:hover {
    background: #fde6ac;
    color: #1F1630; }

.btn--red-light {
  background: #FECFCE;
  color: #1F1630; }
  .btn--red-light:hover {
    background: #fdaaa9;
    color: #1F1630; }

.btn--h-white:hover, .btn--h-white:focus {
  background: #ffffff;
  color: #1F1630; }
  .btn--h-white:hover svg path, .btn--h-white:focus svg path {
    fill: #1F1630; }

.btn--h-purple-dark:hover, .btn--h-purple-dark:focus {
  background: #1F1630;
  color: #ffffff; }
  .btn--h-purple-dark:hover svg path, .btn--h-purple-dark:focus svg path {
    fill: #ffffff; }

.btn--h-purple-dark:hover, .btn--h-purple-dark:focus {
  background: #1F1630;
  color: #ffffff; }
  .btn--h-purple-dark:hover svg path, .btn--h-purple-dark:focus svg path {
    fill: #ffffff; }

.btn--paypal input[type=image] {
  border: none;
  width: auto;
  max-width: 100%; }

.copy-clipboard {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0; }

.card-document {
  position: relative;
  height: 100%;
  display: block;
  background: #FFFFFF;
  -webkit-box-shadow: 0 5px 25px 0 rgba(31, 22, 48, 0.05);
          box-shadow: 0 5px 25px 0 rgba(31, 22, 48, 0.05);
  border-radius: 5px;
  padding: 35px 25px 180px;
  -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
  transition: box-shadow .3s, transform .3s, -webkit-box-shadow .3s, -webkit-transform .3s; }
  .card-document .read-more {
    position: absolute;
    bottom: 35px;
    left: 25px; }
  .card-document .file-link {
    margin-bottom: 0; }
  .card-document .bold {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 2px dashed #D6BAF9; }
  .card-document svg path {
    fill: #1F1630;
    -webkit-transition: fill .3s;
    transition: fill .3s; }
  .card-document a:hover svg path {
    fill: #D6BAF9; }
  .card-document:hover {
    -webkit-box-shadow: 0 20px 25px 0 rgba(214, 186, 249, 0.35);
            box-shadow: 0 20px 25px 0 rgba(214, 186, 249, 0.35);
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }

.card-help-sub {
  position: relative;
  height: 100%;
  display: block;
  background: #1F1630;
  border-radius: 10px;
  padding: 35px 25px 90px; }
  .card-help-sub p {
    color: white;
    padding-bottom: 15px;
    border-bottom: 2px dashed #D6BAF9; }
  .card-help-sub a {
    position: absolute;
    bottom: 35px;
    left: 25px; }

.card-help-article {
  position: relative;
  height: 100%;
  display: block;
  background: #FFFFFF;
  -webkit-box-shadow: 0 5px 25px 0 rgba(31, 22, 48, 0.05);
          box-shadow: 0 5px 25px 0 rgba(31, 22, 48, 0.05);
  border-radius: 5px;
  padding: 35px 25px 90px;
  -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
  transition: box-shadow .3s, transform .3s, -webkit-box-shadow .3s, -webkit-transform .3s; }
  .card-help-article .read-more {
    position: absolute;
    bottom: 35px;
    left: 25px; }
    .card-help-article .read-more:hover circle {
      fill: #1F1630; }
    .card-help-article .read-more:hover path {
      stroke: #ffffff; }
  .card-help-article .bold {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 2px dashed #D6BAF9; }
  .card-help-article circle {
    fill: #ffffff;
    -webkit-transition: fill .3s;
    transition: fill .3s; }
  .card-help-article path {
    -webkit-transition: stroke .3s;
    transition: stroke .3s; }
  .card-help-article:hover {
    -webkit-box-shadow: 0 20px 25px 0 rgba(214, 186, 249, 0.35);
            box-shadow: 0 20px 25px 0 rgba(214, 186, 249, 0.35);
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  .card-help-article--support {
    background: #1F1630; }
    .card-help-article--support p {
      color: white; }
    .card-help-article--support:hover .btn {
      background: white; }

.card-article-slim {
  display: block;
  margin-bottom: 35px;
  position: relative;
  padding-top: 25px;
  padding-left: 0; }
  @media (min-width: 992px) {
    .card-article-slim {
      padding-right: 25px; } }
  .card-article-slim--image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0; }
  .card-article-slim .card__image {
    margin-right: 16px;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    overflow: hidden; }
    @media (min-width: 992px) {
      .card-article-slim .card__image {
        width: 100px;
        height: 100px;
        margin-right: 22px; } }
    .card-article-slim .card__image img {
      width: 100%; }
    .card-article-slim .card__image .placeholder {
      padding-top: 100%; }
  .card-article-slim .counter {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 30px;
    width: 30px;
    background-color: #1F1630;
    color: white;
    border-radius: 10px;
    padding-top: 2px;
    z-index: 2;
    text-align: center;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 992px) {
      .card-article-slim .counter {
        height: 36px;
        width: 36px;
        font-size: 1.8rem; } }
  .card-article-slim p {
    margin-bottom: 0;
    line-height: 1.65; }
  @media (min-width: 992px) {
    .card-article-slim {
      padding-right: 0;
      padding-top: 30px; }
      .card-article-slim--image {
        padding-top: 0; }
      .card-article-slim .counter {
        padding-right: 0;
        padding-top: 3px;
        -webkit-transform: translateY(-25%) translateX(-25%);
                transform: translateY(-25%) translateX(-25%); }
      .card-article-slim:hover .card__text .title {
        text-decoration: underline; } }

.card-list-promo {
  display: block;
  position: relative;
  height: 100%;
  padding: 30px 25px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 25px 0 rgba(214, 186, 249, 0);
          box-shadow: 0 20px 25px 0 rgba(214, 186, 249, 0);
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s; }
  .card-list-promo.theme--trdgRecommendation {
    background-color: #1F1630;
    background-repeat: no-repeat;
    padding-bottom: 140px;
    background-position: bottom 25px right -80px;
    background-size: 800px;
    background-image: url("/dist/img/icons/squiggle/promo-list-trdg.svg"); }
    @media (min-width: 1260px) {
      .card-list-promo.theme--trdgRecommendation {
        background-size: 1100px;
        background-position: bottom 25px right -120px;
        padding-bottom: 160px; } }
  @media (min-width: 1260px) {
    .card-list-promo {
      padding: 40px 35px; } }
  .card-list-promo:hover {
    -webkit-box-shadow: 0 20px 25px 0 rgba(214, 186, 249, 0.35);
            box-shadow: 0 20px 25px 0 rgba(214, 186, 249, 0.35);
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }

.placeholder {
  background-size: cover; }
  .placeholder--articles {
    background-image: url("/dist/img/icons/posts/article.svg"); }
  .placeholder--guides {
    background-image: url("/dist/img/icons/posts/guides.svg"); }
  .placeholder--guestStories {
    background-image: url("/dist/img/icons/posts/guestStories.svg"); }
  .placeholder--mindfulness {
    background-image: url("/dist/img/icons/posts/mindfulness.svg"); }

.card-article, .card-article-featured {
  display: block;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px 0 rgba(31, 22, 48, 0.05);
          box-shadow: 0 10px 30px 0 rgba(31, 22, 48, 0.05);
  border-radius: 10px;
  overflow: hidden; }
  .card-article--dark, .card-article-featured--dark {
    background-color: #1F1630;
    color: #ffffff; }
    .card-article--dark .ribbon, .card-article--dark .featured-ribbon, .card-article-featured--dark .ribbon, .card-article-featured--dark .featured-ribbon {
      color: #1F1630; }

.card-article {
  height: 100%;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s; }
  .card-article .img__hold {
    font-size: 0;
    position: relative; }
    .card-article .img__hold .placeholder {
      padding-top: 66.6226537217%; }
  .card-article .text {
    padding: 12px 20px 60px; }
  .card-article .btn {
    position: absolute;
    left: 20px;
    bottom: 30px; }
  .card-article .ribbon {
    border-radius: 5px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 5px 10px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .card-article .date {
    font-weight: 400; }
  @media (min-width: 992px) {
    .card-article:hover {
      -webkit-box-shadow: 0 20px 25px 0 rgba(214, 186, 249, 0.35);
              box-shadow: 0 20px 25px 0 rgba(214, 186, 249, 0.35);
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px); } }

.card-article-featured .date span {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block; }

.card-article-featured .img__hold {
  font-size: 0;
  position: relative;
  min-height: 250px; }
  .card-article-featured .img__hold .placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.card-article-featured .text {
  padding: 10px 20px 20px; }

.card-article-featured .featured-ribbon {
  border-radius: 5px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px 10px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.card-article-featured .date {
  font-weight: 400; }

@media (min-width: 768px) {
  .card-article-featured .img__hold {
    min-height: 100%; } }

@media (min-width: 992px) {
  .card-article-featured .text {
    padding: 10px 20px 40px 40px; }
  .card-article-featured .featured-ribbon {
    margin-left: -30px;
    margin-right: -30px; } }

@media (min-width: 1260px) {
  .card-article-featured .text {
    padding: 10px 30px 50px 50px; }
  .card-article-featured .featured-ribbon {
    margin-left: -40px;
    margin-right: -50px;
    margin-bottom: 40px; } }

#cookie-message {
  padding: 25px 0;
  background: #D6BAF9;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 92500; }
  #cookie-message p {
    font-size: 1.6rem; }

@media (min-width: 992px) {
  #cookie-message p {
    margin-bottom: 0; }
  #cookie-message .wrapper {
    padding: 0 40px; } }

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 28px 30px;
  border-radius: 10px; }
  @media (max-width: 768px) {
    .cta .icon {
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .cta {
      padding: 28px 52px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .cta .icon {
        margin-right: 40px; } }
  @media (min-width: 992px) {
    .cta {
      padding: 28px 72px; } }
  @media (min-width: 1260px) {
    .cta .icon + .cta__heading {
      margin-right: 100px; } }
  @media (min-width: 768px) {
    .cta .cta__heading {
      margin-bottom: 0; } }
  @media (max-width: 768px) {
    .cta .cta__orb-middle {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      margin-top: 32px;
      position: relative;
      bottom: -20px; } }
  @media (min-width: 768px) {
    .cta .cta__orb-middle {
      margin-right: 22px;
      margin-left: 22px;
      width: 30%; } }
  @media (min-width: 1260px) {
    .cta .cta__orb-middle {
      margin-bottom: -20px;
      width: auto; } }
  .cta .cta__orb-left {
    margin-top: -50px;
    margin-bottom: -46px; }
    @media (max-width: 1260px) {
      .cta .cta__orb-left {
        display: none; } }
  .cta .cta__orb-right {
    margin-top: -50px;
    margin-bottom: -28px; }
    @media (max-width: 768px) {
      .cta .cta__orb-right {
        margin-top: 120px; } }
  .cta .cta__button {
    position: relative; }
    .cta .cta__button .text-pointer {
      position: absolute;
      bottom: 0;
      left: 72%;
      width: 100%;
      -webkit-transform: translateY(205%);
              transform: translateY(205%); }
      @media (min-width: 768px) {
        .cta .cta__button .text-pointer {
          width: 200%;
          -webkit-transform: translateY(275%);
                  transform: translateY(275%); } }
  @media (max-width: 768px) {
    .cta .btn {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.cta--view-summary {
  position: relative;
  display: block;
  padding: 0 18px;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .cta--view-summary {
      padding: 0 26px;
      padding-top: 22px; } }
  @media (min-width: 992px) {
    .cta--view-summary {
      padding: 0 46px;
      padding-top: 26px; } }
  @media (min-width: 768px) {
    .cta--view-summary .cta__text {
      display: inline-block;
      width: 77.5%;
      padding-right: 60px;
      padding-bottom: 36px;
      vertical-align: top; } }
  @media (min-width: 1260px) {
    .cta--view-summary .cta__text {
      padding-bottom: 44px; } }
  .cta--view-summary .cta__orb-right {
    vertical-align: bottom;
    margin-top: 0;
    margin-bottom: 0; }
    @media (max-width: 992px) {
      .cta--view-summary .cta__orb-right {
        margin-top: 16px;
        margin-left: auto;
        display: block;
        max-width: 45%; } }
    @media (min-width: 768px) {
      .cta--view-summary .cta__orb-right {
        display: inline-block;
        width: 20%; } }

.cta-split {
  padding: 5px; }
  @media (min-width: 992px) {
    .cta-split {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .cta-split > * {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .cta-split .cta-split__item:first-child .inner {
        margin-left: auto; }
      .cta-split .cta-split__item .inner {
        max-width: 425px; } }
  @media (min-width: 1260px) {
    .cta-split .cta-split__item .inner {
      max-width: 545px; } }

.cta-split__item {
  padding: 35px 25px;
  border-radius: 10px;
  margin: 5px; }
  .cta-split__item--dark {
    background-color: #1F1630;
    background-repeat: no-repeat;
    background-position: bottom 20px right -30px;
    background-size: 160px;
    background-image: url(/dist/img/icons/cta-orb-swipe-purple.svg);
    padding: 35px 25px 140px 25px; }
    @media (min-width: 768px) {
      .cta-split__item--dark {
        background-size: 180px;
        padding: 60px 45px 80px 45px;
        background-position: bottom 30px right -30px; } }
    @media (min-width: 992px) {
      .cta-split__item--dark {
        padding: 60px 45px 60px 45px; } }
    @media (min-width: 1260px) {
      .cta-split__item--dark {
        padding: 80px 60px 100px;
        background-size: 220px;
        background-position: bottom 30px right -40px; } }
  .cta-split__item--light {
    background-color: #D6BAF9;
    background-repeat: no-repeat;
    background-position: bottom 0px right -20px;
    background-size: 180px;
    background-image: url(/dist/img/icons/cta-orbs-purple-light.svg);
    padding: 35px 25px 100px 25px; }
    @media (min-width: 768px) {
      .cta-split__item--light {
        background-size: 180px;
        background-position: bottom 0px right 30px;
        padding: 60px 45px 80px 45px; } }
    @media (min-width: 992px) {
      .cta-split__item--light {
        padding: 60px 45px 60px 45px; } }
    @media (min-width: 1260px) {
      .cta-split__item--light {
        padding: 80px 60px 100px;
        background-size: 220px; } }
  @media (max-width: 768px) {
    .cta-split__item .wrapper {
      padding: 0; } }

@media (min-width: 992px) {
  .cta-split-single .cta-split__item {
    padding: 60px 0; } }

@media (min-width: 1260px) {
  .cta-split-single .cta-split__item {
    padding: 80px 0 100px; } }

.error-404 {
  padding-top: 40px;
  padding-bottom: 80px; }

.error-404__bg {
  width: 100%;
  height: 200px;
  background: url(/dist/img/icons/bkg/404.svg);
  background-size: 1200px;
  background-position: center left 43%;
  background-repeat: no-repeat; }
  @media (min-width: 480px) {
    .error-404__bg {
      background-position: center left 40%; } }
  @media (min-width: 768px) {
    .error-404__bg {
      height: 260px;
      background-size: 1800px; } }
  @media (min-width: 1260px) {
    .error-404__bg {
      height: 312px;
      background-size: 2500px;
      background-position: center left 40%; } }
  @media (min-width: 1920px) {
    .error-404__bg {
      height: 380px;
      background-size: 3000px;
      background-position: center left 35%; } }

.faqs-contents {
  padding: 30px;
  color: #ffffff;
  background: #1F1630;
  border-radius: 10px;
  margin-bottom: 22px;
  background-repeat: no-repeat;
  padding-bottom: 140px;
  background-position: bottom 25px right -80px;
  background-size: 800px;
  background-image: url("/dist/img/icons/squiggle/promo-list-trdg.svg"); }
  @media (min-width: 1260px) {
    .faqs-contents {
      background-size: 1100px;
      background-position: bottom 25px right -120px;
      padding-bottom: 160px; } }
  .faqs-contents a {
    color: #ffffff; }
  .faqs-contents a.is-active {
    color: #6FBAFC;
    text-decoration: underline; }

.faqs-contents__title {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 12px; }

.faqs-groups {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .faqs-groups.is-loaded {
    opacity: 1; }

.faqs-group {
  display: none; }
  .faqs-group.is-active {
    display: block; }

@media (min-width: 1260px) {
  .figure img {
    margin-left: -12px;
    margin-right: -12px;
    max-width: calc(100% + 24px); } }

@media (min-width: 1920px) {
  .figure img {
    margin-left: -24px;
    margin-right: -24px;
    max-width: calc(100% + 48px); } }

.figure figcaption {
  margin-top: 20px;
  font-size: 1.4rem;
  color: #797979; }

.form-container {
  padding: 20px;
  background: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  @media (min-width: 992px) {
    .form-container {
      padding: 32px 56px; } }
  @media (min-width: 1260px) {
    .form-container {
      padding: 52px 70px; } }
  .form-container.is-submitted .form-complete {
    display: block !important; }
  .form-container.is-submitted form {
    display: none; }

.form-complete {
  display: none; }

input {
  border: solid 1px #1F1630;
  outline: none;
  border-radius: 5px;
  background: transparent;
  font-family: basic-sans, sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 8px 20px;
  outline: none;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
  -webkit-transition: border .5s;
  transition: border .5s;
  width: 100%; }
  input:focus {
    border: solid 2px #1F1630;
    outline: none; }
  input:focus-visible {
    outline: none; }
  input::-webkit-input-placeholder {
    font-family: basic-sans, sans-serif; }
  input:-ms-input-placeholder {
    font-family: basic-sans, sans-serif; }
  input::-ms-input-placeholder {
    font-family: basic-sans, sans-serif; }
  input::placeholder {
    font-family: basic-sans, sans-serif; }
  input[disabled] {
    background-color: #f7f7f8;
    cursor: not-allowed; }

input[type=checkbox] {
  -webkit-appearance: checkbox;
  margin: 0; }

.input--hold {
  margin-bottom: 20px; }

.input--amount {
  padding-right: 20px; }
  .input--amount:before {
    content: '£'; }

textarea {
  border: solid 1px #1F1630;
  outline: solid 0px #1F1630;
  border-radius: 5px;
  background: transparent;
  font-size: 1.8rem;
  font-family: basic-sans, sans-serif;
  line-height: 1.5;
  padding: 15px;
  outline: none;
  -webkit-transition: background .3s, border .5s;
  transition: background .3s, border .5s;
  width: 100%; }
  textarea:focus {
    outline: solid 1px #1F1630; }
  textarea:not(:empty) {
    outline: solid 1px #1F1630; }

select {
  display: block;
  width: 100%;
  font-family: basic-sans, sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 10px 40px 10px 20px;
  outline: none;
  border: 1px solid #1F1630;
  border-radius: 5px;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
  background-image: url("/dist/img/icons/select-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 7px; }

.input__hold {
  margin-top: 24px;
  margin-bottom: 20px;
  position: relative; }
  .input__hold label {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 18px; }
  .input__hold input, .input__hold textarea, .input__hold select {
    width: 100%; }
  .input__hold input[type=file] {
    border: 0;
    padding-top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .input__hold select {
    width: 100%;
    font-size: 18px;
    -webkit-transition: border .5s;
    transition: border .5s; }
  .input__hold.active--input select {
    border-bottom: 2px solid white; }

.checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .checkbox label {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.3;
    font-family: basic-sans, sans-serif;
    font-size: 1.8rem;
    font-weight: inherit;
    /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
    padding-left: 36px; }
    .checkbox label::before, .checkbox label::after {
      position: absolute;
      content: "";
      /*Needed for the line-height to take effect*/
      display: inline-block; }
    .checkbox label::before {
      height: 23px;
      width: 23px;
      top: -2px;
      left: 0;
      border: 1px solid #1F1630;
      background-color: #ffffff;
      /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
       *to vertically center it.
       */
      border-radius: 5px; }
    .checkbox label::after {
      color: #1F1630;
      height: 5px;
      width: 10px;
      border-left: 2px solid;
      border-bottom: 2px solid;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      left: 7px;
      top: 6px; }
  .checkbox input[type="checkbox"] {
    position: absolute;
    top: 3px;
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
    z-index: 1; }
    .checkbox input[type="checkbox"] + label::after {
      content: none; }
    .checkbox input[type="checkbox"]:checked + label:before {
      background-color: #ffffff;
      border-color: #1F1630; }
    .checkbox input[type="checkbox"]:checked + label::after {
      content: ""; }
    .checkbox input[type="checkbox"]:focus + label::before {
      border-color: #1F1630;
      outline: none; }
    .checkbox input[type="checkbox"]:focus {
      outline: none; }
    .checkbox input[type="checkbox"]:disabled ~ label:before, .checkbox input[type="checkbox"]:disabled ~ label:after {
      opacity: .5; }
  .checkbox.error label::before, .checkbox.error label::after {
    -webkit-animation: shake .5s ease-in-out forwards;
            animation: shake .5s ease-in-out forwards; }

#name {
  display: none; }

.input--success {
  border-color: #32b292; }

.input--error {
  border-color: #EE3D52; }

.navigation-burger {
  position: relative;
  z-index: 10;
  display: inline-block;
  float: right; }

.hamburger {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  height: 20px;
  margin: 0;
  position: relative;
  width: 28px;
  outline: none; }
  .hamburger span {
    height: 0;
    border-bottom: 2px solid #1F1630;
    width: 100%;
    position: absolute;
    border-radius: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .hamburger:hover span {
    width: 100%; }
  .hamburger:after, .hamburger:before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    border-bottom: 2px solid #1F1630;
    border-radius: 5px;
    content: '';
    height: 0;
    width: 100%;
    left: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
  .hamburger:before {
    top: 0; }
  .hamburger:after {
    top: 100%;
    width: 50%; }
  .hamburger.open span {
    width: 100%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
  .hamburger.open:after, .hamburger.open:before {
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); }

.hero {
  position: relative;
  z-index: 1; }

.hero--home {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (min-width: 992px) {
    .hero--home {
      padding-top: 140px;
      padding-bottom: 140px; } }
  .hero--home h1 {
    margin-bottom: 165px;
    min-height: 144px; }
    @media (min-width: 374px) {
      .hero--home h1 {
        margin-bottom: 168px;
        max-width: 375px; } }
  @media (min-width: 374px) and (max-width: 700px) {
    .hero--home h1 {
      font-size: 5.2rem; } }
    @media (min-width: 700px) {
      .hero--home h1 {
        margin-bottom: 100px; } }
    @media (min-width: 992px) {
      .hero--home h1 {
        margin-bottom: 25px;
        min-height: auto;
        max-width: none; } }
  .hero--home .wrapper {
    position: relative; }
  .hero--home .hero__bg {
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 36px);
    z-index: -1;
    background: #F5EEFF;
    border-radius: 10px;
    height: 240px; }
    @media (min-width: 374px) {
      .hero--home .hero__bg {
        height: 280px; } }
    @media (min-width: 700px) {
      .hero--home .hero__bg {
        top: 25px;
        height: 200px; } }
    @media (min-width: 992px) {
      .hero--home .hero__bg {
        top: -15%;
        right: 0;
        left: auto;
        width: 85%;
        -webkit-transform: none;
                transform: none;
        height: auto;
        border-radius: 20px; } }
    @media (min-width: 1260px) {
      .hero--home .hero__bg {
        top: -18%;
        width: 75%; } }
    .hero--home .hero__bg .hero__bg__img {
      display: block;
      width: 62.5%; }
      @media (max-width: 992px) {
        .hero--home .hero__bg .hero__bg__img {
          position: absolute;
          bottom: 0;
          right: 5%;
          max-width: 150px; } }
      @media (min-width: 700px) {
        .hero--home .hero__bg .hero__bg__img {
          max-width: 250px; } }
      @media (min-width: 992px) {
        .hero--home .hero__bg .hero__bg__img {
          margin-left: auto;
          margin-right: 60px;
          width: 62.5%;
          max-width: none; } }
      @media (min-width: 1260px) {
        .hero--home .hero__bg .hero__bg__img {
          margin-right: 20px; } }
  .hero--home .hero__panel {
    position: relative;
    padding: 30px 30px 120px 30px;
    background: #1F1630;
    color: #ffffff;
    border-radius: 10px; }
    @media (min-width: 1260px) {
      .hero--home .hero__panel {
        max-width: 400px;
        margin: 0 auto; } }
    .hero--home .hero__panel p, .hero--home .hero__panel .btn {
      position: relative;
      z-index: 1; }
    .hero--home .hero__panel .hero__panel__illustration {
      position: absolute;
      bottom: 4px;
      left: 55%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 80%;
      max-width: 265px; }

.hero--simple {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #1F1630;
  color: #ffffff; }
  .hero--simple .breadcrumb {
    margin-bottom: 60px; }
    .hero--simple .breadcrumb a {
      color: #ffffff; }
  .hero--simple #search-hero {
    color: #ffffff;
    border-bottom: 1px solid #5f5f5f;
    border-radius: 0;
    font-size: 2.4rem;
    font-weight: 500;
    padding: 0 16px 8px 0; }
    .hero--simple #search-hero:focus {
      border-bottom: 1px solid #ffffff; }
    @media (max-width: 768px) {
      .hero--simple #search-hero {
        margin-bottom: 20px; } }

.hero--block {
  border-radius: 10px;
  padding: 25px 25px 100px;
  background-repeat: no-repeat;
  background-position: bottom 25px right -80px;
  background-size: 800px; }
  .hero--block.bg--green-light {
    background-image: url("/dist/img/icons/squiggle/article.svg"); }
  .hero--block.bg--blue-light {
    background-image: url("/dist/img/icons/squiggle/guides.svg"); }
  .hero--block.bg--yellow-light {
    background-image: url("/dist/img/icons/squiggle/guestStories.svg"); }
  .hero--block.bg--red-light {
    background-image: url("/dist/img/icons/squiggle/mindfulness.svg"); }
  .hero--block.bg--form {
    background-color: #F5EEFF;
    background-image: url("/dist/img/icons/squiggle/form.svg");
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  @media (min-width: 768px) {
    .hero--block {
      padding: 40px 40px 120px;
      background-position: bottom 35px right -80px;
      background-size: 1000px; } }
  @media (min-width: 992px) {
    .hero--block {
      padding: 60px 50px 120px;
      background-position: bottom 35px right -80px;
      background-size: 1200px; } }
  @media (min-width: 1260px) {
    .hero--block {
      padding: 60px 50px 120px;
      background-position: bottom 45px right -20px;
      background-size: 1400px; } }

.highlight-block {
  border-top: 10px solid #D6BAF9;
  border-radius: 10px;
  background: #F5EEFF;
  padding: 20px; }
  @media (min-width: 768px) {
    .highlight-block {
      padding: 30px 34px; } }
  @media (min-width: 1260px) {
    .highlight-block {
      padding: 30px 42px; } }
  .highlight-block a {
    text-decoration: underline; }

.icon {
  display: inline-block; }
  .icon > svg {
    display: block; }

.icon--white path, .icon--white polygon, .icon--white circle, .icon--white ellipse, .icon--white rect {
  fill: #ffffff !important; }

.icon--black path, .icon--black polygon, .icon--black circle, .icon--black ellipse, .icon--black rect {
  fill: #333333 !important; }

.icon--white path, .icon--white polygon, .icon--white circle, .icon--white ellipse, .icon--white rect {
  fill: #ffffff; }

.icon--black path, .icon--black polygon, .icon--black circle, .icon--black ellipse, .icon--black rect {
  fill: #333333; }

.icon--light path, .icon--light polygon, .icon--light circle, .icon--light ellipse, .icon--light rect {
  fill: #FCFBF5; }

.icon--grey path, .icon--grey polygon, .icon--grey circle, .icon--grey ellipse, .icon--grey rect {
  fill: #5f5f5f; }

.icon--dark path, .icon--dark polygon, .icon--dark circle, .icon--dark ellipse, .icon--dark rect {
  fill: #3a3a3a; }

.icon--purple-light path, .icon--purple-light polygon, .icon--purple-light circle, .icon--purple-light ellipse, .icon--purple-light rect {
  fill: #F5EEFF; }

.icon--purple-muted path, .icon--purple-muted polygon, .icon--purple-muted circle, .icon--purple-muted ellipse, .icon--purple-muted rect {
  fill: #8F8A98; }

.icon--purple path, .icon--purple polygon, .icon--purple circle, .icon--purple ellipse, .icon--purple rect {
  fill: #D6BAF9; }

.icon--purple-dark path, .icon--purple-dark polygon, .icon--purple-dark circle, .icon--purple-dark ellipse, .icon--purple-dark rect {
  fill: #1F1630; }

.icon--blue path, .icon--blue polygon, .icon--blue circle, .icon--blue ellipse, .icon--blue rect {
  fill: #D7E2F9; }

.icon--blue-light path, .icon--blue-light polygon, .icon--blue-light circle, .icon--blue-light ellipse, .icon--blue-light rect {
  fill: #D7E2F9; }

.icon--blue-dark path, .icon--blue-dark polygon, .icon--blue-dark circle, .icon--blue-dark ellipse, .icon--blue-dark rect {
  fill: #6FBAFC; }

.icon--teal path, .icon--teal polygon, .icon--teal circle, .icon--teal ellipse, .icon--teal rect {
  fill: #76DEE1; }

.icon--green path, .icon--green polygon, .icon--green circle, .icon--green ellipse, .icon--green rect {
  fill: #CCF7E8; }

.icon--green-success path, .icon--green-success polygon, .icon--green-success circle, .icon--green-success ellipse, .icon--green-success rect {
  fill: #32b292; }

.icon--green-light path, .icon--green-light polygon, .icon--green-light circle, .icon--green-light ellipse, .icon--green-light rect {
  fill: #CCF7E8; }

.icon--green-dark path, .icon--green-dark polygon, .icon--green-dark circle, .icon--green-dark ellipse, .icon--green-dark rect {
  fill: #76DEE1; }

.icon--red path, .icon--red polygon, .icon--red circle, .icon--red ellipse, .icon--red rect {
  fill: #FECFCE; }

.icon--red-error path, .icon--red-error polygon, .icon--red-error circle, .icon--red-error ellipse, .icon--red-error rect {
  fill: #EE3D52; }

.icon--red-light path, .icon--red-light polygon, .icon--red-light circle, .icon--red-light ellipse, .icon--red-light rect {
  fill: #FECFCE; }

.icon--red-dark path, .icon--red-dark polygon, .icon--red-dark circle, .icon--red-dark ellipse, .icon--red-dark rect {
  fill: #FD605B; }

.icon--yellow path, .icon--yellow polygon, .icon--yellow circle, .icon--yellow ellipse, .icon--yellow rect {
  fill: #FEF1D1; }

.icon--yellow-light path, .icon--yellow-light polygon, .icon--yellow-light circle, .icon--yellow-light ellipse, .icon--yellow-light rect {
  fill: #FEF1D1; }

.icon--yellow-dark path, .icon--yellow-dark polygon, .icon--yellow-dark circle, .icon--yellow-dark ellipse, .icon--yellow-dark rect {
  fill: #F9D585; }

.icon--hover {
  cursor: pointer; }

.icon--20,
.icon--20 > svg {
  width: 20px;
  height: 20px; }

.icon--25,
.icon--25 > svg {
  width: 25px;
  height: 25px; }

.icon--30,
.icon--30 > svg {
  width: 30px;
  height: 30px; }

.icon--40,
.icon--40 > svg {
  width: 40px;
  height: 40px; }

.icon--60,
.icon--60 > svg {
  width: 60px;
  height: 60px; }

.icon--70,
.icon--70 > svg {
  width: 70px;
  height: 70px; }

.icon--logo,
.icon--logo > svg {
  width: 130px;
  height: 63px; }

.icon--logo-footer,
.icon--logo-footer > svg {
  width: 70px;
  height: 40px; }

.icon--arrow-roundel {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid currentColor;
  border-radius: 50%; }
  @media (min-width: 768px) {
    .icon--arrow-roundel {
      width: 40px;
      height: 40px; } }
  .icon--arrow-roundel svg, .icon--arrow-roundel svg path {
    fill: currentColor;
    stroke: currentColor; }

.icon--social .icon__circle, .icon--social .icon__logo, .icon--social-light .icon__circle, .icon--social-light .icon__logo {
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s; }

.icon--social:hover .icon__circle {
  fill: #1F1630; }

.icon--social:hover .icon__logo {
  fill: #ffffff; }

.icon--social-light:hover .icon__circle {
  fill: #ffffff;
  stroke: #ffffff; }

.icon--social-light:hover .icon__logo {
  fill: #1F1630; }

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%; }

.iframe-container--3-2 {
  padding-bottom: 66.66% !important; }

@media (max-width: 768px) {
  .iframe-container--3-2-small-down {
    padding-bottom: 66.66% !important; } }

.logo-grid__item, .logo__item {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(31, 22, 48, 0.05);
          box-shadow: 0 10px 30px 0 rgba(31, 22, 48, 0.05);
  height: 100%;
  padding: 30px; }
  .logo-grid__item .logo-grid__item__image, .logo-grid__item .logo__item__image, .logo__item .logo-grid__item__image, .logo__item .logo__item__image {
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .logo-grid__item .logo-grid__item__image img, .logo-grid__item .logo__item__image img, .logo__item .logo-grid__item__image img, .logo__item .logo__item__image img {
      max-width: 80%;
      max-height: 60%; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 95000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  overflow: scroll; }
  .modal.is-active {
    pointer-events: auto;
    opacity: 1; }

.modal__inner {
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 20px;
  border: 10px solid #ffffff;
  border-radius: 10px;
  background: #1F1630;
  max-width: 970px;
  width: 90%;
  color: #ffffff;
  z-index: 1; }
  @media (min-width: 992px) {
    .modal__inner {
      padding: 42px 56px;
      top: 120px;
      width: 65%; } }
  @media (min-width: 1260px) {
    .modal__inner {
      padding: 54px 70px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 55%; } }

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(60%, -60%);
          transform: translate(60%, -60%); }

.modal__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 150%;
  background-color: rgba(31, 22, 48, 0.75); }

.newsletter-signup {
  position: relative;
  padding: 32px;
  background: #F5EEFF;
  -webkit-box-shadow: 0 10px 30px 0 rgba(31, 22, 48, 0.05);
          box-shadow: 0 10px 30px 0 rgba(31, 22, 48, 0.05);
  border-radius: 10px;
  margin-top: -225px;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .newsletter-signup {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (min-width: 768px) {
    .newsletter-signup {
      padding: 40px 60px;
      margin-top: -225px;
      margin-bottom: 60px; } }
  @media (min-width: 992px) {
    .newsletter-signup {
      margin-top: -185px;
      margin-bottom: 90px; } }
  .newsletter-signup .btn {
    position: relative;
    z-index: 1; }
    @media (min-width: 992px) {
      .newsletter-signup .btn {
        width: 100%;
        display: block; } }

.newsletter-signup__form {
  position: relative; }

.newsletter-signup__grid {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .newsletter-signup__grid.is-hidden {
    opacity: 0; }
  @media (max-width: 992px) {
    .newsletter-signup__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .newsletter-signup__grid .newsletter-signup__submit {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
      .newsletter-signup__grid .newsletter-signup__consent {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
  @media (min-width: 992px) {
    .newsletter-signup__grid .newsletter-signup__submit {
      margin-right: 0; } }

.newsletter-signup__error {
  display: none; }
  .newsletter-signup__error.is-visible {
    display: block; }

.newsletter-signup__success {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none; }
  .newsletter-signup__success.is-visible {
    opacity: 1; }

.newsletter-signup__orb {
  position: absolute;
  top: -25px;
  right: -15px;
  width: 190px; }
  @media (max-width: 992px) {
    .newsletter-signup__orb {
      display: none; } }

.pagination {
  text-align: center; }
  .pagination a, .pagination span {
    padding: 0 2px;
    margin: 0 8px;
    color: black;
    font-weight: 300; }
    @media (min-width: 992px) {
      .pagination a, .pagination span {
        margin: 0 12px; } }
  .pagination .icon {
    padding: 0;
    opacity: .5;
    -webkit-transition: opacity .5s;
    transition: opacity .5s; }
    .pagination .icon:hover {
      opacity: 1; }
  .pagination .previous {
    margin-right: 10px; }
  .pagination .next {
    margin-left: 10px; }
  @media (min-width: 992px) {
    .pagination .previous {
      margin-right: 20px; }
    .pagination .next {
      margin-left: 20px; } }
  .pagination span.current {
    border-bottom: 2px solid blue; }

.promo-block {
  position: relative;
  padding-top: 35px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 10px; }
  @media (min-width: 992px) {
    .promo-block {
      padding-top: 60px;
      padding-left: 45px;
      padding-right: 45px; } }
  @media (min-width: 1260px) {
    .promo-block {
      padding-top: 80px;
      padding-left: 60px;
      padding-right: 60px; }
      .promo-block .inner {
        padding-right: 120px; } }
  .promo-block--dark {
    background-color: #1F1630;
    background-repeat: no-repeat;
    padding-bottom: 140px;
    background-position: bottom 80px left 0;
    background-size: 320px;
    background-image: url("/dist/img/icons/squiggle/promo-block-dark.svg"); }
    @media (min-width: 350px) {
      .promo-block--dark {
        background-size: 420px; } }
    @media (min-width: 480px) {
      .promo-block--dark {
        background-size: 768px;
        padding-bottom: 200px; } }
    @media (min-width: 768px) {
      .promo-block--dark {
        padding-bottom: 240px;
        background-size: 992px;
        background-position: bottom 42px left 0; } }
    @media (min-width: 1260px) {
      .promo-block--dark {
        padding-bottom: 280px;
        background-size: 1260px;
        background-position: bottom 45px left 0; } }
    .promo-block--dark a:not(.btn) {
      color: #6FBAFC !important; }
    .promo-block--dark .text-pointer {
      position: absolute;
      bottom: 4px;
      left: 95px;
      padding-right: 10px; }
      @media (max-width: 768px) {
        .promo-block--dark .text-pointer {
          font-size: 1.4rem; } }
      @media (min-width: 480px) {
        .promo-block--dark .text-pointer {
          bottom: 28px;
          left: 180px; } }
      @media (min-width: 768px) {
        .promo-block--dark .text-pointer {
          bottom: 32px;
          left: 220px; } }
      @media (min-width: 992px) {
        .promo-block--dark .text-pointer {
          bottom: 40px;
          left: 240px; } }
      @media (min-width: 1260px) {
        .promo-block--dark .text-pointer {
          left: 280px; } }
  .promo-block--red {
    background-color: #FECFCE;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    background-position: bottom 40px right 0;
    background-size: 480px;
    background-image: url("/dist/img/icons/squiggle/promo-block-red.svg"); }
    @media (min-width: 480px) {
      .promo-block--red {
        background-size: 768px;
        padding-bottom: 120px; } }
    @media (min-width: 768px) {
      .promo-block--red {
        padding-bottom: 80px;
        background-size: 992px;
        background-position: bottom 42px right 0; } }
    @media (min-width: 1260px) {
      .promo-block--red {
        padding-bottom: 130px;
        background-size: 1260px;
        background-position: bottom 45px right 0; } }
  .promo-block--green {
    background-color: #CCF7E8;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    background-position: bottom 40px right 0;
    background-size: 480px;
    background-image: url("/dist/img/icons/squiggle/promo-block-green.svg"); }
    @media (min-width: 480px) {
      .promo-block--green {
        background-size: 768px;
        padding-bottom: 120px; } }
    @media (min-width: 768px) {
      .promo-block--green {
        padding-bottom: 125px;
        background-size: 992px;
        background-position: bottom 42px right 0; } }
    @media (min-width: 1260px) {
      .promo-block--green {
        padding-bottom: 130px;
        background-size: 1260px;
        background-position: bottom 45px right 0; } }

.reviews.reviews-form--open {
  margin-bottom: 40px; }

.reviews__rating {
  display: inline-block;
  position: relative;
  font-size: 30px;
  color: #D6BAF9;
  cursor: pointer;
  letter-spacing: 4px; }

.reviews__rating__score {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

.reviews-form__container {
  display: none;
  overflow: hidden; }
  .reviews-form__container.reviews-form--open {
    display: block; }

.reviews-form__header {
  width: 100%;
  background: #F5EEFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }
  .reviews-form__header h2 {
    margin-bottom: 0; }
    @media (max-width: 400px) {
      .reviews-form__header h2 {
        font-size: 2.8rem; } }

.reviews-form__rating__container {
  margin-bottom: 42px; }
  @media (min-width: 768px) {
    .reviews-form__rating__container {
      margin-bottom: 54px; } }

.reviews-form__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 46px; }
  .reviews-form__rating label {
    padding-right: 12px; }
  .reviews-form__rating input {
    position: relative;
    width: auto; }
  .reviews-form__rating:not(:checked) > input {
    position: absolute;
    visibility: hidden; }
  .reviews-form__rating:not(:checked) > label {
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 32px;
    color: #D6BAF9; }
  .reviews-form__rating:not(:checked) > label:before {
    content: '☆ '; }
  .reviews-form__rating > input:checked ~ label {
    color: #D6BAF9; }
    .reviews-form__rating > input:checked ~ label:before {
      content: '★ '; }
  .reviews-form__rating:not(:checked) > label:hover,
  .reviews-form__rating:not(:checked) > label:hover ~ label {
    color: #c8a3f7; }
    .reviews-form__rating:not(:checked) > label:hover:before,
    .reviews-form__rating:not(:checked) > label:hover ~ label:before {
      content: '★ '; }
  .reviews-form__rating > input:checked + label:hover,
  .reviews-form__rating > input:checked + label:hover ~ label,
  .reviews-form__rating > input:checked ~ label:hover,
  .reviews-form__rating > input:checked ~ label:hover ~ label,
  .reviews-form__rating > label:hover ~ input:checked ~ label {
    color: #ac74f3; }

.reviews-form__rating__feedback {
  display: none; }
  .reviews-form__rating__feedback.is-visible {
    display: block; }

.reviews-form__consent {
  display: block;
  width: 100%; }
  .reviews-form__consent:after {
    content: "";
    clear: both;
    display: table; }

.share-links {
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .share-links ul {
    list-style: none;
    margin: 0; }
    .share-links ul li {
      padding-bottom: 5px; }
  .share-links a, .share-links button {
    display: block;
    font-size: 0; }
  .share-links .share {
    position: relative;
    left: 20px;
    padding-left: 40px; }
    @media (max-width: 422px) {
      .share-links .share {
        margin-top: 12px; } }
    .share-links .share:before {
      content: '';
      position: absolute;
      top: 16px;
      left: 0;
      width: 30px;
      height: 1px;
      background: #333333; }
      @media (max-width: 422px) {
        .share-links .share:before {
          top: 6px;
          -webkit-transform: rotate(38deg);
                  transform: rotate(38deg); } }
  .share-links .p {
    margin-bottom: 0; }
  .share-links ul li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle; }
    .share-links ul li .text-pointer {
      margin-bottom: 0; }
      .share-links ul li .text-pointer:before {
        display: none; }

.share-links-sticky {
  width: auto !important; }
  .share-links-sticky ul {
    list-style: none;
    margin: 0; }
    .share-links-sticky ul li {
      padding-bottom: 5px; }
  .share-links-sticky a, .share-links-sticky button {
    display: block;
    font-size: 0; }
  .share-links-sticky .extra-words {
    display: none; }
  .share-links-sticky .p {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .share-links-sticky {
      padding-top: 0; }
      .share-links-sticky li {
        position: relative; }
      .share-links-sticky .share {
        position: absolute;
        top: 0;
        left: 65px;
        -webkit-transform: translateY(-125%);
                transform: translateY(-125%);
        white-space: nowrap;
        opacity: 1;
        -webkit-transition: opacity 0.15s;
        transition: opacity 0.15s; }
        .share-links-sticky .share span {
          white-space: nowrap; }
        .share-links-sticky .share .extra-words {
          display: inline-block; }
      .share-links-sticky.share-links-sticky--stuck .share {
        opacity: 0;
        pointer-events: none; } }

.sidebar-block {
  border-radius: 5px;
  overflow: hidden;
  padding: 32px 25px; }
  @media (min-width: 768px) {
    .sidebar-block {
      padding: 40px 60px; } }
  @media (min-width: 992px) {
    .sidebar-block {
      padding: 40px 20px; } }
  @media (min-width: 1260px) {
    .sidebar-block {
      padding: 40px 30px; } }
  .sidebar-block.theme--dark {
    background-color: #1F1630; }
    .sidebar-block.theme--dark p {
      color: white; }
  .sidebar-block.theme--budgetPlanner {
    background-color: #1F1630;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: bottom -50px right 30px;
    background-size: 300px;
    background-image: url("/dist/img/icons/bkg/block-budget-planner.svg"); }
    .sidebar-block.theme--budgetPlanner p {
      color: white; }
    @media (min-width: 450px) {
      .sidebar-block.theme--budgetPlanner {
        padding-bottom: 100px;
        background-size: 320px;
        background-position: bottom 0px right 30px; } }
    @media (min-width: 768px) {
      .sidebar-block.theme--budgetPlanner {
        background-size: 400px;
        padding-bottom: 140px; } }
    @media (min-width: 992px) {
      .sidebar-block.theme--budgetPlanner {
        background-size: 350px;
        padding-bottom: 120px;
        background-position: bottom -20px left -120px; } }
  .sidebar-block.theme--purple {
    background-color: #F5EEFF; }
  .sidebar-block.theme--purpleWSpeechBubble {
    background-color: #F5EEFF;
    padding-bottom: 130px;
    background-repeat: no-repeat;
    background-position: bottom 40px right;
    background-size: 450px;
    background-image: url("/dist/img/icons/bkg/block-speech-bubble.svg"); }
    @media (min-width: 768px) {
      .sidebar-block.theme--purpleWSpeechBubble {
        background-size: 550px; } }
  .sidebar-block.theme--green {
    background-color: #CCF7E8; }
  .sidebar-block.theme--greenWRealText {
    background-color: #CCF7E8;
    padding-bottom: 130px;
    background-repeat: no-repeat;
    background-position: bottom 40px center;
    background-size: 650px;
    background-image: url("/dist/img/icons/bkg/block-real.svg"); }
    @media (min-width: 768px) {
      .sidebar-block.theme--greenWRealText {
        background-size: 750px; } }
  .sidebar-block.theme--greenWLightBulb {
    background-color: #CCF7E8;
    padding-bottom: 130px;
    background-repeat: no-repeat;
    background-position: bottom 40px right;
    background-size: 450px;
    background-image: url("/dist/img/icons/bkg/block-light-bulb.svg"); }
    @media (min-width: 768px) {
      .sidebar-block.theme--greenWLightBulb {
        background-size: 550px; } }
  .sidebar-block.theme--yellow {
    background-color: #FEF1D1; }
  .sidebar-block.theme--yellowWHand {
    background-color: #FEF1D1;
    padding-bottom: 130px;
    background-repeat: no-repeat;
    background-position: bottom 40px right;
    background-size: 440px;
    background-image: url("/dist/img/icons/bkg/block-hand.svg"); }
    @media (min-width: 768px) {
      .sidebar-block.theme--yellowWHand {
        background-size: 550px; } }
  .sidebar-block.theme--red {
    background-color: #FECFCE; }
  .sidebar-block.theme--redWMug {
    background-color: #FECFCE;
    padding-bottom: 120px;
    background-repeat: no-repeat;
    background-position: bottom 40px right;
    background-size: 450px;
    background-image: url("/dist/img/icons/bkg/block-mug.svg"); }
    @media (min-width: 768px) {
      .sidebar-block.theme--redWMug {
        background-size: 550px; } }
  .sidebar-block.theme--blue {
    background-color: #D7E2F9; }
  .sidebar-block.theme--blueWBook {
    background-color: #D7E2F9;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: bottom 40px right;
    background-size: 450px;
    background-image: url("/dist/img/icons/bkg/block-book.svg"); }
    @media (min-width: 768px) {
      .sidebar-block.theme--blueWBook {
        background-size: 550px; } }
  .sidebar-block.theme--related-articles {
    background: #FFFFFF;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 22, 48, 0.05);
            box-shadow: 0 10px 30px 0 rgba(31, 22, 48, 0.05); }
    .sidebar-block.theme--related-articles .article-item {
      display: block;
      border-bottom: 1px solid rgba(31, 22, 48, 0.25);
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .sidebar-block.theme--related-articles .article-item:last-of-type {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }
      .sidebar-block.theme--related-articles .article-item .article-item__additional-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 0; }
      @media (min-width: 992px) {
        .sidebar-block.theme--related-articles .article-item:hover .article-item__title {
          text-decoration: underline; } }
  .sidebar-block:not(.sidebar-block--logo-image) picture {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px; }
    @media (min-width: 768px) {
      .sidebar-block:not(.sidebar-block--logo-image) picture {
        margin-left: -60px;
        margin-right: -60px;
        margin-bottom: -40px; } }
    @media (min-width: 992px) {
      .sidebar-block:not(.sidebar-block--logo-image) picture {
        margin-left: -20px;
        margin-right: -20px; } }
    @media (min-width: 1260px) {
      .sidebar-block:not(.sidebar-block--logo-image) picture {
        margin-left: -30px;
        margin-right: -30px; } }
  .sidebar-block.sidebar-block--logo-image picture {
    display: block;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px; }
    .sidebar-block.sidebar-block--logo-image picture img {
      max-width: 60%;
      margin: 0 auto; }

.step {
  height: calc(100% - 18px);
  padding: 30px;
  background: #CCF7E8;
  -webkit-box-shadow: 0 5px 25px 0 rgba(31, 22, 48, 0.05);
          box-shadow: 0 5px 25px 0 rgba(31, 22, 48, 0.05);
  border-radius: 5px;
  margin-bottom: 18px; }

.terminology-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 1; }

.terminology-nav__item {
  position: relative;
  display: block;
  margin-bottom: 22px;
  text-decoration: none;
  padding: 8px;
  font-size: 1.6rem;
  text-align: center;
  text-transform: uppercase;
  width: 20%; }
  @media (min-width: 414px) {
    .terminology-nav__item {
      width: 16.6%; } }
  @media (min-width: 768px) {
    .terminology-nav__item {
      padding: 6px;
      font-size: 1.8rem;
      margin-bottom: 28px;
      width: 10%; } }
  @media (min-width: 1260px) {
    .terminology-nav__item {
      width: 5%; } }
  .terminology-nav__item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    border: 2px solid #1F1630;
    border-radius: 50%;
    z-index: -1; }
    @media (min-width: 768px) {
      .terminology-nav__item:before {
        width: 40px;
        height: 40px; } }
  .terminology-nav__item.is-current {
    color: #ffffff; }
    .terminology-nav__item.is-current:before {
      background: #1F1630; }

.terminology-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
  padding-top: 28px;
  border-top: 1px solid #1F1630; }

.terminology-list__letter {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 72px;
  font-weight: bold;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .terminology-list__letter {
      width: 10%; } }
  @media (min-width: 1260px) {
    .terminology-list__letter {
      width: 8%; } }

.terminology-list__definitions {
  width: 100%; }
  @media (min-width: 768px) {
    .terminology-list__definitions {
      width: 90%; } }
  @media (min-width: 1260px) {
    .terminology-list__definitions {
      width: 92%; } }

.term-preview {
  position: relative; }

.term-preview__info {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 92000;
  overflow-y: scroll; }
  .term-preview__info.is-active {
    display: block; }
  .term-preview__info .term-preview__info__inner {
    position: relative;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 85%;
    background: #F5EEFF;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 40px 0 rgba(31, 22, 48, 0.35);
            box-shadow: 0 0 40px 0 rgba(31, 22, 48, 0.35);
    color: #1F1630;
    padding: 22px;
    margin-bottom: 200px; }
    .term-preview__info .term-preview__info__inner .term-preview__info__content {
      overflow-y: scroll;
      overflow-x: hidden;
      padding-right: 12px;
      -webkit-user-select: text;
         -moz-user-select: text;
          -ms-user-select: text;
              user-select: text; }
    .term-preview__info .term-preview__info__inner .term-preview__info__close {
      position: absolute;
      top: 0;
      right: 0;
      -webkit-transform: translateX(35%) translateY(-35%);
              transform: translateX(35%) translateY(-35%); }
      @media (min-width: 1260px) {
        .term-preview__info .term-preview__info__inner .term-preview__info__close {
          -webkit-transform: translateX(45%) translateY(-45%);
                  transform: translateX(45%) translateY(-45%); } }
    @media (min-width: 992px) {
      .term-preview__info .term-preview__info__inner {
        width: 60%; } }
    @media (min-width: 1260px) {
      .term-preview__info .term-preview__info__inner {
        width: 50%;
        padding: 26px 32px; } }
  .term-preview__info .term-preview__info__heading {
    margin-bottom: 22px; }
  .term-preview__info .term-preview__info__definition {
    font-weight: normal; }

.term-preview__info__backdrop {
  display: block;
  content: '';
  position: fixed;
  top: 50%;
  left: 50%;
  background: rgba(31, 22, 48, 0.5);
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100vw;
  height: 100vh;
  z-index: -1; }

.text-pointer {
  position: relative;
  display: inline-block; }
  .text-pointer::before {
    content: "";
    position: absolute;
    background: #1F1630;
    width: 25px;
    height: 1px; }

.text-pointer--top-left::before {
  bottom: 100%;
  margin-bottom: 10px;
  left: -20px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg); }

.text-pointer--bottom-left::before {
  top: 100%;
  margin-bottom: 10px;
  left: -20px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg); }

.text-pointer--bottom-right::before {
  top: 100%;
  right: -45px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  margin-top: 10px; }

.text-pointer--white {
  color: #ffffff !important; }
  .text-pointer--white:before {
    background: #ffffff !important; }

.text-pointer--purple {
  color: #D6BAF9 !important; }
  .text-pointer--purple:before {
    background: #D6BAF9 !important; }

.text-pointer--intro {
  margin-left: 135px; }

.text-pointer--additional {
  margin-left: 135px; }
  @media (min-width: 768px) {
    .text-pointer--additional {
      margin-left: 270px; } }
  @media (min-width: 992px) {
    .text-pointer--additional {
      margin-left: 350px; } }
  @media (min-width: 1260px) {
    .text-pointer--additional {
      margin-left: 380px; } }

.text-pointer--contact {
  margin-left: 135px; }
  @media (min-width: 768px) {
    .text-pointer--contact {
      margin-left: 150px; } }
  @media (min-width: 1260px) {
    .text-pointer--contact {
      margin-left: 160px; } }

.text-pointer--paypal {
  margin-left: 106px; }

.text-pointer--article-block {
  margin-left: 120px; }
  @media (min-width: 768px) {
    .text-pointer--article-block {
      margin-left: 150px; } }

[data-tooltip] {
  position: relative;
  cursor: pointer; }

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
  z-index: 1; }

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 8px;
  margin-left: -45px;
  padding: 9px 9px;
  width: 90px;
  border-radius: 10px;
  background-color: #1F1630;
  color: #ffffff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  font-family: basic-sans, sans-serif; }

.tooltip--big {
  display: block; }

.tooltip--big[data-tooltip]:before {
  width: 130px;
  margin-left: -65px; }

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 3px;
  margin-left: -5px;
  width: 0;
  border-bottom: 5px solid #1F1630;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: ' ';
  font-size: 0;
  line-height: 0; }

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.copy-clipboard {
  background-color: transparent;
  border: none; }

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