@media screen{/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

.row.natural-height {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

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

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

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

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

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

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

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

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

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

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

.col-xs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
  padding: 0 0.625rem; }

.col-xs-1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
  padding: 0 0.625rem; }

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

.col-xs-2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
  padding: 0 0.625rem; }

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

.col-xs-3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 0.625rem; }

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

.col-xs-4 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  padding: 0 0.625rem; }

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

.col-xs-5 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
  padding: 0 0.625rem; }

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

.col-xs-6 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 0.625rem; }

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

.col-xs-7 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
  padding: 0 0.625rem; }

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

.col-xs-8 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
  padding: 0 0.625rem; }

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

.col-xs-9 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
  padding: 0 0.625rem; }

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

.col-xs-10 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
  padding: 0 0.625rem; }

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

.col-xs-11 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
  padding: 0 0.625rem; }

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

.col-xs-12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 0.625rem; }

.col-xs-offset-12 {
  margin-left: 100%; }

.row.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.row.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.row.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.row.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.row.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.row.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.row.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.row.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

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

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

@media only screen and (min-width: 41rem) {
  .col-sm {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 0 0.625rem; }
  .col-sm-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 0 0.625rem; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 0 0.625rem; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 0.625rem; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 0.625rem; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 0 0.625rem; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 0.625rem; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 0 0.625rem; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 0 0.625rem; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 0.625rem; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 0 0.625rem; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 0 0.625rem; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 0.625rem; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .row.start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .row.center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .row.end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .row.top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row.middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row.bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .row.around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .row.between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 63rem) {
  .col-md {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 0 0.625rem; }
  .col-md-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 0 0.625rem; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 0 0.625rem; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 0.625rem; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 0.625rem; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 0 0.625rem; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 0.625rem; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 0 0.625rem; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 0 0.625rem; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 0.625rem; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 0 0.625rem; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 0 0.625rem; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 0.625rem; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .row.start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .row.center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .row.end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .row.top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row.middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row.bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .row.around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .row.between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 72.25rem) {
  .col-lg {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 0 0.625rem; }
  .col-lg-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 0 0.625rem; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 0 0.625rem; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 0.625rem; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 0.625rem; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 0 0.625rem; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 0.625rem; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 0 0.625rem; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 0 0.625rem; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 0.625rem; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 0 0.625rem; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 0 0.625rem; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 0.625rem; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .row.start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .row.center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .row.end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .row.top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row.middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row.bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .row.around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .row.between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 101rem) {
  .col-xl {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 0 0.625rem; }
  .col-xl-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 0 0.625rem; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 0 0.625rem; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 0.625rem; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 0.625rem; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 0 0.625rem; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 0.625rem; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 0 0.625rem; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 0 0.625rem; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 0.625rem; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 0 0.625rem; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 0 0.625rem; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 0.625rem; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .row.start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .row.center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .row.end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .row.top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row.middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row.bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .row.around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .row.between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-xl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.col-gutter-lr {
  padding: 0 0 0.625rem; }

.col-no-gutter {
  padding: 0; }

.show {
  display: block !important; }

.row.show {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important; }

.hide {
  display: none !important; }

.show-xs {
  display: block !important; }

.row.show-xs {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important; }

.hide-xs {
  display: none !important; }

@media only screen and (max-width: 40rem) {
  .show-xs-only {
    display: block !important; }
  .row.show-xs-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-xs-only {
    display: none !important; } }

@media only screen and (min-width: 41rem) {
  .show-sm {
    display: block !important; }
  .row.show-sm {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-sm {
    display: none !important; } }

@media only screen and (min-width: 41rem) and (max-width: 62rem) {
  .show-sm-only {
    display: block !important; }
  .row.show-sm-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-sm-only {
    display: none !important; } }

@media only screen and (min-width: 63rem) {
  .show-md {
    display: block !important; }
  .row.show-md {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-md {
    display: none !important; } }

@media only screen and (min-width: 63rem) and (max-width: 71.25rem) {
  .show-md-only {
    display: block !important; }
  .row.show-md-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-md-only {
    display: none !important; } }

@media only screen and (min-width: 72.25rem) {
  .show-lg {
    display: block !important; }
  .row.show-lg {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-lg {
    display: none !important; } }

@media only screen and (min-width: 72.25rem) and (max-width: 80rem) {
  .show-lg-only {
    display: block !important; }
  .row.show-lg-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-lg-only {
    display: none !important; } }

@media only screen and (min-width: 101rem) {
  .show-xl {
    display: block !important; }
  .row.show-xl {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-xl {
    display: none !important; } }

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

svg {
  height: 16px;
  width: 16px; }

.bg_blue {
  background-color: #87CEDC; }

.bg_organge--2 {
  background-color: #FFF5DA; }

.bg_purple {
  background-color: #A863A4; }

.color--white {
  color: white; }

.color--orange {
  color: #EC6608; }

.color--yellow {
  color: #FECF44; }

.hstack {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.gap--1 {
  gap: 0.25rem; }

.gap--2 {
  gap: 0.5rem; }

.gap--3 {
  gap: 0.75rem; }

.gap--4 {
  gap: 1rem; }

.gap--5 {
  gap: 1.25rem; }

.gap--6 {
  gap: 1.5rem; }

.gap--8 {
  gap: 2rem; }

.gap--10 {
  gap: 2.5rem; }

.gap--12 {
  gap: 3rem; }

.gap--16 {
  gap: 4rem; }

.gap--20 {
  gap: 5rem; }

.gap--32 {
  gap: 8rem; }

.gap--40 {
  gap: 10rem; }

.spacing--header {
  display: block;
  padding-top: 8rem; }
  @media (min-width: 48rem) {
    .spacing--header {
      padding-top: 12rem; } }

.spacing--section {
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (min-width: 64rem) {
    .spacing--section {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem; } }

.spacing--content {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 64rem) {
    .spacing--content {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; } }

.radius--10 {
  border-radius: 0.625rem; }

@font-face{ font-display:swap;
  font-family: 'nimbussandblacon';
  src: url("/wp-content/themes/take-a-juice/source/fonts/nimbus/nimbussandblacon-webfont.woff2") format("woff2"), url("/wp-content/themes/take-a-juice/source/fonts/nimbus/nimbussandblacon-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;  }

@font-face{ font-display:swap;
  font-family: 'nimbussandcon';
  src: url("/wp-content/themes/take-a-juice/source/fonts/nimbus/nimbussandcon_bold-webfont.woff2") format("woff2"), url("/wp-content/themes/take-a-juice/source/fonts/nimbus/nimbussandcon_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;  }

@font-face{ font-display:swap;
  font-family: 'nimbussandlig';
  src: url("/wp-content/themes/take-a-juice/source/fonts/nimbus/nimbussandlig-webfont.woff2") format("woff2"), url("/wp-content/themes/take-a-juice/source/fonts/nimbus/nimbussandlig-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;  }

@font-face{ font-display:swap;
  font-family: 'nimbussandligext';
  src: url("/wp-content/themes/take-a-juice/source/fonts/nimbus/nimbussandligext-webfont.woff2") format("woff2"), url("/wp-content/themes/take-a-juice/source/fonts/nimbus/nimbussandligext-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;  }

@font-face{ font-display:swap;
  font-family: 'nimbussanpblacon';
  src: url("/wp-content/themes/take-a-juice/source/fonts/nimbus/nimbussanpblacon-webfont.woff2") format("woff2"), url("/wp-content/themes/take-a-juice/source/fonts/nimbus/nimbussanpblacon-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;  }

@font-face{ font-display:swap;
  font-family: 'nimbussantblaext';
  src: url("/wp-content/themes/take-a-juice/source/fonts/nimbus/nimbussantblaext-webfont.woff2") format("woff2"), url("/wp-content/themes/take-a-juice/source/fonts/nimbus/nimbussantblaext-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;  }

@font-face{ font-display:swap;
  font-family: 'nimbussantext';
  src: url("/wp-content/themes/take-a-juice/source/fonts/nimbus/nimbussantext-webfont.woff2") format("woff2"), url("/wp-content/themes/take-a-juice/source/fonts/nimbus/nimbussantext-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;  }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

p {
  font-family: "nimbussandlig", system-ui, -apple-system, Arial, sans-serif;
  margin: 0; }

.body_1, .box_content p, .box_content ul {
  font-family: "nimbussandlig", system-ui, -apple-system, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.725rem; }
  @media (min-width: 80rem) {
    .body_1, .box_content p, .box_content ul {
      font-size: 1.25rem; } }

.body_2 {
  font-family: "nimbussandlig", system-ui, -apple-system, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: normal; }
  @media (min-width: 80rem) {
    .body_2 {
      font-size: 1.125rem; } }

.headline_1 {
  font-family: "nimbussantext", system-ui, -apple-system, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  font-size: 1.24625rem; }
  @media (min-width: 48rem) {
    .headline_1 {
      font-size: 2rem; } }
  @media (min-width: 80rem) {
    .headline_1 {
      font-size: 3.0175rem; } }

.headline_2 {
  font-family: "nimbussantext", system-ui, -apple-system, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  font-size: 1.125rem; }
  @media (min-width: 48rem) {
    .headline_2 {
      font-size: 1.25rem; } }
  @media (min-width: 80rem) {
    .headline_2 {
      font-size: 1.45812rem;
      line-height: 1.93325rem; } }

.headline_4, .box_content span, .box_content pre {
  font-family: "nimbussantext", system-ui, -apple-system, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  font-size: 0.75rem; }
  @media (min-width: 48rem) {
    .headline_4, .box_content span, .box_content pre {
      font-size: 0.8125rem; } }
  @media (min-width: 80rem) {
    .headline_4, .box_content span, .box_content pre {
      font-size: 0.9375rem; } }

.heading_1 {
  font-family: "nimbussantblaext", system-ui, -apple-system, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.48937rem;
  line-height: 2.43388rem; }
  @media (min-width: 48rem) {
    .heading_1 {
      font-size: 4rem;
      line-height: 3.91106rem; } }
  @media (min-width: 80rem) {
    .heading_1 {
      font-size: 6.0275rem;
      line-height: 5.89331rem; } }

.heading_2 {
  font-family: "nimbussantblaext", system-ui, -apple-system, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.49188rem;
  line-height: 1.45869rem; }
  @media (min-width: 48rem) {
    .heading_2 {
      font-size: 2rem;
      line-height: 1.9555rem; } }
  @media (min-width: 80rem) {
    .heading_2 {
      font-size: 3.28125rem;
      line-height: 3.20825rem; } }

.heading_3, .box_content h1, .box_content h2 {
  font-family: "nimbussantblaext", system-ui, -apple-system, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.9555rem; }
  @media (min-width: 48rem) {
    .heading_3, .box_content h1, .box_content h2 {
      font-size: 2rem;
      line-height: 1.9555rem; } }
  @media (min-width: 80rem) {
    .heading_3, .box_content h1, .box_content h2 {
      font-size: 2.91688rem;
      line-height: 2.85181rem; } }

.heading_4 {
  font-family: "nimbussantblaext", system-ui, -apple-system, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.375rem;
  line-height: 1.41056rem; }
  @media (min-width: 48rem) {
    .heading_4 {
      font-size: 1.5625rem;
      line-height: 1.60294rem; } }
  @media (min-width: 80rem) {
    .heading_4 {
      font-size: 1.94437rem;
      line-height: 1.90131rem; } }

.heading_5 {
  font-family: "nimbussantblaext", system-ui, -apple-system, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.375rem;
  line-height: 1.34444rem; }
  @media (min-width: 48rem) {
    .heading_5 {
      font-size: 1.625rem;
      line-height: 1.58888rem; } }
  @media (min-width: 80rem) {
    .heading_5 {
      font-size: 2rem;
      line-height: 1.9555rem; } }
  @media (min-width: 112.5rem) {
    .heading_5 {
      font-size: 2.5rem;
      line-height: 2.44438rem; } }

.heading_6 {
  font-family: "nimbussantblaext", system-ui, -apple-system, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.24125rem;
  line-height: 1.21381rem; }
  @media (min-width: 48rem) {
    .heading_6 {
      font-size: 1.5rem;
      line-height: 1.46663rem; } }
  @media (min-width: 80rem) {
    .heading_6 {
      font-size: 1.94437rem;
      line-height: 1.90131rem; } }

.container {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  @media (min-width: 25.875rem) {
    .container {
      padding-right: 2rem;
      padding-left: 2rem; } }
  @media (min-width: 48rem) {
    .container {
      padding-right: 2.5rem;
      padding-left: 2.5rem; } }
  @media (min-width: 90rem) {
    .container {
      padding-right: 7rem;
      padding-left: 7rem; } }
  @media (min-width: 112.5rem) {
    .container {
      padding-right: 14rem;
      padding-left: 14rem; } }
  @media (min-width: 90rem) {
    .container.container--full {
      padding-right: 4rem;
      padding-left: 4rem; } }
  @media (min-width: 112.5rem) {
    .container.container--full {
      padding-right: 10rem;
      padding-left: 10rem; } }

@media (max-width: 63.9375rem) {
  .container_mobile--scroll {
    padding-left: 0;
    padding-right: 0; } }

.container_grid {
  overflow: hidden; }
  .container_grid .col_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  @media (min-width: 48rem) {
    .container_grid.--no-pd-l {
      padding-left: 0; } }
  .container_grid.--no-pd-l .col_thumbnail {
    position: relative; }
    @media (min-width: 48rem) {
      .container_grid.--no-pd-l .col_thumbnail {
        padding-left: 0; } }
  @media (min-width: 48rem) {
    .container_grid.--no-pd-l .col_content {
      padding-left: 2.5rem; } }
  @media (min-width: 90rem) {
    .container_grid.--no-pd-l .col_content {
      padding-left: 4rem; } }
  @media (min-width: 112.5rem) {
    .container_grid.--no-pd-l .col_content {
      padding-left: 10rem; } }
  @media (min-width: 48rem) {
    .container_grid.--no-pd-r {
      padding: 0; } }
  @media (min-width: 48rem) {
    .container_grid.--no-pd-r .col_content {
      padding: 0 2.5rem; } }
  @media (min-width: 90rem) {
    .container_grid.--no-pd-r .col_content {
      padding: 0 6rem; } }
  @media (min-width: 112.5rem) {
    .container_grid.--no-pd-r .col_content {
      padding: 0 14rem; } }
  .container_grid.--no-pd-r .col_thumbnail {
    position: relative; }
    @media (min-width: 48rem) {
      .container_grid.--no-pd-r .col_thumbnail {
        padding: 0; } }
  @media (min-width: 48rem) {
    .container_grid.--reverse .row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }

@media (min-width: 90rem) {
  .row_wrapper {
    margin-right: -0.625rem;
    margin-left: -0.625rem; } }

@media (max-width: 47.9375rem) {
  .col-xs-12 {
    padding-right: 0;
    padding-left: 0; } }

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }

.grid-sm-2 {
  display: grid; }
  @media (min-width: 48rem) {
    .grid-sm-2 {
      grid-template-columns: 1fr 1fr; } }

.grid-sm-3 {
  display: grid; }
  @media (min-width: 48rem) {
    .grid-sm-3 {
      grid-template-columns: 1fr 1fr 1fr; } }

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

html, body {
  scroll-behavior: smooth !important; }

body {
  font-family: "nimbussantext", system-ui, -apple-system, Arial, sans-serif;
  font-smoothing: antialiased;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  text-stroke: 1px transparent;
  text-rendering: optimizeLegibility; }

::-moz-selection {
  color: white;
  background-color: rgba(236, 102, 8, 0.75); }

::selection {
  color: white;
  background-color: rgba(236, 102, 8, 0.75); }

img {
  background-color: #C8C8C8;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%; }

a {
  text-decoration: none; }
  a:hover {
    -webkit-transition: ease-in-out all .25s;
    transition: ease-in-out all .25s; }

.icon {
  -webkit-transition: ease-in-out fill .25s, ease-in-out opacity .25s;
  transition: ease-in-out fill .25s, ease-in-out opacity .25s; }

.anchor {
  position: relative;
  top: -85px; }

hr {
  background-color: black;
  border: none;
  display: block;
  height: 0.125rem;
  margin: 2rem 0; }
  @media (min-width: 48rem) {
    hr {
      margin: 2.5rem 0; } }
  hr.space--regular {
    margin: 1rem 0; }
    @media (min-width: 48rem) {
      hr.space--regular {
        margin: 1rem 0 3rem; } }
  hr.space--small {
    margin: 1rem 0; }
    @media (min-width: 48rem) {
      hr.space--small {
        margin: 1rem 0 1rem; } }

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

.header_1 {
  background-color: rgba(236, 102, 8, 0);
  -webkit-transition: ease-in-out background-color .25s;
  transition: ease-in-out background-color .25s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999; }
  .header_1 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    -webkit-transition: ease-in-out padding-top .25s;
    transition: ease-in-out padding-top .25s;
    width: 100%; }
    @media (min-width: 48rem) {
      .header_1 .container {
        padding-top: 0.75rem;
        padding-bottom: 1rem; } }
  .header_1 .brand--header a {
    display: block;
    height: 3.875rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: ease-in-out all .15s;
    transition: ease-in-out all .15s;
    width: 2.1875rem; }
    @media (min-width: 48rem) {
      .header_1 .brand--header a {
        height: 5.875rem;
        width: 10.4375rem; } }
    .header_1 .brand--header a svg {
      fill: white;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: auto; }
  .header_1 .btn, .header_1 .box_content p a, .box_content p .header_1 a {
    -webkit-transition: ease-in-out opacity .25s;
    transition: ease-in-out opacity .25s; }
  .header_1 .btn_menu {
    display: block;
    position: relative;
    height: 2.125rem;
    width: 2.125rem; }
    .header_1 .btn_menu .icon {
      fill: white;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 100%;
      width: 100%; }
    .header_1 .btn_menu .icon-close {
      fill: #EC6608;
      opacity: 0; }
  .header_1.header--active {
    background-color: #ec6608; }
    @media (min-width: 48rem) {
      .header_1.header--active .container {
        padding-top: 0.75rem;
        padding-bottom: 1rem; } }
    .header_1.header--active .brand--header a {
      height: 3.375rem;
      width: 2rem; }
      @media (min-width: 48rem) {
        .header_1.header--active .brand--header a {
          height: 3.875rem;
          width: 2.5rem; } }

body.header_menu--active {
  overflow: hidden; }
  body.header_menu--active .header_1.header--active {
    background-color: transparent; }
  body.header_menu--active .header_1 .btn, body.header_menu--active .header_1 .box_content p a, .box_content p body.header_menu--active .header_1 a {
    opacity: 0; }
  body.header_menu--active .brand--header a svg {
    fill: #EC6608; }
    @media (min-width: 48rem) {
      body.header_menu--active .brand--header a svg {
        fill: white; } }
  body.header_menu--active .header_1__menu {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  body.header_menu--active .btn_menu .icon-menu {
    opacity: 0; }
  body.header_menu--active .btn_menu .icon-close {
    opacity: 1; }

.header_1__menu {
  background-color: white;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: ease-in-out all .45s;
  transition: ease-in-out all .45s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  height: 100%;
  width: 100%;
  z-index: 100000; }
  @media (min-width: 48rem) {
    .header_1__menu .row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
  .header_1__menu .col_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FECF44;
    height: 60vh;
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
    @media (min-width: 25.875rem) {
      .header_1__menu .col_menu {
        padding-right: 2rem;
        padding-left: 2rem; } }
    @media (min-width: 48rem) {
      .header_1__menu .col_menu {
        height: 100vh;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 3rem;
        padding-left: 3rem;
        padding-block: 5rem; } }
    @media (min-width: 90rem) {
      .header_1__menu .col_menu {
        padding-right: 6rem;
        padding-left: 6rem; } }
    @media (min-width: 112.5rem) {
      .header_1__menu .col_menu {
        padding-right: 10rem;
        padding-left: 10rem;
        padding-block: 6rem; } }
  .header_1__menu .menu {
    padding-top: 2.5rem; }
    .header_1__menu .menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 1.5rem;
      list-style: none;
      margin: 0;
      padding: 0; }
      @media (min-width: 80rem) {
        .header_1__menu .menu ul {
          gap: 2.5rem; } }
    .header_1__menu .menu a {
      color: #EC6608;
      font-family: "nimbussantblaext", system-ui, -apple-system, Arial, sans-serif;
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      text-transform: uppercase; }
      @media (min-width: 80rem) {
        .header_1__menu .menu a {
          font-size: 1.83rem; } }
      @media (min-width: 112.5rem) {
        .header_1__menu .menu a {
          font-size: 2.5rem; } }
      .header_1__menu .menu a:hover {
        opacity: .7; }
  .header_1__menu p {
    color: #EC6608; }
  .header_1__menu .icon {
    fill: #EC6608; }
  .header_1__menu .col_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: 37.5rem auto;
    background-position: -17.5rem -8.75rem;
    height: 40vh; }
    @media (min-width: 25.875rem) {
      .header_1__menu .col_content {
        padding-right: 2rem;
        padding-left: 2rem; } }
    @media (min-width: 48rem) {
      .header_1__menu .col_content {
        background-size: cover;
        background-position: center center;
        height: 100vh;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-block: 5rem; } }
    @media (min-width: 90rem) {
      .header_1__menu .col_content {
        padding-right: 3rem;
        padding-left: 3rem; } }
    @media (min-width: 112.5rem) {
      .header_1__menu .col_content {
        padding-right: 8rem;
        padding-left: 8rem;
        padding-block: 6rem; } }
    .header_1__menu .col_content h2 {
      color: white;
      margin-bottom: 1.25rem;
      max-width: 23.4375rem; }
      @media (min-width: 112.5rem) {
        .header_1__menu .col_content h2 {
          max-width: 28.75rem; } }

body.page:not(.home):not(.page-template-trabalhe-conosco) .header_1,
body.error404 .header_1 {
  background-color: #EC6608; }

body.page:not(.home):not(.page-template-trabalhe-conosco).header_menu--active .header_1,
body.error404.header_menu--active .header_1 {
  background-color: transparent; }

.footer-1 {
  background-color: #EC6608;
  color: white;
  padding: 4rem 0; }
  @media (min-width: 80rem) {
    .footer-1 {
      padding: 5rem 0; } }
  .footer-1 .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
    @media (min-width: 64rem) {
      .footer-1 .container {
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 1.25rem; } }
  .footer-1 .grid1 {
    grid-area: 1 / 1 / 3 / 2; }
    @media (min-width: 64rem) {
      .footer-1 .grid1 {
        grid-area: 1 / 4 / 3 / 7; } }
    .footer-1 .grid1 .footer_menu {
      list-style: none;
      margin: 0 0 1.5rem;
      padding: 0; }
      .footer-1 .grid1 .footer_menu li {
        margin-bottom: 0.75rem; }
      .footer-1 .grid1 .footer_menu a {
        font-family: "nimbussantblaext", system-ui, -apple-system, Arial, sans-serif;
        font-size: 0.875rem;
        line-height: 0.86188rem;
        text-transform: uppercase; }
        @media (min-width: 80rem) {
          .footer-1 .grid1 .footer_menu a {
            font-size: 0.9375rem;
            line-height: 1.48125rem; } }
    .footer-1 .grid1 p a {
      text-decoration: underline; }
    .footer-1 .grid1 .politica_menu {
      list-style: none;
      margin: 0;
      padding: 0; }
  .footer-1 .grid2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-area: 1 / 2 / 2 / 3; }
    @media (min-width: 64rem) {
      .footer-1 .grid2 {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        grid-area: 1 / 1 / 3 / 4;
        gap: 1.5rem; } }
    @media (min-width: 80rem) {
      .footer-1 .grid2 {
        gap: 1.75rem; } }
    .footer-1 .grid2 .brand--footer {
      margin-top: -1.25rem; }
      .footer-1 .grid2 .brand--footer img {
        background: transparent;
        height: auto;
        width: 7.5rem; }
        @media (min-width: 80rem) {
          .footer-1 .grid2 .brand--footer img {
            width: 10rem; } }
    .footer-1 .grid2 p {
      max-width: 15.875rem; }
      @media (min-width: 80rem) {
        .footer-1 .grid2 p {
          line-height: 1.29375rem; } }
  .footer-1 .grid3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-area: 2 / 2 / 3 / 3; }
    @media (min-width: 64rem) {
      .footer-1 .grid3 {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        grid-area: 1 / 7 / 2 / 13; } }
    @media (min-width: 80rem) {
      .footer-1 .grid3 {
        padding-left: 0.5rem; } }
    .footer-1 .grid3 .social_list {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media (min-width: 64rem) {
        .footer-1 .grid3 .social_list {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
      .footer-1 .grid3 .social_list a:hover .icon {
        fill: white; }
    .footer-1 .grid3 .icon {
      fill: white; }
  .footer-1 .grid4 {
    grid-area: 3 / 1 / 4 / 3;
    margin-top: 3.5rem; }
    @media (min-width: 64rem) {
      .footer-1 .grid4 {
        grid-area: 2 / 7 / 3 / 13;
        margin-top: 0; } }
    @media (min-width: 80rem) {
      .footer-1 .grid4 {
        padding-left: 0.5rem; } }
    .footer-1 .grid4 .footer_text {
      text-align: center; }
      @media (min-width: 64rem) {
        .footer-1 .grid4 .footer_text {
          text-align: left; } }
    .footer-1 .grid4 div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0.5rem 1.5rem;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 64rem) {
        .footer-1 .grid4 div {
          gap: 0.5rem 1rem;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
    .footer-1 .grid4 img {
      background: transparent;
      height: 2.25rem; }
      @media (min-width: 80rem) {
        .footer-1 .grid4 img {
          height: 2.5rem; } }
  .footer-1 a {
    color: white; }
    .footer-1 a:hover {
      opacity: .7; }
  .footer-1 .footer_text {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    line-height: 1.185rem; }
    @media (min-width: 64rem) {
      .footer-1 .footer_text {
        font-size: 0.9375rem; } }

.btn, .box_content p a {
  border: 1px solid #C8C8C8;
  border-radius: 3.75rem;
  color: #EC6608;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "nimbussantblaext", system-ui, -apple-system, Arial, sans-serif;
  font-size: 0.75rem;
  height: 2.375rem;
  padding: 0.75rem 1.25rem;
  text-transform: uppercase; }
  @media (min-width: 48rem) {
    .btn, .box_content p a {
      font-size: 0.8125rem;
      height: 2.625rem;
      padding: 0.75rem 2rem; } }
  @media (min-width: 64rem) {
    .btn, .box_content p a {
      font-size: 0.95125rem; } }

.btn--primary {
  background-color: #FECF44;
  border-color: #FECF44; }

.btn--secondary, .box_content p a {
  background-color: #FECF44;
  border-color: #FECF44; }
  .btn--secondary:hover, .box_content p a:hover {
    background-color: white;
    border-color: #EC6608; }

.img_1 {
  height: 327px;
  width: 100%; }
  @media (min-width: 64rem) {
    .img_1 {
      height: 535px; } }
  @media (min-width: 112.5rem) {
    .img_1 {
      height: 640px; } }

.img_2 {
  height: 363px;
  width: 100%; }

.img_3 {
  height: 339px;
  width: 100%; }

.img_4 {
  height: 151.94px;
  width: 100%; }
  @media (min-width: 64rem) {
    .img_4 {
      height: 238px; } }

.img_5 {
  height: 212px;
  width: 100%; }
  @media (min-width: 64rem) {
    .img_5 {
      height: 419px; } }

.img_6 {
  height: 171px;
  width: 100%; }
  @media (min-width: 64rem) {
    .img_6 {
      height: 320px; } }

.img_fluid {
  height: 100%;
  width: 100%; }

.container_blocks__thumbnail {
  height: 100%;
  margin-right: -48px;
  margin-left: -48px;
  line-height: 0; }
  @media (min-width: 48rem) {
    .container_blocks__thumbnail {
      margin-right: 0;
      margin-left: 0; } }

.box_content {
  max-width: 32.4375rem; }
  .box_content h1, .box_content h2 {
    margin: 0.5rem 0 0.75rem; }
    @media (min-width: 64rem) {
      .box_content h1, .box_content h2 {
        margin: 0.75rem 0 1rem; } }
  .box_content p {
    max-width: 32.4375rem; }
  .box_content ul {
    padding: 0; }
  .box_content p a {
    margin-top: 1.5rem; }
    @media (min-width: 64rem) {
      .box_content p a {
        margin-top: 2rem; } }

.social_list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0; }
  .social_list .icon {
    height: 1.75rem;
    width: 1.75rem; }
  .social_list a:hover .icon {
    fill: #EC6608; }

}@media screen{@font-face{font-display:swap;font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{-ms-scroll-snap-type:none;scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgb(0 0 0 / .15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgb(0 0 0 / .5)),to(#fff0));background-image:linear-gradient(to left,rgb(0 0 0 / .5),#fff0)}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgb(0 0 0 / .5)),to(#fff0));background-image:linear-gradient(to right,rgb(0 0 0 / .5),#fff0)}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgb(0 0 0 / .5)),to(#fff0));background-image:linear-gradient(to top,rgb(0 0 0 / .5),#fff0)}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgb(0 0 0 / .5)),to(#fff0));background-image:linear-gradient(to bottom,rgb(0 0 0 / .5),#fff0)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:#fff0}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-webkit-transform-origin:center;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgb(0 0 0 / .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgb(0 0 0 / .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgb(0 0 0 / .5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;-ms-touch-action:none;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transition-property:opacity,height,-webkit-transform;transition-property:opacity,height,-webkit-transform;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.icon_allergens{height:1.6875rem;width:1.6875rem}@media (min-width:80rem){.icon_allergens{height:2rem;width:2rem}}.icon-lactose{fill:#4AC6D3}.icon-gluten{fill:#3BB059}.icon-crustaceo{fill:#F37F79}.icon-oleaginosas{fill:#A6722F}.icon-ovo{fill:#FED948}.icon-peixe{fill:#265DAB}.hero_1{background-color:#C8C8C8;height:45.375rem;overflow:hidden;padding-top:10rem;position:relative}@media (min-width:48rem){.hero_1{height:57.8125rem;padding-top:12.5rem}}@media (min-width:64rem){.hero_1{padding-top:21rem}}@media (min-width:112.5rem){.hero_1{height:67.5rem;padding-top:26.25rem}}.hero_1 .hero_content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.5rem;max-width:37.5rem;position:relative;z-index:10}@media (min-width:80rem){.hero_1 .hero_content{max-width:49.0625rem}}.hero_1 .body_1{margin-top:1rem}.hero_1 .btn{margin-top:2rem}.hero_1 .hero_thumbnail{-o-object-fit:cover;object-fit:cover;-o-object-position:-34rem 2rem;object-position:-34rem 2rem;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:110%;width:110%}@media (min-width:48rem){.hero_1 .hero_thumbnail{-o-object-position:center center;object-position:center center;height:100%;width:100%}}.hero_1 .hero_overlay{background-color:red;display:block;position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;background:-webkit-gradient(linear,left top,left bottom,from(rgb(0 0 0 / .8)),to(#fff0));background:linear-gradient(180deg,rgb(0 0 0 / .8) 0%,#fff0 100%);background-blend-mode:multiply}.tab-menu{margin-bottom:1.25rem}@media (min-width:48rem){.tab-menu{margin-bottom:2.5rem}}.tab-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.75rem;-ms-flex-wrap:nowrap;flex-wrap:nowrap;list-style:none;margin:0;padding:0 1.5rem .5rem 1.5rem;overflow:auto}@media (min-width:48rem){.tab-menu ul{padding:0 2.5rem .5rem 2.5rem}}@media (min-width:64rem){.tab-menu ul{gap:1rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}}.tab-menu ul .tab-link .btn{color:#C8C8C8}@media (min-width:64rem){.tab-menu ul .tab-link .btn{font-size:1.125rem}}.tab-menu ul .active-menu .btn{background-color:#EC6608;border-color:#EC6608;color:#fff}.food_menu__featured{padding:1.5rem 0 2.5rem}@media (min-width:48rem){.food_menu__featured{padding:3.5rem 0 4.5rem}}.food_menu__featured .btn_group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem}@media (min-width:48rem){.food_menu__featured .btn_group{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch}}.food_menu_grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}@media (min-width:48rem){.food_menu_grid{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.25rem;overflow:visible;padding:0;width:auto}}.card_food__featured{min-width:20.375rem;width:20.375rem}@media (min-width:48rem){.card_food__featured{min-width:auto}}@media (min-width:48rem){.card_food__featured:nth-child(1),.card_food__featured:nth-child(4){width:calc(60% - 20px)}}@media (min-width:48rem){.card_food__featured:nth-child(2),.card_food__featured:nth-child(3){width:calc(40% - 20px)}}.swiper_pagination__tabs{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:auto;padding-right:1.25rem;padding-left:1.25rem}@media (min-width:48rem){.swiper_pagination__tabs{padding-right:2.5rem;padding-left:2.5rem}}@media (min-width:64rem){.swiper_pagination__tabs{padding-right:0;padding-left:0}}@media (min-width:80rem){.swiper_pagination__tabs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.card_food__featured{background-color:#C8C8C8;border-radius:.625rem;overflow:hidden;height:9.625rem;position:relative}@media (min-width:48rem){.card_food__featured{height:21.1875rem}}.card_food__featured a{color:#fff}.card_food__featured a:after{background-color:#EC6608;content:'';display:block;-webkit-transition:ease-in-out all .45s;transition:ease-in-out all .45s;-webkit-transform:translateY(100%);transform:translateY(100%);position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.card_food__featured .card_food__content{max-width:14.6875rem;position:absolute;bottom:1rem;left:1rem;z-index:10}@media (min-width:64rem){.card_food__featured .card_food__content{bottom:1.5rem;left:2.5rem;max-width:31.25rem;padding-right:1rem}}.card_food__featured .card_food__content .icon{fill:#fff}.card_food__featured .card_food__content .heading_2{text-shadow:0 2px 2px rgb(0 0 0 / .1)}.card_food__featured .card_food__content p{font-family:"nimbussandlig",system-ui,-apple-system,Arial,sans-serif;font-style:normal;font-weight:400;font-size:.75rem;height:0;overflow:hidden;-webkit-transition:ease-in-out all .45s;transition:ease-in-out all .45s}@media (min-width:48rem){.card_food__featured .card_food__content p{font-size:1rem}}@media (min-width:64rem){.card_food__featured .card_food__content p{font-size:1.25rem}}.card_food__featured a:hover p{height:1.75rem}@media (min-width:64rem){.card_food__featured a:hover p{height:3rem}}.card_food__featured a:hover:after{-webkit-transform:translateY(0);transform:translateY(0)}.card_food__featured a:hover img{-webkit-filter:blur(10px);filter:blur(10px)}.card_food__featured .card_food__thumbnail{height:100%;-webkit-transition:ease-in-out all .45s;transition:ease-in-out all .45s;width:100%}.card_food__featured.card_food__featured--paninis a:after{background-color:#EC6608}.card_food__featured.card_food__featured--saladas a:after{background-color:#96AE23}.card_food__featured.card_food__featured--sucos a:after{background-color:#0095AD}.card_food__featured.card_food__featured--acai a:after{background-color:#814997}.card_food__featured.card_food__featured--sobremesas a:after{background-color:#43B5D1}.card_address .card_thumbnail{line-height:0}.card_address img{border-radius:.625rem .625rem 0 0}.card_address .card_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;background-color:#EC6608;border-radius:0 0 .625rem .625rem;padding:1rem}@media (min-width:48rem){.card_address .card_content{gap:1rem;padding:1.5rem 1.5rem 1.75rem}}.card_address h3{height:2.1875rem}@media (min-width:48rem){.card_address h3{height:3.4375rem}}.card_address a{color:#fff}.card_address p{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;font-family:"nimbussandblacon",system-ui,-apple-system,Arial,sans-serif;font-size:.8125rem;font-style:normal;font-weight:400;line-height:1;max-width:8.4375rem}@media (min-width:48rem){.card_address p{font-size:1rem;max-width:11.25rem}}.card_address .icon{fill:#fff}.card_address .icon-map-pin{margin:0 .25rem 0 0;min-width:.75rem;height:.75rem;width:.75rem}@media (min-width:48rem){.card_address .icon-map-pin{margin:0 .5rem 0 0;min-width:1rem;height:1rem;width:1rem}}.card_address .icon-plus-circle-outline{margin-left:auto;height:1.5rem;width:1.5rem}@media (min-width:48rem){.card_address .icon-plus-circle-outline{height:2rem;width:2rem}}.swiper-pagination{bottom:1.5rem!important}.swiper_pagination__progress .swiper-pagination-bullet{background-color:#fff;border-radius:1.25rem;opacity:1;overflow:hidden;position:relative;height:.5rem;width:.5rem}.swiper_pagination__progress .swiper-pagination-bullet-active{background-color:#fff;-webkit-transition:ease-in-out all .25s;transition:ease-in-out all .25s;width:4.5rem}.swiper_pagination__progress .swiper-pagination-bullet-active:before{background-color:#EC6608;-webkit-animation-name:swiperPagination;animation-name:swiperPagination;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-direction:alternate;animation-direction:alternate;content:'';display:block;height:100%;position:absolute;top:0;left:0}@-webkit-keyframes swiperPagination{0%{width:0}100%{width:100%}}@keyframes swiperPagination{0%{width:0}100%{width:100%}}.swiper_navigation{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;gap:1rem}.swiper_navigation__button{display:block;cursor:pointer}.swiper_navigation__button.swiper-button-disabled{pointer-events:none;opacity:.35}.swiper_navigation__button .icon{height:3rem;width:3rem}.swiper_navigation__button:hover .icon{fill:#EC6608}.swiper_pagination__tabs .swiper-pagination-bullet{background-color:#fff;border:1px solid #C8C8C8;border-radius:3.75rem;color:#C8C8C8;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:"nimbussantblaext",system-ui,-apple-system,Arial,sans-serif;font-size:.875rem;height:2.375rem;opacity:1;padding:.75rem 1.25rem;-webkit-transition:ease-in-out all .25s;transition:ease-in-out all .25s;text-transform:uppercase;width:auto}@media (min-width:48rem){.swiper_pagination__tabs .swiper-pagination-bullet{font-size:1rem;height:2.625rem;margin:0 0.5rem!important;padding:.75rem 2rem}}@media (min-width:64rem){.swiper_pagination__tabs .swiper-pagination-bullet{font-size:1.125rem}}.swiper_pagination__tabs .swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper_pagination__tabs .swiper-pagination-bullet:hover{background-color:#EC6608;color:#fff}body.modal--active{overflow:hidden}body.modal--active .modal_box{-webkit-transform:translateY(0);transform:translateY(0)}.modal{background:rgb(0 0 0 / .85);display:none;position:fixed;top:0;right:0;bottom:0;left:0;height:100%;width:100%;z-index:999999}@media (min-width:64rem){.modal_container{padding:2.5rem 0}}@media (min-width:80rem){.modal_container{padding:4rem 0}}.modal_box{background-color:#fff;height:100vh;overflow:auto;position:relative;-webkit-transform:translateY(100vh);transform:translateY(100vh);-webkit-transition:ease-in-out transform .45s;transition:ease-in-out transform .45s}@media (min-width:64rem){.modal_box{border-radius:.625rem;height:calc(100vh - 8rem);max-width:54.25rem;margin-right:auto;margin-left:auto}}@media (min-width:80rem){.modal_box{-webkit-transform:translateY(-100vh);transform:translateY(-100vh)}}@media (min-width:48rem){.modal_box .container{padding:4rem}}@media (min-width:64rem){.modal_box .container{padding:4rem 6rem}}.modal_header{margin-bottom:2.5rem}@media (min-width:64rem){.modal_header{margin-bottom:1.5rem}}@media (min-width:80rem){.modal_header h2{font-size:2rem}}.modal_btn__close{padding:1rem;position:absolute;top:0;right:0}@media (min-width:25.875rem){.modal_btn__close{padding:1.25rem}}@media (min-width:48rem){.modal_btn__close{top:.5rem;right:.5rem}}.modal_btn__close .icon{height:1.25rem;width:1.25rem}.modal_btn__close:hover .icon{fill:#EC6608}.modal_address .modal_btn__close .icon{fill:#fff}@media (min-width:64rem){.modal_address .modal_btn__close .icon{fill:#000}}.modal_address .modal_box{background-color:#FBBB21}@media (min-width:48rem){.modal_address .modal_box{padding:5rem}}@media (min-width:64rem){.modal_address .modal_box{padding:0}}@media (min-width:80rem){.modal_address .modal_box{max-width:66.875rem}}.modal_address .row{height:100%}.modal_address .col_img{padding:0;line-height:0}.modal_address .col_img img{height:19.6875rem;width:100%}@media (min-width:48rem){.modal_address .col_img img{height:100%}}.modal_address .col_content{padding:2rem}@media (min-width:48rem){.modal_address .col_content{padding:4rem 0 0}}@media (min-width:64rem){.modal_address .col_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 4rem 0}}.modal_address .col_content .vstack{gap:1rem}.modal_address h2{color:#fff;font-family:"nimbussantblaext",system-ui,-apple-system,Arial,sans-serif;font-size:2.5rem;font-style:normal;font-weight:400;line-height:2.44438rem;margin-bottom:2rem;text-transform:uppercase;-webkit-text-fill-color:#fff;-webkit-text-stroke-width:1.3px;-webkit-text-stroke-color:#EB6209;text-shadow:4px 6px 0 #EB6209,-1px -1px 0 #EB6209,1px -1px 0 #EB6209,-1px 1px 0 #EB6209,1px 1px 0 #EB6209}@media (min-width:80rem){.modal_address h2{font-size:3.88937rem;line-height:3.80288rem;margin-bottom:3rem}}.modal_address p{color:#E94E0F;font-family:"nimbussandblacon",system-ui,-apple-system,Arial,sans-serif;font-size:1.375rem;font-style:normal;font-weight:400;line-height:1.60875rem}@media (min-width:80rem){.modal_address p{font-size:1.68437rem;line-height:1.9705rem}}.modal_address .icon{fill:#E94E0F;height:1.25rem;margin:.5rem .75rem auto 0;min-width:1.25rem;width:1.25rem}.modal_address .icon.icon-map-pin{-webkit-transform:scale(1.1);transform:scale(1.1)}.img_moedas{background:#fff0;display:block;position:absolute;bottom:0;left:0;height:150%;width:100%;z-index:10}.about_taj .box_content{max-width:38.125rem}@media (min-width:80rem){.about_taj .box_content{padding-left:3rem}}@media (min-width:112.5rem){.about_taj .box_content{padding-left:4rem}}.adresses .container{padding:0}.adresses .col_content{padding-right:1.5rem;padding-left:1.5rem}@media (min-width:25.875rem){.adresses .col_content{padding-right:2rem;padding-left:2rem}}.adresses .col_thumbnail{padding-left:1.5rem;padding-right:0}@media (min-width:25.875rem){.adresses .col_thumbnail{padding-left:2rem}}.adresses h2{color:#EC6608}.adresses .swiper_adresses{padding-right:.75rem}@media (min-width:48rem){.adresses .swiper_adresses{padding-right:1.25rem}}@media (min-width:90rem){.adresses .swiper_adresses{padding-right:2.75rem}}@media (min-width:112.5rem){.adresses .swiper_adresses{padding-right:8.75rem}}.adresses .swiper_adresses .swiper-slide{margin-right:.75rem;width:12.48875rem}@media (min-width:48rem){.adresses .swiper_adresses .swiper-slide{margin-right:1.25rem;width:19.5625rem}}}