@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{.dtfh-floatingparent.dtfh-floatingparenthead{top:78px!important}@media (min-width:48rem){.dtfh-floatingparent.dtfh-floatingparenthead{top:90px!important}}.table{border-bottom:none!important}.table thead{background-color:#0095AD;color:#fff;font-family:"nimbussandcon",system-ui,-apple-system,Arial,sans-serif;font-size:.9375rem;text-transform:uppercase}.table tbody{font-family:"nimbussandlig",system-ui,-apple-system,Arial,sans-serif;font-size:.875rem}.table tbody tr{background:white!important}.table tbody td{background:white!important;-webkit-box-shadow:none!important;box-shadow:none!important;position:relative}.table tbody td .dtr-title{font-family:"nimbussantext",system-ui,-apple-system,Arial,sans-serif;font-size:.875rem}.table tbody td ul{padding-bottom:0.75rem!important}.table tbody td ul br{display:none}.table tbody td ul .text{margin-top:.5rem;width:auto;white-space:wrap}.table tbody td.name span{display:block;font-family:"nimbussantblaext",system-ui,-apple-system,Arial,sans-serif;margin-bottom:.5rem;text-transform:uppercase;width:6.25rem;white-space:wrap}.table tbody .text{display:block;width:7.8125rem;white-space:wrap}@media (min-width:90rem){.table tbody .text{width:9.375rem}}.table tbody .text.text--allergens{width:5rem}@media (min-width:90rem){.table tbody .text.text--allergens{width:6.25rem}}div.dataTables_wrapper{padding-top:4.5rem;position:relative}@media (min-width:48rem){div.dataTables_wrapper{margin-top:-3.5rem}}@media (min-width:80rem){div.dataTables_wrapper{padding-top:5rem}}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{display:none!important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:after,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:after{background-color:#fff;border:1px solid #0095AD;border-radius:1em;content:"+"!important;color:#0095AD!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:Arial,Helvetica,sans-serif;font-size:1.25rem;text-indent:0!important;height:1.25rem;width:1.25rem}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:after,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:after{content:"-"!important;color:#EC6608!important;border-color:#EC6608}div.dt-button-collection{max-width:25.875rem;left:50%!important;-webkit-transform:translateX(-50%)!important;transform:translateX(-50%)!important}div.dt-buttons{position:absolute!important;top:.5rem;right:1.5rem}@media (min-width:48rem){div.dt-buttons{top:0;right:18.75rem}}@media (min-width:85rem){div.dt-buttons{right:20rem}}div.dt-buttons>.dt-button{background-color:#EC6608!important;border:none!important;border-radius:6.25rem!important;font-family:"nimbussandblacon",system-ui,-apple-system,Arial,sans-serif;font-size:0.8125rem!important;padding:0!important;position:relative;height:2.625rem;width:2.625rem;-webkit-transition:ease-in-out all .25s;transition:ease-in-out all .25s;text-transform:uppercase}@media (min-width:80rem){div.dt-buttons>.dt-button{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:8.75rem}}div.dt-buttons>.dt-button:hover{background-color:#FECF44!important;color:#EC6608!important}div.dt-buttons>.dt-button:hover .text{color:#EC6608}div.dt-buttons>.dt-button:hover .icon{fill:#EC6608}div.dt-buttons>.dt-button .icon{fill:#fff;margin-top:.5rem}@media (min-width:80rem){div.dt-buttons>.dt-button .icon{margin-top:0;margin-left:1.5rem;margin-right:.25rem;position:relative;top:.1875rem}}div.dt-buttons>.dt-button .text{color:#fff;display:none;font-family:"nimbussandlig",system-ui,-apple-system,Arial,sans-serif;-webkit-transition:ease-in-out all .25s;transition:ease-in-out all .25s}@media (min-width:80rem){div.dt-buttons>.dt-button .text{display:inline-block}}div.dt-buttons>.dt-button .count{background-color:#fff;border-radius:6.25rem;color:#EC6608;display:block;font-size:.625rem;line-height:1;position:absolute;top:8px;right:8px;height:.625rem;width:.625rem}@media (min-width:80rem){div.dt-buttons>.dt-button .count{font-size:.75rem;line-height:1.5;top:.75rem;right:1rem;height:1.125rem;width:1.125rem}}.dataTables_filter{position:absolute;top:0;left:1.5rem}@media (min-width:48rem){.dataTables_filter{left:auto;right:3rem}}@media (min-width:85rem){.dataTables_filter{left:auto;right:4rem}}.dataTables_filter input[type=search]{background:url(/wp-content/themes/take-a-juice/source/img/icon/icon-search.svg) no-repeat 10px 9px!important;background-color:#D9D9D9!important;border:none!important;border-radius:6.25rem!important;font-family:"nimbussandlig",system-ui,-apple-system,Arial,sans-serif;height:2.625rem;padding-left:2.5rem!important;width:15rem}div.dt-button-background{z-index:999999!important}div.dt-button-collection{height:100%!important;margin-top:0!important;position:fixed!important;top:0!important;z-index:9999999!important}@media (min-width:48rem){div.dt-button-collection{height:auto!important;top:5rem!important}}div.dtsp-panesContainer div.dtsp-title{display:none!important}div.dtb-popover-close{top:1rem!important;right:1rem!important}div.dtsp-panesContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}div.dtsp-searchPane div.dataTables_wrapper{border:none!important}div.dtsp-searchPane div.dtsp-topRow div.dtsp-searchCont input.dtsp-search{color:#EC6608!important;font-family:"nimbussantblaext",system-ui,-apple-system,Arial,sans-serif;text-transform:uppercase;font-size:2rem;padding:0!important;text-align:center}div.dt-button-collection.dtb-collection-closeable div.dtsp-titleRow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0!important}div.dtsp-panesContainer button.dtsp-clearAll{color:#EC6608!important;font-family:"nimbussandlig",system-ui,-apple-system,Arial,sans-serif!important;opacity:1!important}div.dtsp-panesContainer button.dtsp-disabledButton{color:#666666!important;font-family:"nimbussandlig",system-ui,-apple-system,Arial,sans-serif!important;opacity:.45!important}div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody{overflow:visible!important;height:auto!important;max-height:none!important;margin-bottom:1.25rem!important}.dtsp-panesContainer span.dtsp-name{border:1px solid #C8C8C8;border-radius:3.75rem;cursor:pointer;color:#C8C8C8;cursor:pointer!important;display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-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:1.25rem;height:2.375rem;padding:.75rem 1.25rem!important;text-transform:uppercase;max-width:18rem;margin:0 auto;-webkit-transition:ease-in-out all .25s;transition:ease-in-out all .25s}.dtsp-panesContainer span.dtsp-name:hover{background-color:#EC6608!important;color:white!important}.dtsp-panesContainer table.dataTable tbody tr.selected>*{-webkit-box-shadow:none!important;box-shadow:none!important}.dtsp-panesContainer table.dataTable tbody tr.selected span.dtsp-name{background-color:#EC6608!important;color:white!important}.container .heading_2{margin-bottom:1rem}@media (min-width:48rem){.container .heading_2{max-width:25rem}}@media (min-width:80rem){.container .heading_2{max-width:none;margin-bottom:.75rem}}}