@charset "UTF-8";
/*
  Main
*/
/*
  Set Variables
*/
/*
  Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

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

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box; }

main {
  display: block; }

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

small {
  font-size: 75%; }

del,
strike {
  text-decoration: line-through; }

strong,
b {
  font-weight: bold; }

em,
i {
  font-style: italic; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

ol,
ul {
  list-style: none; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

img,
video {
  height: auto;
  max-width: 100%; }

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  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: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 20px 20px 0; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 20px 0-0.25rem;
  border-top: 0 solid #dee2e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }
/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: ""; }

.fa-accessible-icon:before {
  content: ""; }

.fa-accusoft:before {
  content: ""; }

.fa-acquisitions-incorporated:before {
  content: ""; }

.fa-ad:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-card:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-adobe:before {
  content: ""; }

.fa-adversal:before {
  content: ""; }

.fa-affiliatetheme:before {
  content: ""; }

.fa-air-freshener:before {
  content: ""; }

.fa-airbnb:before {
  content: ""; }

.fa-algolia:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-alipay:before {
  content: ""; }

.fa-allergies:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-amazon-pay:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-amilia:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angry:before {
  content: ""; }

.fa-angrycreative:before {
  content: ""; }

.fa-angular:before {
  content: ""; }

.fa-ankh:before {
  content: ""; }

.fa-app-store:before {
  content: ""; }

.fa-app-store-ios:before {
  content: ""; }

.fa-apper:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-apple-alt:before {
  content: ""; }

.fa-apple-pay:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-archway:before {
  content: ""; }

.fa-arrow-alt-circle-down:before {
  content: ""; }

.fa-arrow-alt-circle-left:before {
  content: ""; }

.fa-arrow-alt-circle-right:before {
  content: ""; }

.fa-arrow-alt-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-arrows-alt-h:before {
  content: ""; }

.fa-arrows-alt-v:before {
  content: ""; }

.fa-artstation:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-asymmetrik:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-atlas:before {
  content: ""; }

.fa-atlassian:before {
  content: ""; }

.fa-atom:before {
  content: ""; }

.fa-audible:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-autoprefixer:before {
  content: ""; }

.fa-avianex:before {
  content: ""; }

.fa-aviato:before {
  content: ""; }

.fa-award:before {
  content: ""; }

.fa-aws:before {
  content: ""; }

.fa-baby:before {
  content: ""; }

.fa-baby-carriage:before {
  content: ""; }

.fa-backspace:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-bacon:before {
  content: ""; }

.fa-bacteria:before {
  content: ""; }

.fa-bacterium:before {
  content: ""; }

.fa-bahai:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-balance-scale-left:before {
  content: ""; }

.fa-balance-scale-right:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-band-aid:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-baseball-ball:before {
  content: ""; }

.fa-basketball-ball:before {
  content: ""; }

.fa-bath:before {
  content: ""; }

.fa-battery-empty:before {
  content: ""; }

.fa-battery-full:before {
  content: ""; }

.fa-battery-half:before {
  content: ""; }

.fa-battery-quarter:before {
  content: ""; }

.fa-battery-three-quarters:before {
  content: ""; }

.fa-battle-net:before {
  content: ""; }

.fa-bed:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bezier-curve:before {
  content: ""; }

.fa-bible:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-biking:before {
  content: ""; }

.fa-bimobject:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-biohazard:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitcoin:before {
  content: ""; }

.fa-bity:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-blackberry:before {
  content: ""; }

.fa-blender:before {
  content: ""; }

.fa-blender-phone:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-blog:before {
  content: ""; }

.fa-blogger:before {
  content: ""; }

.fa-blogger-b:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-bolt:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-bone:before {
  content: ""; }

.fa-bong:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-book-dead:before {
  content: ""; }

.fa-book-medical:before {
  content: ""; }

.fa-book-open:before {
  content: ""; }

.fa-book-reader:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-bootstrap:before {
  content: ""; }

.fa-border-all:before {
  content: ""; }

.fa-border-none:before {
  content: ""; }

.fa-border-style:before {
  content: ""; }

.fa-bowling-ball:before {
  content: ""; }

.fa-box:before {
  content: ""; }

.fa-box-open:before {
  content: ""; }

.fa-box-tissue:before {
  content: ""; }

.fa-boxes:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-brain:before {
  content: ""; }

.fa-bread-slice:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-briefcase-medical:before {
  content: ""; }

.fa-broadcast-tower:before {
  content: ""; }

.fa-broom:before {
  content: ""; }

.fa-brush:before {
  content: ""; }

.fa-btc:before {
  content: ""; }

.fa-buffer:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-burn:before {
  content: ""; }

.fa-buromobelexperte:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-bus-alt:before {
  content: ""; }

.fa-business-time:before {
  content: ""; }

.fa-buy-n-large:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-calendar-alt:before {
  content: ""; }

.fa-calendar-check:before {
  content: ""; }

.fa-calendar-day:before {
  content: ""; }

.fa-calendar-minus:before {
  content: ""; }

.fa-calendar-plus:before {
  content: ""; }

.fa-calendar-times:before {
  content: ""; }

.fa-calendar-week:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-campground:before {
  content: ""; }

.fa-canadian-maple-leaf:before {
  content: ""; }

.fa-candy-cane:before {
  content: ""; }

.fa-cannabis:before {
  content: ""; }

.fa-capsules:before {
  content: ""; }

.fa-car:before {
  content: ""; }

.fa-car-alt:before {
  content: ""; }

.fa-car-battery:before {
  content: ""; }

.fa-car-crash:before {
  content: ""; }

.fa-car-side:before {
  content: ""; }

.fa-caravan:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-caret-square-down:before {
  content: ""; }

.fa-caret-square-left:before {
  content: ""; }

.fa-caret-square-right:before {
  content: ""; }

.fa-caret-square-up:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-carrot:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cash-register:before {
  content: ""; }

.fa-cat:before {
  content: ""; }

.fa-cc-amazon-pay:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-apple-pay:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-centercode:before {
  content: ""; }

.fa-centos:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-chair:before {
  content: ""; }

.fa-chalkboard:before {
  content: ""; }

.fa-chalkboard-teacher:before {
  content: ""; }

.fa-charging-station:before {
  content: ""; }

.fa-chart-area:before {
  content: ""; }

.fa-chart-bar:before {
  content: ""; }

.fa-chart-line:before {
  content: ""; }

.fa-chart-pie:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-check-double:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-cheese:before {
  content: ""; }

.fa-chess:before {
  content: ""; }

.fa-chess-bishop:before {
  content: ""; }

.fa-chess-board:before {
  content: ""; }

.fa-chess-king:before {
  content: ""; }

.fa-chess-knight:before {
  content: ""; }

.fa-chess-pawn:before {
  content: ""; }

.fa-chess-queen:before {
  content: ""; }

.fa-chess-rook:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-chromecast:before {
  content: ""; }

.fa-church:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-circle-notch:before {
  content: ""; }

.fa-city:before {
  content: ""; }

.fa-clinic-medical:before {
  content: ""; }

.fa-clipboard:before {
  content: ""; }

.fa-clipboard-check:before {
  content: ""; }

.fa-clipboard-list:before {
  content: ""; }

.fa-clock:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-closed-captioning:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-cloud-download-alt:before {
  content: ""; }

.fa-cloud-meatball:before {
  content: ""; }

.fa-cloud-moon:before {
  content: ""; }

.fa-cloud-moon-rain:before {
  content: ""; }

.fa-cloud-rain:before {
  content: ""; }

.fa-cloud-showers-heavy:before {
  content: ""; }

.fa-cloud-sun:before {
  content: ""; }

.fa-cloud-sun-rain:before {
  content: ""; }

.fa-cloud-upload-alt:before {
  content: ""; }

.fa-cloudscale:before {
  content: ""; }

.fa-cloudsmith:before {
  content: ""; }

.fa-cloudversify:before {
  content: ""; }

.fa-cocktail:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-code-branch:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cog:before {
  content: ""; }

.fa-cogs:before {
  content: ""; }

.fa-coins:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-comment-alt:before {
  content: ""; }

.fa-comment-dollar:before {
  content: ""; }

.fa-comment-dots:before {
  content: ""; }

.fa-comment-medical:before {
  content: ""; }

.fa-comment-slash:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-comments-dollar:before {
  content: ""; }

.fa-compact-disc:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-compress-alt:before {
  content: ""; }

.fa-compress-arrows-alt:before {
  content: ""; }

.fa-concierge-bell:before {
  content: ""; }

.fa-confluence:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-cookie:before {
  content: ""; }

.fa-cookie-bite:before {
  content: ""; }

.fa-copy:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-cotton-bureau:before {
  content: ""; }

.fa-couch:before {
  content: ""; }

.fa-cpanel:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-creative-commons-by:before {
  content: ""; }

.fa-creative-commons-nc:before {
  content: ""; }

.fa-creative-commons-nc-eu:before {
  content: ""; }

.fa-creative-commons-nc-jp:before {
  content: ""; }

.fa-creative-commons-nd:before {
  content: ""; }

.fa-creative-commons-pd:before {
  content: ""; }

.fa-creative-commons-pd-alt:before {
  content: ""; }

.fa-creative-commons-remix:before {
  content: ""; }

.fa-creative-commons-sa:before {
  content: ""; }

.fa-creative-commons-sampling:before {
  content: ""; }

.fa-creative-commons-sampling-plus:before {
  content: ""; }

.fa-creative-commons-share:before {
  content: ""; }

.fa-creative-commons-zero:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-critical-role:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-crop-alt:before {
  content: ""; }

.fa-cross:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-crow:before {
  content: ""; }

.fa-crown:before {
  content: ""; }

.fa-crutch:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-css3-alt:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-cut:before {
  content: ""; }

.fa-cuttlefish:before {
  content: ""; }

.fa-d-and-d:before {
  content: ""; }

.fa-d-and-d-beyond:before {
  content: ""; }

.fa-dailymotion:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-deaf:before {
  content: ""; }

.fa-deezer:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-democrat:before {
  content: ""; }

.fa-deploydog:before {
  content: ""; }

.fa-deskpro:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-dev:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-dharmachakra:before {
  content: ""; }

.fa-dhl:before {
  content: ""; }

.fa-diagnoses:before {
  content: ""; }

.fa-diaspora:before {
  content: ""; }

.fa-dice:before {
  content: ""; }

.fa-dice-d20:before {
  content: ""; }

.fa-dice-d6:before {
  content: ""; }

.fa-dice-five:before {
  content: ""; }

.fa-dice-four:before {
  content: ""; }

.fa-dice-one:before {
  content: ""; }

.fa-dice-six:before {
  content: ""; }

.fa-dice-three:before {
  content: ""; }

.fa-dice-two:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-digital-ocean:before {
  content: ""; }

.fa-digital-tachograph:before {
  content: ""; }

.fa-directions:before {
  content: ""; }

.fa-discord:before {
  content: ""; }

.fa-discourse:before {
  content: ""; }

.fa-disease:before {
  content: ""; }

.fa-divide:before {
  content: ""; }

.fa-dizzy:before {
  content: ""; }

.fa-dna:before {
  content: ""; }

.fa-dochub:before {
  content: ""; }

.fa-docker:before {
  content: ""; }

.fa-dog:before {
  content: ""; }

.fa-dollar-sign:before {
  content: ""; }

.fa-dolly:before {
  content: ""; }

.fa-dolly-flatbed:before {
  content: ""; }

.fa-donate:before {
  content: ""; }

.fa-door-closed:before {
  content: ""; }

.fa-door-open:before {
  content: ""; }

.fa-dot-circle:before {
  content: ""; }

.fa-dove:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-draft2digital:before {
  content: ""; }

.fa-drafting-compass:before {
  content: ""; }

.fa-dragon:before {
  content: ""; }

.fa-draw-polygon:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-dribbble-square:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-drum:before {
  content: ""; }

.fa-drum-steelpan:before {
  content: ""; }

.fa-drumstick-bite:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-dumbbell:before {
  content: ""; }

.fa-dumpster:before {
  content: ""; }

.fa-dumpster-fire:before {
  content: ""; }

.fa-dungeon:before {
  content: ""; }

.fa-dyalog:before {
  content: ""; }

.fa-earlybirds:before {
  content: ""; }

.fa-ebay:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-edge-legacy:before {
  content: ""; }

.fa-edit:before {
  content: ""; }

.fa-egg:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-elementor:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-ello:before {
  content: ""; }

.fa-ember:before {
  content: ""; }

.fa-empire:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-text:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-equals:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-erlang:before {
  content: ""; }

.fa-ethereum:before {
  content: ""; }

.fa-ethernet:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-euro-sign:before {
  content: ""; }

.fa-evernote:before {
  content: ""; }

.fa-exchange-alt:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-exclamation-triangle:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-expand-alt:before {
  content: ""; }

.fa-expand-arrows-alt:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-external-link-alt:before {
  content: ""; }

.fa-external-link-square-alt:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-dropper:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-facebook-f:before {
  content: ""; }

.fa-facebook-messenger:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-fan:before {
  content: ""; }

.fa-fantasy-flight-games:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-faucet:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-feather:before {
  content: ""; }

.fa-feather-alt:before {
  content: ""; }

.fa-fedex:before {
  content: ""; }

.fa-fedora:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-figma:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-alt:before {
  content: ""; }

.fa-file-archive:before {
  content: ""; }

.fa-file-audio:before {
  content: ""; }

.fa-file-code:before {
  content: ""; }

.fa-file-contract:before {
  content: ""; }

.fa-file-csv:before {
  content: ""; }

.fa-file-download:before {
  content: ""; }

.fa-file-excel:before {
  content: ""; }

.fa-file-export:before {
  content: ""; }

.fa-file-image:before {
  content: ""; }

.fa-file-import:before {
  content: ""; }

.fa-file-invoice:before {
  content: ""; }

.fa-file-invoice-dollar:before {
  content: ""; }

.fa-file-medical:before {
  content: ""; }

.fa-file-medical-alt:before {
  content: ""; }

.fa-file-pdf:before {
  content: ""; }

.fa-file-powerpoint:before {
  content: ""; }

.fa-file-prescription:before {
  content: ""; }

.fa-file-signature:before {
  content: ""; }

.fa-file-upload:before {
  content: ""; }

.fa-file-video:before {
  content: ""; }

.fa-file-word:before {
  content: ""; }

.fa-fill:before {
  content: ""; }

.fa-fill-drip:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-fingerprint:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-fire-alt:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-firefox-browser:before {
  content: ""; }

.fa-first-aid:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-first-order-alt:before {
  content: ""; }

.fa-firstdraft:before {
  content: ""; }

.fa-fish:before {
  content: ""; }

.fa-fist-raised:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-flag-usa:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-flipboard:before {
  content: ""; }

.fa-flushed:before {
  content: ""; }

.fa-fly:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-minus:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-folder-plus:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-font-awesome:before {
  content: ""; }

.fa-font-awesome-alt:before {
  content: ""; }

.fa-font-awesome-flag:before {
  content: ""; }

.fa-font-awesome-logo-full:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-fonticons-fi:before {
  content: ""; }

.fa-football-ball:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-fort-awesome-alt:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-freebsd:before {
  content: ""; }

.fa-frog:before {
  content: ""; }

.fa-frown:before {
  content: ""; }

.fa-frown-open:before {
  content: ""; }

.fa-fulcrum:before {
  content: ""; }

.fa-funnel-dollar:before {
  content: ""; }

.fa-futbol:before {
  content: ""; }

.fa-galactic-republic:before {
  content: ""; }

.fa-galactic-senate:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-gas-pump:before {
  content: ""; }

.fa-gavel:before {
  content: ""; }

.fa-gem:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-ghost:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-gifts:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-git-alt:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-gitkraken:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-gitter:before {
  content: ""; }

.fa-glass-cheers:before {
  content: ""; }

.fa-glass-martini:before {
  content: ""; }

.fa-glass-martini-alt:before {
  content: ""; }

.fa-glass-whiskey:before {
  content: ""; }

.fa-glasses:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-globe-africa:before {
  content: ""; }

.fa-globe-americas:before {
  content: ""; }

.fa-globe-asia:before {
  content: ""; }

.fa-globe-europe:before {
  content: ""; }

.fa-gofore:before {
  content: ""; }

.fa-golf-ball:before {
  content: ""; }

.fa-goodreads:before {
  content: ""; }

.fa-goodreads-g:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-google-drive:before {
  content: ""; }

.fa-google-pay:before {
  content: ""; }

.fa-google-play:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-google-plus-g:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-gopuram:before {
  content: ""; }

.fa-graduation-cap:before {
  content: ""; }

.fa-gratipay:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-greater-than:before {
  content: ""; }

.fa-greater-than-equal:before {
  content: ""; }

.fa-grimace:before {
  content: ""; }

.fa-grin:before {
  content: ""; }

.fa-grin-alt:before {
  content: ""; }

.fa-grin-beam:before {
  content: ""; }

.fa-grin-beam-sweat:before {
  content: ""; }

.fa-grin-hearts:before {
  content: ""; }

.fa-grin-squint:before {
  content: ""; }

.fa-grin-squint-tears:before {
  content: ""; }

.fa-grin-stars:before {
  content: ""; }

.fa-grin-tears:before {
  content: ""; }

.fa-grin-tongue:before {
  content: ""; }

.fa-grin-tongue-squint:before {
  content: ""; }

.fa-grin-tongue-wink:before {
  content: ""; }

.fa-grin-wink:before {
  content: ""; }

.fa-grip-horizontal:before {
  content: ""; }

.fa-grip-lines:before {
  content: ""; }

.fa-grip-lines-vertical:before {
  content: ""; }

.fa-grip-vertical:before {
  content: ""; }

.fa-gripfire:before {
  content: ""; }

.fa-grunt:before {
  content: ""; }

.fa-guitar:before {
  content: ""; }

.fa-gulp:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-hacker-news-square:before {
  content: ""; }

.fa-hackerrank:before {
  content: ""; }

.fa-hamburger:before {
  content: ""; }

.fa-hammer:before {
  content: ""; }

.fa-hamsa:before {
  content: ""; }

.fa-hand-holding:before {
  content: ""; }

.fa-hand-holding-heart:before {
  content: ""; }

.fa-hand-holding-medical:before {
  content: ""; }

.fa-hand-holding-usd:before {
  content: ""; }

.fa-hand-holding-water:before {
  content: ""; }

.fa-hand-lizard:before {
  content: ""; }

.fa-hand-middle-finger:before {
  content: ""; }

.fa-hand-paper:before {
  content: ""; }

.fa-hand-peace:before {
  content: ""; }

.fa-hand-point-down:before {
  content: ""; }

.fa-hand-point-left:before {
  content: ""; }

.fa-hand-point-right:before {
  content: ""; }

.fa-hand-point-up:before {
  content: ""; }

.fa-hand-pointer:before {
  content: ""; }

.fa-hand-rock:before {
  content: ""; }

.fa-hand-scissors:before {
  content: ""; }

.fa-hand-sparkles:before {
  content: ""; }

.fa-hand-spock:before {
  content: ""; }

.fa-hands:before {
  content: ""; }

.fa-hands-helping:before {
  content: ""; }

.fa-hands-wash:before {
  content: ""; }

.fa-handshake:before {
  content: ""; }

.fa-handshake-alt-slash:before {
  content: ""; }

.fa-handshake-slash:before {
  content: ""; }

.fa-hanukiah:before {
  content: ""; }

.fa-hard-hat:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-hat-cowboy:before {
  content: ""; }

.fa-hat-cowboy-side:before {
  content: ""; }

.fa-hat-wizard:before {
  content: ""; }

.fa-hdd:before {
  content: ""; }

.fa-head-side-cough:before {
  content: ""; }

.fa-head-side-cough-slash:before {
  content: ""; }

.fa-head-side-mask:before {
  content: ""; }

.fa-head-side-virus:before {
  content: ""; }

.fa-heading:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-headphones-alt:before {
  content: ""; }

.fa-headset:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-heart-broken:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-helicopter:before {
  content: ""; }

.fa-highlighter:before {
  content: ""; }

.fa-hiking:before {
  content: ""; }

.fa-hippo:before {
  content: ""; }

.fa-hips:before {
  content: ""; }

.fa-hire-a-helper:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-hockey-puck:before {
  content: ""; }

.fa-holly-berry:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-hooli:before {
  content: ""; }

.fa-hornbill:before {
  content: ""; }

.fa-horse:before {
  content: ""; }

.fa-horse-head:before {
  content: ""; }

.fa-hospital:before {
  content: ""; }

.fa-hospital-alt:before {
  content: ""; }

.fa-hospital-symbol:before {
  content: ""; }

.fa-hospital-user:before {
  content: ""; }

.fa-hot-tub:before {
  content: ""; }

.fa-hotdog:before {
  content: ""; }

.fa-hotel:before {
  content: ""; }

.fa-hotjar:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-start:before {
  content: ""; }

.fa-house-damage:before {
  content: ""; }

.fa-house-user:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-hryvnia:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-hubspot:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-ice-cream:before {
  content: ""; }

.fa-icicles:before {
  content: ""; }

.fa-icons:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-id-card:before {
  content: ""; }

.fa-id-card-alt:before {
  content: ""; }

.fa-ideal:before {
  content: ""; }

.fa-igloo:before {
  content: ""; }

.fa-image:before {
  content: ""; }

.fa-images:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-infinity:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-instagram-square:before {
  content: ""; }

.fa-intercom:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-invision:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-itch-io:before {
  content: ""; }

.fa-itunes:before {
  content: ""; }

.fa-itunes-note:before {
  content: ""; }

.fa-java:before {
  content: ""; }

.fa-jedi:before {
  content: ""; }

.fa-jedi-order:before {
  content: ""; }

.fa-jenkins:before {
  content: ""; }

.fa-jira:before {
  content: ""; }

.fa-joget:before {
  content: ""; }

.fa-joint:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-journal-whills:before {
  content: ""; }

.fa-js:before {
  content: ""; }

.fa-js-square:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-kaaba:before {
  content: ""; }

.fa-kaggle:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-keybase:before {
  content: ""; }

.fa-keyboard:before {
  content: ""; }

.fa-keycdn:before {
  content: ""; }

.fa-khanda:before {
  content: ""; }

.fa-kickstarter:before {
  content: ""; }

.fa-kickstarter-k:before {
  content: ""; }

.fa-kiss:before {
  content: ""; }

.fa-kiss-beam:before {
  content: ""; }

.fa-kiss-wink-heart:before {
  content: ""; }

.fa-kiwi-bird:before {
  content: ""; }

.fa-korvue:before {
  content: ""; }

.fa-landmark:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-laptop-code:before {
  content: ""; }

.fa-laptop-house:before {
  content: ""; }

.fa-laptop-medical:before {
  content: ""; }

.fa-laravel:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-laugh:before {
  content: ""; }

.fa-laugh-beam:before {
  content: ""; }

.fa-laugh-squint:before {
  content: ""; }

.fa-laugh-wink:before {
  content: ""; }

.fa-layer-group:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-lemon:before {
  content: ""; }

.fa-less:before {
  content: ""; }

.fa-less-than:before {
  content: ""; }

.fa-less-than-equal:before {
  content: ""; }

.fa-level-down-alt:before {
  content: ""; }

.fa-level-up-alt:before {
  content: ""; }

.fa-life-ring:before {
  content: ""; }

.fa-lightbulb:before {
  content: ""; }

.fa-line:before {
  content: ""; }

.fa-link:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-linkedin-in:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-lira-sign:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-lock-open:before {
  content: ""; }

.fa-long-arrow-alt-down:before {
  content: ""; }

.fa-long-arrow-alt-left:before {
  content: ""; }

.fa-long-arrow-alt-right:before {
  content: ""; }

.fa-long-arrow-alt-up:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-luggage-cart:before {
  content: ""; }

.fa-lungs:before {
  content: ""; }

.fa-lungs-virus:before {
  content: ""; }

.fa-lyft:before {
  content: ""; }

.fa-magento:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-mail-bulk:before {
  content: ""; }

.fa-mailchimp:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-mandalorian:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-map-marked:before {
  content: ""; }

.fa-map-marked-alt:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-map-marker-alt:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-markdown:before {
  content: ""; }

.fa-marker:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mask:before {
  content: ""; }

.fa-mastodon:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-mdb:before {
  content: ""; }

.fa-medal:before {
  content: ""; }

.fa-medapps:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-medium-m:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-medrt:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.fa-megaport:before {
  content: ""; }

.fa-meh:before {
  content: ""; }

.fa-meh-blank:before {
  content: ""; }

.fa-meh-rolling-eyes:before {
  content: ""; }

.fa-memory:before {
  content: ""; }

.fa-mendeley:before {
  content: ""; }

.fa-menorah:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-meteor:before {
  content: ""; }

.fa-microblog:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-alt:before {
  content: ""; }

.fa-microphone-alt-slash:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-microscope:before {
  content: ""; }

.fa-microsoft:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-mitten:before {
  content: ""; }

.fa-mix:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-mixer:before {
  content: ""; }

.fa-mizuni:before {
  content: ""; }

.fa-mobile:before {
  content: ""; }

.fa-mobile-alt:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-monero:before {
  content: ""; }

.fa-money-bill:before {
  content: ""; }

.fa-money-bill-alt:before {
  content: ""; }

.fa-money-bill-wave:before {
  content: ""; }

.fa-money-bill-wave-alt:before {
  content: ""; }

.fa-money-check:before {
  content: ""; }

.fa-money-check-alt:before {
  content: ""; }

.fa-monument:before {
  content: ""; }

.fa-moon:before {
  content: ""; }

.fa-mortar-pestle:before {
  content: ""; }

.fa-mosque:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-mountain:before {
  content: ""; }

.fa-mouse:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-mug-hot:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-napster:before {
  content: ""; }

.fa-neos:before {
  content: ""; }

.fa-network-wired:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-newspaper:before {
  content: ""; }

.fa-nimblr:before {
  content: ""; }

.fa-node:before {
  content: ""; }

.fa-node-js:before {
  content: ""; }

.fa-not-equal:before {
  content: ""; }

.fa-notes-medical:before {
  content: ""; }

.fa-npm:before {
  content: ""; }

.fa-ns8:before {
  content: ""; }

.fa-nutritionix:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-oil-can:before {
  content: ""; }

.fa-old-republic:before {
  content: ""; }

.fa-om:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-orcid:before {
  content: ""; }

.fa-osi:before {
  content: ""; }

.fa-otter:before {
  content: ""; }

.fa-outdent:before {
  content: ""; }

.fa-page4:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-pager:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-paint-roller:before {
  content: ""; }

.fa-palette:before {
  content: ""; }

.fa-palfed:before {
  content: ""; }

.fa-pallet:before {
  content: ""; }

.fa-paper-plane:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-parachute-box:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-parking:before {
  content: ""; }

.fa-passport:before {
  content: ""; }

.fa-pastafarianism:before {
  content: ""; }

.fa-paste:before {
  content: ""; }

.fa-patreon:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-peace:before {
  content: ""; }

.fa-pen:before {
  content: ""; }

.fa-pen-alt:before {
  content: ""; }

.fa-pen-fancy:before {
  content: ""; }

.fa-pen-nib:before {
  content: ""; }

.fa-pen-square:before {
  content: ""; }

.fa-pencil-alt:before {
  content: ""; }

.fa-pencil-ruler:before {
  content: ""; }

.fa-penny-arcade:before {
  content: ""; }

.fa-people-arrows:before {
  content: ""; }

.fa-people-carry:before {
  content: ""; }

.fa-pepper-hot:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-percentage:before {
  content: ""; }

.fa-periscope:before {
  content: ""; }

.fa-person-booth:before {
  content: ""; }

.fa-phabricator:before {
  content: ""; }

.fa-phoenix-framework:before {
  content: ""; }

.fa-phoenix-squadron:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-phone-alt:before {
  content: ""; }

.fa-phone-slash:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-phone-square-alt:before {
  content: ""; }

.fa-phone-volume:before {
  content: ""; }

.fa-photo-video:before {
  content: ""; }

.fa-php:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-pied-piper-hat:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-square:before {
  content: ""; }

.fa-piggy-bank:before {
  content: ""; }

.fa-pills:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-pizza-slice:before {
  content: ""; }

.fa-place-of-worship:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-plane-arrival:before {
  content: ""; }

.fa-plane-departure:before {
  content: ""; }

.fa-plane-slash:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-playstation:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-poll:before {
  content: ""; }

.fa-poll-h:before {
  content: ""; }

.fa-poo:before {
  content: ""; }

.fa-poo-storm:before {
  content: ""; }

.fa-poop:before {
  content: ""; }

.fa-portrait:before {
  content: ""; }

.fa-pound-sign:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-pray:before {
  content: ""; }

.fa-praying-hands:before {
  content: ""; }

.fa-prescription:before {
  content: ""; }

.fa-prescription-bottle:before {
  content: ""; }

.fa-prescription-bottle-alt:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-procedures:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-project-diagram:before {
  content: ""; }

.fa-pump-medical:before {
  content: ""; }

.fa-pump-soap:before {
  content: ""; }

.fa-pushed:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-python:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-quidditch:before {
  content: ""; }

.fa-quinscape:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-quran:before {
  content: ""; }

.fa-r-project:before {
  content: ""; }

.fa-radiation:before {
  content: ""; }

.fa-radiation-alt:before {
  content: ""; }

.fa-rainbow:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-raspberry-pi:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-react:before {
  content: ""; }

.fa-reacteurope:before {
  content: ""; }

.fa-readme:before {
  content: ""; }

.fa-rebel:before {
  content: ""; }

.fa-receipt:before {
  content: ""; }

.fa-record-vinyl:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-red-river:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-redhat:before {
  content: ""; }

.fa-redo:before {
  content: ""; }

.fa-redo-alt:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-remove-format:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-reply:before {
  content: ""; }

.fa-reply-all:before {
  content: ""; }

.fa-replyd:before {
  content: ""; }

.fa-republican:before {
  content: ""; }

.fa-researchgate:before {
  content: ""; }

.fa-resolving:before {
  content: ""; }

.fa-restroom:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-rev:before {
  content: ""; }

.fa-ribbon:before {
  content: ""; }

.fa-ring:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-robot:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-rocketchat:before {
  content: ""; }

.fa-rockrms:before {
  content: ""; }

.fa-route:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-ruble-sign:before {
  content: ""; }

.fa-ruler:before {
  content: ""; }

.fa-ruler-combined:before {
  content: ""; }

.fa-ruler-horizontal:before {
  content: ""; }

.fa-ruler-vertical:before {
  content: ""; }

.fa-running:before {
  content: ""; }

.fa-rupee-sign:before {
  content: ""; }

.fa-rust:before {
  content: ""; }

.fa-sad-cry:before {
  content: ""; }

.fa-sad-tear:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-salesforce:before {
  content: ""; }

.fa-sass:before {
  content: ""; }

.fa-satellite:before {
  content: ""; }

.fa-satellite-dish:before {
  content: ""; }

.fa-save:before {
  content: ""; }

.fa-schlix:before {
  content: ""; }

.fa-school:before {
  content: ""; }

.fa-screwdriver:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-scroll:before {
  content: ""; }

.fa-sd-card:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-search-dollar:before {
  content: ""; }

.fa-search-location:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-searchengin:before {
  content: ""; }

.fa-seedling:before {
  content: ""; }

.fa-sellcast:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-servicestack:before {
  content: ""; }

.fa-shapes:before {
  content: ""; }

.fa-share:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-shekel-sign:before {
  content: ""; }

.fa-shield-alt:before {
  content: ""; }

.fa-shield-virus:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-shipping-fast:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-shoe-prints:before {
  content: ""; }

.fa-shopify:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-shopware:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-shuttle-van:before {
  content: ""; }

.fa-sign:before {
  content: ""; }

.fa-sign-in-alt:before {
  content: ""; }

.fa-sign-language:before {
  content: ""; }

.fa-sign-out-alt:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-signature:before {
  content: ""; }

.fa-sim-card:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-sink:before {
  content: ""; }

.fa-sistrix:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-sith:before {
  content: ""; }

.fa-skating:before {
  content: ""; }

.fa-sketch:before {
  content: ""; }

.fa-skiing:before {
  content: ""; }

.fa-skiing-nordic:before {
  content: ""; }

.fa-skull:before {
  content: ""; }

.fa-skull-crossbones:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-slack-hash:before {
  content: ""; }

.fa-slash:before {
  content: ""; }

.fa-sleigh:before {
  content: ""; }

.fa-sliders-h:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-smile:before {
  content: ""; }

.fa-smile-beam:before {
  content: ""; }

.fa-smile-wink:before {
  content: ""; }

.fa-smog:before {
  content: ""; }

.fa-smoking:before {
  content: ""; }

.fa-smoking-ban:before {
  content: ""; }

.fa-sms:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-snowboarding:before {
  content: ""; }

.fa-snowflake:before {
  content: ""; }

.fa-snowman:before {
  content: ""; }

.fa-snowplow:before {
  content: ""; }

.fa-soap:before {
  content: ""; }

.fa-socks:before {
  content: ""; }

.fa-solar-panel:before {
  content: ""; }

.fa-sort:before {
  content: ""; }

.fa-sort-alpha-down:before {
  content: ""; }

.fa-sort-alpha-down-alt:before {
  content: ""; }

.fa-sort-alpha-up:before {
  content: ""; }

.fa-sort-alpha-up-alt:before {
  content: ""; }

.fa-sort-amount-down:before {
  content: ""; }

.fa-sort-amount-down-alt:before {
  content: ""; }

.fa-sort-amount-up:before {
  content: ""; }

.fa-sort-amount-up-alt:before {
  content: ""; }

.fa-sort-down:before {
  content: ""; }

.fa-sort-numeric-down:before {
  content: ""; }

.fa-sort-numeric-down-alt:before {
  content: ""; }

.fa-sort-numeric-up:before {
  content: ""; }

.fa-sort-numeric-up-alt:before {
  content: ""; }

.fa-sort-up:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-sourcetree:before {
  content: ""; }

.fa-spa:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-speakap:before {
  content: ""; }

.fa-speaker-deck:before {
  content: ""; }

.fa-spell-check:before {
  content: ""; }

.fa-spider:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-splotch:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-spray-can:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-square-full:before {
  content: ""; }

.fa-square-root-alt:before {
  content: ""; }

.fa-squarespace:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-stackpath:before {
  content: ""; }

.fa-stamp:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-and-crescent:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-star-half-alt:before {
  content: ""; }

.fa-star-of-david:before {
  content: ""; }

.fa-star-of-life:before {
  content: ""; }

.fa-staylinked:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-steam-symbol:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-sticker-mule:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stopwatch:before {
  content: ""; }

.fa-stopwatch-20:before {
  content: ""; }

.fa-store:before {
  content: ""; }

.fa-store-alt:before {
  content: ""; }

.fa-store-alt-slash:before {
  content: ""; }

.fa-store-slash:before {
  content: ""; }

.fa-strava:before {
  content: ""; }

.fa-stream:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-stripe:before {
  content: ""; }

.fa-stripe-s:before {
  content: ""; }

.fa-stroopwafel:before {
  content: ""; }

.fa-studiovinari:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-suitcase-rolling:before {
  content: ""; }

.fa-sun:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-supple:before {
  content: ""; }

.fa-surprise:before {
  content: ""; }

.fa-suse:before {
  content: ""; }

.fa-swatchbook:before {
  content: ""; }

.fa-swift:before {
  content: ""; }

.fa-swimmer:before {
  content: ""; }

.fa-swimming-pool:before {
  content: ""; }

.fa-symfony:before {
  content: ""; }

.fa-synagogue:before {
  content: ""; }

.fa-sync:before {
  content: ""; }

.fa-sync-alt:before {
  content: ""; }

.fa-syringe:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-table-tennis:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-tablet-alt:before {
  content: ""; }

.fa-tablets:before {
  content: ""; }

.fa-tachometer-alt:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-tape:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-taxi:before {
  content: ""; }

.fa-teamspeak:before {
  content: ""; }

.fa-teeth:before {
  content: ""; }

.fa-teeth-open:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-telegram-plane:before {
  content: ""; }

.fa-temperature-high:before {
  content: ""; }

.fa-temperature-low:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-tenge:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-the-red-yeti:before {
  content: ""; }

.fa-theater-masks:before {
  content: ""; }

.fa-themeco:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-thermometer:before {
  content: ""; }

.fa-thermometer-empty:before {
  content: ""; }

.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-think-peaks:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbtack:before {
  content: ""; }

.fa-ticket-alt:before {
  content: ""; }

.fa-tiktok:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-tint-slash:before {
  content: ""; }

.fa-tired:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-toilet:before {
  content: ""; }

.fa-toilet-paper:before {
  content: ""; }

.fa-toilet-paper-slash:before {
  content: ""; }

.fa-toolbox:before {
  content: ""; }

.fa-tools:before {
  content: ""; }

.fa-tooth:before {
  content: ""; }

.fa-torah:before {
  content: ""; }

.fa-torii-gate:before {
  content: ""; }

.fa-tractor:before {
  content: ""; }

.fa-trade-federation:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-traffic-light:before {
  content: ""; }

.fa-trailer:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-tram:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-trash-alt:before {
  content: ""; }

.fa-trash-restore:before {
  content: ""; }

.fa-trash-restore-alt:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-truck-loading:before {
  content: ""; }

.fa-truck-monster:before {
  content: ""; }

.fa-truck-moving:before {
  content: ""; }

.fa-truck-pickup:before {
  content: ""; }

.fa-tshirt:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-tv:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-typo3:before {
  content: ""; }

.fa-uber:before {
  content: ""; }

.fa-ubuntu:before {
  content: ""; }

.fa-uikit:before {
  content: ""; }

.fa-umbraco:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-umbrella-beach:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-undo:before {
  content: ""; }

.fa-undo-alt:before {
  content: ""; }

.fa-uniregistry:before {
  content: ""; }

.fa-unity:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-university:before {
  content: ""; }

.fa-unlink:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-unsplash:before {
  content: ""; }

.fa-untappd:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-ups:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-user-alt:before {
  content: ""; }

.fa-user-alt-slash:before {
  content: ""; }

.fa-user-astronaut:before {
  content: ""; }

.fa-user-check:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-clock:before {
  content: ""; }

.fa-user-cog:before {
  content: ""; }

.fa-user-edit:before {
  content: ""; }

.fa-user-friends:before {
  content: ""; }

.fa-user-graduate:before {
  content: ""; }

.fa-user-injured:before {
  content: ""; }

.fa-user-lock:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-user-minus:before {
  content: ""; }

.fa-user-ninja:before {
  content: ""; }

.fa-user-nurse:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-user-shield:before {
  content: ""; }

.fa-user-slash:before {
  content: ""; }

.fa-user-tag:before {
  content: ""; }

.fa-user-tie:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-users:before {
  content: ""; }

.fa-users-cog:before {
  content: ""; }

.fa-users-slash:before {
  content: ""; }

.fa-usps:before {
  content: ""; }

.fa-ussunnah:before {
  content: ""; }

.fa-utensil-spoon:before {
  content: ""; }

.fa-utensils:before {
  content: ""; }

.fa-vaadin:before {
  content: ""; }

.fa-vector-square:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-vial:before {
  content: ""; }

.fa-vials:before {
  content: ""; }

.fa-viber:before {
  content: ""; }

.fa-video:before {
  content: ""; }

.fa-video-slash:before {
  content: ""; }

.fa-vihara:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-vimeo-v:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-virus:before {
  content: ""; }

.fa-virus-slash:before {
  content: ""; }

.fa-viruses:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-vnv:before {
  content: ""; }

.fa-voicemail:before {
  content: ""; }

.fa-volleyball-ball:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-mute:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-vote-yea:before {
  content: ""; }

.fa-vr-cardboard:before {
  content: ""; }

.fa-vuejs:before {
  content: ""; }

.fa-walking:before {
  content: ""; }

.fa-wallet:before {
  content: ""; }

.fa-warehouse:before {
  content: ""; }

.fa-water:before {
  content: ""; }

.fa-wave-square:before {
  content: ""; }

.fa-waze:before {
  content: ""; }

.fa-weebly:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-weight:before {
  content: ""; }

.fa-weight-hanging:before {
  content: ""; }

.fa-weixin:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-whatsapp-square:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-whmcs:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-wind:before {
  content: ""; }

.fa-window-close:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-wine-bottle:before {
  content: ""; }

.fa-wine-glass:before {
  content: ""; }

.fa-wine-glass-alt:before {
  content: ""; }

.fa-wix:before {
  content: ""; }

.fa-wizards-of-the-coast:before {
  content: ""; }

.fa-wolf-pack-battalion:before {
  content: ""; }

.fa-won-sign:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-wordpress-simple:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-wpressr:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-x-ray:before {
  content: ""; }

.fa-xbox:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-y-combinator:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-yammer:before {
  content: ""; }

.fa-yandex:before {
  content: ""; }

.fa-yandex-international:before {
  content: ""; }

.fa-yarn:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-yen-sign:before {
  content: ""; }

.fa-yin-yang:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-zhihu:before {
  content: ""; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*
  Override Variables
*/
/*
  Settings: Imports, @font-face, Variables
*/
/*
  Helpers: Mixins, Extends
*/
/*
  Base
*/
body {
  background-color: #fff;
  color: #4a4a4a;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  min-width: 320px;
  padding-top: 70px; }

section:focus {
  outline: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

p {
  margin-bottom: 20px; }

blockquote {
  border-left: 5px solid #ecf0f1;
  margin-bottom: 20px;
  padding-left: 20px; }

pre,
code {
  font-family: Menlo, Monaco, "Andale Mono", "Lucida Console", monospace; }

pre {
  background-color: #ecf0f1;
  margin-bottom: 20px;
  padding: 5px 10px; }

a {
  color: #3e9ccd; }
  a:hover, a:focus {
    text-decoration: none; }

table,
th,
td {
  border: 1px solid #bdc3c7; }

table {
  margin-bottom: 20px;
  max-width: 100%; }

th,
td {
  padding: 5px 10px; }

th {
  background-color: #ecf0f1;
  font-weight: bold; }

td {
  text-align: center; }

@media (min-width: 768px) {
  body {
    padding-top: 0; } }
@media (min-width: 992px) {
  body {
    font-size: 16px; }

  h1 {
    font-size: 40px; }

  h2 {
    font-size: 36px; }

  h3 {
    font-size: 32px; }

  h4 {
    font-size: 28px; }

  h5 {
    font-size: 24px; }

  h6 {
    font-size: 20px; } }
/*
  Utilities
*/
.nowrap {
  white-space: nowrap; }

/*
  at
*/
div.at {
  color: #4a4a4a;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left; }
  div.at label {
    font-size: inherit; }
  div.at input[type="text"],
  div.at input[type="password"],
  div.at input[type="date"],
  div.at input[type="datetime"],
  div.at input[type="datetime-local"],
  div.at input[type="month"],
  div.at input[type="week"],
  div.at input[type="email"],
  div.at input[type="number"],
  div.at input[type="search"],
  div.at input[type="tel"],
  div.at input[type="time"],
  div.at input[type="url"],
  div.at input[type="color"],
  div.at textarea {
    color: #4a4a4a;
    font-family: inherit; }
  div.at form .label-amount {
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5; }
    div.at form .label-amount > a {
      background-color: #e6e7e8;
      height: 44px; }
    div.at form .label-amount input {
      background-color: #e6e7e8;
      border: 0;
      font-size: 20px;
      font-weight: 500;
      height: 44px;
      line-height: 1.5;
      text-align: center; }
      div.at form .label-amount input:-moz-placeholder {
        color: #a3a3a3; }
      div.at form .label-amount input:-ms-input-placeholder {
        color: #a3a3a3; }
      div.at form .label-amount input::-moz-placeholder {
        color: #a3a3a3; }
      div.at form .label-amount input::-webkit-input-placeholder {
        color: #a3a3a3; }
      div.at form .label-amount input + .label-otheramount-prefix {
        color: #a3a3a3;
        font-size: 20px; }
      div.at form .label-amount input:required {
        background-color: #59bf8e;
        color: #4a4a4a; }
        div.at form .label-amount input:required:-moz-placeholder {
          color: rgba(74, 74, 74, 0.5); }
        div.at form .label-amount input:required:-ms-input-placeholder {
          color: rgba(74, 74, 74, 0.5); }
        div.at form .label-amount input:required::-moz-placeholder {
          color: rgba(74, 74, 74, 0.5); }
        div.at form .label-amount input:required::-webkit-input-placeholder {
          color: rgba(74, 74, 74, 0.5); }
        div.at form .label-amount input:required + .label-otheramount-prefix {
          color: #4a4a4a; }
        div.at form .label-amount input:required:focus {
          background-color: #59bf8e; }
    div.at form .label-amount:hover > a {
      background-color: #59bf8e; }
    div.at form .label-amount input[type="radio"]:checked + a {
      background-color: #59bf8e; }
  div.at .at-inner {
    background-color: transparent; }
  div.at .at-title,
  div.at .MeterHtml,
  div.at .HeaderHtml {
    display: none; }
  div.at .fastaction-block {
    padding-bottom: 10px;
    padding-top: 10px; }
  div.at .fastAction {
    background: transparent; }
  div.at .at-steps {
    border-radius: 0; }
  div.at .at-step > *::before {
    background-color: transparent;
    color: #4a4a4a;
    font-size: 14px;
    height: auto; }
  div.at .at-step > *:focus:before {
    border-color: transparent; }
  div.at .at-step.valid > *::before {
    background: none;
    color: #59bf8e; }
  div.at .at-step.invalid > *::before {
    background: none;
    color: red; }
  div.at .at-step.active {
    border-bottom-color: #4a4a4a; }
    div.at .at-step.active > *::before {
      color: #4a4a4a; }
    div.at .at-step.active.valid > *::before {
      background-color: transparent;
      color: #59bf8e; }
    div.at .at-step.active.invalid > *::before {
      background: none;
      color: red; }
  div.at .step-title {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  div.at .at-recurring .at-check input[type="checkbox"] + span::before {
    top: 2px; }
  div.at .at-recurring .at-check input[type="checkbox"] + span::after {
    top: 5px; }
  div.at .at-select {
    font-weight: 500;
    text-transform: uppercase; }
  div.at .step-prevNext {
    padding: 0; }
  div.at .btn-at-primary {
    background-color: #5b3367;
    text-transform: uppercase; }

@media (min-width: 992px) {
  div.at {
    font-size: 16px; }
    div.at .step-title {
      font-size: 16px; }
    div.at .at-step > *::before {
      font-size: 16px; }
    div.at .btn-at {
      font-size: 16px; } }
/*
  Button
*/
.button, .up-to-date__form div.at .at-submit {
  background-color: transparent;
  border: 3px solid #e64da5;
  color: #e64da5;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1.2;
  min-height: 32px;
  padding: 5px 25px;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 0.2s;
  transition-property: background, color;
  transition-timing-function: ease-in-out; }
  .button:hover, .up-to-date__form div.at .at-submit:hover, .button:focus, .up-to-date__form div.at .at-submit:focus {
    background-color: #e64da5;
    color: #fff;
    outline: 0; }
  .button--donate {
    background-image: url("../images/button-trapezoid-border.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    min-height: 41px;
    padding: 11px 41px 14px; }
    .button--donate:hover, .button--donate:focus {
      background-color: transparent;
      background-image: url("../images/button-trapezoid-bg.svg"); }

@media (min-width: 992px) {
  .button, .up-to-date__form div.at .at-submit {
    min-height: 35px; }
    .button--donate {
      min-height: 44px; } }
/*
  Chance
*/
.chance {
  padding-bottom: 30px; }
  .chance__main {
    align-items: center;
    background-image: url("../images/chance-bg.jpg");
    background-position: 90% 0%;
    background-repeat: no-repeat;
    background-size: 200% auto;
    display: flex;
    margin-bottom: -50%;
    margin-top: 10%;
    padding-bottom: 121.904761904%;
    position: relative; }
  .chance__main-inner {
    left: 50%;
    margin-top: -10%;
    max-width: 360px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%; }
  .chance__heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px; }
    .chance__heading h1,
    .chance__heading h2,
    .chance__heading h3,
    .chance__heading h4,
    .chance__heading h5,
    .chance__heading h6 {
      font-size: 24px; }
  .chance__heading-inner {
    background-color: #3e9ccd;
    box-decoration-break: clone;
    box-shadow: -10px 0 0 #3e9ccd, 10px 0 0 #3e9ccd;
    color: #fff;
    display: inline; }
  .chance__actions {
    text-align: center; }
  .chance__video-link {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 4px;
    padding-left: 50px;
    padding-top: 4px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s ease-in-out; }
    .chance__video-link::before {
      background-color: #fff;
      background-image: url("../images/icons/play-pink.svg");
      background-position: 58% 50%;
      background-repeat: no-repeat;
      border-radius: 50%;
      content: "";
      height: 40px;
      left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px; }
    .chance__video-link:hover {
      color: #545454; }
  .chance__aside {
    margin-bottom: 20px;
    position: relative;
    z-index: 1; }
  .chance__hashtag {
    color: #fff;
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center; }
  .chance__aside-content {
    background-color: #fff;
    padding: 20px 20px 0;
    position: relative; }
    .chance__aside-content:before, .chance__aside-content:after {
      content: " ";
      display: table; }
    .chance__aside-content:after {
      clear: both; }
    .chance__aside-content::before {
      background-image: url("../images/chance-triangles.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      display: block;
      height: 187px;
      left: -80px;
      opacity: 0.22;
      position: absolute;
      top: -25px;
      width: 213.333333333px;
      z-index: -1; }
  .chance__image-wrapper {
    margin-left: -20px;
    margin-right: -20px; }
    .chance__image-wrapper--1 {
      margin-top: -40px; }

@media (min-width: 576px) {
  .chance__main {
    margin-top: 0; }
  .chance__main-inner {
    margin-top: 0;
    max-width: none; } }
@media (min-width: 768px) {
  .chance {
    padding-bottom: 0; }
    .chance__main {
      background-position: 50% 0%;
      background-size: contain;
      margin-bottom: -274px;
      margin-top: 0;
      padding-bottom: 60.952380952%; }
    .chance__main-inner {
      left: 0;
      margin-top: 0;
      padding-bottom: 137px;
      top: 50%;
      transform: translateY(-50%); }
    .chance__block::before {
      background-image: url("../images/chance-triangles.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      display: block;
      height: 561px;
      opacity: 0.22;
      position: absolute;
      right: 50%;
      top: 50%;
      width: 640px;
      z-index: -1; }
    .chance__actions {
      text-align: left; }
    .chance__aside {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      min-height: 274px; }
    .chance__hashtag {
      text-align: right; }
    .chance__aside-content::before {
      display: none; }
    .chance__image-wrapper {
      margin-left: 0;
      margin-right: 0; }
      .chance__image-wrapper--1 {
        margin-top: -71px; } }
@media (min-width: 992px) {
  .chance__main {
    margin-bottom: -273px; }
  .chance__main-inner {
    padding-bottom: 136.5px; }
  .chance__heading {
    font-size: 40px; }
    .chance__heading h1,
    .chance__heading h2,
    .chance__heading h3,
    .chance__heading h4,
    .chance__heading h5,
    .chance__heading h6 {
      font-size: 40px; }
  .chance__aside {
    min-height: 273px; }
  .chance__image-wrapper--1 {
    margin-top: -75px; } }
@media (min-width: 1200px) {
  .chance__main {
    margin-bottom: -248px; }
  .chance__main-inner {
    padding-bottom: 124px; }
  .chance__aside {
    min-height: 248px; } }
/*
  Chart
*/
.chart {
  margin-bottom: 20px;
  position: relative; }
  .chart__mask {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }
  .chart__svg-wrapper {
    padding-bottom: 42.780357143%;
    position: relative; }
    .chart__svg-wrapper > svg {
      display: block;
      height: 100%;
      position: absolute;
      width: 100%;
      z-index: -1; }
    .chart__svg-wrapper--placeholder {
      opacity: 0;
      visibility: hidden; }
  .chart.is-ready .chart__mask {
    transition-duration: 0s;
    transition-timing-function: ease-in-out;
    width: 0; }
    .chart.is-ready .chart__mask--grid {
      height: 0;
      transition-property: height, width; }
    .chart.is-ready .chart__mask--line {
      transition-property: width; }
  .chart.is-ready .chart__tick-label {
    opacity: 0;
    transform: translateY(-10px);
    transition-duration: 0s;
    transition-property: opacity, transform;
    transition-timing-function: ease-in-out;
    transition-delay: 0; }
  .chart.is-ready .chart__area-fill {
    opacity: 0;
    transition: opacity 0s ease-in-out;
    transition-delay: 0; }
  .chart.is-ready .chart__line {
    opacity: 0; }
  .chart.is-ready .chart__dot {
    opacity: 0;
    transition: opacity 0s ease-in-out;
    transition-delay: 0; }
  .chart.is-animated .chart__mask {
    width: 100%; }
    .chart.is-animated .chart__mask--grid {
      height: 100%;
      transition-duration: 1s; }
    .chart.is-animated .chart__mask--line {
      transition-delay: 1.5s;
      transition-duration: 1s; }
  .chart.is-animated .chart__tick-label {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
    transition-duration: 0.5s; }
  .chart.is-animated .chart__area-fill {
    opacity: 1;
    transition-delay: 2.5s;
    transition-duration: 0.5s; }
  .chart.is-animated .chart__line {
    opacity: 1;
    transition-delay: 1.5s; }
  .chart.is-animated .chart__dot {
    opacity: 1;
    transition-duration: 0.2s; }
  .chart.is-animated .chart__dot--1 {
    transition-delay: 1.5s; }
  .chart.is-animated .chart__dot--2 {
    transition-delay: 1.76s; }
  .chart.is-animated .chart__dot--3 {
    transition-delay: 1.87s; }
  .chart.is-animated .chart__dot--4 {
    transition-delay: 2.01s; }
  .chart.is-animated .chart__dot--5 {
    transition-delay: 2.18s; }
  .chart.is-animated .chart__dot--6 {
    transition-delay: 2.39s; }

/*
  Content
*/
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 20px; }
.content ol,
.content ul {
  margin-bottom: 20px;
  padding-left: 20px; }
.content ol {
  list-style-type: decimal; }
.content ul {
  list-style-type: disc; }
.content img {
  display: block;
  margin-bottom: 20px; }

/*
  Container
*/
.container {
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 768px) {
  .container {
    padding-left: 10px;
    padding-right: 10px; } }
/*
  Donate
*/
.donate {
  margin-bottom: 50px;
  padding-top: 50px;
  text-align: center; }
  .donate__intro {
    margin-bottom: 50px; }
  .donate__heading {
    color: #e64da5;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px; }
    .donate__heading h1,
    .donate__heading h2,
    .donate__heading h3,
    .donate__heading h4,
    .donate__heading h5,
    .donate__heading h6 {
      font-size: 40px; }
  .donate__body {
    background-color: #3e9ccd;
    color: #fff; }
  .donate__body-inner {
    padding-bottom: 30px;
    padding-top: 20px; }
  .donate__form {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-top: -70px; }
  .donate__form-thank-you {
    padding: 20px 20px 0; }
  .donate__block-heading {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px; }
    .donate__block-heading h1,
    .donate__block-heading h2,
    .donate__block-heading h3,
    .donate__block-heading h4,
    .donate__block-heading h5,
    .donate__block-heading h6 {
      font-size: 30px; }
  .donate__aside {
    padding-top: 20px; }
    .donate__aside a {
      color: #fff; }
  .donate__list {
    margin-bottom: 20px; }
  .donate__list-item {
    margin-bottom: 15px; }
  .donate__list-item-link {
    display: inline-block;
    padding-right: 26px;
    position: relative; }
    .donate__list-item-link::after {
      background-image: url("../images/icons/chevron-circle-right.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      display: block;
      height: 16px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 16px; }
  .donate__footer {
    background-color: #f5f5f5;
    color: #3e9ccd;
    margin-bottom: -200px;
    margin-top: 30px;
    padding: 30px 20px 10px;
    position: relative; }
    .donate__footer::before {
      background-image: url("../images/donate-footer-bg.svg");
      background-position: 100% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      content: "";
      display: none;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .donate__partner-image-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
    padding-left: 20px;
    padding-right: 20px; }

@media (min-width: 768px) {
  .donate {
    text-align: left; }
    .donate__intro {
      margin-bottom: 130px; }
    .donate__intro-content {
      padding-left: 40px; }
    .donate__form {
      margin-top: -120px; }
    .donate__form-thank-you {
      padding: 40px 40px 20px; }
    .donate__list {
      margin-left: 20px; }
    .donate__footer {
      background-color: transparent;
      margin-bottom: -150px;
      padding-bottom: 20px;
      padding-left: 0;
      padding-right: 0; }
      .donate__footer::before {
        display: block; }
    .donate__partner-image-wrapper {
      padding-left: 0;
      padding-right: 0; } }
@media (min-width: 992px) {
  .donate__body-inner {
    position: relative; }
    .donate__body-inner::after {
      background-image: url("../images/donate-bg.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      height: 307px;
      position: absolute;
      right: 0;
      top: -306px;
      width: 500px;
      z-index: -1; }
  .donate__footer {
    padding-bottom: 50px;
    padding-top: 50px; } }
/*
  Form
*/
.form label.error {
  color: red;
  display: block;
  margin-bottom: 5px; }
.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form textarea {
  border-color: #a3a3a3;
  border-style: solid;
  border-width: 0 0 1px;
  display: block;
  margin-bottom: 5px;
  padding: 0 0 5px;
  width: 100%; }
  .form input[type="text"]:-moz-placeholder,
  .form input[type="email"]:-moz-placeholder,
  .form input[type="password"]:-moz-placeholder,
  .form textarea:-moz-placeholder {
    color: #a3a3a3;
    font-style: italic; }
  .form input[type="text"]:-ms-input-placeholder,
  .form input[type="email"]:-ms-input-placeholder,
  .form input[type="password"]:-ms-input-placeholder,
  .form textarea:-ms-input-placeholder {
    color: #a3a3a3;
    font-style: italic; }
  .form input[type="text"]::-moz-placeholder,
  .form input[type="email"]::-moz-placeholder,
  .form input[type="password"]::-moz-placeholder,
  .form textarea::-moz-placeholder {
    color: #a3a3a3;
    font-style: italic; }
  .form input[type="text"]::-webkit-input-placeholder,
  .form input[type="email"]::-webkit-input-placeholder,
  .form input[type="password"]::-webkit-input-placeholder,
  .form textarea::-webkit-input-placeholder {
    color: #a3a3a3;
    font-style: italic; }
  .form input[type="text"]:focus,
  .form input[type="email"]:focus,
  .form input[type="password"]:focus,
  .form textarea:focus {
    outline: 0; }
.form textarea {
  resize: vertical; }
.form select {
  display: block;
  margin-bottom: 5px;
  width: 100%; }
.form input[type="submit"] {
  margin-bottom: 5px; }
.form__item {
  margin-bottom: 15px; }
  .form__item:before, .form__item:after {
    content: " ";
    display: table; }
  .form__item:after {
    clear: both; }
.form__checkbox, .form__radio {
  display: inline-block;
  position: relative; }
  .form__checkbox input[type="checkbox"],
  .form__checkbox input[type="radio"], .form__radio input[type="checkbox"],
  .form__radio input[type="radio"] {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0; }
  .form__checkbox.is-checked .form__checkbox-icon:before,
  .form__checkbox.is-checked .form__radio-icon:before, .form__radio.is-checked .form__checkbox-icon:before,
  .form__radio.is-checked .form__radio-icon:before {
    opacity: 1;
    visibility: visible; }
.form__checkbox-icon, .form__radio-icon {
  border: 2px solid #cecece;
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px; }
  .form__checkbox-icon:before, .form__radio-icon:before {
    content: "";
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition-duration: 0.2s;
    transition-property: opacity, visibility;
    transition-timing-function: ease-in-out;
    visibility: hidden; }
.form__checkbox-text, .form__radio-text {
  display: block;
  line-height: 16px;
  margin-bottom: 10px;
  padding-left: 26px; }
.form__checkbox-icon {
  border-radius: 3px; }
  .form__checkbox-icon:before {
    background-image: url("../images/icons/checkmark.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 8px;
    margin-left: -6px;
    margin-top: -4px;
    width: 12px; }
.form__radio-icon {
  border-radius: 50%; }
  .form__radio-icon:before {
    background-color: #707070;
    border-radius: 50%;
    height: 8px;
    transform: translate(-50%, -50%);
    width: 8px; }

/*
  Global
*/
.global {
  padding-bottom: 10px; }
  .global__intro {
    margin-bottom: 30px; }
  .global__heading {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 200px; }
    .global__heading h1,
    .global__heading h2,
    .global__heading h3,
    .global__heading h4,
    .global__heading h5,
    .global__heading h6 {
      font-size: 40px;
      line-height: 1.2; }
  .global__heading-inner {
    background-color: #fff;
    box-decoration-break: clone;
    box-shadow: -10px 0 0 #fff, 10px 0 0 #fff;
    color: #e64da5;
    display: inline; }
  .global__world-map-svg-wrapper {
    padding-bottom: 52.964928802%;
    position: relative; }
    .global__world-map-svg-wrapper > svg {
      display: block;
      height: 100%;
      position: absolute;
      width: 100%; }
  .global__items-nav {
    display: none;
    justify-content: flex-end;
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px; }
  .global__items-prev, .global__items-next {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-color: #2b2e34;
    background-repeat: no-repeat;
    background-size: auto 42.45%;
    display: block;
    height: 60px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    transition: background-color 0.2s ease-in-out;
    width: 60px; }
    .global__items-prev:hover, .global__items-next:hover {
      background-color: #e64da5; }
  .global__items-prev {
    background-image: url("../images/icons/chevron-left.svg");
    background-position: 47% 50%; }
  .global__items-next {
    background-image: url("../images/icons/chevron-right.svg");
    background-position: 53% 50%; }
  .global__items-wrapper {
    overflow-x: auto;
    padding-bottom: 20px; }
  .global__items {
    font-size: 0;
    text-align: center;
    width: 99999px; }
  .global__item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px; }
  .global__item-link {
    align-items: flex-end;
    background-color: #2b2e34;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 13px 16px rgba(0, 0, 0, 0.2);
    display: flex;
    height: 196.875px;
    padding: 20px 20px 15px;
    text-align: left;
    text-decoration: none;
    width: 350px; }
    .global__item-link[data-target="#story-modal"] .global__item-info::before {
      background-image: url("../images/icons/text.svg"); }
    .global__item-link[data-target="#video-modal"] .global__item-info::before {
      background-image: url("../images/icons/play.svg"); }
  .global__item-info {
    padding-left: 50px;
    position: relative; }
    .global__item-info::before {
      background-color: rgba(43, 46, 52, 0.75);
      background-position: 58% 50%;
      background-repeat: no-repeat;
      border-radius: 50%;
      content: "";
      display: block;
      height: 40px;
      left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px; }
  .global__item-name {
    background-color: #3e9ccd;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px; }
  .global__item-location {
    background-color: #3e9ccd;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px; }
  .global__item-description {
    display: none; }

@media (min-width: 768px) {
  .global__world-map {
    margin-left: -25%; }
  .global__content {
    padding-left: 40px; }
  .global__items-nav {
    display: flex; } }
@media (min-width: 992px) {
  .global__heading {
    font-size: 100px;
    line-height: 1.2;
    max-width: 500px; }
    .global__heading h1,
    .global__heading h2,
    .global__heading h3,
    .global__heading h4,
    .global__heading h5,
    .global__heading h6 {
      font-size: 100px; } }
/*
  Goal
*/
.goal {
  padding-bottom: 30px;
  padding-top: 20px; }
  .goal__heading {
    color: #3e9ccd;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px; }
    .goal__heading h1,
    .goal__heading h2,
    .goal__heading h3,
    .goal__heading h4,
    .goal__heading h5,
    .goal__heading h6 {
      font-size: 40px;
      line-height: 1; }
  .goal__progress {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    position: relative; }
  .goal__progress-svg-wrapper {
    padding-bottom: 100%;
    position: relative; }
    .goal__progress-svg-wrapper > svg {
      display: block;
      height: 100%;
      position: absolute;
      width: 100%; }
  .goal__numbers {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%); }
  .goal__current {
    color: #e64da5;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2; }
  .goal__total {
    color: #3e9ccd;
    font-weight: 700;
    line-height: 1.2; }
  .goal__actions {
    margin-top: 40px;
    text-align: center; }
    .goal__actions .button, .goal__actions .up-to-date__form div.at .at-submit, .up-to-date__form div.at .goal__actions .at-submit {
      margin-bottom: 20px; }

@media (min-width: 768px) {
  .goal__progress {
    margin-right: 10%;
    margin-top: -30px;
    max-width: none; }
  .goal__actions {
    text-align: left; } }
@media (min-width: 992px) {
  .goal__heading {
    font-size: 100px;
    line-height: 1.2; }
    .goal__heading h1,
    .goal__heading h2,
    .goal__heading h3,
    .goal__heading h4,
    .goal__heading h5,
    .goal__heading h6 {
      font-size: 100px; }
  .goal__current {
    font-size: 70px; }
  .goal__total {
    font-size: 20px; } }
/*
  Hamburger
*/
.hamburger__box {
  height: 24px;
  position: relative;
  width: 30px; }
.hamburger__inner {
  margin-top: -1.5px;
  top: 50%;
  transition: background-color 0.2s ease-in-out, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger__inner, .hamburger__inner::before, .hamburger__inner::after {
    background-color: #2b2e34;
    border-radius: 9999px;
    height: 3px;
    position: absolute;
    width: 100%; }
  .hamburger__inner::before, .hamburger__inner::after {
    content: "";
    display: block; }
  .hamburger__inner::before {
    top: -10px;
    transition: background-color 0.2s ease-in-out, top 0.075s 0.12s ease; }
  .hamburger__inner::after {
    bottom: -10px;
    transition: background-color 0.2s ease-in-out, bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger:hover .hamburger__inner, .hamburger:hover .hamburger__inner::before, .hamburger:hover .hamburger__inner::after {
  background-color: #e64da5; }
.hamburger.is-active .hamburger__inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger.is-active .hamburger__inner, .hamburger.is-active .hamburger__inner::before, .hamburger.is-active .hamburger__inner::after {
    background-color: #fff; }
  .hamburger.is-active .hamburger__inner::before {
    top: 0;
    transition: background-color 0.2s ease-in-out, top 0.075s ease; }
  .hamburger.is-active .hamburger__inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: background-color 0.2s ease-in-out, bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger.is-active:hover .hamburger__inner, .hamburger.is-active:hover .hamburger__inner::before, .hamburger.is-active:hover .hamburger__inner::after {
  background-color: #545454; }

/*
  Hero
*/
.hero {
  padding-bottom: 15%;
  position: relative; }
  .hero__main {
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: opacity 1s ease-in-out;
    width: 100%; }
    .hero__main.is-visible {
      opacity: 1; }
  .hero__heading {
    left: -20%;
    position: relative; }
    .hero__heading::after {
      background-image: url("../images/hero-triangles.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      bottom: 15%;
      content: "";
      display: block;
      height: 57.961089494%;
      left: 86%;
      opacity: 0.565;
      position: absolute;
      width: 50%; }
    .hero__heading > img {
      display: block; }

@media (min-width: 576px) {
  .hero {
    padding-bottom: 44px; }
    .hero__heading::after {
      bottom: 0;
      height: 133px;
      left: 89%; } }
@media (min-width: 768px) {
  .hero {
    padding-bottom: 61.6px; }
    .hero__heading {
      left: -141.4px;
      max-width: 1000px; }
      .hero__heading::after {
        height: 186.2px;
        left: 625.1px; } }
@media (min-width: 992px) {
  .hero {
    padding-bottom: 82.72px; }
    .hero__heading {
      left: -189.88px; }
      .hero__heading::after {
        height: 250.04px;
        left: 839.42px; } }
@media (min-width: 1200px) {
  .hero {
    padding-bottom: 88px; }
    .hero__heading {
      left: -202px; }
      .hero__heading::after {
        height: 266px;
        left: 893px; } }
/*
  Image Wrapper
*/
.image-wrapper {
  margin-bottom: 20px; }
  .image-wrapper > img {
    display: block; }
  .image-wrapper--full > img {
    width: 100%; }

/*
  Impact
*/
.impact__heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  max-width: 300px; }
  .impact__heading h1,
  .impact__heading h2,
  .impact__heading h3,
  .impact__heading h4,
  .impact__heading h5,
  .impact__heading h6 {
    font-size: 24px; }
.impact__heading-inner {
  background-color: #3e9ccd;
  box-decoration-break: clone;
  box-shadow: -10px 0 0 #3e9ccd, 10px 0 0 #3e9ccd;
  color: #fff;
  display: inline; }

@media (min-width: 992px) {
  .impact__heading {
    font-size: 40px;
    max-width: 500px; }
    .impact__heading h1,
    .impact__heading h2,
    .impact__heading h3,
    .impact__heading h4,
    .impact__heading h5,
    .impact__heading h6 {
      font-size: 40px; } }
/*
  Letter
*/
.letter {
  padding-bottom: 130px;
  padding-top: 50px; }
  .letter__body {
    background-color: #f5f5f5;
    color: #9a9a9a;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px; }
  .letter__heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: -20px; }
    .letter__heading h1,
    .letter__heading h2,
    .letter__heading h3,
    .letter__heading h4,
    .letter__heading h5,
    .letter__heading h6 {
      font-size: 24px; }
  .letter__heading-inner {
    background-color: #3e9ccd;
    box-decoration-break: clone;
    box-shadow: -10px 0 0 #3e9ccd, 10px 0 0 #3e9ccd;
    color: #fff;
    display: inline; }
  .letter__video-callout {
    margin-bottom: -150px; }
  .letter__video-screenshot {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .letter__video-link {
    display: inline-block;
    font-weight: 700;
    padding-left: 50px;
    position: relative;
    text-decoration: none;
    transition: color 0.2s ease-in-out; }
    .letter__video-link::before {
      background-color: #3e9ccd;
      background-image: url("../images/icons/play.svg");
      background-position: 58% 50%;
      background-repeat: no-repeat;
      border-radius: 50%;
      content: "";
      height: 40px;
      left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px; }
    .letter__video-link:hover {
      color: #545454; }

@media (min-width: 768px) {
  .letter {
    padding-bottom: 30px; }
    .letter__body {
      margin-left: 0;
      margin-right: 0;
      padding-top: 50px;
      position: relative; }
      .letter__body::after {
        background-image: url("../images/letter-triangles.svg");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        height: 85px;
        position: absolute;
        right: -15px;
        top: -20px;
        width: 90px; }
    .letter__heading {
      font-size: 20px;
      margin-top: 0; }
      .letter__heading h1,
      .letter__heading h2,
      .letter__heading h3,
      .letter__heading h4,
      .letter__heading h5,
      .letter__heading h6 {
        font-size: 20px; }
    .letter__video-callout {
      margin-left: -80px;
      margin-top: 192px; } }
@media (min-width: 992px) {
  .letter__video-callout {
    margin-left: -180px;
    margin-top: 147px; }
  .letter__video-link {
    font-size: 18px; } }
@media (min-width: 1200px) {
  .letter__video-callout {
    margin-left: -210px;
    margin-top: 122px; } }
/*
  Modal
*/
.modal__close {
  align-items: center;
  background-color: #3e9ccd;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: -15px;
  top: -15px;
  transition: background-color 0.2s ease-in-out;
  width: 30px;
  z-index: 1; }
  .modal__close > span {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url("../images/icons/close.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 13.5px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 13.5px; }
  .modal__close:hover {
    background-color: #545454; }
  .modal__close:focus {
    outline: 0; }
.modal__hero .image-wrapper,
.modal__hero .responsive-iframe {
  margin-bottom: 0; }
.modal--story .modal-body {
  padding-bottom: 30px; }

@media (max-width: 575.98px) {
  .modal-dialog {
    margin: 20px; } }
@media (min-width: 992px) {
  .modal__close {
    height: 40px;
    right: -20px;
    top: -20px;
    width: 40px; }
    .modal__close > span {
      height: 18px;
      width: 18px; } }
/*
  Partners
*/
.partners {
  padding-bottom: 30px;
  padding-top: 50px;
  text-align: center; }
  .partners__heading {
    color: #e64da5;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 50px; }
    .partners__heading h1,
    .partners__heading h2,
    .partners__heading h3,
    .partners__heading h4,
    .partners__heading h5,
    .partners__heading h6 {
      font-size: 30px; }
  .partners__group {
    margin-bottom: 50px; }
    .partners__group:before, .partners__group:after {
      content: " ";
      display: table; }
    .partners__group:after {
      clear: both; }
  .partners__group-heading {
    font-size: 18px;
    margin-bottom: 50px; }
  .partners__group-heading-inner {
    background-color: #3e9ccd;
    box-decoration-break: clone;
    box-shadow: -10px 0 0 #3e9ccd, 10px 0 0 #3e9ccd;
    color: #fff;
    display: inline; }
  .partners__carousel {
    position: relative; }
    .partners__carousel .slick-arrow {
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      background-color: #2b2e34;
      background-repeat: no-repeat;
      background-size: auto 42.45%;
      border: 0;
      border-radius: 50%;
      bottom: 0;
      cursor: pointer;
      display: block;
      height: 40px;
      padding: 0;
      position: absolute;
      transition: background-color 0.2s ease-in-out;
      width: 40px;
      z-index: 1; }
      .partners__carousel .slick-arrow:hover {
        background-color: #e64da5; }
      .partners__carousel .slick-arrow:focus {
        outline: 0; }
    .partners__carousel .slick-prev {
      background-image: url("../images/icons/chevron-left.svg");
      background-position: 47% 50%;
      left: 0; }
    .partners__carousel .slick-next {
      background-image: url("../images/icons/chevron-right.svg");
      background-position: 53% 50%;
      right: 0; }
    .partners__carousel .slick-dots {
      align-items: center;
      display: flex;
      height: 40px;
      justify-content: center;
      margin-bottom: 50px;
      margin-left: -5px;
      margin-right: -5px; }
      .partners__carousel .slick-dots > li {
        margin-left: 5px;
        margin-right: 5px; }
        .partners__carousel .slick-dots > li > button {
          overflow: hidden;
          text-indent: 100%;
          white-space: nowrap;
          background-color: transparent;
          border: 3px solid #2b2e34;
          border-radius: 50%;
          cursor: pointer;
          height: 20px;
          padding: 0;
          transition-duration: 0.2s;
          transition-property: background-color, border-color;
          transition-timing-function: ease-in-out;
          width: 20px; }
          .partners__carousel .slick-dots > li > button:hover {
            background-color: #e64da5;
            border-color: #e64da5; }
          .partners__carousel .slick-dots > li > button:focus {
            outline: 0; }
        .partners__carousel .slick-dots > li.slick-active > button {
          background-color: #2b2e34;
          border-color: #2b2e34; }
  .partners__items--text {
    margin-bottom: 50px; }
  .partners__item {
    margin-bottom: 50px; }
    .partners__item > img {
      display: block;
      width: 100%; }
    .partners__item--text {
      margin-bottom: 0; }
  .partners__contact {
    margin-bottom: 20px; }
    .partners__contact a {
      text-decoration: none; }
      .partners__contact a:hover, .partners__contact a:focus {
        text-decoration: underline; }

@media (min-width: 576px) {
  .partners__items .row {
    margin-left: -25px;
    margin-right: -25px; }
  .partners__items [class*=col] {
    padding-left: 25px;
    padding-right: 25px; } }
@media (min-width: 992px) {
  .partners__heading {
    font-size: 40px; }
    .partners__heading h1,
    .partners__heading h2,
    .partners__heading h3,
    .partners__heading h4,
    .partners__heading h5,
    .partners__heading h6 {
      font-size: 40px; } }
/*
  Progress
*/
.progress__current {
  transition: stroke-dasharray 1s ease-in-out; }
  .progress__current.is-reset {
    stroke-dasharray: 0 100;
    transition-duration: 0s; }

/*
  Responsive iframe
*/
.responsive-iframe {
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 20px;
  position: relative; }
  .responsive-iframe iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .responsive-iframe--par-4-3 {
    padding-bottom: 75%; }
  .responsive-iframe--par-16-9 {
    padding-bottom: 56.25%; }
  .responsive-iframe--par-21-9 {
    padding-bottom: 42.8571428571%; }

/*
  Served
*/
.served {
  margin-top: 25px;
  padding-bottom: 30px;
  padding-top: 25px;
  position: relative; }
  .served__bg {
    left: 0;
    overflow-x: hidden;
    padding-bottom: 72.7749611198%;
    position: absolute;
    top: 0;
    width: 100%; }
    .served__bg::before {
      background-image: url("../images/chart-bg.svg");
      background-position: 50% 0%;
      background-repeat: no-repeat;
      background-size: 105% auto;
      content: "";
      left: 50%;
      margin-left: -50%;
      max-width: 100%;
      padding-bottom: 72.7749611198%;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1; }
  .served__heading {
    font-size: 24px;
    font-weight: 700;
    left: 50%;
    margin-bottom: 10px;
    margin-top: -50px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    top: 0;
    width: 100%; }
    .served__heading h1,
    .served__heading h2,
    .served__heading h3,
    .served__heading h4,
    .served__heading h5,
    .served__heading h6 {
      font-size: 24px; }
  .served__heading-inner {
    background-color: #fff;
    box-decoration-break: clone;
    box-shadow: -10px 0 0 #fff, 10px 0 0 #fff;
    color: #3e9ccd;
    display: inline; }

@media (min-width: 576px) {
  .served {
    margin-top: 0;
    padding-top: 35px; }
    .served__bg {
      height: 397.8364541213px;
      padding-bottom: 0; }
      .served__bg::before {
        background-size: cover;
        height: 397.8364541213px;
        margin-left: -287px;
        padding-bottom: 0;
        width: 574px; } }
@media (min-width: 768px) {
  .served {
    padding-top: 50px; }
    .served__bg {
      height: 557.248273717px; }
      .served__bg::before {
        height: 557.248273717px;
        margin-left: -402px;
        width: 804px; }
    .served__heading {
      left: 15%;
      margin-top: 0;
      max-width: 300px;
      text-align: left;
      transform: none; } }
@media (min-width: 992px) {
  .served {
    padding-top: 70px; }
    .served__bg {
      height: 747.8493623639px; }
      .served__bg::before {
        height: 747.8493623639px;
        margin-left: -539.5px;
        width: 1079px; }
    .served__heading {
      font-size: 40px;
      max-width: 500px; }
      .served__heading h1,
      .served__heading h2,
      .served__heading h3,
      .served__heading h4,
      .served__heading h5,
      .served__heading h6 {
        font-size: 40px; } }
@media (min-width: 1200px) {
  .served {
    padding-top: 80px; }
    .served__bg {
      height: 891.32px; }
      .served__bg::before {
        height: 891.32px;
        margin-left: -643px;
        width: 1286px; } }
/*
  Site Alert
*/
.site-alert {
  background-color: #2b2e34;
  color: #fff;
  display: block;
  font-size: 14px;
  left: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  position: fixed;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 1000; }

/*
  Site Header
*/
.site-header {
  background-color: #fff;
  left: 0;
  min-height: 70px;
  min-width: 320px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: fixed;
  top: 0;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
  z-index: 1000; }
  .site-header__logo-wrapper > img {
    display: block; }
  .site-header__nav-wrapper {
    position: absolute;
    right: 0; }
  .site-header__nav-trigger {
    align-items: center;
    display: flex;
    height: 70px;
    justify-content: center;
    margin-bottom: -10px;
    margin-right: -10px;
    margin-top: -10px;
    position: relative;
    width: 70px;
    z-index: 3000; }
  .site-header.has-bg {
    background-color: #fff; }

@media (max-width: 575.98px) {
  .site-header .button--donate {
    background: none;
    padding: 13px 0 12px; }
    .site-header .button--donate:hover, .site-header .button--donate:focus {
      color: #3e9ccd; } }
@media (min-width: 576px) {
  .site-header__nav-trigger {
    width: 90px; } }
@media (min-width: 768px) {
  .site-header {
    background-color: transparent; } }
/*
  Site Nav
*/
.site-nav {
  background-color: #fff;
  max-height: 100%;
  overflow-y: auto;
  position: fixed;
  right: -300px;
  text-align: center;
  top: 0;
  transition: right 0.2s ease-in-out;
  width: 300px;
  z-index: 2000; }
  .site-nav__primary {
    background-color: #3e9ccd;
    background-image: url("../images/site-nav-bg.svg");
    background-position: 0% 100%;
    background-repeat: no-repeat;
    color: #fff;
    padding: 70px 40px 50px; }
    .site-nav__primary a {
      color: #fff; }
  .site-nav__items {
    margin-bottom: 20px; }
  .site-nav__item:not(:first-child) {
    margin-top: 21px;
    padding-top: 22px;
    position: relative; }
    .site-nav__item:not(:first-child)::before {
      background-color: rgba(255, 255, 255, 0.3);
      border-radius: 9999px;
      content: "";
      height: 3px;
      left: 50%;
      position: absolute;
      top: -1.5px;
      transform: translateX(-50%);
      width: 50px; }
  .site-nav__item-link {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s ease-in-out; }
    .site-nav__item-link:hover, .site-nav__item-link:focus {
      color: #545454; }
  .site-nav__secondary {
    padding: 20px 40px 0; }
    .site-nav__secondary:before, .site-nav__secondary:after {
      content: " ";
      display: table; }
    .site-nav__secondary:after {
      clear: both; }
  .site-nav.is-open {
    right: 0; }

/*
  Social Stories
*/
.social-stories {
  background-image: url("../images/social-stories-bg.svg");
  background-position: 50% 50px;
  background-repeat: no-repeat;
  margin-top: -50px;
  padding-bottom: 30px;
  padding-top: 100px; }
  .social-stories__intro {
    margin-bottom: 30px;
    text-align: center; }
  .social-stories__heading {
    color: #e64da5;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px; }
    .social-stories__heading h1,
    .social-stories__heading h2,
    .social-stories__heading h3,
    .social-stories__heading h4,
    .social-stories__heading h5,
    .social-stories__heading h6 {
      font-size: 40px;
      line-height: 1; }
  .social-stories__feed {
    margin-bottom: 20px;
    min-height: 306px; }

@media (min-width: 768px) {
  .social-stories {
    padding-top: 200px; } }
@media (min-width: 992px) {
  .social-stories__heading {
    font-size: 100px;
    line-height: 1.2; }
    .social-stories__heading h1,
    .social-stories__heading h2,
    .social-stories__heading h3,
    .social-stories__heading h4,
    .social-stories__heading h5,
    .social-stories__heading h6 {
      font-size: 100px; }
  .social-stories__description {
    font-size: 18px; } }
/*
  Social
*/
.socials {
  margin-bottom: 20px; }
  .socials__items {
    display: flex;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px; }
  .socials__item {
    padding-left: 10px;
    padding-right: 10px; }
  .socials__item-link {
    color: #545454;
    font-size: 18px;
    transition: color 0.2s ease-in-out; }
    .socials__item-link:hover, .socials__item-link:focus {
      color: #3e9ccd; }
  .socials--up-to-date .socials__items {
    margin-left: -15px;
    margin-right: -15px; }
  .socials--up-to-date .socials__item {
    padding-left: 15px;
    padding-right: 15px; }
  .socials--up-to-date .socials__item-link {
    font-size: 32px; }

/*
  Story
*/
.story__image {
  background-color: #2b2e34;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 56.25%; }
.story__info {
  margin-bottom: 15px;
  margin-top: -32.5px; }
.story__name {
  background-color: #3e9ccd;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px; }
.story__location {
  background-color: #3e9ccd;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 768px) {
  .story__info {
    margin-top: -36px; }
  .story__name {
    font-size: 20px; }
  .story__location {
    font-size: 20px; } }
/*
  Timeline
*/
.timeline {
  padding-bottom: 30px; }
  .timeline__top {
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    position: relative;
    text-align: center;
    z-index: 1; }
  .timeline__arrows .slick-prev,
  .timeline__arrows .slick-next {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-color: #e64da5;
    background-repeat: no-repeat;
    background-size: auto 42.45%;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 40px;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.2s ease-in-out;
    width: 40px; }
    .timeline__arrows .slick-prev:focus,
    .timeline__arrows .slick-next:focus {
      outline: 0; }
    .timeline__arrows .slick-prev:hover,
    .timeline__arrows .slick-next:hover {
      background-color: #545454; }
    .timeline__arrows .slick-prev.slick-disabled,
    .timeline__arrows .slick-next.slick-disabled {
      background-color: #f0dce8;
      cursor: default; }
  .timeline__arrows .slick-prev {
    background-image: url("../images/icons/chevron-left.svg");
    background-position: 47% 50%;
    left: 0; }
  .timeline__arrows .slick-next {
    background-image: url("../images/icons/chevron-right.svg");
    background-position: 53% 50%;
    right: 0; }
  .timeline__year {
    border-bottom: 13px solid #e64da5;
    color: #e64da5;
    display: inline-block;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    position: relative; }
    .timeline__year:not(:first-child) {
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0; }
  .timeline__main-image-wrapper {
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
    position: relative; }
  .timeline__image-wrapper:not(:first-child) {
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .timeline__image {
    display: block;
    width: 100%; }
  .timeline__carousel {
    display: flex;
    overflow-x: auto; }
    .timeline__carousel .slick-current .timeline__event {
      opacity: 1; }
  .timeline__event {
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out; }
  .timeline__event-description {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center; }
  .timeline__event-description-inner {
    background-color: #fff;
    box-decoration-break: clone;
    box-shadow: -10px 0 0 #fff, 10px 0 0 #fff;
    color: #3e9ccd;
    display: inline; }
    .timeline__event-description-inner a {
      color: #e64da5;
      text-decoration: none;
      transition: color 0.2s ease-in-out; }
      .timeline__event-description-inner a:hover, .timeline__event-description-inner a:focus {
        color: #545454; }
      .timeline__event-description-inner a:focus {
        outline: 0; }

@media (min-width: 768px) {
  .timeline {
    padding-bottom: 0; } }
@media (min-width: 992px) {
  .timeline {
    margin-bottom: 20px;
    position: relative; }
    .timeline__top {
      margin-bottom: -37px; }
    .timeline__year {
      border-width: 20px;
      font-size: 150px; }
    .timeline__main-image-wrapper {
      background-color: #f5f5f5;
      border-color: #f5f5f5;
      border-style: solid;
      border-width: 5px 20px 15px;
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0; }
      .timeline__main-image-wrapper::before {
        background-image: url("../images/timeline-triangles.svg");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: -140px;
        content: "";
        display: block;
        height: 263px;
        left: -230px;
        position: absolute;
        width: 300px;
        z-index: -1; }
    .timeline__carousel {
      bottom: 50px;
      left: 0;
      position: absolute;
      width: 100%;
      z-index: 1; }
      .timeline__carousel .slick-track {
        align-items: center;
        display: flex; }
    .timeline__event-description {
      margin-bottom: 0;
      margin-left: auto;
      margin-right: auto;
      padding-left: 80px;
      padding-right: 80px;
      text-align: left;
      width: 660px; } }
@media (min-width: 1200px) {
  .timeline__top {
    margin-bottom: -31px; }
  .timeline__year {
    border-width: 16px;
    font-size: 120px; }
  .timeline__event-description {
    padding-left: 117.5px;
    padding-right: 117.5px;
    width: 735px; } }
/*
  Up to Date
*/
.up-to-date {
  color: #a3a3a3;
  line-height: 1.2;
  text-align: center; }
  .up-to-date__body {
    background-color: #fff;
    border: 10px solid #3e9ccd;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px; }
    .up-to-date__body > .row > [class*=col]:last-child {
      background-color: #3e9ccd; }
      .up-to-date__body > .row > [class*=col]:last-child a {
        color: #fff; }
        .up-to-date__body > .row > [class*=col]:last-child a:hover, .up-to-date__body > .row > [class*=col]:last-child a:focus {
          color: #545454; }
  .up-to-date__heading {
    color: #e64da5;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2; }
  .up-to-date__description {
    margin-bottom: 20px; }
  .up-to-date__form input[type="text"],
  .up-to-date__form input[type="email"],
  .up-to-date__form input[type="password"] {
    text-align: center; }
  .up-to-date__form div.at {
    border-radius: 0;
    text-align: center; }
    .up-to-date__form div.at input[type="checkbox"] + span:before {
      border: 2px solid #cecece !important;
      height: 16px;
      top: 0;
      width: 16px; }
    .up-to-date__form div.at input[type="checkbox"] + span:after {
      background-image: url("../images/icons/checkmark.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      height: 8px;
      left: 4px;
      opacity: 0;
      top: 4px;
      transition-duration: 0.2s;
      transition-property: opacity, visibility;
      transition-timing-function: ease-in-out;
      visibility: hidden;
      width: 8px; }
    .up-to-date__form div.at input[type="checkbox"]:checked + span:before {
      background-color: inherit;
      border-color: inherit; }
    .up-to-date__form div.at input[type="checkbox"]:checked + span:after {
      opacity: 1;
      visibility: visible; }
    .up-to-date__form div.at input[type="checkbox"]:hover + span:before {
      border-color: inherit; }
    .up-to-date__form div.at input[type="checkbox"]:focus + span:before {
      box-shadow: none; }
    .up-to-date__form div.at input[type="checkbox"]:active + span:before {
      background-color: inherit; }
    .up-to-date__form div.at .at-fieldset {
      padding: 0;
      min-width: 0; }
    .up-to-date__form div.at .at-legend {
      display: none; }
    .up-to-date__form div.at .at-text {
      font-size: 0;
      margin: 0; }
      .up-to-date__form div.at .at-text input {
        border-color: #a3a3a3;
        border-radius: 0;
        border-style: solid;
        border-width: 0 0 1px;
        color: #4a4a4a;
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 0 !important;
        padding: 0 0 5px; }
        .up-to-date__form div.at .at-text input:focus {
          box-shadow: none; }
    .up-to-date__form div.at .at-check {
      margin-bottom: 20px; }
    .up-to-date__form div.at .at-checkbox-title-container {
      color: #a3a3a3;
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 0; }
    .up-to-date__form div.at .at-checkbox-title {
      font-size: 11px; }
    .up-to-date__form div.at .at-form-submit {
      padding: 0; }
    .up-to-date__form div.at .at-submit {
      border-radius: 0;
      float: none;
      font-family: inherit;
      font-size: inherit;
      margin: 0 0 20px; }
      .up-to-date__form div.at .at-submit:hover {
        border-color: #e64da5; }
    .up-to-date__form div.at .error.at-text input {
      margin-bottom: 5px !important; }
      .up-to-date__form div.at .error.at-text input:focus {
        box-shadow: none; }
  .up-to-date__email {
    margin-bottom: 5px;
    min-width: 220px; }
  .up-to-date__email-sign-up {
    font-size: 12px;
    font-weight: 400; }
  .up-to-date--section {
    padding-bottom: 30px;
    padding-top: 50px; }
    .up-to-date--section .socials {
      padding: 40px 30px 20px; }
    .up-to-date--section .up-to-date__intro {
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 35px; }
    .up-to-date--section .up-to-date__heading {
      font-size: 40px; }
    .up-to-date--section .up-to-date__form {
      padding-bottom: 20px;
      padding-left: 30px;
      padding-right: 30px; }
  .up-to-date--site-nav .up-to-date__heading {
    margin-bottom: 5px; }
  .up-to-date--site-nav .up-to-date__description {
    font-size: 12px;
    line-height: 1.6; }

@media (min-width: 768px) {
  .up-to-date__body {
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 992px) {
  .up-to-date__form div.at .at-text input {
    font-size: 16px; }
  .up-to-date--section .up-to-date__intro {
    padding-bottom: 20px;
    padding-right: 0; }
  .up-to-date--section .up-to-date__description {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%; }
  .up-to-date--section .up-to-date__form {
    padding-left: 0;
    padding-top: 40px; } }
@media (min-width: 1200px) {
  .up-to-date--section div.at form {
    align-items: center;
    display: flex; }
  .up-to-date--section div.at .at-form-submit {
    padding-left: 20px;
    padding-top: 10px; } }
/*
  Video Wrapper
*/
.video-wrapper {
  margin-bottom: 20px; }
  .video-wrapper > video {
    display: block; }
  .video-wrapper--full > video {
    width: 100%; }

/*
  Waterfall
*/
.waterfall {
  padding-top: 50px; }
  .waterfall__heading {
    color: #e64da5;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 50px;
    text-align: center; }
    .waterfall__heading h1,
    .waterfall__heading h2,
    .waterfall__heading h3,
    .waterfall__heading h4,
    .waterfall__heading h5,
    .waterfall__heading h6 {
      font-size: 40px; }
  .waterfall__item {
    margin-bottom: 30px; }
  .waterfall__item-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px; }
    .waterfall__item-heading h1,
    .waterfall__item-heading h2,
    .waterfall__item-heading h3,
    .waterfall__item-heading h4,
    .waterfall__item-heading h5,
    .waterfall__item-heading h6 {
      font-size: 24px; }
  .waterfall__item-heading-inner {
    background-color: #e64da5;
    box-decoration-break: clone;
    box-shadow: -10px 0 0 #e64da5, 10px 0 0 #e64da5;
    color: #fff;
    display: inline; }
  .waterfall__item-image-caption {
    color: #3e9ccd;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -80px;
    max-width: 300px;
    text-align: center; }
    .waterfall__item-image-caption--pins {
      margin-top: -40px; }

@media (min-width: 768px) {
  .waterfall__item {
    margin-bottom: 80px; }
  .waterfall__image-wrapper--desk {
    margin-top: -25px; }
  .waterfall__image-wrapper--women {
    margin-top: -18px; }
  .waterfall__image-wrapper--flask {
    margin-top: -38px; }
  .waterfall__item-image-caption {
    margin-top: -88px; }
    .waterfall__item-image-caption--pins {
      margin-top: -38px; } }
@media (min-width: 992px) {
  .waterfall__item-heading {
    font-size: 40px; }
    .waterfall__item-heading h1,
    .waterfall__item-heading h2,
    .waterfall__item-heading h3,
    .waterfall__item-heading h4,
    .waterfall__item-heading h5,
    .waterfall__item-heading h6 {
      font-size: 40px; }
  .waterfall__image-wrapper--desk {
    margin-top: -34px; }
  .waterfall__image-wrapper--women {
    margin-top: -25px; }
  .waterfall__image-wrapper--flask {
    margin-top: -51px; }
  .waterfall__item-image-caption {
    font-size: 24px;
    margin-top: -121px;
    max-width: 400px; }
    .waterfall__item-image-caption--pins {
      margin-top: -54px; } }
@media (min-width: 1200px) {
  .waterfall__image-wrapper--desk {
    margin-top: -40px; }
  .waterfall__image-wrapper--women {
    margin-top: -29px; }
  .waterfall__image-wrapper--flask {
    margin-top: -61px; }
  .waterfall__item-image-caption {
    margin-top: -145px; }
    .waterfall__item-image-caption--pins {
      margin-top: -65px; } }
/*
  World Map
*/
@keyframes drop {
  from {
    opacity: 0;
    transform: translateY(-30px); } }
.world-map__pins path {
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }
  .world-map__pins path:nth-child(10n + 1) {
    animation-duration: 0.2s; }
  .world-map__pins path:nth-child(10n + 2) {
    animation-duration: 1.8s; }
  .world-map__pins path:nth-child(10n + 3) {
    animation-duration: 1s; }
  .world-map__pins path:nth-child(10n + 4) {
    animation-duration: 0.4s; }
  .world-map__pins path:nth-child(10n + 5) {
    animation-duration: 2s; }
  .world-map__pins path:nth-child(10n + 6) {
    animation-duration: 1s; }
  .world-map__pins path:nth-child(10n + 7) {
    animation-duration: 0.2s; }
  .world-map__pins path:nth-child(10n + 8) {
    animation-duration: 1.8s; }
  .world-map__pins path:nth-child(10n + 9) {
    animation-duration: 0.8s; }
  .world-map__pins path:nth-child(10n + 10) {
    animation-duration: 1s; }
  .world-map__pins path:nth-child(10n + 11) {
    animation-duration: 0.2s; }
  .world-map__pins path:nth-child(10n + 12) {
    animation-duration: 2s; }
  .world-map__pins path:nth-child(10n + 13) {
    animation-duration: 1.8s; }
  .world-map__pins path:nth-child(10n + 14) {
    animation-duration: 1.6s; }
  .world-map__pins path:nth-child(10n + 15) {
    animation-duration: 1.8s; }
  .world-map__pins path:nth-child(10n + 16) {
    animation-duration: 0.6s; }
  .world-map__pins path:nth-child(10n + 17) {
    animation-duration: 0.6s; }
  .world-map__pins path:nth-child(10n + 18) {
    animation-duration: 1.6s; }
  .world-map__pins path:nth-child(10n + 19) {
    animation-duration: 0.2s; }
  .world-map__pins path:nth-child(10n + 20) {
    animation-duration: 2s; }
  .world-map__pins path:nth-child(10n + 21) {
    animation-duration: 0.2s; }
  .world-map__pins path:nth-child(10n + 22) {
    animation-duration: 0.4s; }
  .world-map__pins path:nth-child(10n + 23) {
    animation-duration: 1.2s; }
  .world-map__pins path:nth-child(10n + 24) {
    animation-duration: 1s; }
  .world-map__pins path:nth-child(10n + 25) {
    animation-duration: 0.8s; }
  .world-map__pins path:nth-child(10n + 26) {
    animation-duration: 0.4s; }
  .world-map__pins path:nth-child(10n + 27) {
    animation-duration: 1.2s; }
  .world-map__pins path:nth-child(10n + 28) {
    animation-duration: 0.2s; }
  .world-map__pins path:nth-child(10n + 29) {
    animation-duration: 0.4s; }
  .world-map__pins path:nth-child(10n + 30) {
    animation-duration: 1.2s; }
  .world-map__pins path:nth-child(10n + 31) {
    animation-duration: 0.8s; }
  .world-map__pins path:nth-child(10n + 32) {
    animation-duration: 0.8s; }
.world-map.is-animated .world-map__pins path {
  animation-name: drop; }

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