.vc_section > .vc_row,
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100% !important;
  max-width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .vc_section > .vc_row,
  .container-sm,
  .container {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .vc_section > .vc_row,
  .container-md,
  .container-sm,
  .container {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .vc_section > .vc_row,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .vc_section > .vc_row,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px !important;
  }
}
@media (min-width: 1400px) {
  .vc_section > .vc_row,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px !important;
  }
}
p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 575px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .container-fluid > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-31 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-31 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !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;
}
.d-none {
  display: none !important;
}
.flex-fill {
  flex: 1 1 auto !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-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.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;
}
.justify-content-evenly {
  justify-content: space-evenly !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;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-45 {
  margin-top: 2rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}
body {
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
}
ul {
  margin: 0 0 10px;
  padding-left: 20px;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease, opacity 0.4s ease;
}
a:hover {
  text-decoration: none ;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
* {
  box-sizing: border-box;
}
p {
  margin: 0 0 10px;
}
.cor1 {
  color: #195299;
}
.cor1 svg * {
  stroke: #195299;
}
.cor2 {
  color: #eabf37;
}
.cor2 svg * {
  stroke: #eabf37;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
}
h1,
h2 {
  font-size: 54px;
  font-weight: 800;
}
@media (max-width: 991px) {
  h1,
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  h1,
  h2 {
    font-size: 28px;
  }
}
h2 {
  font-size: 38px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 22px;
  }
}
h3 {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 575px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
h4 svg {
  margin-right: 5px;
}
@media (max-width: 575px) {
  h4 {
    font-size: 16px;
  }
}
.text-center {
  text-align: center;
}
.text-center h4 {
  justify-content: center;
}
.text-right {
  text-align: right;
}
input,
textarea,
button,
select {
  outline: 0;
}
button {
  cursor: pointer;
}
.textinfo {
  width: 100%;
  display: block;
}
/*OWL CONTROLS*/
.owl-carousel .owl-nav {
  position: static;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.owl-carousel .owl-nav button {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  text-align: center !important;
  justify-content: center !important;
  font-size: 0 !important;
  align-items: center !important;
  line-height: 1 !important;
  z-index: 9999999 !important;
  border: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transition: all 0.4s ease;
}
.owl-carousel .owl-nav button.owl-next {
  right: -50px !important;
  background-image: url(../images/right-1.svg) !important;
}
.owl-carousel .owl-nav button.owl-next:hover {
  background-image: url(../images/right-2.svg) !important;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -50px !important;
  background-image: url(../images/left-1.svg) !important;
}
.owl-carousel .owl-nav button.owl-prev:hover {
  background-image: url(../images/left-2.svg) !important;
}
.owl-carousel .owl-nav.disabled {
  display: none !important;
}
.owl-carousel .owl-dots {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 15px 0 0 0 !important;
}
.owl-carousel .owl-dots button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 20px !important;
  background: transparent !important;
  border: 1px solid #eabf37 !important;
  margin: 0 2px !important;
}
.owl-carousel .owl-dots button.active {
  background: #195299 !important;
  border-color: #195299 !important;
}
.owl-carousel .owl-dots.disabled {
  display: none !important;
}
.owl-carousel.owl-banner .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 15px;
  width: 100%;
}
.owl-carousel.owl-banner .owl-dots button {
  border-color: #ffffff !important;
}
.owl-carousel.owl-banner .owl-dots button.active {
  background-color: #ffffff !important;
}
.owl-carousel.owl-banner .owl-nav button.owl-next {
  right: 30px !important;
  background-image: url(../images/right.svg) !important;
}
.owl-carousel.owl-banner .owl-nav button.owl-next:hover {
  background-image: url(../images/right-2.svg) !important;
}
.owl-carousel.owl-banner .owl-nav button.owl-prev {
  left: 30px !important;
  background-image: url(../images/left.svg) !important;
}
.owl-carousel.owl-banner .owl-nav button.owl-prev:hover {
  background-image: url(../images/left-2.svg) !important;
}
/*END // OWL CONTROLS*/
.btn {
  color: #ffffff;
  text-decoration: none ;
  background: #195299;
  padding: 20px 35px;
  border-radius: 5px;
  border: 1px solid #195299;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  text-align: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  transition: all 0.4s ease;
}
@media (max-width: 575px) {
  .btn {
    padding: 14px 24px;
    width: 100%;
  }
}
.btn svg * {
  transition: all 0.4s ease;
}
.btn:hover {
  background: transparent ;
  color: #195299;
}
.btn:hover svg * {
  fill: #195299;
}
.btn svg {
  margin: 0 0 -1px 5px;
}
.btn small {
  width: 100%;
  font-size: 10px;
  margin: 5px 0 0 0;
}
.btn.icon-rt svg {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
}
.btn.md {
  padding: 14px 24px;
}
.btn.big {
  padding: 25px 55px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
}
.btn.sm {
  font-size: 12px;
  padding: 10px 15px;
}
.btn.sm small {
  font-size: 9px;
}
.btn.full {
  width: 100%;
}
.btn.fix-btn {
  border-radius: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 56px;
}
.btn.fix-btn:hover {
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .btn.fix-btn {
    height: 44px;
  }
}
.btn.fix-btn.normal {
  position: relative;
}
.btn:disabled,
.btn[disabled] {
  opacity: .6;
  pointer-events: none;
}
.btn.cor2 {
  background: #eabf37;
  border-color: #eabf37;
  color: #000000;
}
.btn.cor2:hover {
  background: transparent ;
  color: #eabf37;
}
.btn.white {
  background: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.btn.white:hover {
  background: transparent ;
  color: #ffffff;
}
.btn.outline {
  background: transparent ;
  color: #195299;
}
.btn.outline svg * {
  fill: #195299;
}
.btn.outline:hover {
  background: #195299;
  color: #ffffff;
}
.btn.outline:hover svg * {
  fill: #ffffff;
}
.btn.outline.cor2 {
  background: transparent ;
  border-color: #eabf37;
  color: #eabf37;
}
.btn.outline.cor2:hover {
  background: #eabf37;
  color: #ffffff;
}
.btn.outline.white {
  background: transparent ;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.outline.white:hover {
  background: #ffffff;
  color: #195299;
}
.small-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #195299;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 5px 5px 3px;
  line-height: 1;
  border-radius: 3px;
  width: auto;
  transition: all 0.4s ease;
}
.small-btn svg {
  margin: 0 3px 0 0;
}
.small-btn svg * {
  transition: all 0.4s ease;
}
.small-btn:hover {
  background: #195299;
  color: #ffffff;
}
.small-btn:hover svg * {
  stroke: #ffffff;
}
.search-form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.4s ease;
  height: 40px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0;
}
.search-form input {
  width: calc(100% - 40px);
  border: 0;
  padding: 0 0 0 15px;
  background: transparent;
  height: 40px;
}
.search-form button {
  background: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease;
}
.search-form button svg * {
  transition: all 0.4s ease;
}
.search-form button:hover {
  background: #195299;
}
.search-form button:hover svg * {
  fill: #ffffff;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  transition: background 0.4s ease, margin 0.4s ease;
}
header .row {
  margin-left: 0;
  margin-right: 0;
}
header .row .col-3,
header .row .col-9,
header .row .col-2,
header .row .col-10 {
  height: 36px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  padding: 0;
}
@media (max-width: 575px) {
  header .row .col-3,
  header .row .col-9,
  header .row .col-2,
  header .row .col-10 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header .row .col-12 {
  height: 74px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
@media (max-width: 575px) {
  header .row .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header a.login-btn,
header .cambio,
header a.fone {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: wrap;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 13px;
}
header a.login-btn svg,
header .cambio svg,
header a.fone svg {
  margin: 0 5px 0 0;
}
header a.login-btn svg *,
header .cambio svg *,
header a.fone svg * {
  transition: all 0.4s ease;
}
header a.login-btn:hover,
header .cambio:hover,
header a.fone:hover {
  color: #eabf37;
}
header a.login-btn:hover svg *,
header .cambio:hover svg *,
header a.fone:hover svg * {
  stroke: #eabf37;
}
@media (max-width: 767px) {
  header a.login-btn,
  header a.fone {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header a.login-btn svg,
  header a.fone svg {
    margin: 0;
  }
  header a.login-btn span,
  header a.fone span {
    display: none;
  }
}
header a.login-btn {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 767px) {
  header a.login-btn {
    padding-left: 0;
    border-left: 0;
  }
}
header ul.social {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  margin-left: 25px;
  padding: 0;
}
header ul.social li {
  margin: 0 1px;
}
header ul.social li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
header ul.social li a svg {
  width: 22px;
  height: 22px;
}
header ul.social li a svg * {
  stroke: #ffffff;
  transition: all 0.4s ease;
}
header ul.social li a:hover svg * {
  stroke: #eabf37;
  stroke-width: 2px;
}
@media (max-width: 767px) {
  header ul.social {
    margin-left: 1px;
  }
}
header nav ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  font-size: 14px;
}
header nav ul li {
  margin-right: 30px;
  position: static;
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav ul li a {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  min-height: 74px;
  text-transform: uppercase;
  color: #ffffff;
}
header nav ul li a svg {
  margin-right: 5px;
}
header nav ul li a svg * {
  transition: all 0.4s ease;
  stroke: #ffffff;
}
header nav ul li:hover > a {
  color: #eabf37 !important;
}
header nav ul li:hover > a svg * {
  stroke: #eabf37;
}
header nav ul li.has-sub > a {
  position: relative;
}
header nav ul li.has-sub > a:before {
  content: '';
  position: absolute;
  bottom: -9px;
  z-index: 2;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateY(-15px);
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #195299 transparent transparent transparent;
  transition: all 0.4s ease;
  opacity: 0;
}
header nav ul li.has-sub .submenu {
  width: 100vw;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -15px);
  background: #195299;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 15px;
  transition: transform 0.4s ease;
  pointer-events: none;
  opacity: 0;
  border-bottom: 1px solid #ffffff;
}
header nav ul li.has-sub .submenu .row > * {
  display: flex;
  flex-flow: column;
  min-height: 100%;
  position: relative;
}
header nav ul li.has-sub .submenu .row > * .img {
  top: -20px;
  bottom: -15px;
  width: 50vw;
  left: 0;
  background-size: cover;
  background-position: center;
  position: absolute;
}
header nav ul li.has-sub .submenu h3 {
  font-weight: 600;
  font-size: 18px;
  color: #eabf37;
  text-transform: uppercase;
  margin: 0;
}
header nav ul li.has-sub .submenu ul {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
header nav ul li.has-sub .submenu ul li {
  margin: 0;
  width: 100%;
}
header nav ul li.has-sub .submenu ul li a {
  min-height: 0;
  width: 100%;
  padding: 8px 0;
  display: block;
  color: #ffffff;
}
header nav ul li.has-sub .submenu ul li:hover a {
  color: #ffffff !important;
  opacity: .7 !important;
}
header nav ul li.has-sub.focus > a:before,
header nav ul li.has-sub:hover > a:before {
  opacity: 1;
  transform: translateY(0px);
}
header nav ul li.has-sub.focus .submenu,
header nav ul li.has-sub:hover .submenu {
  top: auto;
  opacity: 1;
  pointer-events: inherit;
  transform: translate(-50%, 0px);
}
header nav.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 50%;
  padding: 0 15px;
  background: #ffffff;
  min-height: 100vh;
  transition: all 0.4s ease;
  transform: translateX(-101%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
header nav.mobile-menu.active {
  transform: translateX(0%);
}
header nav.mobile-menu .social-top {
  height: 36px;
  width: calc(100% + 30px);
  margin: 0 -15px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #195299;
  position: relative;
}
@media (max-width: 767px) {
  header nav.mobile-menu .social-top:before {
    content: '';
    position: absolute;
    top: 0;
    height: 36px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    background: #195299;
    z-index: 1;
    width: 100vw;
  }
}
header nav.mobile-menu .social-top a.fone {
  color: #ffffff;
  width: auto;
  position: relative;
  z-index: 2;
}
header nav.mobile-menu .social-top a.fone svg {
  margin: 0 5px 0 0;
}
header nav.mobile-menu .social-top a.fone svg * {
  stroke: #ffffff;
}
header nav.mobile-menu .social-top a.fone span {
  display: block;
}
header nav.mobile-menu .social-top ul.social {
  position: relative;
  z-index: 2;
}
header nav.mobile-menu .social-top ul.social li a {
  padding: 0;
}
header nav.mobile-menu .social-top ul.social li a svg * {
  stroke: #ffffff !important;
}
header nav.mobile-menu .social-top ul.social li a:hover svg * {
  stroke: #eabf37 !important;
}
header nav.mobile-menu .top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  width: 100%;
}
header nav.mobile-menu button svg * {
  stroke: #195299;
}
header nav.mobile-menu .scroll-menu {
  width: 100%;
  display: block;
  height: calc(100vh - 110px);
  overflow-y: auto;
  border-top: 1px solid #cdcdcd;
}
header nav.mobile-menu .scroll-menu ul {
  padding: 0 0 40px;
  flex-flow: column;
}
header nav.mobile-menu .scroll-menu ul li {
  width: 100%;
  margin: 0;
}
header nav.mobile-menu .scroll-menu ul li a {
  width: 100%;
  border-bottom: 1px solid #cdcdcd;
  color: #195299;
  min-height: 0;
}
header nav.mobile-menu .scroll-menu ul li a svg * {
  stroke: #195299;
}
header nav.mobile-menu .scroll-menu ul li a:hover svg * {
  stroke: #eabf37;
}
header nav.mobile-menu .scroll-menu ul li.has-sub {
  position: relative;
}
header nav.mobile-menu .scroll-menu ul li.has-sub > a:before {
  border-color: #ffffff transparent transparent transparent;
}
header nav.mobile-menu .scroll-menu ul li.has-sub .submenu {
  width: 100%;
  display: none;
  flex-flow: column;
  position: relative;
  background: #f0f0f0;
  padding-bottom: 0;
}
header nav.mobile-menu .scroll-menu ul li.has-sub .submenu h3 {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #195299;
}
header nav.mobile-menu .scroll-menu ul li.has-sub .submenu .sub-mobile + .sub-mobile {
  margin-top: 30px;
}
header nav.mobile-menu .scroll-menu ul li.has-sub .submenu ul {
  padding: 0;
}
header nav.mobile-menu .scroll-menu ul li.has-sub .submenu ul li a {
  padding: 12px 0;
  text-align: center;
  justify-content: center;
  color: #000000 !important;
}
header nav.mobile-menu .scroll-menu ul li.has-sub.focus .submenu,
header nav.mobile-menu .scroll-menu ul li.has-sub:hover .submenu {
  display: flex;
}
@media (max-width: 767px) {
  header nav.mobile-menu {
    width: 100%;
  }
}
@media (max-width: 575px) {
  header nav.mobile-menu {
    padding: 0;
  }
}
header.institucional nav.mobile-menu {
  display: none;
}
@media (max-width: 1199px) {
  header.institucional nav.mobile-menu {
    display: flex;
  }
}
header.ecommerce nav.mobile-menu {
  display: none;
}
@media (max-width: 991px) {
  header.ecommerce nav.mobile-menu {
    display: flex;
  }
}
header button {
  background: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header .branding {
  width: 233px;
  height: 60px;
  display: flex;
}
header .search-form {
  width: 420px;
}
@media (max-width: 1399px) {
  header .search-form {
    width: 320px;
  }
}
@media (max-width: 1199px) {
  header .search-form {
    order: 3;
    width: 100%;
    margin: 10px 0;
  }
  header.ecommerce .row .col-12 {
    height: 120px;
  }
  header.ecommerce + #title {
    padding-top: 180px;
  }
}
header.scroll {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
header.scroll button.menu-toggle svg * {
  stroke: #195299;
}
header.scroll .search-form {
  border-color: #cdcdcd;
}
header.scroll .cambio,
header.scroll a.fone {
  color: #195299;
}
header.scroll .cambio svg *,
header.scroll a.fone svg * {
  stroke: #195299;
}
header.scroll a.fone:hover {
  color: #eabf37;
}
header.scroll a.fone:hover svg * {
  stroke: #eabf37;
}
header.scroll ul.social li > a,
header.scroll nav ul li > a {
  color: #195299;
}
header.scroll ul.social li > a svg *,
header.scroll nav ul li > a svg * {
  stroke: #195299;
}
header.scroll ul.social li:hover > a,
header.scroll nav ul li:hover > a {
  color: #eabf37;
}
header.scroll ul.social li:hover > a svg *,
header.scroll nav ul li:hover > a svg * {
  stroke: #eabf37;
}
header.scroll ul.social li.has-sub > a:before,
header.scroll nav ul li.has-sub > a:before {
  border-color: #ffffff transparent transparent transparent;
}
header.scroll ul.social a svg * {
  stroke-width: 1.4px;
}
header.fixheader {
  margin-top: -36px;
}
#content {
  overflow: hidden;
}
#content section {
  padding: 70px 0;
}
#content section.bg {
  background: #f0f0f0;
}
#content section.cor1 {
  background: #195299;
  color: #ffffff;
}
#content section.cor1 form .wrap-val,
#content section.cor1 form .wrap-input {
  color: #000000;
}
#content section.cor2 {
  background: #eabf37;
  color: inherit;
}
#content section.cor3 {
  background: #5abdfb;
  color: inherit;
}
@media (max-width: 991px) {
  #content section {
    padding: 50px 0;
  }
}
#content section.full-half {
  padding: 0 !important;
}
#content section.full-half > * > .row {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  #content section.full-half > * > .row {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
#content section.full-half > * > .row > * {
  display: flex;
  flex-flow: column;
  min-height: 100%;
}
#content section.full-half > * > .row > *:nth-child(1) {
  width: 645px;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-right: 40px;
}
@media (max-width: 1399px) {
  #content section.full-half > * > .row > *:nth-child(1) {
    width: 555px;
  }
}
@media (max-width: 1199px) {
  #content section.full-half > * > .row > *:nth-child(1) {
    width: 465px;
  }
}
@media (max-width: 991px) {
  #content section.full-half > * > .row > *:nth-child(1) {
    width: 720px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  #content section.full-half > * > .row > *:nth-child(1) {
    width: 540px;
  }
}
@media (max-width: 575px) {
  #content section.full-half > * > .row > *:nth-child(1) {
    width: 100%;
  }
}
#content section.full-half > * > .row > *:nth-child(2) {
  position: relative;
}
#content section.full-half > * > .row > *:nth-child(2) .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  #content section.full-half > * > .row > *:nth-child(2) .img {
    width: 100%;
    padding-top: 60%;
    position: static;
  }
}
@media (max-width: 575px) {
  #content section.full-half > * > .row > *:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
}
#content section.full-half-revert {
  padding: 0 !important;
}
#content section.full-half-revert > * > .row {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  #content section.full-half-revert > * > .row {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
#content section.full-half-revert > * > .row > * {
  display: flex;
  flex-flow: column;
  min-height: 100%;
}
#content section.full-half-revert > * > .row > *:nth-child(2) {
  width: 645px;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 40px;
}
@media (max-width: 1399px) {
  #content section.full-half-revert > * > .row > *:nth-child(2) {
    width: 555px;
  }
}
@media (max-width: 1199px) {
  #content section.full-half-revert > * > .row > *:nth-child(2) {
    width: 465px;
  }
}
@media (max-width: 991px) {
  #content section.full-half-revert > * > .row > *:nth-child(2) {
    width: 720px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  #content section.full-half-revert > * > .row > *:nth-child(2) {
    width: 540px;
  }
}
@media (max-width: 575px) {
  #content section.full-half-revert > * > .row > *:nth-child(2) {
    width: 100%;
  }
}
#content section.full-half-revert > * > .row > *:nth-child(1) {
  position: relative;
}
#content section.full-half-revert > * > .row > *:nth-child(1) .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  #content section.full-half-revert > * > .row > *:nth-child(1) .img {
    width: 100%;
    padding-top: 60%;
    position: static;
  }
}
@media (max-width: 575px) {
  #content section.full-half-revert > * > .row > *:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
  }
}
#content section.full-half-cor1 {
  padding: 0 !important;
}
#content section.full-half-cor1 form .wrap-val,
#content section.full-half-cor1 form .wrap-input {
  color: #000000;
}
#content section.full-half-cor1 > * > .row {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  #content section.full-half-cor1 > * > .row {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
#content section.full-half-cor1 > * > .row > * {
  display: flex;
  flex-flow: column;
  min-height: 100%;
}
#content section.full-half-cor1 > * > .row > *:nth-child(1) {
  width: 645px;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-right: 40px;
}
@media (max-width: 1399px) {
  #content section.full-half-cor1 > * > .row > *:nth-child(1) {
    width: 555px;
  }
}
@media (max-width: 1199px) {
  #content section.full-half-cor1 > * > .row > *:nth-child(1) {
    width: 465px;
  }
}
@media (max-width: 991px) {
  #content section.full-half-cor1 > * > .row > *:nth-child(1) {
    width: 720px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  #content section.full-half-cor1 > * > .row > *:nth-child(1) {
    width: 540px;
  }
}
@media (max-width: 575px) {
  #content section.full-half-cor1 > * > .row > *:nth-child(1) {
    width: 100%;
  }
}
#content section.full-half-cor1 > * > .row > *:nth-child(2) {
  position: relative;
  background: #195299;
  color: #ffffff;
}
#content section.full-half-cor1 > * > .row > *:nth-child(2) > div {
  width: 645px;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 40px;
}
@media (max-width: 1399px) {
  #content section.full-half-cor1 > * > .row > *:nth-child(2) > div {
    width: 555px;
  }
}
@media (max-width: 1199px) {
  #content section.full-half-cor1 > * > .row > *:nth-child(2) > div {
    width: 465px;
  }
}
@media (max-width: 991px) {
  #content section.full-half-cor1 > * > .row > *:nth-child(2) > div {
    width: 720px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  #content section.full-half-cor1 > * > .row > *:nth-child(2) > div h4 {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #content section.full-half-cor1 > * > .row > *:nth-child(2) > div {
    width: 540px;
  }
}
@media (max-width: 575px) {
  #content section.full-half-cor1 > * > .row > *:nth-child(2) > div {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #content section.full-half-cor1 > * > .row > *:nth-child(2) {
    justify-content: center;
    display: flex;
    align-items: center;
  }
}
.row.list {
  display: flex;
  flex-flow: wrap;
}
.row.list > * {
  display: flex;
  min-height: 100%;
  flex-flow: column;
}
.single-card {
  width: 100%;
  display: flex;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin-top: 30px;
}
.single-card .img {
  width: 100%;
  padding-top: 65%;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px 10px 0 0;
}
.single-card .img > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.4s ease;
}
.single-card a.img:hover > * {
  transform: scale(1.1);
}
.single-card .info {
  width: 100%;
  padding: 15px 20px 20px;
}
.single-card .info h4 {
  font-size: 14px;
  color: #eabf37;
  text-transform: uppercase;
}
.single-card .info h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.single-card .info p {
  margin: 0;
}
@media (max-width: 374px) {
  .single-card .info {
    padding: 15px;
  }
}
.single-card .cta {
  width: calc(100% - 40px);
  margin: 0 20px;
  padding: 15px 0 20px;
  border-top: 1px solid #eabf37;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
}
.single-card .cta .preco {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column;
  line-height: 1.2;
}
.single-card .cta .preco > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column;
}
.single-card .cta .preco > div span.ttl {
  width: 100%;
  font-weight: 600;
  font-size: 12px;
}
.single-card .cta .preco > div span.val {
  color: #195299;
  letter-spacing: -0.4px;
}
.single-card .cta .preco > div span.val small {
  font-size: 12px;
  font-weight: normal;
}
.single-card .cta .preco > div span.val strong {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.8px;
}
.single-card .cta .preco > div span.val sup {
  font-style: normal;
  font-size: 17px;
  font-weight: 800;
  display: inline-block;
  margin: 0 0 0 -8px;
  line-height: 1.6;
  vertical-align: top;
}
.single-card .cta .preco > em {
  font-size: 9px;
  display: inline-block;
  margin: -2px 0 0 0;
}
.single-card .cta .btn {
  margin-right: -20px;
  border-radius: 5px 0 0 5px;
  border-right-width: 0;
  width: auto;
}
@media (max-width: 575px) {
  .single-card .cta .preco > div span.val small {
    font-size: 10px;
  }
  .single-card .cta .preco > div span.val strong {
    font-size: 28px;
  }
  .single-card .cta .preco > div span.val sup {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .single-card .cta {
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: 15px 0 20px;
  }
  .single-card .cta .btn {
    width: 100%;
    margin: 15px 0 -20px 0;
    border-right-width: 1px;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    justify-content: center;
    align-items: center;
  }
  .single-card .cta .preco {
    flex-flow: row;
    align-items: flex-end;
    width: 100%;
  }
  .single-card .cta .preco > div {
    width: auto;
  }
  .single-card .cta .preco > em {
    font-size: 11px;
    display: inline-block;
    margin: -12px 0 4px 6px;
  }
}
form {
  margin: 0;
}
form .row {
  margin-left: -6px;
  margin-right: -6px;
}
form .row > * {
  padding: 8px 6px;
}
form fieldset {
  margin: 0;
  border: 0;
  padding: 0;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
form fieldset legend {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  color: #195299;
}
form fieldset ul {
  list-style: none;
  display: flex;
  flex-flow: column;
  margin: 0;
  padding: 0;
}
form fieldset ul li {
  margin: 0 0 10px 0;
}
form fieldset ul li:last-child {
  margin-bottom: 0;
}
.wrap-val,
.wrap-input {
  width: 100%;
  display: block;
  height: 52px;
  background: #ffffff;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.wrap-val label,
.wrap-input label {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  padding-left: 16px;
  height: 50px;
  line-height: 50px;
  opacity: .5;
  transition: all 0.4s ease;
}
.wrap-val textarea,
.wrap-input textarea,
.wrap-val select,
.wrap-input select,
.wrap-val input,
.wrap-input input {
  height: 50px;
  padding-left: 16px;
  background: transparent;
  border: 0;
  width: 100%;
  padding-top: 14px;
  transition: all 0.4s ease;
  outline: 0;
}
.wrap-val textarea.txt + label,
.wrap-input textarea.txt + label,
.wrap-val select.txt + label,
.wrap-input select.txt + label,
.wrap-val input.txt + label,
.wrap-input input.txt + label,
.wrap-val textarea:-webkit-autofill + label,
.wrap-input textarea:-webkit-autofill + label,
.wrap-val select:-webkit-autofill + label,
.wrap-input select:-webkit-autofill + label,
.wrap-val input:-webkit-autofill + label,
.wrap-input input:-webkit-autofill + label,
.wrap-val textarea:focus + label,
.wrap-input textarea:focus + label,
.wrap-val select:focus + label,
.wrap-input select:focus + label,
.wrap-val input:focus + label,
.wrap-input input:focus + label {
  font-size: 12px;
  line-height: 25px;
  opacity: 1;
}
.wrap-val textarea:-webkit-autofill,
.wrap-input textarea:-webkit-autofill,
.wrap-val select:-webkit-autofill,
.wrap-input select:-webkit-autofill,
.wrap-val input:-webkit-autofill,
.wrap-input input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset;
  -webkit-text-fill-color: 'Poppins', sans-serif !important;
}
.wrap-val textarea:-internal-autofill-selected,
.wrap-input textarea:-internal-autofill-selected,
.wrap-val select:-internal-autofill-selected,
.wrap-input select:-internal-autofill-selected,
.wrap-val input:-internal-autofill-selected,
.wrap-input input:-internal-autofill-selected {
  background-color: #ffffff !important;
}
.wrap-val textarea[disabled="true"],
.wrap-input textarea[disabled="true"],
.wrap-val select[disabled="true"],
.wrap-input select[disabled="true"],
.wrap-val input[disabled="true"],
.wrap-input input[disabled="true"] {
  background: #f0f0f0;
}
.wrap-val textarea,
.wrap-input textarea {
  height: 120px;
  padding-top: 22px;
}
.wrap-val.text,
.wrap-input.text {
  height: 122px;
}
.wrap-val.icon select,
.wrap-input.icon select,
.wrap-val.icon input,
.wrap-input.icon input {
  width: calc(100% - 50px);
}
.wrap-val.icon svg,
.wrap-input.icon svg {
  position: absolute;
  top: 13px;
  right: 20px;
}
.wrap-val.wrap-sel label,
.wrap-input.wrap-sel label {
  font-size: 12px;
  line-height: 25px;
  opacity: 1;
}
.wrap-val.wrap-sel select,
.wrap-input.wrap-sel select {
  width: calc(100% + 2px);
  margin-left: -1px !important;
}
.wrap-val + small,
.wrap-input + small {
  margin-top: 5px;
  display: block;
}
.wrap-check label {
  padding-left: 25px;
  position: relative;
  line-height: 18px;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
  display: block;
  width: 100%;
}
.wrap-check label:before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 1px solid #195299;
  position: absolute;
  top: 0;
  left: 0;
}
.wrap-check span:after {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: url(../images/check.svg);
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #195299;
  transition: all 0.4s ease;
  opacity: 0;
}
.wrap-check input {
  display: none;
}
.wrap-check input:checked + span:after {
  opacity: 1;
}
.wrap-check input[type="radio"] + label:after,
.wrap-check input[type="radio"] + label:before {
  border-radius: 15px;
}
.wrap-check.radio span:after,
.wrap-check.radio label:before {
  border-radius: 30px;
}
.wrap-check.cor2 {
  color: inherit;
}
.wrap-check.cor2 label:before {
  border-color: #eabf37;
}
.wrap-check.cor2 span {
  color: inherit;
}
.wrap-check.cor2 span:after {
  background: url(../images/check-2.svg);
}
.select2-container--default .select2-selection--single {
  border-radius: 5px;
  height: 50px;
  padding-left: 16px;
  background: transparent;
  border: 0;
  width: 100%;
  padding-top: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 34px;
  line-height: 34px;
  padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 6px !important;
  height: 6px !important;
  border: 1px solid #cdcdcd !important;
  transform: rotate(45deg) !important;
  margin: -4px 0 0 -10px !important;
  border-top: 0 !important;
  border-left: 0 !important;
  transition: all 0.4s ease;
}
.select2-container--default .select2-results__option {
  padding: 6px 10px;
  position: relative;
}
.select2-container--default .select2-dropdown {
  border: 1px solid #cdcdcd;
  background: #ffffff;
  border-radius: 0 ;
  overflow: hidden;
  font-size: 14px;
  margin: -5px 0 0 -1px;
  padding: 0;
  border-top: 0;
  border-radius: 0 0 5px 5px !important;
}
.select2-container--default .select2-dropdown .select2-search--dropdown {
  padding: 5px;
}
.select2-container--default .select2-dropdown .select2-search--dropdown input {
  width: 100%;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  height: 34px !important;
  line-height: 34px !important;
  padding: 0 10px !important;
  outline: 0 !important;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(-135deg) !important;
}
.select2-container--default .select2-results__option {
  padding: 8px 16px;
}
.select2-container--default .select2-results__option.select2-results__option--selected {
  background: #195299 !important;
  color: #ffffff !important;
}
.select2-container--default .select2-results__option.select2-results__option--highlighted {
  background: #ffffff;
  color: #195299;
}
#news .wrap-input {
  border-color: #ffffff;
}
footer .top-footer {
  background: #2f2f2f;
  color: #ffffff;
  padding-bottom: 40px;
}
@media (max-width: 575px) {
  footer .top-footer {
    padding-bottom: 0;
  }
}
footer .top-footer .container > .row > * {
  margin-top: 40px;
}
footer .top-footer .container > .row > *.col-menus {
  padding-left: 40px;
}
@media (max-width: 991px) {
  footer .top-footer .container > .row > *.col-menus {
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  footer .top-footer .container > .row > .col-logo {
    order: 3;
  }
  footer .top-footer .container > .row > .col-menus {
    order: 4;
  }
  footer .top-footer .container > .row > .col-menus .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  footer .top-footer .container > .row > .col-menus .row > * {
    border-top: 1px solid #cdcdcd;
  }
  footer .top-footer .container > .row > .col-menus h3 {
    padding: 15px;
    cursor: pointer;
    margin: 0;
    text-align: center;
  }
  footer .top-footer .container > .row > .col-menus h3 + ul {
    display: none;
    text-align: center;
  }
  footer .top-footer .container > .row > .col-menus h3.active + ul {
    display: flex;
    padding-bottom: 15px;
  }
}
footer .top-footer h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #eabf37;
  margin: 0 0 10px;
}
footer .top-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-flow: wrap;
}
footer .top-footer ul.contato li {
  width: 100%;
  margin-bottom: 10px;
}
footer .top-footer ul.contato li > * {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  font-style: normal;
  text-decoration: none;
  color: #ffffff;
}
footer .top-footer ul.contato li > * svg {
  width: 18px;
  margin-top: 1px;
}
footer .top-footer ul.contato li > * svg * {
  stroke: #eabf37;
}
footer .top-footer ul.contato li > * svg + * {
  width: calc(100% - 18px);
  padding: 0 0 0 5px;
  font-size: 12px;
}
footer .top-footer ul.contato li > * svg + * strong {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
footer .top-footer ul.contato li > a:hover {
  color: #eabf37;
}
footer .top-footer ul.menu {
  flex-flow: column;
}
footer .top-footer ul.menu li {
  margin-bottom: 5px;
}
footer .top-footer ul.menu a {
  color: #ffffff;
  text-decoration: none;
}
footer .top-footer ul.menu a:hover {
  text-decoration: underline;
}
footer .top-footer .social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row;
  width: 100%;
}
footer .top-footer .social ul {
  width: auto;
  margin-left: 5px;
}
footer .top-footer .social ul li {
  margin: 0 3px;
}
footer .top-footer .social ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
footer .top-footer .social ul li a svg {
  width: 24px;
  height: 24px;
}
footer .top-footer .social ul li a svg * {
  stroke: #ffffff;
  transition: all 0.4s ease;
}
footer .top-footer .social ul li a:hover svg * {
  stroke: #eabf37;
  stroke-width: 2px;
}
@media (max-width: 575px) {
  footer .top-footer .social {
    margin-top: 10px;
    align-items: flex-start;
    flex-flow: column;
  }
  footer .top-footer .social ul {
    margin-left: 0;
    margin-top: 5px;
  }
}
footer .top-footer .branding {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
}
footer .top-footer .branding img {
  width: auto;
  max-width: 100%;
  height: auto;
}
footer .bot-footer {
  font-size: 12px;
  background: #ffffff;
  padding: 15px 0;
}
footer .bot-footer a {
  color: #000000;
}
@media (max-width: 767px) {
  footer .bot-footer {
    text-align: center;
  }
  footer .bot-footer .text-right {
    margin-top: 6px;
    text-align: center;
  }
}
.fix-wpp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999;
  transition: transform 0.4s ease;
}
.fix-wpp img {
  width: auto !important;
  height: 70px !important;
}
.fix-wpp:hover {
  transform: scale(1.1);
}
#title {
  background: #195299;
  padding: 140px 0 30px;
  color: #ffffff;
}
#title h1 {
  margin-bottom: 0;
}
#title ul.breadcrumb {
  list-style: none;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: flex-start;
  padding: 0;
  margin: 0 0 10px;
}
#title ul.breadcrumb:before {
  content: 'Você esta em: ';
  margin-right: 6px;
}
#title ul.breadcrumb li.separator {
  margin: 0 6px;
}
#title ul.breadcrumb a {
  text-decoration: underline !important;
  color: inherit !important;
}
#title ul.breadcrumb a:hover {
  text-decoration: none !important;
}
.pagination-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-links .page-numbers {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #195299;
  color: #195299;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 4px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.4s ease;
}
.pagination-links .page-numbers.next,
.pagination-links .page-numbers.prev {
  font-size: 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination-links .page-numbers:not(.current):hover {
  color: #eabf37 !important;
}
.pagination-links .page-numbers.current {
  background: #195299 !important;
  color: #ffffff !important;
}
.pagination-links .page-numbers.next {
  background-image: url(../images/right-pag.svg) !important;
}
.pagination-links .page-numbers.next:hover {
  background-image: url(../images/right-2-pag.svg) !important;
}
.pagination-links .page-numbers.prev {
  background-image: url(../images/left-pag.svg) !important;
}
.pagination-links .page-numbers.prev:hover {
  background-image: url(../images/left-2-pag.svg) !important;
}
.modal-bg {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.modal-bg.active {
  pointer-events: inherit;
  opacity: 1;
}
.modal-bg .modal-wrap {
  width: 660px;
  max-width: calc(100% - 30px);
  height: auto;
  max-height: calc(100vh - 60px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  background: #ffffff;
  padding: 30px;
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.modal-bg .modal-wrap .close-modal {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.modal-bg .modal-wrap.active {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}
.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.drop-up {
  margin-top: -7px;
}
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}
.daterangepicker.single .drp-selected {
  display: none;
}
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
  padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}
.daterangepicker .ranges li:hover {
  background-color: #eee;
}
.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}
/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges,
  .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges,
  .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.single-card.single-ingresso {
  margin-top: 0;
  margin-bottom: 30px;
  flex-flow: wrap;
  border-radius: 10px 0 0 10px;
}
.single-card.single-ingresso > div:nth-child(1) {
  width: 260px;
  height: 100%;
  display: flex;
}
.single-card.single-ingresso > div:nth-child(1) .img {
  border-radius: 10px 0 0 10px;
}
.single-card.single-ingresso > form {
  width: calc(100% - 260px);
  display: flex;
  flex-flow: wrap;
  min-height: 100%;
}
.single-card.single-ingresso > form .info {
  width: calc(100% - 270px);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 7px;
  min-height: 100%;
}
.single-card.single-ingresso > form .info h3 {
  font-size: 18px;
}
.single-card.single-ingresso > form .info .top {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}
.single-card.single-ingresso > form .info .top h3 {
  margin: 5px 0 0 0;
  width: calc(100% - 140px);
}
.single-card.single-ingresso > form .cta {
  width: 100%;
  margin: 15px 0 0 0;
  padding-bottom: 0;
}
.single-card.single-ingresso > form .total {
  width: 270px;
  margin: 0;
  background: #e8e8e8;
  min-height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  border-radius: 0;
  padding: 20px;
  padding-top: 0;
}
.single-card.single-ingresso > form .total .btn {
  margin: 15px 0 0 0;
  width: 100%;
}
.single-card.single-ingresso > form .total > div > .small-btn {
  width: calc(100% + 40px);
  margin: 0 -20px 15px;
  justify-content: center;
  border-radius: 0;
  border-bottom: 1px solid #195299;
}
@media (max-width: 1399px) {
  .single-card.single-ingresso {
    border-radius: 10px 10px 0 0 ;
  }
  .single-card.single-ingresso > div:nth-child(1) {
    width: 100%;
    height: auto;
  }
  .single-card.single-ingresso > div:nth-child(1) .img {
    border-radius: 5px 5px 0 0;
    padding-top: 40%;
  }
  .single-card.single-ingresso > form {
    width: calc(100% - 0px);
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .single-card.single-ingresso > form .total,
  .single-card.single-ingresso > form .info {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .single-card.single-ingresso > div:nth-child(1) .img {
    padding-top: 60%;
  }
  .single-card.single-ingresso > form .info .top {
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .single-card.single-ingresso > form .info .top h3 {
    width: 100%;
  }
  .single-card.single-ingresso > form .info .top .small-btn {
    margin-top: 10px;
    width: 100%;
  }
}
@media (max-width: 374px) {
  .single-card.single-ingresso .cta .btn {
    border-radius: 5px;
    border-bottom: 1px solid #195299;
    margin-bottom: 0;
  }
}
.row.list > *:last-child .single-card.single-ingresso {
  margin-bottom: 0;
}
table:not(.table-condensed) {
  border-collapse: collapse;
  width: 100%;
}
table:not(.table-condensed) tr > * {
  padding: 4px 5px;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
}
table:not(.table-condensed) tr > *:first-child {
  padding-left: 0;
}
table:not(.table-condensed) tr > *:last-child {
  padding-right: 0;
}
table:not(.table-condensed) tr > *.text-center {
  text-align: center;
}
table:not(.table-condensed) tr > * strong {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  display: inline-block;
}
table:not(.table-condensed) tr > * small {
  font-weight: normal;
  font-size: 11px;
  line-height: 1.2;
  margin: 5px 0;
  display: inline-block;
}
table:not(.table-condensed) tr > *:last-child:not(:first-child) {
  text-align: right;
  white-space: nowrap;
}
table:not(.table-condensed) tr th {
  font-weight: normal;
}
table:not(.table-condensed) thead tr > * strong {
  font-size: 22px;
}
table:not(.table-condensed) hr {
  width: 100%;
  border-bottom: 0;
}
.daterangepicker {
  background: #ffffff;
  border: 0;
  padding: 3px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.daterangepicker:after {
  display: none;
}
.daterangepicker:before {
  border: 0;
  background: #ffffff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: -5px;
}
.daterangepicker .calendar-table {
  background: transparent;
  border: 0;
  font-family: 'Poppins', sans-serif;
}
.daterangepicker .calendar-table .prev span,
.daterangepicker .calendar-table .next span {
  border-width: 0 1px 1px 0;
  border-color: #195299;
  transition: all 0.4s ease;
}
.daterangepicker .calendar-table .prev:hover span,
.daterangepicker .calendar-table .next:hover span {
  border-color: #ffffff;
}
.daterangepicker .calendar-table .data1 {
  background: #ff0000;
  color: #ffffff;
}
.daterangepicker .calendar-table .data2 {
  background: #008000;
  color: #ffffff;
}
.daterangepicker .calendar-table .data3 {
  background: #000000;
  color: #ffffff;
}
.daterangepicker .calendar-table .data4 {
  background: #0000ff;
  color: #ffffff;
}
.daterangepicker .calendar-table th {
  font-weight: 600;
}
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
  transition: all 0.4s ease;
}
.daterangepicker .calendar-table td.available:hover,
.daterangepicker .calendar-table th.available:hover {
  background-color: #195299;
  color: #ffffff;
}
.daterangepicker .calendar-table td.active:hover,
.daterangepicker .calendar-table th.active:hover,
.daterangepicker .calendar-table td.active,
.daterangepicker .calendar-table th.active {
  background-color: #195299;
  color: #ffffff;
}
.daterangepicker .calendar-table td.off,
.daterangepicker .calendar-table th.off {
  background-color: transparent;
  opacity: .6 !important;
}
.daterangepicker .calendar-table td.off.active,
.daterangepicker .calendar-table th.off.active {
  background-color: #195299;
  color: #ffffff;
}
.daterangepicker .drp-buttons {
  display: flex !important;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  border: 0;
  padding: 0 8px 8px;
}
.daterangepicker .drp-buttons .drp-selected {
  width: 100%;
  font-size: 12px;
  padding: 4px 0;
  display: none;
}
.daterangepicker .drp-buttons .drp-selected:before {
  content: 'Ida e volta: ';
  font-weight: 700;
}
.daterangepicker .drp-buttons .btn {
  min-height: 34px;
  background: #ffffff;
  color: #195299;
  padding: 4px 10px;
  margin: 0;
  transition: all 0.4s ease;
}
.daterangepicker .drp-buttons .btn:hover {
  background: #195299;
  color: #ffffff;
}
.daterangepicker .drp-buttons .btn.btn-primary {
  background: #195299;
  color: #ffffff;
}
.daterangepicker .drp-buttons .btn.btn-primary:hover {
  background: #ffffff !important;
  color: #195299;
}
aside.resumo {
  background: #e8e8e8;
  padding: 15px;
  padding-top: 0;
}
aside.resumo > .small-btn {
  width: calc(100% + 30px);
  margin: 0 -15px 10px;
  justify-content: center;
  border-radius: 0;
  border-bottom: 1px solid #195299;
}
aside.resumo table thead tr > * {
  padding-bottom: 15px;
}
aside.resumo table thead tr > * strong {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 991px) {
  aside.resumo {
    margin-top: 40px;
  }
}
.fc * {
  font-family: 'Poppins', sans-serif;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 10px;
}
.fc .fc-toolbar-title {
  font-size: 18px;
  font-weight: 700;
  color: #195299;
  text-transform: uppercase;
}
.fc table:not(.table-condensed) tr > * {
  padding: 0;
}
.fc table:not(.table-condensed) thead tr > .fc-day {
  font-weight: 700;
  text-align: center;
}
.fc .fc-toolbar-chunk .fc-button {
  color: #195299;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  padding: 5px;
  line-height: 1;
  border-radius: 3px;
  width: auto;
  height: 24px;
  background: transparent;
  transition: all 0.4s ease;
  border: 1px solid #195299;
}
.fc .fc-toolbar-chunk .fc-button:hover {
  background: #195299;
  color: #ffffff;
}
.fc .fc-toolbar-chunk .fc-button:hover svg * {
  stroke: #ffffff;
}
.fc .fc-toolbar-chunk .fc-button-group .fc-button {
  padding: 0;
  width: 24px;
}
.fc .fc-toolbar-chunk .fc-button-group .fc-button .fc-icon {
  font-size: 14px;
}
#content .secao-galeria {
  padding: 5px 0 0;
}
#content .secao-galeria .owl-galeria a {
  width: auto;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 85%;
}
#content .secao-galeria .owl-galeria .owl-nav:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  bottom: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  pointer-events: none;
}
#content .secao-galeria .owl-galeria .owl-nav:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  bottom: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
#content .secao-galeria .owl-galeria .owl-nav button {
  height: 100% !important;
  z-index: 2;
}
#content .secao-galeria .owl-galeria .owl-nav button.owl-prev {
  left: 0 !important;
  background-image: url(../images/left.svg) !important;
}
#content .secao-galeria .owl-galeria .owl-nav button.owl-prev:hover {
  background-image: url(../images/left-2.svg) !important;
}
#content .secao-galeria .owl-galeria .owl-nav button.owl-next {
  right: 0 !important;
  background-image: url(../images/right.svg) !important;
}
#content .secao-galeria .owl-galeria .owl-nav button.owl-next:hover {
  background-image: url(../images/right-2.svg) !important;
}
#content .secao-conteudo {
  padding-top: 40px;
}
.single-card.single-ingresso {
  border-radius: 0;
  margin: 30px 0;
}
.single-card.single-ingresso > form {
  width: 100%;
}
.single-card.single-ingresso > form .cta .preco {
  width: 140px;
}
.single-card.single-ingresso > form .cta .preco + small {
  width: calc(100% - 140px);
  padding-left: 20px;
  text-align: right;
}
@media (max-width: 575px) {
  .single-card.single-ingresso > form .cta .preco {
    width: 100%;
  }
  .single-card.single-ingresso > form .cta .preco + small {
    width: 100%;
    padding-top: 10px;
    padding-left: 0px;
    text-align: left;
  }
}
article {
  width: 100%;
  display: block;
}
article h2 {
  font-size: 26px;
  margin: 0 0 10px;
}
article:not(:first-child) {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #cdcdcd;
}
@media (max-width: 767px) {
  article > .row > .col-12 + .col-12 {
    margin-top: 20px;
  }
}
