/* FONT */
/* SPACING */
/* COLOR */
/* GRID */
@import url(../../node_modules/normalize.css/normalize.css);
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1430px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.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%; } }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

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

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

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

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.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: 768px) {
  .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; } }

html {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 200;
  font-style: normal;
  line-height: 1.45rem;
  color: #333; }
  @media screen and (min-width: 768px) {
    html {
      font-size: 18px;
      line-height: 1.5; } }

h1,
h2,
h3,
h4,
h5,
h6,
p,
small {
  margin-top: 0;
  margin-bottom: 0.5em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200; }

h1 {
  font-size: 2.5rem;
  line-height: 3.15rem; }

h2 {
  font-size: 1.95rem;
  line-height: 2rem; }

h3 {
  font-size: 1.56rem;
  font-weight: 300;
  line-height: 1.75rem; }

h4 {
  font-size: 1.25rem; }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 1.563rem; } }
  @media screen and (min-width: 992px) {
    h4 {
      font-size: 1.777rem; } }

h5 {
  font-size: 1rem; }
  @media screen and (min-width: 768px) {
    h5 {
      font-size: 1.25rem; } }
  @media screen and (min-width: 992px) {
    h5 {
      font-size: 1.333rem; } }

h6 {
  font-size: 1rem; }
  @media screen and (min-width: 768px) {
    h6 {
      font-size: 1.1111111111rem; } }

a,
a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 1.5rem; } }

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

p a,
p a:visited {
  text-decoration: underline; }
  p a:hover,
  p a:visited:hover {
    color: #007ab7; }
  p a:focus,
  p a:visited:focus {
    outline: 1px dashed #000000; }

i {
  font-style: italic; }

small {
  display: block;
  font-size: .75rem; }

strong {
  font-weight: 600; }

blockquote {
  position: relative;
  display: block;
  font-stretch: condensed;
  font-size: 1.8rem;
  padding: 0;
  margin: 2rem 0;
  line-height: 1.3; }
  blockquote:before, blockquote:after {
    position: relative;
    display: block;
    color: #FF6200;
    font-size: 5rem;
    height: 2rem; }
  blockquote:before {
    content: '\201c';
    line-height: 4rem;
    margin-left: -4px; }
  blockquote:after {
    content: '\201d';
    text-align: right;
    line-height: 6rem;
    margin-right: -4px; }
  @media screen and (min-width: 576px) {
    blockquote.half-width {
      width: 70%; } }
  @media screen and (min-width: 992px) {
    blockquote.half-width {
      width: 50%; } }
  @media screen and (min-width: 992px) {
    blockquote {
      font-size: 2.2rem;
      margin: 3rem 0; }
      blockquote:before, blockquote:after {
        font-size: 7rem; }
      blockquote:before {
        line-height: 5rem;
        margin-left: -7px; }
      blockquote:after {
        margin-right: -7px; } }

.black {
  font-weight: 700; }

.italic {
  font-style: italic; }

.regular {
  font-weight: 400; }

.condensed {
  font-stretch: condensed; }

.centered-heading {
  text-align: center; }

@media screen and (min-width: 992px) {
  .text-lg-right {
    text-align: right; } }

.paragraph-volunteer .link-readmore {
  display: block;
  color: #007ab7 !important;
  text-transform: uppercase;
  font-weight: 400;
  margin: 1rem 0; }
  .paragraph-volunteer .link-readmore:hover {
    text-decoration: underline; }

.paragraph-volunteer .readmore-block {
  font-size: 15px;
  overflow-y: hidden; }

html {
  height: 100%;
  background-color: #4d148c;
  touch-action: manipulation;
  font-smooth: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  html * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    outline: 0;
    box-sizing: border-box; }

body {
  background-color: #fff; }

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto; }

main {
  padding-top: 60px;
  overflow: hidden; }
  @media screen and (min-width: 1025px) {
    main {
      padding-top: 80px; } }

svg * {
  pointer-events: none; }

button {
  background: transparent;
  outline: none;
  border: none; }

hr {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 2px solid #f2f2f2;
  margin: 2rem 0; }

picture img {
  display: block;
  width: 100%;
  margin-bottom: 1rem; }

.section-margin {
  margin-bottom: 3rem; }
  @media screen and (min-width: 992px) {
    .section-margin {
      margin-bottom: 4rem; } }

.pre-section-margin {
  margin-top: 3rem; }
  @media screen and (min-width: 992px) {
    .pre-section-margin {
      margin-top: 4rem; } }

.listing-margin {
  margin-bottom: 2rem; }
  @media screen and (min-width: 992px) {
    .listing-margin {
      margin-bottom: 3rem; } }

.section--background-image {
  background-size: cover;
  margin-bottom: 126px; }

.brand-section {
  height: 625px;
  margin: 0; }

.section--slider {
  margin-bottom: 58px; }

.section--gray {
  background-color: #dee2e6;
  height: 710px;
  margin: 0; }

.section--gray-100 {
  background-color: #fafafa; }

.section--gray-300 {
  background-color: #f2f2f2; }

.section--map {
  padding: 40px; }

.section--cdp {
  padding: 105px;
  height: 482px; }

.section--quote {
  margin-bottom: 80px; }

.section--homepage {
  padding: 70px 0; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

select {
  display: none; }

.selectric-scroll .selected {
  display: none; }

.selectric .label {
  font-size: 15px;
  height: 60px;
  font-weight: 600;
  padding: 18px 5px;
  line-height: 24px; }

.selectric {
  border: none; }
  .selectric .button {
    background-image: url(/themes/custom/fedex_csr/fedex-csr-ui/public/images/expand-icon.png);
    background-repeat: no-repeat;
    height: 24px;
    background-position: center;
    width: 24px;
    top: calc(50% - 12px);
    right: 12px; }
    .selectric .button:after {
      display: none; }

.selectric-items {
  border: none;
  box-shadow: none; }
  .selectric-items li {
    background-color: #FFF;
    border-bottom: 1px solid #E3E3E3;
    font-size: 15px;
    height: 60px;
    padding: 18px 15px;
    line-height: 24px;
    color: #333;
    font-weight: normal; }
    .selectric-items li:hover {
      color: #333;
      background-color: #FAFAFA; }

.selectric-hover .selectric {
  border-color: #E3E3E3; }

.selectric-open .button {
  background-image: url(/themes/custom/fedex_csr/fedex-csr-ui/public/images/close-24.png);
  background-size: 24px 24px; }

@font-face {
  font-family: 'Fontello';
  src: url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Fontello/fontello.woff2") format("woff2"), url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Fontello/fontello.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-light.woff2") format("woff2"), url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-lightitalic.woff2") format("woff2"), url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-lightitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-light-condensed.woff2") format("woff2"), url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-light-condensed.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: condensed; }

@font-face {
  font-family: 'Roboto';
  src: url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-lightitalic-condensed.woff2") format("woff2"), url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-lightitalic-condensed.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: condensed; }

@font-face {
  font-family: 'Roboto';
  src: url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-regular.woff2") format("woff2"), url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-regular-italic.woff2") format("woff2"), url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-regular-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-regular-condensed.woff2") format("woff2"), url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-regular-condensed.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed; }

@font-face {
  font-family: 'Roboto';
  src: url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-regular-italic-condensed.woff2") format("woff2"), url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-regular-italic-condensed.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: condensed; }

@font-face {
  font-family: 'Roboto';
  src: url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-bold.woff2") format("woff2"), url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-bold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-bolditalic.woff2") format("woff2"), url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-bolditalic.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-bold-condensed.woff2") format("woff2"), url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-bold-condensed.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: condensed; }

@font-face {
  font-family: 'Roboto';
  src: url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-bolditalic-condensed.woff2") format("woff2"), url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-bolditalic-condensed.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: condensed; }

@font-face {
  font-family: 'Roboto';
  src: url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-black.woff2") format("woff2"), url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-black.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-blackitalic.woff2") format("woff2"), url("/themes/custom/fedex_csr/fedex-csr-ui/public/fonts/Roboto/roboto-blackitalic.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

.footer {
  background-color: #4D148C;
  color: #ffffff;
  padding: 2rem 0;
  user-select: none; }
  .footer a {
    color: #ffffff; }
  .footer hr {
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.6); }
  .footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  @media screen and (min-width: 992px) {
    .footer {
      padding: 3rem 0; } }

.footer__logo {
  position: relative;
  display: block;
  margin-bottom: 2rem; }
  .footer__logo svg {
    width: 120px;
    height: 53.86px;
    pointer-events: none;
    opacity: 1;
    visibility: visible; }
  .footer__logo:focus svg {
    outline: 1px dashed #ffffff;
    outline-offset: 5px; }
  @media screen and (min-width: 992px) {
    .footer__logo {
      margin-bottom: 1rem; } }

.footer__section-title {
  text-transform: uppercase;
  opacity: 0.8; }

.footer__link-list {
  font-size: 0.9rem; }
  .footer__link-list li {
    margin-bottom: 0.5rem;
    line-height: 1.3; }
  .footer__link-list a:focus {
    outline: 1px dashed #ffffff;
    outline-offset: 5px; }
  @media screen and (min-width: 992px) {
    .footer__link-list {
      margin-bottom: 0.75rem; } }

.sharing.footer__social-links {
  display: flex;
  justify-content: center;
  margin: 3rem 0 1rem 0; }
  .sharing.footer__social-links li {
    margin: 0 0.5rem; }
  .sharing.footer__social-links a:focus, .sharing.footer__social-links a:hover {
    color: #ffffff;
    outline: none;
    text-decoration: none; }
  @media screen and (min-width: 992px) {
    .sharing.footer__social-links {
      flex-direction: column;
      margin: 0; }
      .sharing.footer__social-links li {
        margin: 0.5rem 0; }
        .sharing.footer__social-links li:first-child {
          margin-top: 0; } }

.footer__copyright {
  display: block;
  margin-bottom: 2rem; }

@media screen and (min-width: 992px) {
  .footer__bordered-column {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    padding-left: 3rem !important; } }

.header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #4D148C;
  z-index: 3;
  -webkit-transition: height 180ms;
  /* Safari */
  transition: height 180ms; }
  [class*='toolbar-'] .header {
    top: 80px; }

.header__container {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 60px;
  height: 60px; }
  @media screen and (min-width: 1025px) {
    .header__container {
      position: relative;
      display: flex;
      height: 100%;
      padding-top: 0; } }

.header.header--scrolled {
  height: 52px; }
  .header.header--scrolled .header__menu-button {
    top: -4px; }
  @media screen and (min-width: 1025px) {
    .header.header--scrolled .header__container {
      height: 52px; } }

.header__logo {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100px;
  height: 60px; }
  @media screen and (min-width: 1025px) {
    .header__logo {
      left: 0;
      height: 80px; } }
  .header__logo svg {
    position: relative;
    display: block;
    width: 80px;
    height: 38.28px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: height 180ms, width 180ms;
    /* Safari */
    -webkit-transform-origin: left bottom;
    transition: height 180ms, width 180ms;
    transform-origin: left bottom; }
    @media screen and (min-width: 1025px) {
      .header__logo svg {
        width: 100%;
        height: 47.86px; } }
  .header__logo:focus:before {
    content: '';
    position: absolute;
    display: block;
    height: calc(100% - 12px);
    width: 100%;
    border: none;
    top: 5px; }
    @media screen and (min-width: 1025px) {
      .header__logo:focus:before {
        left: -11px;
        width: 120px; } }
  .header--scrolled .header__logo {
    height: 52px;
    width: 62px; }
    .header--scrolled .header__logo svg {
      height: 28.28px; }

.header__menu-button {
  position: absolute;
  display: block;
  top: 0;
  right: 5px;
  width: 60px;
  height: 60px;
  padding: 0; }
  .header__menu-button:focus:before {
    content: '';
    position: absolute;
    display: block;
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    box-sizing: border-box; }
  @media screen and (min-width: 1025px) {
    .header__menu-button {
      display: none; } }

.header__menu-button__layer {
  position: absolute;
  display: block;
  height: 2px;
  width: 30px;
  background-color: #ffffff;
  left: 15px;
  transition: 0.15s ease transform, 0.15s ease opacity; }

.header__menu-button__layer--top {
  top: 20px; }
  .menu-visible .header__menu-button__layer--top {
    transform: translateY(9px) rotate(45deg); }

.header__menu-button__layer--middle {
  top: 29px; }
  .menu-visible .header__menu-button__layer--middle {
    transform: translateX(-30px);
    opacity: 0; }

.header__menu-button__layer--bottom {
  top: 38px; }
  .menu-visible .header__menu-button__layer--bottom {
    transform: translateY(-9px) rotate(-45deg); }

::-webkit-search-cancel-button {
  display: none; }

.header--scrolled .header__search__wrapper {
  top: 3px; }

@media screen and (min-width: 768px) {
  .header__search {
    display: none; } }

@media screen and (min-width: 320px) {
  .header__search {
    display: none; } }

@media screen and (min-width: 576px) {
  .header__search {
    display: none; } }

@media screen and (min-width: 1025px) {
  .header__search {
    display: block; } }

.header__search__close-button {
  display: none;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: -66px 0;
  background-size: 77px 56px; }

.header__search__button {
  display: block;
  width: 26px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: -40px 1px;
  background-size: 77px 56px; }

.header__search__toggle {
  width: 26px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 15px);
  right: 20px; }

.header__search__wrapper {
  border: 1px solid #fff;
  width: 0;
  visibility: hidden;
  position: absolute;
  border-radius: 40px;
  right: 50px;
  height: 45px;
  top: 15px;
  opacity: 0;
  transition: 0.3s ease transform, 0.1s ease opacity, 0.1s ease visibility, 0.3s ease width;
  background-color: transparent; }

.header__search__input {
  height: 45px;
  padding: 10px 0;
  padding-left: 20px;
  transition: .25s padding ease;
  width: calc(100% - 64px);
  vertical-align: middle;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  border: none; }
  .header__search__input::-webkit-input-placeholder {
    color: #fff; }

.header__search__submit {
  position: absolute;
  top: -1px;
  right: -1px;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  width: 64px;
  height: 44px;
  border-left: 1px solid #fff;
  background-size: 0 0;
  cursor: pointer; }
  .header__search__submit:hover {
    background-color: #fff; }
    .header__search__submit:hover:after {
      background-position: -40px -28px; }
  .header__search__submit:after {
    content: " ";
    background-image: inherit;
    background-size: 77px 56px;
    display: block;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-position: -40px 0;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px); }

.search-visible .header__search__close-button {
  display: block; }

.search-visible .header__search__toggle {
  width: 12px;
  height: 12px;
  top: calc(50% - 6px); }

.search-visible .header__search__button {
  display: none; }

.search-visible .header__search__wrapper {
  width: calc(100% - 250px);
  visibility: visible;
  opacity: 1; }

::-webkit-search-cancel-button {
  display: none; }

.header--scrolled .header__search__wrapper {
  top: 3px; }

@media screen and (min-width: 768px) {
  .header__search {
    display: none; } }

@media screen and (min-width: 320px) {
  .header__search {
    display: none; } }

@media screen and (min-width: 576px) {
  .header__search {
    display: none; } }

@media screen and (min-width: 1025px) {
  .header__search {
    display: block; } }

.header__search__close-button {
  display: none;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: -66px 0;
  background-size: 77px 56px; }

.header__search__button {
  display: block;
  width: 26px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: -40px 1px;
  background-size: 77px 56px; }

.header__search__toggle {
  width: 26px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 15px);
  right: 20px; }

.header__search__wrapper {
  border: 1px solid #fff;
  width: 0;
  visibility: hidden;
  position: absolute;
  border-radius: 40px;
  right: 50px;
  height: 45px;
  top: 15px;
  opacity: 0;
  transition: 0.3s ease transform, 0.1s ease opacity, 0.1s ease visibility, 0.3s ease width;
  background-color: transparent; }

.header__search__input {
  height: 45px;
  padding: 10px 0;
  padding-left: 20px;
  transition: .25s padding ease;
  width: calc(100% - 64px);
  vertical-align: middle;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  border: none; }
  .header__search__input::-webkit-input-placeholder {
    color: #fff; }

.header__search__submit {
  position: absolute;
  top: -1px;
  right: -1px;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  width: 64px;
  height: 44px;
  border-left: 1px solid #fff;
  background-size: 0 0;
  cursor: pointer; }
  .header__search__submit:hover {
    background-color: #fff; }
    .header__search__submit:hover:after {
      background-position: -40px -28px; }
  .header__search__submit:after {
    content: " ";
    background-image: inherit;
    background-size: 77px 56px;
    display: block;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-position: -40px 0;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px); }

.search-visible .header__search__close-button {
  display: block; }

.search-visible .header__search__toggle {
  width: 12px;
  height: 12px;
  top: calc(50% - 6px); }

.search-visible .header__search__button {
  display: none; }

.search-visible .header__search__wrapper {
  width: calc(100% - 250px);
  visibility: visible;
  opacity: 1; }

body.menu-visible main {
  overflow: hidden;
  pointer-events: none; }

.header__navigation {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100vh - 110px);
  box-sizing: border-box;
  padding-bottom: 80px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform-origin: 50% 0;
  transform: translateX(-50px);
  transition: 0.3s ease transform, 0.3s ease opacity, 0.3s ease visibility;
  transition-delay: 0.08s;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .menu-visible .header__navigation {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0);
    overflow: hidden; }
  @media screen and (min-width: 1025px) {
    .header__navigation {
      position: relative;
      top: auto;
      left: auto;
      padding-bottom: 0;
      width: auto;
      height: 80px;
      opacity: 1;
      visibility: visible;
      pointer-events: all;
      transform: none;
      background-color: transparent;
      overflow: visible;
      transition: 0.1s ease transform, 0.1s ease opacity, 0.1s ease visibility;
      transition-delay: 0.5s; }
      .search-visible .header__navigation {
        transform: translateY(5px);
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transition-delay: 0s; }
      .header.header--scrolled .header__navigation {
        height: 52px; } }
  .header__navigation a {
    color: inherit;
    user-select: none; }

.navigation__tree {
  list-style: none;
  margin: 0;
  padding: 0; }

.navigation__tree--primary {
  position: relative;
  background-color: #f8f8f8;
  padding: 0;
  color: #ffffff; }
  @media screen and (min-width: 1025px) {
    .navigation__tree--primary {
      display: flex;
      height: 100%;
      width: 100%;
      justify-content: center;
      background-color: transparent;
      padding: 0; } }

.navigation__item {
  color: #8e8e8e;
  box-sizing: border-box; }
  .navigation__item > a {
    position: relative;
    display: block;
    width: 100%;
    padding: 14px 20px; }
    @media screen and (min-width: 1025px) {
      .navigation__item > a {
        border: none; } }

.navigation__item--primary {
  position: relative;
  display: block;
  color: #333;
  border-bottom: 1px solid #ffffff; }
  @media screen and (min-width: 1025px) {
    .navigation__item--primary {
      position: relative;
      display: inline-block;
      height: 100%;
      border: none;
      color: inherit; }
      .navigation__item--primary > a {
        position: relative;
        display: flex;
        text-align: center;
        align-items: center;
        height: 100%;
        width: 100%;
        padding: 0 15px;
        font-size: 0.777778rem;
        line-height: 0.7rem;
        font-weight: 400; } }

.navigation__tree--secondary {
  display: none;
  z-index: 999; }
  @media screen and (min-width: 1025px) {
    .navigation__tree--secondary {
      position: absolute;
      display: block;
      top: 100%;
      left: 0;
      color: #333;
      -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.17);
      -moz-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.17);
      box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.17);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      background-color: #f8f8f8; } }

.navigation__item--secondary > a {
  position: relative;
  display: block;
  padding-left: 50px; }

@media screen and (min-width: 1025px) {
  .navigation__item--secondary {
    padding: 0;
    white-space: nowrap;
    overflow: hidden; }
    .navigation__item--secondary > a {
      min-width: 240px;
      padding: 1.2777777778rem 15px;
      border-bottom: 1px solid rgba(182, 182, 182, 0.5);
      font-size: 0.7777777778rem;
      line-height: 0.7777777778rem; }
      .navigation__item--secondary > a:focus:before {
        content: '';
        position: absolute;
        display: block;
        height: calc(100% - 12px);
        box-sizing: border-box;
        width: 100%;
        border: none;
        top: 6px;
        left: 0; }
      .navigation__item--secondary > a:focus:before {
        border-color: #000000;
        width: calc(100% - 12px);
        left: 6px; }
    .navigation__item--secondary:last-child > a {
      border-bottom: none; } }

.navigation__item--has-children {
  position: relative; }
  .navigation__item--has-children > a {
    pointer-events: none; }
  .navigation__item--has-children .nav-arrow-dropdown {
    position: absolute;
    top: 0;
    height: 50px;
    width: 55px;
    right: 0; }
    .navigation__item--has-children .nav-arrow-dropdown:after {
      content: '\f107';
      position: absolute;
      display: flex;
      align-items: center;
      font-size: 1.5rem;
      height: 50px;
      font-family: "Fontello";
      right: 0;
      padding: 0 20px;
      top: 0; }
  @media screen and (min-width: 1025px) {
    .navigation__item--has-children > a {
      pointer-events: all; }
      .navigation__item--has-children > a:after {
        content: " ";
        display: inline-block;
        background-image: url("/themes/custom/fedex_csr/fedex-csr-ui/public/images/menu-sprite.png");
        height: 10px;
        width: 12px;
        margin-left: 5px;
        margin-top: 3px;
        background-size: 77px 56px;
        background-repeat: no-repeat;
        background-position: 0 -4px; }
    .navigation__item--has-children:after {
      content: none !important; }
    .navigation__item--has-children:hover, .navigation__item--has-children:focus-within {
      background-color: #f8f8f8;
      color: #4D148C; }
      .navigation__item--has-children:hover > a:after, .navigation__item--has-children:focus-within > a:after {
        background-position: 0 4px; }
    .navigation__item--has-children:hover, .navigation__item--has-children[focus-within] {
      background-color: #f8f8f8;
      color: #4D148C; }
    .navigation__item--has-children:focus-within .navigation__tree--secondary,
    .navigation__item--has-children > a:focus ~ .navigation__tree--secondary,
    .navigation__item--has-children:hover .navigation__tree--secondary {
      opacity: 1;
      visibility: visible;
      pointer-events: all; }
    .navigation__item--has-children[focus-within] .navigation__tree--secondary,
    .navigation__item--has-children > a:focus ~ .navigation__tree--secondary,
    .navigation__item--has-children:hover .navigation__tree--secondary {
      opacity: 1;
      visibility: visible;
      pointer-events: all; } }

@media screen and (min-width: 1025px) {
  .navigation__item--overview {
    display: none; } }

.inline-list {
  list-style: none;
  padding: 0; }
  .inline-list li {
    margin-right: 30px;
    display: block; }

.search-result--title a {
  color: #333;
  text-decoration: none; }

.paragraph--type--lear-more .card__learn-more {
  margin: 0; }

#block-fedex-branding {
  width: 143px; }

.section--archive-report {
  margin: 50px auto 0; }

.progress-icon {
  width: 280px;
  height: 200px; }

.selectric-menu, selectric-carousel {
  display: none; }

.selectric-carousel {
  margin-bottom: 50px; }

a.load-more {
  margin: 0 auto;
  display: inline-block; }

.menu-visible .header--scrolled .header__container {
  padding-top: 52px; }

.menu-visible .header__container {
  height: auto; }

body.menu-visible {
  overflow: hidden !important; }

.footer p {
  padding-bottom: 1.5rem; }

.slick-slide {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

@media (min-width: 320px) and (max-width: 564px) {
  .section--stats h2 {
    margin-bottom: 40px; } }

.section--hero-focus-area {
  margin: 0; }
  .section--hero-focus-area .hero {
    margin: 0;
    background-size: cover; }

.section--hero {
  margin: 0; }

.section--nav-tabs {
  background: #FAFAFA;
  margin: 0; }
  .section--nav-tabs .tabs--linear .tabs__item {
    width: auto; }

.paragraph--type--cards-list {
  margin: 0;
  width: 100%; }

.section--nav-tabs .tabs--linear .tabs__link:after {
  content: " ";
  display: block;
  position: absolute;
  right: -25px;
  height: 11px;
  width: 1px;
  background: #E3E3E3;
  top: 10px; }

.section--nav-tabs .tabs--linear .tabs__item {
  width: 112px; }

.section--nav-tabs .mdc-tab-indicator__content--underline {
  max-width: 64px; }

.section--nav-tabs .tabs--linear {
  border: none; }

.section--nav-tabs .tabs {
  margin: 25px 0; }

.text-center {
  text-align: center; }

.text-media__content {
  font-size: 16px; }

.container--search {
  margin: 130px auto; }

.list-stories .container {
  margin-bottom: 60px; }

.search-button-wrapper {
  margin: 50px 0; }

.search-field {
  padding: 19px 30px;
  background-color: #f2f2f2;
  font-size: 20px;
  border: 1px solid #000;
  width: 100%;
  color: #333; }
  .search-field::placeholder {
    color: #333; }
  .search-field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333; }

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

.expanded-focus-start {
  margin: 60px 0; }

.emissions {
  margin-top: 90px; }

.cdp-logo {
  max-height: 143px;
  margin-bottom: 100px; }

.section--stats .tab__title {
  padding: 0 50px;
  color: #333; }

.section--stats .slide-image-wrapper {
  max-width: 340px;
  width: 100%;
  margin: 0 auto; }
  .section--stats .slide-image-wrapper img {
    position: static; }

@media (min-width: 320px) and (max-width: 970px) {
  .tabs--solid .tabs__link {
    width: 150px; }
  .selectric-menu, selectric-carousel {
    display: block; } }

.stat__icon {
  position: absolute;
  bottom: 0;
  right: 52px;
  width: 120px;
  height: 119px; }
  .stat__icon img {
    position: absolute;
    bottom: 0; }

.stat__label {
  font-size: 20px;
  line-height: 100%; }

.stat__value {
  font-size: 45px;
  line-height: 100%; }

.stat {
  margin-bottom: 20px;
  padding-left: 20px; }

.section--stats .slide-content {
  border-bottom: 3px solid #4D148C;
  height: 380px; }

.stat__compare-label,
.stat__compare-note,
.stat__compare-value {
  color: #333;
  line-height: 100%; }

.stat__compare-label,
.stat__compare-note {
  font-size: 14px; }

.slide-image-wrapper {
  align-items: center; }

.stat__compare-value {
  font-size: 55px; }

.stat__divider {
  background-image: url(/themes/custom/fedex_csr/fedex-csr-ui/public/images/stats-desktop-divider.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 124px;
  height: 100%; }

.stat__divider--mobile {
  background-image: url(/themes/custom/fedex_csr/fedex-csr-ui/public/images/stats-mobile-divider.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 74px;
  height: 46px;
  margin: 30px auto; }

.full-height {
  height: 100%;
  padding-bottom: 40px; }

.year-scale {
  position: relative;
  width: 646px; }
  @media (min-width: 767px) {
    .year-scale {
      width: 646px; } }
  @media (min-width: 300px) {
    .year-scale {
      width: 100%; } }
  .year-scale img {
    position: absolute;
    right: 20px;
    width: 100%; }
    @media (min-width: 300px) {
      .year-scale img {
        right: 0; } }

.header__search .mdc-floating-label {
  display: none; }

.infographic {
  margin-top: 70px; }

a.sharing__link {
  position: relative;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  height: 1.4rem;
  width: 1.4rem;
  text-align: center;
  transition: 0.1s ease transform, 0.1s ease color; }
  a.sharing__link:before {
    font-family: "Fontello"; }
  a.sharing__link[data-channel='linkedin']:before {
    content: '\f0e1'; }
  a.sharing__link[data-channel='twitter']:before {
    content: '\f099'; }
  a.sharing__link[data-channel='facebook']:before {
    content: '\f09a'; }
  a.sharing__link[data-channel='instagram']:before {
    content: '\f16d'; }
  a.sharing__link[data-channel='email']:before {
    content: '\e800'; }
  a.sharing__link[data-channel='youtube']:before {
    content: '\f167'; }
  @media screen and (min-width: 992px) {
    a.sharing__link {
      font-size: 1.7rem;
      height: 1.7rem;
      width: 1.7rem; } }
  a.sharing__link:focus {
    transform: scale(1.1);
    color: #007ab7; }

.main {
  padding-top: 75px;
  position: relative; }

.arrow-carousel {
  position: relative; }
  .arrow-carousel .slick-arrow, .arrow-carousel .map__arrow {
    position: absolute;
    text-indent: -9999999px;
    width: 14px;
    height: 25.5px;
    top: 6.5px;
    z-index: 2; }
  .arrow-carousel .slick-prev {
    left: 0;
    background-image: url("/themes/custom/fedex_csr/fedex-csr-ui/public/images/arrow-left.png");
    background-repeat: no-repeat; }
  .arrow-carousel .slick-next {
    right: 0;
    background-image: url("/themes/custom/fedex_csr/fedex-csr-ui/public/images/arrow-right.png");
    background-repeat: no-repeat; }
  .arrow-carousel .slick-slide {
    height: auto; }

.map__arrow {
  position: absolute;
  text-indent: -9999999px;
  width: 14px;
  height: 25.5px;
  top: calc(50% - 25px);
  z-index: 2;
  display: none; }

.map__arrow--prev {
  left: 10px;
  background-image: url("/themes/custom/fedex_csr/fedex-csr-ui/public/images/arrow-left.png");
  background-repeat: no-repeat; }

.map__arrow--next {
  right: 10px;
  background-image: url("/themes/custom/fedex_csr/fedex-csr-ui/public/images/arrow-right.png");
  background-repeat: no-repeat; }

@media (min-width: 320px) and (max-width: 768px) {
  .arrow-carousel .slick-prev {
    left: 10px; }
  .arrow-carousel .slick-next {
    right: 10px; } }

#block-fedex-search-form-block {
  position: static; }

#block-fedex-csr-local-tasks {
  position: absolute;
  right: 0;
  top: 13px;
  z-index: 1; }

#block-fedex-csr-local-tasks .tabs {
  list-style: none; }

#block-fedex-csr-local-tasks nav.is-horizontal .tabs.primary .tabs__tab {
  border-radius: 0;
  background-color: transparent;
  box-shadow: 0 1px 0 0 rgba(84, 84, 84, 0.4); }

#block-fedex-csr-local-tasks nav.is-horizontal .tabs.primary .tabs__tab:first-child a {
  border-bottom-left-radius: 3px; }

#block-fedex-csr-local-tasks .tabs .tabs__tab > a {
  border-radius: 0;
  padding: 7px 2em 7px 2em;
  display: block;
  opacity: 1;
  font-weight: 500;
  transition: opacity 100ms linear;
  background-color: #fa6200;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  box-shadow: inset 0 5px 3px -3px rgba(159, 69, 9, 0.7); }

#block-fedex-csr-local-tasks .tabs .tabs__tab > a:hover,
#block-fedex-csr-local-tasks .tabs .tabs__tab > a:focus {
  opacity: 1;
  transition-duration: 60ms;
  color: white; }

#block-fedex-csr-local-tasks .tabs .tabs__tab > a:active {
  color: rgba(255, 255, 255, 0.5); }

#block-fedex-csr-local-tasks .tabs .tabs__tab > a.is-active {
  color: #c75000;
  background: #fff;
  box-shadow: inset 0 5px 3px -3px rgba(84, 84, 84, 0.5); }

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

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

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

.align-x-center {
  background-position-x: center; }

.align-x-left {
  background-position-x: left; }

.align-x-right {
  background-position-x: right; }

.align-y-center {
  background-position-y: center; }

.align-y-top {
  background-position-y: top; }

.align-y-bottom {
  background-position-y: bottom; }

body.video-embed-modal-visible {
  overflow: hidden; }

.video-embed__modal {
  position: fixed;
  display: none;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10; }
  .video-embed-modal-visible .video-embed__modal {
    display: flex; }

.video-embed__modal-close {
  position: absolute;
  display: block;
  right: 0;
  top: -3rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
  cursor: pointer; }
  .video-embed__modal-close svg {
    display: block;
    fill: #ffffff;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible; }
  .video-embed__modal-close:focus {
    outline: 1px dashed #ffffff; }
  .no-touch .video-embed__modal-close:hover {
    transition: 0.2s ease transform;
    transform: rotate(180deg); }

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

.embed-responsive {
  max-height: 80vh;
  overflow: visible; }

.video-embed__poster {
  display: block;
  margin-bottom: 0; }

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .embed-responsive {
    max-height: 60vh; } }

section {
  margin: 50px auto; }

.read-more {
  text-transform: uppercase;
  line-height: 1.3rem;
  font-weight: 500;
  color: #007ab7; }

.quote {
  padding-top: 90px;
  background-image: url("/themes/custom/fedex_csr/fedex-csr-ui/public/images/quote.png");
  background-repeat: no-repeat;
  background-position: -14px -70px; }
  .quote p {
    font-size: 20px; }

.signature {
  margin-bottom: 12px; }

.ceo-name {
  font-size: 21px;
  line-height: 28px;
  width: 100%;
  display: inline-block; }

.ceo-position {
  font-size: 14px;
  line-height: 19px;
  width: 100%;
  display: inline-block; }

.filter-mask {
  background-color: #000;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }

img {
  max-width: 100%; }

.image--align-top {
  background-position: center top; }

.image--align-center {
  background-position: center center; }

.image--align-top {
  background-position: center bottom; }

.image-wrapper {
  margin-bottom: 30px; }

.header {
  height: 75px;
  background-color: #4D148C;
  width: 100%; }

.logo-wrapper {
  max-width: 88px;
  height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.btn {
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
  letter-spacing: 1px;
  font-weight: 600;
  box-sizing: border-box;
  display: block; }
  .btn--primary {
    color: #ffffff;
    min-width: 244px;
    max-width: 280px;
    padding: 19px 30px;
    text-align: center;
    text-transform: uppercase;
    background: #FF6200; }
    .btn--primary:hover {
      outline-width: 2px !important; }
  .btn--outlined {
    background: 0 0;
    letter-spacing: 1px;
    text-align: center;
    justify-content: center;
    min-width: 165px;
    max-width: 240px;
    border: 2px solid #007ab7;
    color: #007ab7;
    outline-color: #007ab7;
    font-size: 14px;
    border-radius: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase; }
    .btn--outlined:hover {
      text-decoration: none;
      border-color: transparent;
      box-shadow: 0 0 0 2px #007ab7; }

.footer__section-title {
  opacity: 1;
  font-size: 16px;
  font-weight: 300; }

.list-stories {
  margin-top: 80px; }

.hero {
  height: 376px;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover; }
  .hero__intro {
    font-size: 1.2rem;
    color: #ffffff;
    display: inline-block; }
  .hero__title {
    color: #ffffff;
    display: block; }
    .hero__title--mobile {
      color: #333;
      text-align: center;
      display: none;
      margin-top: 35px;
      font-size: 1.75rem; }

@media (min-width: 320px) and (max-width: 991px) {
  .hero__title {
    display: none; }
    .hero__title--mobile {
      display: block; }
  .hero__intro {
    display: none;
    color: #333; }
    .hero__intro--mobile {
      display: inline-block; } }

.social-link {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: flex;
  margin-right: 10px;
  margin-left: 0; }
  .social-link--linkedin {
    background-image: url("/themes/custom/fedex_csr/fedex-csr-ui/public/images/fx_linkedin.svg"); }
  .social-link--twitter {
    background-image: url("/themes/custom/fedex_csr/fedex-csr-ui/public/images/fx_twitter.svg"); }
  .social-link--facebook {
    background-image: url("/themes/custom/fedex_csr/fedex-csr-ui/public/images/fx_facebook.svg"); }
  .social-link--email {
    background-image: url("/themes/custom/fedex_csr/fedex-csr-ui/public/images/fx_email.svg"); }

.story-header {
  padding-bottom: 28px;
  margin-top: 100px;
  margin-bottom: 60px;
  border-bottom: 1px solid #707070; }
  .story-header__sharing {
    list-style: none;
    padding: 0;
    margin: 0; }
    .story-header__sharing li {
      display: inline-block; }
  .story-header__date {
    font-size: 1.25em;
    line-height: 1.65em; }

.story__date {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 30px; }

.story__title {
  margin-bottom: 10px; }

.story--teaser {
  margin-bottom: 0; }

.story-teaser {
  margin: 3rem auto; }

@media (min-width: 320px) and (max-width: 768px) {
  .story-header {
    margin-top: 30px; } }

.mdc-tab {
  height: 39px; }
  .mdc-tab .mdc-tab__text-label {
    color: #333;
    line-height: inherit; }

.mdc-tab-bar {
  width: auto; }

.tabs {
  display: flex;
  padding: 0;
  margin: 40px auto; }
  .tabs--solid .tabs__item {
    margin: auto 1px;
    display: inline-block; }
    .tabs--solid .tabs__item--active .tabs__link {
      transition: color .15s ease;
      transition: background-color .15s ease;
      background-color: #4D148C;
      color: #f2f2f2;
      height: 50px;
      font-weight: 500;
      text-decoration: none;
      padding: 15px 10px; }
  .tabs--solid .tabs__link {
    font-size: 15px;
    display: block;
    font-weight: 400;
    text-align: center;
    padding: 11px 10px;
    line-height: 17px;
    cursor: pointer;
    height: 40px;
    width: 190px;
    box-sizing: border-box;
    color: #333;
    background-color: #dee2e6; }
    .tabs--solid .tabs__link:hover {
      font-weight: 500;
      text-decoration: none; }
  .tabs--linear {
    border-bottom: 1px solid #343a40; }
    .tabs--linear .mdc-tab-indicator__content--underline {
      border-color: #4D148C; }
    .tabs--linear .mdc-tab--active .mdc-tab__text-label {
      color: #4D148C; }
    .tabs--linear .tabs__item {
      display: inline-block; }
      .tabs--linear .tabs__item.ui-state-active .tabs__link {
        text-decoration: none;
        color: #4D148C; }
      .tabs--linear .tabs__item:hover .mdc-tab__text-label {
        text-decoration: none;
        color: #4D148C; }
    .tabs--linear .tabs__link {
      font-size: 15px;
      display: block;
      text-align: center;
      position: relative;
      line-height: 1.45rem;
      cursor: pointer;
      text-transform: none;
      letter-spacing: normal;
      box-sizing: border-box;
      font-weight: 500;
      color: #333;
      padding-bottom: 10px; }
    .tabs--linear .mdc-tab__ripple {
      visibility: hidden; }

@media (min-width: 970px) {
  .tabs--linear .tabs__item {
    width: 235px; } }

@media (min-width: 768px) and (max-width: 970px) {
  .tabs--linear .tabs__item {
    width: 192px; } }

@media (min-width: 576px) and (max-width: 768px) {
  .tabs--linear .tabs__item {
    width: 144px; } }

@media (min-width: 320px) and (max-width: 576px) {
  .mdc-tab-bar {
    width: 100%; }
  .big-brand-section .carousel__slide {
    height: 600px; }
  .tabs--linear .tabs__item {
    width: 80px; }
  .tabs--linear .tabs__link {
    font-size: 12px; } }

.tab-section .paragraph--type--lear-more {
  margin-top: 30px; }

.slick-dots {
  list-style: none;
  margin: 0;
  display: flex;
  padding: 0 20px;
  justify-content: center;
  height: 40px;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }
  .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 10px; }
  .slick-dots .carousel__dot {
    border-color: #4D148C; }

.carousel--hero .slick-slide {
  height: 376px; }

.carousel__dot {
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  flex-grow: 0;
  flex-shrink: 0;
  border: 1px solid #4D148C;
  transition: 0.2s ease background-color;
  cursor: pointer; }
  .slick-active .carousel__dot {
    background-color: #4D148C;
    border: 1px solid #4D148C; }

.slide-content {
  position: relative; }

.big-brand-section {
  margin-bottom: 120px; }
  .big-brand-section .carousel__slide {
    padding: 91px 0;
    height: 638px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

.carousel--big .slick-dots {
  margin-top: 30px; }

.card__image {
  width: 100%; }

.card__image-wrapper {
  margin-bottom: 32px; }

.card__description {
  font-size: 16px; }

.card__learn-more {
  margin: 30px 0; }

.card-simple__title {
  font-size: 45px;
  line-height: 59px; }

.map {
  margin-top: 40px; }
  .map__container {
    width: 100%;
    position: relative;
    padding: 0 10px;
    height: 336px; }
    .map__container object {
      object-fit: cover; }
  .map__content-item {
    display: none; }
    .map__content-item--active {
      display: block; }
  .map__content-section {
    margin-bottom: 60px; }
  .map__content-title {
    line-height: 2.25rem;
    color: #333;
    font-size: 1.6rem; }

.tabs--linear .map__nav-item {
  width: 180px; }

.play-button {
  background-image: url("/themes/custom/fedex_csr/fedex-csr-ui/public/images/playbutton.svg");
  width: 108px;
  height: 108px;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat no-repeat;
  position: absolute;
  top: calc(50% - 54px);
  left: calc(50% - 54px);
  transition: .15s ease transform; }
  .play-button:hover {
    transform: scale(1.05); }

.video-wrapper {
  position: relative; }

.video-row {
  height: 100%; }

.video--full-width {
  padding: 80px 0;
  position: relative; }
  .video--full-width .video__info {
    color: #fff;
    position: absolute;
    bottom: 0; }
    .video--full-width .video__info p {
      line-height: 40px; }

.about-subject__title {
  color: #fff; }

.about-subject__subheading {
  color: #fff; }

.about-subject__progress {
  font-size: 80px;
  margin: 0;
  line-height: 109px;
  color: #fff; }

.about-subject__info {
  color: #fff; }

.homepage-r {
  margin-top: 0;
  text-align: center; }
  .homepage-r__title {
    color: #333;
    margin-bottom: 20px; }
  .homepage-r__img {
    margin-bottom: 47px;
    width: 200px;
    height: 200px;
    display: inline-block; }
  .homepage-r__info {
    font-size: 16px; }

#animated, #animated-2 {
  height: 164px;
  display: inline-block; }

.document {
  max-width: 377px;
  display: flex;
  margin-right: 20px;
  width: 100%; }
  .document__info {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-top: 40px; }
  .document__title {
    font-size: 25px;
    margin-bottom: 25px; }
  .document--small__info {
    display: flex;
    flex-direction: column;
    word-break: break-word; }
  .document--small__title {
    font-size: 20px;
    line-height: 20px;
    margin: 15px 0 10px; }
  .document--small__image {
    min-height: 200px;
    display: flex;
    align-items: flex-end; }
    .document--small__image img {
      border: 1px solid #333; }
  .document--small .read-more {
    font-size: 14px; }

.report-col {
  margin-bottom: 40px; }

.progress-bar {
  width: 100%;
  height: 65px;
  margin-bottom: 20px;
  background: #ffffff; }
  .progress-bar--ascending .progress {
    width: 0; }
  .progress-bar--descending .progress {
    width: 100%; }

.progress {
  overflow: hidden;
  height: 100%;
  transition: width 5s ease; }
  .progress--gray {
    background: #F2F2F2;
    color: #333333;
    font-size: 65px;
    text-align: right;
    line-height: 100%; }
  .progress--purple {
    background: #4D148C;
    color: #ffffff;
    font-size: 65px;
    text-align: right;
    line-height: 100%; }
  .progress--actioned {
    padding-right: 20px; }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 970px; }
  .container {
    padding: 0; }
  .row {
    margin-right: -20px;
    margin-left: -20px; }
    .row > [class*=col-] {
      padding-right: 20px;
      padding-left: 20px; } }

@media (min-width: 320px) and (max-width: 970px) {
  .container {
    max-width: 100%;
    width: 100%; } }

.homepage-video {
  padding: 100px 0; }

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

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

@media (max-width: 992px) {
  .carousel--big .slick-dots {
    margin-top: 20px; } }

@media (min-width: 320px) and (max-width: 576px) {
  .d-xs-none {
    display: none !important; }
  .map__nav-item {
    min-width: 50px; }
  .big-brand-section .carousel__slide {
    height: 550px; }
  .map__nav-link {
    font-size: 16px; } }

.menu-toggler {
  display: none; }

@media (min-width: 320px) and (max-width: 1024px) {
  .big-brand-section .carousel__slide {
    height: 450px;
    padding: 40px 0; }
  .menu-toggler {
    display: block;
    z-index: 2; }
  .map__nav {
    text-align: center; }
  .section--background-image {
    margin-bottom: 50px;
    padding: 50px 0; }
  .video--full-width {
    margin-bottom: 0; }
  .header {
    height: 60px;
    position: fixed; }
  .children-visible .navigation__tree--secondary {
    display: block; }
  .header__logo {
    height: 60px;
    padding: 0 10px; }
  .container--search {
    margin: 45px 0; }
  .header__container {
    max-width: 100% !important; }
  .main {
    padding: 60px 0 0 0; } }

@media (min-width: 320px) and (max-width: 991px) {
  p:last-child {
    margin-bottom: 1.5rem; }
  .big-brand-section {
    margin-bottom: 80px; }
  .infographic {
    margin-top: 0; }
  .image-wrapper img {
    width: 100%; }
  .section--quote {
    margin-bottom: 40px; }
  .section--3w {
    background-color: #F2F2F2;
    padding: 55px 0; }
  .tab__title {
    color: #4D148C;
    text-align: center;
    margin-bottom: 40px; }
  .progress-icon {
    height: 165px;
    margin: 10px 0 40px; }
  .btn-wrapper {
    justify-content: center;
    display: flex; }
    .btn-wrapper .btn {
      flex-grow: 1; }
  .text-media__content {
    margin-bottom: 50px; }
    .text-media__content--teaser-left {
      margin-bottom: 0; }
  .homepage-video {
    padding: 40px 0;
    margin: 0; }
  .homepage-r {
    margin-top: 20px; }
    .homepage-r__title {
      margin-bottom: 20px; }
  .map__content-title--mobile {
    display: block;
    margin-bottom: 40px;
    text-align: center; }
  .slick-slide .homepage-r__img {
    display: inline-block; }
  .homepage-r--mobile .slick-arrow {
    top: calc(50% - 25px); }
  .section--map {
    padding: 20px 0 50px;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0; }
  .map__content .map__content-title {
    display: none; }
  .map__content-item {
    margin-top: 50px; }
  .map__nav {
    display: none; }
  .section--homepage {
    margin-bottom: 20px;
    margin-top: 20px; }
  .mobile-center {
    text-align: center; }
  .map-content {
    position: relative; }
  .map__arrow {
    display: block; }
  .map__container {
    height: auto; }
  .container--search {
    margin: 45px 0; }
  .document--small {
    margin-bottom: 20px; }
  .section--cdp {
    height: auto; }
  .section--nav-tabs {
    background: none;
    margin: 40px 0; }
  .expanded-focus-start {
    margin: 60px 0 60px; }
  .section--cdp {
    padding: 50px 0; }
    .section--cdp .btn-wrapper {
      margin: 30px 0; }
    .section--cdp .cdp-logo {
      margin: 30px 0; }
  .section--homepage {
    margin: 20px 0; }
  .section--stats .arrow-carousel__row {
    border-bottom: 3px solid #4D148C;
    padding-bottom: 220px; }
  .stat__icon {
    margin: 30px auto 0;
    height: auto;
    right: calc(50% - 60px); }
    .stat__icon img {
      position: static; } }

@media (min-width: 320px) and (max-width: 991px) {
  .brand-section {
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .paragraph--type--text-and-image {
    margin: 20px 0 50px 0; }
    .paragraph--type--text-and-image .image-wrapper {
      margin-top: 5px; }
  .card__learn-more {
    margin: 0 auto; }
  .stat {
    padding-left: 0; }
  .section--stats .slide-content {
    height: auto; } }

@media (min-width: 320px) and (max-width: 970px) {
  .tabs--solid .tabs__link {
    width: 140px; }
  .section--nav-tabs .tabs-wrapper {
    display: none; }
  .stat__compare-value,
  .stat__value {
    margin: 10px 0; }
  .stat {
    padding-left: 0; }
  .slide-content {
    height: auto; }
    .slide-content img {
      position: static; } }

@media (min-width: 320px) and (max-width: 576px) {
  .tabs-wrapper--solid {
    display: none; }
  .big-brand-section .carousel__slide {
    height: 550px; } }

@media (min-width: 320px) and (max-width: 768px) {
  .video--full-width {
    height: 400px;
    padding: 10px 0; } }

.dummy-container {
  min-height: 900px; }
