@charset "UTF-8";
/*
* ██████╗ ██████╗  █████╗ ███╗   ██╗ █████╗
* ██╔══██╗██╔══██╗██╔══██╗████╗  ██║██╔══██╗
* ██████╔╝██████╔╝███████║██╔██╗ ██║███████║
* ██╔═══╝ ██╔══██╗██╔══██║██║╚██╗██║██╔══██║
* ██║     ██║  ██║██║  ██║██║ ╚████║██║  ██║
* ╚═╝     ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝  ╚═══╝╚═╝  ╚═╝
*
* The cosmic energy permeating the Universe on all levels
* and also the starter theme for Scout Digital
*
*/
/*
* node_module Imports
*/
/*!
 * Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 750px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1480px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1650px) {
  .d-xxxl-none {
    display: none !important; }
  .d-xxxl-inline {
    display: inline !important; }
  .d-xxxl-inline-block {
    display: inline-block !important; }
  .d-xxxl-block {
    display: block !important; }
  .d-xxxl-table {
    display: table !important; }
  .d-xxxl-table-row {
    display: table-row !important; }
  .d-xxxl-table-cell {
    display: table-cell !important; }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

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

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

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }

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

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

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

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

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

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

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

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important; }

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

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

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 750px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1480px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1650px) {
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxxl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xxxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xxxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xxxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxxl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xxxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxxl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xxxl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xxxl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xxxl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xxxl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xxxl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xxxl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xxxl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xxxl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xxxl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xxxl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xxxl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 750px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1480px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

@media (min-width: 1650px) {
  .m-xxxl-0 {
    margin: 0 !important; }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important; }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important; }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important; }
  .m-xxxl-1 {
    margin: 0.25rem !important; }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxxl-2 {
    margin: 0.5rem !important; }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxxl-3 {
    margin: 1rem !important; }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important; }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important; }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important; }
  .m-xxxl-4 {
    margin: 1.5rem !important; }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxxl-5 {
    margin: 3rem !important; }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important; }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important; }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important; }
  .p-xxxl-0 {
    padding: 0 !important; }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important; }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important; }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important; }
  .p-xxxl-1 {
    padding: 0.25rem !important; }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxxl-2 {
    padding: 0.5rem !important; }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxxl-3 {
    padding: 1rem !important; }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important; }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important; }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important; }
  .p-xxxl-4 {
    padding: 1.5rem !important; }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxxl-5 {
    padding: 3rem !important; }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important; }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important; }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important; }
  .m-xxxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxxl-n3 {
    margin: -1rem !important; }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important; }
  .m-xxxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxxl-n5 {
    margin: -3rem !important; }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important; }
  .m-xxxl-auto {
    margin: auto !important; }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important; }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important; }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important; }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important; } }

/*
 * Variables
 */
/*
 * Colors
 */
/*
 * Shadows
 */
/*
 * Typography
 */
@font-face {
  font-family: Poppins-Black;
  src: url(../../fonts/Poppins-Black.ttf); }

@font-face {
  font-family: Poppins-Bold;
  src: url(../../fonts/Poppins-Bold.ttf); }

@font-face {
  font-family: Poppins-Light;
  src: url(../../fonts/Poppins-Light.ttf); }

@font-face {
  font-family: Poppins-Regular;
  src: url(../../fonts/Poppins-Regular.ttf); }

/*
 * Navigation
 */
/*
 * Mixins
 */
/*
 * Base styles
 */
/* Text meant only for screen readers. */
.screen-reader-text,
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus,
  .sr-only:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: .3rem;
    line-height: normal;
    padding: 1rem 23px 14px;
    text-decoration: none;
    top: .3rem;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

#wpadminbar {
  position: fixed; }

body.admin-bar .site-header {
  top: 46px; }
  @media screen and (min-width: 782px) {
    body.admin-bar .site-header {
      top: 2rem; } }

@media screen and (max-width: 991px) and (max-width: 782px) {
  body.admin-bar .main-navigation {
    top: 11rem; } }

@media screen and (min-width: 782px) and (max-width: 991px) {
  body.admin-bar .main-navigation {
    top: 101px; } }

.btn-primary, .btn-primary-small, .gform_button, .gform_page_footer .gform_next_button,
.gform_page_footer .gform_previous_button,
.gform_page_footer .gform_button, .btn-accent-1, .btn-accent-1-small, .gform_fileupload_multifile .gform_drop_area .gform_button_select_files, .btn-accent-2, .btn-accent-2-small, .btn-accent-3, .btn-accent-3-small, .btn-accent-4, .btn-accent-4-small, .btn-white, .btn-white-small, .btn-white-ghost, .btn-white-ghost-small {
  border: 0;
  border-radius: 39px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins-Black";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  min-width: 195px;
  padding: .75rem .25rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, -webkit-box-shadow 0.3s; }
  .btn-primary:hover, .btn-primary-small:hover, .gform_button:hover, .gform_page_footer .gform_next_button:hover,
  .gform_page_footer .gform_previous_button:hover, .btn-accent-1:hover, .btn-accent-1-small:hover, .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:hover, .btn-accent-2:hover, .btn-accent-2-small:hover, .btn-accent-3:hover, .btn-accent-3-small:hover, .btn-accent-4:hover, .btn-accent-4-small:hover, .btn-white:hover, .btn-white-small:hover, .btn-white-ghost:hover, .btn-white-ghost-small:hover, .btn-primary:focus, .btn-primary-small:focus, .gform_button:focus, .gform_page_footer .gform_next_button:focus,
  .gform_page_footer .gform_previous_button:focus, .btn-accent-1:focus, .btn-accent-1-small:focus, .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:focus, .btn-accent-2:focus, .btn-accent-2-small:focus, .btn-accent-3:focus, .btn-accent-3-small:focus, .btn-accent-4:focus, .btn-accent-4-small:focus, .btn-white:focus, .btn-white-small:focus, .btn-white-ghost:focus, .btn-white-ghost-small:focus {
    -webkit-box-shadow: 2px 0.3rem 0.75rem rgba(30, 47, 67, 0.15);
            box-shadow: 2px 0.3rem 0.75rem rgba(30, 47, 67, 0.15); }

.btn-reset {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

/*
 * Normal sized buttons
 */
.btn-primary, .btn-primary-small, .gform_button, .gform_page_footer .gform_next_button,
.gform_page_footer .gform_previous_button,
.gform_page_footer .gform_button {
  background-color: #bd1ba2; }
  .btn-primary:hover, .btn-primary-small:hover, .gform_button:hover, .gform_page_footer .gform_next_button:hover,
  .gform_page_footer .gform_previous_button:hover, .btn-primary:focus, .btn-primary-small:focus, .gform_button:focus, .gform_page_footer .gform_next_button:focus,
  .gform_page_footer .gform_previous_button:focus {
    background-color: #90157c; }

.btn-accent-1, .btn-accent-1-small, .gform_fileupload_multifile .gform_drop_area .gform_button_select_files {
  background-color: #4edce9; }
  .btn-accent-1:hover, .btn-accent-1-small:hover, .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:hover, .btn-accent-1:focus, .btn-accent-1-small:focus, .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:focus {
    background-color: #21d3e3; }

.btn-accent-2, .btn-accent-2-small {
  background-color: #141c24; }
  .btn-accent-2:hover, .btn-accent-2-small:hover, .btn-accent-2:focus, .btn-accent-2-small:focus {
    background-color: #020303; }

.btn-accent-3, .btn-accent-3-small {
  background-color: #e28b38; }
  .btn-accent-3:hover, .btn-accent-3-small:hover, .btn-accent-3:focus, .btn-accent-3-small:focus {
    background-color: #ca711d; }

.btn-accent-4, .btn-accent-4-small {
  background-color: #4ce1aa; }
  .btn-accent-4:hover, .btn-accent-4-small:hover, .btn-accent-4:focus, .btn-accent-4-small:focus {
    background-color: #24d694; }

.btn-white, .btn-white-small {
  background-color: #fff;
  color: #1e2f43; }
  .btn-white:hover, .btn-white-small:hover, .btn-white:focus, .btn-white-small:focus {
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff; }

.btn-white-ghost, .btn-white-ghost-small {
  border: 1px solid #fff;
  color: #fff; }
  .btn-white-ghost:hover, .btn-white-ghost-small:hover, .btn-white-ghost:focus, .btn-white-ghost-small:focus {
    background-color: #fff;
    color: #1e2f43; }

/*
 * List of buttons used to create small button selector.
 * If you add a new button above add it to this list to create a small button
 */
/*
 * Small buttons
 * All buttons in the above list will be give a selector with -small appended. Example .btn-primary-small
 */
.btn-primary-small {
  min-width: initial;
  padding: .75rem 2rem; }

.btn-accent-1-small {
  min-width: initial;
  padding: .75rem 2rem; }

.btn-accent-2-small {
  min-width: initial;
  padding: .75rem 2rem; }

.btn-accent-3-small {
  min-width: initial;
  padding: .75rem 2rem; }

.btn-accent-4-small {
  min-width: initial;
  padding: .75rem 2rem; }

.btn-white-small {
  min-width: initial;
  padding: .75rem 2rem; }

.btn-white-ghost-small {
  min-width: initial;
  padding: .75rem 2rem; }

/*
 * Or use normal size selector in conjunction with .btn-small
 */
.btn-small {
  padding: .75rem 2rem; }

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

.alignleft {
  display: block;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .alignleft {
      display: inline;
      float: left;
      margin: 0 1rem 0 0; } }

.alignright {
  display: block;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .alignright {
      display: inline;
      float: right;
      margin: 0 0 0 1rem; } }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *	IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  background: #9d3f8b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #9d3f8b), color-stop(49%, #333278));
  background: -o-linear-gradient(top, #9d3f8b 47%, #333278 49%);
  background: linear-gradient(180deg, #9d3f8b 47%, #333278 49%); }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 2.5rem; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *	controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *	`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.noty-error, .gfield_creditcard_warning_message, .noty-success, .noty-info, .noty-warning {
  border-radius: 4px;
  margin: 1rem 0;
  padding: 1rem 1.25rem;
  width: 100%; }
  @media (min-width: 992px) {
    .noty-error, .gfield_creditcard_warning_message, .noty-success, .noty-info, .noty-warning {
      -webkit-box-shadow: 0 2px 4px rgba(30, 47, 67, 0.15);
              box-shadow: 0 2px 4px rgba(30, 47, 67, 0.15);
      margin: 1.25rem 0; } }
  @media (min-width: 992px) {
    .noty-error::before, .gfield_creditcard_warning_message::before, .noty-success::before, .noty-info::before, .noty-warning::before {
      display: inline-block;
      margin-right: 1.25rem;
      vertical-align: middle; } }
  .noty-error span, .gfield_creditcard_warning_message span, .noty-success span, .noty-info span, .noty-warning span {
    display: inline-block;
    vertical-align: middle; }

.noty-error, .gfield_creditcard_warning_message, .noty-success, .noty-info, .noty-warning, .noty-error span, .gfield_creditcard_warning_message span, .noty-success span, .noty-info span, .noty-warning span {
  color: #fff;
  font-family: "Poppins-Black";
  font-size: .75rem;
  text-transform: uppercase; }

.noty-error, .gfield_creditcard_warning_message {
  background-color: #dc3545; }
  @media (min-width: 992px) {
    .noty-error::before, .gfield_creditcard_warning_message::before {
      content: url("../img/notifications/error-icon.svg"); } }

.noty-success {
  background-color: #28a745;
  padding: 17.5px 1.25rem; }
  @media (min-width: 992px) {
    .noty-success::before {
      content: url("../img/notifications/success-icon.svg"); } }

.noty-info {
  background-color: #17a2b8; }
  @media (min-width: 992px) {
    .noty-info::before {
      content: url("../img/notifications/info-icon.svg"); } }

.noty-warning {
  background-color: #ffc107;
  padding: 15.5px 1.25rem; }
  @media (min-width: 992px) {
    .noty-warning::before {
      content: url("../img/notifications/warning-icon.svg"); } }

.position-0-0 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 0%;
     object-position: 0% 0%; }

.position-0-25 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 25%;
     object-position: 0% 25%; }

.position-0-50 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 50%;
     object-position: 0% 50%; }

.position-0-75 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 75%;
     object-position: 0% 75%; }

.position-0-100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 100%;
     object-position: 0% 100%; }

.position-25-0 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 0%;
     object-position: 25% 0%; }

.position-25-25 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 25%;
     object-position: 25% 25%; }

.position-25-50 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 50%;
     object-position: 25% 50%; }

.position-25-75 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 75%;
     object-position: 25% 75%; }

.position-25-100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 100%;
     object-position: 25% 100%; }

.position-50-0 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%; }

.position-50-25 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%; }

.position-50-50 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%; }

.position-50-75 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 75%;
     object-position: 50% 75%; }

.position-50-100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%; }

.position-75-0 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 0%;
     object-position: 75% 0%; }

.position-75-25 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 25%;
     object-position: 75% 25%; }

.position-75-50 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 50%;
     object-position: 75% 50%; }

.position-75-75 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 75%;
     object-position: 75% 75%; }

.position-75-100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 100%;
     object-position: 75% 100%; }

.position-100-0 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 0%;
     object-position: 100% 0%; }

.position-100-25 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 25%;
     object-position: 100% 25%; }

.position-100-50 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 50%;
     object-position: 100% 50%; }

.position-100-75 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 75%;
     object-position: 100% 75%; }

.position-100-100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 100%;
     object-position: 100% 100%; }

table:not(.gfield_list) {
  width: 100%;
  border-collapse: collapse;
  border-radius: 3px;
  overflow: hidden; }
  table:not(.gfield_list) thead th {
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px; }
  table:not(.gfield_list) th,
  table:not(.gfield_list) td {
    line-height: 1.3;
    padding: 1.25rem; }
  table:not(.gfield_list) tbody tr:hover, table:not(.gfield_list) tbody tr:active, table:not(.gfield_list) tbody tr:focus {
    background-color: rgba(30, 47, 67, 0.1) !important; }
  table:not(.gfield_list) tbody tr:nth-child(2n) {
    background-color: rgba(30, 47, 67, 0.05); }

html {
  font-size: 16px; }

body {
  font-family: "Poppins-Bold";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p,
ol,
ul {
  margin-top: 0;
  font-family: "Poppins-Bold";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: white;
  margin-bottom: 1.875rem; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins-Black";
  margin-top: 0;
  color: white;
  line-height: inherit;
  margin-bottom: .690909091em; }
  @media (min-width: 992px) {
    h1,
    h2,
    h3,
    h4,
    h5 {
      margin-bottom: .789473684em; } }

h1 {
  font-size: 2.5rem; }
  @media (min-width: 992px) {
    h1 {
      font-size: 4.5rem;
      line-height: 5.5rem; } }

h2 {
  font-size: 1.5rem; }
  @media (min-width: 992px) {
    h2 {
      font-size: 2.5rem;
      line-height: 3rem; } }

h3 {
  font-size: 1.125rem; }
  @media (min-width: 992px) {
    h3 {
      font-size: 1.5rem; } }

h4 {
  font-size: 1rem; }
  @media (min-width: 992px) {
    h4 {
      font-size: 1.125rem; } }

h5, h6 {
  font-size: 1rem; }

button {
  cursor: pointer; }

a:not([class]),
a[class=""] {
  text-decoration: none;
  color: #bd1ba2;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s; }
  a:not([class]):hover, a:not([class]):active, a:not([class]):focus,
  a[class=""]:hover,
  a[class=""]:active,
  a[class=""]:focus {
    color: #90157c; }

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

.flush p:first-child,
.flush ol:first-child,
.flush ul:first-child,
.flush h1:first-child,
.flush h2:first-child,
.flush h3:first-child,
.flush h4:first-child,
.flush h5:first-child {
  margin-top: 0; }

.flush p:last-child,
.flush ol:last-child,
.flush ul:last-child,
.flush h1:last-child,
.flush h2:last-child,
.flush h3:last-child,
.flush h4:last-child,
.flush h5:last-child {
  margin-bottom: 0; }

.no-scroll {
  overflow: hidden !important; }

.padded {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 750px) {
    .padded {
      padding-left: 0;
      padding-right: 0; } }

/*
 * Component styles
 */
.flex-col .flex-col-item {
  margin-bottom: 1.25rem; }
  @media (max-width: 991.98px) {
    .flex-col .flex-col-item:last-child {
      margin-bottom: 0; } }

@media (min-width: 750px) {
  .flex-col-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .flex-col-2 .flex-col-item {
      width: calc(50% - 1.25rem);
      margin-right: 2.5rem;
      margin-bottom: 2.5rem; }
      .flex-col-2 .flex-col-item:nth-child(2n) {
        margin-right: 0; } }

@media (min-width: 992px) {
  .flex-col-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .flex-col-3 .flex-col-item {
      width: calc(33.333333% - 26.666666667px);
      margin-right: 2.5rem;
      margin-bottom: 2.5rem; }
      .flex-col-3 .flex-col-item:nth-child(2n) {
        margin-right: 2.5rem; }
      .flex-col-3 .flex-col-item:nth-child(3n) {
        margin-right: 0; } }

.page-banner {
  padding: 100px 2.5rem; }
  @media (min-width: 992px) {
    .page-banner {
      padding: 220px 0; } }

.page-banner-content {
  text-align: center; }

.page-banner-title {
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 1.152777778;
  color: #fff; }
  @media (min-width: 992px) {
    .page-banner-title {
      font-size: 4.5rem; } }

.page-banner-subtitle {
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: #fff; }

.cover {
  position: relative; }
  .cover::after {
    background: #a24088;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(162, 64, 136, 0)), color-stop(13%, #a24088), color-stop(86%, #29204e), to(rgba(41, 32, 78, 0)));
    background: -o-linear-gradient(top, rgba(162, 64, 136, 0) 0%, #a24088 13%, #29204e 86%, rgba(41, 32, 78, 0) 100%);
    background: linear-gradient(180deg, rgba(162, 64, 136, 0) 0%, #a24088 13%, #29204e 86%, rgba(41, 32, 78, 0) 100%);
    opacity: 0.6;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s; }

.cover-content {
  position: relative;
  z-index: +15; }

.cover-image {
  position: absolute;
  z-index: +5;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

.modal[aria-hidden='true'] {
  opacity: 0;
  pointer-events: none; }

.modal {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.modal-backdrop {
  position: absolute;
  z-index: +10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(30, 47, 67, 0.9); }

.modal-dialog {
  position: relative;
  z-index: +15;
  max-width: 900px;
  width: 90vw; }
  .modal-dialog a {
    color: #6ead8e; }
    .modal-dialog a:hover, .modal-dialog a:active, .modal-dialog a:focus {
      color: #549475; }

.modal-header {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: +5; }

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

.post-card {
  display: block;
  text-decoration: none;
  background-color: #fff; }

.post-card-image {
  position: relative;
  height: 80vw;
  min-height: 22rem;
  max-height: 310px; }
  .post-card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.post-card-content {
  padding: 2rem 1.25rem; }

.post-card-title {
  font-size: 2rem;
  margin-bottom: 1.25rem; }

@media (min-width: 992px) {
  .post-card-featured {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .post-card-featured .post-card-image,
    .post-card-featured .post-card-content {
      width: 100%; }
    .post-card-featured .post-card-image {
      height: auto;
      max-height: none; }
    .post-card-featured .post-card-content {
      padding: 3.75rem; }
    .post-card-featured .post-card-title {
      font-size: 2.25rem; } }

.social-share {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .social-share li {
    position: relative;
    margin-right: 1.25rem; }
    .social-share li:last-child {
      margin-right: 0; }
    .social-share li a, .social-share li button {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 2rem;
      height: 2rem;
      background-color: rgba(30, 47, 67, 0.6);
      border-radius: 100%;
      border: none;
      -webkit-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      transition: background-color 0.2s;
      padding: 0; }
      .social-share li a:hover, .social-share li a:active, .social-share li a:focus, .social-share li button:hover, .social-share li button:active, .social-share li button:focus {
        background-color: #1e2f43; }

.social-share-tooltip {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(100% + .3rem);
  white-space: nowrap;
  background-color: #1e2f43;
  padding: .3rem 8px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .social-share-tooltip.is-open {
    opacity: 1; }
  .social-share-tooltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px .3rem;
    border-color: transparent transparent transparent #1e2f43;
    right: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

/*
 * Layout styles
 */
body:before {
  display: none;
  content: "mobile"; }
  @media (min-width: 992px) {
    body:before {
      content: "desktop"; } }

@media (max-width: 991px) {
  body.site-nav-is-open {
    overflow: hidden; } }

body:not(.transparent-header) {
  padding-top: 111px; }

.site-header {
  position: fixed;
  z-index: 1000;
  -webkit-transform: translate3d(0, 0, 200px);
          transform: translate3d(0, 0, 200px);
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 1rem;
  background-color: #141c24;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  @media (min-width: 992px) {
    .site-header {
      padding: 1.5rem 3rem; } }

.site-branding {
  max-height: 70px; }
  .site-branding a {
    display: block; }
    .site-branding a img {
      max-height: 50px;
      display: block; }

.site-nav {
  display: block;
  height: auto;
  margin: 0;
  margin-left: 10%;
  padding: 0; }
  .site-nav a {
    text-decoration: none; }

.site-nav-toggle {
  position: relative;
  z-index: +10;
  border: none;
  background-color: transparent;
  width: 2rem;
  padding: 0.75rem;
  height: 1.25rem;
  border-radius: 100%;
  display: none; }
  @media (min-width: 992px) {
    .site-nav-toggle {
      display: none; } }

.site-nav-toggle-bar {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #1e2f43;
  left: 0; }

.site-nav-toggle-bar-top {
  top: 0; }

.site-nav-toggle-bar-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.site-nav-toggle-bar-bottom {
  bottom: 0; }

@media (max-width: 991px) {
  .site-nav-wrap {
    overflow: scroll;
    -webkit-overflow-scrolling: touch; } }

.site-nav-menu {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  @media (max-width: 991px) {
    .site-nav-menu > li {
      margin: 0;
      padding: 1rem 0;
      border-bottom: 1px solid rgba(30, 47, 67, 0.05); }
      .site-nav-menu > li:last-child {
        border-bottom: none; }
      .site-nav-menu > li > a {
        display: block;
        font-size: 0.75rem;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 4.92px;
        padding: 1rem 0;
        color: #1e2f43; }
        .site-nav-menu > li > a.site-nav-menu-dropdown {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          .site-nav-menu > li > a.site-nav-menu-dropdown svg {
            -webkit-transition: -webkit-transform 0.25s;
            transition: -webkit-transform 0.25s;
            -o-transition: transform 0.25s;
            transition: transform 0.25s;
            transition: transform 0.25s, -webkit-transform 0.25s; }
          .site-nav-menu > li > a.site-nav-menu-dropdown[aria-expanded="true"] svg {
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
      .site-nav-menu > li > ul {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0; }
        .site-nav-menu > li > ul > li {
          margin: 0;
          padding: 0; }
          .site-nav-menu > li > ul > li > a {
            display: block;
            font-size: 0.75rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 4.92px;
            padding: 0.3rem 1rem;
            color: #1e2f43; } }
  @media (min-width: 992px) {
    .site-nav-menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      list-style-type: none; }
      .site-nav-menu > li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        z-index: +5;
        margin: 0;
        padding: 0; }
        .site-nav-menu > li > a {
          display: block;
          color: #5c646e;
          font-size: 0.75rem;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1.3px;
          padding: 0.75rem 1.5rem;
          -webkit-transition: color 0.2s;
          -o-transition: color 0.2s;
          transition: color 0.2s; }
          .site-nav-menu > li > a svg {
            display: none; }
        .site-nav-menu > li > ul {
          position: absolute;
          z-index: +10;
          top: 100%;
          -webkit-transform: translateY(50px) translateX(-50%);
              -ms-transform: translateY(50px) translateX(-50%);
                  transform: translateY(50px) translateX(-50%);
          left: 50%;
          width: 220px;
          background-color: #fff;
          margin: 0;
          padding: 1.25rem 2rem;
          list-style-type: none;
          border-radius: 4px;
          -webkit-box-shadow: 0 0 1rem rgba(30, 47, 67, 0.15);
                  box-shadow: 0 0 1rem rgba(30, 47, 67, 0.15);
          -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
          transition: opacity 0.25s, -webkit-transform 0.25s;
          -o-transition: transform 0.25s, opacity 0.25s;
          transition: transform 0.25s, opacity 0.25s;
          transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
          opacity: 0;
          pointer-events: none; }
          .site-nav-menu > li > ul.is-open {
            -webkit-transform: translateY(0px) translateX(-50%);
                -ms-transform: translateY(0px) translateX(-50%);
                    transform: translateY(0px) translateX(-50%);
            opacity: 1;
            pointer-events: auto; }
          .site-nav-menu > li > ul:before {
            position: absolute;
            content: "▲";
            width: 2rem;
            text-align: center;
            height: 0.75rem;
            -webkit-transform: scaleX(2);
                -ms-transform: scaleX(2);
                    transform: scaleX(2);
            text-shadow: 0 -5px 0.75rem rgba(30, 47, 67, 0.1);
            color: #fff;
            top: -1rem;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto; }
          .site-nav-menu > li > ul > li {
            display: block; }
            .site-nav-menu > li > ul > li > a {
              display: block;
              color: rgba(30, 47, 67, 0.6);
              font-size: 0.75rem;
              font-weight: 500;
              text-transform: uppercase;
              letter-spacing: 1px;
              padding: 0.75rem 0; } }

@media (min-width: 992px) {
  .site-nav-menu > li > a {
    color: #fff; } }

@media (max-width: 991px) {
  .nav-overlay .site-nav-wrap {
    position: fixed;
    z-index: +5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1e2f43;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s; } }

.nav-overlay.site-nav-is-open .site-nav-wrap {
  opacity: 1;
  pointer-events: auto; }

.nav-offcanvas .site-header,
.nav-offcanvas .site-content,
.nav-offcanvas .site-footer,
.nav-offcanvas .site-attribution {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
  @media (max-width: 991px) {
    .site-nav-is-open .nav-offcanvas .site-header, .site-nav-is-open
    .nav-offcanvas .site-content, .site-nav-is-open
    .nav-offcanvas .site-footer, .site-nav-is-open
    .nav-offcanvas .site-attribution {
      -webkit-transform: translateX(-320px);
          -ms-transform: translateX(-320px);
              transform: translateX(-320px); } }
  @media (max-width: 385px) {
    .site-nav-is-open .nav-offcanvas .site-header, .site-nav-is-open
    .nav-offcanvas .site-content, .site-nav-is-open
    .nav-offcanvas .site-footer, .site-nav-is-open
    .nav-offcanvas .site-attribution {
      -webkit-transform: translateX(calc(-100vw + 65px));
          -ms-transform: translateX(calc(-100vw + 65px));
              transform: translateX(calc(-100vw + 65px)); } }

.nav-offcanvas .site-header {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

@media (max-width: 991px) {
  .nav-offcanvas .site-nav-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 320px;
    background: #fff;
    -webkit-transform: translateX(320px);
        -ms-transform: translateX(320px);
            transform: translateX(320px);
    height: 100vh;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; } }

@media (max-width: 385px) {
  .nav-offcanvas .site-nav-wrap {
    width: calc(100vw - 65px);
    -webkit-transform: translateX(calc(100vw - 65px));
        -ms-transform: translateX(calc(100vw - 65px));
            transform: translateX(calc(100vw - 65px)); } }

.nav-offcanvas.site-nav-is-open .site-nav-toggle-bar-top {
  -webkit-transform: rotate(45deg) translateY(8px);
      -ms-transform: rotate(45deg) translateY(8px);
          transform: rotate(45deg) translateY(8px); }

.nav-offcanvas.site-nav-is-open .site-nav-toggle-bar-middle {
  -webkit-transform: rotate(-45deg) translateY(-8px);
      -ms-transform: rotate(-45deg) translateY(-8px);
          transform: rotate(-45deg) translateY(-8px); }

.nav-offcanvas.site-nav-is-open .site-nav-toggle-bar-bottom {
  display: none; }

.nav-offcanvas.site-nav-is-open .site-nav-toggle-bar {
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }

@media (max-width: 991px) {
  .nav-offcanvas.site-nav-is-open .site-header,
  .nav-offcanvas.site-nav-is-open .site-content,
  .nav-offcanvas.site-nav-is-open .site-footer,
  .nav-offcanvas.site-nav-is-open .site-attribution {
    -webkit-transform: translateX(-320px);
        -ms-transform: translateX(-320px);
            transform: translateX(-320px); } }

@media (max-width: 385px) {
  .nav-offcanvas.site-nav-is-open .site-header,
  .nav-offcanvas.site-nav-is-open .site-content,
  .nav-offcanvas.site-nav-is-open .site-footer,
  .nav-offcanvas.site-nav-is-open .site-attribution {
    -webkit-transform: translateX(calc(-100vw + 65px));
        -ms-transform: translateX(calc(-100vw + 65px));
            transform: translateX(calc(-100vw + 65px)); } }

.site-footer {
  padding: 3.75rem;
  background-color: #1e2f43;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-transform: translate3d(0, 0, 10000px);
          transform: translate3d(0, 0, 10000px); }
  @media (min-width: 992px) {
    .site-footer {
      padding: 2rem 5rem; } }
  @media (min-width: 992px) {
    .site-footer .flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .site-footer .footer-item {
    margin-bottom: 2rem;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; }
    .site-footer .footer-item:last-child {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .site-footer .footer-item {
        margin-bottom: 0;
        text-align: left; } }
    .site-footer .footer-item a {
      color: #e28b38;
      text-decoration: underline; }
    .site-footer .footer-item h4 {
      color: #e28b38;
      margin-bottom: .75rem;
      font-family: "Poppins-Bold"; }
    .site-footer .footer-item ul {
      margin: 0 0;
      padding: 0 0; }
      .site-footer .footer-item ul li {
        list-style: none;
        margin: 0 0;
        padding: 0 0; }
    .site-footer .footer-item p {
      color: #fff;
      font-size: 0.8rem;
      font-family: "Poppins-Regular"; }
      .site-footer .footer-item p:last-child {
        margin-bottom: 0; }
      .site-footer .footer-item p a {
        color: rgba(255, 255, 255, 0.6); }
        .site-footer .footer-item p a:hover, .site-footer .footer-item p a:active, .site-footer .footer-item p a:focus {
          color: #fff; }

.footer-social-links {
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-height: 50%; }
  .footer-social-links li {
    -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
            transform: scale(0.65);
    margin-right: .5rem;
    list-style: none; }
    .footer-social-links li:last-child {
      margin-right: 0; }
    .footer-social-links li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 2.5rem;
      height: 2.5rem;
      border: 2px solid #fff;
      border-radius: 100%;
      -webkit-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      transition: background-color 0.2s; }
      .footer-social-links li a path {
        -webkit-transition: fill 0.2;
        -o-transition: fill 0.2;
        transition: fill 0.2; }
      .footer-social-links li a:hover, .footer-social-links li a:active, .footer-social-links li a:focus {
        background-color: #fff; }
        .footer-social-links li a:hover path, .footer-social-links li a:active path, .footer-social-links li a:focus path {
          fill: #1e2f43; }

.site-attribution {
  padding: 2rem 0;
  background-color: #1e2f43;
  text-align: center; }
  @media (min-width: 992px) {
    .site-attribution .flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .site-attribution .site-identifier {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .site-attribution .site-identifier span {
      padding-right: 5px; }
    .site-attribution .site-identifier a {
      font-weight: 300;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in; }
      .site-attribution .site-identifier a:hover {
        opacity: .75; }
    .site-attribution .site-identifier svg {
      width: 37px;
      height: 22px;
      margin-top: -5px;
      margin-left: 5px; }
      .site-attribution .site-identifier svg path {
        fill: #fff; }
  .site-attribution p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem; }
    .site-attribution p:last-child {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .site-attribution p {
        margin-bottom: 0; } }
    .site-attribution p a {
      color: rgba(255, 255, 255, 0.6); }
      .site-attribution p a:hover, .site-attribution p a:active, .site-attribution p a:focus {
        color: #fff; }

.post-list-featured {
  padding-top: 2rem; }
  @media (min-width: 992px) {
    .post-list-featured {
      padding-top: 3.75rem; } }

.post-list-header {
  padding: 2rem 0; }
  @media (min-width: 750px) {
    .post-list-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.post-list-filter {
  position: relative;
  width: 100%;
  min-width: 4.5rem; }
  @media (min-width: 750px) {
    .post-list-filter {
      width: auto; } }
  .post-list-filter.open .post-list-filter-dropdown {
    opacity: 1;
    pointer-events: auto; }

.post-list-filter-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  background-color: transparent;
  border: 2px solid rgba(30, 47, 67, 0.05); }
  .post-list-filter-toggle svg {
    display: block;
    margin-left: .75rem; }

.post-list-filter-dropdown {
  position: absolute;
  z-index: +10;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  margin: 0;
  padding: .75rem 0;
  list-style: none;
  pointer-events: none;
  background-color: #fff;
  border: 2px solid rgba(30, 47, 67, 0.05);
  border-top: none;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s; }
  .post-list-filter-dropdown li a {
    display: block;
    padding: .75rem 1.25rem;
    text-decoration: none; }
    .post-list-filter-dropdown li a:hover, .post-list-filter-dropdown li a:active, .post-list-filter-dropdown li a:focus {
      background-color: rgba(30, 47, 67, 0.05); }

.post-list-content {
  padding-bottom: 2.5rem; }
  @media (min-width: 750px) {
    .post-list-content {
      padding-bottom: .75rem; } }
  .post-list-content .post-card {
    margin-bottom: 1.25rem; }
    @media (min-width: 750px) {
      .post-list-content .post-card {
        margin-bottom: 2.5rem; } }

.post-list-footer {
  text-align: center; }
  .post-list-footer .btn-primary, .post-list-footer .btn-primary-small, .post-list-footer .gform_button, .post-list-footer .gform_page_footer .gform_next_button, .gform_page_footer .post-list-footer .gform_next_button,
  .post-list-footer .gform_page_footer .gform_previous_button, .gform_page_footer .post-list-footer .gform_previous_button {
    margin: 2rem 0;
    margin-bottom: 3.75rem; }
    @media (min-width: 992px) {
      .post-list-footer .btn-primary, .post-list-footer .btn-primary-small, .post-list-footer .gform_button, .post-list-footer .gform_page_footer .gform_next_button, .gform_page_footer .post-list-footer .gform_next_button,
      .post-list-footer .gform_page_footer .gform_previous_button, .gform_page_footer .post-list-footer .gform_previous_button {
        margin-bottom: 5.5rem; } }

.post-detail {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  padding: 3.75rem 0; }
  @media (min-width: 992px) {
    .post-detail {
      padding: 7.5rem 0; } }

.post-detail-header {
  padding-bottom: 2.5rem; }
  @media (min-width: 992px) {
    .post-detail-header {
      padding-bottom: 3.75rem; } }
  .post-detail-header p {
    margin-bottom: 0; }
  .post-detail-header h1 {
    margin-bottom: 0; }

.post-detail-footer {
  margin-top: 2rem;
  text-align: center; }
  @media (min-width: 992px) {
    .post-detail-footer .flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .post-detail-footer h3 {
    font-size: 1.25rem;
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
      .post-detail-footer h3 {
        margin-bottom: 0; } }

.post-detail-related {
  background-color: rgba(30, 47, 67, 0.05);
  padding: 3.75rem 0 2.5rem; }
  @media (min-width: 992px) {
    .post-detail-related {
      padding: 7.5rem 0 5rem; } }

.post-detail-related-header {
  text-align: center; }
  .post-detail-related-header h2 {
    font-size: 2rem;
    margin-bottom: 2.5rem; }
    @media (min-width: 992px) {
      .post-detail-related-header h2 {
        font-size: 3rem; } }

/*
* Modules
*/
.module-50-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media (min-width: 992px) {
    .module-50-50 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .module-50-50 .module-part-content {
    padding: 3rem 35px; }
    @media (min-width: 992px) {
      .module-50-50 .module-part-content {
        padding: 5.5rem;
        width: 50%; } }
  .module-50-50 .module-part-content-wrap {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto; }
  .module-50-50 .module-part-title {
    margin-bottom: 1.25rem; }
    @media (min-width: 992px) {
      .module-50-50 .module-part-title {
        margin-bottom: 2.5rem; } }
  .module-50-50 .module-part-image {
    position: relative;
    margin: 1.25rem;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .module-50-50 .module-part-image {
        width: 50%;
        margin: 0; } }
    .module-50-50 .module-part-image img {
      display: block;
      width: 100%;
      max-height: 400px; }
      @media (min-width: 992px) {
        .module-50-50 .module-part-image img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          max-height: none; } }
  @media (min-width: 992px) {
    .module-50-50.module-setting-image-side-left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  .module-50-50.module-setting-bg-dark * {
    color: #fff; }
  .module-50-50 h1, .module-50-50 h2, .module-50-50 h3, .module-50-50 h4, .module-50-50 h5, .module-50-50 h6 {
    line-height: 1.319444444;
    margin-bottom: 1.25rem; }

.module-accordion {
  padding: 3.75rem 0; }
  @media (min-width: 992px) {
    .module-accordion {
      padding: 5.5rem 0; } }
  .module-accordion .module-part-content {
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem; }
    @media (min-width: 992px) {
      .module-accordion .module-part-content {
        margin-bottom: 2.5rem; } }
  .module-accordion.module-setting-bg-dark * {
    color: #fff; }
  .module-accordion.module-setting-bg-dark .accordion__header {
    border-color: rgba(255, 255, 255, 0.05); }
    .module-accordion.module-setting-bg-dark .accordion__header path {
      fill: #fff; }
    .module-accordion.module-setting-bg-dark .accordion__header:hover, .module-accordion.module-setting-bg-dark .accordion__header:active, .module-accordion.module-setting-bg-dark .accordion__header:focus {
      color: #fff;
      outline: none; }

.accordion {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto; }

.accordion__header {
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #1e2f43;
  font-size: 1.125rem;
  font-weight: 900;
  text-align: left;
  padding: 1.25rem 0;
  border: none;
  padding-right: 3.75rem;
  border-top: 3px solid rgba(30, 47, 67, 0.05);
  cursor: pointer; }
  .accordion__header:first-child {
    border-top: 0; }
  .accordion__header:hover, .accordion__header:active, .accordion__header:focus {
    color: #bd1ba2;
    outline: none; }
  .accordion__header svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: .3rem;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s; }
  .accordion__header[aria-expanded='true'] svg {
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); }

.accordion__panel {
  padding: 1.25rem; }

.module-banner-image {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  padding: 100px 1.25rem 3rem;
  position: relative; }
  @media (min-width: 992px) {
    .module-banner-image {
      padding: 150px 3rem 3rem; } }
  .module-banner-image.has-scroll-arrow {
    padding-bottom: 75px; }
  .module-banner-image .banner-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .module-banner-image .banner-content {
    max-width: 700px;
    z-index: 10; }
    .module-banner-image .banner-content p,
    .module-banner-image .banner-content h1,
    .module-banner-image .banner-content h2,
    .module-banner-image .banner-content h3,
    .module-banner-image .banner-content h4,
    .module-banner-image .banner-content h5,
    .module-banner-image .banner-content h6 {
      color: #fff; }
      .module-banner-image .banner-content p:first-child,
      .module-banner-image .banner-content h1:first-child,
      .module-banner-image .banner-content h2:first-child,
      .module-banner-image .banner-content h3:first-child,
      .module-banner-image .banner-content h4:first-child,
      .module-banner-image .banner-content h5:first-child,
      .module-banner-image .banner-content h6:first-child {
        margin-top: 0; }
      .module-banner-image .banner-content p:last-child,
      .module-banner-image .banner-content h1:last-child,
      .module-banner-image .banner-content h2:last-child,
      .module-banner-image .banner-content h3:last-child,
      .module-banner-image .banner-content h4:last-child,
      .module-banner-image .banner-content h5:last-child,
      .module-banner-image .banner-content h6:last-child {
        margin-bottom: 0; }
  .module-banner-image .scroll {
    bottom: 1.25rem;
    position: absolute;
    text-decoration: none; }
    .module-banner-image .scroll:hover img {
      -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
              transform: translateY(-3px); }
    .module-banner-image .scroll span,
    .module-banner-image .scroll img {
      display: block;
      margin: 0 auto; }
    .module-banner-image .scroll span {
      color: #4edce9;
      font-family: "Poppins-Black"; }
    .module-banner-image .scroll img {
      margin-top: .75rem;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }

.module-cta-grid {
  padding: 1.25rem;
  padding-bottom: 0; }
  .module-cta-grid .ctas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .module-cta-grid .ctas {
        max-width: none;
        margin-left: 0;
        margin-right: 0; } }
  .module-cta-grid .cta {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 22.5rem;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1.25rem; }
    @media (min-width: 1200px) {
      .module-cta-grid .cta {
        min-height: 320px; } }
    @media (min-width: 992px) {
      .module-cta-grid .cta:nth-child(3n+1) {
        margin-right: .75rem;
        width: calc(33.333333% - .75rem); } }
    @media (min-width: 992px) {
      .module-cta-grid .cta:nth-child(3n+2) {
        margin-left: .75rem;
        margin-right: .75rem;
        width: calc(33.333333% - 1.5rem); } }
    @media (min-width: 992px) {
      .module-cta-grid .cta:nth-child(3n+3) {
        margin-left: .75rem;
        width: calc(33.333333% - .75rem); } }
    .module-cta-grid .cta .cta-wrap {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .module-cta-grid .cta .cta-image {
      height: 100%;
      left: 0;
      position: absolute;
      width: 100%; }
    .module-cta-grid .cta .cta-content {
      width: 100%;
      padding: 1.25rem; }
      @media (min-width: 992px) {
        .module-cta-grid .cta .cta-content {
          padding: 2.5rem; } }
    .module-cta-grid .cta .cta-title {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 1.25rem;
      line-height: 1.346153846;
      color: #fff; }
    .module-cta-grid .cta .cta-description {
      color: #fff; }

.module-featured-3-col {
  padding: 3.75rem 0 1.25rem; }
  @media (min-width: 992px) {
    .module-featured-3-col {
      padding: 5.5rem 0 3rem; } }
  .module-featured-3-col.module-setting-bg-dark * {
    color: #fff; }
  .module-featured-3-col .columns {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .module-featured-3-col .columns {
        max-width: none;
        margin-left: 0;
        margin-right: 0; } }
  .module-featured-3-col .column-content {
    width: 100%;
    padding: 2rem 0;
    text-align: center; }
  .module-featured-3-col .column-image {
    display: block;
    width: 100%;
    height: 220px; }
  .module-featured-3-col .column-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.25rem; }

.module-full-width-cta {
  padding: 3.75rem 0; }
  @media (min-width: 992px) {
    .module-full-width-cta {
      padding: 7.5rem 0; } }
  .module-full-width-cta .content-wrap {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto; }
    .module-full-width-cta .content-wrap *:not([class|="btn"]) {
      color: #fff; }
  .module-full-width-cta .module-part-content {
    text-align: center; }
  .module-full-width-cta .module-part-content-wrap {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto; }
    .module-full-width-cta .module-part-content-wrap p {
      color: #fff; }
      .module-full-width-cta .module-part-content-wrap p:last-child {
        margin-bottom: 2.5rem; }
  .module-full-width-cta .module-part-title {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin-bottom: 1rem; }
    @media (min-width: 1200px) {
      .module-full-width-cta .module-part-title {
        font-size: 4.5rem; } }

.module-gallery {
  padding: 3.75rem 0 2.25rem; }
  @media (min-width: 992px) {
    .module-gallery {
      padding: 5.5rem 0 66px; } }
  .module-gallery .module-part-heading {
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 1.25rem; }
    @media (min-width: 992px) {
      .module-gallery .module-part-heading {
        margin-bottom: 2.5rem; } }
  .module-gallery .module-part-content {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    text-align: center; }
  .module-gallery .gallery-image {
    background-color: #1e2f43;
    position: relative; }
    .module-gallery .gallery-image a {
      display: block; }
      .module-gallery .gallery-image a img {
        display: block;
        -webkit-transition: opacity 0.25s;
        -o-transition: opacity 0.25s;
        transition: opacity 0.25s; }
      .module-gallery .gallery-image a:after {
        content: "";
        position: absolute;
        z-index: +3;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(30, 47, 67, 0.3);
        opacity: 0;
        -webkit-transition: opacity 0.25s;
        -o-transition: opacity 0.25s;
        transition: opacity 0.25s; }
      .module-gallery .gallery-image a:before {
        content: "";
        position: absolute;
        z-index: +5;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 57px;
        height: 49px;
        background-image: url(../img/camera.svg);
        display: block;
        background-size: 57px 49px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: opacity 0.25s;
        -o-transition: opacity 0.25s;
        transition: opacity 0.25s; }
      .module-gallery .gallery-image a:hover:before, .module-gallery .gallery-image a:hover:after, .module-gallery .gallery-image a:active:before, .module-gallery .gallery-image a:active:after, .module-gallery .gallery-image a:focus:before, .module-gallery .gallery-image a:focus:after {
        opacity: 0.99; }
  .module-gallery.grid .gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .module-gallery.grid .gallery-image {
    width: calc(50% - 12px);
    padding-bottom: calc(50% - 12px);
    margin: 0;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem; }
    .module-gallery.grid .gallery-image:nth-child(2n) {
      margin-right: 0; }
    @media (min-width: 750px) {
      .module-gallery.grid .gallery-image {
        width: calc(33.3333333% - 1rem);
        padding-bottom: calc(33.3333333% - 1rem); }
        .module-gallery.grid .gallery-image:nth-child(2n) {
          margin-right: 1.5rem; }
        .module-gallery.grid .gallery-image:nth-child(3n) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .module-gallery.grid .gallery-image {
        width: calc(25% - 1.125rem);
        padding-bottom: calc(25% - 1.125rem); }
        .module-gallery.grid .gallery-image:nth-child(3n) {
          margin-right: 1.5rem; }
        .module-gallery.grid .gallery-image:nth-child(4n) {
          margin-right: 0; } }
    .module-gallery.grid .gallery-image img {
      display: block;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .module-gallery.masonry .grid-sizer {
    width: 50%; }
    @media (min-width: 992px) {
      .module-gallery.masonry .grid-sizer {
        width: 33.333333%; } }
  .module-gallery.masonry .gallery-image,
  .module-gallery.masonry .grid-sizer {
    margin: 0;
    padding: 0;
    width: calc(50% - 12px); }
    @media (min-width: 992px) {
      .module-gallery.masonry .gallery-image,
      .module-gallery.masonry .grid-sizer {
        width: calc(33.333333% - 1rem); } }
  .module-gallery.masonry .gallery-image {
    margin-bottom: 1.5rem; }

.module-google-map {
  height: 500px;
  width: 100%; }

.module-mini-slider {
  padding: 3rem 0;
  overflow: hidden; }
  @media (min-width: 992px) {
    .module-mini-slider {
      padding: 3.75rem 0; } }
  .module-mini-slider .slick-dotted.slick-slider {
    margin: 0; }
  .module-mini-slider .slick-list {
    overflow: visible; }
  .module-mini-slider .slides .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .module-mini-slider .slides .slick-dots {
    bottom: initial;
    margin-top: 35px;
    position: relative; }
    .module-mini-slider .slides .slick-dots li button::before {
      font-size: 1.125rem;
      opacity: 1;
      color: rgba(30, 47, 67, 0.1); }
    .module-mini-slider .slides .slick-dots li.slick-active button::before {
      color: #141c24; }
  .module-mini-slider .slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 12px;
    height: auto; }
    @media (min-width: 750px) {
      .module-mini-slider .slide {
        padding: 0 1.25rem; } }
    .module-mini-slider .slide.slick-center .slide-content {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      opacity: 1; }
  .module-mini-slider .slide-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%; }
  .module-mini-slider .slide-content {
    padding: 100px 1rem 3.75rem;
    -webkit-transform: scaleY(0.9);
        -ms-transform: scaleY(0.9);
            transform: scaleY(0.9);
    opacity: 0.6;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    width: 100%;
    -webkit-box-shadow: 0 0 1rem rgba(30, 47, 67, 0.15);
            box-shadow: 0 0 1rem rgba(30, 47, 67, 0.15); }
    @media (min-width: 750px) {
      .module-mini-slider .slide-content {
        -webkit-transform: scaleY(0.9);
            -ms-transform: scaleY(0.9);
                transform: scaleY(0.9);
        padding: 3.75rem;
        padding-top: 200px; } }
    .module-mini-slider .slide-content * {
      color: #fff; }
  .module-mini-slider .slide-text {
    max-width: 550px; }
  .module-mini-slider .slide-title {
    font-size: 2.5rem;
    max-width: 400px; }
  .module-mini-slider.module-setting-bg-dark .slick-dots li button::before {
    color: rgba(255, 255, 255, 0.1); }
  .module-mini-slider.module-setting-bg-dark .slick-dots li.slick-active button::before {
    color: #fff; }

.module-tabs {
  padding: 3.75rem 0; }
  @media (min-width: 992px) {
    .module-tabs {
      padding: 5.5rem 0; } }
  @media (min-width: 992px) {
    .module-tabs.module-setting-bg-dark .tabs-nav {
      border-color: rgba(255, 255, 255, 0.05); }
    .module-tabs.module-setting-bg-dark .tabs-nav .tabs-nav-item.active a {
      color: #fff; }
    .module-tabs.module-setting-bg-dark .tabs-nav .tabs-nav-item a {
      color: rgba(255, 255, 255, 0.4); }
    .module-tabs.module-setting-bg-dark .tabs-nav .tabs-nav-item.active {
      border-color: #fff; } }
  .module-tabs .module-part-content-wrap {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto; }
  .module-tabs .tabs-dropdown {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 1rem rgba(30, 47, 67, 0.15);
            box-shadow: 0 0 1rem rgba(30, 47, 67, 0.15); }
    @media (min-width: 992px) {
      .module-tabs .tabs-dropdown {
        -webkit-box-shadow: none;
                box-shadow: none; } }
    .module-tabs .tabs-dropdown.open .tabs-nav {
      display: block; }
    .module-tabs .tabs-dropdown.open .tabs-dropdown-toggle .chevron {
      -webkit-transform: translateY(-50%) rotate(180deg);
          -ms-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
  .module-tabs .tabs-dropdown-toggle {
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    padding: 1.25rem;
    position: relative;
    text-align: left;
    width: 100%; }
    @media (min-width: 992px) {
      .module-tabs .tabs-dropdown-toggle {
        display: none; } }
    .module-tabs .tabs-dropdown-toggle::after {
      content: 'mobile-navigation';
      display: none; }
      @media (min-width: 992px) {
        .module-tabs .tabs-dropdown-toggle::after {
          content: 'desktop-navigation'; } }
    .module-tabs .tabs-dropdown-toggle .active {
      font-family: "Poppins-Black";
      font-size: .75rem;
      text-transform: uppercase;
      color: #1e2f43; }
    .module-tabs .tabs-dropdown-toggle .chevron {
      position: absolute;
      right: 1.25rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
  .module-tabs .tabs-nav {
    border-radius: 0 0 4px 4px;
    display: none;
    list-style: none;
    margin: 0;
    padding: .75rem 0;
    background-color: #fff; }
    @media (min-width: 992px) {
      .module-tabs .tabs-nav {
        border-bottom: 3px solid rgba(30, 47, 67, 0.05);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        padding: 0;
        background-color: transparent; } }
    @media (min-width: 992px) {
      .module-tabs .tabs-nav .tabs-nav-item {
        border-bottom: 8px solid transparent; } }
    @media (min-width: 992px) {
      .module-tabs .tabs-nav .tabs-nav-item.active {
        border-bottom: 8px solid #bd1ba2; } }
    .module-tabs .tabs-nav .tabs-nav-item.active a {
      color: #1e2f43; }
    .module-tabs .tabs-nav .tabs-nav-item-link {
      color: rgba(30, 47, 67, 0.25);
      display: block;
      font-family: "Poppins-Black";
      font-size: .75rem;
      padding: .75rem 1.25rem;
      text-decoration: none;
      font-weight: 500;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .module-tabs .tabs-nav .tabs-nav-item-link {
          padding: 28px 2rem 1.25rem; } }
  .module-tabs .tabs-content {
    padding-top: 2.5rem; }
    @media (min-width: 992px) {
      .module-tabs .tabs-content {
        padding-top: 3.75rem; } }
    .module-tabs .tabs-content > .tabs-content-pane {
      display: none; }
    .module-tabs .tabs-content > .active {
      display: block; }

.module-testimonial {
  padding: 3rem 0; }
  @media (min-width: 992px) {
    .module-testimonial {
      padding: 7.5rem 0; } }
  .module-testimonial .module-part-content {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    .module-testimonial .module-part-content blockquote {
      margin: 0;
      padding: 0; }
    .module-testimonial .module-part-content p {
      font-size: 1.5rem;
      font-weight: 500;
      font-family: "Poppins-Black";
      margin-bottom: 2rem; }
    .module-testimonial .module-part-content cite {
      font-size: 1.125rem;
      font-weight: 500;
      font-style: normal;
      line-height: 1.333333333;
      font-family: "Poppins-Black"; }
      .module-testimonial .module-part-content cite span {
        display: block;
        font-size: .75rem; }

.module-video {
  position: relative; }
  .module-video:before {
    content: "";
    position: absolute;
    z-index: +10;
    background-color: rgba(58, 51, 53, 0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .module-video img {
    position: relative;
    z-index: +5;
    display: block;
    width: 100%;
    height: 44vw;
    max-height: 620px;
    min-height: 370px; }
  .module-video button {
    display: block;
    width: 134px;
    height: 134px;
    padding: 1.25rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: +15;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s; }
    .module-video button:hover, .module-video button:active, .module-video button:focus {
      -webkit-transform: translateY(-50%) scale(1.1);
          -ms-transform: translateY(-50%) scale(1.1);
              transform: translateY(-50%) scale(1.1); }
    .module-video button svg {
      display: block; }

.module-image img {
  display: block;
  width: 100%;
  height: 44vw;
  max-height: 666px;
  min-height: 370px; }

.module-wysiwyg {
  padding: 3rem 0; }
  @media (min-width: 992px) {
    .module-wysiwyg {
      padding: 5rem 0; } }
  .module-wysiwyg .module-part-heading {
    text-align: center; }
  .module-wysiwyg .module-part-title {
    max-width: 92.5rem;
    margin-left: auto;
    margin-right: auto; }
  .module-wysiwyg.module-setting-columns-one .module-part-content {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 992px) {
    .module-wysiwyg.module-setting-columns-two .module-part-content {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 3rem;
         -moz-column-gap: 3rem;
              column-gap: 3rem; } }
  @media (min-width: 992px) {
    .module-wysiwyg .flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  .module-wysiwyg .flex-item:first-child {
    margin-bottom: 1.5rem !important; }
  @media (min-width: 992px) {
    .module-wysiwyg .flex-item {
      width: calc(50% - 2rem); }
      .module-wysiwyg .flex-item:first-child {
        margin-bottom: 0 !important;
        margin-right: 3.75rem; } }

.module-instagram img {
  margin: 0 .75rem;
  display: block; }

.module.module-setting-bg-white {
  background-color: #fff; }

.module.module-setting-bg-light {
  background-color: rgba(30, 47, 67, 0.05); }

.module.module-setting-bg-dark {
  background-color: #bd1ba2; }
  .module.module-setting-bg-dark * {
    color: #fff; }

.module-part-title {
  margin-bottom: 1.25rem;
  font-size: 2.5rem;
  line-height: 1.319444444; }
  @media (min-width: 992px) {
    .module-part-title {
      font-size: 3.25rem; } }
  @media (min-width: 1480px) {
    .module-part-title {
      font-size: 4.5rem; } }
  .module-part-title small {
    display: block;
    font-size: 1.125rem; }

.module-setting-bg-white.module-padded + .module-setting-bg-white.module-padded,
.module-setting-bg-light.module-padded + .module-setting-bg-light.module-padded {
  padding-top: 0; }

/*
* Maps
*/
.header-paragraph {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .header-paragraph .map-part-title, .header-paragraph .map-part-description, .header-paragraph .map-part-cta {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .header-paragraph .map-part-image {
    position: absolute;
    width: 100%; }
    .header-paragraph .map-part-image img {
      size: cover;
      width: 100%; }
  .header-paragraph .map-part-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 600px;
    z-index: 100; }
    .header-paragraph .map-part-content .map-part-description p {
      padding: 0 0;
      margin: 0 0; }
    .header-paragraph .map-part-content .map-part-description .heavy {
      font-weight: 600;
      color: white;
      font-size: 2rem;
      line-height: 1.25;
      margin: 0.5rem 0; }
    .header-paragraph .map-part-content .map-part-description .black {
      font-family: "Poppins-Black"; }
    .header-paragraph .map-part-content .map-part-description .heavy-accent {
      font-weight: 600;
      color: #e28b38;
      font-size: 2rem;
      line-height: 1.25;
      margin: 0.5rem 0; }
    .header-paragraph .map-part-content .map-part-description .light {
      font-size: 0.75rem;
      color: white;
      margin-bottom: 1rem; }
    .header-paragraph .map-part-content .map-part-description .accent {
      font-weight: 600;
      color: #e28b38;
      margin-left: 2rem;
      font-size: 1.25rem; }
  .header-paragraph.two-col .map-part-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    text-align: right; }
  .header-paragraph.two-col .map-part-description {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    text-align: left; }
  .header-paragraph.two-col .map-part-cta {
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
        -ms-flex: 0 50%;
            flex: 0 50%;
    text-align: left; }
  .header-paragraph.map-1 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
    .header-paragraph.map-1 .map-part-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-left: auto;
      margin-right: auto;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 75%;
      position: absolute;
      top: 400px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      max-width: 500px; }
      .header-paragraph.map-1 .map-part-content .map-part-description {
        -webkit-transform: perspective(5cm) rotateX(2deg) rotateY(4deg) rotateZ(-2deg) skew(0deg, 0deg) translate(0%, 0%);
                transform: perspective(5cm) rotateX(2deg) rotateY(4deg) rotateZ(-2deg) skew(0deg, 0deg) translate(0%, 0%); }
      .header-paragraph.map-1 .map-part-content .map-part-cta {
        -webkit-transform: perspective(3cm) rotateX(0deg) rotateY(16deg) rotateZ(-5deg) skew(0deg, 0deg) translate(0%, 0%);
                transform: perspective(3cm) rotateX(0deg) rotateY(16deg) rotateZ(-5deg) skew(0deg, 0deg) translate(0%, 0%);
        padding-top: 2rem; }
      @media (min-width: 576px) {
        .header-paragraph.map-1 .map-part-content {
          top: 450px; } }
      @media (min-width: 750px) {
        .header-paragraph.map-1 .map-part-content {
          top: 550px; } }
      @media (min-width: 1200px) {
        .header-paragraph.map-1 .map-part-content {
          top: 600px; } }
      @media (min-width: 1480px) {
        .header-paragraph.map-1 .map-part-content {
          top: 700px; } }
      @media (min-width: 1650px) {
        .header-paragraph.map-1 .map-part-content {
          top: 750px; } }
      @media (max-width: 749.98px) {
        .header-paragraph.map-1 .map-part-content .map-part-description p {
          line-height: 1.1; } }
    .header-paragraph.map-1 .map-part-image {
      overflow: hidden;
      position: relative;
      max-width: 100%;
      z-index: 1;
      -webkit-transform: translate3d(0, 0, -1000px);
              transform: translate3d(0, 0, -1000px);
      margin-top: 4rem; }
      @media (max-width: 749.98px) {
        .header-paragraph.map-1 .map-part-image {
          padding-top: 0rem; } }
      .header-paragraph.map-1 .map-part-image #map-1-gif {
        position: absolute;
        top: 0;
        left: 0;
        z-index: +5; }
      .header-paragraph.map-1 .map-part-image video {
        max-width: 100%;
        width: 100%;
        display: block; }
        @media (max-width: 749.98px) {
          .header-paragraph.map-1 .map-part-image video {
            -webkit-transform: scale(1.5);
                -ms-transform: scale(1.5);
                    transform: scale(1.5); } }
      .header-paragraph.map-1 .map-part-image::after {
        background: #9d3fff;
        background: -webkit-gradient(linear, left bottom, left top, from(#9d3f8b), to(rgba(157, 63, 139, 0)));
        background: -o-linear-gradient(bottom, #9d3f8b 0%, rgba(157, 63, 139, 0) 100%);
        background: linear-gradient(0deg, #9d3f8b 0%, rgba(157, 63, 139, 0) 100%);
        bottom: 0;
        content: '';
        left: 0;
        position: absolute;
        right: 0;
        height: 200px;
        z-index: 1; }
      .header-paragraph.map-1 .map-part-image.mobile-image {
        display: none; }
        @media (max-width: 749.98px) {
          .header-paragraph.map-1 .map-part-image.mobile-image {
            display: block; } }
      @media (max-width: 749.98px) {
        .header-paragraph.map-1 .map-part-image.desktop-image {
          display: none; } }
      .header-paragraph.map-1 .map-part-image.desktop-image video {
        width: 100%; }
  .header-paragraph.map-2 {
    overflow: hidden;
    padding-top: 15rem;
    padding-bottom: 5rem; }
    @media (max-width: 749.98px) {
      .header-paragraph.map-2 {
        padding-bottom: 5rem; } }
    .header-paragraph.map-2 .map-part-content {
      margin-top: 5rem;
      max-width: 750px; }
      .header-paragraph.map-2 .map-part-content .map-part-description {
        -webkit-flex-basis: 54%;
            -ms-flex-preferred-size: 54%;
                flex-basis: 54%;
        -webkit-transform: perspective(7cm) rotateX(11deg) rotateY(6deg) rotateZ(-10deg) skew(0deg, 0deg);
                transform: perspective(7cm) rotateX(11deg) rotateY(6deg) rotateZ(-10deg) skew(0deg, 0deg); }
        .header-paragraph.map-2 .map-part-content .map-part-description p {
          font-family: "Poppins-Regular";
          font-size: 0.9rem; }
        @media (max-width: 749.98px) {
          .header-paragraph.map-2 .map-part-content .map-part-description {
            -webkit-flex-basis: 90%;
                -ms-flex-preferred-size: 90%;
                    flex-basis: 90%;
            text-align: left;
            margin-left: 4rem;
            margin-right: auto; } }
      .header-paragraph.map-2 .map-part-content .map-part-title {
        -webkit-flex-basis: 46%;
            -ms-flex-preferred-size: 46%;
                flex-basis: 46%;
        -webkit-transform: perspective(3cm) rotateX(6deg) rotateY(6deg) rotateZ(5deg) skew(0deg, 0deg) translate(-9%, -20%) scaleY(1.3);
                transform: perspective(3cm) rotateX(6deg) rotateY(6deg) rotateZ(5deg) skew(0deg, 0deg) translate(-9%, -20%) scaleY(1.3); }
        .header-paragraph.map-2 .map-part-content .map-part-title h2 {
          line-height: .85;
          text-transform: uppercase;
          font-size: 3.25rem; }
          .header-paragraph.map-2 .map-part-content .map-part-title h2 .header-s {
            font-size: 3rem; }
        @media (max-width: 749.98px) {
          .header-paragraph.map-2 .map-part-content .map-part-title {
            -webkit-flex-basis: 60%;
                -ms-flex-preferred-size: 60%;
                    flex-basis: 60%;
            text-align: left; }
            .header-paragraph.map-2 .map-part-content .map-part-title h2 {
              font-size: 2.5rem; }
              .header-paragraph.map-2 .map-part-content .map-part-title h2 .header-s {
                font-size: 2rem; } }
  .header-paragraph.map-3 {
    padding-bottom: 5rem;
    background-color: #271254;
    overflow: hidden;
    /*&::after {
               
            background: rgb(157, 63, 1394);
            background: linear-gradient(0deg, rgba(157, 63, 139,1) 0%, rgba(157, 63, 139,0) 100%);
            
            bottom: 0;
            content: '';
            left: 0;
            position: absolute;
            right: 0;
            height: 200px;
            z-index: 1;
           
        }*/ }
    .header-paragraph.map-3 .map-part-content {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      max-width: 700px;
      width: 700px;
      line-height: 1.5; }
      .header-paragraph.map-3 .map-part-content .map-part-description {
        -webkit-flex-basis: 65%;
            -ms-flex-preferred-size: 65%;
                flex-basis: 65%;
        -webkit-transform: perspective(6cm) rotateX(4deg) rotateY(0deg) rotateZ(-14deg) skew(0deg, 0deg) translate(20%, 1%);
                transform: perspective(6cm) rotateX(4deg) rotateY(0deg) rotateZ(-14deg) skew(0deg, 0deg) translate(20%, 1%); }
        .header-paragraph.map-3 .map-part-content .map-part-description p {
          font-family: "Poppins-Black"; }
        @media (max-width: 749.98px) {
          .header-paragraph.map-3 .map-part-content .map-part-description {
            margin-right: 8rem; }
            .header-paragraph.map-3 .map-part-content .map-part-description .accent {
              margin-left: 0rem; }
            .header-paragraph.map-3 .map-part-content .map-part-description .heavy-accent {
              font-size: 1.5rem; }
            .header-paragraph.map-3 .map-part-content .map-part-description .heavy {
              font-size: 1.5rem; }
            .header-paragraph.map-3 .map-part-content .map-part-description .light {
              padding: 1rem 0; } }
      @media (max-width: 749.98px) {
        .header-paragraph.map-3 .map-part-content {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .header-paragraph.map-3 .map-part-content .map-part-description {
            -webkit-transform: perspective(6cm) rotateX(4deg) rotateY(0deg) rotateZ(-7deg) skew(0deg, 0deg) translate(5%, 1%);
                    transform: perspective(6cm) rotateX(4deg) rotateY(0deg) rotateZ(-7deg) skew(0deg, 0deg) translate(5%, 1%);
            -webkit-flex-basis: 70%;
                -ms-flex-preferred-size: 70%;
                    flex-basis: 70%; } }
    .header-paragraph.map-3 .map-part-image {
      overflow: hidden;
      background: #983f91;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, #983f91), to(#261255));
      background: -o-linear-gradient(top, #983f91 49%, #261255 100%);
      background: linear-gradient(180deg, #983f91 49%, #261255 100%);
      /*@include media-breakpoint-down(sm){
                img{
                    max-width: 500%; 
                    width: 500%;
                    transform: translate(-40%, -10%);
                    opacity: 0.7;
                }
            }*/ }
      @media (max-width: 749.98px) {
        .header-paragraph.map-3 .map-part-image img {
          width: 450%;
          max-width: 450%;
          -webkit-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
                  transform: translate(-50%, 0); } }
  .header-paragraph.map-4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
    background: #321c58;
    /*@include media-breakpoint-up(xxl){
            background: linear-gradient(180deg, rgba(39,18,84,0) 0%, rgba(38,18,85,1) 10%);
        }
        @include media-breakpoint-up(xxxl){
            background: linear-gradient(180deg, rgba(39,18,84,0) 0%, rgba(38,18,85,1) 50%);
        }*/
    /* @include media-breakpoint-down(sm){
            margin-bottom: 0rem; 
        }*/ }
    @media (max-width: 749.98px) {
      .header-paragraph.map-4 {
        padding-top: 5rem; } }
    .header-paragraph.map-4 .map-part-cta {
      margin-left: 15rem;
      -webkit-transform: perspective(4cm) rotateX(0deg) rotateY(11deg) rotateZ(-5deg) skew(0deg, 0deg) translate(0%, 0%) scale(0.8);
              transform: perspective(4cm) rotateX(0deg) rotateY(11deg) rotateZ(-5deg) skew(0deg, 0deg) translate(0%, 0%) scale(0.8);
      padding-top: 4rem; }
    .header-paragraph.map-4::before {
      background: #321c58;
      background: -webkit-gradient(linear, left bottom, left top, from(#321c58), to(rgba(50, 28, 88, 0)));
      background: -o-linear-gradient(bottom, #321c58 0%, rgba(50, 28, 88, 0) 100%);
      background: linear-gradient(0deg, #321c58 0%, rgba(50, 28, 88, 0) 100%);
      top: -200px;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      height: 200px;
      z-index: 1; }
    .header-paragraph.map-4 .map-part-content .map-part-title {
      -webkit-transform: perspective(2cm) rotateX(6deg) rotateY(6deg) rotateZ(6deg) skew(0deg, 0deg) translate(0%, 0%);
              transform: perspective(2cm) rotateX(6deg) rotateY(6deg) rotateZ(6deg) skew(0deg, 0deg) translate(0%, 0%); }
      .header-paragraph.map-4 .map-part-content .map-part-title h2 {
        font-size: 3rem;
        text-transform: uppercase; }
      @media (max-width: 749.98px) {
        .header-paragraph.map-4 .map-part-content .map-part-title {
          -webkit-flex-basis: 80%;
              -ms-flex-preferred-size: 80%;
                  flex-basis: 80%;
          text-align: center;
          -webkit-transform: perspective(2cm) rotateX(6deg) rotateY(6deg) rotateZ(-10deg) skew(0deg, 0deg) translate(0%, 0%);
                  transform: perspective(2cm) rotateX(6deg) rotateY(6deg) rotateZ(-10deg) skew(0deg, 0deg) translate(0%, 0%); }
          .header-paragraph.map-4 .map-part-content .map-part-title h2 {
            font-size: 3.5rem; } }
    .header-paragraph.map-4 .map-part-content .map-part-description {
      -webkit-transform: perspective(11cm) rotateX(12deg) rotateY(8deg) rotateZ(-5deg) skew(0deg, 0deg) translate(4%, 10%);
              transform: perspective(11cm) rotateX(12deg) rotateY(8deg) rotateZ(-5deg) skew(0deg, 0deg) translate(4%, 10%); }
      @media (max-width: 749.98px) {
        .header-paragraph.map-4 .map-part-content .map-part-description {
          -webkit-transform: perspective(11cm) rotateX(12deg) rotateY(8deg) rotateZ(-12deg) skew(0deg, 0deg) translate(15%, -5%);
                  transform: perspective(11cm) rotateX(12deg) rotateY(8deg) rotateZ(-12deg) skew(0deg, 0deg) translate(15%, -5%); } }
    @media (max-width: 749.98px) {
      .header-paragraph.map-4 .map-part-content .map-part-cta {
        text-align: center;
        margin-left: 0rem;
        -webkit-flex-basis: 70%;
            -ms-flex-preferred-size: 70%;
                flex-basis: 70%;
        -webkit-transform: perspective(4cm) rotateX(0deg) rotateY(11deg) rotateZ(-14deg) skew(0deg, 0deg) translate(10%, -30%) scale(0.9);
                transform: perspective(4cm) rotateX(0deg) rotateY(11deg) rotateZ(-14deg) skew(0deg, 0deg) translate(10%, -30%) scale(0.9); } }
  .header-paragraph.map-6 {
    margin-top: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden; }
    @media (max-width: 749.98px) {
      .header-paragraph.map-6 {
        padding-bottom: 5rem; } }
    .header-paragraph.map-6 .map-part-content {
      width: 800px;
      /* @include media-breakpoint-down(sm){
                width: 80%;
                margin-left: auto;
                margin-right:auto; 
            }*/ }
      @media (max-width: 749.98px) {
        .header-paragraph.map-6 .map-part-content {
          padding-top: 90rem; } }
      .header-paragraph.map-6 .map-part-content .map-part-description {
        -webkit-transform: perspective(8cm) rotateX(3deg) rotateY(3deg) rotateZ(-8deg) skew(0deg, 0deg) translate(0%, 0%);
                transform: perspective(8cm) rotateX(3deg) rotateY(3deg) rotateZ(-8deg) skew(0deg, 0deg) translate(0%, 0%); }
        .header-paragraph.map-6 .map-part-content .map-part-description p {
          font-size: 1.75rem;
          width: 800px;
          text-transform: uppercase;
          font-family: "Poppins-Regular"; }
        @media (max-width: 749.98px) {
          .header-paragraph.map-6 .map-part-content .map-part-description {
            -webkit-transform: perspective(8cm) rotateX(3deg) rotateY(3deg) rotateZ(-4deg) skew(0deg, 0deg) translate(0%, 0%);
                    transform: perspective(8cm) rotateX(3deg) rotateY(3deg) rotateZ(-4deg) skew(0deg, 0deg) translate(0%, 0%); }
            .header-paragraph.map-6 .map-part-content .map-part-description p {
              width: 90%;
              font-size: 1rem;
              margin-left: auto;
              margin-right: auto; } }
        .header-paragraph.map-6 .map-part-content .map-part-description Strong {
          font-family: "Poppins-Black"; }
    .header-paragraph.map-6 .map-part-paragraph-image {
      max-width: 5rem; }
    .header-paragraph.map-6 .map-part-image {
      -webkit-transform: translate(0, -5rem);
          -ms-transform: translate(0, -5rem);
              transform: translate(0, -5rem);
      background: #5b2c78;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, #5b2c78), color-stop(56%, #502f78), color-stop(97%, #2f3378));
      background: -o-linear-gradient(top, #5b2c78 32%, #502f78 56%, #2f3378 97%);
      background: linear-gradient(180deg, #5b2c78 32%, #502f78 56%, #2f3378 97%); }
    .header-paragraph.map-6 .map-part-image {
      overflow: hidden; }
      @media (max-width: 749.98px) {
        .header-paragraph.map-6 .map-part-image img {
          width: 500%;
          max-width: 500%; } }
      .header-paragraph.map-6 .map-part-image.matters {
        display: none;
        /* @include media-breakpoint-down(sm){
                    display: block;
                    img{
                        width: 350%;
                        max-width: 350%;
                        transform: translate(-25%, 20%);
                    }
                }*/ }
  .header-paragraph.map-7 {
    padding-top: 15rem;
    padding-bottom: 15rem;
    overflow: hidden;
    position: relative; }
    @media (max-width: 749.98px) {
      .header-paragraph.map-7 {
        margin-top: 5rem; } }
    .header-paragraph.map-7 img {
      opacity: 0.5;
      position: absolute;
      bottom: -5rem;
      -webkit-transform: scale(1.25);
          -ms-transform: scale(1.25);
              transform: scale(1.25);
      left: 50%; }
    .header-paragraph.map-7.two-col .map-part-title {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      -webkit-transform: perspective(5cm) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) translate(0%, 0%);
              transform: perspective(5cm) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) translate(0%, 0%); }
      .header-paragraph.map-7.two-col .map-part-title h2 {
        max-width: 50%;
        padding-left: 25%;
        font-size: 2.5rem;
        text-transform: uppercase; }
        @media (max-width: 749.98px) {
          .header-paragraph.map-7.two-col .map-part-title h2 {
            padding-left: 0;
            margin-left: auto;
            margin-right: auto; } }
    .header-paragraph.map-7.two-col .map-part-description {
      text-align: left;
      justify-self: flex-start;
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      -webkit-transform: perspective(16cm) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) translate(0%, 0%);
              transform: perspective(16cm) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) translate(0%, 0%); }
      .header-paragraph.map-7.two-col .map-part-description p {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-family: "Poppins-Light"; }
    .header-paragraph.map-7 .map-part-content {
      max-width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 749.98px) {
        .header-paragraph.map-7 .map-part-content {
          -webkit-transform: scale(0.9);
              -ms-transform: scale(0.9);
                  transform: scale(0.9); } }
      .header-paragraph.map-7 .map-part-content form#donation-form .col-lg-6 {
        padding: 0; }
      .header-paragraph.map-7 .map-part-content fieldset {
        border-radius: 20px;
        padding: 2rem 1rem; }
      .header-paragraph.map-7 .map-part-content fieldset .row {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: .5rem; }
      .header-paragraph.map-7 .map-part-content fieldset .row .field.half-width {
        width: 48%; }
      .header-paragraph.map-7 .map-part-content .map-part-donations {
        text-align: right;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 45%;
            -ms-flex: 1 0 45%;
                flex: 1 0 45%;
        margin-right: 2rem; }
        @media (max-width: 749.98px) {
          .header-paragraph.map-7 .map-part-content .map-part-donations {
            margin-left: auto;
            margin-right: auto; } }
        .header-paragraph.map-7 .map-part-content .map-part-donations .btn-white-ghost, .header-paragraph.map-7 .map-part-content .map-part-donations .btn-white-ghost-small {
          background-color: transparent; }
        .header-paragraph.map-7 .map-part-content .map-part-donations .btn-white-ghost:hover, .header-paragraph.map-7 .map-part-content .map-part-donations .btn-white-ghost-small:hover {
          background-color: orange; }
        .header-paragraph.map-7 .map-part-content .map-part-donations .btn-white-ghost:active, .header-paragraph.map-7 .map-part-content .map-part-donations .btn-white-ghost-small:active {
          background-color: orange; }
        .header-paragraph.map-7 .map-part-content .map-part-donations .selected {
          background-color: orange; }
      .header-paragraph.map-7 .map-part-content .map-part-checkout {
        display: none;
        text-align: left;
        color: white;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 45%;
            -ms-flex: 1 0 45%;
                flex: 1 0 45%;
        margin-right: 2rem;
        padding-bottom: 1rem; }
        .header-paragraph.map-7 .map-part-content .map-part-checkout #card {
          background-color: white;
          padding: 0 0.75rem;
          height: 2.5rem;
          border-radius: 3px;
          font-size: 1rem;
          padding-top: .75rem; }
        .header-paragraph.map-7 .map-part-content .map-part-checkout .col-lg-6 {
          max-width: 100%;
          -webkit-box-flex: 100%;
          -webkit-flex: 100%;
              -ms-flex: 100%;
                  flex: 100%; }
        .header-paragraph.map-7 .map-part-content .map-part-checkout .field {
          width: 100%; }
          .header-paragraph.map-7 .map-part-content .map-part-checkout .field.half-width {
            width: 50%; }
        .header-paragraph.map-7 .map-part-content .map-part-checkout .row {
          margin-left: 1rem;
          margin-right: 1rem; }
        .header-paragraph.map-7 .map-part-content .map-part-checkout .row-btns {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
        .header-paragraph.map-7 .map-part-content .map-part-checkout .container {
          max-width: 700px; }
        .header-paragraph.map-7 .map-part-content .map-part-checkout .donate-button {
          margin-left: 0;
          margin-right: auto;
          margin-top: 1rem; }
        .header-paragraph.map-7 .map-part-content .map-part-checkout .back-btn {
          color: black;
          margin-left: 0;
          margin-right: 0;
          margin-top: 1rem;
          height: 2.5rem; }
      .header-paragraph.map-7 .map-part-content .map-part-cta {
        padding-top: 2rem;
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
        -webkit-transform: perspective(16cm) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) translate(0%, 0%);
                transform: perspective(16cm) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) translate(0%, 0%); }
    @media (max-width: 749.98px) {
      .header-paragraph.map-7 .map-part-content .map-part-title {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        -webkit-transform: perspective(5cm) rotateX(2deg) rotateY(-5deg) rotateZ(10deg) skew(0deg, 0deg) translate(-17%, -70%);
                transform: perspective(5cm) rotateX(2deg) rotateY(-5deg) rotateZ(10deg) skew(0deg, 0deg) translate(-17%, -70%); }
        .header-paragraph.map-7 .map-part-content .map-part-title h2 {
          font-size: 2.25rem;
          max-width: 90%; }
      .header-paragraph.map-7 .map-part-content .map-part-description {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        text-align: left;
        -webkit-transform: perspective(16cm) rotateX(20deg) rotateY(-8deg) rotateZ(12deg) skew(0deg, 0deg) translate(-30%, -45%);
                transform: perspective(16cm) rotateX(20deg) rotateY(-8deg) rotateZ(12deg) skew(0deg, 0deg) translate(-30%, -45%); }
        .header-paragraph.map-7 .map-part-content .map-part-description p {
          max-width: 90%;
          margin-left: auto;
          margin-right: auto;
          padding-top: 2rem;
          font-size: 1.4rem; }
      .header-paragraph.map-7 .map-part-content .map-part-donations {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100%;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; }
        .header-paragraph.map-7 .map-part-content .map-part-donations .donation-container {
          max-width: 90%; }
      .header-paragraph.map-7 .map-part-content .map-part-cta {
        display: none; } }

.map-3-column {
  overflow: visible;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .map-3-column .map-part-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 75%;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .map-3-column .map-part-columns .map-part-column {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      z-index: 10;
      -webkit-transform: perspective(6cm) rotateX(8deg) rotateY(6deg) rotateZ(-8deg) skew(0deg, 0deg) translate(0%, 0%);
              transform: perspective(6cm) rotateX(8deg) rotateY(6deg) rotateZ(-8deg) skew(0deg, 0deg) translate(0%, 0%); }
      .map-3-column .map-part-columns .map-part-column:nth-child(2), .map-3-column .map-part-columns .map-part-column:nth-child(3) {
        margin-top: 5rem; }
      .map-3-column .map-part-columns .map-part-column .map-part-title h2 {
        text-transform: uppercase;
        font-size: 1.5rem;
        margin-bottom: 0;
        padding-bottom: 0; }
      .map-3-column .map-part-columns .map-part-column .map-part-description p {
        font-family: "Poppins-Regular"; }
      .map-3-column .map-part-columns .map-part-column .map-part-description .price {
        font-size: 1.5rem;
        font-weight: 500; }
      .map-3-column .map-part-columns .map-part-column .map-part-cta a {
        font-size: 1.25rem;
        padding: .5rem; }
  .map-3-column .map-part-image {
    position: relative;
    max-width: 100%; }
    .map-3-column .map-part-image video {
      max-width: 100%;
      width: 100%;
      display: block; }
    .map-3-column .map-part-image::before {
      background: #321c58;
      background: -webkit-gradient(linear, left top, left bottom, from(#321c58), to(rgba(50, 28, 88, 0)));
      background: -o-linear-gradient(top, #321c58 0%, rgba(50, 28, 88, 0) 100%);
      background: linear-gradient(180deg, #321c58 0%, rgba(50, 28, 88, 0) 100%);
      top: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      height: 200px;
      z-index: 1; }
    .map-3-column .map-part-image::after {
      background: #261255;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 18, 85, 0)), to(#5b2c78));
      background: -o-linear-gradient(top, rgba(38, 18, 85, 0) 0%, #5b2c78 100%);
      background: linear-gradient(180deg, rgba(38, 18, 85, 0) 0%, #5b2c78 100%);
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      height: 200px;
      z-index: 0; }
    .map-3-column .map-part-image.mobile-image {
      display: none; }
      @media (max-width: 749.98px) {
        .map-3-column .map-part-image.mobile-image {
          display: block; } }
    @media (max-width: 749.98px) {
      .map-3-column .map-part-image.desktop-image {
        display: none; } }
  @media (max-width: 749.98px) {
    .map-3-column {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
      .map-3-column .map-part-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80%;
            -ms-flex: 0 0 80%;
                flex: 0 0 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2rem; }
      .map-3-column .map-part-image {
        overflow: hidden; }
        .map-3-column .map-part-image video {
          width: 150%;
          max-width: 150%;
          -webkit-transform: translate(-12.5%, 0);
              -ms-transform: translate(-12.5%, 0);
                  transform: translate(-12.5%, 0); } }

.map-part-donations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .map-part-donations .donation-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .map-part-donations .donation-container .time-btn {
      border-radius: 10px;
      margin: .25rem;
      min-height: 2.5rem; }
    .map-part-donations .donation-container p {
      margin-top: auto;
      margin-bottom: auto;
      line-height: 3rem; }
    .map-part-donations .donation-container .map-part-time-btn {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 45%;
          -ms-flex: 1 0 45%;
              flex: 1 0 45%;
      border-radius: 3px; }
      .map-part-donations .donation-container .map-part-time-btn button {
        min-width: 100%; }
    .map-part-donations .donation-container .map-part-price {
      border-radius: 3px;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 30%;
          -ms-flex: 1 0 30%;
              flex: 1 0 30%; }
      .map-part-donations .donation-container .map-part-price button {
        min-width: 100%;
        min-height: 7.5rem; }
    .map-part-donations .donation-container .map-part-other-amount {
      border-radius: 3px;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 60%;
          -ms-flex: 1 0 60%;
              flex: 1 0 60%; }
      .map-part-donations .donation-container .map-part-other-amount button {
        min-height: 7.5rem;
        min-width: 100%; }
    .map-part-donations .donation-container .donate-monthly {
      border-radius: 3px;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 100%;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; }
      .map-part-donations .donation-container .donate-monthly button {
        min-width: 100%; }

.uk-article-title {
  display: none; }

.container-title {
  margin-top: -20px; }

h4 {
  text-decoration: none !important; }

.other-ways-to-give-container {
  margin: 20px 20px 20px 20px;
  width: 80%; }

.container-title {
  padding: 20px; }

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

.card {
  -webkit-box-shadow: none;
          box-shadow: none; }

.banner-img-container {
  width: 100%;
  min-height: 300px;
  color: white;
  overflow: hidden;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  background: url("https://mapscontent.s3-us-west-1.amazonaws.com/images/Zendo-2017-LIB-Volunteers-Lana_Kristen_Photo-Bryce-P1070794.JPG");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.banner-img-container img {
  display: block;
  width: 100%;
  margin: -10% 0%; }

.card-img-top {
  margin-left: auto;
  margin-right: auto;
  max-width: 200px; }

.card {
  border: none; }

.card-text-panel {
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  padding: 10px;
  width: auto;
  height: auto;
  margin: 5% 50% 10% 1%; }

.card-text-panel h1 {
  margin-top: auto; }

.card-group {
  margin-left: auto;
  margin-right: auto; }

.donate-container.expanded {
  margin-bottom: 20px;
  -webkit-transition: opacity 0.5s ease 0.3s, margin-bottom 0.7s ease 0s, visibility 0.5s ease 0.3s;
  -o-transition: opacity 0.5s ease 0.3s, margin-bottom 0.7s ease 0s, visibility 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s, margin-bottom 0.7s ease 0s, visibility 0.5s ease 0.3s; }

.donate-container.collapsed {
  margin-bottom: 70px;
  -webkit-transition: opacity 0.5s ease 0.3s, margin-bottom 0.9s ease 0.1s, visibility 0.5s ease 0.3s;
  -o-transition: opacity 0.5s ease 0.3s, margin-bottom 0.9s ease 0.1s, visibility 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s, margin-bottom 0.9s ease 0.1s, visibility 0.5s ease 0.3s; }

.donate-header {
  text-align: center;
  width: calc(100%); }

.donate-radio-buttons {
  margin-left: auto;
  margin-right: auto; }

.donate-radio-button {
  height: 7.5rem;
  width: 7rem;
  background-color: transparent;
  color: #FFF;
  border: 2px solid white;
  border-radius: 10px;
  font-size: 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 30%;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  margin: .25rem;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }

.donate-radio-button:hover {
  background-color: #fb6800; }

.donate-radio-button:active {
  background-color: #00264c; }

.active-donation {
  background-color: #fb6800; }

.donation-side-text {
  min-height: 300px;
  overflow: hidden;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 20px; }

.other-amount {
  margin-top: auto;
  margin-bottom: auto; }
  .other-amount .input-group-text {
    color: white; }

.other-amount-button {
  border: solid 2px white;
  padding: 7px 11px;
  background-color: transparent;
  color: white;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 63%;
      -ms-flex: 1 0 63%;
          flex: 1 0 63%;
  margin: 0 .25rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.submit-donation-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: transparent; }
  .submit-donation-button .donate-radio-button {
    margin: 0 0;
    padding: 0 0;
    height: 2.5rem;
    border-radius: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 60%;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%; }

.donate-button {
  width: calc(100% - 10px); }

.other-amount input::-webkit-outer-spin-button, .other-amount input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.other-amount input[type=number] {
  -moz-appearance: textfield; }

.other-amount-button:hover {
  background-color: #fb6800;
  opacity: 1; }

.hidden {
  display: none; }

.hidden-custom {
  display: none; }

.toggle-buttons {
  width: 100%;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.toggle-buttons a {
  text-decoration: none;
  line-height: 7.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 30%;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  margin: 0 .25rem;
  height: 7.5rem;
  text-align: center;
  width: 7rem;
  border: 2px solid white;
  border-radius: 10px;
  font-size: .8em;
  font-weight: 600;
  background-color: transparent;
  color: white;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.toggle-buttons .active {
  color: #FFF;
  background-color: #fb6800;
  cursor: default;
  pointer-events: none; }

.toggle-buttons a:not(.active) {
  color: white; }

.toggle-buttons a:hover:not(.active) {
  background-color: #fb6800;
  color: #FFF; }

.custom-input {
  display: block !important;
  padding: .375rem .75rem !important;
  font-size: 1rem !important;
  height: calc(1.5em + .75rem + 2px) !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  border: 1px solid #ced4da !important;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important; }

.break {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  height: 0; }

.bulletin-checkbox {
  margin-left: 2px;
  color: #495057; }

.bulletin-prompt p {
  margin: 0 0 5px 0; }

.bulletin-checkbox input {
  margin: -1px 10px 0 10px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.paralax {
  /* Set a specific height */
  height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.slight-indent {
  padding-left: 10%;
  padding-right: 10%; }

.offerings-text-container {
  margin-bottom: 20px; }

.indent {
  padding-left: 20%;
  padding-right: 20%; }

.visible-droptext {
  opacity: 1;
  height: 50px;
  -webkit-transition: opacity 0.5s ease 0.3s, height 0.7s ease 0s, visibility 0.5s ease 0.3s;
  -o-transition: opacity 0.5s ease 0.3s, height 0.7s ease 0s, visibility 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s, height 0.7s ease 0s, visibility 0.5s ease 0.3s; }

.error-message {
  color: #FB0015;
  padding: 0 30px 0 30px;
  font-size: .9rem;
  text-align: center;
  height: 30px; }

.hidden-droptext {
  display: block;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease 0s, height 0.9s ease 0.1s, visibility 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s, height 0.9s ease 0.1s, visibility 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, height 0.9s ease 0.1s, visibility 0.5s ease 0s; }

@media screen and (max-width: 1219px) {
  .visible-droptext {
    height: 70px; } }

@media screen and (max-width: 991px) {
  .card-text-panel {
    width: 96%;
    height: 70%;
    margin: 2% 2% 2% 2%; }
  .card-text-panel h4 {
    font-size: 2vw; }
  .visible-droptext {
    height: 50px; } }

@media screen and (max-width: 991px) and (max-width: 570px) {
  .tm-block {
    padding: 0; }
  .card-text-panel {
    height: 80%; }
  .card-text-panel h1 {
    font-size: 5vw; }
  .card-text-panel h4 {
    font-size: 3.5vw; }
  .card-img {
    margin-left: -73px;
    margin-right: -73px;
    width: calc(100% + 146px);
    height: auto;
    max-width: inherit; }
  .other-ways-to-give-container {
    margin-left: -20px;
    margin-right: -20px;
    width: 100%; }
  .donate-container, .donation-side-text, .offerings, .container-title {
    margin-left: -73px;
    margin-right: -73px;
    width: auto; }
  .banner-img-container {
    margin-bottom: 0px; }
  .donation-side-text {
    margin-top: 0px; }
  .other-ways-to-give {
    margin-left: 20px; }
  .offerings-text-container {
    text-align: left; }
  .offerings-text-container * {
    padding: 0;
    padding-left: 10px;
    margin: -10% 0;
    margin-bottom: 20px; } }

@media screen and (max-width: 991px) and (max-width: 570px) and (max-width: 423px) {
  .visible-droptext {
    height: 70px; } }

.map {
  z-index: 100;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

/*
* Plugins
*/
/*
 * Base Styles
 */
.gform_fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.gfield {
  margin-bottom: 1.25rem; }
  @media (min-width: 992px) {
    .gfield {
      margin-bottom: 2rem; } }

.gfield_label {
  color: #1e2f43;
  font-family: "Poppins-Black";
  font-size: 1.125rem; }
  .gfield_label .gfield_required {
    color: #dc3545;
    margin-left: .3rem; }

.gform_footer {
  margin-top: .75rem; }

.gform_validation_container {
  display: none !important;
  left: -9000px;
  position: absolute !important; }

.hide-label > label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

/*
 * Validation
 */
.validation_error {
  color: #dc3545;
  font-weight: 700;
  margin-top: 1rem;
  font-family: "Poppins-Black"; }
  @media (min-width: 992px) {
    .validation_error {
      margin-top: 1.25rem; } }

.validation_message {
  color: #dc3545;
  font-weight: 700;
  margin-top: .3rem;
  font-family: "Poppins-Black"; }

.gfield_error {
  /*
	 * Text, email, url, tel, number fields, textarea, select
	 */
  /*
	 * Multi File Upload
	 */ }
  .gfield_error input[type="text"],
  .gfield_error input[type="email"],
  .gfield_error input[type="url"],
  .gfield_error input[type="tel"],
  .gfield_error input[type="number"],
  .gfield_error textarea,
  .gfield_error select {
    border: 1px solid #dc3545; }
  .gfield_error .gform_fileupload_multifile .gform_drop_area {
    border: 1px dashed #dc3545; }

/*
 * Validation
 */
/*
 * Progress Bar
 */
.gf_progressbar {
  border: 1px solid rgba(30, 47, 67, 0.25);
  border-radius: 2.5rem; }
  .gf_progressbar .gf_progressbar_percentage {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .gf_progressbar .gf_progressbar_percentage.percentbar_blue {
      background-color: #4edce9; }
    .gf_progressbar .gf_progressbar_percentage.percentbar_gray {
      background-color: rgba(30, 47, 67, 0.25); }
    .gf_progressbar .gf_progressbar_percentage.percentbar_green {
      background-color: #4ce1aa; }
    .gf_progressbar .gf_progressbar_percentage.percentbar_orange {
      background-color: #141c24; }
    .gf_progressbar .gf_progressbar_percentage.percentbar_red {
      background-color: #020303; }
    .gf_progressbar .gf_progressbar_percentage span {
      font-family: "Poppins-Black"; }

/*
 * Steps
 */
.gf_page_steps {
  border-bottom: 2px solid rgba(30, 47, 67, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0;
  padding-bottom: 1rem; }
  @media (min-width: 992px) {
    .gf_page_steps {
      margin: 1.25rem 0;
      padding-bottom: 1.25rem; } }
  .gf_page_steps .gf_step {
    text-align: center; }
    .gf_page_steps .gf_step:not(:last-child) {
      margin-right: 2.5rem; }
    .gf_page_steps .gf_step.gf_step_active .gf_step_number {
      background-color: #4edce9; }
    .gf_page_steps .gf_step .gf_step_number {
      background-color: #bd1ba2;
      border-radius: 50%;
      color: #fff;
      display: block;
      font-family: "Poppins-Black";
      height: 2.25rem;
      margin: 0 auto;
      padding: 8px;
      text-align: center;
      width: 2.25rem; }
    .gf_page_steps .gf_step .gf_step_label {
      display: block;
      font-family: "Poppins-Black"; }

/*
 * Navigation buttons
 */
.gform_page_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: .75rem 0; }
  @media (max-width: 991.98px) {
    .gform_page_footer .gform_next_button,
    .gform_page_footer .gform_previous_button,
    .gform_page_footer .gform_button {
      min-width: 150px; } }
  .gform_page_footer .gform_next_button {
    margin-left: auto; }

/*
 * Text, Phone, Email, URL, Text Area
 */
/*
 * Text, email, url, tel, number fields
 */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="search"],
textarea {
  border: 1px solid rgba(30, 47, 67, 0.25);
  border-radius: 4px;
  height: 41px;
  padding: 0 .75rem;
  width: 100%;
  font-family: "Poppins-Black";
  font-size: 1rem;
  color: #1e2f43; }

/*
 * Textarea
 */
textarea {
  height: auto;
  padding: .75rem; }

/*
 * Select and Multi Select
 */
.ginput_container_select {
  position: relative; }
  .ginput_container_select::after {
    background-image: url("../img/forms/select-chevron.svg");
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 7px;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(30, 47, 67, 0.25);
  border-radius: 4px;
  width: 100%;
  font-family: "Poppins-Black";
  font-size: "Poppins-Bold";
  color: #1e2f43; }
  select:not([multiple="multiple"]) {
    height: 41px;
    padding: 0 .75rem; }
  select[multiple="multiple"] option {
    padding: .3rem .75rem; }

/*
 * Checkboxes and Radio Buttons
 */
/*
 * Shared checkbox and radio styles
 */
.gfield_checkbox,
.gfield_radio {
  list-style: none;
  margin: 0;
  padding: 0; }
  .gfield_checkbox li,
  .gfield_radio li {
    font-family: "Poppins-Black"; }
    .gfield_checkbox li:not(:first-child),
    .gfield_radio li:not(:first-child) {
      margin-top: .75rem; }
  .gfield_checkbox input,
  .gfield_radio input {
    opacity: 0;
    position: absolute; }
  .gfield_checkbox label,
  .gfield_radio label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
    .gfield_checkbox label::before,
    .gfield_radio label::before {
      border: 1px solid rgba(30, 47, 67, 0.25);
      content: '';
      cursor: pointer;
      display: inline-block;
      height: 1.25rem;
      margin-right: .75rem;
      vertical-align: middle;
      width: 1.25rem; }

/*
 * Checkbox styles
 */
.gfield_checkbox input:checked + label {
  font-weight: 700; }
  .gfield_checkbox input:checked + label::before {
    background: url("../img/forms/check-mark.svg") center center no-repeat, #4edce9;
    border: 1px solid #4edce9; }

.gfield_checkbox label::before {
  border-radius: 3px; }

/*
 * Radio styles
 */
.gfield_radio input:checked + label {
  font-weight: 700; }
  .gfield_radio input:checked + label::before {
    background: #4edce9;
    background-clip: content-box;
    padding: 3px; }

.gfield_radio label::before {
  border-radius: 50%; }

/*
 * Name
 */
.ginput_container_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -1.25rem;
  margin-left: -1.25rem; }
  .ginput_container_name .name_prefix,
  .ginput_container_name .name_first,
  .ginput_container_name .name_middle,
  .ginput_container_name .name_last,
  .ginput_container_name .name_suffix {
    position: relative;
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
    @media (min-width: 992px) {
      .ginput_container_name .name_prefix,
      .ginput_container_name .name_first,
      .ginput_container_name .name_middle,
      .ginput_container_name .name_last,
      .ginput_container_name .name_suffix {
        -webkit-flex-basis: 0;
            -ms-flex-preferred-size: 0;
                flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%; } }
    .ginput_container_name .name_prefix label,
    .ginput_container_name .name_first label,
    .ginput_container_name .name_middle label,
    .ginput_container_name .name_last label,
    .ginput_container_name .name_suffix label {
      color: rgba(30, 47, 67, 0.6);
      display: block;
      font-family: "Poppins-Black";
      font-size: .75rem;
      margin-bottom: .3rem; }
  @media (min-width: 992px) {
    .ginput_container_name .name_prefix,
    .ginput_container_name .name_suffix {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 10%;
          -ms-flex: 0 0 10%;
              flex: 0 0 10%; } }
  .ginput_container_name .name_prefix select {
    -moz-appearance: menulist-button;
    -webkit-appearance: menulist-button; }
  @media (max-width: 991.98px) {
    .ginput_container_name span:not(:first-child) {
      margin-top: 1rem; } }

.field_sublabel_above .ginput_container_name span label {
  margin-bottom: .3rem; }

.field_sublabel_below .ginput_container_name span label {
  margin-top: .3rem; }

/*
 * Address
 */
.ginput_container_address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -1.25rem;
  margin-left: -1.25rem; }
  .ginput_container_address span {
    position: relative;
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-top: 1rem; }
    .ginput_container_address span label {
      color: rgba(30, 47, 67, 0.6);
      display: block;
      font-family: "Poppins-Black";
      font-size: .75rem; }
  @media (min-width: 992px) {
    .ginput_container_address .address_city,
    .ginput_container_address .address_state,
    .ginput_container_address .address_zip,
    .ginput_container_address .address_country {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  .ginput_container_address .address_country {
    position: relative; }
    .ginput_container_address .address_country::after {
      background-image: url("../img/forms/select-chevron.svg");
      background-repeat: no-repeat;
      content: '';
      display: block;
      height: 7px;
      pointer-events: none;
      position: absolute;
      width: 12px;
      right: 35px;
      top: 50%;
      -webkit-transform: translateY(-50%) translateY(12px);
          -ms-transform: translateY(-50%) translateY(12px);
              transform: translateY(-50%) translateY(12px); }

.field_sublabel_above .ginput_container_address span label {
  margin-bottom: .3rem; }

.field_sublabel_below .ginput_container_address span label {
  margin-top: .3rem; }

/*
 * List
 */
.ginput_container_list table {
  width: 100%; }

.ginput_container_list .gfield_list_icons img {
  margin-left: .3rem; }

body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.add_list_item.add_list_item,
body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.delete_list_item.delete_list_item {
  width: auto !important;
  height: auto !important;
  opacity: 1 !important; }

/*
 * Date
 */
/*
 * Date field
 */
.ginput_container_date {
  position: relative; }
  .ginput_container_date .ui-datepicker-trigger {
    cursor: pointer;
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

/*
 * Date picker
 */
.ui-datepicker {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 1rem rgba(30, 47, 67, 0.15);
          box-shadow: 0 0 1rem rgba(30, 47, 67, 0.15);
  display: none;
  padding: 1.25rem; }
  .ui-datepicker .ui-datepicker-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
      display: none; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after,
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next::after {
      content: url("../img/forms/datepicker-arrow.svg");
      cursor: pointer;
      display: block; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 .75rem;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
        width: 85px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
        margin-right: .75rem; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
  .ui-datepicker .ui-datepicker-calendar {
    margin-top: 1.5rem;
    width: 100%; }
    .ui-datepicker .ui-datepicker-calendar th span {
      color: #1e2f43;
      font-family: "Poppins-Black";
      font-weight: 700; }
    .ui-datepicker .ui-datepicker-calendar td {
      padding: .75rem;
      text-align: center; }
      .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
        color: #4edce9; }
      .ui-datepicker .ui-datepicker-calendar td a {
        color: #1e2f43;
        font-family: "Poppins-Black";
        text-decoration: none; }

/*
 * Time
 */
.clear-multi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .clear-multi .gfield_time_hour,
  .clear-multi .gfield_time_minute {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .clear-multi .gfield_time_hour label,
    .clear-multi .gfield_time_hour i,
    .clear-multi .gfield_time_minute label,
    .clear-multi .gfield_time_minute i {
      font-family: "Poppins-Black"; }
    .clear-multi .gfield_time_hour label,
    .clear-multi .gfield_time_minute label {
      width: 100%; }
    .clear-multi .gfield_time_hour i,
    .clear-multi .gfield_time_minute i {
      margin: 0 .75rem; }
  .clear-multi .gfield_time_hour input {
    width: calc(100% - 1.5rem); }
  .clear-multi .gfield_time_minute {
    margin-right: 1.25rem; }
  .clear-multi .gfield_time_ampm select {
    -moz-appearance: menulist-button;
    -webkit-appearance: menulist-button; }

/*
 * File
 */
/*
 * Single File Upload
 */
.ginput_container_fileupload:not(.multi-upload)::before,
.ginput_container_fileupload:not(.multi-upload) input[type="file"] {
  display: inline-block;
  vertical-align: middle; }

.ginput_container_fileupload:not(.multi-upload)::before {
  content: url("../img/forms/file-icon.svg");
  margin-right: 1.25rem; }

.ginput_container_fileupload:not(.multi-upload) #extensions_message {
  font-family: "Poppins-Black";
  display: block;
  margin-top: 1rem; }
  @media (min-width: 992px) {
    .ginput_container_fileupload:not(.multi-upload) #extensions_message {
      margin-top: 1.25rem; } }

/*
 * Multi File Upload
 */
.gform_fileupload_multifile .gform_drop_area {
  padding: 2rem;
  border: 1px dashed rgba(30, 47, 67, 0.25);
  text-align: center;
  border-radius: 4px; }
  .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions,
  .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions::before,
  .gform_fileupload_multifile .gform_drop_area .gform_button_select_files {
    display: inline-block;
    vertical-align: middle; }
  .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions {
    font-family: "Poppins-Black"; }
    .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions::before {
      content: url("../img/forms/file-icon.svg");
      margin-right: 1.25rem; }
  .gform_fileupload_multifile .gform_drop_area .gform_button_select_files {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem; }

/*
 * Pricing
 */
.ginput_container_singleproduct .ginput_product_price_label {
  font-family: "Poppins-Black"; }

.ginput_container_singleproduct .ginput_product_price {
  color: #dc3545;
  font-family: "Poppins-Black"; }

.ginput_container_singleproduct .ginput_quantity_label {
  display: inline-block;
  font-family: "Poppins-Black";
  margin-top: .75rem; }

.ginput_container_singleproduct input[type="number"] {
  display: inline-block;
  width: 100px; }

.ginput_container_singleshipping .ginput_shipping_price {
  color: #dc3545;
  font-family: "Poppins-Black"; }

.ginput_container_total span {
  color: #28a745;
  font-family: "Poppins-Black"; }

/*
 * Credit Card
 */
/*
 * Unsecure noty
 */
/*
 * Credit Card Icons
 */
.gform_card_icon_container {
  height: 2rem;
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .gform_card_icon_container {
      margin-bottom: 1.25rem; } }

.gform_card_icon {
  background-image: url("../img/forms/gf-creditcard-icons.png");
  background-repeat: no-repeat;
  float: left;
  height: 2rem;
  margin-right: 4px;
  text-indent: -9000px;
  width: 2.25rem; }

.gform_card_icon_style1 .gform_card_icon_visa {
  background-position: 0 0; }

.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px; }

.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px; }

.gform_card_icon_style1 .gform_card_icon_mastercard {
  background-position: -36px 0; }

.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px; }

.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px; }

.gform_card_icon_style1 .gform_card_icon_amex {
  background-position: -4.5rem 0; }

.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_amex {
  background-position: -4.5rem -32px; }

.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -4.5rem -64px; }

.gform_card_icon_style1 .gform_card_icon_discover {
  background-position: -108px 0; }

.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px; }

.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px; }

.gform_card_icon_style1 .gform_card_icon_maestro {
  background-position: -144px 0; }

.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px; }

.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px; }

.gform_card_icon_style1 .gform_card_icon_jcb {
  background-position: -180px 0; }

.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px; }

.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px; }

.gform_card_icon_style2 .gform_card_icon_visa {
  background-position: 0 -192px; }

.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px; }

.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px; }

.gform_card_icon_style2 .gform_card_icon_mastercard {
  background-position: -36px -192px; }

.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px; }

.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px; }

.gform_card_icon_style2 .gform_card_icon_amex {
  background-position: -4.5rem -192px; }

.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_amex {
  background-position: -4.5rem -224px; }

.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -4.5rem -256px; }

.gform_card_icon_style2 .gform_card_icon_discover {
  background-position: -108px -192px; }

.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px; }

.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px; }

.gform_card_icon_style2 .gform_card_icon_maestro {
  background-position: -144px -192px; }

.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px; }

.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px; }

.gform_card_icon_style2 .gform_card_icon_jcb {
  background-position: -180px -192px; }

.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px; }

.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px; }

/*
 * Credit card fields
 */
.ginput_container_creditcard > span {
  margin-top: 1rem;
  display: block; }

.ginput_container_creditcard label {
  color: rgba(30, 47, 67, 0.6);
  display: block;
  font-family: "Poppins-Black";
  font-size: .75rem;
  margin-bottom: .3rem; }

.ginput_container_creditcard .ginput_cardextras {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -1.25rem;
  margin-left: -1.25rem; }
  .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left {
    position: relative;
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
    @media (min-width: 992px) {
      .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
    @media (min-width: 992px) {
      .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::after, .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::before {
      background-image: url("../img/forms/select-chevron.svg");
      background-repeat: no-repeat;
      content: '';
      display: block;
      height: 7px;
      pointer-events: none;
      position: absolute;
      width: 12px; }
    .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::after {
      right: 35px;
      bottom: 17px; }
      @media (min-width: 992px) {
        .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::after {
          top: 50%;
          -webkit-transform: translateY(-50%) translateY(12px);
              -ms-transform: translateY(-50%) translateY(12px);
                  transform: translateY(-50%) translateY(12px);
          right: 35px;
          bottom: initial; } }
    .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::before {
      right: 35px;
      top: 2.5rem; }
      @media (min-width: 992px) {
        .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::before {
          top: 50%;
          -webkit-transform: translateY(-50%) translateY(12px);
              -ms-transform: translateY(-50%) translateY(12px);
                  transform: translateY(-50%) translateY(12px);
          right: auto;
          left: calc(50% - 45px); } }
    @media (min-width: 992px) {
      .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container label {
        position: relative;
        width: 100%;
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    @media (min-width: 992px) {
      .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container select {
        width: calc(50% - 2.5rem);
        margin-left: 1.25rem;
        margin-right: 1.25rem; } }
    @media (max-width: 991.98px) {
      .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container select.ginput_card_expiration_year {
        margin-top: 1.25rem; } }
  .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right {
    position: relative;
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 992px) {
      .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (max-width: 991.98px) {
      .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right {
        margin-top: 1rem; } }
    .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right label {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
    .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right .ginput_card_security_code {
      width: calc(100% - 3.75rem); }
    .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right .ginput_card_security_code_icon {
      background-image: url("../img/forms/gf-creditcard-icons.png");
      background-position: 0 -128px;
      background-repeat: no-repeat;
      display: inline-block;
      height: 23px;
      left: 6px;
      position: relative;
      top: -1px;
      width: 2rem;
      margin-right: 7.5px; }

.field_sublabel_above .ginput_container_creditcard span label {
  margin-bottom: .3rem; }

.field_sublabel_below .ginput_container_creditcard span label {
  margin-top: .3rem; }

.rotator {
  display: none !important;
  color: white;
  opacity: 0.8;
  background-color: black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: fixed;
  top: 100px;
  right: 50px;
  width: 500px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1000; }
  @media (max-width: 749.98px) {
    .rotator {
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5); } }
  .rotator .sliderOutpur {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%; }
  .rotator .selectedElement {
    color: white; }
  .rotator .handle {
    background-color: gray;
    width: 100%;
    height: 25px; }
  .rotator .sliderValue p {
    margin-top: auto;
    margin-bottom: auto; }
  .rotator .slidecontainer {
    -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%; }
  .rotator .slider {
    margin: 1rem;
    -webkit-appearance: none;
    width: 90%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s; }
  .rotator .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #04AA6D;
    cursor: pointer; }
  .rotator .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #04AA6D;
    cursor: pointer; }

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