@import "https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";
@import "https://use.typekit.net/bbh8vur.css";
@media (width >= 992px) {
  .text-lg-center {
    text-align: center;
  }
}

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

@media (width >= 992px) {
  .text-center {
    text-align: center;
  }
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

@media (width >= 768px) {
  .container {
    max-width: 720px;
  }
}

@media (width >= 992px) {
  .container {
    max-width: 960px;
  }
}

@media (width >= 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6667%;
  }
}

@media (width >= 768px) {
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6667%;
  }
}

@media (width >= 992px) {
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6667%;
  }
}

@media (width >= 1200px) {
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (width >= 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (width >= 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-xl-1, .py-xl-1 {
    padding-top: .25rem !important;
  }

  .pr-xl-1, .px-xl-1 {
    padding-right: .25rem !important;
  }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem !important;
  }

  .pl-xl-1, .px-xl-1 {
    padding-left: .25rem !important;
  }

  .p-xl-2 {
    padding: .5rem !important;
  }

  .pt-xl-2, .py-xl-2 {
    padding-top: .5rem !important;
  }

  .pr-xl-2, .px-xl-2 {
    padding-right: .5rem !important;
  }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem !important;
  }

  .pl-xl-2, .px-xl-2 {
    padding-left: .5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -.25rem !important;
  }

  .mt-xl-n1, .my-xl-n1 {
    margin-top: -.25rem !important;
  }

  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -.25rem !important;
  }

  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -.25rem !important;
  }

  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -.25rem !important;
  }

  .m-xl-n2 {
    margin: -.5rem !important;
  }

  .mt-xl-n2, .my-xl-n2 {
    margin-top: -.5rem !important;
  }

  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -.5rem !important;
  }

  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -.5rem !important;
  }

  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing="linear"], body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .25, .75, .75);
}

[data-aos][data-aos][data-aos-easing="ease"], body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing="ease-in"], body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing="ease-out"], body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-out"], body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-back"], body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
}

[data-aos][data-aos][data-aos-easing="ease-out-back"], body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-back"], body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}

[data-aos][data-aos][data-aos-easing="ease-in-sine"], body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(.47, 0, .745, .715);
}

[data-aos][data-aos][data-aos-easing="ease-out-sine"], body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(.39, .575, .565, 1);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(.445, .05, .55, .95);
}

[data-aos][data-aos][data-aos-easing="ease-in-quad"], body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quad"], body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quad"], body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos][data-aos][data-aos-easing="ease-in-cubic"], body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing="ease-out-cubic"], body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"], body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos][data-aos][data-aos-easing="ease-in-quart"], body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quart"], body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quart"], body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}

[data-aos="fade-down"] {
  transform: translate3d(0, -100px, 0);
}

[data-aos="fade-right"] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos="fade-left"] {
  transform: translate3d(100px, 0, 0);
}

[data-aos="fade-up-right"] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos="fade-up-left"] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos="fade-down-right"] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos="fade-down-left"] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0)scale(1);
}

[data-aos="zoom-in"] {
  transform: scale(.6);
}

[data-aos="zoom-in-up"] {
  transform: translate3d(0, 100px, 0)scale(.6);
}

[data-aos="zoom-in-down"] {
  transform: translate3d(0, -100px, 0)scale(.6);
}

[data-aos="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0)scale(.6);
}

[data-aos="zoom-in-left"] {
  transform: translate3d(100px, 0, 0)scale(.6);
}

[data-aos="zoom-out"] {
  transform: scale(1.2);
}

[data-aos="zoom-out-up"] {
  transform: translate3d(0, 100px, 0)scale(1.2);
}

[data-aos="zoom-out-down"] {
  transform: translate3d(0, -100px, 0)scale(1.2);
}

[data-aos="zoom-out-right"] {
  transform: translate3d(-100px, 0, 0)scale(1.2);
}

[data-aos="zoom-out-left"] {
  transform: translate3d(100px, 0, 0)scale(1.2);
}

[data-aos^="slide"][data-aos^="slide"] {
  transition-property: transform;
}

[data-aos^="slide"][data-aos^="slide"].aos-animate {
  transform: translateZ(0);
}

[data-aos="slide-up"] {
  transform: translate3d(0, 100%, 0);
}

[data-aos="slide-down"] {
  transform: translate3d(0, -100%, 0);
}

[data-aos="slide-right"] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos="slide-left"] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^="flip"][data-aos^="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos="flip-left"] {
  transform: perspective(2500px)rotateY(-100deg);
}

[data-aos="flip-left"].aos-animate {
  transform: perspective(2500px)rotateY(0);
}

[data-aos="flip-right"] {
  transform: perspective(2500px)rotateY(100deg);
}

[data-aos="flip-right"].aos-animate {
  transform: perspective(2500px)rotateY(0);
}

[data-aos="flip-up"] {
  transform: perspective(2500px)rotateX(-100deg);
}

[data-aos="flip-up"].aos-animate {
  transform: perspective(2500px)rotateX(0);
}

[data-aos="flip-down"] {
  transform: perspective(2500px)rotateX(100deg);
}

[data-aos="flip-down"].aos-animate {
  transform: perspective(2500px)rotateX(0);
}

h1, .page-cta h3, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #272727;
  font-family: Nicholas, sans-serif;
}

@media (width >= 992px) {
  h2, .h2 {
    font-size: 4.125rem;
  }
}

h2:has( + p), .h2:has( + p) {
  margin-bottom: 20px;
}

h1, .page-cta h3, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

h1, .page-cta h3, h2, .h1, .h2 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1.2;
}

h1 + p, .page-cta h3 + p, h2 + p, .h1 + p, .h2 + p {
  margin-top: 0;
}

h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 + p, h4 + p, h5 + p, h6 + p, .h3 + p, .h4 + p, .h5 + p, .h6 + p {
  margin-top: 0;
}

h1, .page-cta h3, .h1 {
  font-size: 2.5rem;
}

@media screen and (width >= 576px) {
  h1, .page-cta h3, .h1 {
    font-size: 3rem;
  }
}

@media (width >= 992px) {
  h1, .page-cta h3, .h1 {
    font-size: 5.95rem;
  }
}

h2, .h2 {
  font-size: 3.1rem;
}

@media (width >= 992px) {
  h2, .h2 {
    font-size: 3.75rem;
  }
}

h3, .h3 {
  font-size: 2rem;
  font-weight: 600;
}

@media (width >= 992px) {
  h3, .h3 {
    font-size: 2.5rem;
  }
}

h4, .h4 {
  font-size: 1.5rem;
  font-weight: 600;
}

@media (width >= 992px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

@media (width >= 992px) {
  h5, .h5 {
    font-size: 1.25rem;
  }
}

h6, .h6 {
  font-size: 1rem;
}

@media (width >= 992px) {
  h6, .h6 {
    font-size: 1rem;
  }
}

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
}

.slick-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid #0000;
  height: auto;
  display: block;
}

.slick-arrow.slick-hidden {
  display: none;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: 100%;
}

#cboxOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  -ms-interpolation-mode: bicubic;
  border: 0;
  max-width: 100%;
  display: block;
  height: auto !important;
}

.cboxIframe {
  border: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
}

#cboxOverlay {
  opacity: .9;
  filter: alpha(opacity= 90);
  background: #000000e6;
}

#colorbox {
  outline: 0;
  max-width: 100%;
}

#cboxContent {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  border: 1px solid #ccc;
  padding: 50px;
}

#cboxLoadedContent {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 28px;
  display: flex;
}

#cboxTitle {
  text-align: center;
  color: #949494;
  width: 100%;
  position: absolute;
  bottom: 4px;
  left: 0;
}

#cboxCurrent {
  color: #949494;
  position: absolute;
  bottom: 4px;
  left: 58px;
  display: none !important;
}

#cboxLoadingOverlay {
  background: url("loading_background.b9560510.png") center no-repeat;
}

#cboxLoadingGraphic {
  background: url("loading.c2435626.gif") center no-repeat;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  background: none;
  border: 0;
  width: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  color: #0092ef;
  position: absolute;
  bottom: 4px;
  right: 30px;
}

#cboxPrevious {
  text-indent: -9999px;
  background: #fff url("arrow-left.e783eac6.svg") center / 22px no-repeat;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 5px;
  position: fixed;
  top: calc(50% - 12.5px);
  left: calc(50% - 50vw + 40px);
}

#cboxPrevious:focus {
  outline: 0;
}

#cboxNext {
  text-indent: -9999px;
  background: #fff url("arrow-right.4f8e66b6.svg") center / 22px no-repeat;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 5px;
  position: fixed;
  top: calc(50% - 12.5px);
  right: calc(50% - 50vw + 40px);
}

#cboxNext:focus {
  outline: 0;
}

#cboxClose {
  background: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: fixed;
  top: 12.5px;
  right: 12.5px;
}

#cboxClose:focus {
  outline: 0;
}

@media (width >= 992px) {
  #cboxClose {
    background: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: fixed;
    top: -12.5px;
    right: -12.5px;
  }
}

.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= #0ff, endColorstr= #0ff);
}

body {
  color: #272727;
  margin: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

a {
  color: #ea0075;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

img {
  max-width: 100%;
}

@media (width >= 1200px) {
  .container {
    max-width: 1370px;
  }
}

p {
  line-height: 1.5;
}

.contact-link {
  color: #272727;
  padding-left: 20px;
  text-decoration: none;
  display: block;
  position: relative;
}

.contact-link:before {
  content: "";
  background-size: 100%;
  width: 14px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 0;
}

.contact-link.email:before {
  content: "";
  background: url("envelope.99dd9f7e.svg") 0 0 / 100% no-repeat;
}

.contact-link.phone:before {
  content: "";
  background: url("phone.8bbd7ca7.svg") 0 0 / 100% no-repeat;
}

.vertical-align-items {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rounded-corners {
  border-radius: 30px;
}

.ref-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.ref-wrapper .img-wrapper {
  border-radius: 15px;
  overflow: clip;
}

.ref-wrapper h4 {
  margin: 20px 0;
}

.ref-wrapper img {
  height: auto;
  transition: all .25s;
}

.ref-wrapper:hover img {
  transform: scale(1.1);
}

.ref-wrapper .entry-content p {
  color: #272727;
  word-break: break-word;
}

.services-menu {
  border: 1px solid #272727;
  border-radius: 30px;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding: 30px 20px;
  display: flex;
}

.services-menu .service-item {
  text-align: center;
  border-right: 1px solid #272727;
  flex: 1;
}

.services-menu .service-item:last-child {
  border-right: 0;
}

.services-menu .service-item a {
  color: #ea0075;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.services-menu .service-item a:hover {
  color: #d10068;
}

@media (width <= 992px) {
  .services-menu .service-item {
    flex-basis: 50%;
    margin: 10px 0;
  }

  .services-menu .service-item:nth-child(2) {
    border-right: 0;
  }
}

.services-menu .service-item h4 {
  margin-bottom: 0;
  font-size: 24px;
}

.text-align-center {
  text-align: center;
}

.post-type-archive-locaties, .page-template-bedrijven .services-options, .page-template-over-ons .referenties-grid, .page-template-catering-op-maat .referenties-grid, .page-template-trouwen .referenties-grid, .page-template-personeelsfeest .referenties-grid {
  background-color: #fffaef;
}

.page-template-over-ons .referenties-grid.bg-white, .page-template-over-ons .referenties-grid.bg-white .referentie-wrap, .page-template-catering-op-maat .referenties-grid.bg-white, .page-template-catering-op-maat .referenties-grid.bg-white .referentie-wrap, .page-template-trouwen .referenties-grid.bg-white, .page-template-trouwen .referenties-grid.bg-white .referentie-wrap, .page-template-personeelsfeest .referenties-grid.bg-white, .page-template-personeelsfeest .referenties-grid.bg-white .referentie-wrap {
  background-color: #fff;
}

.page-template-thuis .photo-slider {
  background-color: #fffaef;
}

.gradient-bg {
  background: linear-gradient(#fffaef 0%, #fff 100%) no-repeat padding-box padding-box;
}

.contact-details-wrapper {
  background-color: #fff9f0;
  border-radius: 30px;
  margin-top: 50px;
}

.contact-details-wrapper .contact-details {
  padding: 40px;
}

.contact-details-wrapper .contact-details a {
  color: #272727;
  text-decoration: none;
}

.contact-details-wrapper .contact-details a:hover {
  color: #ea0075;
}

.form-wrapper {
  background-color: #ffefcc;
  border-radius: 30px;
  padding: 40px;
}

.form-wrapper input[type="text"], .form-wrapper input[type="email"], .form-wrapper input[type="tel"], .form-wrapper input[type="date"], .form-wrapper textarea {
  appearance: none;
  border: 0;
  border-radius: 12px;
  width: 100%;
  padding: 14px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 100;
}

.form-wrapper input[type="radio"] {
  border-radius: 0;
}

.form-wrapper input[type="submit"] {
  color: #fff;
  float: right;
  appearance: none;
  background-color: #d10068;
  border: 0;
  border-radius: 12px;
  padding: 12.5px 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .25s;
  display: inline-block;
}

.form-wrapper input[type="submit"]:hover {
  cursor: pointer;
  background-color: #ea0075;
}

.form-wrapper .wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0;
}

.form-wrapper p {
  margin-top: 0;
}

.text h1, .text h2, .text h3 {
  margin-top: 2rem;
  margin-bottom: 0;
}

li.blocks-gallery-item img {
  border-radius: 30px;
}

.language-switcher {
  margin-top: 10px;
}

.language-switcher a {
  margin-right: 5px;
}

.header {
  z-index: 1;
  background-color: #00000080;
  width: 100%;
  font-family: Nicholas, sans-serif;
  transition: all .25s;
  position: fixed;
}

@media (width >= 992px) {
  .header {
    background-color: #fff0;
  }
}

.header.menu-open .header__nav {
  width: calc(100% - 150px);
  right: 0;
}

.header.menu-open .header__menutrigger .icon:before {
  top: 0;
  transform: translateY(50%)rotate(45deg);
}

.header.menu-open .header__menutrigger .icon:after {
  top: 2px;
  transform: translateY(-50%)rotate(-45deg);
}

.header.menu-open .header__menutrigger .base-line {
  opacity: 0;
}

@media (width >= 992px) {
  .header.shrink {
    background-color: #00000080;
  }

  .header.shrink .header__nav ul.menu > li .sub-menu {
    top: 80px;
  }

  .header.shrink .header__wrapper {
    height: 80px;
  }

  .header.shrink .header__wrapper .header__nav ul.menu > li {
    line-height: 80px;
  }

  .header.shrink .header__wrapper img {
    width: 120px;
  }

  .header.shrink .header__wrapper .rating {
    opacity: 0;
  }
}

.header__wrapper {
  justify-content: space-between;
  align-items: center;
  height: 140px;
  transition: all .25s;
  display: flex;
  position: relative;
}

@media (width <= 992px) {
  .header__wrapper > .widget_tpw_rating_wrap {
    display: none;
  }
}

@media (width <= 1200px) {
  .header__wrapper.container {
    max-width: 1420px;
  }
}

@media (width <= 992px) {
  .header__wrapper {
    height: 80px;
  }
}

.header__wrapper img {
  width: 200px;
  transition: all .25s;
}

.header__wrapper .widget_tpw_rating_wrap {
  position: absolute;
  top: 17px;
  right: 15px;
}

.header__wrapper .widget_tpw_rating_wrap .rating {
  opacity: 1;
  color: #fff;
  background: url("stars.f6a01c14.svg") 100% no-repeat;
  height: 20px;
  margin: 0;
  padding-right: 100px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  transition: all .25s;
}

.header__wrapper .widget_tpw_rating_wrap .rating a {
  color: #fff;
  text-decoration: underline;
}

.header__wrapper .widget_tpw_rating_wrap .rating a:hover {
  color: #ea0075;
}

.header__logo {
  margin: auto 0;
}

@media (width <= 992px) {
  .header__logo img {
    width: 120px;
  }

  .header__nav {
    z-index: 999;
    background-color: #272727;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 150px);
    height: 100vh;
    padding: 50px 10px 10px 30px;
    transition: right .25s ease-in;
    display: flex;
    position: fixed;
    top: 0;
    right: -100vw;
  }
}

@media (width >= 992px) {
  .header__nav > .widget_tpw_rating_wrap {
    display: none;
  }
}

@media (width <= 992px) {
  .header__nav > .widget_tpw_rating_wrap {
    position: relative;
    top: 0;
    right: 0;
  }
}

.header__nav ul.menu {
  padding: 0;
  list-style: none;
}

@media (width >= 992px) {
  .header__nav ul.menu {
    justify-content: flex-end;
    display: flex;
  }
}

.header__nav ul.menu > li {
  margin: 0 0 0 40px;
  line-height: 140px;
  display: inline;
  position: relative;
}

@media (width <= 992px) {
  .header__nav ul.menu > li {
    text-align: left;
    line-height: inherit;
    flex-direction: column;
    margin: 15px 0;
    display: flex;
  }
}

.header__nav ul.menu > li a {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .25s;
  position: relative;
}

.header__nav ul.menu > li a:after {
  content: "";
  border-radius: 3px;
  width: 0;
  height: 6px;
  transition: width .2s ease-in;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
}

@media (width <= 992px) {
  .header__nav ul.menu > li a:after {
    height: 4px;
    bottom: -5px;
  }
}

.header__nav ul.menu > li a:hover {
  color: #ea0075;
}

@media (width >= 992px) {
  .header__nav ul.menu > li.menu-item-has-children:before {
    content: "";
    background: url("menu-arrow.080ba3dc.svg") 0 0 / 100% no-repeat;
    width: 12px;
    height: 12px;
    transition: all .25s;
    position: absolute;
    top: calc(50% - 4px);
    right: -18px;
  }
}

.header__nav ul.menu > li .sub-menu {
  padding-left: 25px;
  list-style: none;
}

@media (width >= 992px) {
  .header__nav ul.menu > li .sub-menu {
    background: #00000080;
    min-width: 200px;
    padding: 4px 0 0;
    list-style: none;
    display: none;
    position: absolute;
    top: 90px;
  }
}

.header__nav ul.menu > li .sub-menu li {
  margin: 10px 0;
}

@media (width >= 992px) {
  .header__nav ul.menu > li .sub-menu li {
    line-height: initial;
    margin: 0;
    padding: 10px;
  }
}

.header__nav ul.menu > li .sub-menu li a {
  font-size: 18px;
  font-weight: 100;
  transition: all .1s;
}

@media (width >= 992px) {
  .header__nav ul.menu > li .sub-menu li a {
    color: #fff;
  }

  .header__nav ul.menu > li .sub-menu li a:hover {
    color: #ea0075;
  }
}

.header__nav ul.menu > li:last-child a {
  color: #fff;
  text-align: center;
  background-color: #d10068;
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 400;
  text-decoration: none;
}

.header__nav ul.menu > li:last-child a:hover {
  background-color: #ea0075;
}

.header__nav ul.menu > li.current-menu-item a:after {
  content: "";
  border-radius: 3px;
  width: 100%;
  height: 6px;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
}

@media (width <= 992px) {
  .header__nav ul.menu > li.current-menu-item a:after {
    height: 4px;
    bottom: -5px;
  }
}

.header__nav ul.menu > li.current-menu-item:last-child:after {
  display: none;
}

.header__nav ul.menu > li:hover a {
  text-decoration: none;
}

.header__nav ul.menu > li:hover a:after {
  width: 100%;
}

.header__nav ul.menu > li:hover:last-child a:after {
  display: none;
}

.header__nav ul.menu > li:hover .sub-menu {
  display: block;
}

.header__nav ul.menu > li:hover.menu-item-has-children:before {
  top: calc(50% - 6px);
  transform: rotate(90deg);
}

.header__menutrigger {
  cursor: pointer;
  z-index: 999;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
}

.header__menutrigger .icon {
  width: 50%;
  height: 2px;
  margin: 0 auto;
  padding-right: 15%;
  transition: padding .15s ease-out, height .15s ease-out;
  display: block;
  position: relative;
}

.header__menutrigger .icon:before, .header__menutrigger .icon:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  transition: transform .15s ease-out;
  display: block;
  position: absolute;
  left: 0;
}

.header__menutrigger .icon:before {
  top: -6px;
}

.header__menutrigger .icon:after {
  top: 6px;
}

.header__menutrigger .icon .base-line {
  background: #fff;
  width: 100%;
  height: 100%;
  transition: background-color .15s ease-out;
  display: block;
}

.header__menutrigger:hover .icon {
  padding-left: 15%;
  padding-right: 0;
}

@media (width <= 992px) {
  .header__menutrigger {
    display: flex;
  }
}

.footer {
  background-color: #fff;
  font-size: 20px;
}

@media (width >= 992px) {
  .footer {
    padding: 60px 0 32.5px;
  }
}

.footer .footer__wrapper {
  align-items: center;
  display: flex;
}

@media (width <= 992px) {
  .footer .footer__wrapper {
    flex-direction: column;
  }
}

.footer .footer__logo img {
  width: 130px;
  margin-bottom: 30px;
}

@media (width <= 992px) {
  .footer .footer__nav {
    margin: 20px 0;
  }
}

.footer .footer__nav ul {
  display: inline;
}

@media (width <= 992px) {
  .footer .footer__nav ul {
    padding: 0;
  }
}

.footer .footer__nav ul li {
  margin: 0 0 0 30px;
  display: inline;
}

@media (width <= 992px) {
  .footer .footer__nav ul li {
    text-align: center;
    margin: 0 0 15px;
    display: block;
  }
}

.footer .footer__nav ul li:last-child {
  display: none;
}

.footer .footer__nav ul li a {
  position: relative;
}

.footer .footer__nav ul li a:hover {
  text-decoration: none;
}

.footer .footer__nav ul li a:hover:after {
  content: "";
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  bottom: -43px;
  left: 0;
}

@media (width <= 992px) {
  .footer .footer__nav ul li a:hover:after {
    height: 4px;
    bottom: -5px;
  }
}

.footer .footer__nav ul li.current-menu-item a {
  font-weight: bold;
}

.footer .footer__nav ul li.current-menu-item a:after {
  content: "";
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  bottom: -43px;
  left: 0;
}

@media (width <= 992px) {
  .footer .footer__nav ul li.current-menu-item a:after {
    height: 4px;
    bottom: -5px;
  }
}

.footer .footer__nav ul li.current-menu-item:last-child:after {
  display: none;
}

@media (width >= 992px) {
  .footer .urls {
    margin-left: auto;
  }
}

.footer .urls ul {
  display: inline;
}

@media (width <= 992px) {
  .footer .urls ul {
    padding: 0;
  }
}

.footer .urls ul li {
  margin: 0 0 0 30px;
  display: inline;
}

@media (width <= 992px) {
  .footer .urls ul li {
    text-align: center;
    margin: 0 0 15px;
    display: block;
  }
}

.footer .urls ul li a {
  opacity: .5;
}

.footer h4 {
  font-size: 26px;
}

.footer p {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
}

.footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .menu li {
  line-height: 1.75;
}

.footer .menu li a {
  color: #272727;
  text-decoration: none;
  transition: all .25s;
}

.footer .menu li a:hover {
  color: #ea0075;
}

@media (width >= 992px) {
  .footer .menu#menu-footermenu-3 {
    margin-top: 28px;
  }
}

.footer .social {
  margin-bottom: 30px;
  margin-left: -10px;
  margin-right: 10px;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
}

@media (width >= 992px) {
  .footer .social {
    margin-bottom: 0;
  }
}

.footer .social img {
  height: 22px;
  transition: all .25s;
}

.footer .social:hover img {
  transform: scale(1.2);
}

.footer a:not(.action-btn) {
  color: #272727;
  text-decoration: none;
  transition: all .25s;
}

.footer a:not(.action-btn):hover {
  color: #ea0075;
}

.footer .rating {
  opacity: 1;
  background: url("stars.f6a01c14.svg") 100% no-repeat;
  height: 30px;
  margin-top: 10px;
  padding-right: 100px;
  font-size: 22px;
  font-weight: 300;
  transition: all .25s;
  display: inline-block;
}

.footer .rating a {
  display: inline-block;
}

.footer .rating a:after {
  content: "";
  background: #272727;
  width: 100%;
  height: 2px;
  margin-top: -3px;
  display: block;
}

.footer .ciaobatta-logo {
  width: 185px;
  margin-top: 47px;
  margin-bottom: 20px;
}

.footer .menu-footer-legal-container, .footer .marketing-partner {
  font-size: 17px;
}

.footer .menu-footer-legal-container {
  margin-top: 30px;
}

@media (width <= 992px) {
  .footer .menu-footer-legal-container {
    display: none;
  }
}

.footer .menu-footer-legal-container ul li {
  float: left;
  color: #272727;
  margin-right: 10px;
  padding: 0;
  list-style-type: none;
  display: inline;
}

.footer .menu-footer-legal-container ul li a {
  opacity: .35;
}

.footer .menu-footer-legal-container ul li a:hover {
  opacity: 1;
}

.footer .menu-footer-legal-container ul li:after {
  content: "|";
  opacity: .35;
  padding-left: 10px;
}

.footer .menu-footer-legal-container ul li:last-child:after {
  display: none;
}

.footer .menu-footer-legal-container ul li a {
  text-transform: initial;
}

.footer .marketing-partner {
  opacity: .35;
  text-align: center;
  margin-top: 30px;
  line-height: 1.75;
  display: block;
}

.footer .marketing-partner:hover {
  opacity: 1;
}

@media (width >= 992px) {
  .footer .marketing-partner {
    float: right;
    margin-top: 0;
  }
}

@media (width <= 992px) {
  .footer .order-mob-first {
    order: -1;
  }
}

.copyright {
  color: #fff;
  background-color: #ea0075;
  padding: 10px;
}

.copyright p {
  text-align: center;
  margin: 0;
  font-size: 16px;
}

.menu-footermenu-2-container {
  margin-top: 29px;
}

.menu-footermenu-container {
  font-weight: 300;
}

.menu-footermenu-container ul.menu {
  column-count: 2;
}

.offerte-btn {
  transform-origin: 0 100%;
  color: #fff;
  text-decoration: unset;
  background: #d10068 no-repeat padding-box padding-box;
  border-radius: 10px 10px 0 0;
  padding: 17px;
  font-family: Nicholas, sans-serif;
  font-size: 23px;
  font-weight: 700;
  position: fixed;
  bottom: 50%;
  right: 0;
  transform: translateX(100%)rotate(-90deg)translateX(-50%);
}

.offerte-btn:hover {
  background-color: #ea0075;
}

.footer-lh {
  line-height: 1.75;
}

section {
  padding: 50px 0;
}

@media (width >= 992px) {
  section {
    padding: 90px 0;
  }
}

section.sand-bg {
  background-color: #fffaef;
}

section:has(.breadcrumb_last), .breadcrumb-next + section {
  padding-top: 50px;
}

.section-hero {
  align-items: center;
  height: 60vh;
  min-height: 300px;
  padding: 0;
  display: flex;
}

@media screen and (width <= 992px) {
  .section-hero {
    max-height: 300px;
  }
}

@media (width >= 992px) {
  .section-hero {
    height: 50vh;
  }
}

.section-hero .wrapper {
  padding-top: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (width >= 992px) {
  .section-hero .wrapper {
    padding-top: calc(50vh - 300px);
  }
}

.section-hero h1, .section-hero .page-cta h3, .page-cta .section-hero h3 {
  color: #fff;
  text-transform: initial;
  word-break: break-word;
}

.home .section-hero {
  min-height: 400px;
}

@media screen and (width <= 992px) {
  .home .section-hero {
    max-height: 500px;
  }
}

@media (width >= 992px) {
  .page-template-homepage .section-hero {
    align-items: center;
    height: 70vh;
    padding-bottom: 100px;
    display: flex;
  }

  .page-template-homepage .section-hero .wrapper {
    padding-top: 100px;
  }
}

.page-cta .action-btn {
  margin-top: 20px;
}

@media (width <= 992px) {
  .page-cta .content {
    text-align: center;
  }

  .page-cta .action-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (width >= 992px) {
  .section-hero + .services {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  section.page-cta {
    padding: 220px 0;
  }
}

.services {
  background: linear-gradient(#fffaef 0%, #fff 100%) no-repeat padding-box padding-box;
}

.services .container {
  margin-top: -70px;
}

@media (width >= 992px) {
  .services .container {
    margin-top: -120px;
  }
}

.services .card {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #fffaef;
  border-radius: 30px;
  min-height: 250px;
  margin-bottom: 20px;
  transition: all .25s;
  position: relative;
}

@media (width >= 992px) {
  .services .card {
    min-height: 500px;
  }
}

@media (width >= 1400px) {
  .services .card {
    background-size: 100%;
  }
}

.services .card .content {
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.services .card .content h3 {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
}

.services .card .content p {
  color: #fff;
  margin: 0;
}

.services .card .content p:has( + .action-btn) {
  margin-bottom: 40px;
}

@media (width >= 992px) {
  .services .card:hover {
    background-size: 110%;
  }
}

.services .divider {
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

@media (width >= 992px) {
  .services .divider {
    margin-top: 80px;
  }
}

.services .divider:before {
  content: "";
  background: url("waves.b21dfb3c.svg") 0 0 / 100% no-repeat;
  width: 225px;
  height: 10px;
  margin-bottom: 40px;
}

.services .divider p {
  text-align: center;
  margin-top: 0;
}

.services .divider h2 {
  text-align: center;
}

.page-cta {
  align-items: center;
  min-height: 400px;
  display: flex;
}

.page-cta h3 {
  color: #fff;
}

.page-cta p {
  color: #fff;
  margin-top: 0;
  font-size: 38px;
  font-weight: 300;
}

.experience {
  background-color: #fffaef;
  background-image: linear-gradient(0deg, #fffaef 40%, #fff 100%);
}

.experience p:has( + .action-btn) {
  margin-bottom: 40px;
}

.text-image .align-text, .image-text .align-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

@media screen and (width >= 992px) {
  .text-image .right img, .text-image .left img, .image-text .right img, .image-text .left img {
    max-width: 90%;
  }

  .text-image .right, .image-text .right {
    text-align: right;
  }

  .text-image .left, .image-text .left {
    text-align: left;
  }
}

@media (width >= 992px) {
  .photo-slider .container {
    max-width: calc(50vw + 685px);
    margin-left: calc(50vw - 685px);
    padding-right: 0;
  }
}

.services-options {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.services-options:after {
  content: "";
  background: url("waves.b21dfb3c.svg") bottom / 100% no-repeat;
  width: 225px;
  height: 10px;
  padding-top: 60px;
}

.referenties-grid a {
  text-decoration: none;
}

.referenties-grid a:hover img {
  transform: scale(1.2);
}

.referenties-grid .referentie-img-wrap {
  border-radius: 20px;
  overflow: clip;
}

.referenties-grid img {
  border-radius: 15px;
  transition: all .25s ease-in-out;
}

.referenties-grid:has(.referentie-wrap) {
  padding-top: 0;
  padding-bottom: 0;
}

.referenties-grid:has(.referentie-wrap) .bottom-row {
  margin-top: 80px;
}

.referenties-grid:has(.referentie-wrap) .bottom-row .row {
  row-gap: 30px;
}

.referentie-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

.referentie-wrap:nth-child(odd) {
  background-color: #fffaef;
}

@media screen and (width >= 992px) {
  .referentie-wrap {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .referentie-wrap .col-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .referentie-wrap .col-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.referentie-wrap .col-img > * {
  padding: unset;
}

.locaties-grid .location-wrapper {
  border: 2px solid #ffefcc;
  border-radius: 30px;
  margin-bottom: 0;
  transition: all .25s ease-in-out;
  overflow: hidden;
}

@media (width >= 992px) {
  .locaties-grid .location-wrapper {
    margin-bottom: 40px;
  }
}

.locaties-grid .location-wrapper .entry-content {
  background-color: #fff;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 20px;
}

@media (width >= 992px) {
  .locaties-grid .location-wrapper .entry-content {
    padding: 40px;
  }
}

.locaties-grid .location-wrapper img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  transition: all .25s ease-in-out;
}

.locaties-grid .location-wrapper:hover {
  border-color: #ea0075;
}

.locaties-grid .location-wrapper:hover img {
  transform: scale(1.1);
}

.locaties-grid .location-image {
  padding-top: 90%;
  position: relative;
}

.locaties-grid .location-image img {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.locaties-grid a {
  color: #272727;
  text-decoration: none;
}

.trouw-locaties .location-wrapper {
  height: auto;
}

.half-sand-bg {
  background: linear-gradient(#fffaef 50%, #fff 50%);
}

.call-to-action {
  text-align: center;
}

.call-to-action:before {
  content: "";
  background: url("waves.b21dfb3c.svg") 0 0 / 100% no-repeat;
  width: 225px;
  height: 10px;
  margin: 0 auto;
  padding-top: 60px;
  display: block;
}

.call-to-action .action-btn {
  margin-top: 20px;
}

.qoutes .quote-wrapper {
  text-align: center;
}

.qoutes .quote-wrapper:before {
  content: "“";
  color: #ea0075;
  margin-top: 30px;
  font-family: Nicholas, sans-serif;
  font-size: 100px;
  line-height: 1rem;
  display: block;
}

.not-found-404, .thank-you {
  background: url("404.e7e81253.jpg") no-repeat;
  padding: 0;
}

.not-found-404 .wrapper-404, .thank-you .wrapper-404 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.not-found-404 h1, .not-found-404 .page-cta h3, .page-cta .not-found-404 h3, .thank-you h1, .thank-you .page-cta h3, .page-cta .thank-you h3 {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 8px #00000080;
  margin-bottom: 40px;
}

.not-found-404 p, .thank-you p {
  color: #fff;
  text-align: center;
  max-width: 700px;
}

.quote {
  padding-top: 0;
  padding-bottom: 0;
}

.quote .quote-title {
  color: #c81a62;
  font-size: 2.8rem;
}

.single-referentie .photo-grid {
  padding-top: 20px;
}

.photo-grid .row {
  row-gap: 13px;
}

.photo-grid .row > * {
  padding-left: 10.5px;
  padding-right: 10.5px;
}

.photo-grid img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  max-height: 400px;
}

@media screen and (width >= 992px) {
  .photo-grid .img-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    display: grid;
  }

  .photo-grid .img-grid img:first-child {
    grid-area: 1 / 1 / 2 / 3;
  }

  .photo-grid .img-grid img:nth-child(2) {
    grid-area: 2 / 1 / 3 / 3;
  }

  .photo-grid .img-grid img:nth-child(3) {
    height: 100%;
    max-height: unset;
    grid-area: 1 / 3 / 3 / 4;
  }
}

@media screen and (width <= 992px) {
  .photo-grid .img-grid {
    flex-direction: column;
    gap: 10px;
    display: flex;
  }

  .photo-grid img {
    max-height: unset;
    width: 100%;
    max-height: 400px;
  }
}

.grid {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.grid .cell {
  width: 50%;
}

@media (width >= 992px) {
  .grid .cell {
    width: 33.3333%;
  }
}

@media (width >= 1200px) {
  .grid .cell {
    width: 16.6667%;
  }
}

.grid .cell a {
  text-decoration: none;
}

.grid .cell .card {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  min-height: 175px;
  margin: 15px;
  padding: 20px;
  transition: all .25s;
  display: flex;
  box-shadow: 0 0 10px #0000001a;
}

.grid .cell .card .title {
  margin-bottom: 20px;
  font-size: 21px;
}

.grid .cell .card:hover, .grid .cell .card.active {
  background-color: #ea0075;
}

.grid .cell .card:hover .title, .grid .cell .card.active .title {
  color: #fff;
}

.grid .cell .card:hover .hover, .grid .cell .card.active .hover {
  display: block;
}

.grid .cell .card:hover .remove-on-hover, .grid .cell .card.active .remove-on-hover {
  display: none;
}

.grid .cell .card:hover {
  transform: scale(1.1);
}

.grid .cell .card .hover {
  display: none;
}

.vertical-align-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.vertical-align-content > div {
  width: 100%;
}

.align-content-center-right {
  align-items: center;
  display: flex;
}

@media (width >= 992px) {
  .align-content-center-right {
    justify-content: flex-end;
  }
}

.flex-space-between {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.action-btn {
  background-color: #d10068;
  border-radius: 12px;
  padding: 14px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s;
  display: inline-block;
  color: #fff !important;
}

@media (width >= 992px) {
  .action-btn {
    padding: 12.5px 20px;
    font-size: 20px;
  }
}

.action-btn:hover {
  background-color: #ea0075;
}

.action-btn.green {
  background-color: #67793c;
}

.action-btn.green:hover {
  background-color: #586834;
}

.action-btn.black {
  background-color: #272727;
}

.action-btn.black:hover {
  background-color: #ea0075;
}

@media (width >= 992px) {
  .more-refs {
    float: right;
    margin-top: 20px;
  }
}

#breadcrumbs {
  color: #ea0075;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
}

#breadcrumbs span a {
  color: #272727;
  font-size: 20px;
  text-decoration: none;
}

#breadcrumbs span.breadcrumb_last {
  color: #272727;
}

.media .up h2 {
  font-size: 27px;
}

.media__item {
  cursor: pointer;
  padding-top: 66%;
  position: relative;
}

.media__item:after {
  content: "";
  z-index: 1;
  background: linear-gradient(0deg, #0d1838 0%, #0d183880 40%, #0d183800 70%, #0000 100%);
}

.media__item:before {
  content: "";
  z-index: 2;
  background-image: url("play.ec34033b.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  transition: all .25s;
}

.media__item:hover:before {
  transform: scale(1.1);
}

.media__item-bg, .media__item:before, .media__item:after {
  position: absolute;
  inset: 0;
}

.media__item-content {
  z-index: 3;
  color: #fff;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.media__item-content h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.media__item-bg {
  background-position: center;
  background-size: cover;
}

.media__video {
  z-index: 9999;
  display: none;
  position: fixed;
  inset: 0;
}

.media__video.visible {
  display: block;
}

.media__video-bg {
  content: "";
  cursor: pointer;
  background: #00000080;
  position: absolute;
  inset: 0;
}

.media__video-iframe {
  z-index: 1;
  width: 95%;
  padding-top: 53.5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (width >= 1300px) {
  .media__video-iframe {
    width: 1200px;
    padding-top: 675px;
  }
}

.media__video-iframe:after {
  color: #fff;
  content: "X";
  pointer-events: none;
  font-size: 30px;
  position: absolute;
  top: -50px;
  right: 0;
}

.media__video-iframe iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.media__item-show {
  font-size: 16px;
  position: relative;
}

.media__item-show:before {
  content: "";
  background: url("red-arrow.98d7a767.svg") 0 0 / 100% no-repeat;
  width: 17px;
  height: 12px;
  transition: all .25s;
  position: absolute;
  top: 6px;
  right: -23px;
}

.media-grid {
  display: flex;
}

.media-grid .cell {
  height: auto;
}

.glide {
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  backface-visibility: hidden;
  width: 100%;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  white-space: nowrap;
  will-change: transform;
  flex-wrap: nowrap;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  border-radius: 30px;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media (width >= 992px) {
  .glide__slide {
    height: 295px;
  }
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
}

.glide__slide a:hover:before {
  content: "";
  background: #fffaefe6 url("plus.5549e5de.svg") center / 50px no-repeat;
  border-radius: 30px;
  position: absolute;
  inset: 0;
}

.glide__slide img {
  opacity: 0;
  width: 100%;
}

.glide__arrows, .glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  cursor: pointer;
  background-color: #0000;
  border: 0;
  padding: 9px 12px;
  line-height: 1;
  transition: opacity .15s, border .3s ease-in-out;
  display: block;
  position: absolute;
  top: -20px;
  transform: translateY(-50%);
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  border-color: #fff;
}

.glide__arrow--left {
  right: 70px;
}

@media (width >= 992px) {
  .glide__arrow--left {
    right: calc(50vw - 625px);
  }
}

.glide__arrow--right {
  right: 0;
}

@media (width >= 992px) {
  .glide__arrow--right {
    right: calc(50vw - 685px);
  }
}

.glide__arrow--disabled {
  opacity: .33;
}

.glide__arrow img:hover {
  transition: all .25s ease-in-out;
  transform: scale(1.2);
}

.glide__bullets {
  z-index: 2;
  list-style: none;
  display: inline-flex;
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
}

.glide__bullet {
  cursor: pointer;
  background-color: #ffffff80;
  border: 2px solid #0000;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin: 0 .25em;
  padding: 0;
  line-height: 0;
  transition: all .3s ease-in-out;
  box-shadow: 0 .25em .5em #0000001a;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:hover, .glide__bullet:focus {
  background-color: #ffffff80;
  border: 2px solid #fff;
}

.glide__bullet--active {
  background-color: #fff;
}

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.ciaobatta {
  background: #e8e9d1;
}

.ciaobatta .header__nav ul.menu > li:last-child a {
  color: #67793c;
  background-color: #e8e9d1;
}

.ciaobatta .green-bg {
  background-color: #e8e9d1;
}

.ciaobatta h1, .ciaobatta h2, .ciaobatta h3, .ciaobatta h4, .ciaobatta h5, .ciaobatta h6, .ciaobatta .h1, .ciaobatta .h2, .ciaobatta .h3, .ciaobatta .h4, .ciaobatta .h5, .ciaobatta .h6 {
  color: #67793c;
}

@media (width >= 992px) {
  .ciaobatta .section-hero {
    height: 50vh;
  }

  .ciaobatta .section-hero .wrapper {
    width: 100%;
    padding-top: calc(40vh - 100px);
  }
}

.ciaobatta .section-hero h1, .ciaobatta .section-hero .page-cta h3, .page-cta .ciaobatta .section-hero h3 {
  color: #fff;
  text-align: center;
}

.ciaobatta .footer .ciaobatta-logo {
  width: 225px;
  margin-top: 30px;
}

.ciaobatta .header__nav ul.menu > li {
  position: relative;
}

.ciaobatta .header__nav ul.menu > li a:hover {
  color: #ea0075;
}

.ciaobatta .header__nav ul.menu > li a:hover:before {
  transform: translateX(-10px);
}

.ciaobatta .header__nav ul.menu > li:first-child a:before {
  content: "";
  background: url("arrow-lef-white.83f307d1.svg") 0 0 / 100% no-repeat;
  width: 30px;
  height: 13px;
  transition: all .25s ease-in-out;
  position: absolute;
  top: 6px;
  left: -40px;
}

.ciaobatta .header__nav ul.menu > li:last-child a:hover {
  color: #fff;
  background-color: #67793c;
}

.ciaobatta .header__wrapper .widget_tpw_rating_wrap .rating a:hover {
  color: #67793c;
}

.shop__cart.sticky {
  width: 100%;
  position: fixed;
  top: 150px;
  left: 0;
}

.shop__not-enough {
  z-index: 9999;
  background: #0006;
  display: none;
  position: fixed;
  inset: 0;
}

.shop__not-enough--active {
  display: block;
}

.shop__not-enough-content {
  background: #fff;
  border-radius: 30px;
  max-width: 500px;
  margin: 0 auto;
  padding: 40px;
  font-size: 20px;
  font-weight: 200;
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
}

.shop__not-enough-content b {
  color: #67793c;
  margin-bottom: 5px;
  font-weight: 500;
  display: inline-block;
}

.shop__not-enough-close {
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #67793c;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.shop__text {
  text-align: center;
  margin-bottom: 50px;
}

.shop__content {
  background: #fff;
  border-radius: 30px;
  padding: 50px;
}

.shop__content h2 {
  color: #67793c;
  font-size: 36px !important;
}

.shop__extra-info {
  background: #fff;
  border-radius: 30px;
  padding: 50px;
  font-size: 18px;
}

.shop__extra-info p {
  margin-top: 0;
}

.shop__row {
  margin-left: -40px;
  margin-right: -40px;
}

.shop__row > div {
  padding-left: 40px;
  padding-right: 40px;
}

.shop__header-categories {
  background-color: var(--beige);
  margin: 30px -30px 30px 0;
  line-height: 60px;
  position: relative;
}

.shop__header-categories:after {
  content: "";
  background-color: var(--beige);
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
}

.shop__header-category {
  color: var(--font-color);
  margin-right: 50px;
  font-size: 15px;
}

.shop__category:not(:last-child) {
  border-bottom: 1px solid #67793c;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.shop__category-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 25%;
}

.shop__product {
  border-radius: 20px;
  margin-bottom: 10px;
  margin-left: -25px;
  margin-right: -25px;
  padding: 15px 25px;
  position: relative;
}

.shop__product-title {
  text-transform: none;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 22px !important;
}

.shop__product-image {
  color: #67793c;
  text-align: center;
  background: #e8e9d1;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin: 0 8px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  position: relative;
}

.shop__product-image-image {
  z-index: 99;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 200px;
  height: 200px;
  display: none;
  position: absolute;
  top: 100%;
  left: 100%;
}

.shop__product-image:focus .shop__product-image-image, .shop__product-image:hover .shop__product-image-image {
  display: block;
}

.shop__product:hover {
  background-color: #e8e9d1;
}

.shop__product-content {
  font-size: 20px;
  font-weight: 200;
}

.shop__product-content p {
  margin: 0 !important;
}

.shop__product-price {
  float: right;
  color: #67793c;
}

.shop__product--expanded {
  border: 1px solid #67793c;
}

.shop__product:not(.shop__product--expanded) {
  cursor: pointer;
}

.shop__product-expandable {
  display: none;
}

.shop__product-expandable:after {
  content: "";
  clear: both;
  display: table;
}

.shop__product--expanded .shop__product-expandable {
  display: block;
}

.shop__product .variations {
  float: left;
}

.shop__product .variations .label, .shop__product .variations .reset_variations {
  display: none;
}

.shop__product form.cart {
  margin-top: 15px;
  margin-bottom: 0;
}

.shop__product .single_variation {
  display: none !important;
}

.shop__product .single_variation_wrap, .shop__product woocommerce-variation-add-to-cart, .shop__product .quantity, .shop__product .single_add_to_cart_button {
  float: left;
}

.shop__product .variations select, .shop__product .quantity input {
  appearance: none;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 8px;
  height: 32px;
  margin-right: 10px;
  padding: 0 8px;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
}

.shop__product .variations select {
  background: url("chevron-down.c4ee476a.svg") calc(100% - 10px) / 10px no-repeat;
  padding-right: 28px;
}

.shop__product button.button.single_add_to_cart_button {
  appearance: none;
  color: #fff;
  border: 1px solid #0000;
  border-radius: 8px;
  height: 32px;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  background: #67793c !important;
  padding: 0 8px !important;
}

.shop__product input[type="radio"], .shop__product input[type="checkbox"] {
  appearance: none;
  border: 1px solid #000;
  border-radius: 50%;
  height: 12px;
  width: 12px !important;
}

.shop__product input[type="radio"]:checked, .shop__product input[type="checkbox"]:checked {
  background: #67793c;
}

.mini-cart {
  color: #fff;
  z-index: 1;
  background: #67793c;
  border-radius: 30px;
  margin-top: 40px;
  padding: 50px;
}

@media (width >= 992px) {
  .mini-cart.sticky {
    width: 630px;
    position: fixed;
    top: 150px;
  }

  .mini-cart.sticky.bottom {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}

.mini-cart.loading {
  opacity: .5;
  position: relative;
}

.mini-cart.loading:after {
  z-index: 2;
  content: "";
  border: none;
  border-top: 2px solid #67793c;
  border-left: 2px solid #67793c;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  animation: 1s linear infinite loading;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mini-cart h3 {
  color: #fff;
  font-size: 36px;
}

.mini-cart__items {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px !important;
}

.mini-cart__item {
  display: flex;
  margin: 20px 0 !important;
}

.mini-cart__item:first-child {
  margin-top: 10px !important;
}

.mini-cart__item:last-child {
  margin-bottom: 10px !important;
}

.mini-cart__amount {
  width: 40px;
  font-weight: 500;
}

.mini-cart__change-amount {
  width: 60px;
}

.mini-cart__increase, .mini-cart__decrease {
  user-select: none;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  display: inline-block;
}

.mini-cart__price {
  text-align: right;
  width: 70px;
  font-weight: 500;
}

.mini-cart__name {
  flex: 1;
  font-weight: 500;
}

.mini-cart__name dl {
  border: none !important;
  padding: 0 !important;
}

.mini-cart__name dt, .mini-cart__name dd {
  color: #555;
  width: 100%;
  font-size: 14px;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 300 !important;
  display: block !important;
}

.mini-cart__name dd:not(:last-child) {
  margin-bottom: 6px !important;
}

.mini-cart__name .tc-quantity-in-cart {
  display: block;
}

.mini-cart__name .tm-cart-edit-options {
  display: none !important;
}

.mini-cart__totals {
  margin-top: 15px;
  font-weight: 500;
  line-height: 40px;
}

.mini-cart__totals .float-right {
  float: right;
}

.mini-cart__shipping-message {
  max-width: 350px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.mini-cart .text-right {
  text-align: right;
}

.mini-cart a.mini-cart__checkout {
  color: #fff;
  background: #aebe7f;
  border-radius: 8px;
  width: auto;
  padding: 12px 25px;
  font-family: Nicholas, sans-serif;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.mini-cart a.mini-cart__checkout:hover {
  opacity: .8;
}

@keyframes loading {
  0% {
    transform: translate(-50%, -50%)rotate(0);
  }

  100% {
    transform: translate(-50%, -50%)rotate(360deg);
  }
}

input[type="radio"] {
  height: auto !important;
}

.checkout {
  font-size: 16px;
}

.checkout .col-1, .checkout .col-2, .checkout .col-3, .checkout .col-4, .checkout .col-5, .checkout .col-6, .checkout .col-7, .checkout .col-8, .checkout .col-9, .checkout .col-10, .checkout .col-11, .checkout .col-12, .checkout .col, .checkout .col-auto, .checkout .col-sm-1, .checkout .col-sm-2, .checkout .col-sm-3, .checkout .col-sm-4, .checkout .col-sm-5, .checkout .col-sm-6, .checkout .col-sm-7, .checkout .col-sm-8, .checkout .col-sm-9, .checkout .col-sm-10, .checkout .col-sm-11, .checkout .col-sm-12, .checkout .col-sm, .checkout .col-sm-auto, .checkout .col-md-1, .checkout .col-md-2, .checkout .col-md-3, .checkout .col-md-4, .checkout .col-md-5, .checkout .col-md-6, .checkout .col-md-7, .checkout .col-md-8, .checkout .col-md-9, .checkout .col-md-10, .checkout .col-md-11, .checkout .col-md-12, .checkout .col-md, .checkout .col-md-auto, .checkout .col-lg-1, .checkout .col-lg-2, .checkout .col-lg-3, .checkout .col-lg-4, .checkout .col-lg-5, .checkout .col-lg-6, .checkout .col-lg-7, .checkout .col-lg-8, .checkout .col-lg-9, .checkout .col-lg-10, .checkout .col-lg-11, .checkout .col-lg-12, .checkout .col-lg, .checkout .col-lg-auto, .checkout .col-xl-1, .checkout .col-xl-2, .checkout .col-xl-3, .checkout .col-xl-4, .checkout .col-xl-5, .checkout .col-xl-6, .checkout .col-xl-7, .checkout .col-xl-8, .checkout .col-xl-9, .checkout .col-xl-10, .checkout .col-xl-11, .checkout .col-xl-12, .checkout .col-xl, .checkout .col-xl-auto {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.checkout input, .checkout select {
  background: #fff;
  border: none;
  border-radius: 5px;
  outline: none;
  height: 35px;
  padding: 0 8px;
  line-height: 35px !important;
}

.checkout textarea {
  background: #fff;
  border: none;
  border-radius: 5px;
  outline: none;
  height: 35px;
  padding: 8px;
  font-family: Lato, sans-serif;
}

.checkout .form-row {
  padding: 0 !important;
}

.checkout__content {
  background: #fff;
  border-radius: 30px;
  padding: 20px;
  font-size: 18px;
  font-weight: 200;
}

@media (width >= 992px) {
  .checkout__content {
    padding: 40px;
  }
}

.checkout .woocommerce-checkout h3 {
  font-size: 35px;
}

.checkout__title {
  text-align: center;
}

.checkout__coupon {
  background: #e8e9d1;
  border: none;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 20px;
}

@media (width >= 992px) {
  .checkout__coupon {
    padding: 30px;
  }
}

.checkout__coupon .woocommerce-form-coupon-toggle .woocommerce-info {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.checkout__coupon .woocommerce-form-coupon-toggle .woocommerce-info:before {
  content: none;
}

.checkout__coupon .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
  color: #67793c !important;
}

.checkout__coupon form.checkout_coupon {
  border: none;
  margin: 0;
  padding: 0;
}

.checkout__coupon form.checkout_coupon .button {
  color: #fff;
  background: #67793c;
  border: none;
  border-radius: 5px;
  padding: 0 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 35px;
}

.checkout__customer-details {
  background: #e8e9d1;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 20px;
}

@media (width >= 992px) {
  .checkout__customer-details {
    margin-bottom: 0;
    padding: 30px;
  }
}

.checkout #billing_country_field, .checkout #billing_address_2 {
  display: none;
}

.checkout .required {
  color: #272727 !important;
  font-weight: 400 !important;
}

.checkout #ship-to-different-address {
  text-transform: none;
  color: #272727;
  margin-top: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.checkout #ship-to-different-address input[type="checkbox"] {
  height: auto;
  padding: 0;
}

.checkout__cart {
  background: #fff9f0;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 20px;
}

@media (width >= 992px) {
  .checkout__cart {
    padding: 30px;
  }
}

.checkout__cart table.shop_table {
  border: none;
  border-radius: 0;
  margin: 0;
  font-size: 18px;
}

.checkout__cart table.shop_table thead {
  display: none;
}

.checkout__cart table.shop_table th, .checkout__cart table.shop_table td {
  border: none !important;
  padding: 2px 0 !important;
  font-weight: 600 !important;
}

.checkout__cart table.shop_table th:last-child, .checkout__cart table.shop_table td:last-child {
  text-align: right;
  color: #67793c;
}

.checkout__cart table.shop_table th .amount, .checkout__cart table.shop_table td .amount {
  font-weight: 600 !important;
}

.checkout__cart table.shop_table th .product-quantity, .checkout__cart table.shop_table td .product-quantity {
  color: #67793c;
  font-weight: 600 !important;
}

.checkout__cart table.shop_table .cart-separator td {
  border-bottom: 1px solid #67793c !important;
}

.checkout__cart table.shop_table .cart-subtotal th, .checkout__cart table.shop_table .cart-subtotal td {
  padding-top: 8px !important;
}

.checkout__cart table.shop_table, .checkout__cart table.shop_table thead, .checkout__cart table.shop_table tbody, .checkout__cart table.shop_table tfoot, .checkout__cart table.shop_table tr, .checkout__cart table.shop_table th, .checkout__cart table.shop_table td {
  border-collapse: collapse !important;
}

.checkout__cart table.shop_table ul#shipping_method li {
  margin: 0;
}

.checkout__payment #payment {
  background: #e8e9d1;
  border-radius: 20px;
  padding: 20px;
}

@media (width >= 992px) {
  .checkout__payment #payment {
    padding: 30px;
  }
}

.checkout__payment .wc_payment_methods {
  border: none !important;
  padding: 0 !important;
}

.checkout__payment .wc_payment_methods li img {
  margin: 4px 0 0 !important;
}

.checkout__payment p {
  margin-top: 0 !important;
}

.checkout__payment .payment_box {
  color: #272727 !important;
  background: #fff9f0 !important;
  border-radius: 10px !important;
}

.checkout__payment .payment_box:before {
  border-bottom-color: #fff9f0 !important;
}

.checkout__payment a {
  color: #272727 !important;
  text-decoration: underline !important;
}

.checkout__payment .place-order {
  margin-bottom: 0 !important;
}

.checkout__payment .place-order button#place_order {
  background: #67793c;
  border-radius: 10px;
  font-family: Nicholas, sans-serif;
  font-size: 20px;
}

.checkout__payment .place-order button#place_order:hover {
  background: #586834;
}

.checkout .blockUI.blockOverlay {
  background: none !important;
}

.thankyou__content h1, .thankyou__content .page-cta h3, .page-cta .thankyou__content h3 {
  font-size: 35px;
}

.go-back-to-shop {
  color: #272727;
  margin-top: -20px;
  margin-bottom: 50px;
  font-size: 18px;
  text-decoration: none;
  transition: all .25s;
  display: inline-block;
}

.go-back-to-shop:before {
  content: "";
  background: url("arrow-left.e783eac6.svg") center / 100% no-repeat;
  width: 20px;
  height: 10px;
  margin-right: 10px;
  display: inline-block;
}

.go-back-to-shop:hover {
  font-weight: 600;
}

@media (width >= 992px) {
  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .mt-lg-0 {
    margin-top: 0;
  }

  .archive .h1 {
    font-size: 4.75rem;
  }
}
/*# sourceMappingURL=main.css.map */
