@charset "UTF-8";
/*
	Theme Name: Strokes Events
	Theme URI: http://strokesevents.com
	Description: Strokes Events
	Version: 1.4.3
	Author: <a href="contact@muhammedahsan.com">Muhammed Ahsan</a> (@eahxen)
	Author URI: https://muhammedahsan.com
	Tags: HTML5, SASS
*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 2000px; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.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; }

  .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; }

  .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; }

  .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; }

  .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; } }
.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.ml-100 {
  margin-left: 100% !important; }

.ml-99 {
  margin-left: 99% !important; }

.ml-98 {
  margin-left: 98% !important; }

.ml-97 {
  margin-left: 97% !important; }

.ml-96 {
  margin-left: 96% !important; }

.ml-95 {
  margin-left: 95% !important; }

.ml-94 {
  margin-left: 94% !important; }

.ml-93 {
  margin-left: 93% !important; }

.ml-92 {
  margin-left: 92% !important; }

.ml-91 {
  margin-left: 91% !important; }

.ml-90 {
  margin-left: 90% !important; }

.ml-89 {
  margin-left: 89% !important; }

.ml-88 {
  margin-left: 88% !important; }

.ml-87 {
  margin-left: 87% !important; }

.ml-86 {
  margin-left: 86% !important; }

.ml-85 {
  margin-left: 85% !important; }

.ml-84 {
  margin-left: 84% !important; }

.ml-83 {
  margin-left: 83% !important; }

.ml-82 {
  margin-left: 82% !important; }

.ml-81 {
  margin-left: 81% !important; }

.ml-80 {
  margin-left: 80% !important; }

.ml-79 {
  margin-left: 79% !important; }

.ml-78 {
  margin-left: 78% !important; }

.ml-77 {
  margin-left: 77% !important; }

.ml-76 {
  margin-left: 76% !important; }

.ml-75 {
  margin-left: 75% !important; }

.ml-74 {
  margin-left: 74% !important; }

.ml-73 {
  margin-left: 73% !important; }

.ml-72 {
  margin-left: 72% !important; }

.ml-71 {
  margin-left: 71% !important; }

.ml-70 {
  margin-left: 70% !important; }

.ml-69 {
  margin-left: 69% !important; }

.ml-68 {
  margin-left: 68% !important; }

.ml-67 {
  margin-left: 67% !important; }

.ml-66 {
  margin-left: 66% !important; }

.ml-65 {
  margin-left: 65% !important; }

.ml-64 {
  margin-left: 64% !important; }

.ml-63 {
  margin-left: 63% !important; }

.ml-62 {
  margin-left: 62% !important; }

.ml-61 {
  margin-left: 61% !important; }

.ml-60 {
  margin-left: 60% !important; }

.ml-59 {
  margin-left: 59% !important; }

.ml-58 {
  margin-left: 58% !important; }

.ml-57 {
  margin-left: 57% !important; }

.ml-56 {
  margin-left: 56% !important; }

.ml-55 {
  margin-left: 55% !important; }

.ml-54 {
  margin-left: 54% !important; }

.ml-53 {
  margin-left: 53% !important; }

.ml-52 {
  margin-left: 52% !important; }

.ml-51 {
  margin-left: 51% !important; }

.ml-50 {
  margin-left: 50% !important; }

.ml-49 {
  margin-left: 49% !important; }

.ml-48 {
  margin-left: 48% !important; }

.ml-47 {
  margin-left: 47% !important; }

.ml-46 {
  margin-left: 46% !important; }

.ml-45 {
  margin-left: 45% !important; }

.ml-44 {
  margin-left: 44% !important; }

.ml-43 {
  margin-left: 43% !important; }

.ml-42 {
  margin-left: 42% !important; }

.ml-41 {
  margin-left: 41% !important; }

.ml-40 {
  margin-left: 40% !important; }

.ml-39 {
  margin-left: 39% !important; }

.ml-38 {
  margin-left: 38% !important; }

.ml-37 {
  margin-left: 37% !important; }

.ml-36 {
  margin-left: 36% !important; }

.ml-35 {
  margin-left: 35% !important; }

.ml-34 {
  margin-left: 34% !important; }

.ml-33 {
  margin-left: 33% !important; }

.ml-32 {
  margin-left: 32% !important; }

.ml-31 {
  margin-left: 31% !important; }

.ml-30 {
  margin-left: 30% !important; }

.ml-29 {
  margin-left: 29% !important; }

.ml-28 {
  margin-left: 28% !important; }

.ml-27 {
  margin-left: 27% !important; }

.ml-26 {
  margin-left: 26% !important; }

.ml-25 {
  margin-left: 25% !important; }

.ml-24 {
  margin-left: 24% !important; }

.ml-23 {
  margin-left: 23% !important; }

.ml-22 {
  margin-left: 22% !important; }

.ml-21 {
  margin-left: 21% !important; }

.ml-20 {
  margin-left: 20% !important; }

.ml-19 {
  margin-left: 19% !important; }

.ml-18 {
  margin-left: 18% !important; }

.ml-17 {
  margin-left: 17% !important; }

.ml-16 {
  margin-left: 16% !important; }

.ml-15 {
  margin-left: 15% !important; }

.ml-14 {
  margin-left: 14% !important; }

.ml-13 {
  margin-left: 13% !important; }

.ml-12 {
  margin-left: 12% !important; }

.ml-11 {
  margin-left: 11% !important; }

.ml-10 {
  margin-left: 10% !important; }

.ml-9 {
  margin-left: 9% !important; }

.ml-8 {
  margin-left: 8% !important; }

.ml-7 {
  margin-left: 7% !important; }

.ml-6 {
  margin-left: 6% !important; }

.ml-5 {
  margin-left: 5% !important; }

.ml-4 {
  margin-left: 4% !important; }

.ml-3 {
  margin-left: 3% !important; }

.ml-2 {
  margin-left: 2% !important; }

.ml-1 {
  margin-left: 1% !important; }

.mr-100 {
  margin-right: 100% !important; }

.mr-99 {
  margin-right: 99% !important; }

.mr-98 {
  margin-right: 98% !important; }

.mr-97 {
  margin-right: 97% !important; }

.mr-96 {
  margin-right: 96% !important; }

.mr-95 {
  margin-right: 95% !important; }

.mr-94 {
  margin-right: 94% !important; }

.mr-93 {
  margin-right: 93% !important; }

.mr-92 {
  margin-right: 92% !important; }

.mr-91 {
  margin-right: 91% !important; }

.mr-90 {
  margin-right: 90% !important; }

.mr-89 {
  margin-right: 89% !important; }

.mr-88 {
  margin-right: 88% !important; }

.mr-87 {
  margin-right: 87% !important; }

.mr-86 {
  margin-right: 86% !important; }

.mr-85 {
  margin-right: 85% !important; }

.mr-84 {
  margin-right: 84% !important; }

.mr-83 {
  margin-right: 83% !important; }

.mr-82 {
  margin-right: 82% !important; }

.mr-81 {
  margin-right: 81% !important; }

.mr-80 {
  margin-right: 80% !important; }

.mr-79 {
  margin-right: 79% !important; }

.mr-78 {
  margin-right: 78% !important; }

.mr-77 {
  margin-right: 77% !important; }

.mr-76 {
  margin-right: 76% !important; }

.mr-75 {
  margin-right: 75% !important; }

.mr-74 {
  margin-right: 74% !important; }

.mr-73 {
  margin-right: 73% !important; }

.mr-72 {
  margin-right: 72% !important; }

.mr-71 {
  margin-right: 71% !important; }

.mr-70 {
  margin-right: 70% !important; }

.mr-69 {
  margin-right: 69% !important; }

.mr-68 {
  margin-right: 68% !important; }

.mr-67 {
  margin-right: 67% !important; }

.mr-66 {
  margin-right: 66% !important; }

.mr-65 {
  margin-right: 65% !important; }

.mr-64 {
  margin-right: 64% !important; }

.mr-63 {
  margin-right: 63% !important; }

.mr-62 {
  margin-right: 62% !important; }

.mr-61 {
  margin-right: 61% !important; }

.mr-60 {
  margin-right: 60% !important; }

.mr-59 {
  margin-right: 59% !important; }

.mr-58 {
  margin-right: 58% !important; }

.mr-57 {
  margin-right: 57% !important; }

.mr-56 {
  margin-right: 56% !important; }

.mr-55 {
  margin-right: 55% !important; }

.mr-54 {
  margin-right: 54% !important; }

.mr-53 {
  margin-right: 53% !important; }

.mr-52 {
  margin-right: 52% !important; }

.mr-51 {
  margin-right: 51% !important; }

.mr-50 {
  margin-right: 50% !important; }

.mr-49 {
  margin-right: 49% !important; }

.mr-48 {
  margin-right: 48% !important; }

.mr-47 {
  margin-right: 47% !important; }

.mr-46 {
  margin-right: 46% !important; }

.mr-45 {
  margin-right: 45% !important; }

.mr-44 {
  margin-right: 44% !important; }

.mr-43 {
  margin-right: 43% !important; }

.mr-42 {
  margin-right: 42% !important; }

.mr-41 {
  margin-right: 41% !important; }

.mr-40 {
  margin-right: 40% !important; }

.mr-39 {
  margin-right: 39% !important; }

.mr-38 {
  margin-right: 38% !important; }

.mr-37 {
  margin-right: 37% !important; }

.mr-36 {
  margin-right: 36% !important; }

.mr-35 {
  margin-right: 35% !important; }

.mr-34 {
  margin-right: 34% !important; }

.mr-33 {
  margin-right: 33% !important; }

.mr-32 {
  margin-right: 32% !important; }

.mr-31 {
  margin-right: 31% !important; }

.mr-30 {
  margin-right: 30% !important; }

.mr-29 {
  margin-right: 29% !important; }

.mr-28 {
  margin-right: 28% !important; }

.mr-27 {
  margin-right: 27% !important; }

.mr-26 {
  margin-right: 26% !important; }

.mr-25 {
  margin-right: 25% !important; }

.mr-24 {
  margin-right: 24% !important; }

.mr-23 {
  margin-right: 23% !important; }

.mr-22 {
  margin-right: 22% !important; }

.mr-21 {
  margin-right: 21% !important; }

.mr-20 {
  margin-right: 20% !important; }

.mr-19 {
  margin-right: 19% !important; }

.mr-18 {
  margin-right: 18% !important; }

.mr-17 {
  margin-right: 17% !important; }

.mr-16 {
  margin-right: 16% !important; }

.mr-15 {
  margin-right: 15% !important; }

.mr-14 {
  margin-right: 14% !important; }

.mr-13 {
  margin-right: 13% !important; }

.mr-12 {
  margin-right: 12% !important; }

.mr-11 {
  margin-right: 11% !important; }

.mr-10 {
  margin-right: 10% !important; }

.mr-9 {
  margin-right: 9% !important; }

.mr-8 {
  margin-right: 8% !important; }

.mr-7 {
  margin-right: 7% !important; }

.mr-6 {
  margin-right: 6% !important; }

.mr-5 {
  margin-right: 5% !important; }

.mr-4 {
  margin-right: 4% !important; }

.mr-3 {
  margin-right: 3% !important; }

.mr-2 {
  margin-right: 2% !important; }

.mr-1 {
  margin-right: 1% !important; }

.pr-100 {
  padding-right: 100% !important; }

.pr-99 {
  padding-right: 99% !important; }

.pr-98 {
  padding-right: 98% !important; }

.pr-97 {
  padding-right: 97% !important; }

.pr-96 {
  padding-right: 96% !important; }

.pr-95 {
  padding-right: 95% !important; }

.pr-94 {
  padding-right: 94% !important; }

.pr-93 {
  padding-right: 93% !important; }

.pr-92 {
  padding-right: 92% !important; }

.pr-91 {
  padding-right: 91% !important; }

.pr-90 {
  padding-right: 90% !important; }

.pr-89 {
  padding-right: 89% !important; }

.pr-88 {
  padding-right: 88% !important; }

.pr-87 {
  padding-right: 87% !important; }

.pr-86 {
  padding-right: 86% !important; }

.pr-85 {
  padding-right: 85% !important; }

.pr-84 {
  padding-right: 84% !important; }

.pr-83 {
  padding-right: 83% !important; }

.pr-82 {
  padding-right: 82% !important; }

.pr-81 {
  padding-right: 81% !important; }

.pr-80 {
  padding-right: 80% !important; }

.pr-79 {
  padding-right: 79% !important; }

.pr-78 {
  padding-right: 78% !important; }

.pr-77 {
  padding-right: 77% !important; }

.pr-76 {
  padding-right: 76% !important; }

.pr-75 {
  padding-right: 75% !important; }

.pr-74 {
  padding-right: 74% !important; }

.pr-73 {
  padding-right: 73% !important; }

.pr-72 {
  padding-right: 72% !important; }

.pr-71 {
  padding-right: 71% !important; }

.pr-70 {
  padding-right: 70% !important; }

.pr-69 {
  padding-right: 69% !important; }

.pr-68 {
  padding-right: 68% !important; }

.pr-67 {
  padding-right: 67% !important; }

.pr-66 {
  padding-right: 66% !important; }

.pr-65 {
  padding-right: 65% !important; }

.pr-64 {
  padding-right: 64% !important; }

.pr-63 {
  padding-right: 63% !important; }

.pr-62 {
  padding-right: 62% !important; }

.pr-61 {
  padding-right: 61% !important; }

.pr-60 {
  padding-right: 60% !important; }

.pr-59 {
  padding-right: 59% !important; }

.pr-58 {
  padding-right: 58% !important; }

.pr-57 {
  padding-right: 57% !important; }

.pr-56 {
  padding-right: 56% !important; }

.pr-55 {
  padding-right: 55% !important; }

.pr-54 {
  padding-right: 54% !important; }

.pr-53 {
  padding-right: 53% !important; }

.pr-52 {
  padding-right: 52% !important; }

.pr-51 {
  padding-right: 51% !important; }

.pr-50 {
  padding-right: 50% !important; }

.pr-49 {
  padding-right: 49% !important; }

.pr-48 {
  padding-right: 48% !important; }

.pr-47 {
  padding-right: 47% !important; }

.pr-46 {
  padding-right: 46% !important; }

.pr-45 {
  padding-right: 45% !important; }

.pr-44 {
  padding-right: 44% !important; }

.pr-43 {
  padding-right: 43% !important; }

.pr-42 {
  padding-right: 42% !important; }

.pr-41 {
  padding-right: 41% !important; }

.pr-40 {
  padding-right: 40% !important; }

.pr-39 {
  padding-right: 39% !important; }

.pr-38 {
  padding-right: 38% !important; }

.pr-37 {
  padding-right: 37% !important; }

.pr-36 {
  padding-right: 36% !important; }

.pr-35 {
  padding-right: 35% !important; }

.pr-34 {
  padding-right: 34% !important; }

.pr-33 {
  padding-right: 33% !important; }

.pr-32 {
  padding-right: 32% !important; }

.pr-31 {
  padding-right: 31% !important; }

.pr-30 {
  padding-right: 30% !important; }

.pr-29 {
  padding-right: 29% !important; }

.pr-28 {
  padding-right: 28% !important; }

.pr-27 {
  padding-right: 27% !important; }

.pr-26 {
  padding-right: 26% !important; }

.pr-25 {
  padding-right: 25% !important; }

.pr-24 {
  padding-right: 24% !important; }

.pr-23 {
  padding-right: 23% !important; }

.pr-22 {
  padding-right: 22% !important; }

.pr-21 {
  padding-right: 21% !important; }

.pr-20 {
  padding-right: 20% !important; }

.pr-19 {
  padding-right: 19% !important; }

.pr-18 {
  padding-right: 18% !important; }

.pr-17 {
  padding-right: 17% !important; }

.pr-16 {
  padding-right: 16% !important; }

.pr-15 {
  padding-right: 15% !important; }

.pr-14 {
  padding-right: 14% !important; }

.pr-13 {
  padding-right: 13% !important; }

.pr-12 {
  padding-right: 12% !important; }

.pr-11 {
  padding-right: 11% !important; }

.pr-10 {
  padding-right: 10% !important; }

.pr-9 {
  padding-right: 9% !important; }

.pr-8 {
  padding-right: 8% !important; }

.pr-7 {
  padding-right: 7% !important; }

.pr-6 {
  padding-right: 6% !important; }

.pr-5 {
  padding-right: 5% !important; }

.pr-4 {
  padding-right: 4% !important; }

.pr-3 {
  padding-right: 3% !important; }

.pr-2 {
  padding-right: 2% !important; }

.pr-1 {
  padding-right: 1% !important; }

.pl-100 {
  padding-left: 100% !important; }

.pl-99 {
  padding-left: 99% !important; }

.pl-98 {
  padding-left: 98% !important; }

.pl-97 {
  padding-left: 97% !important; }

.pl-96 {
  padding-left: 96% !important; }

.pl-95 {
  padding-left: 95% !important; }

.pl-94 {
  padding-left: 94% !important; }

.pl-93 {
  padding-left: 93% !important; }

.pl-92 {
  padding-left: 92% !important; }

.pl-91 {
  padding-left: 91% !important; }

.pl-90 {
  padding-left: 90% !important; }

.pl-89 {
  padding-left: 89% !important; }

.pl-88 {
  padding-left: 88% !important; }

.pl-87 {
  padding-left: 87% !important; }

.pl-86 {
  padding-left: 86% !important; }

.pl-85 {
  padding-left: 85% !important; }

.pl-84 {
  padding-left: 84% !important; }

.pl-83 {
  padding-left: 83% !important; }

.pl-82 {
  padding-left: 82% !important; }

.pl-81 {
  padding-left: 81% !important; }

.pl-80 {
  padding-left: 80% !important; }

.pl-79 {
  padding-left: 79% !important; }

.pl-78 {
  padding-left: 78% !important; }

.pl-77 {
  padding-left: 77% !important; }

.pl-76 {
  padding-left: 76% !important; }

.pl-75 {
  padding-left: 75% !important; }

.pl-74 {
  padding-left: 74% !important; }

.pl-73 {
  padding-left: 73% !important; }

.pl-72 {
  padding-left: 72% !important; }

.pl-71 {
  padding-left: 71% !important; }

.pl-70 {
  padding-left: 70% !important; }

.pl-69 {
  padding-left: 69% !important; }

.pl-68 {
  padding-left: 68% !important; }

.pl-67 {
  padding-left: 67% !important; }

.pl-66 {
  padding-left: 66% !important; }

.pl-65 {
  padding-left: 65% !important; }

.pl-64 {
  padding-left: 64% !important; }

.pl-63 {
  padding-left: 63% !important; }

.pl-62 {
  padding-left: 62% !important; }

.pl-61 {
  padding-left: 61% !important; }

.pl-60 {
  padding-left: 60% !important; }

.pl-59 {
  padding-left: 59% !important; }

.pl-58 {
  padding-left: 58% !important; }

.pl-57 {
  padding-left: 57% !important; }

.pl-56 {
  padding-left: 56% !important; }

.pl-55 {
  padding-left: 55% !important; }

.pl-54 {
  padding-left: 54% !important; }

.pl-53 {
  padding-left: 53% !important; }

.pl-52 {
  padding-left: 52% !important; }

.pl-51 {
  padding-left: 51% !important; }

.pl-50 {
  padding-left: 50% !important; }

.pl-49 {
  padding-left: 49% !important; }

.pl-48 {
  padding-left: 48% !important; }

.pl-47 {
  padding-left: 47% !important; }

.pl-46 {
  padding-left: 46% !important; }

.pl-45 {
  padding-left: 45% !important; }

.pl-44 {
  padding-left: 44% !important; }

.pl-43 {
  padding-left: 43% !important; }

.pl-42 {
  padding-left: 42% !important; }

.pl-41 {
  padding-left: 41% !important; }

.pl-40 {
  padding-left: 40% !important; }

.pl-39 {
  padding-left: 39% !important; }

.pl-38 {
  padding-left: 38% !important; }

.pl-37 {
  padding-left: 37% !important; }

.pl-36 {
  padding-left: 36% !important; }

.pl-35 {
  padding-left: 35% !important; }

.pl-34 {
  padding-left: 34% !important; }

.pl-33 {
  padding-left: 33% !important; }

.pl-32 {
  padding-left: 32% !important; }

.pl-31 {
  padding-left: 31% !important; }

.pl-30 {
  padding-left: 30% !important; }

.pl-29 {
  padding-left: 29% !important; }

.pl-28 {
  padding-left: 28% !important; }

.pl-27 {
  padding-left: 27% !important; }

.pl-26 {
  padding-left: 26% !important; }

.pl-25 {
  padding-left: 25% !important; }

.pl-24 {
  padding-left: 24% !important; }

.pl-23 {
  padding-left: 23% !important; }

.pl-22 {
  padding-left: 22% !important; }

.pl-21 {
  padding-left: 21% !important; }

.pl-20 {
  padding-left: 20% !important; }

.pl-19 {
  padding-left: 19% !important; }

.pl-18 {
  padding-left: 18% !important; }

.pl-17 {
  padding-left: 17% !important; }

.pl-16 {
  padding-left: 16% !important; }

.pl-15 {
  padding-left: 15% !important; }

.pl-14 {
  padding-left: 14% !important; }

.pl-13 {
  padding-left: 13% !important; }

.pl-12 {
  padding-left: 12% !important; }

.pl-11 {
  padding-left: 11% !important; }

.pl-10 {
  padding-left: 10% !important; }

.pl-9 {
  padding-left: 9% !important; }

.pl-8 {
  padding-left: 8% !important; }

.pl-7 {
  padding-left: 7% !important; }

.pl-6 {
  padding-left: 6% !important; }

.pl-5 {
  padding-left: 5% !important; }

.pl-4 {
  padding-left: 4% !important; }

.pl-3 {
  padding-left: 3% !important; }

.pl-2 {
  padding-left: 2% !important; }

.pl-1 {
  padding-left: 1% !important; }

.mb-100 {
  margin-bottom: 100% !important; }

.mb-99 {
  margin-bottom: 99% !important; }

.mb-98 {
  margin-bottom: 98% !important; }

.mb-97 {
  margin-bottom: 97% !important; }

.mb-96 {
  margin-bottom: 96% !important; }

.mb-95 {
  margin-bottom: 95% !important; }

.mb-94 {
  margin-bottom: 94% !important; }

.mb-93 {
  margin-bottom: 93% !important; }

.mb-92 {
  margin-bottom: 92% !important; }

.mb-91 {
  margin-bottom: 91% !important; }

.mb-90 {
  margin-bottom: 90% !important; }

.mb-89 {
  margin-bottom: 89% !important; }

.mb-88 {
  margin-bottom: 88% !important; }

.mb-87 {
  margin-bottom: 87% !important; }

.mb-86 {
  margin-bottom: 86% !important; }

.mb-85 {
  margin-bottom: 85% !important; }

.mb-84 {
  margin-bottom: 84% !important; }

.mb-83 {
  margin-bottom: 83% !important; }

.mb-82 {
  margin-bottom: 82% !important; }

.mb-81 {
  margin-bottom: 81% !important; }

.mb-80 {
  margin-bottom: 80% !important; }

.mb-79 {
  margin-bottom: 79% !important; }

.mb-78 {
  margin-bottom: 78% !important; }

.mb-77 {
  margin-bottom: 77% !important; }

.mb-76 {
  margin-bottom: 76% !important; }

.mb-75 {
  margin-bottom: 75% !important; }

.mb-74 {
  margin-bottom: 74% !important; }

.mb-73 {
  margin-bottom: 73% !important; }

.mb-72 {
  margin-bottom: 72% !important; }

.mb-71 {
  margin-bottom: 71% !important; }

.mb-70 {
  margin-bottom: 70% !important; }

.mb-69 {
  margin-bottom: 69% !important; }

.mb-68 {
  margin-bottom: 68% !important; }

.mb-67 {
  margin-bottom: 67% !important; }

.mb-66 {
  margin-bottom: 66% !important; }

.mb-65 {
  margin-bottom: 65% !important; }

.mb-64 {
  margin-bottom: 64% !important; }

.mb-63 {
  margin-bottom: 63% !important; }

.mb-62 {
  margin-bottom: 62% !important; }

.mb-61 {
  margin-bottom: 61% !important; }

.mb-60 {
  margin-bottom: 60% !important; }

.mb-59 {
  margin-bottom: 59% !important; }

.mb-58 {
  margin-bottom: 58% !important; }

.mb-57 {
  margin-bottom: 57% !important; }

.mb-56 {
  margin-bottom: 56% !important; }

.mb-55 {
  margin-bottom: 55% !important; }

.mb-54 {
  margin-bottom: 54% !important; }

.mb-53 {
  margin-bottom: 53% !important; }

.mb-52 {
  margin-bottom: 52% !important; }

.mb-51 {
  margin-bottom: 51% !important; }

.mb-50 {
  margin-bottom: 50% !important; }

.mb-49 {
  margin-bottom: 49% !important; }

.mb-48 {
  margin-bottom: 48% !important; }

.mb-47 {
  margin-bottom: 47% !important; }

.mb-46 {
  margin-bottom: 46% !important; }

.mb-45 {
  margin-bottom: 45% !important; }

.mb-44 {
  margin-bottom: 44% !important; }

.mb-43 {
  margin-bottom: 43% !important; }

.mb-42 {
  margin-bottom: 42% !important; }

.mb-41 {
  margin-bottom: 41% !important; }

.mb-40 {
  margin-bottom: 40% !important; }

.mb-39 {
  margin-bottom: 39% !important; }

.mb-38 {
  margin-bottom: 38% !important; }

.mb-37 {
  margin-bottom: 37% !important; }

.mb-36 {
  margin-bottom: 36% !important; }

.mb-35 {
  margin-bottom: 35% !important; }

.mb-34 {
  margin-bottom: 34% !important; }

.mb-33 {
  margin-bottom: 33% !important; }

.mb-32 {
  margin-bottom: 32% !important; }

.mb-31 {
  margin-bottom: 31% !important; }

.mb-30 {
  margin-bottom: 30% !important; }

.mb-29 {
  margin-bottom: 29% !important; }

.mb-28 {
  margin-bottom: 28% !important; }

.mb-27 {
  margin-bottom: 27% !important; }

.mb-26 {
  margin-bottom: 26% !important; }

.mb-25 {
  margin-bottom: 25% !important; }

.mb-24 {
  margin-bottom: 24% !important; }

.mb-23 {
  margin-bottom: 23% !important; }

.mb-22 {
  margin-bottom: 22% !important; }

.mb-21 {
  margin-bottom: 21% !important; }

.mb-20 {
  margin-bottom: 20% !important; }

.mb-19 {
  margin-bottom: 19% !important; }

.mb-18 {
  margin-bottom: 18% !important; }

.mb-17 {
  margin-bottom: 17% !important; }

.mb-16 {
  margin-bottom: 16% !important; }

.mb-15 {
  margin-bottom: 15% !important; }

.mb-14 {
  margin-bottom: 14% !important; }

.mb-13 {
  margin-bottom: 13% !important; }

.mb-12 {
  margin-bottom: 12% !important; }

.mb-11 {
  margin-bottom: 11% !important; }

.mb-10 {
  margin-bottom: 10% !important; }

.mb-9 {
  margin-bottom: 9% !important; }

.mb-8 {
  margin-bottom: 8% !important; }

.mb-7 {
  margin-bottom: 7% !important; }

.mb-6 {
  margin-bottom: 6% !important; }

.mb-5 {
  margin-bottom: 5% !important; }

.mb-4 {
  margin-bottom: 4% !important; }

.mb-3 {
  margin-bottom: 3% !important; }

.mb-2 {
  margin-bottom: 2% !important; }

.mb-1 {
  margin-bottom: 1% !important; }

.mb-0 {
  margin-bottom: 0% !important; }

.mt-100 {
  margin-top: 100% !important; }

.mt-99 {
  margin-top: 99% !important; }

.mt-98 {
  margin-top: 98% !important; }

.mt-97 {
  margin-top: 97% !important; }

.mt-96 {
  margin-top: 96% !important; }

.mt-95 {
  margin-top: 95% !important; }

.mt-94 {
  margin-top: 94% !important; }

.mt-93 {
  margin-top: 93% !important; }

.mt-92 {
  margin-top: 92% !important; }

.mt-91 {
  margin-top: 91% !important; }

.mt-90 {
  margin-top: 90% !important; }

.mt-89 {
  margin-top: 89% !important; }

.mt-88 {
  margin-top: 88% !important; }

.mt-87 {
  margin-top: 87% !important; }

.mt-86 {
  margin-top: 86% !important; }

.mt-85 {
  margin-top: 85% !important; }

.mt-84 {
  margin-top: 84% !important; }

.mt-83 {
  margin-top: 83% !important; }

.mt-82 {
  margin-top: 82% !important; }

.mt-81 {
  margin-top: 81% !important; }

.mt-80 {
  margin-top: 80% !important; }

.mt-79 {
  margin-top: 79% !important; }

.mt-78 {
  margin-top: 78% !important; }

.mt-77 {
  margin-top: 77% !important; }

.mt-76 {
  margin-top: 76% !important; }

.mt-75 {
  margin-top: 75% !important; }

.mt-74 {
  margin-top: 74% !important; }

.mt-73 {
  margin-top: 73% !important; }

.mt-72 {
  margin-top: 72% !important; }

.mt-71 {
  margin-top: 71% !important; }

.mt-70 {
  margin-top: 70% !important; }

.mt-69 {
  margin-top: 69% !important; }

.mt-68 {
  margin-top: 68% !important; }

.mt-67 {
  margin-top: 67% !important; }

.mt-66 {
  margin-top: 66% !important; }

.mt-65 {
  margin-top: 65% !important; }

.mt-64 {
  margin-top: 64% !important; }

.mt-63 {
  margin-top: 63% !important; }

.mt-62 {
  margin-top: 62% !important; }

.mt-61 {
  margin-top: 61% !important; }

.mt-60 {
  margin-top: 60% !important; }

.mt-59 {
  margin-top: 59% !important; }

.mt-58 {
  margin-top: 58% !important; }

.mt-57 {
  margin-top: 57% !important; }

.mt-56 {
  margin-top: 56% !important; }

.mt-55 {
  margin-top: 55% !important; }

.mt-54 {
  margin-top: 54% !important; }

.mt-53 {
  margin-top: 53% !important; }

.mt-52 {
  margin-top: 52% !important; }

.mt-51 {
  margin-top: 51% !important; }

.mt-50 {
  margin-top: 50% !important; }

.mt-49 {
  margin-top: 49% !important; }

.mt-48 {
  margin-top: 48% !important; }

.mt-47 {
  margin-top: 47% !important; }

.mt-46 {
  margin-top: 46% !important; }

.mt-45 {
  margin-top: 45% !important; }

.mt-44 {
  margin-top: 44% !important; }

.mt-43 {
  margin-top: 43% !important; }

.mt-42 {
  margin-top: 42% !important; }

.mt-41 {
  margin-top: 41% !important; }

.mt-40 {
  margin-top: 40% !important; }

.mt-39 {
  margin-top: 39% !important; }

.mt-38 {
  margin-top: 38% !important; }

.mt-37 {
  margin-top: 37% !important; }

.mt-36 {
  margin-top: 36% !important; }

.mt-35 {
  margin-top: 35% !important; }

.mt-34 {
  margin-top: 34% !important; }

.mt-33 {
  margin-top: 33% !important; }

.mt-32 {
  margin-top: 32% !important; }

.mt-31 {
  margin-top: 31% !important; }

.mt-30 {
  margin-top: 30% !important; }

.mt-29 {
  margin-top: 29% !important; }

.mt-28 {
  margin-top: 28% !important; }

.mt-27 {
  margin-top: 27% !important; }

.mt-26 {
  margin-top: 26% !important; }

.mt-25 {
  margin-top: 25% !important; }

.mt-24 {
  margin-top: 24% !important; }

.mt-23 {
  margin-top: 23% !important; }

.mt-22 {
  margin-top: 22% !important; }

.mt-21 {
  margin-top: 21% !important; }

.mt-20 {
  margin-top: 20% !important; }

.mt-19 {
  margin-top: 19% !important; }

.mt-18 {
  margin-top: 18% !important; }

.mt-17 {
  margin-top: 17% !important; }

.mt-16 {
  margin-top: 16% !important; }

.mt-15 {
  margin-top: 15% !important; }

.mt-14 {
  margin-top: 14% !important; }

.mt-13 {
  margin-top: 13% !important; }

.mt-12 {
  margin-top: 12% !important; }

.mt-11 {
  margin-top: 11% !important; }

.mt-10 {
  margin-top: 10% !important; }

.mt-9 {
  margin-top: 9% !important; }

.mt-8 {
  margin-top: 8% !important; }

.mt-7 {
  margin-top: 7% !important; }

.mt-6 {
  margin-top: 6% !important; }

.mt-5 {
  margin-top: 5% !important; }

.mt-4 {
  margin-top: 4% !important; }

.mt-3 {
  margin-top: 3% !important; }

.mt-2 {
  margin-top: 2% !important; }

.mt-1 {
  margin-top: 1% !important; }

.mt-0 {
  margin-top: 0% !important; }

.mbpx-100 {
  margin-bottom: 100px !important; }

.mbpx-99 {
  margin-bottom: 99px !important; }

.mbpx-98 {
  margin-bottom: 98px !important; }

.mbpx-97 {
  margin-bottom: 97px !important; }

.mbpx-96 {
  margin-bottom: 96px !important; }

.mbpx-95 {
  margin-bottom: 95px !important; }

.mbpx-94 {
  margin-bottom: 94px !important; }

.mbpx-93 {
  margin-bottom: 93px !important; }

.mbpx-92 {
  margin-bottom: 92px !important; }

.mbpx-91 {
  margin-bottom: 91px !important; }

.mbpx-90 {
  margin-bottom: 90px !important; }

.mbpx-89 {
  margin-bottom: 89px !important; }

.mbpx-88 {
  margin-bottom: 88px !important; }

.mbpx-87 {
  margin-bottom: 87px !important; }

.mbpx-86 {
  margin-bottom: 86px !important; }

.mbpx-85 {
  margin-bottom: 85px !important; }

.mbpx-84 {
  margin-bottom: 84px !important; }

.mbpx-83 {
  margin-bottom: 83px !important; }

.mbpx-82 {
  margin-bottom: 82px !important; }

.mbpx-81 {
  margin-bottom: 81px !important; }

.mbpx-80 {
  margin-bottom: 80px !important; }

.mbpx-79 {
  margin-bottom: 79px !important; }

.mbpx-78 {
  margin-bottom: 78px !important; }

.mbpx-77 {
  margin-bottom: 77px !important; }

.mbpx-76 {
  margin-bottom: 76px !important; }

.mbpx-75 {
  margin-bottom: 75px !important; }

.mbpx-74 {
  margin-bottom: 74px !important; }

.mbpx-73 {
  margin-bottom: 73px !important; }

.mbpx-72 {
  margin-bottom: 72px !important; }

.mbpx-71 {
  margin-bottom: 71px !important; }

.mbpx-70 {
  margin-bottom: 70px !important; }

.mbpx-69 {
  margin-bottom: 69px !important; }

.mbpx-68 {
  margin-bottom: 68px !important; }

.mbpx-67 {
  margin-bottom: 67px !important; }

.mbpx-66 {
  margin-bottom: 66px !important; }

.mbpx-65 {
  margin-bottom: 65px !important; }

.mbpx-64 {
  margin-bottom: 64px !important; }

.mbpx-63 {
  margin-bottom: 63px !important; }

.mbpx-62 {
  margin-bottom: 62px !important; }

.mbpx-61 {
  margin-bottom: 61px !important; }

.mbpx-60 {
  margin-bottom: 60px !important; }

.mbpx-59 {
  margin-bottom: 59px !important; }

.mbpx-58 {
  margin-bottom: 58px !important; }

.mbpx-57 {
  margin-bottom: 57px !important; }

.mbpx-56 {
  margin-bottom: 56px !important; }

.mbpx-55 {
  margin-bottom: 55px !important; }

.mbpx-54 {
  margin-bottom: 54px !important; }

.mbpx-53 {
  margin-bottom: 53px !important; }

.mbpx-52 {
  margin-bottom: 52px !important; }

.mbpx-51 {
  margin-bottom: 51px !important; }

.mbpx-50 {
  margin-bottom: 50px !important; }

.mbpx-49 {
  margin-bottom: 49px !important; }

.mbpx-48 {
  margin-bottom: 48px !important; }

.mbpx-47 {
  margin-bottom: 47px !important; }

.mbpx-46 {
  margin-bottom: 46px !important; }

.mbpx-45 {
  margin-bottom: 45px !important; }

.mbpx-44 {
  margin-bottom: 44px !important; }

.mbpx-43 {
  margin-bottom: 43px !important; }

.mbpx-42 {
  margin-bottom: 42px !important; }

.mbpx-41 {
  margin-bottom: 41px !important; }

.mbpx-40 {
  margin-bottom: 40px !important; }

.mbpx-39 {
  margin-bottom: 39px !important; }

.mbpx-38 {
  margin-bottom: 38px !important; }

.mbpx-37 {
  margin-bottom: 37px !important; }

.mbpx-36 {
  margin-bottom: 36px !important; }

.mbpx-35 {
  margin-bottom: 35px !important; }

.mbpx-34 {
  margin-bottom: 34px !important; }

.mbpx-33 {
  margin-bottom: 33px !important; }

.mbpx-32 {
  margin-bottom: 32px !important; }

.mbpx-31 {
  margin-bottom: 31px !important; }

.mbpx-30 {
  margin-bottom: 30px !important; }

.mbpx-29 {
  margin-bottom: 29px !important; }

.mbpx-28 {
  margin-bottom: 28px !important; }

.mbpx-27 {
  margin-bottom: 27px !important; }

.mbpx-26 {
  margin-bottom: 26px !important; }

.mbpx-25 {
  margin-bottom: 25px !important; }

.mbpx-24 {
  margin-bottom: 24px !important; }

.mbpx-23 {
  margin-bottom: 23px !important; }

.mbpx-22 {
  margin-bottom: 22px !important; }

.mbpx-21 {
  margin-bottom: 21px !important; }

.mbpx-20 {
  margin-bottom: 20px !important; }

.mbpx-19 {
  margin-bottom: 19px !important; }

.mbpx-18 {
  margin-bottom: 18px !important; }

.mbpx-17 {
  margin-bottom: 17px !important; }

.mbpx-16 {
  margin-bottom: 16px !important; }

.mbpx-15 {
  margin-bottom: 15px !important; }

.mbpx-14 {
  margin-bottom: 14px !important; }

.mbpx-13 {
  margin-bottom: 13px !important; }

.mbpx-12 {
  margin-bottom: 12px !important; }

.mbpx-11 {
  margin-bottom: 11px !important; }

.mbpx-10 {
  margin-bottom: 10px !important; }

.mbpx-9 {
  margin-bottom: 9px !important; }

.mbpx-8 {
  margin-bottom: 8px !important; }

.mbpx-7 {
  margin-bottom: 7px !important; }

.mbpx-6 {
  margin-bottom: 6px !important; }

.mbpx-5 {
  margin-bottom: 5px !important; }

.mbpx-4 {
  margin-bottom: 4px !important; }

.mbpx-3 {
  margin-bottom: 3px !important; }

.mbpx-2 {
  margin-bottom: 2px !important; }

.mbpx-1 {
  margin-bottom: 1px !important; }

.mbpx-0 {
  margin-bottom: 0px !important; }

.mtpx-100 {
  margin-top: 100px !important; }

.mtpx-99 {
  margin-top: 99px !important; }

.mtpx-98 {
  margin-top: 98px !important; }

.mtpx-97 {
  margin-top: 97px !important; }

.mtpx-96 {
  margin-top: 96px !important; }

.mtpx-95 {
  margin-top: 95px !important; }

.mtpx-94 {
  margin-top: 94px !important; }

.mtpx-93 {
  margin-top: 93px !important; }

.mtpx-92 {
  margin-top: 92px !important; }

.mtpx-91 {
  margin-top: 91px !important; }

.mtpx-90 {
  margin-top: 90px !important; }

.mtpx-89 {
  margin-top: 89px !important; }

.mtpx-88 {
  margin-top: 88px !important; }

.mtpx-87 {
  margin-top: 87px !important; }

.mtpx-86 {
  margin-top: 86px !important; }

.mtpx-85 {
  margin-top: 85px !important; }

.mtpx-84 {
  margin-top: 84px !important; }

.mtpx-83 {
  margin-top: 83px !important; }

.mtpx-82 {
  margin-top: 82px !important; }

.mtpx-81 {
  margin-top: 81px !important; }

.mtpx-80 {
  margin-top: 80px !important; }

.mtpx-79 {
  margin-top: 79px !important; }

.mtpx-78 {
  margin-top: 78px !important; }

.mtpx-77 {
  margin-top: 77px !important; }

.mtpx-76 {
  margin-top: 76px !important; }

.mtpx-75 {
  margin-top: 75px !important; }

.mtpx-74 {
  margin-top: 74px !important; }

.mtpx-73 {
  margin-top: 73px !important; }

.mtpx-72 {
  margin-top: 72px !important; }

.mtpx-71 {
  margin-top: 71px !important; }

.mtpx-70 {
  margin-top: 70px !important; }

.mtpx-69 {
  margin-top: 69px !important; }

.mtpx-68 {
  margin-top: 68px !important; }

.mtpx-67 {
  margin-top: 67px !important; }

.mtpx-66 {
  margin-top: 66px !important; }

.mtpx-65 {
  margin-top: 65px !important; }

.mtpx-64 {
  margin-top: 64px !important; }

.mtpx-63 {
  margin-top: 63px !important; }

.mtpx-62 {
  margin-top: 62px !important; }

.mtpx-61 {
  margin-top: 61px !important; }

.mtpx-60 {
  margin-top: 60px !important; }

.mtpx-59 {
  margin-top: 59px !important; }

.mtpx-58 {
  margin-top: 58px !important; }

.mtpx-57 {
  margin-top: 57px !important; }

.mtpx-56 {
  margin-top: 56px !important; }

.mtpx-55 {
  margin-top: 55px !important; }

.mtpx-54 {
  margin-top: 54px !important; }

.mtpx-53 {
  margin-top: 53px !important; }

.mtpx-52 {
  margin-top: 52px !important; }

.mtpx-51 {
  margin-top: 51px !important; }

.mtpx-50 {
  margin-top: 50px !important; }

.mtpx-49 {
  margin-top: 49px !important; }

.mtpx-48 {
  margin-top: 48px !important; }

.mtpx-47 {
  margin-top: 47px !important; }

.mtpx-46 {
  margin-top: 46px !important; }

.mtpx-45 {
  margin-top: 45px !important; }

.mtpx-44 {
  margin-top: 44px !important; }

.mtpx-43 {
  margin-top: 43px !important; }

.mtpx-42 {
  margin-top: 42px !important; }

.mtpx-41 {
  margin-top: 41px !important; }

.mtpx-40 {
  margin-top: 40px !important; }

.mtpx-39 {
  margin-top: 39px !important; }

.mtpx-38 {
  margin-top: 38px !important; }

.mtpx-37 {
  margin-top: 37px !important; }

.mtpx-36 {
  margin-top: 36px !important; }

.mtpx-35 {
  margin-top: 35px !important; }

.mtpx-34 {
  margin-top: 34px !important; }

.mtpx-33 {
  margin-top: 33px !important; }

.mtpx-32 {
  margin-top: 32px !important; }

.mtpx-31 {
  margin-top: 31px !important; }

.mtpx-30 {
  margin-top: 30px !important; }

.mtpx-29 {
  margin-top: 29px !important; }

.mtpx-28 {
  margin-top: 28px !important; }

.mtpx-27 {
  margin-top: 27px !important; }

.mtpx-26 {
  margin-top: 26px !important; }

.mtpx-25 {
  margin-top: 25px !important; }

.mtpx-24 {
  margin-top: 24px !important; }

.mtpx-23 {
  margin-top: 23px !important; }

.mtpx-22 {
  margin-top: 22px !important; }

.mtpx-21 {
  margin-top: 21px !important; }

.mtpx-20 {
  margin-top: 20px !important; }

.mtpx-19 {
  margin-top: 19px !important; }

.mtpx-18 {
  margin-top: 18px !important; }

.mtpx-17 {
  margin-top: 17px !important; }

.mtpx-16 {
  margin-top: 16px !important; }

.mtpx-15 {
  margin-top: 15px !important; }

.mtpx-14 {
  margin-top: 14px !important; }

.mtpx-13 {
  margin-top: 13px !important; }

.mtpx-12 {
  margin-top: 12px !important; }

.mtpx-11 {
  margin-top: 11px !important; }

.mtpx-10 {
  margin-top: 10px !important; }

.mtpx-9 {
  margin-top: 9px !important; }

.mtpx-8 {
  margin-top: 8px !important; }

.mtpx-7 {
  margin-top: 7px !important; }

.mtpx-6 {
  margin-top: 6px !important; }

.mtpx-5 {
  margin-top: 5px !important; }

.mtpx-4 {
  margin-top: 4px !important; }

.mtpx-3 {
  margin-top: 3px !important; }

.mtpx-2 {
  margin-top: 2px !important; }

.mtpx-1 {
  margin-top: 1px !important; }

.mtpx-0 {
  margin-top: 0px !important; }

.pbpx-100 {
  padding-bottom: 100px !important; }

.pbpx-99 {
  padding-bottom: 99px !important; }

.pbpx-98 {
  padding-bottom: 98px !important; }

.pbpx-97 {
  padding-bottom: 97px !important; }

.pbpx-96 {
  padding-bottom: 96px !important; }

.pbpx-95 {
  padding-bottom: 95px !important; }

.pbpx-94 {
  padding-bottom: 94px !important; }

.pbpx-93 {
  padding-bottom: 93px !important; }

.pbpx-92 {
  padding-bottom: 92px !important; }

.pbpx-91 {
  padding-bottom: 91px !important; }

.pbpx-90 {
  padding-bottom: 90px !important; }

.pbpx-89 {
  padding-bottom: 89px !important; }

.pbpx-88 {
  padding-bottom: 88px !important; }

.pbpx-87 {
  padding-bottom: 87px !important; }

.pbpx-86 {
  padding-bottom: 86px !important; }

.pbpx-85 {
  padding-bottom: 85px !important; }

.pbpx-84 {
  padding-bottom: 84px !important; }

.pbpx-83 {
  padding-bottom: 83px !important; }

.pbpx-82 {
  padding-bottom: 82px !important; }

.pbpx-81 {
  padding-bottom: 81px !important; }

.pbpx-80 {
  padding-bottom: 80px !important; }

.pbpx-79 {
  padding-bottom: 79px !important; }

.pbpx-78 {
  padding-bottom: 78px !important; }

.pbpx-77 {
  padding-bottom: 77px !important; }

.pbpx-76 {
  padding-bottom: 76px !important; }

.pbpx-75 {
  padding-bottom: 75px !important; }

.pbpx-74 {
  padding-bottom: 74px !important; }

.pbpx-73 {
  padding-bottom: 73px !important; }

.pbpx-72 {
  padding-bottom: 72px !important; }

.pbpx-71 {
  padding-bottom: 71px !important; }

.pbpx-70 {
  padding-bottom: 70px !important; }

.pbpx-69 {
  padding-bottom: 69px !important; }

.pbpx-68 {
  padding-bottom: 68px !important; }

.pbpx-67 {
  padding-bottom: 67px !important; }

.pbpx-66 {
  padding-bottom: 66px !important; }

.pbpx-65 {
  padding-bottom: 65px !important; }

.pbpx-64 {
  padding-bottom: 64px !important; }

.pbpx-63 {
  padding-bottom: 63px !important; }

.pbpx-62 {
  padding-bottom: 62px !important; }

.pbpx-61 {
  padding-bottom: 61px !important; }

.pbpx-60 {
  padding-bottom: 60px !important; }

.pbpx-59 {
  padding-bottom: 59px !important; }

.pbpx-58 {
  padding-bottom: 58px !important; }

.pbpx-57 {
  padding-bottom: 57px !important; }

.pbpx-56 {
  padding-bottom: 56px !important; }

.pbpx-55 {
  padding-bottom: 55px !important; }

.pbpx-54 {
  padding-bottom: 54px !important; }

.pbpx-53 {
  padding-bottom: 53px !important; }

.pbpx-52 {
  padding-bottom: 52px !important; }

.pbpx-51 {
  padding-bottom: 51px !important; }

.pbpx-50 {
  padding-bottom: 50px !important; }

.pbpx-49 {
  padding-bottom: 49px !important; }

.pbpx-48 {
  padding-bottom: 48px !important; }

.pbpx-47 {
  padding-bottom: 47px !important; }

.pbpx-46 {
  padding-bottom: 46px !important; }

.pbpx-45 {
  padding-bottom: 45px !important; }

.pbpx-44 {
  padding-bottom: 44px !important; }

.pbpx-43 {
  padding-bottom: 43px !important; }

.pbpx-42 {
  padding-bottom: 42px !important; }

.pbpx-41 {
  padding-bottom: 41px !important; }

.pbpx-40 {
  padding-bottom: 40px !important; }

.pbpx-39 {
  padding-bottom: 39px !important; }

.pbpx-38 {
  padding-bottom: 38px !important; }

.pbpx-37 {
  padding-bottom: 37px !important; }

.pbpx-36 {
  padding-bottom: 36px !important; }

.pbpx-35 {
  padding-bottom: 35px !important; }

.pbpx-34 {
  padding-bottom: 34px !important; }

.pbpx-33 {
  padding-bottom: 33px !important; }

.pbpx-32 {
  padding-bottom: 32px !important; }

.pbpx-31 {
  padding-bottom: 31px !important; }

.pbpx-30 {
  padding-bottom: 30px !important; }

.pbpx-29 {
  padding-bottom: 29px !important; }

.pbpx-28 {
  padding-bottom: 28px !important; }

.pbpx-27 {
  padding-bottom: 27px !important; }

.pbpx-26 {
  padding-bottom: 26px !important; }

.pbpx-25 {
  padding-bottom: 25px !important; }

.pbpx-24 {
  padding-bottom: 24px !important; }

.pbpx-23 {
  padding-bottom: 23px !important; }

.pbpx-22 {
  padding-bottom: 22px !important; }

.pbpx-21 {
  padding-bottom: 21px !important; }

.pbpx-20 {
  padding-bottom: 20px !important; }

.pbpx-19 {
  padding-bottom: 19px !important; }

.pbpx-18 {
  padding-bottom: 18px !important; }

.pbpx-17 {
  padding-bottom: 17px !important; }

.pbpx-16 {
  padding-bottom: 16px !important; }

.pbpx-15 {
  padding-bottom: 15px !important; }

.pbpx-14 {
  padding-bottom: 14px !important; }

.pbpx-13 {
  padding-bottom: 13px !important; }

.pbpx-12 {
  padding-bottom: 12px !important; }

.pbpx-11 {
  padding-bottom: 11px !important; }

.pbpx-10 {
  padding-bottom: 10px !important; }

.pbpx-9 {
  padding-bottom: 9px !important; }

.pbpx-8 {
  padding-bottom: 8px !important; }

.pbpx-7 {
  padding-bottom: 7px !important; }

.pbpx-6 {
  padding-bottom: 6px !important; }

.pbpx-5 {
  padding-bottom: 5px !important; }

.pbpx-4 {
  padding-bottom: 4px !important; }

.pbpx-3 {
  padding-bottom: 3px !important; }

.pbpx-2 {
  padding-bottom: 2px !important; }

.pbpx-1 {
  padding-bottom: 1px !important; }

.pbpx-0 {
  padding-bottom: 0px !important; }

.ptpx-100 {
  padding-top: 100px !important; }

.ptpx-99 {
  padding-top: 99px !important; }

.ptpx-98 {
  padding-top: 98px !important; }

.ptpx-97 {
  padding-top: 97px !important; }

.ptpx-96 {
  padding-top: 96px !important; }

.ptpx-95 {
  padding-top: 95px !important; }

.ptpx-94 {
  padding-top: 94px !important; }

.ptpx-93 {
  padding-top: 93px !important; }

.ptpx-92 {
  padding-top: 92px !important; }

.ptpx-91 {
  padding-top: 91px !important; }

.ptpx-90 {
  padding-top: 90px !important; }

.ptpx-89 {
  padding-top: 89px !important; }

.ptpx-88 {
  padding-top: 88px !important; }

.ptpx-87 {
  padding-top: 87px !important; }

.ptpx-86 {
  padding-top: 86px !important; }

.ptpx-85 {
  padding-top: 85px !important; }

.ptpx-84 {
  padding-top: 84px !important; }

.ptpx-83 {
  padding-top: 83px !important; }

.ptpx-82 {
  padding-top: 82px !important; }

.ptpx-81 {
  padding-top: 81px !important; }

.ptpx-80 {
  padding-top: 80px !important; }

.ptpx-79 {
  padding-top: 79px !important; }

.ptpx-78 {
  padding-top: 78px !important; }

.ptpx-77 {
  padding-top: 77px !important; }

.ptpx-76 {
  padding-top: 76px !important; }

.ptpx-75 {
  padding-top: 75px !important; }

.ptpx-74 {
  padding-top: 74px !important; }

.ptpx-73 {
  padding-top: 73px !important; }

.ptpx-72 {
  padding-top: 72px !important; }

.ptpx-71 {
  padding-top: 71px !important; }

.ptpx-70 {
  padding-top: 70px !important; }

.ptpx-69 {
  padding-top: 69px !important; }

.ptpx-68 {
  padding-top: 68px !important; }

.ptpx-67 {
  padding-top: 67px !important; }

.ptpx-66 {
  padding-top: 66px !important; }

.ptpx-65 {
  padding-top: 65px !important; }

.ptpx-64 {
  padding-top: 64px !important; }

.ptpx-63 {
  padding-top: 63px !important; }

.ptpx-62 {
  padding-top: 62px !important; }

.ptpx-61 {
  padding-top: 61px !important; }

.ptpx-60 {
  padding-top: 60px !important; }

.ptpx-59 {
  padding-top: 59px !important; }

.ptpx-58 {
  padding-top: 58px !important; }

.ptpx-57 {
  padding-top: 57px !important; }

.ptpx-56 {
  padding-top: 56px !important; }

.ptpx-55 {
  padding-top: 55px !important; }

.ptpx-54 {
  padding-top: 54px !important; }

.ptpx-53 {
  padding-top: 53px !important; }

.ptpx-52 {
  padding-top: 52px !important; }

.ptpx-51 {
  padding-top: 51px !important; }

.ptpx-50 {
  padding-top: 50px !important; }

.ptpx-49 {
  padding-top: 49px !important; }

.ptpx-48 {
  padding-top: 48px !important; }

.ptpx-47 {
  padding-top: 47px !important; }

.ptpx-46 {
  padding-top: 46px !important; }

.ptpx-45 {
  padding-top: 45px !important; }

.ptpx-44 {
  padding-top: 44px !important; }

.ptpx-43 {
  padding-top: 43px !important; }

.ptpx-42 {
  padding-top: 42px !important; }

.ptpx-41 {
  padding-top: 41px !important; }

.ptpx-40 {
  padding-top: 40px !important; }

.ptpx-39 {
  padding-top: 39px !important; }

.ptpx-38 {
  padding-top: 38px !important; }

.ptpx-37 {
  padding-top: 37px !important; }

.ptpx-36 {
  padding-top: 36px !important; }

.ptpx-35 {
  padding-top: 35px !important; }

.ptpx-34 {
  padding-top: 34px !important; }

.ptpx-33 {
  padding-top: 33px !important; }

.ptpx-32 {
  padding-top: 32px !important; }

.ptpx-31 {
  padding-top: 31px !important; }

.ptpx-30 {
  padding-top: 30px !important; }

.ptpx-29 {
  padding-top: 29px !important; }

.ptpx-28 {
  padding-top: 28px !important; }

.ptpx-27 {
  padding-top: 27px !important; }

.ptpx-26 {
  padding-top: 26px !important; }

.ptpx-25 {
  padding-top: 25px !important; }

.ptpx-24 {
  padding-top: 24px !important; }

.ptpx-23 {
  padding-top: 23px !important; }

.ptpx-22 {
  padding-top: 22px !important; }

.ptpx-21 {
  padding-top: 21px !important; }

.ptpx-20 {
  padding-top: 20px !important; }

.ptpx-19 {
  padding-top: 19px !important; }

.ptpx-18 {
  padding-top: 18px !important; }

.ptpx-17 {
  padding-top: 17px !important; }

.ptpx-16 {
  padding-top: 16px !important; }

.ptpx-15 {
  padding-top: 15px !important; }

.ptpx-14 {
  padding-top: 14px !important; }

.ptpx-13 {
  padding-top: 13px !important; }

.ptpx-12 {
  padding-top: 12px !important; }

.ptpx-11 {
  padding-top: 11px !important; }

.ptpx-10 {
  padding-top: 10px !important; }

.ptpx-9 {
  padding-top: 9px !important; }

.ptpx-8 {
  padding-top: 8px !important; }

.ptpx-7 {
  padding-top: 7px !important; }

.ptpx-6 {
  padding-top: 6px !important; }

.ptpx-5 {
  padding-top: 5px !important; }

.ptpx-4 {
  padding-top: 4px !important; }

.ptpx-3 {
  padding-top: 3px !important; }

.ptpx-2 {
  padding-top: 2px !important; }

.ptpx-1 {
  padding-top: 1px !important; }

.ptpx-0 {
  padding-top: 0px !important; }

.h-100 {
  height: 100px; }

.h-99 {
  height: 99px; }

.h-98 {
  height: 98px; }

.h-97 {
  height: 97px; }

.h-96 {
  height: 96px; }

.h-95 {
  height: 95px; }

.h-94 {
  height: 94px; }

.h-93 {
  height: 93px; }

.h-92 {
  height: 92px; }

.h-91 {
  height: 91px; }

.h-90 {
  height: 90px; }

.h-89 {
  height: 89px; }

.h-88 {
  height: 88px; }

.h-87 {
  height: 87px; }

.h-86 {
  height: 86px; }

.h-85 {
  height: 85px; }

.h-84 {
  height: 84px; }

.h-83 {
  height: 83px; }

.h-82 {
  height: 82px; }

.h-81 {
  height: 81px; }

.h-80 {
  height: 80px; }

.h-79 {
  height: 79px; }

.h-78 {
  height: 78px; }

.h-77 {
  height: 77px; }

.h-76 {
  height: 76px; }

.h-75 {
  height: 75px; }

.h-74 {
  height: 74px; }

.h-73 {
  height: 73px; }

.h-72 {
  height: 72px; }

.h-71 {
  height: 71px; }

.h-70 {
  height: 70px; }

.h-69 {
  height: 69px; }

.h-68 {
  height: 68px; }

.h-67 {
  height: 67px; }

.h-66 {
  height: 66px; }

.h-65 {
  height: 65px; }

.h-64 {
  height: 64px; }

.h-63 {
  height: 63px; }

.h-62 {
  height: 62px; }

.h-61 {
  height: 61px; }

.h-60 {
  height: 60px; }

.h-59 {
  height: 59px; }

.h-58 {
  height: 58px; }

.h-57 {
  height: 57px; }

.h-56 {
  height: 56px; }

.h-55 {
  height: 55px; }

.h-54 {
  height: 54px; }

.h-53 {
  height: 53px; }

.h-52 {
  height: 52px; }

.h-51 {
  height: 51px; }

.h-50 {
  height: 50px; }

.h-49 {
  height: 49px; }

.h-48 {
  height: 48px; }

.h-47 {
  height: 47px; }

.h-46 {
  height: 46px; }

.h-45 {
  height: 45px; }

.h-44 {
  height: 44px; }

.h-43 {
  height: 43px; }

.h-42 {
  height: 42px; }

.h-41 {
  height: 41px; }

.h-40 {
  height: 40px; }

.h-39 {
  height: 39px; }

.h-38 {
  height: 38px; }

.h-37 {
  height: 37px; }

.h-36 {
  height: 36px; }

.h-35 {
  height: 35px; }

.h-34 {
  height: 34px; }

.h-33 {
  height: 33px; }

.h-32 {
  height: 32px; }

.h-31 {
  height: 31px; }

.h-30 {
  height: 30px; }

.h-29 {
  height: 29px; }

.h-28 {
  height: 28px; }

.h-27 {
  height: 27px; }

.h-26 {
  height: 26px; }

.h-25 {
  height: 25px; }

.h-24 {
  height: 24px; }

.h-23 {
  height: 23px; }

.h-22 {
  height: 22px; }

.h-21 {
  height: 21px; }

.h-20 {
  height: 20px; }

.h-19 {
  height: 19px; }

.h-18 {
  height: 18px; }

.h-17 {
  height: 17px; }

.h-16 {
  height: 16px; }

.h-15 {
  height: 15px; }

.h-14 {
  height: 14px; }

.h-13 {
  height: 13px; }

.h-12 {
  height: 12px; }

.h-11 {
  height: 11px; }

.h-10 {
  height: 10px; }

.h-9 {
  height: 9px; }

.h-8 {
  height: 8px; }

.h-7 {
  height: 7px; }

.h-6 {
  height: 6px; }

.h-5 {
  height: 5px; }

.h-4 {
  height: 4px; }

.h-3 {
  height: 3px; }

.h-2 {
  height: 2px; }

.h-1 {
  height: 1px; }

.h-0 {
  height: 0px; }

.wpx-100 {
  width: 100px; }

.wpx-99 {
  width: 99px; }

.wpx-98 {
  width: 98px; }

.wpx-97 {
  width: 97px; }

.wpx-96 {
  width: 96px; }

.wpx-95 {
  width: 95px; }

.wpx-94 {
  width: 94px; }

.wpx-93 {
  width: 93px; }

.wpx-92 {
  width: 92px; }

.wpx-91 {
  width: 91px; }

.wpx-90 {
  width: 90px; }

.wpx-89 {
  width: 89px; }

.wpx-88 {
  width: 88px; }

.wpx-87 {
  width: 87px; }

.wpx-86 {
  width: 86px; }

.wpx-85 {
  width: 85px; }

.wpx-84 {
  width: 84px; }

.wpx-83 {
  width: 83px; }

.wpx-82 {
  width: 82px; }

.wpx-81 {
  width: 81px; }

.wpx-80 {
  width: 80px; }

.wpx-79 {
  width: 79px; }

.wpx-78 {
  width: 78px; }

.wpx-77 {
  width: 77px; }

.wpx-76 {
  width: 76px; }

.wpx-75 {
  width: 75px; }

.wpx-74 {
  width: 74px; }

.wpx-73 {
  width: 73px; }

.wpx-72 {
  width: 72px; }

.wpx-71 {
  width: 71px; }

.wpx-70 {
  width: 70px; }

.wpx-69 {
  width: 69px; }

.wpx-68 {
  width: 68px; }

.wpx-67 {
  width: 67px; }

.wpx-66 {
  width: 66px; }

.wpx-65 {
  width: 65px; }

.wpx-64 {
  width: 64px; }

.wpx-63 {
  width: 63px; }

.wpx-62 {
  width: 62px; }

.wpx-61 {
  width: 61px; }

.wpx-60 {
  width: 60px; }

.wpx-59 {
  width: 59px; }

.wpx-58 {
  width: 58px; }

.wpx-57 {
  width: 57px; }

.wpx-56 {
  width: 56px; }

.wpx-55 {
  width: 55px; }

.wpx-54 {
  width: 54px; }

.wpx-53 {
  width: 53px; }

.wpx-52 {
  width: 52px; }

.wpx-51 {
  width: 51px; }

.wpx-50 {
  width: 50px; }

.wpx-49 {
  width: 49px; }

.wpx-48 {
  width: 48px; }

.wpx-47 {
  width: 47px; }

.wpx-46 {
  width: 46px; }

.wpx-45 {
  width: 45px; }

.wpx-44 {
  width: 44px; }

.wpx-43 {
  width: 43px; }

.wpx-42 {
  width: 42px; }

.wpx-41 {
  width: 41px; }

.wpx-40 {
  width: 40px; }

.wpx-39 {
  width: 39px; }

.wpx-38 {
  width: 38px; }

.wpx-37 {
  width: 37px; }

.wpx-36 {
  width: 36px; }

.wpx-35 {
  width: 35px; }

.wpx-34 {
  width: 34px; }

.wpx-33 {
  width: 33px; }

.wpx-32 {
  width: 32px; }

.wpx-31 {
  width: 31px; }

.wpx-30 {
  width: 30px; }

.wpx-29 {
  width: 29px; }

.wpx-28 {
  width: 28px; }

.wpx-27 {
  width: 27px; }

.wpx-26 {
  width: 26px; }

.wpx-25 {
  width: 25px; }

.wpx-24 {
  width: 24px; }

.wpx-23 {
  width: 23px; }

.wpx-22 {
  width: 22px; }

.wpx-21 {
  width: 21px; }

.wpx-20 {
  width: 20px; }

.wpx-19 {
  width: 19px; }

.wpx-18 {
  width: 18px; }

.wpx-17 {
  width: 17px; }

.wpx-16 {
  width: 16px; }

.wpx-15 {
  width: 15px; }

.wpx-14 {
  width: 14px; }

.wpx-13 {
  width: 13px; }

.wpx-12 {
  width: 12px; }

.wpx-11 {
  width: 11px; }

.wpx-10 {
  width: 10px; }

.wpx-9 {
  width: 9px; }

.wpx-8 {
  width: 8px; }

.wpx-7 {
  width: 7px; }

.wpx-6 {
  width: 6px; }

.wpx-5 {
  width: 5px; }

.wpx-4 {
  width: 4px; }

.wpx-3 {
  width: 3px; }

.wpx-2 {
  width: 2px; }

.wpx-1 {
  width: 1px; }

.wpx-0 {
  width: 0px; }

.w-100 {
  width: 100%; }

.w-99 {
  width: 99%; }

.w-98 {
  width: 98%; }

.w-97 {
  width: 97%; }

.w-96 {
  width: 96%; }

.w-95 {
  width: 95%; }

.w-94 {
  width: 94%; }

.w-93 {
  width: 93%; }

.w-92 {
  width: 92%; }

.w-91 {
  width: 91%; }

.w-90 {
  width: 90%; }

.w-89 {
  width: 89%; }

.w-88 {
  width: 88%; }

.w-87 {
  width: 87%; }

.w-86 {
  width: 86%; }

.w-85 {
  width: 85%; }

.w-84 {
  width: 84%; }

.w-83 {
  width: 83%; }

.w-82 {
  width: 82%; }

.w-81 {
  width: 81%; }

.w-80 {
  width: 80%; }

.w-79 {
  width: 79%; }

.w-78 {
  width: 78%; }

.w-77 {
  width: 77%; }

.w-76 {
  width: 76%; }

.w-75 {
  width: 75%; }

.w-74 {
  width: 74%; }

.w-73 {
  width: 73%; }

.w-72 {
  width: 72%; }

.w-71 {
  width: 71%; }

.w-70 {
  width: 70%; }

.w-69 {
  width: 69%; }

.w-68 {
  width: 68%; }

.w-67 {
  width: 67%; }

.w-66 {
  width: 66%; }

.w-65 {
  width: 65%; }

.w-64 {
  width: 64%; }

.w-63 {
  width: 63%; }

.w-62 {
  width: 62%; }

.w-61 {
  width: 61%; }

.w-60 {
  width: 60%; }

.w-59 {
  width: 59%; }

.w-58 {
  width: 58%; }

.w-57 {
  width: 57%; }

.w-56 {
  width: 56%; }

.w-55 {
  width: 55%; }

.w-54 {
  width: 54%; }

.w-53 {
  width: 53%; }

.w-52 {
  width: 52%; }

.w-51 {
  width: 51%; }

.w-50 {
  width: 50%; }

.w-49 {
  width: 49%; }

.w-48 {
  width: 48%; }

.w-47 {
  width: 47%; }

.w-46 {
  width: 46%; }

.w-45 {
  width: 45%; }

.w-44 {
  width: 44%; }

.w-43 {
  width: 43%; }

.w-42 {
  width: 42%; }

.w-41 {
  width: 41%; }

.w-40 {
  width: 40%; }

.w-39 {
  width: 39%; }

.w-38 {
  width: 38%; }

.w-37 {
  width: 37%; }

.w-36 {
  width: 36%; }

.w-35 {
  width: 35%; }

.w-34 {
  width: 34%; }

.w-33 {
  width: 33%; }

.w-32 {
  width: 32%; }

.w-31 {
  width: 31%; }

.w-30 {
  width: 30%; }

.w-29 {
  width: 29%; }

.w-28 {
  width: 28%; }

.w-27 {
  width: 27%; }

.w-26 {
  width: 26%; }

.w-25 {
  width: 25%; }

.w-24 {
  width: 24%; }

.w-23 {
  width: 23%; }

.w-22 {
  width: 22%; }

.w-21 {
  width: 21%; }

.w-20 {
  width: 20%; }

.w-19 {
  width: 19%; }

.w-18 {
  width: 18%; }

.w-17 {
  width: 17%; }

.w-16 {
  width: 16%; }

.w-15 {
  width: 15%; }

.w-14 {
  width: 14%; }

.w-13 {
  width: 13%; }

.w-12 {
  width: 12%; }

.w-11 {
  width: 11%; }

.w-10 {
  width: 10%; }

.w-9 {
  width: 9%; }

.w-8 {
  width: 8%; }

.w-7 {
  width: 7%; }

.w-6 {
  width: 6%; }

.w-5 {
  width: 5%; }

.w-4 {
  width: 4%; }

.w-3 {
  width: 3%; }

.w-2 {
  width: 2%; }

.w-1 {
  width: 1%; }

@media (min-width: 576px) {
  .w-sm-100 {
    width: 100%; }

  .w-sm-99 {
    width: 99%; }

  .w-sm-98 {
    width: 98%; }

  .w-sm-97 {
    width: 97%; }

  .w-sm-96 {
    width: 96%; }

  .w-sm-95 {
    width: 95%; }

  .w-sm-94 {
    width: 94%; }

  .w-sm-93 {
    width: 93%; }

  .w-sm-92 {
    width: 92%; }

  .w-sm-91 {
    width: 91%; }

  .w-sm-90 {
    width: 90%; }

  .w-sm-89 {
    width: 89%; }

  .w-sm-88 {
    width: 88%; }

  .w-sm-87 {
    width: 87%; }

  .w-sm-86 {
    width: 86%; }

  .w-sm-85 {
    width: 85%; }

  .w-sm-84 {
    width: 84%; }

  .w-sm-83 {
    width: 83%; }

  .w-sm-82 {
    width: 82%; }

  .w-sm-81 {
    width: 81%; }

  .w-sm-80 {
    width: 80%; }

  .w-sm-79 {
    width: 79%; }

  .w-sm-78 {
    width: 78%; }

  .w-sm-77 {
    width: 77%; }

  .w-sm-76 {
    width: 76%; }

  .w-sm-75 {
    width: 75%; }

  .w-sm-74 {
    width: 74%; }

  .w-sm-73 {
    width: 73%; }

  .w-sm-72 {
    width: 72%; }

  .w-sm-71 {
    width: 71%; }

  .w-sm-70 {
    width: 70%; }

  .w-sm-69 {
    width: 69%; }

  .w-sm-68 {
    width: 68%; }

  .w-sm-67 {
    width: 67%; }

  .w-sm-66 {
    width: 66%; }

  .w-sm-65 {
    width: 65%; }

  .w-sm-64 {
    width: 64%; }

  .w-sm-63 {
    width: 63%; }

  .w-sm-62 {
    width: 62%; }

  .w-sm-61 {
    width: 61%; }

  .w-sm-60 {
    width: 60%; }

  .w-sm-59 {
    width: 59%; }

  .w-sm-58 {
    width: 58%; }

  .w-sm-57 {
    width: 57%; }

  .w-sm-56 {
    width: 56%; }

  .w-sm-55 {
    width: 55%; }

  .w-sm-54 {
    width: 54%; }

  .w-sm-53 {
    width: 53%; }

  .w-sm-52 {
    width: 52%; }

  .w-sm-51 {
    width: 51%; }

  .w-sm-50 {
    width: 50%; }

  .w-sm-49 {
    width: 49%; }

  .w-sm-48 {
    width: 48%; }

  .w-sm-47 {
    width: 47%; }

  .w-sm-46 {
    width: 46%; }

  .w-sm-45 {
    width: 45%; }

  .w-sm-44 {
    width: 44%; }

  .w-sm-43 {
    width: 43%; }

  .w-sm-42 {
    width: 42%; }

  .w-sm-41 {
    width: 41%; }

  .w-sm-40 {
    width: 40%; }

  .w-sm-39 {
    width: 39%; }

  .w-sm-38 {
    width: 38%; }

  .w-sm-37 {
    width: 37%; }

  .w-sm-36 {
    width: 36%; }

  .w-sm-35 {
    width: 35%; }

  .w-sm-34 {
    width: 34%; }

  .w-sm-33 {
    width: 33%; }

  .w-sm-32 {
    width: 32%; }

  .w-sm-31 {
    width: 31%; }

  .w-sm-30 {
    width: 30%; }

  .w-sm-29 {
    width: 29%; }

  .w-sm-28 {
    width: 28%; }

  .w-sm-27 {
    width: 27%; }

  .w-sm-26 {
    width: 26%; }

  .w-sm-25 {
    width: 25%; }

  .w-sm-24 {
    width: 24%; }

  .w-sm-23 {
    width: 23%; }

  .w-sm-22 {
    width: 22%; }

  .w-sm-21 {
    width: 21%; }

  .w-sm-20 {
    width: 20%; }

  .w-sm-19 {
    width: 19%; }

  .w-sm-18 {
    width: 18%; }

  .w-sm-17 {
    width: 17%; }

  .w-sm-16 {
    width: 16%; }

  .w-sm-15 {
    width: 15%; }

  .w-sm-14 {
    width: 14%; }

  .w-sm-13 {
    width: 13%; }

  .w-sm-12 {
    width: 12%; }

  .w-sm-11 {
    width: 11%; }

  .w-sm-10 {
    width: 10%; }

  .w-sm-9 {
    width: 9%; }

  .w-sm-8 {
    width: 8%; }

  .w-sm-7 {
    width: 7%; }

  .w-sm-6 {
    width: 6%; }

  .w-sm-5 {
    width: 5%; }

  .w-sm-4 {
    width: 4%; }

  .w-sm-3 {
    width: 3%; }

  .w-sm-2 {
    width: 2%; }

  .w-sm-1 {
    width: 1%; } }
@media (min-width: 768px) {
  .w-md-100 {
    width: 100%; }

  .w-md-99 {
    width: 99%; }

  .w-md-98 {
    width: 98%; }

  .w-md-97 {
    width: 97%; }

  .w-md-96 {
    width: 96%; }

  .w-md-95 {
    width: 95%; }

  .w-md-94 {
    width: 94%; }

  .w-md-93 {
    width: 93%; }

  .w-md-92 {
    width: 92%; }

  .w-md-91 {
    width: 91%; }

  .w-md-90 {
    width: 90%; }

  .w-md-89 {
    width: 89%; }

  .w-md-88 {
    width: 88%; }

  .w-md-87 {
    width: 87%; }

  .w-md-86 {
    width: 86%; }

  .w-md-85 {
    width: 85%; }

  .w-md-84 {
    width: 84%; }

  .w-md-83 {
    width: 83%; }

  .w-md-82 {
    width: 82%; }

  .w-md-81 {
    width: 81%; }

  .w-md-80 {
    width: 80%; }

  .w-md-79 {
    width: 79%; }

  .w-md-78 {
    width: 78%; }

  .w-md-77 {
    width: 77%; }

  .w-md-76 {
    width: 76%; }

  .w-md-75 {
    width: 75%; }

  .w-md-74 {
    width: 74%; }

  .w-md-73 {
    width: 73%; }

  .w-md-72 {
    width: 72%; }

  .w-md-71 {
    width: 71%; }

  .w-md-70 {
    width: 70%; }

  .w-md-69 {
    width: 69%; }

  .w-md-68 {
    width: 68%; }

  .w-md-67 {
    width: 67%; }

  .w-md-66 {
    width: 66%; }

  .w-md-65 {
    width: 65%; }

  .w-md-64 {
    width: 64%; }

  .w-md-63 {
    width: 63%; }

  .w-md-62 {
    width: 62%; }

  .w-md-61 {
    width: 61%; }

  .w-md-60 {
    width: 60%; }

  .w-md-59 {
    width: 59%; }

  .w-md-58 {
    width: 58%; }

  .w-md-57 {
    width: 57%; }

  .w-md-56 {
    width: 56%; }

  .w-md-55 {
    width: 55%; }

  .w-md-54 {
    width: 54%; }

  .w-md-53 {
    width: 53%; }

  .w-md-52 {
    width: 52%; }

  .w-md-51 {
    width: 51%; }

  .w-md-50 {
    width: 50%; }

  .w-md-49 {
    width: 49%; }

  .w-md-48 {
    width: 48%; }

  .w-md-47 {
    width: 47%; }

  .w-md-46 {
    width: 46%; }

  .w-md-45 {
    width: 45%; }

  .w-md-44 {
    width: 44%; }

  .w-md-43 {
    width: 43%; }

  .w-md-42 {
    width: 42%; }

  .w-md-41 {
    width: 41%; }

  .w-md-40 {
    width: 40%; }

  .w-md-39 {
    width: 39%; }

  .w-md-38 {
    width: 38%; }

  .w-md-37 {
    width: 37%; }

  .w-md-36 {
    width: 36%; }

  .w-md-35 {
    width: 35%; }

  .w-md-34 {
    width: 34%; }

  .w-md-33 {
    width: 33%; }

  .w-md-32 {
    width: 32%; }

  .w-md-31 {
    width: 31%; }

  .w-md-30 {
    width: 30%; }

  .w-md-29 {
    width: 29%; }

  .w-md-28 {
    width: 28%; }

  .w-md-27 {
    width: 27%; }

  .w-md-26 {
    width: 26%; }

  .w-md-25 {
    width: 25%; }

  .w-md-24 {
    width: 24%; }

  .w-md-23 {
    width: 23%; }

  .w-md-22 {
    width: 22%; }

  .w-md-21 {
    width: 21%; }

  .w-md-20 {
    width: 20%; }

  .w-md-19 {
    width: 19%; }

  .w-md-18 {
    width: 18%; }

  .w-md-17 {
    width: 17%; }

  .w-md-16 {
    width: 16%; }

  .w-md-15 {
    width: 15%; }

  .w-md-14 {
    width: 14%; }

  .w-md-13 {
    width: 13%; }

  .w-md-12 {
    width: 12%; }

  .w-md-11 {
    width: 11%; }

  .w-md-10 {
    width: 10%; }

  .w-md-9 {
    width: 9%; }

  .w-md-8 {
    width: 8%; }

  .w-md-7 {
    width: 7%; }

  .w-md-6 {
    width: 6%; }

  .w-md-5 {
    width: 5%; }

  .w-md-4 {
    width: 4%; }

  .w-md-3 {
    width: 3%; }

  .w-md-2 {
    width: 2%; }

  .w-md-1 {
    width: 1%; } }
@media (min-width: 992px) {
  .w-lg-100 {
    width: 100%; }

  .w-lg-99 {
    width: 99%; }

  .w-lg-98 {
    width: 98%; }

  .w-lg-97 {
    width: 97%; }

  .w-lg-96 {
    width: 96%; }

  .w-lg-95 {
    width: 95%; }

  .w-lg-94 {
    width: 94%; }

  .w-lg-93 {
    width: 93%; }

  .w-lg-92 {
    width: 92%; }

  .w-lg-91 {
    width: 91%; }

  .w-lg-90 {
    width: 90%; }

  .w-lg-89 {
    width: 89%; }

  .w-lg-88 {
    width: 88%; }

  .w-lg-87 {
    width: 87%; }

  .w-lg-86 {
    width: 86%; }

  .w-lg-85 {
    width: 85%; }

  .w-lg-84 {
    width: 84%; }

  .w-lg-83 {
    width: 83%; }

  .w-lg-82 {
    width: 82%; }

  .w-lg-81 {
    width: 81%; }

  .w-lg-80 {
    width: 80%; }

  .w-lg-79 {
    width: 79%; }

  .w-lg-78 {
    width: 78%; }

  .w-lg-77 {
    width: 77%; }

  .w-lg-76 {
    width: 76%; }

  .w-lg-75 {
    width: 75%; }

  .w-lg-74 {
    width: 74%; }

  .w-lg-73 {
    width: 73%; }

  .w-lg-72 {
    width: 72%; }

  .w-lg-71 {
    width: 71%; }

  .w-lg-70 {
    width: 70%; }

  .w-lg-69 {
    width: 69%; }

  .w-lg-68 {
    width: 68%; }

  .w-lg-67 {
    width: 67%; }

  .w-lg-66 {
    width: 66%; }

  .w-lg-65 {
    width: 65%; }

  .w-lg-64 {
    width: 64%; }

  .w-lg-63 {
    width: 63%; }

  .w-lg-62 {
    width: 62%; }

  .w-lg-61 {
    width: 61%; }

  .w-lg-60 {
    width: 60%; }

  .w-lg-59 {
    width: 59%; }

  .w-lg-58 {
    width: 58%; }

  .w-lg-57 {
    width: 57%; }

  .w-lg-56 {
    width: 56%; }

  .w-lg-55 {
    width: 55%; }

  .w-lg-54 {
    width: 54%; }

  .w-lg-53 {
    width: 53%; }

  .w-lg-52 {
    width: 52%; }

  .w-lg-51 {
    width: 51%; }

  .w-lg-50 {
    width: 50%; }

  .w-lg-49 {
    width: 49%; }

  .w-lg-48 {
    width: 48%; }

  .w-lg-47 {
    width: 47%; }

  .w-lg-46 {
    width: 46%; }

  .w-lg-45 {
    width: 45%; }

  .w-lg-44 {
    width: 44%; }

  .w-lg-43 {
    width: 43%; }

  .w-lg-42 {
    width: 42%; }

  .w-lg-41 {
    width: 41%; }

  .w-lg-40 {
    width: 40%; }

  .w-lg-39 {
    width: 39%; }

  .w-lg-38 {
    width: 38%; }

  .w-lg-37 {
    width: 37%; }

  .w-lg-36 {
    width: 36%; }

  .w-lg-35 {
    width: 35%; }

  .w-lg-34 {
    width: 34%; }

  .w-lg-33 {
    width: 33%; }

  .w-lg-32 {
    width: 32%; }

  .w-lg-31 {
    width: 31%; }

  .w-lg-30 {
    width: 30%; }

  .w-lg-29 {
    width: 29%; }

  .w-lg-28 {
    width: 28%; }

  .w-lg-27 {
    width: 27%; }

  .w-lg-26 {
    width: 26%; }

  .w-lg-25 {
    width: 25%; }

  .w-lg-24 {
    width: 24%; }

  .w-lg-23 {
    width: 23%; }

  .w-lg-22 {
    width: 22%; }

  .w-lg-21 {
    width: 21%; }

  .w-lg-20 {
    width: 20%; }

  .w-lg-19 {
    width: 19%; }

  .w-lg-18 {
    width: 18%; }

  .w-lg-17 {
    width: 17%; }

  .w-lg-16 {
    width: 16%; }

  .w-lg-15 {
    width: 15%; }

  .w-lg-14 {
    width: 14%; }

  .w-lg-13 {
    width: 13%; }

  .w-lg-12 {
    width: 12%; }

  .w-lg-11 {
    width: 11%; }

  .w-lg-10 {
    width: 10%; }

  .w-lg-9 {
    width: 9%; }

  .w-lg-8 {
    width: 8%; }

  .w-lg-7 {
    width: 7%; }

  .w-lg-6 {
    width: 6%; }

  .w-lg-5 {
    width: 5%; }

  .w-lg-4 {
    width: 4%; }

  .w-lg-3 {
    width: 3%; }

  .w-lg-2 {
    width: 2%; }

  .w-lg-1 {
    width: 1%; } }
@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100%; }

  .w-xl-99 {
    width: 99%; }

  .w-xl-98 {
    width: 98%; }

  .w-xl-97 {
    width: 97%; }

  .w-xl-96 {
    width: 96%; }

  .w-xl-95 {
    width: 95%; }

  .w-xl-94 {
    width: 94%; }

  .w-xl-93 {
    width: 93%; }

  .w-xl-92 {
    width: 92%; }

  .w-xl-91 {
    width: 91%; }

  .w-xl-90 {
    width: 90%; }

  .w-xl-89 {
    width: 89%; }

  .w-xl-88 {
    width: 88%; }

  .w-xl-87 {
    width: 87%; }

  .w-xl-86 {
    width: 86%; }

  .w-xl-85 {
    width: 85%; }

  .w-xl-84 {
    width: 84%; }

  .w-xl-83 {
    width: 83%; }

  .w-xl-82 {
    width: 82%; }

  .w-xl-81 {
    width: 81%; }

  .w-xl-80 {
    width: 80%; }

  .w-xl-79 {
    width: 79%; }

  .w-xl-78 {
    width: 78%; }

  .w-xl-77 {
    width: 77%; }

  .w-xl-76 {
    width: 76%; }

  .w-xl-75 {
    width: 75%; }

  .w-xl-74 {
    width: 74%; }

  .w-xl-73 {
    width: 73%; }

  .w-xl-72 {
    width: 72%; }

  .w-xl-71 {
    width: 71%; }

  .w-xl-70 {
    width: 70%; }

  .w-xl-69 {
    width: 69%; }

  .w-xl-68 {
    width: 68%; }

  .w-xl-67 {
    width: 67%; }

  .w-xl-66 {
    width: 66%; }

  .w-xl-65 {
    width: 65%; }

  .w-xl-64 {
    width: 64%; }

  .w-xl-63 {
    width: 63%; }

  .w-xl-62 {
    width: 62%; }

  .w-xl-61 {
    width: 61%; }

  .w-xl-60 {
    width: 60%; }

  .w-xl-59 {
    width: 59%; }

  .w-xl-58 {
    width: 58%; }

  .w-xl-57 {
    width: 57%; }

  .w-xl-56 {
    width: 56%; }

  .w-xl-55 {
    width: 55%; }

  .w-xl-54 {
    width: 54%; }

  .w-xl-53 {
    width: 53%; }

  .w-xl-52 {
    width: 52%; }

  .w-xl-51 {
    width: 51%; }

  .w-xl-50 {
    width: 50%; }

  .w-xl-49 {
    width: 49%; }

  .w-xl-48 {
    width: 48%; }

  .w-xl-47 {
    width: 47%; }

  .w-xl-46 {
    width: 46%; }

  .w-xl-45 {
    width: 45%; }

  .w-xl-44 {
    width: 44%; }

  .w-xl-43 {
    width: 43%; }

  .w-xl-42 {
    width: 42%; }

  .w-xl-41 {
    width: 41%; }

  .w-xl-40 {
    width: 40%; }

  .w-xl-39 {
    width: 39%; }

  .w-xl-38 {
    width: 38%; }

  .w-xl-37 {
    width: 37%; }

  .w-xl-36 {
    width: 36%; }

  .w-xl-35 {
    width: 35%; }

  .w-xl-34 {
    width: 34%; }

  .w-xl-33 {
    width: 33%; }

  .w-xl-32 {
    width: 32%; }

  .w-xl-31 {
    width: 31%; }

  .w-xl-30 {
    width: 30%; }

  .w-xl-29 {
    width: 29%; }

  .w-xl-28 {
    width: 28%; }

  .w-xl-27 {
    width: 27%; }

  .w-xl-26 {
    width: 26%; }

  .w-xl-25 {
    width: 25%; }

  .w-xl-24 {
    width: 24%; }

  .w-xl-23 {
    width: 23%; }

  .w-xl-22 {
    width: 22%; }

  .w-xl-21 {
    width: 21%; }

  .w-xl-20 {
    width: 20%; }

  .w-xl-19 {
    width: 19%; }

  .w-xl-18 {
    width: 18%; }

  .w-xl-17 {
    width: 17%; }

  .w-xl-16 {
    width: 16%; }

  .w-xl-15 {
    width: 15%; }

  .w-xl-14 {
    width: 14%; }

  .w-xl-13 {
    width: 13%; }

  .w-xl-12 {
    width: 12%; }

  .w-xl-11 {
    width: 11%; }

  .w-xl-10 {
    width: 10%; }

  .w-xl-9 {
    width: 9%; }

  .w-xl-8 {
    width: 8%; }

  .w-xl-7 {
    width: 7%; }

  .w-xl-6 {
    width: 6%; }

  .w-xl-5 {
    width: 5%; }

  .w-xl-4 {
    width: 4%; }

  .w-xl-3 {
    width: 3%; }

  .w-xl-2 {
    width: 2%; }

  .w-xl-1 {
    width: 1%; } }
::-moz-selection {
  background: #ffffff;
  color: #d71920;
  text-shadow: none; }

::selection {
  background: #ffffff;
  color: #d71920;
  text-shadow: none; }

::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  border-radius: 6px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: none; }

::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0px;
  border-left: 1px solid #888; }

::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: #d71920; }

html {
  position: relative; }

*, html, body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #57616b;
  background-color: white;
  -webkit-font-smoothing: antialiased; }

.ff-primary, .box.\--news-box .content .title, .hero-banner .subtitle {
  font-family: "Open Sans", sans-serif; }

.ff-secondary, form .control-group input[type=text], form .control-group input[type=number], form .control-group input[type=email], form .control-group input[type=password], form .control-group select, form .control-group textarea {
  font-family: "Titillium Web", serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", serif;
  margin: 0;
  padding: 0; }

.h1, .h2, .h3, .h4, .h5, .h6, p {
  margin: 0;
  padding: 0; }

h1, .h1 {
  font-size: 70px;
  font-size: 4.375rem; }

h2, .h2 {
  font-size: 42px;
  font-size: 2.625rem; }
  @media (max-width: 575px) {
    h2, .h2 {
      font-size: 30px;
      font-size: 1.875rem; } }

h3, .h3 {
  font-size: 26px;
  font-size: 1.625rem; }
  @media (max-width: 575px) {
    h3, .h3 {
      font-size: 20px;
      font-size: 1.25rem; } }

h4, .h4 {
  font-size: 24px;
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 22px;
  font-size: 1.375rem; }

h6, .h6 {
  font-size: 20px;
  font-size: 1.25rem; }

p {
  font-size: 14px;
  font-size: 0.875rem; }

a {
  color: #57616b;
  text-decoration: none; }

img {
  max-width: 100%;
  display: block; }
  img.inherit {
    max-width: inherit; }
  img.responsive {
    display: block;
    max-width: 100%;
    height: auto; }

.relative-block {
  position: relative; }

.absolute-block {
  position: absolute; }

.unstyled, .blog-content ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ul.inline li {
  display: inline-block; }
ul.block li {
  display: block; }
ul.table {
  display: table; }
  ul.table li {
    display: table-cell; }
ul.nomar li:last-child {
  margin-right: 0 !important; }
ul.nomar li:first-child {
  margin-left: 0 !important; }

hr {
  border: none;
  background: #cccccc; }

.td-underline {
  text-decoration: underline; }

.td-border {
  border-bottom: 1px solid; }

.td-border-dashed {
  border-bottom: 1px dashed; }

.td-border-dotted {
  border-bottom: 1px dotted; }

.b-radius {
  border-radius: 4px; }

.fs-default {
  font-size: 14px;
  font-size: 0.875rem; }

.fs-xsmall {
  font-size: 10px;
  font-size: 0.625rem; }

.fs-small {
  font-size: 12px;
  font-size: 0.75rem; }

.fs-medium {
  font-size: 16px;
  font-size: 1rem; }

.fs-large {
  font-size: 18px;
  font-size: 1.125rem; }

.fw-thin {
  font-weight: 100 !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-medium {
  font-weight: 500 !important; }

.fw-semi-bold {
  font-weight: 600 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-black {
  font-weight: 800 !important; }

.fw-xblack {
  font-weight: 900 !important; }

.tt-normal {
  text-transform: inherit !important; }

.tt-uppercase {
  text-transform: uppercase !important; }

.tt-capital {
  text-transform: capitalize !important; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.fc-primary {
  color: #d71920; }

.fc-secondary {
  color: #283d58; }

.fc-default {
  color: #57616b; }

.fc-white {
  color: #ffffff; }

.fc-black {
  color: #000000; }

.fc-grey {
  color: #1f1f1f; }

.fc-spgrey {
  color: #f2f2f2; }

.fc-dgrey {
  color: #333333; }

.fc-lgrey {
  color: #828c96; }

.bg-primary {
  background: #d71920; }

.bg-secondary {
  background: #283d58; }

.bg-white {
  background: #ffffff; }

.bg-black {
  background: #000000; }

.bg-grey {
  background: #1f1f1f; }

.bg-lgrey {
  background: #828c96; }

.bg-spgrey {
  background: #f2f2f2; }

.m-auto {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.lh-normal {
  line-height: 1; }

.lh-medium {
  line-height: 1.2; }

.lh-large {
  line-height: 1.8; }

.lh-xlarge {
  line-height: 2; }

.ls-xsmall {
  letter-spacing: -2px; }

.ls-small {
  letter-spacing: -1px; }

.ls-normal {
  letter-spacing: 0px; }

.ls-medium {
  letter-spacing: 1px; }

.ls-large {
  letter-spacing: 2px; }

.ls-xlarge {
  letter-spacing: 4px; }

.va-middle {
  vertical-align: middle; }

.va-top {
  vertical-align: top; }

.va-bottom {
  vertical-align: bottom; }

.facebook:hover {
  color: #1a4bad !important; }

.facebook-icon:hover {
  background: #1a4bad !important; }

.twitter:hover {
  color: #00a9cd !important; }

.twitter-icon:hover {
  background: #00a9cd !important; }

.linkedin:hover {
  color: #1e8cbe !important; }

.linkedin-icon:hover {
  background: #1e8cbe !important; }

.googleplus:hover {
  color: #ff4800 !important; }

.googleplus-icon:hover {
  background: #ff4800 !important; }

.youtube:hover {
  color: #d10000 !important; }

.youtube-icon:hover {
  background: #d10000 !important; }

.overlay-bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none; }

.bg-cover {
  background-size: cover; }

.bg-norepeat {
  background-repeat: no-repeat; }

.bg-center {
  background-position: center; }

.app-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh; }

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.fixed-height {
  min-height: 100vh; }

.hidden {
  display: none; }

.show {
  display: block; }

.visiblity-hidden {
  visibility: hidden; }

.grid-block {
  overflow: hidden;
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .grid-block > * {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .grid-block.\--type-inline-blocks > * {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px; }
  .grid-block.\--type-two-blocks > * {
    width: 50% !important; }
  .grid-block.\--type-three-blocks > * {
    width: 33.333% !important; }
  .grid-block.\--type-four-blocks > * {
    width: 25% !important; }
  .grid-block.\--type-five-blocks > * {
    width: 20% !important; }
  .grid-block.\--type-six-blocks > * {
    width: 16.6667% !important; }
  .grid-block.\--style-offsets {
    margin-left: -30px; }
    .grid-block.\--style-offsets > * {
      padding-left: 30px; }
    .grid-block.\--style-offsets.\--offset-small {
      margin-left: -20px; }
      .grid-block.\--style-offsets.\--offset-small > * {
        padding-left: 20px; }
  .grid-block.\--style-bottom-offsets > * {
    margin-bottom: 50px; }
  .grid-block.\--style-bottom-offsets.\--offset-bottom-small > * {
    margin-bottom: 30px; }
  @media (max-width: 991px) {
    .grid-block.\--ipad-half-grid > * {
      width: 50% !important; } }
  @media (max-width: 767px) {
    .grid-block.\--mobile-full-grid > * {
      width: 100% !important; } }

ul.grid-block {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

@font-face {
  font-family: 'strokesevents';
  src: url("fonts/strokesevents.eot?3iiygo");
  src: url("fonts/strokesevents.eot?3iiygo#iefix") format("embedded-opentype"), url("fonts/strokesevents.ttf?3iiygo") format("truetype"), url("fonts/strokesevents.woff?3iiygo") format("woff"), url("fonts/strokesevents.svg?3iiygo#strokesevents") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'strokesevents' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-map-marker:before {
  content: "\e900"; }

.icon-mail:before {
  content: "\e901"; }

.icon-phone:before {
  content: "\e902"; }

.icon-google-plus:before {
  content: "\e903"; }

.icon-linkedin:before {
  content: "\e904"; }

.icon-twitter:before {
  content: "\e905"; }

.icon-facebook:before {
  content: "\e906"; }

.btn {
  border-radius: 2px;
  padding: 8px 30px;
  display: inline-block;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid;
  font-size: 16px;
  letter-spacing: 1px; }
  .btn.\--btn-primary {
    background: #d71920;
    color: white;
    border-color: #d71920; }
    .btn.\--btn-primary:hover {
      background-color: #ffffff;
      color: #d71920; }
  .btn.\--btn-secondary {
    background: #283d58;
    color: white;
    border-color: #283d58; }
  .btn.\--btn-white {
    background: transparent;
    color: #d71920;
    border-color: #d71920; }
    .btn.\--btn-white:hover {
      background: #d71920;
      color: #ffffff;
      border-color: #d71920; }
  .btn.\--fixed-width {
    min-width: 220px; }
  .btn.\--btn-small {
    padding: 6px 10px;
    font-size: 10px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./assets-web/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: black;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .\--big-dot .slick-dots {
    bottom: -40px; }
  .\--xbig-dot .slick-dots {
    bottom: -60px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-iosfix {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  width: 100%; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s,visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s,visibility 0s,color .25s; }

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
.slick-arrow {
  padding: 0;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 3px; }

.partner-slider {
  padding: 40px 0 0; }
  @media (max-width: 575px) {
    .partner-slider {
      padding: 40px 40px 0; } }
  .partner-slider .slick-slide {
    margin: 0 20px; }
  .partner-slider .slick-track {
    display: flex;
    align-items: center; }
    .partner-slider .slick-track img {
      margin: 0 auto; }
  .partner-slider .slick-arrow.slick-prev {
    left: -40px; }
    @media (max-width: 575px) {
      .partner-slider .slick-arrow.slick-prev {
        left: 0; } }
    .partner-slider .slick-arrow.slick-prev:before {
      content: '\2039';
      font-size: 70px;
      font-size: 4.375rem;
      color: #d71920; }
  .partner-slider .slick-arrow.slick-next {
    right: -40px; }
    @media (max-width: 575px) {
      .partner-slider .slick-arrow.slick-next {
        right: 0; } }
    .partner-slider .slick-arrow.slick-next:before {
      content: '\203A';
      font-size: 70px;
      font-size: 4.375rem;
      color: #d71920; }

.event-slider .item {
  margin: 0 10px; }
.event-slider .slick-arrow {
  background-color: #d71920;
  z-index: 1; }
  .event-slider .slick-arrow.slick-prev:before, .event-slider .slick-arrow.slick-next:before {
    font-family: ""; }

.testimonial-slider .slick-dots {
  bottom: -40px; }

.check-list, .blog-content ul {
  margin-bottom: 30px; }
  .check-list li, .blog-content ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px; }
    .check-list li:before, .blog-content ul li:before {
      content: '\2714';
      position: absolute;
      left: 0;
      top: 0;
      color: #d71920;
      font-weight: 700;
      font-size: 16px;
      font-size: 1rem; }

.primary-header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 10px 0 0;
  z-index: 3;
  background-color: #1f1f1f; }
  .primary-header__topbar {
    padding-bottom: 10px; }
    .primary-header__topbar .contact-link {
      text-align: right; }
      @media (max-width: 767px) {
        .primary-header__topbar .contact-link {
          text-align: center; } }
      .primary-header__topbar .contact-link li {
        margin-right: 16px; }
        .primary-header__topbar .contact-link li:last-child {
          margin-right: 0; }
        .primary-header__topbar .contact-link li .xicon {
          margin-right: 8px; }
      .primary-header__topbar .contact-link a {
        color: #ffffff;
        display: block;
        font-weight: 700; }
    @media (max-width: 767px) {
      .primary-header__topbar .social-links {
        text-align: center; } }
    .primary-header__topbar .social-links li {
      margin-right: 10px; }
      .primary-header__topbar .social-links li a {
        color: #ffffff;
        font-size: 18px;
        font-size: 1.125rem; }
  .primary-header__navigationbar {
    padding: 10px 0;
    background-color: #d71920; }
    .primary-header__navigationbar .header-logo {
      display: block;
      max-width: 260px; }

.primary-navigation {
  text-align: right; }
  .primary-navigation li {
    margin-right: 20px;
    position: relative; }
    @media (max-width: 991px) {
      .primary-navigation li {
        margin-right: 8px; } }
    .primary-navigation li:last-child {
      margin-right: 0; }
    .primary-navigation li a {
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 700;
      display: block;
      padding: 10px 0; }
      @media (max-width: 991px) {
        .primary-navigation li a {
          font-size: 12px;
          font-size: 0.75rem; } }
    .primary-navigation li .sub-menu {
      position: absolute;
      top: 34px;
      left: 0;
      text-align: left;
      background-color: #1f1f1f;
      display: none;
      min-width: 160px; }
      .primary-navigation li .sub-menu li {
        margin: 0;
        width: 100%; }
        .primary-navigation li .sub-menu li a {
          padding: 8px;
          border-bottom: 1px solid #828c96;
          display: block;
          font-weight: 400;
          white-space: nowrap; }
          .primary-navigation li .sub-menu li a:hover {
            background-color: #d71920; }
        .primary-navigation li .sub-menu li:last-child a {
          border: none; }
    .primary-navigation li:hover .sub-menu {
      display: block; }

.box.\--service-box {
  margin-top: 30px;
  position: relative; }
  .box.\--service-box figure {
    position: relative; }
    .box.\--service-box figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: transparent;
      background-repeat: repeat-x;
      background-image: -khtml-gradient(linear, left top, left bottom, from(#000000), to(transparent));
      background-image: -moz-linear-gradient(to top, #000000, transparent);
      background-image: -ms-linear-gradient(to top, #000000, transparent);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, transparent));
      background-image: -webkit-linear-gradient(to top, #000000, transparent);
      background-image: -o-linear-gradient(to top, #000000, transparent);
      background-image: linear-gradient(to top, #000000, transparent);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0), #000000, transparent;
      z-index: 0; }
  .box.\--service-box .content {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 0 30px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }
    @media (max-width: 1200px) {
      .box.\--service-box .content {
        padding: 0 10px; } }
    .box.\--service-box .content .title {
      color: #ffffff;
      font-weight: 400;
      line-height: 1; }
      @media (max-width: 1200px) {
        .box.\--service-box .content .title {
          font-size: 26px;
          font-size: 1.625rem; } }
      .box.\--service-box .content .title span {
        display: block; }
      .box.\--service-box .content .title.\--small {
        font-size: 32px;
        font-size: 2rem; }
    .box.\--service-box .content .link-btn {
      color: #ffffff;
      font-weight: 700;
      text-transform: uppercase;
      padding-bottom: 4px;
      border-bottom: 1px solid #d71920;
      margin-top: 10px;
      display: inline-block;
      -webkit-transition: 0.6s;
      -moz-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s;
      opacity: 0;
      filter: alpha(opacity=0); }
  .box.\--service-box:hover .content {
    -webkit-transform: translate(0%, -40px);
    -moz-transform: translate(0%, -40px);
    -o-transform: translate(0%, -40px);
    -ms-transform: translate(0%, -40px);
    transform: translate(0%, -40px); }
  .box.\--service-box:hover .link-btn {
    opacity: 1;
    filter: alpha(opacity=100); }
  .box.\--service-box.\--inner-service figure {
    position: relative; }
    .box.\--service-box.\--inner-service figure .title {
      color: #ffffff;
      font-weight: 600;
      line-height: 1;
      position: absolute;
      left: 20px;
      bottom: 30px;
      z-index: 2; }
  .box.\--service-box.\--inner-service .content {
    position: relative;
    left: auto;
    bottom: auto; }
    .box.\--service-box.\--inner-service .content .title {
      color: #d71920;
      font-weight: 600;
      line-height: 1.2;
      font-size: 26px;
      font-size: 1.625rem;
      margin-top: 20px; }
      .box.\--service-box.\--inner-service .content .title span {
        display: inline-block; }
      .box.\--service-box.\--inner-service .content .title small {
        display: block;
        font-style: italic;
        color: #57616b;
        font-weight: 400; }
    .box.\--service-box.\--inner-service .content .desc {
      margin-top: 10px;
      margin-bottom: 20px; }
  .box.\--service-box.\--inner-service:hover .content {
    -webkit-transform: translate(0%, 0px);
    -moz-transform: translate(0%, 0px);
    -o-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px); }
.box.\--event-box {
  margin-top: 20px; }
  .box.\--event-box figure {
    position: relative; }
  .box.\--event-box .content {
    position: absolute;
    bottom: 10%;
    background-color: #ffffff;
    padding: 20px;
    width: 60%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    .box.\--event-box .content .title {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.2; }
      .box.\--event-box .content .title small {
        display: block;
        font-weight: 400; }
.box.\--testimonial-box {
  margin: 20px 10px 0; }
  .box.\--testimonial-box .content {
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 20px;
    position: relative; }
    .box.\--testimonial-box .content .desc {
      font-size: 18px;
      font-size: 1.125rem;
      height: 110px;
      overflow: hidden;
      font-style: italic;
      margin-bottom: 20px; }
    .box.\--testimonial-box .content .name {
      font-weight: 700;
      font-size: 16px;
      font-size: 1rem; }
    .box.\--testimonial-box .content figure {
      border-radius: 50%;
      overflow: hidden;
      margin-top: 10px;
      width: 80px;
      height: 80px; }
.box.\--news-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
  box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
  margin-top: 20px; }
  .box.\--news-box figure {
    position: relative;
    max-height: 190px;
    width: 100%;
    height: 190px;
    overflow: hidden;
    background-size: cover;
    background-position: top center; }
    .box.\--news-box figure .date {
      position: absolute;
      left: 10px;
      top: 10px;
      background-color: #d71920;
      color: #ffffff;
      padding: 6px 10px;
      border-radius: 4px; }
  .box.\--news-box .content {
    padding: 25px 20px 15px 20px; }
    .box.\--news-box .content .title {
      color: #283d58;
      line-height: 1.2;
      margin-bottom: 10px; }
    .box.\--news-box .content .author {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1; }
      .box.\--news-box .content .author li:first-child {
        padding-right: 6px;
        margin-right: 6px;
        border-right: 1px solid #57616b; }
    .box.\--news-box .content .desc {
      margin: 20px 0;
      max-height: 64px;
      overflow: hidden; }
    .box.\--news-box .content .link-btn {
      font-size: 14px;
      font-size: 0.875rem; }
.box.\--why-us-box {
  margin-top: 30px; }
  .box.\--why-us-box figure {
    margin-bottom: 20px; }
  .box.\--why-us-box .title {
    margin-bottom: 6px; }
  .box.\--why-us-box .desc {
    margin-bottom: 20px; }

.hero-banner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: bottom center;
  overflow: hidden; }
  @media (min-width: 991px) {
    .hero-banner {
      min-height: 100vh; } }
  @media (max-width: 767px) {
    .hero-banner {
      height: auto; } }
  .hero-banner:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute; }
  .hero-banner .mainvideo {
    width: 100%; }
    @media (max-width: 1400px) {
      .hero-banner .mainvideo {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -100;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background-size: cover; } }
    @media (max-width: 767px) {
      .hero-banner .mainvideo {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -o-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        width: inherit;
        height: auto; } }
  .hero-banner .banner-content {
    position: relative;
    z-index: 2;
    padding-top: 80px; }
  .hero-banner .title {
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .hero-banner .title {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 1.2; } }
  .hero-banner .subtitle {
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    line-height: 1.2; }
  .hero-banner .header-links {
    text-align: center;
    margin-top: 20px; }
  .hero-banner.\--inner-banner {
    height: 400px;
    min-height: auto; }
    .hero-banner.\--inner-banner .banner-content {
      padding-top: 140px; }
    @media (max-width: 767px) {
      .hero-banner.\--inner-banner {
        height: auto; } }
  .hero-banner.\--fixed-banner {
    height: 120px;
    min-height: auto;
    background: #1f1f1f; }

.primary-footer {
  background-color: #1f1f1f;
  padding: 40px 0; }
  .primary-footer .footer-logo {
    max-width: 240px;
    display: block; }
  .primary-footer .footer-desc {
    margin: 20px 0;
    color: rgba(255, 255, 255, 0.6); }
  .primary-footer .title {
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0px 0 20px;
    font-size: 32px;
    font-size: 2rem;
    padding-left: 60px; }
    @media (max-width: 1200px) {
      .primary-footer .title {
        padding-left: 30px; } }
    .primary-footer .title.\--address {
      padding-left: 40px; }
      @media (max-width: 767px) {
        .primary-footer .title.\--address {
          padding-left: 0px;
          margin-top: 40px; } }
  .primary-footer .footer-links {
    padding-left: 60px; }
    @media (max-width: 1200px) {
      .primary-footer .footer-links {
        padding-left: 30px; } }
    .primary-footer .footer-links li {
      margin-bottom: 6px; }
      .primary-footer .footer-links li a {
        color: rgba(255, 255, 255, 0.6);
        display: block; }
        .primary-footer .footer-links li a:hover {
          color: #ffffff; }
  .primary-footer .address {
    padding-left: 40px; }
    @media (max-width: 767px) {
      .primary-footer .address {
        padding-left: 0px; } }
    .primary-footer .address li {
      margin-bottom: 10px;
      padding-bottom: 10px;
      color: rgba(255, 255, 255, 0.6);
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      position: relative;
      padding-left: 24px; }
      .primary-footer .address li:before {
        position: absolute;
        left: 0;
        top: 0;
        font-family: 'strokesevents' !important;
        content: '';
        font-size: 16px;
        font-size: 1rem;
        color: #d71920; }
      .primary-footer .address li:first-child:before {
        content: "\e900"; }
      .primary-footer .address li:nth-child(2):before {
        content: "\e901"; }
      .primary-footer .address li:last-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0; }
        .primary-footer .address li:last-child:before {
          content: "\e902"; }
      .primary-footer .address li a {
        color: rgba(255, 255, 255, 0.6);
        display: block; }
  .primary-footer .social-links {
    margin-top: 20px; }
    .primary-footer .social-links li {
      margin-right: 10px; }
      .primary-footer .social-links li a {
        color: rgba(255, 255, 255, 0.6);
        font-size: 18px;
        font-size: 1.125rem; }

.copyright {
  background-color: #191919;
  padding: 10px 0; }
  .copyright .desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-size: 0.75rem; }

.sec-padding {
  padding: 60px 0; }
  @media (max-width: 767px) {
    .sec-padding {
      padding: 30px 0; } }
  .sec-padding.\--small {
    padding: 40px 0; }
  .sec-padding.\--xsmall {
    padding: 30px 0; }

.container-wrapper {
  padding: 0 12%; }

.maintitle {
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 400;
  line-height: 1.2;
  color: #283d58;
  font-size: 50px;
  font-size: 3.125rem; }
  @media (max-width: 991px) {
    .maintitle {
      font-size: 34px;
      font-size: 2.125rem; } }
  .maintitle:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10%;
    height: 2px;
    background-color: #d71920; }
  .maintitle.\--small {
    font-size: 42px;
    font-size: 2.625rem; }
    @media (max-width: 991px) {
      .maintitle.\--small {
        font-size: 32px;
        font-size: 2rem; } }
  .maintitle .head {
    color: rgba(0, 0, 0, 0.06);
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: -20px;
    left: 0;
    font-weight: 800;
    letter-spacing: 1px; }
  .maintitle.\--center {
    text-align: center; }
    .maintitle.\--center:before {
      right: 0;
      margin: 0 auto; }
    .maintitle.\--center .head {
      right: 0;
      margin: 0 auto; }
  .maintitle.\--white {
    color: #ffffff; }
    .maintitle.\--white .head {
      color: rgba(255, 255, 255, 0.06); }

.maindesc {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 30px; }
  .maindesc a {
    text-decoration: underline; }

.our-clients {
  padding: 30px 0; }

.home-about-sec {
  background-color: #f2f2f2; }
  .home-about-sec .inner-content {
    padding-right: 10%; }
    .home-about-sec .inner-content.\--full-width {
      padding-right: 0; }

.home-work-sec {
  background-color: #f2f2f2; }

.home-services-sec {
  background-size: cover;
  background-position: bottom center; }

.news-section {
  background-color: #f2f2f2; }

.blog-content p {
  margin-bottom: 10px; }
.blog-content ul {
  margin-bottom: 20px; }
  .blog-content ul li {
    margin-bottom: 8px; }

.setmap {
  height: 100%; }
  .setmap iframe {
    width: 100%;
    height: 100%; }

/**** Form Styling Default ****/
form input:-webkit-autofill, form textarea:-webkit-autofill, form select:-webkit-autofill {
  background: transparent !important; }

form input::-webkit-input-placeholder {
  color: #1f1f1f; }

form input:-moz-placeholder {
  color: #1f1f1f; }

form input::-moz-placeholder {
  color: #1f1f1f; }

form input:-ms-input-placeholder {
  color: #1f1f1f; }

form textarea::-webkit-input-placeholder {
  color: #1f1f1f; }

form .control-group {
  margin-bottom: 24px;
  position: relative; }
  form .control-group input[type=text], form .control-group input[type=number], form .control-group input[type=email], form .control-group input[type=password] {
    color: #1f1f1f;
    padding: 10px 0;
    height: 44px;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #946e1e;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 4px;
    position: relative;
    z-index: 4; }
  form .control-group input[type="submit"] {
    border: 2px solid #283d58;
    border-radius: 30px;
    background: #283d58;
    color: #ffffff;
    text-align: center;
    padding: 8px 40px;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    form .control-group input[type="submit"]:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }
  form .control-group select, form .control-group textarea {
    color: #1f1f1f;
    padding: 10px 0;
    height: 44px;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #946e1e;
    box-shadow: none;
    line-height: 38px;
    border-radius: 4px;
    position: relative;
    z-index: 4; }
  form .control-group .codearea {
    float: left;
    width: 28%;
    position: relative; }
  form .control-group .numberarea {
    float: right;
    width: 70%;
    position: relative; }
    form .control-group .numberarea input {
      padding-left: 10px; }
  form .control-group textarea {
    resize: none;
    min-height: 180px; }
  form .control-group .checkbox {
    position: relative;
    display: inline-block; }
    form .control-group .checkbox input[type=checkbox] {
      opacity: 0;
      filter: alpha(opacity=0);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 9; }
      form .control-group .checkbox input[type=checkbox]:checked + label {
        color: #d71920; }
        form .control-group .checkbox input[type=checkbox]:checked + label:before {
          content: '\e917'; }
    form .control-group .checkbox label {
      position: relative;
      padding-left: 24px; }
      form .control-group .checkbox label:before {
        position: absolute;
        left: 0;
        top: 0;
        content: '\e916';
        font-family: 'pms' !important;
        font-size: 20px;
        line-height: 18px; }
  form .control-group .radiobox {
    position: relative;
    display: inline-block; }
    form .control-group .radiobox input[type=radio] {
      opacity: 0;
      filter: alpha(opacity=0);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 9; }
      form .control-group .radiobox input[type=radio]:checked + label {
        color: #d71920; }
        form .control-group .radiobox input[type=radio]:checked + label:before {
          content: '\e914'; }
    form .control-group .radiobox label {
      position: relative;
      padding-left: 24px; }
      form .control-group .radiobox label:before {
        position: absolute;
        left: 0;
        top: 0;
        content: '\e913';
        font-family: 'pms' !important;
        font-size: 20px;
        line-height: 18px; }
  form .control-group input.error {
    border-color: red !important; }
  form .control-group select.error, form .control-group textarea.error {
    border-color: red !important; }
  form .control-group label.error {
    display: none !important; }
  form .control-group input[type=number]::-webkit-outer-spin-button,
  form .control-group input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield; }
  form .control-group .form-label {
    position: absolute;
    left: 0px;
    color: #000000;
    top: 12px;
    font-size: 16px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  form .control-group .bar {
    position: relative;
    display: block; }
    form .control-group .bar:before, form .control-group .bar:after {
      content: '';
      height: 2px;
      width: 0;
      bottom: 1px;
      position: absolute;
      background: #000000;
      -webkit-transition: 0.2s ease all;
      -moz-transition: 0.2s ease all;
      -o-transition: 0.2s ease all;
      transition: 0.2s ease all; }
    form .control-group .bar:before {
      left: 50%; }
    form .control-group .bar:after {
      right: 50%; }
  form .control-group .form-field {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    form .control-group .form-field:focus {
      border: none; }
      form .control-group .form-field:focus ~ .bar:before, form .control-group .form-field:focus ~ .bar:after {
        width: 50%; }
  form .control-group.focused .form-label {
    top: -6px;
    font-size: 12px;
    color: #000000; }

.mobile-nav-btn {
  display: inline-block;
  width: 30px;
  height: 25px;
  z-index: 1000;
  color: #292a2d;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  float: right; }
  .mobile-nav-btn .lines {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    .mobile-nav-btn .lines:nth-child(1) {
      top: 1px;
      width: 80%; }
    .mobile-nav-btn .lines:nth-child(2), .mobile-nav-btn .lines:nth-child(3) {
      top: 11px; }
    .mobile-nav-btn .lines:nth-child(4) {
      top: 21px;
      width: 60%; }
  .mobile-nav-btn:hover .lines:nth-child(1) {
    width: 50%; }
  .mobile-nav-btn:hover .lines:nth-child(4) {
    width: 80%; }
  .mobile-nav-btn.nav-active .lines:nth-child(1), .mobile-nav-btn.nav-active .lines:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%; }
  .mobile-nav-btn.nav-active .lines:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mobile-nav-btn.nav-active .lines:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .sticky .mobile-nav-btn {
    margin-top: 12px; }
  .mobile-nav-btn.mobile-btn .lines {
    background: #ffffff; }

.mobile-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  z-index: 8;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: none; }
  .mobile-nav .mobile-navigation {
    background: #1f1f1f;
    padding: 10px 0;
    text-align: center; }
    .mobile-nav .mobile-navigation a {
      color: #ffffff;
      font-size: 14px;
      font-size: 0.875rem;
      padding: 10px 0;
      display: block;
      position: relative; }
      .mobile-nav .mobile-navigation a:hover {
        background-color: #d71920; }
    .mobile-nav .mobile-navigation .sub-menu {
      display: none; }
  .mobile-nav.nav-active {
    display: block;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }

/*# sourceMappingURL=style.css.map */
