@charset "UTF-8";
/*
Bootstrap Variables below
you can override Bootstrap sass variables by defining them below
https://getbootstrap.com/docs/4.0/getting-started/theming/
*/
/*
Typography
*/
/*
Forms
*/
/*
Icon data uri
*/
/*
 * node_modules/bootstrap/scss v4.0.0 (https://getnode_modules/bootstrap/scss.com)
 * Copyright 2011-2018 The node_modules/bootstrap/scss Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/node_modules/bootstrap/scss/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "NSIEverydayWeb", sans-serif;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.6;
  color: #2a2b54;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: underline;
  background-color: transparent;
}

a:hover {
  color: #2a2b54;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 2rem;
  font-family: "NSIEverydayWeb", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

h1,
.h1 {
  font-size: 2.625rem;
}

h2,
.h2 {
  font-size: 1.875rem;
}

h3,
.h3 {
  font-size: 1.625rem;
}

h4,
.h4 {
  font-size: 1.4375rem;
}

h5,
.h5 {
  font-size: 1.3125rem;
}

h6,
.h6 {
  font-size: 1.1875rem;
}

.lead {
  font-size: 1.375rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.5;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.5;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875rem;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

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

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875rem;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}

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

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

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

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

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

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

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1440px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #2a2b54;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #2a2b54;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1023.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.625rem + 2px);
  padding: 0.8125rem 0.875rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: inherit;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(60, 60, 67, 0.6);
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 inherit;
}

.form-control:focus {
  color: inherit;
  background-color: #fff;
  border-color: #3d6af7;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: rgba(42, 43, 84, 0.3);
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: rgba(42, 43, 84, 0.3);
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: rgba(42, 43, 84, 0.3);
  opacity: 1;
}

.form-control::placeholder {
  color: rgba(42, 43, 84, 0.3);
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: inherit;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.8125rem + 1px);
  padding-bottom: calc(0.8125rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.32813rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.92969rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.8125rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #2a2b54;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.92969rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.32813rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group,
.form-item {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.4375rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.4375rem;
  font-size: 0.875rem;
  color: #34a859;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.92969rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(52, 168, 89, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #34a859;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #34a859;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 168, 89, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(52, 168, 89, 0.25);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #34a859;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #34a859;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 168, 89, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(52, 168, 89, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #34a859;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #34a859;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #34a859;
}

.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #48c771;
  background-color: #48c771;
}

.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 168, 89, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(52, 168, 89, 0.25);
}

.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #34a859;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #34a859;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #34a859;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 168, 89, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(52, 168, 89, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.4375rem;
  font-size: 0.875rem;
  color: #a32121;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.92969rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(163, 33, 33, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #a32121;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #a32121;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(163, 33, 33, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(163, 33, 33, 0.25);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #a32121;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #a32121;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(163, 33, 33, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(163, 33, 33, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #a32121;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #a32121;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #a32121;
}

.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #cd2a2a;
  background-color: #cd2a2a;
}

.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(163, 33, 33, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(163, 33, 33, 0.25);
}

.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #a32121;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #a32121;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #a32121;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(163, 33, 33, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(163, 33, 33, 0.25);
}

.form-inline {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}
.form--calculator .form-item:first-child{margin-bottom:0;}

@media (min-width: 576px) {
  .form-inline label {
    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;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    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;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

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

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19f;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  position: absolute;
  top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

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

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  -webkit-box-shadow: inset 0 1px 3px #178fe5;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.has-event .pika-button {
  background: #005da9;
  -webkit-box-shadow: inset 0 1px 3px #0076c9;
  box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #d5e9f7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6cb31d;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

/*! nouislider - 14.2.0 - 3/27/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb,
    0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd,
    0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

html {
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  body {
    overflow-x: visible;
  }
}

iframe {
  border: 0;
  width: 100%;
}

img {
  max-width: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

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

.icon {
  display: inline-block;
  fill: currentColor;
  height: 24px;
  pointer-events: none;
  stroke-width: 0;
  stroke: currentColor;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
  vertical-align: middle;
  width: 24px;
}

.icon--sm {
  height: 1rem;
  width: 1rem;
}

.icon--md {
  height: 2rem;
  width: 2rem;
}

.icon--lg {
  height: 3rem;
  width: 3rem;
}

.icon--xl {
  height: 4rem;
  width: 4rem;
}

.icon--xxl {
  height: 5rem;
  width: 5rem;
}

/*
Social Icon
*/
.icon-twitter {
  fill: #1da1f2;
}

.icon-facebook-messenger {
  fill: #006aff;
}

.animation {
  overflow: hidden;
  position: relative;
}

.animation svg {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.animation.is-loaded svg {
  opacity: 1;
}

.animation-aspect-1x1 {
  padding-bottom: 100%;
}

.animation-aspect-4x3 {
  padding-bottom: 75%;
}

.animation-aspect-16x9 {
  padding-bottom: 56.25%;
}

.animation-img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.animation-aspect-test {
  padding-bottom: 216%;
}

.animation-aspect-logo {
  padding-bottom: 116%;
}

.animated-line {
  height: auto;
  max-width: 100%;
  width: 37.5rem;
}

.animated-line path {
  stroke-width: 2px;
  -webkit-transition: none;
  transition: none;
}

.animated-line.animate-in path {
  -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.85, 0, 0.15, 1) 0.6s;
  transition: stroke-dashoffset 2s cubic-bezier(0.85, 0, 0.15, 1) 0.6s;
}

blockquote {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 2rem;
  margin-top: 1rem;
  quotes: "“" "”";
  padding: 0 0 0 3rem;
  position: relative;
}

blockquote:last-child {
  margin-bottom: 0;
}

blockquote::before {
  color: #fc605c;
  content: open-quote;
  font-size: 4rem;
  font-weight: 600;
  left: 0;
  line-height: 0.9;
  position: absolute;
  top: 0;
}

.blockquote-centered {
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.25;
  margin: 3.5rem auto;
  max-width: 34rem;
  padding: 3rem 1rem 0;
  text-align: center;
}

.blockquote-centered::before {
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

@media (min-width: 1024px) {
  .blockquote-centered {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .blockquote-centered {
    font-size: 2.125rem;
    margin-bottom: 5rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.blockquote-centered .blockquote-footer {
  color: #2a2b54;
  font-size: 0.875rem;
}

.blockquote-lg {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.24;
  margin-top: 0;
  padding: 3rem 0 0;
}

@media (min-width: 1024px) {
  .blockquote-lg {
    padding-top: 0;
  }
  .blockquote-lg::before {
    font-size: 5rem;
    left: -3rem;
    top: -0.375rem;
  }
}

@media (min-width: 1200px) {
  .blockquote-lg {
    font-size: 2.125rem;
  }
}

.blockquote-footer {
  color: #fc605c;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
}

.blockquote-footer:before {
  content: none;
}

.blockquote-link {
  border-bottom: 1.5px solid #fc605c;
  font-size: 1.25rem;
  padding-bottom: 2px;
  text-decoration: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.blockquote-link:focus,
.blockquote-link:hover {
  border-color: #2a2b54;
  text-decoration: none;
}

/*
animated
- used in nav
*/
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
  color: #2a2b54;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1;
  padding: 0.75rem 1.5rem 0.8125rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.2s, color 0.2s ease;
  transition: background-color 0.2s, color 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.btn:focus:not([disabled]),
.btn:hover:not([disabled]) {
  background-color: #f0f0f0;
  text-decoration: none;
}

.btn[disabled] {
  background-color: #f0f0f0;
  color: #2a2b54;
  cursor: not-allowed;
  text-decoration: none;
}

.btn-sm {
  font-size: 0.875rem;
  padding: 0.4375rem 0.75rem 0.5rem;
}

.btn-lg {
  padding: 1.125rem 1.875rem 1.1875rem;
}

.btn-block {
  display: block;
  width: 100%;
}

@media (max-width: 767.98px) {
  .btn-sm-block {
    display: block;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .btn-sm-block {
    max-width: 18rem;
  }
}

@media (min-width: 768px) {
  .btn-sm-block {
    max-width: none;
    width: auto;
  }
}

/*
Primary
*/
.btn-primary {
  color: #fff;
  background-color: #fc605c;
}

.btn-primary:focus:not([disabled]),
.btn-primary:hover:not([disabled]) {
  color: #fff;
  background-color: #ed5b58;
}

.btn-primary-outline {
  background-color: transparent;
  border: 1px solid #fc605c;
  color: #fc605c;
}

.btn-primary-outline:focus:not([disabled]),
.btn-primary-outline:hover:not([disabled]) {
  color: #fff;
  background-color: #fc605c;
}

.btn--pine {
  background-color: #00585c;
  color: #fff;
}

.btn--pine:focus:not([disabled]),
.btn--pine:hover:not([disabled]) {
  background-color: #003236;
  color: #fff;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-group-item {
  margin: 0 1rem 1rem 0;
}

/*
Variation - Narrow
*/
.btn-group-narrow .btn-group-item {
  margin: 0 0.5rem 0.5rem 0;
}

.btn-group-narrow .btn-group-item:last-child {
  margin-right: 0;
}

/*
Variation - Stacked
*/
.btn-group-stacked {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2rem 0;
}

.btn-group-stacked .btn-group-item {
  margin-bottom: 1rem;
}

.palette {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem;
}

.palette__item {
  margin: 1rem 0;
  padding: 0 1rem;
  width: 100%;
}

@media (min-width: 576px) {
  .palette__item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .palette__item {
    width: 25%;
  }
}

.palette__swatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.palette__swatch__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.palette__label {
  padding: 0.5rem 0;
}

.palette__label__name,
.palette__label__hex {
  display: block;
}

.palette__hex {
  border-bottom: 1px dashed rgba(68, 68, 68, 0.2);
  padding-bottom: 0.25rem;
  padding-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.palette__hex__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.palette__label__name {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.cta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.75rem 0;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.cta:not([disabled]):hover {
  outline: none;
  text-decoration: none;
}

.cta:not([disabled]):hover .cta-icon {
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
}

.cta:not([disabled]):focus {
  outline: 1px dashed;
  text-decoration: none;
}

.cta:not([disabled]):focus .cta-icon {
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
}

.cta[disabled] {
  color: #696a87;
  cursor: not-allowed;
  opacity: 0.8;
}

.cta-sm {
  font-size: 0.875rem;
  letter-spacing: 0.2px;
}

.cta-icon {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-left: 0.5rem;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cta-reverse .cta-icon {
  margin-left: 0;
  margin-right: 0.5rem;
}

.cta-stretch::after {
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.cta-underline {
  border-bottom: 1.5px solid #fc605c;
  padding-bottom: 2px;
  text-decoration: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.cta-underline:focus,
.cta-underline:hover {
  border-color: #2a2b54;
  text-decoration: none;
}

/*
variation - color
*/
.cta--bubblegum .cta-icon {
  color: #fc605c;
}

.cta--bubblegum:focus,
.cta--bubblegum:hover {
  color: #fc605c;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-3by4::before {
  padding-top: 133%;
}

.embed-responsive-5by2::before {
  padding-top: 40%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/*
Font families mixin
*/
/*
Font families
*/
@font-face {
  font-display: fallback;
  font-family: "NSIEverydayWeb";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Light.eot");
  src: url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Light.woff2") format("woff2"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Light.woff") format("woff"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Light.ttf") format("truetype"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Light.svg") format("svg");
}

@font-face {
  font-display: fallback;
  font-family: "NSIEverydayWeb";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/NSIEverydayWeb/NSIEverydayWeb-LightItalic.eot");
  src: url("../fonts/NSIEverydayWeb/NSIEverydayWeb-LightItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-LightItalic.woff2")
      format("woff2"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-LightItalic.woff")
      format("woff"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-LightItalic.ttf")
      format("truetype"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-LightItalic.svg") format("svg");
}

@font-face {
  font-display: fallback;
  font-family: "NSIEverydayWeb";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Regular.eot");
  src: url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Regular.woff2") format("woff2"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Regular.woff") format("woff"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Regular.ttf") format("truetype"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Regular.svg") format("svg");
}

@font-face {
  font-display: fallback;
  font-family: "NSIEverydayWeb";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Italic.eot");
  src: url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Italic.woff2") format("woff2"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Italic.woff") format("woff"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Italic.ttf") format("truetype"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Italic.svg") format("svg");
}

@font-face {
  font-display: fallback;
  font-family: "NSIEverydayWeb";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Medium.eot");
  src: url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Medium.woff2") format("woff2"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Medium.woff") format("woff"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Medium.ttf") format("truetype"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Medium.svg") format("svg");
}

@font-face {
  font-display: fallback;
  font-family: "NSIEverydayWeb";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/NSIEverydayWeb/NSIEverydayWeb-MediumItalic.eot");
  src: url("../fonts/NSIEverydayWeb/NSIEverydayWeb-MediumItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-MediumItalic.woff2")
      format("woff2"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-MediumItalic.woff")
      format("woff"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-MediumItalic.ttf")
      format("truetype"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-MediumItalic.svg") format("svg");
}

@font-face {
  font-display: fallback;
  font-family: "NSIEverydayWeb";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Bold.eot");
  src: url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Bold.woff2") format("woff2"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Bold.woff") format("woff"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Bold.ttf") format("truetype"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Bold.svg") format("svg");
}

@font-face {
  font-display: fallback;
  font-family: "NSIEverydayWeb";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/NSIEverydayWeb/NSIEverydayWeb-BoldItalic.eot");
  src: url("../fonts/NSIEverydayWeb/NSIEverydayWeb-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-BoldItalic.woff2")
      format("woff2"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-BoldItalic.woff") format("woff"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-BoldItalic.ttf")
      format("truetype"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-BoldItalic.svg") format("svg");
}

@font-face {
  font-display: fallback;
  font-family: "NSIEverydayWeb";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Heavy.eot");
  src: url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Heavy.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Heavy.woff2") format("woff2"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Heavy.woff") format("woff"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Heavy.ttf") format("truetype"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-Heavy.svg") format("svg");
}

@font-face {
  font-display: fallback;
  font-family: "NSIEverydayWeb";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/NSIEverydayWeb/NSIEverydayWeb-HeavyItalic.eot");
  src: url("../fonts/NSIEverydayWeb/NSIEverydayWeb-HeavyItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-HeavyItalic.woff2")
      format("woff2"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-HeavyItalic.woff")
      format("woff"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-HeavyItalic.ttf")
      format("truetype"),
    url("../fonts/NSIEverydayWeb/NSIEverydayWeb-HeavyItalic.svg") format("svg");
}

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

/*
placeholders
*/

.form-control::-webkit-input-placeholder {
  color: rgba(60, 60, 67, 0.3);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.form-control::-moz-placeholder {
  color: rgba(60, 60, 67, 0.3);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.form-control::-ms-input-placeholder {
  color: rgba(60, 60, 67, 0.3);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.form-control::placeholder {
  color: rgba(60, 60, 67, 0.3);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.form-control:not([disabled]):focus::-webkit-input-placeholder,
.form-control:not([disabled]):hover::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.82);
}

.form-control:not([disabled]):focus::-moz-placeholder,
.form-control:not([disabled]):hover::-moz-placeholder {
  color: rgba(0, 0, 0, 0.82);
}

.form-control:not([disabled]):focus::-ms-input-placeholder,
.form-control:not([disabled]):hover::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.82);
}

.form-control:not([disabled]):focus::placeholder,
.form-control:not([disabled]):hover::placeholder {
  color: rgba(0, 0, 0, 0.82);
}

.form-control[disabled] {
  border: transparent;
  color: rgba(60, 60, 67, 0.3);
  cursor: not-allowed;
}

.form-control:valid:focus,
.form-control.is-valid:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control-transparent::-webkit-input-placeholder {
  color: #2a2b54;
}

.form-control-transparent::-moz-placeholder {
  color: #2a2b54;
}

.form-control-transparent::-ms-input-placeholder {
  color: #2a2b54;
}

.form-control-transparent::placeholder {
  color: #2a2b54;
}

/*
Form groups
*/
.form-group-margin-0 {
  margin-bottom: 0;
}

.form-group-sm {
  margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {
  .form-group-sm {
    margin-bottom: 2rem;
  }
}

.form-group-md {
  margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {
  .form-group-md {
    margin-bottom: 3rem;
  }
}

.form-group-lg {
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .form-group-lg {
    margin-bottom: 3.5rem;
  }
}

/*
Form controls
*/
@media (min-width: 1200px) {
  .form-control-lg {
    font-size: 2.125rem;
  }
}

.form-control-open {
  border-radius: 0;
  border-width: 0 0 1px 0;
  padding-left: 0;
  padding-right: 0;
}

.form-control-open:focus {
  background-color: transparent;
}

.form-control-transparent {
  background-color: transparent;
}

/*
Input group
*/
.input-group {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group-icon-left > .form-control {
  padding-left: 2rem;
}

.input-group-icon-left .input-group-prepend {
  left: 0.75rem;
}

.input-group-icon-left.input-group-open .input-group-prepend {
  left: 0;
}

.input-group-icon-right > .form-control {
  padding-right: 2.5rem;
}

.input-group-icon-right .input-group-append {
  right: 0.75rem;
}

.input-group-icon-right .form-control-open + .input-group-append {
  right: 0;
}

.input-group-icon-left .input-group-append,
.input-group-icon-left .input-group-prepend,
.input-group-icon-right .input-group-append,
.input-group-icon-right .input-group-prepend {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 1;
}

.input-group-append,
.input-group-prepend {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  pointer-events: none;
}

.input-group-lg .input-group-append,
.input-group-lg .input-group-prepend {
  font-size: 1.75rem;
  font-weight: 500;
}

/*
Label
*/
label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
}

label.is-valid {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.669 16.147a1.5 1.5 0 00-2.122 2.12l5.94 5.94a1.5 1.5 0 002.122 0L27.525 9.287a1.5 1.5 0 00-2.122-2.122L11.548 21.024l-4.88-4.877z' fill='%235DC063' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-left: 1.125rem;
}

.label-md {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .label-md {
    font-size: 1.25rem;
  }
}

.label-lg {
  font-size: 1.4375rem;
}

@media (min-width: 1200px) {
  .label-lg {
    font-size: 2.125rem;
  }
}

/*
Form text / tooltip
*/
.form-text {
  font-size: 0.875rem;
}

label + .form-text {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

.form-text-padded {
  background-color: #e2eafe;
  padding: 0.4375rem 1rem;
}

.invalid-feedback {
  font-weight: 400;
}

/*
Custom range
*/
/*
Custom checkbox & radio
*/
.custom-control {
  position: relative;
}

.custom-control-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  width: 1px;
}

.custom-control-input:focus + .custom-control-label .custom-control-label-bg {
  background-color: rgba(118, 118, 128, 0.08);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom-control-input:disabled + .custom-control-label {
  color: #696a87;
  cursor: not-allowed;
}

.custom-control-input:disabled + .custom-control-label::before {
  border-color: rgba(60, 60, 67, 0.08);
}

.custom-control-input:disabled
  + .custom-control-label
  .custom-control-label-bg {
  display: none;
}

.custom-control-input[type="radio"] + .custom-control-label::before,
.custom-control-input[type="radio"] + .custom-control-label::after {
  border-radius: 50%;
}

.custom-control-input[type="radio"] + .custom-control-label::before {
  left: 6px;
  top: 6px;
  height: 1rem;
  width: 1rem;
}

.custom-control-input[type="radio"] + .custom-control-label::after {
  background-color: transparent;
  left: 11px;
  top: 11px;
  height: 0.375rem;
  width: 0.375rem;
}

.custom-control-input[type="radio"]:checked + .custom-control-label::after {
  background-color: #fff;
}

.custom-control-input[type="radio"]:checked + .tag {
  background-color: #fad9d7;
  border-color: #fad9d7;
}

.custom-control-input[type="radio"]:checked:disabled
  + .custom-control-label::after {
  background-color: #8a8a8e;
}

.custom-control-input[type="checkbox"] + .custom-control-label::before,
.custom-control-input[type="checkbox"] + .custom-control-label::after {
  left: 6px;
  top: 6px;
  height: 1rem;
  width: 1rem;
}

.custom-control-input[type="checkbox"] + .custom-control-label::before {
  border-radius: 0.1875rem;
}

.custom-control-input[type="checkbox"] + .custom-control-label::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-control-input[type="checkbox"]:checked + .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Echeck%3C/title%3E%3Cpath fill='%23ffffff' d='M9 16.172l10.594-10.594 1.406 1.406-12 12-5.578-5.578 1.406-1.406z'%3E%3C/path%3E%3C/svg%3E%0A");
}

.custom-control-input[type="checkbox"]:checked + .tag {
  background-color: #fad9d7;
  border-color: #fad9d7;
}

.custom-control-input[type="checkbox"]:checked:disabled
  + .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Echeck%3C/title%3E%3Cpath fill='%238a8a8e' d='M9 16.172l10.594-10.594 1.406 1.406-12 12-5.578-5.578 1.406-1.406z'%3E%3C/path%3E%3C/svg%3E%0A");
}

.custom-control-input[type="checkbox"]:indeterminate
  + .custom-control-label::before {
  background-color: #fc605c;
  border-color: #fc605c;
}

.custom-control-input[type="checkbox"]:indeterminate
  + .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFF' d='M4 11h16v2H4z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.custom-control-input:checked + .custom-control-label::before {
  background-color: #fc605c;
  border-color: #fc605c;
}

.custom-control-input:checked
  + .custom-control-label:focus
  .custom-control-label-bg,
.custom-control-input:checked
  + .custom-control-label:hover
  .custom-control-label-bg {
  background-color: rgba(252, 96, 92, 0.08);
}

.custom-control-input:checked
  + .custom-control-label:active
  .custom-control-label-bg {
  background-color: rgba(252, 96, 92, 0.3);
}

.custom-control-input:checked:disabled + .custom-control-label::before {
  background-color: rgba(60, 60, 67, 0.08);
  border-color: transparent;
}

.custom-control-label {
  cursor: pointer;
  margin-bottom: 0;
  padding: 0.375rem 0.375rem 0.375rem 2rem;
  position: relative;
}

.custom-control-label::before,
.custom-control-label::after {
  content: "";
  display: block;
  position: absolute;
}

.custom-control-label::before {
  border: 1px solid rgba(60, 60, 67, 0.6);
  -webkit-transition: border-color 0.1s, background-color 0.1s ease;
  transition: border-color 0.1s, background-color 0.1s ease;
}

.custom-control-label:focus .custom-control-label-bg,
.custom-control-label:hover .custom-control-label-bg {
  background-color: rgba(118, 118, 128, 0.08);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom-control-label-bg {
  background-color: transparent;
  border-radius: 50%;
  display: block;
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s ease;
  transition: background-color 0.3s, -webkit-transform 0.3s ease;
  transition: background-color 0.3s, transform 0.3s ease;
  transition: background-color 0.3s, transform 0.3s ease,
    -webkit-transform 0.3s ease;
  width: 1.75rem;
}

/*
custom pickaday styles
*/
.nsi-date-theme {
  font-family: "NSIEverydayWeb", sans-serif;
}

.nsi-date-theme.is-bound {
  border-radius: 0 0 0.25rem 0.25rem;
  border: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1),
    0 0 5px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), 0 0 5px 0 rgba(0, 0, 0, 0.14);
}

.nsi-date-theme .pika-title {
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 0.5rem;
}

.nsi-date-theme .pika-lendar {
  margin: 1rem;
}

.nsi-date-theme .pika-label {
  color: #2a2b54;
  font-size: 1.25rem;
  font-weight: 500;
}

.nsi-date-theme .pika-prev,
.nsi-date-theme .pika-next {
  opacity: 1;
}

.nsi-date-theme .pika-prev.is-disabled,
.nsi-date-theme .pika-next.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.nsi-date-theme .pika-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.64 23.717a.963.963 0 001.457-1.255l-.094-.108-7.676-7.335 7.676-7.36a.964.964 0 00.094-1.255l-.094-.11a.964.964 0 00-1.255-.092l-.108.092-8.357 8.044a.967.967 0 00-.094 1.256l.094.108 8.357 8.016z' fill='%23FC605C' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
}

.nsi-date-theme .pika-next {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.646 23.717a.963.963 0 01-1.457-1.255l.094-.108 7.676-7.335-7.676-7.36a.964.964 0 01-.094-1.255l.094-.11a.964.964 0 011.255-.092l.108.092 8.357 8.044a.967.967 0 01.094 1.256l-.094.108-8.357 8.016z' fill='%23FC605C' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
}

.nsi-date-theme .pika-table th {
  color: #696a87;
  font-weight: 400;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}

.nsi-date-theme .pika-table td {
  padding: 0.25rem 0;
}

.nsi-date-theme .pika-table abbr {
  text-decoration: none;
}

.nsi-date-theme .pika-button {
  background-color: #fff;
  color: #2a2b54;
  font-size: 1rem;
  font-weight: 400;
  height: 2rem;
  text-align: center;
}

.nsi-date-theme .is-today .pika-button {
  color: #fc605c;
}

.nsi-date-theme .is-disabled .pika-button {
  color: #696a87;
}

.nsi-date-theme .is-selected .pika-button,
.nsi-date-theme .has-event .pika-button,
.nsi-date-theme .pika-button:hover {
  background: #fc605c;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

/*
Custom range
*/
.custom-range-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  width: 100%;
}

.custom-range-input:focus {
  outline: none;
}

.custom-range-input:focus::-webkit-slider-runnable-track {
  background: rgba(72, 72, 80, 0.08);
}

.custom-range-input:focus::-ms-fill-lower {
  background: rgba(60, 60, 67, 0.08);
}

.custom-range-input:focus::-ms-fill-upper {
  background: rgba(72, 72, 80, 0.08);
}

.custom-range-input::-webkit-slider-runnable-track {
  height: 0.125rem;
  background-color: rgba(42, 43, 84, 0.15);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  width: 100%;
}

.custom-range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fc605c;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  cursor: pointer;
  height: 1.5rem;
  margin-top: -12px;
  width: 1.5rem;
}

.custom-range-input::-moz-range-track {
  background-color: rgba(42, 43, 84, 0.15);
  border-radius: 0;
  border: 0;
  cursor: pointer;
  height: 0.125rem;
  width: 100%;
}

.custom-range-input::-moz-range-thumb {
  background: #ffffff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
}

.custom-range-input::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
  height: 0.125rem;
  cursor: pointer;
  width: 100%;
}

.custom-range-input::-ms-fill-lower {
  background-color: rgba(42, 43, 84, 0.15);
  border: 0;
  border-radius: 0;
}

.custom-range-input::-ms-fill-upper {
  background-color: rgba(42, 43, 84, 0.15);
  border: 0;
  border-radius: 0;
}

.custom-range-input::-ms-thumb {
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
}

/*
custom JS using noUi plugin
*/
.noUi-target {
  background-color: rgba(42, 43, 84, 0.15);
  border: 0;
  border-radius: 1.5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 1.5rem;
}

.noUi-horizontal {
  height: 2px;
}

.noUi-handle {
  border: 0;
  border-radius: 50%;
  background: #fc605c;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: 0;
}

.noUi-handle::before,
.noUi-handle::after {
  content: none;
}

.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  border-radius: 50%;
  display: block;
  height: 2rem;
  left: -0.25rem;
  position: absolute;
  top: -0.25rem;
  transition: background-color 0.3s, transform 0.3s ease,
    -webkit-transform 0.3s ease;
  width: 2rem;
}

.noUi-handle.noUi-active:before {
  background-color: rgba(252, 96, 92, 0.3);
}

.noUi-handle:hover:before {
  background-color: rgba(118, 118, 128, 0.08);
}

.noUi-horizontal .noUi-handle {
  height: 1.5rem;
  right: -0.5rem;
  top: -0.6875rem;
  width: 1.5rem;
}

.noUi-connect {
  background: #fc605c;
}

/*
custom-select
*/
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill-opacity='.12' fill='%23ffffff' fill-rule='nonzero' cx='20' cy='20' r='20'/%3E%3Ccircle stroke-opacity='0' stroke='%233C3C43' cx='20' cy='20' r='19.5'/%3E%3Cpath d='M13.22 18.28a.75.75 0 01.976-1.133l.084.073 5.705 5.97 5.726-5.97a.75.75 0 01.976-.073l.085.073a.75.75 0 01.072.976l-.072.084-6.256 6.5a.75.75 0 01-.977.073l-.084-.073-6.235-6.5z' fill='%23000' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: right 2px top 6px;
  background-repeat: no-repeat;
  background-size: 2.5rem;
  padding-right: 3rem;
  position: relative;
  -webkit-transition: background-image 0.3s, color 0.3s ease;
  transition: background-image 0.3s, color 0.3s ease;
}

.custom-select:not([disabled]):hover {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill-opacity='.12' fill='%23FF6E61' fill-rule='nonzero' cx='20' cy='20' r='20'/%3E%3Ccircle stroke-opacity='.3' stroke='%233C3C43' cx='20' cy='20' r='19.5'/%3E%3Cpath d='M13.22 18.28a.75.75 0 01.976-1.133l.084.073 5.705 5.97 5.726-5.97a.75.75 0 01.976-.073l.085.073a.75.75 0 01.072.976l-.072.084-6.256 6.5a.75.75 0 01-.977.073l-.084-.073-6.235-6.5z' fill='%23000' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.custom-select::-ms-expand {
  display: none;
}

.custom-switch-input {
  display: inline-block;
  opacity: 0;
  outline: 0;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-switch-input:disabled + .custom-switch-label {
  color: #696a87;
  cursor: not-allowed;
}

.custom-switch-input:disabled + .custom-switch-label .custom-switch-label-bg {
  display: none;
}

.custom-switch-input:checked + .custom-switch-label::before {
  background: #fc605c;
}

.custom-switch-input:checked + .custom-switch-label::after {
  -webkit-transform: translate3d(14px, 0, 0);
  transform: translate3d(14px, 0, 0);
}

.custom-switch-input:checked + .custom-switch-label .custom-switch-label-bg {
  -webkit-transform: translate3d(14px, 0, 0);
  transform: translate3d(14px, 0, 0);
}

.custom-switch-input:checked:disabled + .custom-switch-label::before {
  background: #fad9d7;
}

.custom-switch-input:checked:focus
  + .custom-switch-label
  .custom-switch-label-bg,
.custom-switch-input:checked:hover
  + .custom-switch-label
  .custom-switch-label-bg {
  background: #fad9d7;
}

.custom-switch-input:checked:active
  + .custom-switch-label
  .custom-switch-label-bg {
  background: #fad9d7;
}

.custom-switch-label {
  cursor: pointer;
  min-height: 1.5rem;
  padding: 0.6875rem 0.5625rem 0.5625rem 3.5rem;
  position: relative;
}

.custom-switch-label::before {
  border-radius: 24px;
  background-color: rgba(60, 60, 67, 0.08);
  content: "";
  display: block;
  height: 1.5rem;
  left: 0.4375rem;
  position: absolute;
  top: 0.4375rem;
  width: 2.375rem;
}

.custom-switch-label:after {
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 2px 2px 0 rgba(0, 0, 0, 0.14);
  content: "";
  display: block;
  height: 1.25rem;
  left: 0.5625rem;
  position: absolute;
  top: 0.5625rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  width: 1.25rem;
}

.custom-switch-label:focus .custom-switch-label-bg,
.custom-switch-label:hover .custom-switch-label-bg {
  background-color: rgba(118, 118, 128, 0.08);
}

.custom-switch-label-bg {
  background-color: transparent;
  border-radius: 50%;
  display: block;
  height: 2.375rem;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s ease;
  transition: background-color 0.3s, -webkit-transform 0.3s ease;
  transition: background-color 0.3s, transform 0.3s ease;
  transition: background-color 0.3s, transform 0.3s ease,
    -webkit-transform 0.3s ease;
  width: 2.375rem;
  z-index: -1;
}

.custom-toggle-input {
  display: inline-block;
  opacity: 0;
  outline: 0;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-toggle-input:disabled + .custom-toggle-label {
  background: #f0f0f0;
  border-color: #f0f0f0;
  color: #696a87;
  cursor: not-allowed;
}

.custom-toggle-input:focus + .custom-toggle-label,
.custom-toggle-input:hover + .custom-toggle-label {
  background: #fff;
  color: #2a2b54;
}

.custom-toggle-input:checked + .custom-toggle-label {
  background: #fc605c;
  border-color: #fc605c;
  color: #fff;
}

.custom-toggle-label {
  background-color: #fff;
  border: 1px solid #fc605c;
  color: #fc605c;
  display: block;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  min-height: 3.5rem;
  padding: 0.875rem 1.875rem 0.9375rem;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.2s, color 0.2s ease;
  transition: background-color 0.2s, color 0.2s ease;
}

.toggle-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.toggle-group-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.toggle-group-item .custom-toggle-label {
  height: 100%;
}

.toggle-group-item + .toggle-group-item .custom-toggle-label {
  border-left-width: 0;
  border-bottom-width: 1px;
}

.toggle-group-item:first-child .custom-toggle-label {
  border-bottom-width: 1px;
  border-radius: 0.1875rem 0 0 0.1875rem;
}

.toggle-group-item:last-child .custom-toggle-label {
  border-radius: 0 0.1875rem 0.1875rem 0;
}

.main-content {
  padding-top: 4rem;
}

@media (min-width: 1200px) {
  .main-content {
    padding-top: 6rem;
  }
}

.main-content > .article:last-child,
.main-content > .section:last-child,
.main-content > .promo:last-child,
.main-content-wrap > .article:last-child,
.main-content-wrap > .section:last-child,
.main-content-wrap > .promo:last-child {
  margin-bottom: 0;
  padding-bottom: 6rem;
}

.section-bottom-padding {
  margin-bottom: 0 !important;
  padding-bottom: 6rem !important;
}

@media (min-width: 576px) {
  .main-content > .article:last-child,
  .main-content > .section:last-child,
  .main-content > .promo:last-child,
  .main-content-wrap > .article:last-child,
  .main-content-wrap > .section:last-child,
  .main-content-wrap > .promo:last-child {
    padding-bottom: 8rem;
  }
  .section-bottom-padding {
    margin-bottom: 0 !important;
    padding-bottom: 8rem !important;
  }
}

@media (min-width: 1200px) {
  .main-content > .article:last-child,
  .main-content > .section:last-child,
  .main-content > .promo:last-child,
  .main-content-wrap > .article:last-child,
  .main-content-wrap > .section:last-child,
  .main-content-wrap > .promo:last-child {
    padding-bottom: 12rem;
  }
  .section-bottom-padding {
    margin-bottom: 0 !important;
    padding-bottom: 12rem !important;
  }
}
.help-detail-search .col-md-8 > p {
  margin: 0px !important;
}
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  max-width: 74.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 576px) {
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
}

@media (min-width: 768px) {
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1440px) {
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}

.container--fullwidth {
  max-width: none;
}

/*
Utilities
*/
.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

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

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

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

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

.row-margin-sm {
  margin-bottom: 2rem;
}

.row-margin-lg {
  margin-bottom: 3.5rem;
  margin-top: 1.5rem;
}

@media (min-width: 1200px) {
  .row-margin-lg {
    margin-bottom: 6rem;
    margin-top: 3rem;
  }
}

/*
Adjust gutters at each breakpoint
*/
@media (min-width: 576px) {
  .row:not(.no-gutters) {
    margin-right: -8px;
    margin-left: -8px;
  }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 768px) {
  .row:not(.no-gutters) {
    margin-right: -16px;
    margin-left: -16px;
  }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (min-width: 1024px) {
  .row:not(.no-gutters) {
    margin-right: -24px;
    margin-left: -24px;
  }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (min-width: 1200px) {
  .row:not(.no-gutters) {
    margin-right: -28px;
    margin-left: -28px;
  }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 28px;
    padding-left: 28px;
  }
}

/* demo purpose only below */
.grid-demo-item {
  background-color: #ff6e61;
  min-height: 1.5rem;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  text-align: center;
}

.grid-demo-label::after {
  content: "16px";
}

@media (min-width: 768px) {
  .grid-demo-label::after {
    content: "32px";
  }
}

@media (min-width: 1024px) {
  .grid-demo-label::after {
    content: "48px";
  }
}

@media (min-width: 1200px) {
  .grid-demo-label::after {
    content: "56px";
  }
}

.icon-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  color: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  height: 2.5rem;
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s ease;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: 2.5rem;
}

.icon-btn:focus,
.icon-btn:hover {
  background-color: rgba(252, 96, 92, 0.08);
  color: #000;
  outline: 0;
}

.icon-btn:focus,
.icon-btn:active {
  border-color: rgba(60, 60, 59, 0.82);
  border-radius: 50%;
}

.icon-btn-stretch {
  border: 0;
  height: 2.5rem;
  width: 2.5rem;
}

.icon-btn-stretch::after {
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

/*
sizes
*/
@media (min-width: 1200px) {
  .icon-btn--lg {
    height: 3.25rem;
    width: 3.25rem;
  }
  .icon-btn--lg .icon {
    height: 2.25rem;
    width: 2.25rem;
  }
}

.icon-btn--black {
  color: #000000;
}

.icon-btn-solid--black {
  background-color: #000000;
}

.icon-btn--dark_grey {
  color: #3c3c3b;
}

.icon-btn-solid--dark_grey {
  background-color: #3c3c3b;
}

.icon-btn--light_grey {
  color: #f0f0f0;
}

.icon-btn-solid--light_grey {
  background-color: #f0f0f0;
}

.icon-btn--grey {
  color: #696a87;
}

.icon-btn-solid--grey {
  background-color: #696a87;
}

.icon-btn--white {
  color: #ffffff;
}

.icon-btn-solid--white {
  background-color: #ffffff;
}

.icon-btn--biro {
  color: #2a2b54;
}

.icon-btn-solid--biro {
  background-color: #2a2b54;
}

.icon-btn--shiraz {
  color: #50001b;
}

.icon-btn-solid--shiraz {
  background-color: #50001b;
}

.icon-btn--vinyl {
  color: #05210a;
}

.icon-btn-solid--vinyl {
  background-color: #05210a;
}

.icon-btn--pine {
  color: #00585c;
}

.icon-btn-solid--pine {
  background-color: #00585c;
}

.icon-btn--electric {
  color: #3d6af7;
}

.icon-btn-solid--electric {
  background-color: #3d6af7;
}

.icon-btn--bubblegum {
  color: #fc605c;
}

.icon-btn-solid--bubblegum {
  background-color: #fc605c;
}

.icon-btn--lawn {
  color: #34a859;
}

.icon-btn-solid--lawn {
  background-color: #34a859;
}

.icon-btn--yolk {
  color: #ffae0c;
}

.icon-btn-solid--yolk {
  background-color: #ffae0c;
}

.icon-btn--frost {
  color: #e2eafe;
}

.icon-btn-solid--frost {
  background-color: #e2eafe;
}

.icon-btn--marshmallow {
  color: #fad9d7;
}

.icon-btn-solid--marshmallow {
  background-color: #fad9d7;
}

.icon-btn--lido {
  color: #e9f2e0;
}

.icon-btn-solid--lido {
  background-color: #e9f2e0;
}

.icon-btn--sand {
  color: #ffefce;
}

.icon-btn-solid--sand {
  background-color: #ffefce;
}

.icon-btn--error_red {
  color: #a32121;
}

.icon-btn-solid--error_red {
  background-color: #a32121;
}

.icon-btn--valid_green {
  color: #34a859;
}

.icon-btn-solid--valid_green {
  background-color: #34a859;
}

.icon-btn--alert_yellow {
  color: #ffae0c;
}

.icon-btn-solid--alert_yellow {
  background-color: #ffae0c;
}

@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

.image-fade-in {
  -webkit-animation-name: fade_in;
  animation-name: fade_in;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.no-js .js-lazyload-image {
  display: none;
}

.site-link {
  display: block;
}

.site-logo {
  position: relative;
}

.site-logo-img {
  display: block;
  height: auto;
  width: 30px;
}

@media (min-width: 1024px) {
  .site-logo-img {
    height: 64px;
    width: 49px;
  }
}

.site-logo-embed {
  display: none;
}

.site-logo-animation {
  display: block;
  height: 40px;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  top: -2px;
  width: 30px;
}

.site-logo-animation svg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (min-width: 1024px) {
  .site-logo-animation.is-loaded .site-logo-img {
    display: none;
  }
  .site-logo-animation.is-loaded .site-logo-embed {
    display: block;
  }
}

@media (min-width: 1024px) {
  .site-logo-animation {
    height: 64px;
    top: -4px;
    width: 49px;
  }
}

.menu {
  list-style: none;
  margin-bottom: 2rem;
  padding-left: 0;
}

.menu-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.menu-item {
  margin-bottom: 0;
}

.menu-link {
  color: #696a87;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0.5rem 0;
  text-decoration: none;
}

.menu-link:focus,
.menu-link:hover {
  text-decoration: underline;
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal-bg {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(60, 60, 59, 0.82);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal-bg-transparent {
  background-color: transparent;
}

.modal-dialog {
  background-color: #fff;
  max-width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  padding: 2rem;
  position: relative;
  width: 64rem;
}

.modal-dialog-shadow {
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1),
    0 0 5px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1), 0 0 5px 0 rgba(0, 0, 0, 0.14);
}

@media (min-width: 1200px) {
  .modal-dialog {
    padding: 4rem 4rem 3rem 4rem;
  }
}

.modal-header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

@media (min-width: 1024px) {
  .modal-close {
    top: 1.5rem;
    right: 1.5rem;
  }
}

.webform-component--ilsc-text h1 {
  padding-top: 0;
}

/* Webform component */
@media (min-width: 1024px) {
  .webform-component--ilsc-text h1 {
    padding-top: 2rem;
  }
}

@media (min-width: 1200px) {
  .webform-component--ilsc-text h1 {
    padding-top: 0;
  }
}

/*
transition
*/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

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

.modal .modal-body,
.modal .modal-content {
  will-change: transform;
}

.modal[aria-hidden="false"] .modal-bg {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden="true"] .modal-bg {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.scroll-btn {
  background-color: transparent;
  border: 0;
  color: inherit;
  display: block;
  padding: 0.125rem 0.375rem;
}

.scroll-btn:focus,
.scroll-btn:hover {
  outline: none;
}

.scroll-btn:focus .scroll-btn-icon,
.scroll-btn:hover .scroll-btn-icon {
  fill: #2a2b54;
}

.scroll-btn-right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media (min-width: 1024px) {
  .scroll-btn-right {
    right: -1.5rem;
  }
}

@media (min-width: 1200px) {
  .scroll-btn-right {
    right: -3rem;
  }
}

.scroll-btn-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.scroll-btn-icon {
  fill: #fc605c;
  -webkit-transition: fill 0.1s ease;
  transition: fill 0.1s ease;
}

.scroll-chevron-1,
.scroll-chevron-2 {
  opacity: 0;
  -webkit-animation: scroll_move 2s ease-out infinite;
  animation: scroll_move 2s ease-out infinite;
}

@-webkit-keyframes scroll_move {
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes scroll_move {
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.section {
  margin: 2.5rem auto;
  max-width: 90rem;
}

@media (min-width: 768px) {
  .section {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
}

@media (min-width: 1200px) {
  .section {
    margin-bottom: 7rem;
    margin-top: 7rem;
  }
}

.section[class*="bg--"] {
  margin-bottom: 0;
  margin-top: 0;
  padding: 4rem 0;
}

@media (min-width: 1200px) {
  .section[class*="bg--"] {
    padding: 5rem 0;
  }
}

@media (min-width: 1200px) {
  .section-short {
    margin-bottom: 3.5rem;
    margin-top: 3.5rem;
  }
}

.section-inner {
  padding: 4rem 1.5rem;
}

@media (min-width: 768px) {
  .section-inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px) {
  .section-inner {
    padding: 6rem 0;
  }
}

.section-header {
  font-size: 1.125rem;
  margin-bottom: 3rem;
  overflow: hidden;
}

.section-header p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .section-header {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .section-header {
    font-size: 1.25rem;
  }
}

.section-title {
  font-weight: 600;
  margin-bottom: 1rem;
}

.section-title .text-muted {
  font-size: 1.375rem;
  font-weight: 300;
}

@media (min-width: 1200px) {
  .section-title .text-muted {
    font-size: 1.5rem;
  }
}

.section-footer {
  padding-top: 1.5rem;
}
.menu.menu-contact a{
  display:block;
}

/*
Section variations
*/
.section-padding-0,
.section-padding-0[class*="bg--"] {
  padding: 0;
}

.section-padding-top-0,
.section-padding-top-0[class*="bg--"] {
  padding-top: 0;
}

.section-margin-0 {
  margin-bottom: 0;
  margin-top: 0;
}

.section-margin-top-0 {
  margin-top: 0;
}

/*
Section transitions
*/
[data-section-animate] .section__header {
  opacity: 0;
  -webkit-transform: translate3d(0, 32px, 0);
  transform: translate3d(0, 32px, 0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s,
    -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s,
    -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s,
    transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s,
    transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s,
    -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

[data-section-animate].animate-in .section__header {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.skiplinks {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
}

.skiplinks li {
  margin-bottom: 0;
}

.skiplink {
  background: #00585c;
  clip: rect(0, 0, 0, 0);
  color: #fff;
  display: inline-block;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0.25rem 0.5rem;
  position: absolute;
  right: 0;
  text-decoration: none;
  width: 1px;
  z-index: 150;
}

.skiplink:focus,
.skiplink:active {
  clip: auto;
  color: #fff;
  height: auto;
  margin: 1.25rem;
  outline: #00585c solid 2px;
  overflow: visible;
  width: auto;
}

.springboard {
  background-color: transparent;
  left: 0;
  overflow-x: hidden;
  top: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  display: none;
}

.springboard-inner {
  margin: 0 auto;
  margin-left: -2rem;
  margin-right: -2rem;
}

.animation-springboard {
  padding-bottom: 13%;
}

.table th,
.table td {
  font-size: 1rem;
  padding: 1rem 0;
}

.table td {
  font-weight: 400;
}

.table tr:first-child td {
  padding-top: 1.5rem;
}

.table thead th {
  border-bottom: 1px solid #3d6af7;
  border-top: 0;
  font-size: 0.875rem;
  font-weight: 500;
  padding-top: 0;
}

.table-fixed {
  table-layout: fixed;
}

.tag {
  border: 1px solid #fc605c;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  -webkit-transition: background-color 0.1s, color 0.1s ease;
  transition: background-color 0.1s, color 0.1s ease;
}

.tag:focus,
.tag:hover {
  background-color: #fad9d7;
  border-color: #fad9d7;
  text-decoration: none;
}

.tooltip {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border-color: #696a87;
  border-style: dashed;
  border-width: 0 0 1px 0;
  color: #696a87;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0 0 0.25rem;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: color 0.1s, border-color 0.1s ease;
  transition: color 0.1s, border-color 0.1s ease;
}

.tooltip:focus,
.tooltip:hover {
  border-style: solid;
  color: #2a2b54;
  border-color: #2a2b54;
  outline: 0;
}

.tooltip-has-icon {
  border: 0;
  display: block;
}

.tooltip-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 1.5rem 0 0;
  padding-left: 0;
  position: relative;
}

.tooltip-group-item {
  margin: 0 1rem 0.5rem 0;
  z-index: 10;
}

/*
Tippy Plugin styles
*/
.tippy-tooltip[data-animation="fade"][data-state="hidden"] {
  opacity: 0;
}

.tippy-iOS {
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent;
}

.tippy-popper {
  max-width: calc(100vw - 10px);
  pointer-events: none;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tippy-tooltip {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1),
    0 0 5px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1), 0 0 5px 0 rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
  border-radius: 3px;
  font-size: 0.875rem;
  outline: 0;
  padding: 0.5rem;
  position: relative;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, transform;
  transition-property: visibility, opacity, transform, -webkit-transform;
}

.tippy-tooltip[data-placement^="top"] > .tippy-arrow {
  border-width: 8px 8px 0;
  border-top-color: #fff;
  margin: 0 3px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: -7px;
}

.tippy-tooltip[data-placement^="bottom"] > .tippy-arrow {
  border-width: 0 8px 8px;
  border-bottom-color: #fff;
  margin: 0 3px;
  -webkit-transform-origin: 50% 7px;
  transform-origin: 50% 7px;
  top: -7px;
}

.tippy-tooltip[data-placement^="left"] > .tippy-arrow {
  border-width: 8px 0 8px 8px;
  border-left-color: #fff;
  margin: 3px 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  right: -7px;
}

.tippy-tooltip[data-placement^="right"] > .tippy-arrow {
  border-width: 8px 8px 8px 0;
  border-right-color: #fff;
  margin: 3px 0;
  -webkit-transform-origin: 7px 50%;
  transform-origin: 7px 50%;
  left: -7px;
}

.tippy-tooltip[data-interactive][data-state="visible"] {
  pointer-events: auto;
}

.tippy-tooltip[data-inertia][data-state="visible"] {
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  font-weight: 400;
  padding: 0;
}

@media (min-width: 1200px) {
  body {
    font-size: 1.25rem;
  }
}

::-moz-selection {
  background-color: #fad9d7;
}

::selection {
  background-color: #fad9d7;
}

.font-display {
  font-family: "NSIEverydayWeb Display", sans-serif;
}

.article h2,
.article .h2,
.article h3,
.article .h3,
.article h4,
.article .h4,
.article h5,
.article .h5,
.article h6,
.article .h6 {
  font-weight: 500;
  margin-top: 2rem;
}

@media (min-width: 1200px) {
  .article h2,
  .article .h2,
  .article h3,
  .article .h3,
  .article h4,
  .article .h4,
  .article h5,
  .article .h5,
  .article h6,
  .article .h6 {
    margin-top: 4rem;
  }
}

h1,
.h1 {
  line-height: 1.1;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.875rem;
  }
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 3.25rem;
  }
}

h2,
.h2 {
  line-height: 1.3;
}

@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2.625rem;
  }
}

h3,
.h3 {
  line-height: 1.2;
}

@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.875rem;
  }
}

@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 2.125rem;
  }
}

h4,
.h4 {
  line-height: 1.3;
}

@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 1.5625rem;
  }
}

@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.75rem;
  }
}

h5,
.h5 {
  line-height: 1.5;
}

@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 1.375rem;
  }
}

@media (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 1.5rem;
  }
}

h6,
.h6 {
  line-height: 1.6;
}

@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  h6,
  .h6 {
    font-size: 1.25rem;
  }
}

a {
  -webkit-transition: -webkit-text-decoration-color 0.1s ease;
  transition: -webkit-text-decoration-color 0.1s ease;
  transition: text-decoration-color 0.1s ease;
  transition: text-decoration-color 0.1s ease,
    -webkit-text-decoration-color 0.1s ease;
}

a:hover,
a:focus {
  -webkit-text-decoration-color: #2a2b54;
  text-decoration-color: #2a2b54;
}

figcaption,
.caption {
  font-size: 1rem;
  line-height: 1.3;
}

small,
.small {
  line-height: 1.4;
}

.number-sm,
.number-lg {
  line-height: 1;
  margin-bottom: 0;
}

.number-sm {
  font-size: 2rem;
}

.number-lg {
  font-size: 2.625rem;
}

.lead {
  font-size: 1.375rem;
}

@media (min-width: 1200px) {
  .lead {
    font-size: 1.5rem;
  }
}

code {
  background-color: rgba(240, 240, 240, 0.3);
  border: 1px dashed #2a2b54;
  display: block;
  font-size: 0.875rem;
  margin: 3rem 0;
  padding: 1rem;
}

/*
lists
*/
li {
  margin-bottom: 2rem;
}

.list-compressed li {
  margin-bottom: 1rem;
}

.unstyled {
  list-style: none;
  padding-left: 0;
}

.list-dash {
  font-size: 1.25rem;
  font-weight: 300;
  list-style: none;
  margin: 1.5rem 0 2rem;
  padding-left: 0;
}

.list-dash li {
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  position: relative;
}

.list-dash li:before {
  background-color: #00585c;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0.8125rem;
  width: 0.5rem;
}

.list-pros,
.list-cons {
  color: #00585c;
  font-size: 1.375rem;
  font-weight: 300;
  list-style: none;
  margin: 1.5rem 0 3rem;
  padding-left: 0;
}

@media (min-width: 1200px) {
  .list-pros,
  .list-cons {
    font-size: 1.5rem;
    margin-bottom: 5rem;
  }
}

.list-pros li,
.list-cons li {
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  position: relative;
}

.list-pros li:before,
.list-cons li:before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0.25rem;
}

.list-sm li {
  font-size: 1.0625rem;
  margin-bottom: 1rem;
  padding-left: 2.5rem;
}

.list-sm li::before {
  height: 1.5rem;
  width: 1.5rem;
}

.list-pros li::before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctitle%3Echeck%3C/title%3E%3Cpath fill='%235dc063' d='M12 21.563l14.125-14.125 1.875 1.875-16 16-7.437-7.437 1.875-1.875z'%3E%3C/path%3E%3C/svg%3E%0A");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #34a859;
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
}

.list-cons li::before {
  background-color: #2a2b54;
  height: 1px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 0.5rem;
}

/*
definition list
*/
dt {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

dd {
  margin-bottom: 1rem;
}

.dl-md-horizontal {
  margin: 2rem 0;
}

.dl-md-horizontal > dt {
  padding-right: 1.5rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .dl-md-horizontal > dt {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .dl-md-horizontal {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dl-md-horizontal > dt {
    padding-right: 3.375rem;
    width: 18.75rem;
  }
  .dl-md-horizontal > dd {
    width: calc(100% - 300px);
  }
}

@media (min-width: 1200px) {
  .dl-md-horizontal {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .dl-lg-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.accordion {
  list-style: none;
  margin-bottom: 2rem;
  padding-left: 0;
}

@media (min-width: 1200px) {
  .accordion {
    margin-bottom: 3rem;
  }
}

.accordion-item {
  border-color: #fc605c;
  border-style: solid;
  border-width: 0 0 1px 0;
  margin-bottom: 0;
  overflow: hidden;
}

.accordion-item:hover {
  border-width: 0 0 2px 0;
  border-color: #00585c;
}

.accordion-item-title {
  margin-bottom: 0;
}

h3.accordion-item-title {
  margin-top: 0;
}

.accordion-item-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  color: #00585c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 1.5rem 4rem 1.5rem 0;
  position: relative;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

@media (min-width: 1200px) {
  .accordion-item-button {
    font-size: 1.5rem;
  }
}

.accordion-item-button:focus,
.accordion-item-button:hover {
  outline: none;
  text-decoration: none;
  font-weight: 600;
}

.accordion-item-button:focus .accordion-item-icon,
.accordion-item-button:hover .accordion-item-icon {
  color: #2a2b54;
}

.accordion-item-button:focus {
  border: 1px solid #3d6af7;
}

.accordion-item-button:not([aria-controls]) {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 0;
}

.accordion-item-button.is-active .accordion-item-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-item-has-icon {
  padding-left: 2.5rem;
}

@media (min-width: 1200px) {
  .accordion-item-has-icon {
    padding-left: 3.5rem;
  }
}

.accordion-item-prefix-icon {
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 1.5rem;
  width: 1.5rem;
}

@media (min-width: 1200px) {
  .accordion-item-prefix-icon {
    height: 2rem;
    width: 2rem;
  }
}

.accordion-item-icon {
  display: block;
  color: #fc605c;
  height: 1.5rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 1.25rem;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: color 0.3s, -webkit-transform 0.3s ease;
  transition: color 0.3s, -webkit-transform 0.3s ease;
  transition: color 0.3s, transform 0.3s ease;
  transition: color 0.3s, transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 1.5rem;
}

@media (min-width: 1200px) {
  .accordion-item-icon {
    height: 2rem;
    top: 1.75rem;
    width: 2rem;
  }
}

.accordion-item-caption {
  color: #2a2b54;
  font-weight: 500;
  width: 100%;
}

.accordion-item-caption-inline {
  font-size: 1.0625rem;
  font-weight: 400;
  width: 100%;
}

@media (min-width: 1024px) {
  .accordion-item-caption-inline {
    padding-left: 2rem;
    width: auto;
  }
}

.accordion-item-panel {
  overflow: hidden;
  -webkit-transition: height 0.1s ease-in;
  transition: height 0.1s ease-in;
}

.js-accordion-enabled .accordion-item-panel {
  height: 0;
}

.accordion-item-panel.is-open {
  height: auto;
  overflow: visible;
}

.accordion-item-content {
  padding: 1rem 0;
}

@media (min-width: 1200px) {
  .accordion-item-content {
    padding: 1.5rem 0;
  }
}

.accordion-cta {
  margin-bottom: 4rem;
}

.accordion-cta:last-child {
  margin-bottom: 0;
}

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

@media (min-width: 1024px) {
  .accordion-cta-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media (min-width: 768px) {
  .accordion-cta-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 3rem;
    text-align: right;
  }
}

.bg--sand .accordion-item-button,
.bg--lido .accordion-item-button,
.bg--frost .accordion-item-button,
.bg--mashmallow .accordion-item-button {
  color: #2a2b54;
}

.bg--sand .accordion-item,
.bg--lido .accordion-item,
.bg--frost .accordion-item,
.bg--mashmallow .accordion-item {
  border-color: #fc605c;
}

.bg--sand .accordion-item:hover,
.bg--lido .accordion-item:hover,
.bg--frost .accordion-item:hover,
.bg--mashmallow .accordion-item:hover {
  color: #2a2b54;
  border-color: #2a2b54;
}

.article-footer {
  margin-top: 2.5rem;
}

.article-footer-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .article-footer-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -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;
  }
}

.article-header {
  margin-bottom: 3rem;
}

.article-title {
  font-weight: 600;
}

.article-info {
  margin-top: 2rem;
}

@media (min-width: 576px) {
  .article-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.article-info-media {
  width: 3rem;
}

.article-info-content {
  padding-top: 0.5rem;
}

@media (min-width: 576px) {
  .article-info-content {
    padding-left: 1rem;
    padding-top: 0;
  }
}

.author-badge {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
}

.author-badge-embed {
  position: relative;
  padding-bottom: 100%;
}

.author-badge-img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.article-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  list-style: none;
  margin-bottom: 0.375rem;
  padding-left: 0;
}

.article-meta-item {
  margin-bottom: 0;
  margin-right: 0.25rem;
  padding-right: 0.5rem;
  position: relative;
}

.article-meta-item::after {
  content: "•";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.article-meta-item:last-child {
  margin-right: 0;
}

.article-meta-item:last-child::after {
  content: none;
}

/*
article hero image
*/
.article-feature-image {
  margin: 0 auto;
  max-width: 74.5rem;
}

.like {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 auto 3rem;
  padding: 1.5rem 1.5rem 0;
  position: relative;
  text-align: center;
}

.like .like-title {
  margin-top: 0;
}

@media (min-width: 768px) {
  .like {
    margin: 0;
    min-height: 3.375rem;
    padding-top: 0.25rem;
    padding-left: 4.875rem;
    text-align: left;
  }
}

.like-button {
  background-color: #fff;
  border: 1px solid #fc605c;
  border-radius: 50%;
  color: #fff;
  height: 3.375rem;
  margin-bottom: 1rem;
  outline: 0;
  padding: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 3.375rem;
}

@media (min-width: 768px) {
  .like-button {
    left: 0;
    position: absolute;
    top: 0;
  }
}

.like-button:focus,
.like-button:hover {
  outline: 0;
}

.like-button:focus .like-icon,
.like-button:hover .like-icon {
  fill: #fc605c;
}

.like-button.is-active {
  background-color: #fc605c;
}

.like-button.is-active .like-icon {
  fill: #fff;
}

.like-icon {
  fill: #fff;
  stroke: #fc605c;
  stroke-width: 1px;
}

.like-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.125rem;
}

.like-count {
  font-size: 0.875rem;
}

.card {
  background-color: #fff;
  margin-bottom: 2rem;
  position: relative;
  max-width: 48rem;
}

@media (min-width: 576px) {
  .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 32px);
  }
}

.card-link {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0), 0 0 10px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0), 0 0 10px 0 rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  text-decoration: none;
  position: relative;
}
.card-link .--has-link > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.card-link:focus,
.card-link:hover {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14),
    0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14), 0 0 10px 0 rgba(0, 0, 0, 0.1);
  outline: none;
  text-decoration: none;
}

.card-media {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  width: 100%;
}

.card-embed {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.card-embed::before {
  display: block;
  content: "";
}

.card-embed-1by1::before {
  padding-top: 100%;
}

.card-embed-3by4::before {
  padding-top: calc(4 / 3 * 100%);
}

.card-embed-16by9::before {
  padding-top: 56.25%;
}

.card-embed-item {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.card-body {
  padding: 1.5rem 1rem 0;
}

.card-title {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .card-title {
    font-size: 1.5rem;
  }
}

.card-text {
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.card-title-sm {
  font-size: 1.25rem;
  font-weight: 600;
}

.card-footer {
  margin-top: auto;
  padding: 0 1rem 2rem;
}

/*
Quote
*/
.card-quote {
  margin-bottom: 0;
}

.card-quote .card-body {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

/*
Springboard
*/
@-webkit-keyframes springboard-card-bounce {
  0% {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
  }
  30% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  57% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: 0;
  }
}
@keyframes springboard-card-bounce {
  0% {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
  }
  30% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  57% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: 0;
  }
}

@media (min-width: 576px) {
  .card-has-springboard {
    height: auto;
  }
}

.card-has-springboard .card-link {
  overflow: hidden;
}

.card-has-springboard .card-body {
  padding-bottom: 1.5rem;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .card-has-springboard .card-body::before {
    -webkit-animation-name: none !important;
    animation-name: none !important;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.reduce-motion .card-has-springboard .card-body::before {
  -webkit-animation-name: none !important;
  animation-name: none !important;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*
Product
*/
.card-product {
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  max-width: 22rem;
  padding: 2rem 1rem 1rem;
}

@media (min-width: 768px) {
  .card-product {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.card-product .card-media {
  border-radius: 0;
  margin: 0 auto;
  max-width: 10rem;
}

.card-product .card-media + .card-body {
  padding-top: 2rem;
}

.card-product .card-body {
  font-size: 1.0625rem;
  font-weight: 400;
  padding: 0 0 0.5rem;
}

.card-product .card-footer a:after {
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@media (min-width: 1200px) {
  .card-product .card-body {
    padding-bottom: 1.5rem;
  }
}

.card-product .card-body > :last-child {
  margin-bottom: 0;
}

.card-product .card-footer {
  padding: 0;
}

.card-product .cta-stretch::after {
  border-radius: 6px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0), 0 0 10px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0), 0 0 10px 0 rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.card-product .cta-stretch:focus,
.card-product .cta-stretch:hover {
  outline: none;
}

.card-product .cta-stretch:focus::after,
.card-product .cta-stretch:hover::after {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14),
    0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14), 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .card-product-small {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.card-product-small .card-media {
  margin: 0 auto;
  max-width: 5.5rem;
}

.product-title {
  font-size: 1.5625rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.product-rate {
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1.3;
}

.product-essentials {
  border-top: 1px solid #e9f2e0;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.product-essentials li {
  font-size: 1.0625rem;
}

.product-essentials li::before {
  height: 24px;
  width: 24px;
}

.product-essentials :last-child {
  margin-bottom: 1rem;
}

@media (max-width: 1199.98px) {
  .product-summary {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    width: 1px;
  }
}

/*
Card topic
*/
@media (min-width: 1024px) {
  .card-topic {
    margin-bottom: 3.375rem;
    height: calc(100% - 54px);
  }
}

.card-topic .card-link {
  background-color: #fff;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14),
    0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14), 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 14rem;
  padding: 1.5rem 1.5rem 3.5rem 1.5rem;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  position: relative;
}

.card-link .overlay-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.card-topic .card-link:focus,
.card-topic .card-link:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3),
    0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.card-topic .card-link:focus .card-text,
.card-topic .card-link:hover .card-text {
  color: #fc605c;
}

@media (min-width: 1200px) {
  .card-topic .card-link {
    min-height: 13rem;
    padding-left: 2.5rem;
    padding-right: 8rem;
  }
}

.card-topic .card-body {
  background-color: transparent;
  padding: 0;
}

.card-topic .card-text {
  font-size: 1.375rem;
  font-weight: 300;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .card-topic .card-text {
    font-size: 1.5rem;
  }
}

.card-topic .card-footer {
  bottom: 1.5rem;
  padding: 0;
  position: absolute;
  right: 1.5rem;
}

@media (min-width: 1200px) {
  .card-topic .card-footer {
    right: 2.5rem;
  }
}

/*
Article
*/
.article-tags {
  list-style: none;
  padding-left: 0;
}

.article-tags-item {
  color: #696a87;
  font-size: 1.3125rem;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}

.calculator {
  background-color: #e9f2e0;
  padding: 1.5rem;
  margin: 5rem auto;
  max-width: 36rem;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .calculator {
    margin: 0 0 1.5rem 0;
  }
}

@media (min-width: 1200px) {
  .calculator {
    padding: 2rem;
  }
}

.calculator-header {
  font-weight: 400;
  min-height: 5rem;
  position: relative;
  padding-right: 5rem;
}

@media (min-width: 1200px) {
  .calculator-header {
    padding-right: 7rem;
  }
}

.calculator-icon {
  height: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
}

@media (min-width: 1200px) {
  .calculator-icon {
    height: 5rem;
    width: 5rem;
  }
}

.calculator-result {
  font-size: 1.0625rem;
  font-weight: 400;
  margin: 2rem 0;
  padding: 1.5rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.calculator-result::before {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block;
  left: -2rem;
  position: absolute;
  right: -2rem;
  top: 0;
  z-index: -1;
}

.calculator-result-amount {
  font-size: 1.75rem;
  font-weight: 500;
}

.section-filter ~ .section-card-group {
  margin-top: 0;
}

.card-group-item {
  width: 100%;
}

/*
* Carousel variation
*/
.card-group-carousel {
  display: block;
  overflow: hidden;
  position: relative;
}

.card-group-carousel .card-group-item {
  overflow: hidden;
  padding-top: 0.375rem;
}

/*
* Responsive styles top disable carousel at certain width
*/
.card-group-carousel::after {
  content: "flickity";
  display: none;
}

@media (min-width: 768px) {
  .card-group-carousel.disable-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card-group-carousel.disable-md::after {
    content: "";
  }
}

@media (min-width: 1024px) {
  .card-group-carousel.disable-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card-group-carousel.disable-lg::after {
    content: "";
  }
}

/*
* Custom flickity styles
*/
.flickity-page-dots {
  bottom: 0;
}

.flickity-page-dots .dot {
  background-color: #00585c;
  height: 0.5rem;
  margin: 0 0.25rem;
  opacity: 1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 0.5rem;
}

.flickity-page-dots .dot:focus,
.flickity-page-dots .dot:hover,
.flickity-page-dots .dot.is-selected {
  background-color: #fc605c;
}

.collapse {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.1s ease-in;
  transition: height 0.1s ease-in;
}

.cta-banner {
  padding: 2rem 0;
}

.cta-banner-media {
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 23rem;
}

.cta-banner-content,
.cta-banner-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
}

.cta-banner-title {
  font-weight: 600;
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .cta-banner-title {
    margin-bottom: 2.5rem;
  }
}

.cta-banner-subtitle {
  margin-bottom: 2rem;
}

.featured-media {
  margin: 1rem 0;
}

@media (min-width: 1024px) {
  .featured-media {
    margin: 2rem 0;
  }
  .featured-media:last-child {
    margin: 0;
  }
}

.featured-media-caption {
  margin-top: 0.25rem;
}

/*
featured-media--group
*/
.featured-media-group {
  margin: 3.5rem 0;
}

@media (min-width: 768px) {
  .featured-media-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: calc(50% - 50vw - 16px);
    margin-right: calc(50% - 50vw - 16px);
  }
}

@media (min-width: 1200px) {
  .featured-media-group {
    margin-bottom: 5rem;
    margin-top: 5rem;
    margin-left: calc(-720px + 50%);
    margin-right: calc(-720px + 50%);
  }
}

.featured-media-group-item {
  width: 100%;
}

@media (min-width: 768px) {
  .featured-media-group-item {
    padding: 0 1rem;
  }
}

.footer {
  padding: 2.5rem 0;
  position: relative;
}

@media (min-width: 1024px) {
  .footer {
    padding: 4rem 0;
  }
}

.header {
  background-color: #fff;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 100;
  top: 0;
  /* padding-top: 20px; */
}

.header-inner {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.75rem 0;
}

@media (min-width: 1200px) {
  .header-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0;
  }
}

.header-brand,
.header-control {
  position: relative;
}

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

@media (min-width: 1200px) {
  .header-brand {
    width: 3.0625rem;
  }
}

.header-control {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

@media (min-width: 1200px) {
  .header-control {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.header-utility-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-navbar {
  width: 100%;
}

@media (min-width: 1200px) {
  .header-navbar {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 1.5rem;
    padding-left: 5rem;
    width: auto;
  }
}

/*
headroom
*/
.headroom {
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
  will-change: transform;
}

.headroom--pinned {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.headroom--unpinned {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

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

@media (min-width: 768px) {
  .hero-autoheight .hero-inner {
    height: auto;
  }
}

.hero-inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (min-width: 768px) {
  .hero-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 29.6875rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

@media (min-width: 1024px) {
  .hero-inner {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

@media (min-width: 1200px) {
  .hero-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 32.8125rem;
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
}

@media (min-width: 768px) {
  .hero-media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    height: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 1024px) {
  .hero-media {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 1200px) {
  .hero-embed:not(.embed-responsive) {
    height: 100%;
    overflow: hidden;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .hero-embed:not(.embed-responsive) .hero-image {
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
    }
  }
}

.hero-content {
  margin-bottom: 2rem;
  padding-top: 4rem;
}

@media (min-width: 768px) {
  .hero-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .hero-content {
    max-width: 66.6667%;
  }
}

@media (min-width: 1200px) {
  .hero-content {
    margin-bottom: 3rem;
    padding-top: 4rem;
  }
}

@media (min-width: 768px) {
  .hero-media,
  .hero-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .hero-media,
  .hero-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .hero-media,
  .hero-content {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.hero-cta-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 2rem;
  padding: 1.5rem;
  position: relative;
  z-index: 2;
}

.hero-cta-block::before {
  background-color: #fc605c;
  bottom: 0;
  content: "";
  display: block;
  left: -1.5rem;
  position: absolute;
  right: -1.5rem;
  top: 0;
  z-index: -1;
}

.hero-cta-block .cta {
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: rem-cal(24);
}

.hero-cta-block p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .hero-cta-block {
    -ms-flex-item-align: end;
    align-self: flex-end;
    bottom: -5rem;
    margin-top: 0;
    padding: 1.5rem 2rem;
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 1;
  }
  .hero-cta-block::before {
    content: none;
  }
}

@media (min-width: 1200px) {
  .hero-cta-block {
    font-size: 1.5rem;
    right: 1.75rem;
    width: 41.6667%;
  }
}

.hero-title {
  font-weight: 600;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .hero-title {
    margin-bottom: 3.375rem;
  }
}

@media (min-width: 1200px) {
  .hero-title {
    margin-bottom: 4rem;
  }
}

.hero-title-short {
  margin-bottom: 1.5rem;
}

.hero-body {
  font-size: 1.375rem;
}

@media (min-width: 1200px) {
  .hero-body {
    font-size: 1.5rem;
  }
}

.tooltip-group + .hero-body {
  margin-top: 1rem;
}

@media (min-width: 1200px) {
  .tooltip-group + .hero-body {
    margin-top: 1.5rem;
  }
}

/*
variations - hero centered
*/
.hero-centered .hero-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

/*
variations - hero large
*/
.hero-offset {
  margin-bottom: 3rem;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .hero-offset {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

@media (min-width: 1200px) {
  .hero-offset {
    margin-bottom: 6rem;
    padding-bottom: 5rem;
    padding-top: 3rem;
  }
}

.hero-offset .hero-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .hero-offset .hero-inner {
    height: auto;
  }
}

@media (min-width: 1024px) {
  .hero-offset .hero-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 576px) {
  .hero-offset .hero-media {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    max-height: 29.6875rem;
  }
}

@media (min-width: 1024px) {
  .hero-offset .hero-media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
    max-height: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 66.6667%;
    z-index: -1;
  }
}

.hero-offset .hero-content-inner {
  padding: 2.5rem 0;
  position: relative;
}

@media (min-width: 1024px) {
  .hero-offset .hero-content-inner {
    padding: 4rem;
  }
}

@media (min-width: 1200px) {
  .hero-offset .hero-content-inner {
    padding: 5rem 6.25rem;
  }
}

.hero-offset .hero-content-inner::before {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block;
  left: -1rem;
  position: absolute;
  right: -1rem;
  top: -11rem;
  z-index: -1;
}

@media (min-width: 576px) {
  .hero-offset .hero-content-inner::before {
    left: -1.375rem;
    right: -1.375rem;
  }
}

@media (min-width: 768px) {
  .hero-offset .hero-content-inner::before {
    left: -2rem;
    right: -2rem;
  }
}

@media (min-width: 1024px) {
  .hero-offset .hero-content-inner::before {
    content: none;
  }
}

.hero-offset .hero-content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-top: 0;
}

@media (min-width: 1024px) {
  .hero-offset .hero-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
    max-width: 58.3333%;
  }
}

/*
variations - hero extra large
*/
.hero-xl {
  position: relative;
}

.hero-xl::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: calc(100% - 480px);
  left: 0;
  position: absolute;
  right: 0;
}

@media (min-width: 576px) {
  .hero-xl .hero-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .hero-xl .hero-inner {
    height: auto;
  }
}

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

@media (min-width: 576px) {
  .hero-xl .hero-media {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (min-width: 1024px) {
  .hero-xl .hero-content {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
}

/*
* Variation - hero product
*/
@media (min-width: 768px) {
  .hero-product .hero-inner {
    height: 26rem;
  }
}

@media (min-width: 1024px) {
  .hero-product .hero-content {
    max-width: 60%;
  }
}

/*
* Variation - hero cta
*/
@media (min-width: 768px) {
  .hero-cta {
    margin-bottom: 5rem;
  }
}

@media (min-width: 1200px) {
  .hero-cta {
    margin-bottom: 7rem;
  }
}

/*
* Variation - full viewport height
*/
.hero-fullheight .hero-inner {
  min-height: 100vh;
}

@media (min-width: 768px) {
  .hero-fullheight .hero-content {
    padding-top: 10rem;
  }
}

.list-group {
  list-style: none;
  margin: 2rem 0;
  padding-left: 0;
}

.list-group-item {
  border-bottom: 1px solid #fc605c;
  margin-bottom: 0;
  position: relative;
}

.list-group-item-footer {
  margin-bottom: 1.5rem;
  text-align: right;
}

.list-group-title {
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.list-group-excerpt {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.list-group-excerpt + .list-group-link {
  display: inline-block;
}

.list-group-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.375rem;
  font-weight: 500;
  padding: 1.5rem 4rem 1.5rem 0;
  position: relative;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .list-group-link {
    font-size: 1.5rem;
  }
}

.list-group-icon {
  margin-left: 0.5rem;
  top: 50%;
  position: absolute;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/*
nav
*/
@media (max-width: 1199.98px) {
  .navbar-nav {
    background-color: #fff;
    height: 100vh;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 3.25rem 1rem 1rem;
    position: fixed;
    right: 0;
    top: 4rem;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
  }
  .navbar-nav.is-open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    padding: 3.25rem 1.5rem 0.75rem;
  }
}

@media (min-width: 1200px) {
  .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    position: relative;
  }
}

.nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .nav {
    padding-right: 16px;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
    width: auto;
  }
}

.nav-item {
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .nav-item {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

@media (min-width: 1200px) {
  .nav-item {
    margin-right: 1.5rem;
  }
}

.nav-link {
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1.3;
  padding: 0.6875rem 2.75rem 0.6875rem 0.5rem;
  position: relative;
  -webkit-transition: color 0.2s, -webkit-box-shadow 0.1s ease-in;
  transition: color 0.2s, -webkit-box-shadow 0.1s ease-in;
  transition: color 0.2s, box-shadow 0.1s ease-in;
  transition: color 0.2s, box-shadow 0.1s ease-in,
    -webkit-box-shadow 0.1s ease-in;
  text-decoration: none;
  /*
      Provide basic, default focus styles.
    */
  /*
      Remove default focus styles for mouse users ONLY if
      :focus-visible is supported on this platform.
    */
  /*
      Optionally: If :focus-visible is supported on this
      platform, provide enhanced focus styles for keyboard
      focus.
    */
}

.nav-link:focus-visible {
  border-radius: 0.1875rem;
  border-color: #2a2b54;
  -webkit-box-shadow: 0 0 0 2px rgba(61, 106, 247, 0.8);
  box-shadow: 0 0 0 2px rgba(61, 106, 247, 0.8);
  outline: 0;
}

.nav-link.is-active,
.nav-link:active,
.nav-link:hover {
  color: #fc605c;
  text-decoration: none;
}

@media (min-width: 768px) {
  .nav-link {
    font-size: 1.5625rem;
  }
}

@media (min-width: 1200px) {
  .nav-link {
    font-size: 1.1875rem;
    font-weight: 700;
  }
  .nav-link.has-subnav::before,
  .nav-link.has-subnav::after {
    content: "";
    display: block;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: calc(100% + 12px);
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }
  .nav-link.has-subnav::before {
    -webkit-box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.14);
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.14);
    height: 0.625rem;
    width: 0.0625rem;
  }
  .nav-link.has-subnav::after {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 0c5.2 0 8.119 10 14.355 10H.64C6.853 10 9.8 0 15 0z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0.625rem;
    margin-left: -15px;
    width: 1.875rem;
    z-index: 20;
  }
  .nav-link.is-active::before,
  .nav-link.is-active::after {
    opacity: 1;
  }
  .nav-link.is-active .nav-icon {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
}

.nav-icon {
  margin-top: -0.75rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.has-subnav .nav-icon {
  -webkit-transform: rotate3d(0, 0, 1, -90deg);
  transform: rotate3d(0, 0, 1, -90deg);
}

@media (min-width: 1200px) {
  .has-subnav .nav-icon {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

/*
nav dropdown
*/
@media (max-width: 1199.98px) {
  .nav-dropdown {
    background: #fff;
    height: 100vh;
    left: 0;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
    z-index: 1;
  }
  .nav-dropdown.is-open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) {
  .nav-dropdown {
    left: calc(50% - 64px);
    z-index: -1;
  }
}

@media (min-width: 1200px) {
  .nav-dropdown {
    left: -2.5rem;
    opacity: 0;
    position: absolute;
    top: calc(100% + 10px);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    -webkit-transition: opacity 0.2s, visibility 0.2s ease,
      -webkit-transform 0.2s;
    transition: opacity 0.2s, visibility 0.2s ease, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, visibility 0.2s ease;
    transition: opacity 0.2s, transform 0.2s, visibility 0.2s ease,
      -webkit-transform 0.2s;
    visibility: hidden;
    width: 49rem;
    will-change: transform;
    z-index: 10;
  }
  .nav-dropdown.is-open {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-dropdown {
    -webkit-transition: none;
    transition: none;
  }
}

.reduce-motion .nav-dropdown {
  -webkit-transition: none;
  transition: none;
}

@media (max-width: 1199.98px) {
  .nav-dropdown-inner {
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
    min-height: 100%;
    padding: 2rem 1.5rem 1rem 0.75rem;
    position: relative;
  }
}

@media (min-width: 768px) {
  .nav-dropdown-inner {
    padding-left: 3rem;
    padding-top: 3.25rem;
  }
}

@media (min-width: 1200px) {
  .nav-dropdown-inner {
    background-color: #fff;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
  }
}

@media (min-width: 1200px) {
  .nav-dropdown-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 2.5rem;
    padding-top: 1rem;
  }
}

.nav-dropdown-media {
  display: none;
  max-width: 20.25rem;
}

.nav-dropdown-media .card-quote .blockquote a {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .nav-dropdown-media {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
  }
}

.nav-dropdown-close {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  color: #00585c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1875rem;
  font-weight: 500;
  margin-left: 0.5rem;
  padding: 0;
}

@media (min-width: 768px) {
  .nav-dropdown-close {
    display: none;
    font-size: 0.875rem;
    left: 3rem;
    position: absolute;
    top: 5.625rem;
  }
}

@media (min-width: 1200px) {
  .nav-dropdown-close {
    display: none;
  }
}

/*
sub nav
*/
.sub-nav {
  padding: 3rem 0 1.5rem;
}

@media (min-width: 768px) {
  .sub-nav {
    padding-top: 0;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .sub-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0.75rem;
  }
  .sub-nav {
    flex-wrap: wrap;
    max-height: 26em;
  }
}

.sub-nav-item {
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .sub-nav-item {
    margin-bottom: 0.5rem;
  }
}

.sub-nav-link-icon .icon {
  display: none;
}

@media (min-width: 1200px) {
  .sub-nav-link-icon {
    font-weight: 600;
    margin-top: 1rem;
  }
  .sub-nav-link-icon .icon {
    display: inline-block;
  }
}

/*
utility nav
*/
@media (min-width: 1200px) {
  .utility-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.75rem 0;
  }
}

@media (min-width: 1200px) {
  .utility-nav-item {
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .utility-nav-item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .utility-nav-link {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1rem;
    font-weight: 400;
    padding: 0.25rem 0.375rem 0.25rem;
  }
  .utility-nav-link:hover {
    color: #fc605c;
  }
}

/*
icon nav links
*/
.icon-nav-link {
  background-color: transparent;
  color: inherit;
  text-align: left;
  width: 100%;
}

.icon-nav-link .icon {
  fill: #fc605c;
}

@media (min-width: 1200px) {
  .icon-nav-link {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    color: inherit;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    height: 2.5rem;
    line-height: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.3s, border-color 0.3s,
      color 0.3s ease;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 2.5rem;
  }
  .icon-nav-link:focus,
  .icon-nav-link:hover {
    background-color: rgba(252, 96, 92, 0.08);
    color: #000;
    outline: 0;
  }
  .icon-nav-link:focus,
  .icon-nav-link:active {
    border-color: rgba(60, 60, 59, 0.82);
    border-radius: 50%;
  }
  .icon-nav-link:focus .icon,
  .icon-nav-link:hover .icon {
    fill: #2a2b54;
  }
}

@media (min-width: 1200px) {
  .icon-nav-link-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

.nav-toggle {
  margin-left: 0.5rem;
}

.nav-toggle .icon-active {
  display: none;
}

.nav-toggle.is-active .icon {
  display: none;
}

.nav-toggle.is-active .icon-active {
  display: block;
}

@media (min-width: 1200px) {
  .nav-toggle {
    display: none;
  }
}

.page-nav {
  padding-top: 1.5rem;
}

.page-nav + .section {
  padding-top: 0;
  margin-top: 3rem;
}

.prizechecker-container {
  -webkit-animation: fade-in-pc 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-in-pc 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  background-color: #fff;
  height: 28rem;
  position: relative;
}

@media (min-width: 1200px) {
  .prizechecker-container {
    height: 40rem;
  }
}

@-webkit-keyframes fade-in-pc {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in-pc {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*
background animation
*/
.prizechecker-animation {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.prizechecker-animation > svg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/*
background static image
*/
.prizechecker-bg {
  -webkit-animation: fade-in-pc 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-in-pc 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.prizechecker-bg-image {
  height: 100%;
  left: 50%;
  max-width: none;
  position: relative;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .prizechecker-bg-image {
    left: 0;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
}

/*
Carousel
*/
.prizechecker-carousel {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.prizechecker-cell {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.prizechecker-cell-inner {
  padding: 0 1.5rem;
}

.prizechecker-cell-image {
  display: block;
  margin: 1.5rem auto 0.5rem;
  max-width: 9rem;
}

@media (min-width: 1200px) {
  .prizechecker-cell-image {
    max-width: 19rem;
  }
}

.prizechecker-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 74.5rem;
  padding: 1rem;
  position: relative;
}

@media (min-width: 1024px) {
  .prizechecker-control {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1200px) {
  .prizechecker-control {
    height: 8rem;
    padding: 2rem;
  }
}

.prizechecker-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.125rem 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.prizechecker-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.prizechecker-btn:not([disabled]):focus,
.prizechecker-btn:not([disabled]):hover {
  color: #fc605c;
  outline: none;
}

.prizechecker-btn:not([disabled]):focus .icon,
.prizechecker-btn:not([disabled]):hover .icon {
  -webkit-transform: translate3d(6px, 0, 0);
  transform: translate3d(6px, 0, 0);
}

.prizechecker-btn .icon {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.prizechecker-btn.prev:not([disabled]):focus .icon,
.prizechecker-btn.prev:not([disabled]):hover .icon {
  -webkit-transform: translate3d(-6px, 0, 0);
  transform: translate3d(-6px, 0, 0);
}

.prizechecker-btn-label {
  display: none;
  line-height: 1.1;
  position: relative;
}

@media (min-width: 768px) {
  .prizechecker-btn-label {
    display: block;
  }
}

.prizechecker-btn-label.is-win {
  padding-top: 1rem;
}

.prizechecker-header.is-win::before,
.prizechecker-btn-label.is-win::before {
  color: #00585c;
  content: "WIN";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.prizechecker-header {
  left: 50%;
  line-height: 1;
  padding-top: 1rem;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.prizechecker-header.is-win::before {
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.prizechecker-header-label {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0.25rem;
}

/*
Result - win
*/
.win {
  text-align: center;
}

.win-title,
.win-amount {
  font-family: "NSIEverydayWeb Display", sans-serif;
}

.win-title {
  font-size: 2.125rem;
  margin-bottom: 0;
  opacity: 0;
}

.show-results .win-title {
  -webkit-animation: scale-in 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  opacity: 1;
}

.win-amount {
  font-size: 3.25rem;
  line-height: 1;
  opacity: 0;
}

@media (min-width: 768px) {
  .win-amount {
    font-size: 5.4375rem;
  }
}

.show-results .win-amount {
  -webkit-animation: scale-in 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  opacity: 1;
}

@-webkit-keyframes scale-in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/*
Result - nowin
*/
.nowin {
  font-weight: 400;
  margin: 0 auto;
  max-width: 34rem;
  text-align: center;
}

.nowin-title {
  font-size: 1.625rem;
  font-family: "NSIEverydayWeb Display", sans-serif;
}

@media (min-width: 768px) {
  .nowin-title {
    font-size: 2.125rem;
  }
}

.nowin-subtitle {
  display: block;
  font-size: 2.625rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .nowin-subtitle {
    font-size: 4rem;
  }
}

/*
Color themes
*/
.prizechecker--theme-january {
  background-color: #2a2b54;
}

.prizechecker--theme-january .win-title {
  color: #fc605c;
}

.prizechecker--theme-january .win-amount {
  color: #ffffff;
}

.prizechecker--theme-february {
  background-color: #e2eafe;
}

.prizechecker--theme-february .win-title {
  color: #3d6af7;
}

.prizechecker--theme-february .win-amount {
  color: #2a2b54;
}

.prizechecker--theme-march {
  background-color: #3d6af7;
}

.prizechecker--theme-march .win-title {
  color: #ffefce;
}

.prizechecker--theme-march .win-amount {
  color: #ffffff;
}

.prizechecker--theme-april {
  background-color: #fad9d7;
}

.prizechecker--theme-april .win-title {
  color: #50001b;
}

.prizechecker--theme-april .win-amount {
  color: #00585c;
}

.prizechecker--theme-may {
  background-color: #e9f2e0;
}

.prizechecker--theme-may .win-title {
  color: #50001b;
}

.prizechecker--theme-may .win-amount {
  color: #00585c;
}

.prizechecker--theme-june {
  background-color: #ffae0c;
}

.prizechecker--theme-june .win-title {
  color: #05210a;
}

.prizechecker--theme-june .win-amount {
  color: #50001b;
}

.prizechecker--theme-july {
  background-color: #ffefce;
}

.prizechecker--theme-july .win-title {
  color: #3d6af7;
}

.prizechecker--theme-july .win-amount {
  color: #05210a;
}

.prizechecker--theme-august {
  background-color: #e9f2e0;
}

.prizechecker--theme-august .win-title {
  color: #3d6af7;
}

.prizechecker--theme-august .win-amount {
  color: #2a2b54;
}

.prizechecker--theme-september {
  background-color: #ffefce;
}

.prizechecker--theme-september .win-title {
  color: #50001b;
}

.prizechecker--theme-september .win-amount {
  color: #00585c;
}

.prizechecker--theme-october {
  background-color: #05210a;
}

.prizechecker--theme-october .win-title {
  color: #ffae0c;
}

.prizechecker--theme-october .win-amount {
  color: #ffefce;
}

.prizechecker--theme-november {
  background-color: #2a2b54;
}

.prizechecker--theme-november .win-title {
  color: #ffae0c;
}

.prizechecker--theme-november .win-amount {
  color: #ffffff;
}

.prizechecker--theme-december {
  background-color: #e2eafe;
}

.prizechecker--theme-december .win-title {
  color: #3d6af7;
}

.prizechecker--theme-december .win-amount {
  color: #2a2b54;
}

.prize-grid-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

@media (min-width: 1024px) {
  .prize-grid-container {
    margin: 3rem auto 0;
    max-width: 57rem;
    padding-left: 0;
    padding-right: 0;
  }
  .prize-grid-container::before {
    background-color: #e9f2e0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 1.25rem;
    position: absolute;
    top: -2rem;
    left: 2.25rem;
    width: 1.25rem;
  }
}

.prize-grid-bg {
  display: none;
}

@media (min-width: 1024px) {
  .prize-grid-bg {
    display: block;
    left: 0;
    padding-bottom: 56.25%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
}

.prize-grid-line {
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.prize-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0 auto;
  max-width: 20rem;
  padding-left: 0;
}

@media (min-width: 768px) {
  .prize-grid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: none;
  }
}

@media (min-width: 1024px) {
  .prize-grid {
    margin-bottom: 0;
    padding-left: 10rem;
  }
}

.prize-grid-item {
  font-size: 1.0625rem;
  margin-bottom: 1.5rem;
}

.prize-grid-item:nth-child(even) .prize-result {
  margin-left: auto;
}

@media (min-width: 768px) {
  .prize-grid-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 8rem;
  }
}

@media (min-width: 1024px) {
  .prize-grid-item {
    min-height: 11rem;
    position: relative;
  }
  .prize-grid-item:nth-child(1) .prize-result {
    top: 96px;
  }
  .prize-grid-item:nth-child(2) .prize-result {
    top: 112px;
  }
  .prize-grid-item:nth-child(3) .prize-result {
    top: 128px;
  }
}

.prize-grid-reverse .prize-result {
  margin-left: auto;
}

.prize-grid-reverse .prize-grid-item:nth-child(even) .prize-result {
  margin-left: 0;
  margin-right: auto;
}

@media (min-width: 768px) {
  .prize-grid-reverse .prize-grid-item:nth-child(even) .prize-result {
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
  .prize-grid-reverse {
    margin-bottom: 3rem;
  }
  .prize-grid-reverse .prize-grid-item {
    margin-bottom: 5rem;
  }
  .prize-grid-reverse .prize-grid-item:nth-child(3) .prize-result {
    top: 128px;
  }
  .prize-grid-reverse .prize-grid-item:nth-child(2) .prize-result {
    top: 96px;
  }
  .prize-grid-reverse .prize-grid-item:nth-child(1) .prize-result {
    top: 64px;
  }
}

.prize-result {
  margin: 0;
  max-width: 5rem;
  position: relative;
}

.is-win .prize-result {
  max-width: 11rem;
}

@media (min-width: 768px) {
  .prize-result {
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .prize-result {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

.prize-bubble {
  font-size: 1.5625rem;
  line-height: 1;
  padding-bottom: 100%;
  position: relative;
}

.prize-bubble::before {
  background-color: #fff;
  border-radius: 50%;
  bottom: -1rem;
  display: block;
  content: "";
  left: -1rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
}

.prize-bubble-inner {
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.prize-month {
  font-weight: 500;
}

.prize-amount {
  margin-top: 0.75rem;
}

.prize-result-detail {
  padding-top: 0.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .prize-result-detail {
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
  }
}

.widthdrawal-calculator-form .paymentcalculator-amount > p,
.widthdrawal-calculator-form .paymentcalculator-date > p,
.widthdrawal-calculator-form .paymentcalculator-ftpr > p{margin-bottom:0;}

/*
footer
*/
.prize-grid-cta {
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  .prize-grid-cta {
    text-align: left;
  }
}

.prize-grid-cta-login {
  text-align: center;
}

/*
info panel
*/
.prizechecker-infopanel {
  border: 1px solid #e2eafe;
  margin: 1rem 0 2.5rem;
  padding: 2rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .prizechecker-infopanel {
    padding: 3.5rem 6.25rem;
  }
}

.pb-countdown {
  padding: 3rem 1.5rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .pb-countdown {
    -ms-flex-item-align: start;
    align-self: flex-start;
    height: 100%;
    padding-top: 5rem;
    padding-bottom: 3.5rem;
  }
}

.pb-countdown-header {
  margin-bottom: 2.5rem;
}

.pb-countdown-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .pb-countdown-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.pb-countdown-timer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 8rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 8rem;
}

@media (min-width: 768px) {
  .pb-countdown-timer {
    height: 14.375rem;
    margin-bottom: 1rem;
    width: 14.375rem;
  }
}

.pb-countdown-media {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.pb-countdown-timer-value {
  font-family: "NSIEverydayWeb Display", sans-serif;
  font-size: 2.625rem;
  margin-top: 0.25rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .pb-countdown-timer-value {
    font-size: 5rem;
  }
}

.pb-countdown-timer-label {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 0.25rem;
  padding: 0 2rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  .pb-countdown-timer-label {
    font-size: 1.5rem;
  }
}

.pb-countdown-caption {
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 1rem;
}

@media (min-width: 1024px) {
  .pb-countdown-caption {
    padding-left: 0;
  }
}

.pb-countdown-result-message {
  font-size: 1.875rem;
  font-family: "NSIEverydayWeb Display", sans-serif;
  margin: 2rem 0;
}

@media (min-width: 1024px) {
  .pb-countdown-result-message {
    margin: 3rem 0;
  }
}

.pb-countdown-result-message span {
  display: block;
  font-size: 2.625rem;
  line-height: 1;
  padding: 1rem;
}

.pb-countdown-result-message span:nth-child(1) {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.pb-countdown-result-message span:nth-child(2) {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

.pb-countdown-result-message span:nth-child(3) {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

/*
Image / Animation
*/
/*
pb-countdown-sidebar (product page)
*/
.pb-countdown-sidebar {
  margin-bottom: 3rem;
  padding: 3rem 1rem;
}

@media (min-width: 1024px) {
  .pb-countdown-sidebar {
    margin: 1.5rem 0;
  }
}

@media (min-width: 1200px) {
  .pb-countdown-sidebar {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.prizechecker-form-media {
  position: relative;
}

@media (min-width: 1024px) {
  .prizechecker-form-media {
    height: 100%;
  }
}

.prizechecker-form-media::before {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block;
  left: -1rem;
  position: absolute;
  right: -1rem;
  top: 0;
  z-index: -1;
}

@media (min-width: 1024px) {
  .prizechecker-form-media::before {
    left: 0;
    right: -9rem;
  }
}

.prizechecker-form-block {
  margin-top: -2.5rem;
}
.input-group-icon-right > p {
  width: 100%;
  margin-bottom: 0;
}
.input-group-icon-right > p .form-control {
  padding-right: 40px;
}
.input-group-icon-right > p + .input-group-append {
  right: 0;
}

@media (min-width: 1024px) {
  .prizechecker-form-block {
    height: 100%;
    margin-top: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
}

.prizechecker-form-padded {
  padding: 2rem;
}

@media (min-width: 1024px) {
  .prizechecker-form-padded {
    padding: 3.5rem;
  }
}

/*
Prizechecker transitions
*/
@media (min-width: 1024px) {
  .prizechecker[data-section-animate] .prizechecker-form-media,
  .prizechecker[data-section-animate] .prizechecker-form {
    opacity: 0;
    -webkit-transform: translate3d(0, 64px, 0);
    transform: translate3d(0, 64px, 0);
    -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
      -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .prizechecker[data-section-animate] .prizechecker-form {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .prizechecker[data-section-animate] .prizechecker-form-media {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .prizechecker[data-section-animate].animate-in .prizechecker-form-media,
  .prizechecker[data-section-animate].animate-in .prizechecker-form {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .prizechecker[data-section-animate] .prizechecker-form-media,
  .prizechecker[data-section-animate] .prizechecker-form {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.reduce-motion .prizechecker[data-section-animate] .prizechecker-form-media,
.reduce-motion .prizechecker[data-section-animate] .prizechecker-form {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.promo {
  margin: 0 auto;
  max-width: 90rem;
  margin-bottom: 4rem;
  margin-top: 4rem;
  position: relative;
}

@media (min-width: 1024px) {
  .promo {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
}

@media (min-width: 1200px) {
  .promo {
    margin-bottom: 7rem;
    margin-top: 7rem;
  }
}

.promo[class*="bg--"] {
  padding: 4rem 0;
}

@media (min-width: 1024px) {
  .promo[class*="bg--"] {
    padding: 5rem 0;
  }
}

@media (min-width: 1200px) {
  .promo[class*="bg--"] {
    padding: 7rem 0;
  }
}

.promo .container-fluid,
.promo .container-sm,
.promo .container-md,
.promo .container-lg,
.promo .container-xl {
  max-width: 36rem;
}

@media (min-width: 1024px) {
  .promo .container-fluid,
  .promo .container-sm,
  .promo .container-md,
  .promo .container-lg,
  .promo .container-xl {
    max-width: 74.5rem;
  }
}

.promo-content {
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .promo-content {
    height: 100%;
    margin: 0;
  }
}

.promo-content-inner {
  padding: 2rem 2rem 1.25rem;
  position: relative;
}

@media (min-width: 1024px) {
  .promo-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;
    width: 100%;
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width: 1200px) {
  .promo-content-inner {
    padding: 7rem 0.625rem 3rem;
  }
}

.promo-title {
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.promo-body {
  font-size: 1.25rem;
  font-weight: 400;
}

/* necessary for the offset bg */
.promo-offset .container-fluid,
.promo-offset .container-sm,
.promo-offset .container-md,
.promo-offset .container-lg,
.promo-offset .container-xl,
.promo-story .container-fluid,
.promo-story .container-sm,
.promo-story .container-md,
.promo-story .container-lg,
.promo-story .container-xl {
  position: relative;
}

.promo-offset div[class*="col-"],
.promo-story div[class*="col-"] {
  position: static;
}

@media (min-width: 1024px) {
  .promo-offset div[class*="col-"],
  .promo-story div[class*="col-"] {
    position: relative;
  }
}

/*
Variations - offset
*/
@media (min-width: 1024px) {
  .promo-offset {
    padding: 0 0 5rem;
  }
}

.promo-offset .promo-content {
  position: static;
}

@media (min-width: 1024px) {
  .promo-offset .promo-content {
    position: relative;
  }
}

.promo-offset .promo-content::before {
  background: inherit;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 4rem;
  z-index: -1;
}

@media (min-width: 1024px) {
  .promo-offset .promo-content::before {
    -webkit-transform: translate3d(-192px, 0, 0);
    transform: translate3d(-192px, 0, 0);
    top: 0;
  }
}

.promo-offset .promo-media {
  position: relative;
  -webkit-transform: translate3d(-16px, 0, 0);
  transform: translate3d(-16px, 0, 0);
  z-index: 2;
}

@media (min-width: 576px) {
  .promo-offset:not(.promo-reverse) .promo-media {
    -webkit-transform: translate3d(-22px, 0, 0);
    transform: translate3d(-22px, 0, 0);
  }
}

@media (min-width: 768px) {
  .promo-offset:not(.promo-reverse) .promo-media {
    -webkit-transform: translate3d(-32px, 0, 0);
    transform: translate3d(-32px, 0, 0);
  }
}

@media (min-width: 1024px) {
  .promo-offset:not(.promo-reverse) .promo-media {
    height: 100%;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }
}

.promo-offset.promo-reverse .promo-content::before {
  left: -1rem;
}

@media (min-width: 1024px) {
  .promo-offset.promo-reverse .promo-content::before {
    -webkit-transform: translate3d(192px, 0, 0);
    transform: translate3d(192px, 0, 0);
  }
}

.promo-offset.promo-reverse .promo-media {
  -webkit-transform: translate3d(16px, 0, 0);
  transform: translate3d(16px, 0, 0);
}

@media (min-width: 576px) {
  .promo-offset.promo-reverse .promo-media {
    -webkit-transform: translate3d(22px, 0, 0);
    transform: translate3d(22px, 0, 0);
  }
}

@media (min-width: 768px) {
  .promo-offset.promo-reverse .promo-media {
    -webkit-transform: translate3d(32px, 0, 0);
    transform: translate3d(32px, 0, 0);
  }
}

@media (min-width: 1024px) {
  .promo-offset.promo-reverse .promo-media {
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }
}

/*
Variations - story
*/
.promo-story .promo-body {
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .promo-story .promo-body {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .promo-has-storyline {
    margin-bottom: 10rem;
  }
}

@media (min-width: 1200px) {
  .promo-has-storyline {
    margin-top: 12rem;
  }
}

/*
Variations - has storyline
*/
.promo-storyline-embed {
  display: none;
  pointer-events: none;
  padding-bottom: 65%;
}

@media (min-width: 1024px) {
  .promo-storyline-embed {
    bottom: 0;
    display: block;
    left: 1rem;
    position: absolute;
    top: 0;
    -webkit-transform: translate3d(0, -64px, 0);
    transform: translate3d(0, -64px, 0);
    width: calc(100% + 48px);
    z-index: 5;
  }
}

@media (min-width: 1200px) {
  .promo-storyline-embed {
    -webkit-transform: translate3d(0, -144px, 0);
    transform: translate3d(0, -144px, 0);
    width: calc(100% + 112px);
  }
}

@media (min-width: 1440px) {
  .promo-storyline-embed {
    left: -1rem;
  }
}

.promo-storyline {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/*
Variations - promo overlap (homepage module following PB)
*/
@media (min-width: 1024px) {
  .promo-overlap {
    margin-top: -5rem;
  }
}

@media (min-width: 1024px) {
  .promo-overlap .promo-storyline-embed {
    left: -7rem;
    -webkit-transform: translate3d(0, -112px, 0);
    transform: translate3d(0, -112px, 0);
    width: calc(100% + 112px);
    z-index: -1;
  }
}

@media (min-width: 1200px) {
  .promo-overlap .promo-storyline-embed {
    -webkit-transform: translate3d(0, -176px, 0);
    transform: translate3d(0, -176px, 0);
    left: -10rem;
    width: calc(100% + 160px);
  }
}

/*
helpers
*/
.promo-padding-0,
.promo-padding-0[class*="bg--"] {
  padding: 0;
}

.promo-margin-top-0 {
  margin-top: 0;
}

/*
Promo transitions
*/
@media (min-width: 1024px) {
  .promo[data-section-animate] .promo-embed,
  .promo[data-section-animate] .promo-content,
  .promo[data-section-animate] .pb-countdown {
    opacity: 0;
    -webkit-transform: translate3d(0, 64px, 0);
    transform: translate3d(0, 64px, 0);
    -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
      -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .promo[data-section-animate] .promo-embed,
  .promo[data-section-animate] .pb-countdown {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .promo[data-section-animate] .promo-content {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .promo[data-section-animate].animate-in .promo-embed,
  .promo[data-section-animate].animate-in .pb-countdown,
  .promo[data-section-animate].animate-in .promo-content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .promo[data-section-animate] .promo-embed,
  .promo[data-section-animate] .promo-content,
  .promo[data-section-animate] .pb-countdown {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.reduce-motion .promo[data-section-animate] .promo-embed,
.reduce-motion .promo[data-section-animate] .promo-content,
.reduce-motion .promo[data-section-animate] .pb-countdown {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 1024px) {
  .product-cta {
    padding: 4rem 0;
  }
}

.product-cta-title {
  margin-bottom: 2.5rem;
}

.product-cta-content {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .product-cta-content {
    padding-top: 1rem;
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

.section-download {
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.download-grid {
  border-radius: 6px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14),
    0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14), 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 3rem 1.5rem;
}

@media (min-width: 1024px) {
  .download-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .download-grid {
      display: grid;
      grid-template-columns: 5fr 7fr;
    }
  }
}

@media (min-width: 1200px) {
  .download-grid {
    padding: 3.5rem 0;
  }
}

@media (min-width: 1024px) {
  .download-grid-residual .download-grid-header,
  .download-grid-residual .download-grid-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .download-grid-residual .download-grid-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  @supports (display: grid) {
    .download-grid-residual {
      grid-template-columns: 7fr 5fr;
    }
    .download-grid-residual .download-grid-header,
    .download-grid-residual .download-grid-footer,
    .download-grid-residual .download-grid-content {
      max-width: none;
    }
  }
}

.download-grid-header,
.download-grid-footer {
  font-size: 1.0625rem;
}

@media (min-width: 1024px) {
  .download-grid-header,
  .download-grid-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  @supports (display: grid) {
    .download-grid-header,
    .download-grid-footer {
      max-width: none;
    }
  }
}

@media (min-width: 1200px) {
  .download-grid-header,
  .download-grid-footer {
    padding: 0 5rem 0 6.25rem;
  }
}

.download-grid-content {
  margin: 2rem 0 3rem;
}

@media (min-width: 1024px) {
  .download-grid-content {
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-right: 6.25rem;
    padding-top: 0.5rem;
  }
  @supports (display: grid) {
    .download-grid-content {
      grid-row-start: 1;
      grid-row-end: 3;
      grid-column-start: 2;
    }
    @supports (display: grid) {
      .download-grid-content {
        max-width: none;
      }
    }
  }
}

.list-download {
  list-style: none;
  padding-left: 0;
}

.list-download li {
  margin-bottom: 0.75rem;
}

.list-download small {
  display: block;
  padding-left: 2rem;
}

.list-residual-product {
  font-weight: 300;
  list-style: none;
  margin-bottom: 2rem;
  padding-left: 0;
}

.list-residual-product li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}

.list-residual-product li::before {
  content: "•";
  display: block;
  left: 0;
  position: absolute;
  top: 0.125rem;
}

@media (min-width: 1024px) {
  .list-residual-product {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }
}

/*
Section
*/
.section-filter {
  padding: 0;
  margin-bottom: 3rem;
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .section-filter {
    padding-top: 4rem;
  }
}

.product-filter {
  border-bottom: 2px solid #e9f2e0;
  padding-bottom: 2rem;
}

.product-filter-message {
  padding-top: 2rem;
}

/*
Form
*/
/*
Filter group
*/
.product-filtergroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem 0 3.5rem;
}

@media (min-width: 768px) {
  .product-filtergroup {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.product-filtergroup-item {
  margin-bottom: 0.5rem;
  margin-right: 1rem;
}

/*
Sort group
*/
.product-custom-select {
  text-align: center;
}

@media (min-width: 768px) {
  .product-custom-select {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-custom-label {
  color: #696a87;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .product-custom-label {
    margin-bottom: 0;
    padding-right: 0.5rem;
  }
}

.custom-select-transparent {
  border: 0;
}

/*
Button
*/
.product-filter-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  min-height: 3.375rem;
  outline: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .product-filter-btn {
    font-size: 1.75rem;
  }
}

.product-filter-btn:focus .product-filter-icon,
.product-filter-btn:hover .product-filter-icon,
.product-filter-btn[aria-expanded="true"] .product-filter-icon {
  background-color: #fff;
  border-color: #fc605c;
  color: #fc605c;
}

.product-filter-icon {
  background-color: #fc605c;
  border-radius: 50%;
  border: 1px solid #fc605c;
  color: #fff;
  height: 3rem;
  padding: 0.75rem;
  -webkit-transition: background-color 0.2s, border-color 0.2s ease;
  transition: background-color 0.2s, border-color 0.2s ease;
  width: 3rem;
}

.product-filter-label {
  margin-left: 1rem;
}

@media (min-width: 1024px) {
  .product-filter-label {
    margin-left: 1.5rem;
  }
}

/*
Reset Button
*/
.product-filter-reset {
  display: none;
}

/*
modals
*/
.product-modal {
  height: 100vh;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  z-index: 100;
}

.product-modal.is-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.product-modal-bg {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.product-modal-dialog {
  background-color: #fff;
  height: 100%;
  max-width: 100%;
  overflow-y: auto;
  padding-bottom: 1.5rem;
  width: 100%;
}

@media (min-width: 1200px) {
  .product-modal-dialog {
    padding-bottom: 5rem;
  }
}

.product-modal-header {
  height: 4.5rem;
  padding: 0.875rem 0;
}

@media (min-width: 1200px) {
  .product-modal-header {
    height: 6rem;
    padding: 1rem 0;
  }
}

.product-modal-close {
  padding: 0.75rem 0 1.5rem;
}

@media (min-width: 1200px) {
  .product-modal-close {
    padding: 2rem 0 3rem;
  }
}

/*
modal content
*/
.product-topup,
.product-summary-box {
  margin: 2rem 0 2.5rem;
}

@media (min-width: 1200px) {
  .product-topup,
  .product-summary-box {
    margin: 4rem 0 5rem;
  }
}

.product-summary-box {
  border: 1px solid #e2eafe;
  padding: 2rem 1.5rem;
}

@media (min-width: 1200px) {
  .product-summary-box {
    padding: 3.5rem 3rem;
  }
}

.product-topup-details > dt {
  font-size: 1.0625rem;
  font-weight: 400;
}

.product-topup-details > dd {
  font-weight: 600;
}

@media (min-width: 768px) {
  .product-definition {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dl {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .product-definition {
    margin-bottom: 3.5rem;
  }
  .dl {
    margin-bottom: 3.5rem;
  }
}

.product-definition dt {
  font-size: 1.0625rem;
}

.product-definition > .dt {
  font-size: 1.0625rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.dl > .dt {
  font-size: 1.0625rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
  .product-definition dt {
    padding-right: 3.375rem;
    width: 18.75rem;
  }
  .dl > .dt {
    padding-right: 3.375rem;
    width: 18.75rem;
  }
  .product-definition > .dt {
    padding-right: 3.375rem;
    width: 18.75rem;
  }
}

.product-definition dd {
  font-size: 1.375rem;
}
.product-definition .text--pine {
  font-size: 1.375rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .product-definition dd {
    width: calc(100% - 300px);
  }
  .product-definition .text--pine {
    width: calc(100% - 300px);
  }
}

@media (min-width: 1200px) {
  .product-definition dd {
    font-size: 1.5rem;
  }
  .product-definition .text--pine {
    font-size: 1.5rem;
  }
}

.article {
  margin: 2.5rem 0;
}

@media (min-width: 1200px) {
  .article {
    margin: 4rem 0;
  }
}

/*
Savings results
*/
.savings-selector-results {
  background-color: #e9f2e0;
  margin-top: 0;
  padding-top: 5rem;
  position: relative;
}

@media (min-width: 1024px) {
  .savings-selector-results {
    padding-top: 0;
  }
}

@media (min-width: 1024px) {
  .savings-selector-summary {
    padding-top: 50vh;
    position: relative;
  }
}

.savings-recap {
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 3rem 0;
}

@media (min-width: 1024px) {
  .savings-recap {
    font-size: 2.125rem;
    margin: 5rem 0;
  }
}

.savings-recap .form-control-savings {
  background-position: right 2px top 2px;
  line-height: 1.8;
  font-size: 1.625rem;
  font-weight: 400;
  height: auto;
  text-transform: lowercase;
}

@media (min-width: 1200px) {
  .savings-recap .form-control-savings {
    background-position: right 2px top 14px;
    font-size: 2.125rem;
  }
}

.savings-recap .input-group-prepend {
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.8;
}

.savings-recap-field {
  display: inline-block;
  vertical-align: top;
}

.savings-recap-message {
  margin-bottom: 3rem;
}

@media (min-width: 1200px) {
  .savings-recap-message {
    margin-bottom: 4rem;
  }
}

.dot-nav {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

@media (min-width: 1024px) {
  .dot-nav {
    display: block;
    left: 0.5rem;
    position: fixed;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 10;
  }
}

@media (min-width: 1200px) {
  .dot-nav {
    left: 3rem;
  }
}

.dot-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1rem;
  margin-bottom: 0.5rem;
  padding-left: 0;
}

.dot-nav-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(42, 43, 84, 0.15);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  height: 0.75rem;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: 0.75rem;
}

.dot-nav-button[disabled] {
  cursor: not-allowed;
}

.dot-nav-button:focus:not([disabled]),
.dot-nav-button:hover:not([disabled]) {
  background-color: rgba(42, 43, 84, 0.3);
}

.dot-nav-button.is-complete {
  background-color: #00585c;
}

.dot-nav-button.is-complete:focus,
.dot-nav-button.is-complete:hover {
  background-color: #00585c;
}

.dot-nav-button.is-current {
  background-color: #fc605c;
  height: 1rem;
  width: 1rem;
}

.dot-nav-button.is-current:focus,
.dot-nav-button.is-current:hover {
  background-color: #fc605c;
}

.savings-steps {
  counter-reset: saving_selector_counter;
}

.savings-step {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 35.5rem;
  position: relative;
}

.savings-step:not(.step-hidden):not(.savings-step-hero) {
  counter-increment: saving_selector_counter;
}

@media (min-width: 1024px) {
  .savings-step {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .savings-step:nth-child(2) .savings-step-bg {
    height: calc(100vh - 96px);
    left: 2rem;
    top: calc(-50vh + 96px);
  }
}

.savings-step-hero {
  height: calc(100vh - 64px);
}

@media (min-width: 1024px) {
  .savings-step-hero {
    height: calc(100vh - 96px);
  }
}

.savings-step-hero-inner {
  background-color: #fff;
  padding-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .savings-step-hero-inner {
    max-width: 66.6667%;
  }
}

.step-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  min-height: 0;
  padding: 0;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  width: 1px;
}

.savings-step-inner {
  position: relative;
  width: 100%;
  z-index: 1;
}

@media (min-width: 1024px) {
  .savings-step-inner {
    padding-left: 13rem;
  }
}

.savings-step-inner::before,
.savings-step-inner::after {
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  position: absolute;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 1;
}

@media (min-width: 1024px) {
  .savings-step-inner::before,
  .savings-step-inner::after {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.savings-step-inner::before {
  content: "";
  height: 6rem;
  top: -7rem;
  width: 6rem;
}

@media (min-width: 1024px) {
  .savings-step-inner::before {
    height: 8rem;
    left: -1rem;
    top: -1rem;
    width: 8rem;
  }
}

.savings-step-inner::after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: counter(saving_selector_counter);
  font-size: 2.625rem;
  font-weight: 600;
  height: 4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -6rem;
  width: 4rem;
}

@media (min-width: 1024px) {
  .savings-step-inner::after {
    font-size: 3.25rem;
    height: 6rem;
    top: 0;
    width: 6rem;
  }
}

.savings-step-control {
  padding: 0 1.5rem;
  position: relative;
  text-align: center;
}

.savings-step-control .form-group {
  margin-top: 1.5rem;
}

@media (min-width: 576px) {
  .savings-step-control {
    margin: 0 auto;
    max-width: 22rem;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .savings-step-control {
    margin: 0;
    max-width: 22rem;
    text-align: left;
  }
}

.savings-step-label {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.btn-savings-step {
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .btn-savings-step {
    display: inline-block;
  }
}

.savings-step-media {
  display: none;
}

@media (min-width: 1024px) {
  .savings-step-media {
    display: block;
    max-width: 20rem;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
      -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(32px, -50%, 0);
    transform: translate3d(32px, -50%, 0);
  }
  .savings-step-media.animate-in {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

@media (min-width: 1200px) {
  .savings-step-media {
    max-width: 28rem;
  }
}

.savings-step-footer {
  left: 1.5rem;
  max-width: none;
  position: absolute;
  right: 1.5rem;
  top: calc(100% + 32px);
}

@media (min-width: 576px) {
  .savings-step-footer {
    margin: 0 auto;
    max-width: 22rem;
  }
}

@media (min-width: 1024px) {
  .savings-step-footer {
    bottom: auto;
    left: 13rem;
    margin: 0;
  }
}

.has-custom-field ~ .savings-step-footer {
  top: calc(100% + 120px);
}

@media (min-width: 1024px) {
  .has-custom-field ~ .savings-step-footer {
    top: calc(100% + 136px);
  }
}

/*
Form field variation
*/
.form-control-savings {
  background-color: transparent;
  background-position: right 2px top 12px;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  color: #3d6af7;
  font-size: 1.625rem;
  height: 3.5rem;
  padding-bottom: 0;
  padding-top: 0;
}

.form-control-savings:focus {
  color: #3d6af7;
}

.form-control-savings[type="number"]::-webkit-inner-spin-button,
.form-control-savings[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.form-group-custom-control {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 1.5rem 1.5rem 0;
  right: 0;
}

@media (min-width: 576px) {
  .form-group-custom-control {
    padding-left: 0;
    padding-right: 0;
  }
}

/*
Transitions
*/
@media (min-width: 1024px) {
  .savings-steps .savings-step-line-text {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease 0.3s;
    transition: opacity 0.6s ease 0.3s;
  }
  .savings-steps .savings-step-control {
    opacity: 0;
    -webkit-transform: translate3d(-32px, 0, 0);
    transform: translate3d(-32px, 0, 0);
    -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
      -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .savings-steps .savings-step-inner::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 0.1s ease 0.7s, -webkit-transform 0.1s 0.7s;
    transition: opacity 0.1s ease 0.7s, -webkit-transform 0.1s 0.7s;
    transition: transform 0.1s 0.7s, opacity 0.1s ease 0.7s;
    transition: transform 0.1s 0.7s, opacity 0.1s ease 0.7s,
      -webkit-transform 0.1s 0.7s;
  }
  .savings-steps .animate-in .savings-step-line-text {
    opacity: 1;
  }
  .savings-steps .animate-in .savings-step-control {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .savings-steps .animate-in .savings-step-inner::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
SVG lines
*/
.savings-step-bg {
  display: none;
}

@media (min-width: 1024px) {
  .savings-step-bg {
    display: block;
    height: 100vh;
    left: 3rem;
    min-height: 35.5rem;
    overflow: hidden;
    position: absolute;
    top: -50vh;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@media (min-width: 1024px) {
  .savings-step-line {
    height: 100vh;
    max-width: none;
    width: auto;
  }
  .savings-step-line path {
    stroke: #00585c;
    stroke-width: 2px;
  }
  .savings-step-line .textbox-halfway {
    fill: #fff;
    stroke-width: 0;
  }
  .savings-step-line .textbox-finish {
    fill: #e9f2e0;
    stroke-width: 0;
  }
  .savings-step-line.animate-in path {
    -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.61, 1, 0.88, 1);
    transition: stroke-dashoffset 2s cubic-bezier(0.61, 1, 0.88, 1);
  }
}

.savings-step-line-text {
  fill: #00585c;
  font-family: "NSIEverydayWeb Display", sans-serif;
  font-size: 1.5rem;
  -webkit-transform: translate3d(0, 6px, 0);
  transform: translate3d(0, 6px, 0);
}

.search-input-group {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-input-group > .form-control {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
}

/*
help section
*/
.search-form {
  padding-top: 1rem;
}

@media (min-width: 1200px) {
  .search-form {
    padding-top: 2rem;
  }
}

.search-form:first-child {
  padding-top: 0;
}

.search-input-group-shadow {
  border: solid 1px rgba(42, 43, 84, 0.12);
  border-radius: 6px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0), 0 0 10px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0), 0 0 10px 0 rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.search-input-group-shadow:focus,
.search-input-group-shadow:hover {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2),
    0 0 10px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.14);
}

.search-input-group-shadow .form-control {
  border: 0;
  border-radius: 0.25rem 0 0 0.25rem;
}

.search-input-control {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 0 0.25rem 0.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.25rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.25rem;
}

.search-form-message {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .search-form-message {
    text-align: center;
  }
}

.search-modal {
  height: 100vh;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease 0.1s;
  transition: -webkit-transform 0.3s ease 0.1s;
  transition: transform 0.3s ease 0.1s;
  transition: transform 0.3s ease 0.1s, -webkit-transform 0.3s ease 0.1s;
  will-change: transform;
  z-index: 1;
  visibility: hidden;
}

@media (min-width: 1200px) {
  .search-modal {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.search-modal.is-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  visibility: visible;
}

.search-modal-bg {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  z-index: 100;
}

.is-open .search-modal-bg {
  background-color: rgba(60, 60, 59, 0.82);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

@media (min-width: 1200px) {
  .search-modal-bg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.search-modal-dialog {
  background-color: white;
  height: 100%;
  max-width: 100%;
  overflow-y: auto;
  width: 100%;
}

@media (min-width: 1200px) {
  .search-modal-dialog {
    height: auto;
  }
}

.search-modal-content {
  padding: 7rem 0 2rem;
  position: relative;
}

@media (min-width: 1200px) {
  .search-modal-content {
    padding-bottom: 7rem;
    padding-top: 12rem;
  }
}

.search-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0;
}

@media (min-width: 1200px) {
  .search-modal-close {
    top: 1.625rem;
  }
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.share-item {
  margin: 0 1.25rem;
}

@media (min-width: 768px) {
  .share-item {
    margin: 0 0.375rem;
  }
}

.share-link {
  background: transparent;
  border: 0;
  color: #2a2b54;
  display: block;
  padding: 0;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.share-link:focus,
.share-link:hover {
  color: #fc605c;
}

@media (min-width: 1024px) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 112px;
  }
}

.sidebar-cta {
  border: 1px solid #e2eafe;
  font-size: 1.25rem;
  font-weight: 300;
  margin: 5rem 0;
  padding: 3rem 1.5rem;
}
.sidebar-cta p:last-of-type .btn-sm-block {
  margin-bottom: -2.4rem;
}
@media (min-width: 1024px) {
  .sidebar-cta {
    margin: 1.5rem 0;
  }
}

@media (min-width: 1200px) {
  .sidebar-cta {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.sidebar-title {
  margin-top: 2rem;
}

.sidebar-title:first-child {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .sidebar-title {
    margin-top: 2.5rem;
  }
}

.tag-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.tag-group-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3rem;
}

@media (min-width: 1200px) {
  .tag-group-center {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}

.tag-group-item {
  margin: 0 0.5rem 0.5rem 0;
}

.tag-group-item .tag {
  display: block;
}

.why-save-container {
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}

@media (min-width: 1024px) {
  .why-save-container {
    max-width: 56.25rem;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .why-save-container {
    max-width: none;
  }
}

.why-save {
  counter-reset: save_counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 2rem auto 0;
  max-width: 17rem;
  padding-left: 0;
}

@media (min-width: 768px) {
  .why-save {
    max-width: 30rem;
  }
}

@media (min-width: 1024px) {
  .why-save {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4rem;
    max-width: none;
    overflow: visible;
  }
}

.why-save-bg {
  display: none;
  padding-bottom: 38%;
  position: relative;
}

@media (min-width: 1024px) {
  .why-save-bg {
    display: block;
    left: 0;
    position: absolute;
    top: -5rem;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .why-save-bg {
    left: -1.5rem;
    top: -6rem;
  }
}

@media (min-width: 1440px) {
  .why-save-bg {
    top: -8rem;
  }
}

.why-save-bg-line {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.why-save-item {
  counter-increment: save_counter;
  margin-bottom: 10rem;
  position: relative;
}

@media (min-width: 1024px) {
  .why-save-item {
    margin-bottom: 0;
    max-width: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.why-save-item:nth-child(1) .why-save-inner::before {
  left: -3rem;
}

@media (min-width: 768px) {
  .why-save-item:nth-child(1) .why-save-inner::before {
    left: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .why-save-item:nth-child(1) .why-save-inner::before {
    left: -1rem;
  }
}

.why-save-item:nth-child(1) .why-save-inner::after {
  left: -2rem;
}

@media (min-width: 768px) {
  .why-save-item:nth-child(1) .why-save-inner::after {
    left: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .why-save-item:nth-child(1) .why-save-inner::after {
    left: 0;
  }
}

.why-save-item:nth-child(1) .why-save-line {
  left: 4rem;
  top: -1rem;
}

@media (min-width: 768px) {
  .why-save-item:nth-child(1) .why-save-line {
    left: 7.5rem;
  }
}

@media (min-width: 1024px) {
  .why-save-item:nth-child(2) {
    margin-left: 33.33333%;
    padding-top: 1rem;
  }
}

.why-save-item:nth-child(2) .why-save-line {
  left: -2.5rem;
  top: -5rem;
}

@media (min-width: 768px) {
  .why-save-item:nth-child(2) .why-save-line {
    left: 0;
  }
}

.why-save-item:nth-child(2) .why-save-inner::before {
  left: 1rem;
}

@media (min-width: 768px) {
  .why-save-item:nth-child(2) .why-save-inner::before {
    left: 4rem;
  }
}

@media (min-width: 1024px) {
  .why-save-item:nth-child(2) .why-save-inner::before {
    left: -1rem;
  }
}

.why-save-item:nth-child(2) .why-save-inner::after {
  background: #fc605c;
  color: #fff;
  left: 2rem;
}

@media (min-width: 768px) {
  .why-save-item:nth-child(2) .why-save-inner::after {
    left: 5rem;
  }
}

@media (min-width: 1024px) {
  .why-save-item:nth-child(2) .why-save-inner::after {
    left: 0;
  }
}

.why-save-item:nth-child(3) {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .why-save-item:nth-child(3) {
    padding-left: 4rem;
  }
}

@media (min-width: 1024px) {
  .why-save-item:nth-child(3) {
    margin-left: 33.33333%;
    padding-left: 0;
  }
}

.why-save-item:nth-child(3) .why-save-line {
  bottom: calc(100% + 4px);
  right: calc(100% - 48px);
}

@media (min-width: 1024px) {
  .why-save-item:nth-child(3) .why-save-inner {
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
  }
}

@media (min-width: 1200px) {
  .why-save-item:nth-child(3) .why-save-inner {
    -webkit-transform: translate3d(0, -64px, 0);
    transform: translate3d(0, -64px, 0);
  }
}

.why-save-item:nth-child(3) .why-save-inner::before {
  left: -2rem;
}

@media (min-width: 1024px) {
  .why-save-item:nth-child(3) .why-save-inner::before {
    left: -1rem;
  }
}

.why-save-item:nth-child(3) .why-save-inner::after {
  background: #00585c;
  color: #fff;
  left: -1rem;
}

@media (min-width: 1024px) {
  .why-save-item:nth-child(3) .why-save-inner::after {
    left: 0;
  }
}

.why-save-line {
  position: absolute;
}

@media (min-width: 1024px) {
  .why-save-line {
    display: none;
  }
}

.why-save-inner {
  font-size: 1.0625rem;
  padding-top: 8rem;
  position: relative;
}

@media (min-width: 1024px) {
  .why-save-inner {
    max-width: 22.5rem;
  }
}

.why-save-inner:last-child {
  margin-bottom: 0;
}

.why-save-inner::before,
.why-save-inner::after {
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: absolute;
  top: 0;
}

.why-save-inner::before {
  background-color: #e9f2e0;
  content: "";
  left: -1rem;
  height: 7rem;
  top: -1rem;
  width: 7rem;
}

@media (min-width: 1200px) {
  .why-save-inner::before {
    height: 8rem;
    width: 8rem;
  }
}

.why-save-inner::after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: counter(save_counter);
  font-size: 2.5rem;
  font-weight: 600;
  height: 5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5rem;
  z-index: 2;
}

@media (min-width: 1200px) {
  .why-save-inner::after {
    font-size: 3.125rem;
    height: 6rem;
    width: 6rem;
  }
}

.why-save-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.withdrawal-card {
  background-color: #ffffff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2),
    0 0 1px -1px rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 0 1px -1px rgba(0, 0, 0, 0.12),
    0 0 1px 0 rgba(0, 0, 0, 0.14);
  font-size: 1.4375rem;
  padding: 1.5rem;
  position: relative;
}

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

@media (min-width: 1024px) {
  .withdrawal-card {
    font-size: 1.5625rem;
  }
}

@media (min-width: 1200px) {
  .withdrawal-card {
    font-size: 1.75rem;
  }
}

.withdrawal-card-header {
  padding: 0 2rem 0 3rem;
}

@media (min-width: 1200px) {
  .withdrawal-card-header {
    padding-left: 3.5rem;
  }
}

.withdrawal-card-icon {
  left: 1.5rem;
  position: absolute;
  top: 1.5rem;
}

.withdrawal-date {
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .withdrawal-date {
    padding-right: 2rem;
  }
}

.withdrawal-date-day {
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.5rem 0;
}

.withdrawal-tooltip {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}

.tag-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.tag-group-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3rem;
}

@media (min-width: 1200px) {
  .tag-group-center {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}

.tag-group-item {
  margin: 0 0.5rem 0.5rem 0;
}

.tag-group-item .tag {
  display: block;
}

.messagebox {
  border-radius: 4px;
  margin: 10px 0px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.messagebox p {
  margin-bottom: 0.75rem;
}

.messagebox h3 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 5px;
}

.messagebox .message--inner {
  background: #fff;
  padding: 10px;
  display: block;
  width: 100%;
}

.messagebox .message--inner .icon-btn {
  float: right;
}

.messagebox .message--icon {
  padding: 10px;
  display: inline-block;
  min-width: 45px;
}

@media (min-width: 768px) {
  .messagebox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .messagebox .message--icon {
    display: inline-block;
    min-width: 45px;
  }
}

.messagebox-sm {
  border-radius: 4px;
  margin: 10px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.messagebox-sm p {
  margin-bottom: 0;
}

.messagebox-sm h3 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 5px;
}

.messagebox-sm .message--inner {
  background: #fff;
  padding: 10px;
  display: block;
}

.messagebox-sm .message--inner .icon-btn {
  float: right;
}

.messagebox-sm .message--icon {
  padding: 10px;
  display: inline-block;
  min-width: 45px;
}

@media (min-width: 768px) {
  .messagebox-sm {
    max-width: 50%;
  }
}

.header-message {
  margin: 0px;
  padding: 20px;
  font-size: larger;
  display: none;
}

.header-message h2 {
  margin-bottom: 1rem;
}

.header-message .btn {
  width: 100%;
}

.header-message .btn-group-stacked {
  margin: 0;
}

.accordion-item-content .messagebox {
  width: 98%;
}

.show {
  opacity: 1;
}

.hide {
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  position: absolute;
  max-width: inherit;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.hidden-sm {
  display: block;
}

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

.hidden-md {
  display: block;
}

@media (min-width: 768px) {
  .hidden-md {
    display: none;
  }
}

.hidden-lg {
  display: block;
}

@media (min-width: 1024px) {
  .hidden-lg {
    display: none;
  }
}

.hidden-xl {
  display: block;
}

@media (min-width: 1200px) {
  .hidden-xl {
    display: none;
  }
}

.visible-sm {
  display: block;
}

.visible-md {
  display: none;
}

@media (min-width: 768px) {
  .visible-md {
    display: block;
  }
}

.visible-lg {
  display: none;
}

@media (min-width: 1024px) {
  .visible-lg {
    display: block;
  }
}

.visible-xl {
  display: none;
}

@media (min-width: 1200px) {
  .visible-xl {
    display: block;
  }
}

.is-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.is-hidden {
  display: none;
}

.no-transition {
  -webkit-transition: none;
  transition: none;
}

.bg--black {
  background-color: #000000;
}

.text--black {
  color: #000000;
}

.icon--black {
  fill: #000000;
}

.savings-step--black .savings-step-inner::after {
  background-color: #000000;
}

.bg--dark_grey {
  background-color: #3c3c3b;
}

.text--dark_grey {
  color: #3c3c3b;
}

.icon--dark_grey {
  fill: #3c3c3b;
}

.savings-step--dark_grey .savings-step-inner::after {
  background-color: #3c3c3b;
}

.bg--light_grey {
  background-color: #f0f0f0;
}

.text--light_grey {
  color: #f0f0f0;
}

.icon--light_grey {
  fill: #f0f0f0;
}

.savings-step--light_grey .savings-step-inner::after {
  background-color: #f0f0f0;
}

.bg--grey {
  background-color: #696a87;
}

.text--grey {
  color: #696a87;
}

.icon--grey {
  fill: #696a87;
}

.savings-step--grey .savings-step-inner::after {
  background-color: #696a87;
}

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

.text--white {
  color: #ffffff;
}

.icon--white {
  fill: #ffffff;
}

.savings-step--white .savings-step-inner::after {
  background-color: #ffffff;
}

.bg--biro {
  background-color: #2a2b54;
  color: #fff;
}

.text--biro {
  color: #2a2b54;
}

.icon--biro {
  fill: #2a2b54;
}

.savings-step--biro .savings-step-inner::after {
  background-color: #2a2b54;
  color: #fff;
}

.bg--shiraz {
  background-color: #50001b;
  color: #fff;
}

.text--shiraz {
  color: #50001b;
}

.icon--shiraz {
  fill: #50001b;
}

.savings-step--shiraz .savings-step-inner::after {
  background-color: #50001b;
  color: #fff;
}

.bg--vinyl {
  background-color: #05210a;
  color: #fff;
}

.text--vinyl {
  color: #05210a;
}

.icon--vinyl {
  fill: #05210a;
}

.savings-step--vinyl .savings-step-inner::after {
  background-color: #05210a;
  color: #fff;
}

.bg--pine {
  background-color: #00585c;
  color: #fff;
}

.text--pine {
  color: #00585c;
}

.icon--pine {
  fill: #00585c;
}

.savings-step--pine .savings-step-inner::after {
  background-color: #00585c;
  color: #fff;
}

.bg--electric {
  background-color: #3d6af7;
}

.text--electric {
  color: #3d6af7;
}

.icon--electric {
  fill: #3d6af7;
}

.savings-step--electric .savings-step-inner::after {
  background-color: #3d6af7;
}

.bg--bubblegum {
  background-color: #fc605c;
  color: #fff;
}

.text--bubblegum {
  color: #fc605c;
}

.icon--bubblegum {
  fill: #fc605c;
}

.savings-step--bubblegum .savings-step-inner::after {
  background-color: #fc605c;
  color: #fff;
}

.bg--lawn {
  background-color: #34a859;
}

.text--lawn {
  color: #34a859;
}

.icon--lawn {
  fill: #34a859;
}

.savings-step--lawn .savings-step-inner::after {
  background-color: #34a859;
}

.bg--yolk {
  background-color: #ffae0c;
}

.text--yolk {
  color: #ffae0c;
}

.icon--yolk {
  fill: #ffae0c;
}

.savings-step--yolk .savings-step-inner::after {
  background-color: #ffae0c;
}

.bg--frost {
  background-color: #e2eafe;
}

.text--frost {
  color: #e2eafe;
}

.icon--frost {
  fill: #e2eafe;
}

.savings-step--frost .savings-step-inner::after {
  background-color: #e2eafe;
}

.bg--marshmallow {
  background-color: #fad9d7;
}

.text--marshmallow {
  color: #fad9d7;
}

.icon--marshmallow {
  fill: #fad9d7;
}

.savings-step--marshmallow .savings-step-inner::after {
  background-color: #fad9d7;
}

.bg--lido {
  background-color: #e9f2e0;
}

.text--lido {
  color: #e9f2e0;
}

.icon--lido {
  fill: #e9f2e0;
}

.savings-step--lido .savings-step-inner::after {
  background-color: #e9f2e0;
}

.bg--sand {
  background-color: #ffefce;
}

.text--sand {
  color: #ffefce;
}

.icon--sand {
  fill: #ffefce;
}

.savings-step--sand .savings-step-inner::after {
  background-color: #ffefce;
}

.bg--error_red {
  background-color: #a32121;
}

.text--error_red {
  color: #a32121;
}

.icon--error_red {
  fill: #a32121;
}

.savings-step--error_red .savings-step-inner::after {
  background-color: #a32121;
}

.bg--valid_green {
  background-color: #34a859;
}

.text--valid_green {
  color: #34a859;
}

.icon--valid_green {
  fill: #34a859;
}

.savings-step--valid_green .savings-step-inner::after {
  background-color: #34a859;
}

.bg--alert_yellow {
  background-color: #ffae0c;
}

.text--alert_yellow {
  color: #ffae0c;
}

.icon--alert_yellow {
  fill: #ffae0c;
}

.savings-step--alert_yellow .savings-step-inner::after {
  background-color: #ffae0c;
}

/*
Font weights mixin
*/
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

/*
Alignment and margin helpers
*/
.text-left {
  text-align: left;
}

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

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

.heading-margin-8 {
  margin-bottom: 0.5rem;
}

.heading-margin-16 {
  margin-bottom: 1rem;
}

.heading-margin-24 {
  margin-bottom: 1.5rem;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.template-link {
  background-color: #fff;
  font-size: 0.0875rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  text-decoration: none;
  z-index: 10000;
}

.hidden-sm,
.hide-mobile {
  display: none !important;
}

.visible-md {
  display: none;
}

/*
.border {
    border: 1px solid $grey;
}
.border-t {
    border-top: 1px solid $grey;
}
.border-r {
    border-right: 1px solid $grey;
}
.border-b {
    border-bottom: 1px solid $grey;
}
.border-l {
    border-left: 1px solid $grey;
}
.border-y {
    border-top: 1px solid $grey;
    border-bottom: 1px solid $grey;
}
.border-x {
    border-left: 1px solid $grey;
    border-right: 1px solid $grey;
}
*/
@media only screen and (min-width: 48em) {
  .hidden-tablet {
    display: none;
  }
  .hidden-mobile-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

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

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

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

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

.m-0 {
  margin: 0px;
}

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

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

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

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

@media only screen and (min-width: 48em) {
  .p-tablet-0 {
    padding: 0px !important;
  }
  .pt-tablet-0,
  .py-tablet-0 {
    padding-top: 0px !important;
  }
  .pr-tablet-0,
  .px-tablet-0 {
    padding-right: 0px !important;
  }
  .pb-tablet-0,
  .py-tablet-0 {
    padding-bottom: 0px !important;
  }
  .pl-tablet-0,
  .px-tablet-0 {
    padding-left: 0px !important;
  }
  .m-tablet-0 {
    margin: 0px !important;
  }
  .mt-tablet-0,
  .my-tablet-0 {
    margin-top: 0px !important;
  }
  .mr-tablet-0,
  .mx-tablet-0 {
    margin-right: 0px !important;
  }
  .mb-tablet-0,
  .my-tablet-0 {
    margin-bottom: 0px !important;
  }
  .ml-tablet-0,
  .mx-tablet-0 {
    margin-left: 0px !important;
  }
}

@media only screen and (min-width: 64em) {
  .p-desktop-0 {
    padding: 0px !important;
  }
  .pt-desktop-0,
  .py-tablet-0 {
    padding-top: 0px !important;
  }
  .pr-desktop-0,
  .px-tablet-0 {
    padding-right: 0px !important;
  }
  .pb-desktop-0,
  .py-tablet-0 {
    padding-bottom: 0px !important;
  }
  .pl-desktop-0,
  .px-tablet-0 {
    padding-left: 0px !important;
  }
  .m-desktop-0 {
    margin: 0px !important;
  }
  .mt-desktop-0,
  .my-tablet-0 {
    margin-top: 0px !important;
  }
  .mr-desktop-0,
  .mx-tablet-0 {
    margin-right: 0px !important;
  }
  .mb-desktop-0,
  .my-tablet-0 {
    margin-bottom: 0px !important;
  }
  .ml-desktop-0,
  .mx-tablet-0 {
    margin-left: 0px !important;
  }
}

.p-5 {
  padding: 5px !important;
}

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

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

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

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

.m-5 {
  margin: 5px;
}

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

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

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

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

@media only screen and (min-width: 48em) {
  .p-tablet-5 {
    padding: 5px !important;
  }
  .pt-tablet-5,
  .py-tablet-5 {
    padding-top: 5px !important;
  }
  .pr-tablet-5,
  .px-tablet-5 {
    padding-right: 5px !important;
  }
  .pb-tablet-5,
  .py-tablet-5 {
    padding-bottom: 5px !important;
  }
  .pl-tablet-5,
  .px-tablet-5 {
    padding-left: 5px !important;
  }
  .m-tablet-5 {
    margin: 5px !important;
  }
  .mt-tablet-5,
  .my-tablet-5 {
    margin-top: 5px !important;
  }
  .mr-tablet-5,
  .mx-tablet-5 {
    margin-right: 5px !important;
  }
  .mb-tablet-5,
  .my-tablet-5 {
    margin-bottom: 5px !important;
  }
  .ml-tablet-5,
  .mx-tablet-5 {
    margin-left: 5px !important;
  }
}

@media only screen and (min-width: 64em) {
  .p-desktop-5 {
    padding: 5px !important;
  }
  .pt-desktop-5,
  .py-tablet-5 {
    padding-top: 5px !important;
  }
  .pr-desktop-5,
  .px-tablet-5 {
    padding-right: 5px !important;
  }
  .pb-desktop-5,
  .py-tablet-5 {
    padding-bottom: 5px !important;
  }
  .pl-desktop-5,
  .px-tablet-5 {
    padding-left: 5px !important;
  }
  .m-desktop-5 {
    margin: 5px !important;
  }
  .mt-desktop-5,
  .my-tablet-5 {
    margin-top: 5px !important;
  }
  .mr-desktop-5,
  .mx-tablet-5 {
    margin-right: 5px !important;
  }
  .mb-desktop-5,
  .my-tablet-5 {
    margin-bottom: 5px !important;
  }
  .ml-desktop-5,
  .mx-tablet-5 {
    margin-left: 5px !important;
  }
}

.p-10 {
  padding: 10px !important;
}

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

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

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

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

.m-10 {
  margin: 10px;
}

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

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

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

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

@media only screen and (min-width: 48em) {
  .p-tablet-10 {
    padding: 10px !important;
  }
  .pt-tablet-10,
  .py-tablet-10 {
    padding-top: 10px !important;
  }
  .pr-tablet-10,
  .px-tablet-10 {
    padding-right: 10px !important;
  }
  .pb-tablet-10,
  .py-tablet-10 {
    padding-bottom: 10px !important;
  }
  .pl-tablet-10,
  .px-tablet-10 {
    padding-left: 10px !important;
  }
  .m-tablet-10 {
    margin: 10px !important;
  }
  .mt-tablet-10,
  .my-tablet-10 {
    margin-top: 10px !important;
  }
  .mr-tablet-10,
  .mx-tablet-10 {
    margin-right: 10px !important;
  }
  .mb-tablet-10,
  .my-tablet-10 {
    margin-bottom: 10px !important;
  }
  .ml-tablet-10,
  .mx-tablet-10 {
    margin-left: 10px !important;
  }
}

@media only screen and (min-width: 64em) {
  .p-desktop-10 {
    padding: 10px !important;
  }
  .pt-desktop-10,
  .py-tablet-10 {
    padding-top: 10px !important;
  }
  .pr-desktop-10,
  .px-tablet-10 {
    padding-right: 10px !important;
  }
  .pb-desktop-10,
  .py-tablet-10 {
    padding-bottom: 10px !important;
  }
  .pl-desktop-10,
  .px-tablet-10 {
    padding-left: 10px !important;
  }
  .m-desktop-10 {
    margin: 10px !important;
  }
  .mt-desktop-10,
  .my-tablet-10 {
    margin-top: 10px !important;
  }
  .mr-desktop-10,
  .mx-tablet-10 {
    margin-right: 10px !important;
  }
  .mb-desktop-10,
  .my-tablet-10 {
    margin-bottom: 10px !important;
  }
  .ml-desktop-10,
  .mx-tablet-10 {
    margin-left: 10px !important;
  }
}

.p-15 {
  padding: 15px !important;
}

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

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

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

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

.m-15 {
  margin: 15px;
}

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

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

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

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

@media only screen and (min-width: 48em) {
  .p-tablet-15 {
    padding: 15px !important;
  }
  .pt-tablet-15,
  .py-tablet-15 {
    padding-top: 15px !important;
  }
  .pr-tablet-15,
  .px-tablet-15 {
    padding-right: 15px !important;
  }
  .pb-tablet-15,
  .py-tablet-15 {
    padding-bottom: 15px !important;
  }
  .pl-tablet-15,
  .px-tablet-15 {
    padding-left: 15px !important;
  }
  .m-tablet-15 {
    margin: 15px !important;
  }
  .mt-tablet-15,
  .my-tablet-15 {
    margin-top: 15px !important;
  }
  .mr-tablet-15,
  .mx-tablet-15 {
    margin-right: 15px !important;
  }
  .mb-tablet-15,
  .my-tablet-15 {
    margin-bottom: 15px !important;
  }
  .ml-tablet-15,
  .mx-tablet-15 {
    margin-left: 15px !important;
  }
}

@media only screen and (min-width: 64em) {
  .p-desktop-15 {
    padding: 15px !important;
  }
  .pt-desktop-15,
  .py-tablet-15 {
    padding-top: 15px !important;
  }
  .pr-desktop-15,
  .px-tablet-15 {
    padding-right: 15px !important;
  }
  .pb-desktop-15,
  .py-tablet-15 {
    padding-bottom: 15px !important;
  }
  .pl-desktop-15,
  .px-tablet-15 {
    padding-left: 15px !important;
  }
  .m-desktop-15 {
    margin: 15px !important;
  }
  .mt-desktop-15,
  .my-tablet-15 {
    margin-top: 15px !important;
  }
  .mr-desktop-15,
  .mx-tablet-15 {
    margin-right: 15px !important;
  }
  .mb-desktop-15,
  .my-tablet-15 {
    margin-bottom: 15px !important;
  }
  .ml-desktop-15,
  .mx-tablet-15 {
    margin-left: 15px !important;
  }
}

.p-20 {
  padding: 20px !important;
}

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

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

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

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

.m-20 {
  margin: 20px;
}

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

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

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

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

@media only screen and (min-width: 48em) {
  .p-tablet-20 {
    padding: 20px !important;
  }
  .pt-tablet-20,
  .py-tablet-20 {
    padding-top: 20px !important;
  }
  .pr-tablet-20,
  .px-tablet-20 {
    padding-right: 20px !important;
  }
  .pb-tablet-20,
  .py-tablet-20 {
    padding-bottom: 20px !important;
  }
  .pl-tablet-20,
  .px-tablet-20 {
    padding-left: 20px !important;
  }
  .m-tablet-20 {
    margin: 20px !important;
  }
  .mt-tablet-20,
  .my-tablet-20 {
    margin-top: 20px !important;
  }
  .mr-tablet-20,
  .mx-tablet-20 {
    margin-right: 20px !important;
  }
  .mb-tablet-20,
  .my-tablet-20 {
    margin-bottom: 20px !important;
  }
  .ml-tablet-20,
  .mx-tablet-20 {
    margin-left: 20px !important;
  }
}

@media only screen and (min-width: 64em) {
  .p-desktop-20 {
    padding: 20px !important;
  }
  .pt-desktop-20,
  .py-tablet-20 {
    padding-top: 20px !important;
  }
  .pr-desktop-20,
  .px-tablet-20 {
    padding-right: 20px !important;
  }
  .pb-desktop-20,
  .py-tablet-20 {
    padding-bottom: 20px !important;
  }
  .pl-desktop-20,
  .px-tablet-20 {
    padding-left: 20px !important;
  }
  .m-desktop-20 {
    margin: 20px !important;
  }
  .mt-desktop-20,
  .my-tablet-20 {
    margin-top: 20px !important;
  }
  .mr-desktop-20,
  .mx-tablet-20 {
    margin-right: 20px !important;
  }
  .mb-desktop-20,
  .my-tablet-20 {
    margin-bottom: 20px !important;
  }
  .ml-desktop-20,
  .mx-tablet-20 {
    margin-left: 20px !important;
  }
}

.p-25 {
  padding: 25px !important;
}

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

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

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

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

.m-25 {
  margin: 25px;
}

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

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

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

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

@media only screen and (min-width: 48em) {
  .p-tablet-25 {
    padding: 25px !important;
  }
  .pt-tablet-25,
  .py-tablet-25 {
    padding-top: 25px !important;
  }
  .pr-tablet-25,
  .px-tablet-25 {
    padding-right: 25px !important;
  }
  .pb-tablet-25,
  .py-tablet-25 {
    padding-bottom: 25px !important;
  }
  .pl-tablet-25,
  .px-tablet-25 {
    padding-left: 25px !important;
  }
  .m-tablet-25 {
    margin: 25px !important;
  }
  .mt-tablet-25,
  .my-tablet-25 {
    margin-top: 25px !important;
  }
  .mr-tablet-25,
  .mx-tablet-25 {
    margin-right: 25px !important;
  }
  .mb-tablet-25,
  .my-tablet-25 {
    margin-bottom: 25px !important;
  }
  .ml-tablet-25,
  .mx-tablet-25 {
    margin-left: 25px !important;
  }
}

@media only screen and (min-width: 64em) {
  .p-desktop-25 {
    padding: 25px !important;
  }
  .pt-desktop-25,
  .py-tablet-25 {
    padding-top: 25px !important;
  }
  .pr-desktop-25,
  .px-tablet-25 {
    padding-right: 25px !important;
  }
  .pb-desktop-25,
  .py-tablet-25 {
    padding-bottom: 25px !important;
  }
  .pl-desktop-25,
  .px-tablet-25 {
    padding-left: 25px !important;
  }
  .m-desktop-25 {
    margin: 25px !important;
  }
  .mt-desktop-25,
  .my-tablet-25 {
    margin-top: 25px !important;
  }
  .mr-desktop-25,
  .mx-tablet-25 {
    margin-right: 25px !important;
  }
  .mb-desktop-25,
  .my-tablet-25 {
    margin-bottom: 25px !important;
  }
  .ml-desktop-25,
  .mx-tablet-25 {
    margin-left: 25px !important;
  }
}

.main-content-wrap > p {
  margin-bottom: 0px !important;
}