@charset "UTF-8";
.row {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 1rem;
}
@media screen and (max-width: 640px) {
  .row {
    padding: 0 0;
  }
}
.row.reverse {
  flex-direction: row-reverse;
}
.row.natural-height {
  align-items: flex-start;
}
.row.flex-column {
  flex-direction: column;
}
.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 0 1rem;
}
.col.reverse {
  flex-direction: column-reverse;
}
.first {
  order: -1;
}
.last {
  order: 1;
}
.align-start {
  align-self: flex-start;
}
.align-end {
  align-self: flex-end;
}
.align-center {
  align-self: center;
}
.align-baseline {
  align-self: baseline;
}
.align-stretch {
  align-self: stretch;
}
.col-xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 0 1rem;
}
.col-xs-1 {
  box-sizing: border-box;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 0 1rem;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 0 1rem;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 1rem;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 1rem;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 0 1rem;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 1rem;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 0 1rem;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 0 1rem;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 0 1rem;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-10 {
  box-sizing: border-box;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 0 1rem;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-11 {
  box-sizing: border-box;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 0 1rem;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 1rem;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.row.start-xs {
  justify-content: flex-start;
}
.row.center-xs {
  justify-content: center;
}
.row.end-xs {
  justify-content: flex-end;
}
.row.top-xs {
  align-items: flex-start;
}
.row.middle-xs {
  align-items: center;
}
.row.bottom-xs {
  align-items: flex-end;
}
.row.around-xs {
  justify-content: space-around;
}
.row.between-xs {
  justify-content: space-between;
}
.first-xs {
  order: -1;
}
.last-xs {
  order: 1;
}
@media only screen and (min-width: 641px) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 1rem;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 1rem;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 1rem;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 1rem;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 1rem;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 1rem;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 1rem;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 1rem;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 1rem;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 1rem;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 1rem;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .row.start-sm {
    justify-content: flex-start;
  }
  .row.center-sm {
    justify-content: center;
  }
  .row.end-sm {
    justify-content: flex-end;
  }
  .row.top-sm {
    align-items: flex-start;
  }
  .row.middle-sm {
    align-items: center;
  }
  .row.bottom-sm {
    align-items: flex-end;
  }
  .row.around-sm {
    justify-content: space-around;
  }
  .row.between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 801px) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-md-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 1rem;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 1rem;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 1rem;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 1rem;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 1rem;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 1rem;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 1rem;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 1rem;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 1rem;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 1rem;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 1rem;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .row.start-md {
    justify-content: flex-start;
  }
  .row.center-md {
    justify-content: center;
  }
  .row.end-md {
    justify-content: flex-end;
  }
  .row.top-md {
    align-items: flex-start;
  }
  .row.middle-md {
    align-items: center;
  }
  .row.bottom-md {
    align-items: flex-end;
  }
  .row.around-md {
    justify-content: space-around;
  }
  .row.between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 1rem;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 1rem;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 1rem;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 1rem;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 1rem;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 1rem;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 1rem;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 1rem;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 1rem;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 1rem;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 1rem;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .row.start-lg {
    justify-content: flex-start;
  }
  .row.center-lg {
    justify-content: center;
  }
  .row.end-lg {
    justify-content: flex-end;
  }
  .row.top-lg {
    align-items: flex-start;
  }
  .row.middle-lg {
    align-items: center;
  }
  .row.bottom-lg {
    align-items: flex-end;
  }
  .row.around-lg {
    justify-content: space-around;
  }
  .row.between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 1241px) {
  .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 1rem;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 1rem;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 1rem;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 1rem;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 1rem;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 1rem;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 1rem;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 1rem;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 1rem;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 1rem;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 1rem;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .row.start-xl {
    justify-content: flex-start;
  }
  .row.center-xl {
    justify-content: center;
  }
  .row.end-xl {
    justify-content: flex-end;
  }
  .row.top-xl {
    align-items: flex-start;
  }
  .row.middle-xl {
    align-items: center;
  }
  .row.bottom-xl {
    align-items: flex-end;
  }
  .row.around-xl {
    justify-content: space-around;
  }
  .row.between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
.col-gutter-lr {
  padding: 0 1rem;
}
.col-no-gutter {
  padding: 0;
}
.show {
  display: block !important;
}
.row.show {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.hide {
  display: none !important;
}
.show-xs {
  display: block !important;
}
.row.show-xs {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.hide-xs {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .show-xs-only {
    display: block !important;
  }
  .row.show-xs-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 641px) {
  .show-sm {
    display: block !important;
  }
  .row.show-sm {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 800px) {
  .show-sm-only {
    display: block !important;
  }
  .row.show-sm-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 801px) {
  .show-md {
    display: block !important;
  }
  .row.show-md {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
  .show-md-only {
    display: block !important;
  }
  .row.show-md-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .show-lg {
    display: block !important;
  }
  .row.show-lg {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1240px) {
  .show-lg-only {
    display: block !important;
  }
  .row.show-lg-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1241px) {
  .show-xl {
    display: block !important;
  }
  .row.show-xl {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xl {
    display: none !important;
  }
}
.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone, img.alignnone {
  /* not sure about this one */
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
@media screen and (max-width: 1024px) {
  .alignright, .alignleft {
    float: none;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 642px) {
  .alignright, .alignleft {
    float: none;
    width: 100%;
    height: auto;
  }
}
:root {
  --primary:234,4,4;
  --secondary:0,199,196;
  --tertiary:163,184,189;
  --quartenary:163,184,189;
  --accent:0,199,196;
  --light:234,237,238;
  --dark:101,110,110;
  --white:255,255,255;
  --black:10,10,10;
  --primary-font:"Libre Franklin", sans-serif;
  --secondary-font:"Prata", serif;
  --general-spacing:2.222rem;
  --horizontal-spacing:3.111rem;
  --vertical-spacing:5.556rem;
}
:root {
  --anm-trn-sp:1s;
  --anm-trn-tf:ease;
  --anm-trn-dly:.2s;
  --anm-trn-seq-dly:0.2s;
  --anm-trn-lst-dly:0.1s;
}
:root {
  --anm-trn-sp:1s;
  --anm-trn-tf:ease;
  --anm-trn-dly:.2s;
  --anm-trn-seq-dly:0.2s;
  --anm-trn-lst-dly:0.1s;
  --g-trn-sp:.3s;
  --g-trn-tf:ease;
}
[data-parallax-item] {
  transition: all 0.35s ease-out;
}
@media screen and (min-width: 1025px) {
  .anm_fl, .anm_hlf-l, .anm_hlf-r, .anm_seq-itm > *, .anm_seq-lst > li, .anm_seq-itm-sp > * {
    opacity: 0;
    transition: opacity var(--anm-trn-sp) var(--anm-trn-tf) var(--anm-trn-dly), transform var(--anm-trn-sp) var(--anm-trn-tf) var(--anm-trn-dly);
  }
  .anm_seq-itm > * {
    transform: translateY(2rem);
  }
  .anm_hlf-l, .anm_seq-itm-sp > * {
    transform: translateX(-2rem);
  }
  .anm_hlf-r, .anm_seq-lst > li {
    transform: translateX(2rem);
  }
  .show-20 .anm_fl, .show-20 .anm_hlf-l, .show-20 .anm_hlf-r, .show-20 .anm_seq-itm > *, .show-20 .anm_seq-itm-sp > *, .show-20 .anm_seq-lst > li {
    opacity: 1;
    transform: none;
  }
  .anm_hlf-r {
    transition-delay: calc(var(--anm-trn-dly) + var(--anm-trn-seq-dly));
  }
  [class*="anm_seq-itm"] > *:first-child {
    transition-delay: calc(var(--anm-trn-dly) + var(--anm-trn-seq-dly));
  }
  [class*="anm_seq-itm"] > *:nth-child(2) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-seq-dly) * 2));
  }
  [class*="anm_seq-itm"] > *:nth-child(3) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-seq-dly) * 3));
  }
  [class*="anm_seq-itm"] > *:nth-child(4) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-seq-dly) * 4));
  }
  [class*="anm_seq-itm"] > *:nth-child(5) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-seq-dly) * 5));
  }
  .anm_seq-lst > li:first-child {
    transition-delay: calc(var(--anm-trn-dly) + var(--anm-trn-lst-dly));
  }
  .anm_seq-lst > li:nth-child(2) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 2));
  }
  .anm_seq-lst > li:nth-child(3) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 3));
  }
  .anm_seq-lst > li:nth-child(4) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 4));
  }
  .anm_seq-lst > li:nth-child(5) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 5));
  }
  .anm_seq-lst > li:nth-child(6) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 6));
  }
  .anm_seq-lst > li:nth-child(7) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 7));
  }
  .anm_seq-lst > li:nth-child(8) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 8));
  }
  .anm_seq-lst > li:nth-child(9) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 9));
  }
  .anm_seq-lst > li:nth-child(10) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 10));
  }
  .anm_seq-lst > li:nth-child(11) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 11));
  }
  .anm_seq-lst > li:nth-child(12) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 12));
  }
  .anm_seq-lst > li:nth-child(13) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 13));
  }
  .anm_seq-lst > li:nth-child(14) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 14));
  }
  .anm_seq-lst > li:nth-child(15) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 15));
  }
  .anm_seq-lst > li:nth-child(16) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 16));
  }
  .anm_seq-lst > li:nth-child(17) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 17));
  }
  .anm_seq-lst > li:nth-child(18) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 18));
  }
  .anm_seq-lst > li:nth-child(19) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 19));
  }
  .anm_seq-lst > li:nth-child(20) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 20));
  }
  .anm_seq-lst > li:nth-child(21) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 21));
  }
  .anm_seq-lst > li:nth-child(22) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 22));
  }
  .anm_seq-lst > li:nth-child(23) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 23));
  }
  .anm_seq-lst > li:nth-child(24) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 24));
  }
  .anm_seq-lst > li:nth-child(25) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 25));
  }
  .anm_seq-lst > li:nth-child(26) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 26));
  }
  .anm_seq-lst > li:nth-child(27) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 27));
  }
  .anm_seq-lst > li:nth-child(28) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 28));
  }
  .anm_seq-lst > li:nth-child(29) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 29));
  }
  .anm_seq-lst > li:nth-child(30) {
    transition-delay: calc(var(--anm-trn-dly) + (var(--anm-trn-lst-dly) * 30));
  }
}
* {
  font-family: "Libre Franklin", sans-serif;
  color: #000;
  box-sizing: border-box;
  font-weight: 400;
}
*:after, *:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-size: 0.9375vw;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  position: relative;
}
body {
  line-height: 1.65;
}
@media screen and (min-width: 1921px) {
  html {
    font-size: calc(18px + (22 - 18) * ((100vw - 1921px) / (3840 - 1921)));
  }
  body {
    max-width: 106.666em;
    margin: 0 auto;
    line-height: 1.65;
  }
  body > main {
    overflow: hidden;
  }
  .masthead {
    max-width: 106.666em;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 1.0408vw;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 1.24875vw;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 1.7vw;
  }
  [data-role="container"] [data-role="item"].fifth, [data-role="container"] [data-role="item"].sixth {
    width: 25%;
  }
  .two-col > .main > .content h1:after {
    width: 55vw;
  }
  .sub-bottom h2.look-like-h1:after {
    width: 75vw;
  }
  .two-col aside {
    width: 38.633%;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 2.123vw;
  }
  [data-role="container"] [data-role="item"].fourth, [data-role="container"] [data-role="item"].fifth, [data-role="container"] [data-role="item"].sixth {
    width: 33.333%;
  }
  [data-role="container"] [data-role="item"].third {
    width: 50%;
  }
  aside {
    margin-top: 2em;
  }
  main section, .sub-zone, .side-nav, footer section {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .two-col > .flex {
    justify-content: center;
  }
  .spaced > .two-thirds {
    max-width: none;
  }
  .two-col .main > article {
    width: 100%;
    padding-right: 0;
  }
  .two-col aside {
    width: 68%;
    max-width: none !important;
  }
  table.ccpa-data, table.ccpa-data tr, table.ccpa-data td, table.ccpa-data tbody {
    display: block;
    border: none;
    width: auto;
  }
  table.ccpa-data thead {
    display: none;
  }
  table.ccpa-data tbody td:nth-last-of-type(-n + 3)::before {
    font-weight: 700;
  }
  table.ccpa-data tbody td:nth-last-of-type(-n + 3) p {
    margin: 0;
    display: inline-block;
  }
  table.ccpa-data tbody td:nth-last-of-type(3)::before {
    content: "Do we collect? ";
  }
  table.ccpa-data tbody td:nth-last-of-type(2)::before {
    content: "Do we or may we sell? ";
  }
  table.ccpa-data tbody td:last-of-type::before {
    content: "Categories of Third Parties to Whom We May Disclose or Sell this Information ";
  }
}
@media screen and (max-width: 650px) {
  html {
    font-size: 2.47vw;
  }
  .two-col > .main > .content h1:after, .sub-bottom h2.look-like-h1:after {
    display: none;
  }
  .two-col > .main > .content h1, .sub-bottom h2.look-like-h1 {
    padding-right: 0;
  }
  .content .image-style-side {
    float: none;
    margin-left: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 650px) and (max-width: 550px) {
  html {
    font-size: 3.7143vw;
    overflow-x: hidden;
  }
  main {
    overflow-x: hidden;
  }
  [data-role="container"] [data-role="item"].fourth, [data-role="container"] [data-role="item"].fifth, [data-role="container"] [data-role="item"].sixth {
    width: 50%;
  }
  [data-role="container"] [data-role="item"].half, [data-role="container"] [data-role="item"].third {
    width: 100%;
  }
  main section, .sub-zone, .side-nav, footer section {
    padding-bottom: 3em;
    padding-top: 3em;
    padding-left: 4%;
    padding-right: 4%;
  }
  h1, header h2, .look-like-h1 {
    font-size: 1.944rem;
  }
  h2, header h3 {
    font-size: 1.456rem;
  }
  header h2:before {
    width: 5.833rem;
    height: 2.667rem;
  }
  header h2:after {
    width: 5.444rem;
    height: 2.056rem;
  }
  .sub-bottom h2.look-like-h1 {
    font-size: 1.55rem;
  }
  .content ul.flex.spaced li {
    width: 100%;
    max-width: none;
  }
  .two-col aside {
    width: 100%;
  }
}
body {
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
main {
  min-height: calc(100vh - 337px);
}
@media screen and (max-width: 1024px) {
  main {
    margin-top: 83px;
  }
}
html.no-scrolling, html.no-scrolling body {
  max-height: 100%;
  overflow: hidden;
}
.background-dark {
  background-color: #eaedee;
}
@media (min-width: 1025px) {
  .background-dark:before {
    content: "";
    width: 40%;
    height: 100%;
    background-color: rgb(var(--black));
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.background-light {
  background-color: #eaedee;
}
.background-white {
  background-color: #ffffff;
}
.bg-light, .background-light {
  background: #eaedee;
}
html h1, html h2, html h3, html h4, html h5, html header > strong, html header > a > strong {
  margin: 0;
  line-height: 1;
  display: block;
  font-weight: 400;
}
html .light h1, html .light h2, html .light h3, html .light h4, html .light h5 {
  color: #fff;
}
html h1, html .h1 {
  font-size: 2.778rem;
  line-height: 1.1;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  html h1, html .h1 {
    font-size: 2rem;
  }
}
html h1, html .look-like-h1-custom {
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  html h1, html .look-like-h1-custom {
    font-size: 1.8rem;
  }
}
html header h2 {
  text-align: center;
}
html aside h1, html aside header h2, html header > strong, html header > a > strong {
  font-size: 1.556rem;
}
@media screen and (max-width: 640px) {
  html aside h1, html aside header h2, html header > strong, html header > a > strong {
    font-size: 1.4rem;
  }
}
html h2, html h3, html h4, html h5, html header > strong {
  margin: 1.222rem 0;
}
html h2, html .h2 {
  font-size: 1.667rem;
  line-height: 1.214;
  font-weight: 300;
  margin-top: 0 !important;
}
@media screen and (max-width: 640px) {
  html h2, html .h2 {
    font-size: 1.5rem;
  }
}
html h2.h2-large, html .h2.h2-large {
  font-size: 2.2rem;
  font-weight: 900;
}
@media (max-width: 550px) {
  html h2.h2-large, html .h2.h2-large {
    font-size: 1.944rem;
    line-height: 1.1;
  }
}
html h2 strong, html header h3 strong, html .look-like-h2 strong {
  font-weight: 900;
}
html h3, html .h3 {
  font-size: 1.333rem;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  html h3, html .h3 {
    font-size: 1.2rem;
  }
}
html h4, html .h4 {
  font-size: 1.222rem;
}
@media screen and (max-width: 640px) {
  html h4, html .h4 {
    font-size: 1.1rem;
  }
}
html h5, html .h5 {
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  html h5, html .h5 {
    font-size: 0.9rem;
  }
}
html h6, html .h6 {
  font-size: 1rem;
  line-height: 1.5em;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
  color: #000;
}
html p, html .text, html .text p {
  line-height: 1.65;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0px;
}
html p:last-of-type, html .text:last-of-type {
  margin-bottom: 0;
}
html p:last-of-type + figure, html .text:last-of-type + figure {
  margin-top: 20px;
}
html p.text--large, html div.text--large, html .text--large p {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  html p.text--large, html div.text--large, html .text--large p {
    font-size: 18px;
  }
}
html p:empty {
  margin: 0 !important;
}
a, a > span {
  color: #ea0404;
}
.text--center {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mobile-text--left {
    text-align: left;
  }
}
hr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.title-font {
  font-family: "Prata", serif;
}
.text-font {
  font-family: "Libre Franklin", sans-serif;
}
.text--primary {
  color: #ea0404;
}
.text--white {
  color: white !important;
}
.text--white * {
  color: white;
}
.text--bold {
  font-weight: 700;
}
.text--semi-bold {
  font-weight: 600;
}
.text--light {
  font-weight: 300;
}
.text--small {
  font-size: 14px;
}
.text--uppercase {
  text-transform: uppercase;
}
.border--left {
  border-left: 5px solid #ea0404;
  padding-left: 30px;
}
blockquote {
  font-size: 1.222rem;
  border-left: 0.722rem solid rgb(var(--primary));
  padding: 0.833em 0.5em 0.833em 1.611em;
  margin-left: 0;
  font-style: normal;
}
blockquote strong, blockquote b, blockquote * {
  font-weight: 900 !important;
}
@media (max-width: 640px) {
  blockquote {
    margin-right: 0;
  }
}
blockquote a strong, p a strong {
  cursor: default;
  display: inline;
  color: rgb(var(--secondary));
  position: relative;
  font-weight: 900 !important;
}
blockquote a strong:after, p a strong:after {
  content: "";
  background-color: #00c7c4;
  width: 100%;
  height: 3px;
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  transform: scale(0);
  transform-origin: left;
  transition: transform 0.5s ease 0s;
}
blockquote a strong:hover, p a strong:hover {
  cursor: pointer;
}
blockquote a strong:hover:after, p a strong:hover:after {
  transform: scale(1);
}
.rel {
  position: relative;
}
.z10 {
  z-index: 10;
}
.row--full, .full-width-row {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.row--full [class^="col"], .full-width-row [class^="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row.row--no-gutters {
  padding-left: 0;
  padding-right: 0;
}
.row.row--no-gutters > [class^="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row--standard, .max--1240 {
  max-width: 77.222rem;
}
.max--1024 {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .max--1024 {
    max-width: 700px;
  }
}
.max--700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.bg-white {
  padding-top: 80px;
}
@media screen and (max-width: 640px) {
  .bg-white {
    padding-top: 40px;
  }
}
.bg-grid {
  padding-top: 2rem;
}
.bg-color {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .bg-color {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bg-color + .bg-color {
  margin-top: 0px;
}
.bg-color + .footer {
  margin-top: 0;
}
.bg-color + .bg-color.bg-grid {
  padding-top: 0;
}
main > section:first-of-type {
  margin-top: 0;
}
.flex--center {
  display: flex;
  align-items: center;
}
.m-t-10 {
  margin-top: 10px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.m-r-40 {
  margin-right: 40px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.m-t-45 {
  margin-top: 45px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.m-b-45 {
  margin-bottom: 45px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.m-l-45 {
  margin-left: 45px !important;
}
.p-l-45 {
  padding-left: 45px !important;
}
.m-r-45 {
  margin-right: 45px !important;
}
.p-r-45 {
  padding-right: 45px !important;
}
.m-t-60 {
  margin-top: 60px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.m-b-60 {
  margin-bottom: 60px !important;
}
.p-b-60 {
  padding-bottom: 60px !important;
}
.m-l-60 {
  margin-left: 60px !important;
}
.p-l-60 {
  padding-left: 60px !important;
}
.m-r-60 {
  margin-right: 60px !important;
}
.p-r-60 {
  padding-right: 60px !important;
}
.m-t-80 {
  margin-top: 80px !important;
}
.p-t-80 {
  padding-top: 80px !important;
}
.m-b-80 {
  margin-bottom: 80px !important;
}
.p-b-80 {
  padding-bottom: 80px !important;
}
.m-l-80 {
  margin-left: 80px !important;
}
.p-l-80 {
  padding-left: 80px !important;
}
.m-r-80 {
  margin-right: 80px !important;
}
.p-r-80 {
  padding-right: 80px !important;
}
.gform-field-label a {
  color: #00c7c4;
  transition: transform 0.5s ease 0s;
}
.gform-field-label a:hover {
  opacity: 0.8;
}
.paragraph a, p a {
  color: #00c7c4;
  text-decoration: none;
  position: relative;
}
.paragraph a.button, p a.button {
  color: #fff;
}
.paragraph a:after, p a:after {
  content: "";
  background-color: #00c7c4;
  width: 100%;
  height: 3px;
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  transform: scale(0);
  transform-origin: left;
  transition: transform 0.5s ease 0s;
}
.paragraph a:hover:after, p a:hover:after {
  transform: scale(1);
}
.link {
  text-decoration: none;
  color: #ea0404;
  font-size: 16px;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 600;
  border: none;
  background: none;
  position: relative;
  padding-right: 30px;
  display: inline-block;
  line-height: 1.2em;
}
.link:after {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  right: 4px;
  top: 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23d41e1e' d='M264.6 70.63l176 168c4.75 4.531 7.438 10.81 7.438 17.38s-2.688 12.84-7.438 17.38l-176 168c-9.594 9.125-24.78 8.781-33.94-.8125c-9.156-9.5-8.812-24.75 .8125-33.94l132.7-126.6H24.01c-13.25 0-24.01-10.76-24.01-24.01s10.76-23.99 24.01-23.99h340.1l-132.7-126.6C221.8 96.23 221.5 80.98 230.6 71.45C239.8 61.85 254.1 61.51 264.6 70.63z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.button:after, .button:before {
  display: none !important;
}
.button, input[type="submit"], .nav-button a {
  outline: none;
  cursor: pointer;
  position: relative;
  border-radius: 0;
  line-height: 1;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 1rem;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 900;
  text-align: center;
  background-color: #00c7c4;
  transition-delay: 0s !important;
  color: #fff;
  padding: 1.222em 1.056em;
  transition: 0.6s ease;
  text-transform: uppercase;
  letter-spacing: 0.068em;
  text-shadow: 0px 3px 2px rgba(2, 63, 65, 0.7);
  background-image: linear-gradient(to right, #00c4c2, #03a49f, #EA0404, #EA0404);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.45);
  background-size: 400% 100%;
  background-position: 0 0;
  min-width: 180px;
  text-decoration: none !important;
}
.button:hover, .button:focus, .button.active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"].active, .nav-button a:hover, .nav-button a:focus, .nav-button a.active {
  color: #fff;
  background-position: 100% 100% !important;
}
.post-card .link::after {
  transition: 0.25s ease-out;
}
.post-card *:hover {
  text-decoration: none;
}
.post-card *:hover .link::after {
  transform: translateX(7px);
}
main .callout {
  position: relative;
  margin: 3em 0;
}
main .callout a {
  display: inline-block;
}
main .callout.v1 {
  flex-wrap: nowrap;
  position: relative;
  margin-top: 3rem;
  background-color: rgb(var(--black));
  padding-top: 1.611em;
  padding-left: 16.422em;
}
@media (max-width: 1024px) {
  main .callout.v1 {
    width: calc(100% - 30px);
  }
}
main .callout.v1 > * {
  flex: 0 0 auto;
}
main .callout.v1 figure {
  flex: 0 0 auto;
}
main .callout.v1 .van {
  position: absolute;
  left: -6.1em;
  top: 1.3em;
  width: 52%;
}
@media (max-width: 1600px) {
  main .callout.v1 .van {
    width: 46%;
  }
}
main .callout.v1 .stop {
  position: absolute;
  right: -2.5em;
  top: 50%;
  transform: translateY(-50%);
}
main .callout.v1 .blk {
  position: relative;
  top: 0.9em;
}
main .callout.v1 .blk * {
  color: #fff;
}
main .callout.v1 .blk strong {
  display: block;
  font-size: 2.111rem;
  line-height: 1.1;
  font-weight: 900;
}
main .callout.v1 .blk span {
  font-size: 0.944rem;
  font-weight: 500;
  display: block;
  margin-top: 0.711rem;
}
main .callout.v1 .blk .btn {
  margin-top: 1.244rem;
  padding: 0.833em 1.111em;
  box-shadow: 0px 0px 28px 3px rgba(0, 0, 0, 0.75);
}
main .callout.v3 {
  padding-left: 5.667rem;
  margin-top: 2.267rem;
}
main .slider-testimonials .callout.v3 {
  padding-left: 5.667rem;
}
main .callout.v3 span {
  font-size: 1.222em;
  font-weight: 900;
}
main .callout.v3 span a {
  font-size: 1.333rem;
  text-decoration: none;
  color: rgb(var(--secondary));
  font-weight: 900;
}
main .callout.v3 img {
  position: absolute;
  left: -2em;
  top: 50%;
  transform: translateY(-50%);
  width: 16%;
}
main .callout.v3 {
  background: #000;
  padding: 1em 1.389em;
}
main .callout.v3 strong, main .callout.v3 span, main .callout.v3 p {
  color: #fff;
}
main .paragraph ul, main .image-content ul, main .cards ul, main .content ul, main .accordion ul, main .blog ul {
  margin: 10px 0 20px 0;
  padding-left: 0;
  list-style: none;
}
main .paragraph ul li, main .image-content ul li, main .cards ul li, main .content ul li, main .accordion ul li, main .blog ul li {
  padding: 0px 0 0px 1.5rem;
  line-height: 1.5em;
  font-family: "Libre Franklin", sans-serif;
  position: relative;
  margin-bottom: 10px;
  font-weight: 400;
}
main .paragraph ul li:before, main .image-content ul li:before, main .cards ul li:before, main .content ul li:before, main .accordion ul li:before, main .blog ul li:before {
  content: "";
  position: absolute;
  width: 0.667rem;
  height: 0.667rem;
  top: 0.4rem;
  left: 0;
  display: block;
  position: absolute;
  border-radius: 50%;
  background: #ea0404;
}
main .paragraph ul ul, main .image-content ul ul, main .cards ul ul, main .content ul ul, main .accordion ul ul, main .blog ul ul {
  margin-left: 15px;
}
.image__sizer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.image__sizer.image__sizer--4x4 {
  padding-top: 100%;
}
.image__sizer.image__sizer--16x9 {
  padding-top: 56.25%;
}
.image__sizer.image__sizer--3x4 {
  padding-top: 75%;
}
.image__sizer.image__sizer--4x3 {
  padding-top: 132.05%;
}
.image__sizer.image__sizer--21x9 {
  padding-top: 42.857%;
}
.image__sizer.image__sizer--full {
  padding-top: 0;
  height: 100%;
}
.image__sizer.image__sizer--full-screen {
  padding-top: 0;
  height: 100vh;
}
.image__sizer .image__wrap {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.image__sizer .image__wrap.max--800 {
  max-height: 800px;
}
.image__sizer .image__wrap.contain img {
  object-fit: contain;
}
.image__sizer .image__wrap img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
header {
  position: relative;
  z-index: 10;
}
main {
  position: relative;
  z-index: 5;
}
main section {
  position: relative;
  z-index: 5;
  background: transparent;
}
main .z-10 {
  z-index: 10;
}
footer {
  position: relative;
  z-index: 4;
}
main > div {
  position: relative;
  z-index: 5;
}
.spinner {
  margin: 0px auto;
  width: 20px;
  height: 20px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}
.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #ea0404;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.text-center {
  text-align: center;
}
.background-dark .cpt-intro-text * {
  color: #fff;
}
.popup-vimeo, .popup-youtube {
  position: relative;
  display: block;
}
.popup-vimeo::before, .popup-youtube::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fefefe' d='M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c-7.6 4.2-12.3 12.3-12.3 20.9V344c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88c-7.4-4.5-16.7-4.7-24.3-.5z'/%3E%3C/svg%3E");
}
/**
 * Simple fade transition, for magnific popup
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
#navigation {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 15;
  background: #000;
  transition: 0.2s ease-in-out;
}
#navigation .blk {
  display: none;
}
@media (min-width: 1025px) {
  #navigation > .row, #navigation .col-lg-12 {
    padding-right: 0 !important;
  }
  #navigation .blk {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    padding: 20px;
    align-self: stretch;
    padding: 0.944em 3.611em;
    width: 21.2%;
    font-weight: 500;
    flex: 0 0 auto;
  }
  #navigation .blk span {
    color: #fff;
  }
  #navigation .blk .phone {
    font-size: 1.667rem;
    font-weight: 900;
    display: block;
    color: #fff;
    margin-bottom: 0.45em;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  #navigation .blk {
    background-color: #000;
    color: rgb(var(--white));
    margin-right: 2rem;
    border-bottom: none;
    width: auto;
    padding: 0;
    flex-direction: column;
  }
  #navigation .blk .phone, #navigation .blk span {
    color: rgb(var(--white));
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #navigation .blk .phone {
    font-size: 1.367em;
  }
}
@media screen and (max-width: 1024px) {
  #navigation {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: #000;
  }
}
#navigation.scroll-down {
  transform: translateY(-100%);
}
#navigation.scroll-up {
  transform: translateY(0);
}
#navigation.at-top {
  transform: translateY(0);
}
#navigation ul {
  list-style: none;
  padding-left: 0;
}
#navigation .logo img {
  height: 63px;
  max-width: unset;
  width: auto;
  display: block;
}
@media (max-width: 1450px) {
  #navigation .logo img {
    height: 53px;
  }
}
#navigation .logo__wrap {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media (max-width: 1450px) {
  #navigation .logo__wrap {
    padding: 15px 20px;
  }
}
@media (max-width: 1024px) {
  #navigation .logo__wrap {
    padding: 10px 20px;
  }
}
#navigation .logo-text {
  padding-left: 20px;
}
#navigation .nav__wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
@media (min-width: 1024px) {
  #navigation .nav__wrap {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  #navigation .nav__wrap {
    display: flex !important;
  }
}
@media screen and (max-width: 1024px) {
  #navigation .nav__wrap {
    height: calc(100vh - 78px);
    display: none;
    background: #000;
    position: fixed;
    top: 78px;
    left: 0;
    width: 100%;
    overflow-y: auto;
    border-top: 1px solid #fff;
  }
}
#navigation .mobile-menu-button {
  display: none;
}
@media screen and (max-width: 1024px) {
  #navigation .mobile-menu-button {
    display: block;
    padding: 10px 20px;
  }
  #navigation .mobile-menu-button:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) {
  #navigation .nav-header {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  #navigation .nav-links {
    max-height: calc(100vh - 70px);
    position: relative;
    display: flex;
    width: 100%;
    z-index: 20;
    background: #000;
    overflow: auto;
    padding: 0;
    justify-content: space-between;
    gap: 20px;
  }
}
#navigation nav .menu-main-menu-container > ul.menu {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  #navigation nav .menu-main-menu-container > ul.menu {
    display: block;
    margin: 0px 0 30px;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item {
  padding: 10px 15px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item {
    padding: 15px 10px;
    border-bottom: 1px solid #333;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > a, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > .sub-menu-wrap > a {
  color: #fff;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > a:after, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > .sub-menu-wrap > a:after {
  content: "";
  background-color: #00bcd4;
  width: 100%;
  height: 2px;
  position: absolute;
  display: block;
  left: 0;
  top: calc(100% + 5px);
  transform: scale(0);
  transform-origin: left;
  transition: transform 0.5s ease 0s;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > a:hover:after, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > a.current-menu-item:after, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > a.current-menu-ancestor:after, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > .sub-menu-wrap > a:hover:after, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > .sub-menu-wrap > a.current-menu-item:after, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > .sub-menu-wrap > a.current-menu-ancestor:after {
  transform: scale(1);
}
@media screen and (max-width: 1024px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > a, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > .sub-menu-wrap > a {
    position: relative;
    padding: 5px 20px;
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > a, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > .sub-menu-wrap > a {
    padding: 5px;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: #000;
  min-width: 220px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateX(-20px);
  transition: opacity 0.3s ease, max-height 0.3s ease-in-out, transform 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu {
    display: none;
    position: static;
    max-height: unset;
    opacity: 1;
    transform: none;
    padding-left: 10px;
    padding-top: 10px;
  }
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu li {
    border-left: 0;
  }
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu.sub-menu-active {
    display: block;
  }
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item {
    border-left: none;
    border-right: none;
    padding: 15px 2rem;
  }
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a {
    color: #fff;
    opacity: 0.9;
  }
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu {
    background: #0a0a0a;
    padding: 0;
  }
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item {
    padding: 12px 2rem;
  }
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item > a {
    color: #fff;
    opacity: 0.8;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu a {
  display: block;
  color: #fff;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item {
  padding: 15px 15px;
  position: relative;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a {
  color: #fff;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a:after {
  content: "";
  background-color: #00bcd4;
  width: 100%;
  height: 2px;
  position: absolute;
  display: block;
  left: 0;
  top: calc(100% + 5px);
  transform: scale(0);
  transform-origin: left;
  transition: transform 0.5s ease 0s;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a:hover:after, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a.current-menu-item:after, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a.current-menu-ancestor:after {
  transform: scale(1);
}
@media screen and (max-width: 1024px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item {
    padding: 10px 1.5rem;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu {
  padding: 10px;
  background: #000;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item {
  padding: 5px;
  position: relative;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item > a {
  color: #fff;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item > a:after {
  content: "";
  background-color: #00bcd4;
  width: 100%;
  height: 2px;
  position: absolute;
  display: block;
  left: 0;
  top: calc(100% + 5px);
  transform: scale(0);
  transform-origin: left;
  transition: transform 0.5s ease 0s;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item > a:hover:after, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item > a.current-menu-item:after, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item > a.current-menu-ancestor:after {
  transform: scale(1);
}
@media screen and (min-width: 1025px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu {
    max-height: 0px;
  }
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item:hover > ul.sub-menu, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item.acc-show > ul.sub-menu {
    opacity: 1;
    max-height: 800px;
    transform: translateX(0);
  }
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item:hover.menu-item-has-children .desktop-sub-icon, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item.acc-show.menu-item-has-children .desktop-sub-icon {
    transform: rotate(180deg);
  }
}
#navigation .search-form {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: #efefef;
  width: 100%;
  z-index: 10;
  padding: 15px 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #navigation .search-form {
    display: flex;
    position: static;
    background: #000;
    margin: 30px 0;
    padding: 0 2rem;
    width: 100%;
    transform: none !important;
    opacity: 1 !important;
  }
  #navigation .search-form input[type="search"] {
    background: #111;
    border: 1px solid #333;
    color: #fff;
    padding: 12px;
  }
  #navigation .search-form input[type="search"]::placeholder {
    color: #666;
  }
}
#navigation .search-form input[type="search"] {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  #navigation .search-form input[type="search"] {
    max-width: 100%;
  }
}
#navigation .search-form label {
  width: 100%;
}
#navigation .search-icon {
  width: 40px;
  height: 40px;
  background: #efefef;
  border-radius: 100%;
  position: relative;
  border: 0;
  margin-left: 15px;
}
@media screen and (max-width: 1024px) {
  #navigation .search-icon {
    display: none;
    margin-left: 0;
  }
}
#navigation .search-icon:hover {
  cursor: pointer;
}
#navigation .search-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
}
#navigation .search-icon svg * {
  fill: #373737;
}
#navigation .util__wrap {
  background: #efefef;
  padding: 5px 0;
}
@media screen and (max-width: 1024px) {
  #navigation .util__wrap {
    display: none;
  }
}
#navigation .util__wrap .util__bar {
  display: flex;
  justify-content: flex-end;
}
#navigation .util__wrap .menu-item {
  margin: 5px 0 5px 15px;
}
#navigation .util__wrap .menu-item * {
  font-size: 14px;
}
#navigation svg.nav-download-icon {
  margin-left: 10px;
  width: 15px;
  fill: #ea0404;
}
.hamburger {
  padding: 15px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
* Spin
*/
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sub-menu-wrap {
  position: relative;
}
.menu-item-has-children .mobile-sub-icon {
  display: none;
  transition: 0.35s ease-out;
  width: 90px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: #000;
}
@media (max-width: 640px) {
  .menu-item-has-children .mobile-sub-icon {
    width: 60px;
  }
}
.menu-item-has-children .mobile-sub-icon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  transition: 0.3s ease-out;
  fill: #fff;
}
.menu-item-has-children .sub-toggled.mobile-sub-icon {
  background: #000;
}
.menu-item-has-children .sub-toggled.mobile-sub-icon svg {
  transform: rotate(225deg);
  fill: #fff;
}
@media screen and (max-width: 1024px) {
  .menu-item-has-children .mobile-sub-icon {
    display: block;
  }
  .menu-item-has-children .desktop-sub-icon {
    display: none;
  }
}
@media (max-width: 1024px) {
  .mobile-menu-open {
    overflow: hidden;
  }
}
@media screen and (min-width: 1921px) {
  body {
    max-width: 106.666em;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  #navigation .logo__wrap {
    padding: 19px 20px;
  }
  #navigation .logo__wrap img {
    height: 45px;
  }
}
.footer {
  padding: 0;
  background-color: #000;
}
.footer #menu-footer-nav-bottom {
  padding-left: 0;
}
@media (max-width: 640px) {
  .footer .footer-disclaimer {
    text-align: center;
  }
}
.footer .footer-disclaimer * {
  font-size: 0.889rem;
}
.footer li {
  list-style: none;
}
.footer-phone {
  font-size: 1.667rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.444em;
}
.footer .social-icons, .footer .social.flex.ui-repeater {
  margin-bottom: 1.444em;
}
.footer .social-icons li, .footer .social.flex.ui-repeater li {
  list-style: none;
}
.footer .social-icons li a, .footer .social.flex.ui-repeater li a {
  color: #fff;
  font-size: 1.111rem;
  font-weight: 700;
  text-decoration: none;
}
.footer .social-icons li a i, .footer .social.flex.ui-repeater li a i {
  color: #fff;
  transition: color 0.3s ease;
}
.footer .social-icons li a:hover i, .footer .social.flex.ui-repeater li a:hover i {
  color: #ea0404;
}
.footer-wrap-secondary {
  border-top: 1px solid #eaedee;
  background-color: #191919;
  padding: 2.333em;
}
@media (max-width: 550px) {
  .footer-wrap-secondary {
    padding-bottom: 5rem;
  }
}
.footer-wrap-secondary * {
  color: #BCBEC7;
}
.footer .bx {
  padding: 4.778em 2.889em;
}
.footer .bx .phone {
  font-size: 1.667rem;
  font-weight: 700;
  color: rgb(var(--white));
  margin-bottom: 1.444em;
}
.footer .input-text label {
  font-size: 1em;
  top: 1.6em;
}
.footer .input-text.flex .btn {
  padding: 0.556em 1.278em;
}
.footer .info {
  text-align: center;
}
.footer .info address {
  margin-top: 1.133rem;
}
.footer .info .btn {
  margin-top: 2rem;
}
.footer-license {
  padding-left: 3.2em;
  margin-top: 1.556rem;
}
.footer-link {
  color: rgb(var(--secondary));
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.889rem;
  padding-bottom: 0.25em;
  margin-top: 1.889rem;
  display: inline-block;
  letter-spacing: 0.068em;
}
.footer-link:after {
  content: "";
  background-color: #00c7c4;
  width: 100%;
  height: 3px;
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  transform: scale(1);
  transform-origin: left;
  transition: transform 0.5s ease 0s;
}
.footer-link:hover:after {
  transform: scale(0);
}
.footer .social {
  justify-content: center;
}
.footer .social li + li {
  margin-left: 1.111em;
}
.footer .social a {
  font-size: 1.111rem;
  color: rgb(var(--white));
}
.footer .social a:hover {
  color: rgb(var(--primary));
}
.footer .license {
  text-align: center;
  margin-top: 1rem;
  font-weight: 900;
  font-size: 0.889rem;
}
.footer .license strong {
  font-weight: 900;
}
.footer .nav {
  justify-content: flex-start;
  padding: 1.222em 2.944em;
  background-color: #eaedee;
  border-top: 1px solid #bebebe;
}
.footer .nav li + li {
  margin-left: 1.778rem;
}
.footer .nav li a {
  color: #000;
  font-weight: 400;
  position: relative;
  text-decoration: none;
}
.footer .nav li a:after {
  content: "";
  background-color: #00c7c4;
  width: 100%;
  height: 3px;
  position: absolute;
  display: block;
  left: 0;
  top: 115%;
  transform: scale(0);
  transform-origin: left;
  transition: transform 0.5s ease 0s;
}
.footer .nav li a:hover:after {
  transform: scale(1);
}
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.flex > * {
  flex: 0 1 auto;
}
.frandev.footer .bx {
  padding-bottom: 1.3em;
}
.fd.footer .bx .phone {
  margin-bottom: 0.644em;
}
.fd.footer .nav {
  justify-content: center;
}
.local.footer .bx {
  align-items: center;
}
.local.footer .bx .phone {
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .footer .nav {
    padding: 2.222em 1.289em 1.5em;
  }
  .footer .bx {
    padding: 4.778em 1.289em;
    justify-content: space-around;
  }
  .footer .logo-wrap {
    width: 100%;
    order: -1;
    margin-bottom: 3.611em;
  }
  .footer .logo-wrap img {
    margin: 0 auto;
  }
  .sd-footer {
    padding: 1.333em;
  }
  .cross-brand-footer .address-wrap {
    width: 100%;
    margin-top: 1em;
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .footer .bx {
    padding: 4em 0;
    flex-direction: column;
    text-align: center;
  }
  .footer .logo-wrap {
    margin-bottom: 1em;
  }
  .footer .bx .phone {
    margin-top: 1em;
  }
  .footer .bx .social {
    margin-top: 1.65em;
  }
  .footer .nav li {
    margin-left: 0;
    margin-right: 1rem;
    margin-bottom: 0.5em;
  }
  .footer .nav li + li {
    margin-left: 0;
  }
  .footer-license {
    padding-left: 0;
    text-align: center;
  }
  .fd.footer .nav {
    justify-content: flex-start;
  }
  .sd-footer {
    text-align: center;
    justify-content: center;
  }
  .sd-footer > a {
    margin-top: 2.5em;
  }
}
#menu-footer-nav-top {
  margin: 0;
}
.foot-logo {
  display: block;
  text-align: center;
}
.foot-logo img {
  max-width: 320px;
  margin: 0 auto;
}
.footer-nav-2 a {
  color: #BCBEC7;
  border-bottom: 1px solid #bcbec7;
  margin-top: 0.667rem;
  transition: color 0.3s ease;
  text-decoration: none;
  font-size: 0.889rem;
}
.footer-nav-2 a:hover {
  color: #fff;
}
.right-foot ul.social {
  padding-left: 0;
}
.right-foot ul.social a:after {
  display: none !important;
}
.sticky-book-now {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
  display: none;
  background-color: rgb(var(--white));
  padding: 0;
  justify-content: center;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.3);
  z-index: 9;
}
.cms-edit-layout .sticky-book-now {
  position: relative;
  width: 100%;
  height: auto;
}
.sticky-book-now .book-now {
  font-size: 14px;
  padding: 1.1em 0.5rem;
  min-width: auto;
  letter-spacing: 0.68px;
  width: 50%;
  font-weight: 600;
  box-shadow: none;
  color: rgb(var(--white));
}
.sticky-book-now .book-now.contact {
  background-image: linear-gradient(to left, #00c4c2, #03a49f, #EA0404, #EA0404);
}
.sticky-book-now .book-now svg {
  margin-right: 0.75em;
  transform: scale(1.3);
  position: relative;
  top: -1px;
}
.sticky-book-now .book-now.contact svg {
  font-size: 14px;
}
aside.sticky-book-now > * + * {
  margin-top: 0;
}
@media screen and (max-width: 500px) {
  .sticky-book-now {
    display: flex;
    opacity: 1;
  }
}
aside.sticky-book-now .btn {
  outline: none;
  cursor: pointer;
  position: relative;
  border-radius: 0;
  line-height: 1;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 14px;
  font-family: var(--primary-font);
  font-weight: 900;
  text-align: center;
  background-color: rgb(var(--secondary));
  color: rgb(var(--white));
  padding: 1.222em 1.056em;
  transition: 0.6s ease;
  text-transform: uppercase;
  letter-spacing: 0.068em;
  text-shadow: 0px 3px 2px rgba(2, 63, 65, 0.7);
  background-image: linear-gradient(to right, #00c4c2, #03a49f, #EA0404, #EA0404);
  background-size: 400% 100%;
  background-position: 0 0;
  text-decoration: none;
}
.sticky-book-now .btn:hover, .sticky-book-now a:hover .btn, .sticky-book-now .btn:focus, .sticky-book-now a:focus .btn, .sticky-book-now .btn.active {
  color: rgb(var(--white));
  background-position: 100% 100%;
}
.sticky-book-now icon svg, .sticky-book-now svg[data-use] {
  height: 1em;
  width: 1em;
  fill: #fff;
}
.sticky-book-now a {
  text-decoration: none;
}
.btn.v2, button.btn.v2, .btn.v3, button.btn.v3 {
  font-size: 0.778rem;
  padding: 0.778em 1.111em;
}
.search-form {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media screen and (max-width: 1024px) {
  .search-form {
    margin-left: 0px;
  }
}
.search-form input[type="search"] {
  width: 100%;
  max-width: 200px;
  border: 2px solid #ccc;
  outline: none;
  border-radius: 7px 0 0 7px;
  height: 36px;
  padding: 0 12px;
}
.search-form button[type="submit"] {
  height: 36px;
  border: 2px solid #ccc;
  border-left: none;
  outline: none;
  border-radius: 0 7px 7px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-template {
  display: flex;
  justify-content: stretch;
}
.sidebar-template .sidebar {
  width: 260px;
  border-right: 1px solid #ccc;
  padding-bottom: 100px;
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  transition: 0.2s ease-in-out;
  overflow-y: scroll;
}
@media screen and (max-width: 1024px) {
  .sidebar-template .sidebar {
    display: none;
  }
}
.sidebar-template .sidebar__info {
  padding: 1rem;
}
.sidebar-template .content {
  flex-grow: 1;
  padding-bottom: 100px;
}
.sidebar-template .content section:first-of-type.bg-color {
  margin-top: 0;
}
.sidebar-template .sidebar__item {
  margin: 10px 0;
}
.sidebar-template .section-title {
  margin-top: 20px;
}
.sidebar-template .sidebar__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  background: #efefef;
}
.email-blocks .email-block-title {
  width: 100%;
  max-width: 600px;
  margin: 20px auto 5px;
}
.email-blocks h4 {
  margin-top: 30px;
}
.email-blocks .sources {
  font-style: italic;
  font-size: 0.9em;
}
.email-blocks .list {
  padding-left: 20px;
}
.single-post div.sidebar-pad {
  padding-top: 80px;
}
@media screen and (max-width: 640px) {
  .single-post div.sidebar-pad {
    padding-top: 40px;
  }
}
.single-post .card__post:nth-of-type(n + 2) {
  margin-top: 40px;
}
.single-post .card__post {
  width: 100%;
}
.single-post .border--right {
  border-right: 2px solid #EFEFEF;
}
@media screen and (max-width: 1024px) {
  .single-post .border--right {
    border-right: none;
  }
}
.single-post .content > section:first-of-type {
  padding-top: 0;
}
.single-post .date {
  font-family: "Prata", serif;
}
.single-post .back-button {
  margin-top: 40px;
}
.single-post blockquote {
  margin: 20px 0 30px;
  border-left: 5px solid #5EB6E4;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #ea0404;
}
.single-post blockquote * {
  font-size: 20px;
  font-weight: bold;
  color: #ea0404;
}
@media screen and (max-width: 1024px) {
  .single-post .related-posts-sidebar {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 1px solid #EFEFEF;
  }
}
.single-post .related-posts-sidebar .post-card {
  margin-bottom: 40px;
}
.single-post .posts-row > div:first-of-type .post-card {
  margin-top: 20px;
}
.single-post .full-width-hero {
  height: calc(100vh - 200px);
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .single-post .full-width-hero {
    height: calc(100vh - 500px);
  }
}
.single-post .full-width-hero img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.single-post .side:not(.full-hero) h1 {
  margin-top: 30px;
}
.single-post section.blog-intro + section {
  padding-top: 30px;
}
.hero {
  margin-top: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.hero .info {
  position: relative;
}
.hero .info .footnote {
  position: absolute;
  bottom: 1.5rem;
  left: 1rem;
  font-size: 13px;
  color: #fff;
}
@media (min-width: 1024px) {
  .hero .hero__title {
    max-width: 60%;
  }
}
.hero .intro-text {
  letter-spacing: 1px;
}
.hero .intro-text p {
  font-weight: 600;
}
@media (min-width: 1024px) {
  .hero .intro-text {
    max-width: 50%;
  }
}
.hero .intro-text a {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .hero.text-center .hero__title, .hero.text-center .intro-text p {
    max-width: 100%;
  }
}
.hero.text-center .intro-text {
  margin: 0 auto;
}
.hero.darken:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-blend-mode: multiply;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media (max-width: 1024px) {
  .hero.darken-mobile:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-blend-mode: multiply;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
}
.hero h1, .hero .h1, .hero h2, .hero .h2 {
  margin-bottom: 0.8rem;
}
.hero h1, .hero .h1, .hero h2, .hero .h2, .hero p {
  color: #fff;
}
.hero .info {
  display: flex;
  z-index: 3;
  position: relative;
  padding: 4rem 1rem;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  z-index: 2;
}
.hero .info.height-tall {
  min-height: calc(86vh - 150px);
}
.hero .info.height-short {
  min-height: calc(46vh - 150px);
}
.hero .info.height-default {
  min-height: calc(60vh - 150px);
}
.hero .info.height-full {
  min-height: calc(100vh - 150px);
}
@media screen and (min-width: 640px) {
  .hero .info .text--large {
    max-width: 630px;
  }
}
.hero .image-hero__wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.hero .image-hero__wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
@media screen and (max-width: 640px) {
  .hero .image-hero__wrap img {
    object-position: bottom right;
  }
}
.image-hero {
  position: relative;
  padding-bottom: 19.11%;
  height: 0;
}
.image-hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1200px) {
  .mainstage .el-tab img {
    margin-right: 0;
    margin-bottom: 0.5em !important;
  }
}
@media (max-width: 550px) {
  .mainstage .el-tab img {
    margin-right: 1.222rem !important;
    margin-bottom: 0 !important;
  }
}
.mainstage {
  background-color: #000;
  padding-left: 8.556rem;
  height: 86vh;
  max-height: 48.444rem;
  overflow: hidden;
  padding-top: 7rem;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.35);
}
.mainstage ul, .mainstage img, .mainstage picture, .mainstage figure {
  margin: 0 !important;
}
.mainstage.light {
  color: #fff;
}
.mainstage.light .bx.anm_seq-itm * {
  color: #fff !important;
}
.mainstage ul {
  padding-left: 0;
}
.home .mainstage {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  height: auto;
  max-height: none;
  min-height: auto;
  align-items: stretch;
}
.mainstage.local {
  padding-bottom: 14.556rem;
}
.mainstage .bx {
  position: relative;
  padding-top: 0.75em;
}
.home .mainstage .bx {
  align-self: center;
  padding-top: 0;
  padding-bottom: 6em;
  padding-left: 8.556rem;
}
.home .mainstage.local .bx {
  padding-top: 5.389rem;
  padding-bottom: 1rem;
}
.mainstage .bx strong {
  font-size: 4.167em;
  display: block;
  line-height: 1.2;
  font-weight: 800;
  text-shadow: 0px 3px 2px rgba(2, 63, 65, 0.7);
}
.mainstage .bx em {
  margin-top: 0.3em;
  font-weight: 300;
  font-size: 1.667rem;
  text-shadow: 0px 3px 2px rgba(2, 63, 65, 0.7);
  display: block;
  line-height: 1.3;
}
.mainstage .bx .loc-search {
  margin-top: 3rem;
}
.mainstage .bx .loc-search input {
  width: 15.5em;
}
.mainstage .list {
  position: relative;
  right: 0;
  bottom: 0;
  flex: 0 0 auto;
  width: 21.2%;
  display: flex;
  flex-wrap: wrap;
}
.mainstage .list li {
  display: flex;
  width: 100%;
}
@media (max-width: 550px) {
  .mainstage .el-tab img {
    margin-right: 1.222rem !important;
  }
}
.mainstage .el-tab img {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.35);
}
@media (min-width: 1199px) {
  .mainstage .el-tab img {
    margin-right: 1.222rem !important;
  }
}
.mainstage .list li a {
  background-color: #fff;
  padding: 1.7em 1.5em;
  width: 100%;
  border-bottom: 2px solid rgb(var(--tertiary));
  transition: background-color 0.5s ease 0s;
  display: block;
  text-decoration: none !important;
}
.mainstage .list li a strong {
  font-size: 1.667em;
  font-weight: 900;
  letter-spacing: 0.006em;
  color: #000;
  transform: translateY(0.5em);
  transition: color 0.5s ease 0s, transform 0.5s ease 0s;
  justify-content: flex-start;
  text-decoration: none !important;
}
.mainstage .list li a svg {
  margin-right: 1.222rem;
  color: rgb(var(--primary));
  background-color: rgb(var(--white));
  font-size: 2.1rem;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.35);
  border-radius: 3px;
}
.mainstage .list li a span {
  text-transform: uppercase;
  font-size: 0.889rem;
  font-weight: 900;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.389rem;
  color: #000;
  transform: translateY(1em);
  transition: all 0.5s ease 0s;
  opacity: 0;
  display: inline-block;
  margin-left: 3.1rem;
}
.mainstage .list li a:hover span {
  color: #fff;
  opacity: 1;
  transform: translateY(0);
  text-shadow: 0px 0px 0.2em rgba(0, 0, 0, 0.7);
}
.mainstage figure, .mainstage.error picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
}
.mainstage .el-panel, .mainstage .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0;
  visibility: hidden;
}
.mainstage.local .img, .mainstage.fd .img {
  opacity: 1;
  visibility: visible;
}
.mainstage .active.el-panel {
  opacity: 1;
  visibility: visible;
  animation: fade-in 0.425s ease;
}
.mainstage figure.hero {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 25em;
  width: 26.833rem;
  height: 36.389rem;
}
.mainstage .responsive-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mainstage .responsive-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.mainstage.local .btn {
  margin-top: 3.611rem;
}
.mainstage.local ul {
  margin: 0 auto;
}
.mainstage.local .cta li a {
  background-color: #fff;
  height: 100%;
  padding: 0.978em 2.389em;
  align-items: flex-start;
  justify-content: flex-start;
  transition: background-color 0.5s ease 0s;
  position: relative;
}
.mainstage.local .cta li + li a {
  border-left: 1px solid #eaeef0;
}
.mainstage.local .cta li a .info {
  display: flex;
  flex-wrap: nowrap;
  transform: translateY(1.3em);
  transition: transform 0.5s ease 0s;
  padding-top: 0;
}
.mainstage.local .cta li a:hover .info {
  transform: translateY(-1em);
}
.mainstage.local .cta li a svg {
  font-size: 3.333rem;
  margin-right: 1.111rem;
  background-color: #fff;
  color: #00bcd4;
}
.mainstage.local .cta li a strong {
  color: #000;
  line-height: 1.3;
  font-size: 1.389em;
  max-width: 5.6em;
  transition: color 0.5s ease 0s;
  font-weight: 900;
}
.mainstage.local .cta li a span {
  margin-left: 5em;
  text-transform: uppercase;
  opacity: 0;
  font-size: 0.889rem;
  font-weight: 900;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 0.35em;
  margin-top: 1em;
  transform: translateY(1em);
  transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
  color: #fff;
}
.mainstage.local .cta li a:hover span {
  opacity: 1;
  transform: translateY(-1em);
}
.fd.mainstage .bx {
  padding-top: 7.167em;
  padding-bottom: 22.056em;
}
.fd.mainstage .bx em {
  font-style: normal;
  font-size: 3.056em;
}
.mainstage.error {
  height: auto;
  padding-top: 11.278em;
  padding-bottom: 15.222em;
  padding-left: 11.111em;
}
.mainstage.error h2 {
  text-align: left;
  font-size: 4.722em;
  text-shadow: 0px 3px 2px rgba(2, 63, 65, 0.7);
  margin-bottom: 0.1em;
}
.mainstage.error header {
  margin-bottom: 0;
}
.mainstage.error p {
  margin-bottom: 1rem;
  font-size: 1.944rem;
  margin-left: 0.2em;
}
.mainstage.error ul {
  margin-top: 3em;
  justify-content: flex-start;
}
.mainstage.error ul li + li {
  margin-left: 1.333em;
}
.mainstage.landing {
  position: relative;
  padding-bottom: 18.444rem;
}
.mainstage.landing.v2 {
  padding-bottom: 11.444rem;
}
.mainstage.local.landing .bx {
  padding-top: 6.889rem;
  padding-bottom: 0;
  padding-left: 10.556rem;
}
.mainstage.local.landing .bx strong {
  line-height: 1.1;
}
.mainstage.local.landing .bx em {
  font-weight: 300;
  font-size: 1.667rem;
}
.mainstage.local.landing .bx a {
  color: rgb(var(--white));
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home .mainstage .bx {
    width: 75% !important;
  }
}
@media screen and (min-width: 1001px) {
  .mainstage.local {
    overflow: visible;
  }
  .mainstage.local .cta {
    box-shadow: 0px 7px 19px 0px rgba(0, 0, 0, 0.42);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 83.8%;
  }
  .mainstage.local .cta li a:hover {
    background-color: transparent;
  }
  .mainstage.local .cta li a:hover strong {
    color: #fff;
    text-shadow: 0px 3px 2px rgba(2, 63, 65, 0.8);
  }
  .mainstage.local .cta li a:hover span {
    color: #fff;
    text-shadow: 0px 3px 2px rgba(2, 63, 65, 0.8);
  }
  .mainstage .list li a:hover {
    background-color: transparent;
  }
  .mainstage .list li a:hover strong {
    color: #fff;
    transform: translateY(0);
    text-shadow: 0px 0px 0.2em rgba(0, 0, 0, 0.7);
  }
}
@media screen and (max-width: 1440px) {
  .mainstage .bx strong {
    font-size: 3.867em;
  }
  .mainstage .list li a strong {
    font-size: 1.467em;
  }
  .mainstage figure.hero {
    right: 20em;
  }
}
@media screen and (max-width: 1200px) {
  .home .mainstage {
    display: block;
  }
  .home .mainstage .bx {
    padding-top: 5em;
    padding-bottom: 6em;
    padding-left: 5.556rem;
  }
  .mainstage .list {
    width: 100%;
  }
  .mainstage .list li {
    width: 20%;
  }
  .mainstage .list li + li {
    border-left: 2px solid #a3b8bd;
  }
  .mainstage .list li a {
    padding: 1.32em 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .mainstage .list li a strong {
    flex-wrap: nowrap;
    font-size: 1.3em;
    flex-direction: column;
    text-align: center;
    line-height: 1.3;
    min-width: 100%;
  }
  .mainstage .list li a svg {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .mainstage .list li a span {
    font-size: 0.8em;
    margin-left: 0;
  }
  .mainstage figure.hero {
    bottom: 2em;
    right: 1em;
    height: 34.389rem;
  }
  .mainstage.local .cta {
    width: 100%;
  }
  .mainstage.local .cta li a {
    padding: 0.978em 1.989em;
    justify-content: center;
  }
  .home .mainstage.fd .bx {
    padding-bottom: 11em;
  }
  .mainstage.local.landing {
    padding-bottom: 13.444rem;
  }
  .mainstage.local.landing .bx {
    padding-left: 5.556rem;
  }
}
@media screen and (max-width: 1000px) {
  .mainstage.error {
    padding-top: 7.278em;
    padding-bottom: 8.222em;
    padding-left: 3.111em;
  }
  .mainstage.error.coming-soon header {
    z-index: 2;
  }
  .mainstage.error.coming-soon::before {
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.4;
  }
  .home .mainstage .bx {
    padding-top: 5em;
    padding-bottom: 7em;
    padding-left: 2.556rem;
  }
  .home .mainstage.local .bx {
    padding-bottom: 7em;
  }
  .mainstage .list li a {
    padding: 1.92em 1em;
  }
  .mainstage .list li a strong {
    font-size: 1em;
    transform: none;
  }
  .mainstage .list li a span {
    display: none;
  }
  .mainstage figure.cta {
    display: none;
  }
  .mainstage .bx strong {
    font-size: 3.5em;
    max-width: 10em;
  }
  .mainstage figure.hero {
    width: 23.833rem;
    height: 32.389rem;
    bottom: 7em;
    right: -2em;
  }
  .mainstage .responsive-img {
    display: block;
  }
  .mainstage.local {
    padding-bottom: 0;
  }
  .mainstage.local .cta li a {
    padding: 1.778em 1.989em;
  }
  .mainstage.local .cta li a .info {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .mainstage.local .cta li a strong {
    font-size: 1.089em;
  }
  .mainstage.local .cta li a svg {
    margin-right: 0;
    font-size: 2.8em;
    margin-bottom: 0.3em;
  }
  .mainstage.local .cta {
    border-bottom: 1px solid #eaedee;
    position: relative;
  }
  .mainstage.local .cta li a .info {
    transform: none;
  }
  .mainstage.local .cta li a:hover .info {
    transform: none;
  }
  .mainstage.local .cta li a span {
    display: none;
  }
  .home .mainstage.fd .bx {
    padding-bottom: 6em;
  }
  .mainstage.local.landing {
    padding-bottom: 8.444rem;
  }
}
@media screen and (max-width: 800px) {
  .mainstage.error h2 {
    font-size: 3.5em;
  }
  .mainstage.error p {
    font-size: 1.5em;
  }
  .mainstage.error br {
    display: none;
  }
  .mainstage .list li a strong {
    max-width: 6em;
  }
  .mainstage.fd .bx strong {
    font-size: 3em;
  }
  .mainstage.local.landing {
    padding-bottom: 3.5em;
  }
  .mainstage.local.landing .bx {
    padding-top: 4.889rem;
    padding-left: 3.556rem;
  }
}
@media screen and (max-width: 550px) {
  .home .mainstage .bx {
    padding-top: 4em;
    padding-bottom: 3em;
    z-index: 2;
  }
  .mainstage .responsive-img img {
    width: 27.056em;
    height: 37.611em;
  }
  .mainstage figure.hero {
    top: 8em;
    right: -5em;
    z-index: 0;
    width: 21.833rem;
    height: 27.389rem;
    display: none;
  }
  .mainstage.error {
    padding-top: 4.278em;
    padding-bottom: 5.222em;
    padding-left: 1.5em;
  }
  .home .mainstage .bx {
    padding-left: 0.956rem;
  }
  .mainstage.error h2 {
    font-size: 3.3em;
  }
  .mainstage.error p {
    line-height: 1.4;
    margin-top: 0.7em;
  }
  .mainstage.error ul li + li {
    margin-left: 0.533em;
  }
  .mainstage.error ul .btn {
    font-size: 0.88rem;
  }
  .mainstage.error.coming-soon img {
    object-position: 70% 50%;
  }
  .mainstage.error.coming-soon::before {
    opacity: 0.6;
  }
  .mainstage .bx strong {
    font-size: 2.778em;
    max-width: 6em;
  }
  .mainstage .input-text.flex .btn {
    font-size: 0.778em;
  }
  .mainstage .bx .loc-search {
    margin-top: 1.9em;
  }
  .mainstage .bx .loc-search input {
    width: 11.5em;
  }
  .mainstage .input-text input + label, .mainstage .input-text select + label, .mainstage .input-text textarea + label {
    top: 1.6rem;
  }
  .mainstage .focused > .input-text input + label, .mainstage .filled > .input-text input + label, .mainstage .input-text.focused input + label, .mainstage .input-text.filled input + label, .mainstage .ui-ajax.loaded .input-text input + label, .mainstage .focused > .input-text select + label, .mainstage .filled > .input-text select + label, .mainstage .input-text.focused select + label, .mainstage .input-text.filled select + label, .mainstage .focused > .input-text textarea + label, .mainstage .filled > .input-text textarea + label, .mainstage .input-text.focused textarea + label, .mainstage .input-text.filled textarea + label {
    top: 0;
    transform: scale(0.7);
  }
  .mainstage .list li {
    width: 100%;
  }
  .mainstage .list li a {
    padding: 1.333em;
    justify-content: flex-start;
  }
  .mainstage .list li a strong {
    flex-direction: row;
    font-size: 1.389rem;
  }
  .mainstage .list li a svg {
    font-size: 2.611rem;
    margin-bottom: 0;
    margin-right: 0.889rem;
  }
  .mainstage.local .cta {
    border-bottom: none;
  }
  .mainstage.local .cta li {
    width: 100%;
    border-bottom: 1px solid #eaedee;
  }
  .mainstage.local .cta li a {
    justify-content: flex-start;
  }
  .mainstage.local .cta li a .info {
    flex-direction: row;
  }
  .mainstage .list li a strong {
    max-width: none;
  }
  .mainstage.local .cta li a svg {
    margin-bottom: 0;
  }
  .mainstage.local .cta li a strong {
    width: 100%;
    max-width: none;
    margin-left: 0.889rem;
    font-size: 1.389rem;
  }
  .home .mainstage.fd .bx {
    padding-bottom: 3.5em;
  }
  .fd.mainstage .bx em {
    font-size: 1.956rem;
  }
  .mainstage.fd .bx strong {
    font-size: 2.5em;
  }
  .mainstage.fd .img {
    background-position: 63% 30%;
  }
  .mainstage.local.landing .bx {
    padding-left: 4%;
    padding-top: 2.8rem;
  }
  .mainstage.local.landing strong {
    max-width: none;
  }
  .mainstage.fd::before, .mainstage.landing::before {
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.4;
  }
  .home .mainstage.local .bx {
    padding-bottom: 4em;
  }
}
@media (min-width: 1199px) {
  .home #navigation {
    position: fixed;
    max-width: 106.666em;
    margin: 0 auto;
    right: 0;
    transition: background-color 0.3s ease;
    background: transparent !important;
  }
  .home #navigation.nav-scrolled {
    background: #000 !important;
  }
  .home #navigation > .row {
    padding-left: 0 !important;
  }
  .home #navigation .nav-links {
    padding-left: 0 !important;
  }
  .home #navigation .nav-links .logo {
    margin-left: 2rem;
  }
  .home #navigation .blk {
    border-bottom: 2px solid rgb(var(--tertiary));
    background-color: #fff;
    color: #000;
  }
  .home #navigation .blk * {
    color: #000;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
icon svg, svg[data-use] {
  height: 1em;
  width: 1em;
  fill: currentColor;
}
svg[data-use] [style*="stroke-width"], svg[data-use] [stroke-width] {
  stroke: currentColor;
}
svg[data-use] [style*="stroke-width"]:not([fill]), svg[data-use] [stroke-width]:not([fill]) {
  fill: none;
}
.hero-iframe-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 160vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.hero-video {
  margin-top: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.hero-video video {
  position: absolute;
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-video .info {
  position: relative;
}
.hero-video .info .footnote {
  position: absolute;
  bottom: 1.5rem;
  left: 1rem;
  font-size: 13px;
  color: #fff;
}
@media (min-width: 1024px) {
  .hero-video .hero__title {
    max-width: 60%;
  }
}
.hero-video .intro-text {
  letter-spacing: 1px;
}
.hero-video .intro-text p {
  font-weight: 600;
}
@media (min-width: 1024px) {
  .hero-video .intro-text {
    max-width: 50%;
  }
}
.hero-video .intro-text a {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .hero-video.text-center .hero__title, .hero-video.text-center .intro-text p {
    max-width: 100%;
  }
}
.hero-video.text-center .intro-text {
  margin: 0 auto;
}
.hero-video.darken:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-blend-mode: multiply;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media (max-width: 1024px) {
  .hero-video.darken-mobile:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-blend-mode: multiply;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
}
.hero-video h1, .hero-video .h1, .hero-video h2, .hero-video .h2 {
  margin-bottom: 0.8rem;
}
.hero-video h1, .hero-video .h1, .hero-video h2, .hero-video .h2, .hero-video p {
  color: #fff;
}
.hero-video .info {
  display: flex;
  z-index: 3;
  position: relative;
  padding: 4rem 1rem;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  z-index: 2;
}
.hero-video .info.height-tall {
  min-height: calc(86vh - 150px);
}
.hero-video .info.height-short {
  min-height: calc(46vh - 150px);
}
.hero-video .info.height-default {
  min-height: calc(60vh - 150px);
}
.hero-video .info.height-full {
  min-height: calc(100vh - 150px);
}
@media screen and (min-width: 640px) {
  .hero-video .info .text--large {
    max-width: 630px;
  }
}
.hero-video .image-hero__wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.hero-video .image-hero__wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
@media screen and (max-width: 640px) {
  .hero-video .image-hero__wrap img {
    object-position: bottom right;
  }
}
@media (max-width: 1200px) {
  .hero-iframe-bg {
    width: 200%;
    height: 200%;
  }
}
@media (max-width: 500px) {
  .hero-iframe-bg {
    width: 320%;
    height: 240%;
  }
}
@media (min-height: 1400px) {
  .hero-iframe-bg {
    width: 170vh;
    height: 200vh;
  }
}
@media (max-width: 1024px) {
  .hide-mobile-video .hero-iframe-bg, .hide-mobile-video video, .hide-mobile-video iframe {
    display: none;
  }
}
.hero-slider-wrap {
  position: relative;
  width: 100%;
  max-width: 100vw;
  /* Adjust the maximum width of the slider if needed */
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hero-slider-wrap.darken-mobile:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-blend-mode: multiply;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
}
.hero-slider-wrap .info {
  position: relative;
}
.hero-slider-wrap .info .footnote {
  position: absolute;
  bottom: 1.5rem;
  left: 1rem;
  font-size: 13px;
  color: #fff;
}
@media (min-width: 1024px) {
  .hero-slider-wrap .hero__title {
    max-width: 60%;
  }
}
.hero-slider-wrap .intro-text {
  letter-spacing: 1px;
}
.hero-slider-wrap .intro-text p {
  font-weight: 600;
}
@media (min-width: 1024px) {
  .hero-slider-wrap .intro-text {
    max-width: 50%;
  }
}
.hero-slider-wrap .intro-text a {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .hero-slider-wrap.text-center .hero__title, .hero-slider-wrap.text-center .intro-text p {
    max-width: 100%;
  }
}
.hero-slider-wrap.text-center .intro-text {
  margin: 0 auto;
}
.hero-slider-wrap.darken:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-blend-mode: multiply;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.hero-slider-wrap h1, .hero-slider-wrap .h1, .hero-slider-wrap h2, .hero-slider-wrap .h2 {
  margin-bottom: 0.8rem;
}
.hero-slider-wrap h1, .hero-slider-wrap .h1, .hero-slider-wrap h2, .hero-slider-wrap .h2, .hero-slider-wrap p {
  color: #fff;
}
.hero-slider-wrap .info {
  display: flex;
  z-index: 3;
  position: relative;
  padding: 4rem 1rem;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 640px) {
  .hero-slider-wrap .info .text--large {
    max-width: 630px;
  }
}
.hero-slider-wrap .info.height-tall {
  min-height: calc(86vh - 150px);
}
.hero-slider-wrap .info.height-short {
  min-height: calc(46vh - 150px);
}
.hero-slider-wrap .info.height-default {
  min-height: calc(60vh - 150px);
}
.hero-slider-wrap .info.height-full {
  min-height: calc(100vh - 150px);
}
.hero-slider-wrap .image-hero__wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.hero-slider-wrap .image-hero__wrap img {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
  object-position: center;
}
@media screen and (max-width: 640px) {
  .hero-slider-wrap .image-hero__wrap img {
    object-position: bottom right;
  }
}
.hero-slider-wrap .dots-left .slick-dots {
  text-align: left;
}
.hero-slider-wrap .padded-row .info {
  padding-left: 2rem;
  padding-right: 2rem;
}
.hero-slider-wrap .text-center .hero__title, .hero-slider-wrap .text-center .intro-text {
  margin-left: auto;
  margin-right: auto;
}
.hero-slider-wrap .hero-arrows svg {
  color: #fff;
}
.hero-slider-wrap .hero-arrows svg path {
  transition: 0.3s ease-in-out;
  fill: #fff;
}
.hero-slider-wrap .hero-arrows li {
  list-style-type: none;
  padding-left: 0;
}
.hero-slider-wrap .hero-arrows li:before {
  display: none;
}
.hero-slider-wrap .hero-arrows li:hover {
  cursor: pointer;
}
.hero-slider-wrap .hero-arrows li:hover svg path {
  fill: #ea0404;
}
.hero-slider-wrap .hero-arrows .prev {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1rem;
  left: 1rem;
}
.hero-slider-wrap .hero-arrows .next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1rem;
  right: 1rem;
}
.hero-slider-wrap ul {
  margin: 0;
  padding: 0;
}
.hero-slider-wrap ul li {
  padding: 0;
}
.hero-slider-wrap .dots-right .slick-dots {
  text-align: right !important;
}
.hero-slider-wrap .slick-slide {
  position: relative;
}
.hero-slider-wrap .darken:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-blend-mode: multiply;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.hero-slider-wrap .slick-dots {
  bottom: 1rem;
  padding: 0 1rem;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}
.hero-slider-wrap .slick-dots li:before {
  display: none !important;
}
.hero-slider-wrap .slick-dots li {
  opacity: 1;
  display: inline-block;
  margin: 3px;
  list-style-type: none;
}
.hero-slider-wrap .slick-dots li:before {
  display: none;
}
.hero-slider-wrap .slick-dots li button {
  transition: 0.3s ease-in-out;
  background: #fff;
  color: #fff;
  border: 0;
  opacity: 1;
  border-radius: 50%;
}
.hero-slider-wrap .slick-dots li button:before {
  display: none !important;
}
.hero-slider-wrap .slick-dots li.slick-active button {
  background: #ea0404;
  color: #ea0404;
}
.hero-slider-wrap .hero-slide {
  position: relative;
  width: 100%;
}
.hero-slider-wrap .image-hero__wrap img {
  width: 100%;
  height: auto;
}
.hero-slider-wrap .sidebar-template .content {
  position: relative;
}
.hero .form-container {
  padding: 3rem 1.5rem;
  background: #ffffff;
}
.hero .form-container.not-contained {
  margin: 0;
}
.hero .form-container.contained-form {
  margin: -4rem 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 3rem;
}
.hero .button-center .gform_footer {
  text-align: center;
  display: block !important;
  padding-bottom: 0 !important;
}
.hero .button-center .gform_footer input {
  margin-bottom: 0 !important;
}
.form-hero-wrap {
  position: relative;
  z-index: 2;
  padding: 0;
}
@media (min-width: 1024px) {
  .w-70 {
    max-width: 70%;
    position: relative;
  }
  .text-center .w-70 {
    margin: 0 auto;
  }
  .row.none {
    margin: 0 auto;
  }
  .form-left .w-70 {
    margin-left: 10%;
  }
  .hero.hero-landing .hero__title {
    max-width: 100%;
  }
  .hero.hero-landing .intro-text {
    max-width: 80%;
  }
  .hero.hero-landing .text-center {
    padding: 0 20px;
  }
  .hero.hero-landing .text-center .hero__title {
    max-width: 100%;
  }
  .hero.hero-landing .text-center .intro-text {
    max-width: 100%;
  }
}
.hero .form-container .gform_footer {
  padding-bottom: 0;
}
.hero .form-container .gform_footer input {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .form-left .hero-content-row .info {
    order: 2;
  }
}
.hero.vertical-top .info {
  justify-content: start;
}
.hero.vertical-bottom .info {
  justify-content: end;
}
.hero.vertical-true-bottom .info {
  justify-content: end;
  margin-bottom: calc(-4rem - 15px);
}
.hero-landing .text-light {
  color: #fff;
}
.hero-landing .text-light strong, .hero-landing .text-light span p {
  color: #fff;
}
.hero-landing .footnote {
  justify-content: end;
  bottom: -3rem !important;
  left: 0 !important;
  right: 0;
}
.hero-landing .info {
  padding: 0 1rem;
}
.hero-landing .hero-content-row {
  padding: 4rem 0;
}
.hero-landing .gform_body input, .hero-landing .gform_body textarea, .hero-landing .gform_body select {
  padding: 10px 12px !important;
}
.form-hero-wrap h3 {
  margin-bottom: 20px;
}
.form-text-center {
  text-align: center;
}
.form-text-center .gform_body {
  text-align: left;
}
.hero-landing .image-hero__wrap video {
  min-width: 100%;
}
.paragraph img {
  max-width: 100%;
  height: auto;
}
.paragraph h1, .paragraph h2, .paragraph h3, .paragraph h4, .paragraph h5, .paragraph h6 {
  margin: 0 0 15px 0;
}
.paragraph p + h2, .paragraph p + h3, .paragraph p + h4, .paragraph p + h5, .paragraph p + h6, .paragraph ul + h2, .paragraph ul + h3, .paragraph ul + h4, .paragraph ul + h5, .paragraph ul + h6 {
  margin-top: 30px;
}
@media only screen and (min-width: 641px) {
  .paragraph .row--standard .col-sm-8 {
    padding-right: 5%;
  }
}
.paragraph .alignleft, .paragraph img.alignleft, .paragraph .alignright, .paragraph img.alignright {
  max-width: 50%;
}
.paragraph table {
  width: 100%;
  border: none !important;
}
.paragraph table tr:first-child {
  background-color: #a3a3a3;
  color: #FFF;
  font-weight: bold;
}
.paragraph table.ccpa-data tr td {
  text-align: left;
}
.paragraph table tr td {
  padding: 0.5rem 0.5rem;
  text-align: center;
  border-color: #FFF !important;
}
.paragraph table tr:nth-child(even) {
  background-color: #EEE;
  color: #000;
}
.paragraph table tr:not(:first-child):nth-child(odd) {
  background-color: #DDD;
  color: #000;
}
.text table + * {
  margin-top: 15px !important;
}
.content ol {
  list-style: decimal;
}
.content ul ul, .content ul ol, .content ol ol, .content ol ul {
  margin: 0;
}
.content ul li {
  position: relative;
  line-height: 1.3;
  letter-spacing: 0.006em;
  margin-bottom: 1em;
}
.content ul li:before {
  content: "";
  background-color: rgb(var(--primary));
  width: 0.667em;
  height: 0.667em;
  top: 0.25em;
  left: -1.411em;
  display: block;
  position: absolute;
  border-radius: 50%;
}
.content ul li ul {
  padding-top: 0.85em;
}
.content > strong {
  line-height: 1.4;
  display: block;
}
.side-nav {
  padding: 2.222em 2.778em 3em;
  box-shadow: -1px 13px 15px -1px rgba(0, 0, 0, 0.38);
}
.side-nav a:after {
  top: calc(100% + 5px);
}
.side-nav header strong {
  color: rgb(var(--black));
  font-weight: 900;
  font-size: 1.667em;
}
.side-nav > ul {
  margin-top: 2.033em;
}
.side-nav > ul > li + li {
  margin-top: 0.889rem;
}
.side-nav li a {
  color: rgb(var(--black));
  position: relative;
}
.side-nav li.active a {
  color: rgb(var(--primary));
  font-weight: 900;
}
.side-nav > ul {
  margin-top: 2.033em !important;
}
.side-nav li:before {
  display: none !important;
}
.side-nav li.active a::before {
  content: "";
  background-image: url(../img/active-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.1em;
  left: -1.2em;
}
.side-nav li a::after {
  content: "";
  background-color: rgb(var(--secondary));
  width: 100%;
  height: 2px;
  position: absolute;
  display: block;
  left: 0;
  top: 115%;
  transform: scale(0);
  transform-origin: left;
  transition: transform 0.5s ease 0s;
}
.side-nav li a:hover::after {
  transform: scale(1);
}
.side-nav li.selected a::after {
  display: none;
}
.side-nav li.level-2 {
  display: none;
}
.side-nav li ul {
  display: none;
}
.side-nav.pop-post a {
  display: block;
}
.side-nav.pop-post li a::after {
  top: 105%;
}
.side-nav .el-tab {
  width: 2rem;
  min-height: 2rem;
  position: relative;
  flex: 0 0 auto;
  transition: background-color 0.4s ease;
  position: absolute;
  right: 4em;
  display: none;
}
.side-nav .el-tab strong {
  min-width: 100%;
}
.side-nav .el-tab:before, .side-nav .el-tab:after {
  content: "";
  position: absolute;
  width: 1.333rem;
  height: 2px;
  top: 50%;
  left: 50%;
  background-color: rgb(var(--primary));
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;
}
.side-nav .el-tab:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.side-nav .active.el-tab:after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}
.side-nav .el-tab:hover:before, .side-nav .el-tab:focus:before, .side-nav .el-tab:hover:after, .side-nav .el-tab:focus:after {
  opacity: 0.5;
}
.s-cta {
  overflow: hidden;
  text-align: center;
  padding: 2.278em 2.222em;
  background-color: rgb(var(--black));
}
.paragraph-sidebar section:last-of-type {
  padding-bottom: 2.278em !important;
}
@media (max-width: 1024px) {
  .paragraph-sidebar {
    margin-top: 20px;
  }
}
.s-cta .img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.s-cta strong {
  font-weight: 900;
  font-size: 1.944em;
  line-height: 1.3;
  text-shadow: 0px 3px 2px rgba(2, 63, 65, 0.7);
}
.s-cta .bx > .btn, .s-cta .bx > .loc-search {
  margin-top: 1.444rem;
}
.s-cta.one p {
  margin-top: 0.5em;
  text-shadow: 0px 3px 2px rgba(2, 63, 65, 0.8);
}
.s-cta.one {
  padding: 2.278em 1.922em;
  position: relative;
}
.s-cta.one:before {
  content: "";
  background-color: rgb(var(--black));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  z-index: 1;
  opacity: 0.5;
}
.s-cta.one .rlt {
  z-index: 2;
}
.s-cta.two strong {
  font-size: 2.444em;
  font-weight: 200;
}
.s-cta.three {
  overflow: visible;
}
.s-cta.three strong {
  text-shadow: none;
}
.s-cta.three img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 51px;
  height: auto;
}
.s-cta.three p {
  font-size: 1.389em;
}
.s-cta.fd {
  padding-bottom: 1.722em;
}
.s-cta.fd .btn {
  padding: 1.167em 1.889em;
}
.s-cta.fd.one {
  padding: 2.278em 1.522em;
}
.s-cta.fd.one strong {
  font-size: 2.778em;
  line-height: 1.1;
}
.s-cta.fd.one span {
  font-size: 1.667em;
  font-weight: 300;
  line-height: 1.3;
}
.s-cta.fd.three {
  background-color: rgb(var(--light));
}
.s-cta.fd.three p {
  font-size: 1em;
}
.bx.rlt {
  position: relative;
}
.bx.rlt * {
  color: #fff;
}
.s-cta img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.paragraph-sidebar > * + * {
  margin-top: 1.8em;
}
.has-cta-box {
  border: 3px solid rgb(var(--primary));
  padding: 1.422em 2.111em;
  font-weight: 900;
  font-size: 1.222em;
}
.has-cta-box strong {
  font-weight: 900;
}
.has-cta-box * {
  font-weight: 900 !important;
}
.has-cta-box.cta-black {
  border: 0;
  background-color: rgb(var(--black));
  color: #fff;
}
.has-cta-box.cta-black p, .has-cta-box.cta-black strong, .has-cta-box.cta-black span {
  color: #fff;
}
.has-cta-box + * {
  margin-top: 1.222rem;
}
div + .has-cta-box {
  margin-top: 1.222rem;
}
.paragraph strong, .paragraph b {
  font-weight: 700;
}
.paragraph strong a, .paragraph b a {
  font-weight: 700;
}
.paragraph h2 strong, .paragraph h2 b, .paragraph h3 strong, .paragraph h3 b, .paragraph h4 strong, .paragraph h4 b {
  font-weight: 900;
}
.paragraph h2 strong a, .paragraph h2 b a, .paragraph h3 strong a, .paragraph h3 b a, .paragraph h4 strong a, .paragraph h4 b a {
  font-weight: 900;
}
.paragraph strong span {
  font-weight: 700;
}
main section:last-of-type {
  padding-bottom: 80px;
}
.callout-black {
  background-color: rgb(var(--black));
  padding: 1em 1.389em;
  color: rgb(var(--white));
  margin-top: 1.22rem;
  font-size: 1.222rem;
  line-height: 1.65;
}
.callout-black p, .callout-black strong {
  color: #fff;
  font-weight: 900;
  font-size: 1.222rem;
}
.cards .card {
  border-radius: 7px;
  overflow: hidden;
  height: 100%;
}
.cards .card .phone-link {
  font-weight: 700 !important;
}
.cards h3 {
  font-size: 1.667rem;
  line-height: 1.3;
  margin-top: 1.1em;
}
@media screen and (max-width: 550px) {
  .cards h3 {
    margin-top: 0.25em;
    margin-bottom: 0.3em;
  }
}
.cards .cards-row {
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .cards .cards-row > div {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .cards .cards-row > div:first-of-type {
    margin-top: 0px;
  }
}
.cards .icon {
  margin: 0 auto;
}
.cards .icon.small {
  max-width: 60px;
  margin: 0 30px 0 0;
  border-bottom: none;
}
@media (max-width: 640px) {
  .cards .icon.small {
    margin-left: 0;
  }
}
.cards .icon.small .image__sizer {
  padding-top: 100%;
}
.cards .icon.full {
  max-width: 100%;
}
.cards .icon.pad {
  padding: 15px;
}
.cards .info {
  padding: 0;
}
.cards h2 {
  margin-bottom: 15px;
}
.cards .card-column.col-xs-12 {
  margin-top: 2rem;
}
.cards .card-column.col-lg-6:nth-of-type(1), .cards .card-column.col-lg-6:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .cards .card-column.col-lg-6:nth-of-type(1), .cards .card-column.col-lg-6:nth-of-type(2) {
    margin-top: 2rem;
  }
}
.cards .card-column.col-lg-4:nth-of-type(1), .cards .card-column.col-lg-4:nth-of-type(2), .cards .card-column.col-lg-4:nth-of-type(3) {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .cards .card-column.col-lg-4:nth-of-type(1), .cards .card-column.col-lg-4:nth-of-type(2), .cards .card-column.col-lg-4:nth-of-type(3) {
    margin-top: 2rem;
  }
}
.cards .card-column.col-lg-3:nth-of-type(1), .cards .card-column.col-lg-3:nth-of-type(2), .cards .card-column.col-lg-3:nth-of-type(3), .cards .card-column.col-lg-3:nth-of-type(4) {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .cards .card-column.col-lg-3:nth-of-type(1), .cards .card-column.col-lg-3:nth-of-type(2), .cards .card-column.col-lg-3:nth-of-type(3), .cards .card-column.col-lg-3:nth-of-type(4) {
    margin-top: 2rem;
  }
}
.cards-row > div:nth-of-type(2) .icon.small {
  margin-left: 10px;
}
.cards-row > div:nth-of-type(2) .image__wrap {
  transform: scale(1.32);
}
.cards-wide .card {
  background: #fff;
  border-radius: 7px;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .cards-wide .card h2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cards-wide.bg-color .card__inner {
  padding: 30px calc(30px - 2rem);
}
@media screen and (max-width: 1024px) {
  .cards-wide.bg-color .card__inner {
    padding: 30px calc(30px - 1.5rem);
  }
}
.cards-wide.bg-white .row .row {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .cards-wide.bg-white .row .row .col-xs-5 {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .cards-wide.bg-white .row .row [class*="col"] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .cards-wide .cards-row > div {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .cards-wide .cards-row > div:first-of-type {
    margin-top: 0px;
  }
}
.cards-wide .col-lg-6:nth-of-type(odd):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #E4E5E8;
}
@media screen and (max-width: 1024px) {
  .cards-wide .col-lg-6:nth-of-type(odd):after {
    content: none;
  }
}
.cards-wide .row .col-lg-12:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .text-image-columns .image-column:not(.first-xs) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .text-image-columns .image-column.first-xs {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) and (min-width: 550px) {
  .text-image-columns .image-column {
    max-width: 58%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 800px) {
  html main .v1.callout {
    margin: 2em auto 0;
  }
}
@media screen and (max-width: 1000px) {
  html main .callout.v1 {
    padding-left: 2em;
  }
}
@media screen and (max-width: 550px) {
  html main .callout.v1, .callout.v2 {
    padding-top: 0.911em;
    margin-top: 2.3rem;
    padding-left: 1em;
    padding-right: 1em;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .callout.v1 {
    padding-left: 2em;
  }
  .callout.v1 .van {
    display: none;
  }
  .callout.v2 img {
    width: 70%;
  }
  .callout.v3 img {
    width: 22%;
  }
  .zip-finder {
    padding: 2em;
  }
  .zip-finder strong {
    font-size: 1.5em;
  }
  .zip-finder.v2 strong {
    margin-bottom: 0.5em;
  }
  .zip-finder.v2 .btn {
    margin-top: 1em;
  }
}
.callout.v3 .phone-link {
  color: rgb(var(--secondary)) !important;
}
@media screen and (max-width: 800px) {
  .bullet-list.split li, .fancy-list.v1 li {
    width: 100%;
  }
  .callout.v2 img {
    display: none;
  }
  .callout.v3 {
    padding-left: 2em;
    display: flex;
    align-items: center;
  }
  .callout.v3 img {
    position: relative;
    width: auto;
    transform: none;
    top: 0;
  }
}
@media screen and (max-width: 550px) {
  .callout.v1, .callout.v2 {
    padding-top: 0.911em;
    margin-top: 2.3rem;
    padding-left: 1em;
    padding-right: 1em;
    justify-content: center;
    text-align: center;
  }
  .callout.v1 .stop {
    display: none;
  }
  .callout.v1 .blk {
    text-align: center;
  }
  .zip-finder {
    text-align: center;
    padding: 1.5em;
  }
  .zip-finder strong {
    border-bottom: none;
    font-size: 1.5em;
    margin-right: 0;
    line-height: 1.3;
  }
  .zip-finder.v1 strong {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .content-col {
    padding: 0 5%;
  }
}
@media (max-width: 1024px) and (min-width: 640px) {
  .img-size--4x3 {
    max-width: 58%;
    margin-left: auto;
    margin-right: auto;
  }
}
.callout.v2 {
  background-color: rgb(var(--black));
  color: rgb(var(--white));
  padding: 1em 2.944em;
  padding-right: 6.667rem;
}
.callout.v2 * {
  color: #fff;
}
.callout.v2 strong {
  display: block;
  font-size: 2.111rem;
  font-weight: 900;
}
.callout.v2 span {
  font-size: 0.944em;
  font-weight: 500;
  line-height: 1.6;
}
.callout.v2 span a {
  font-size: 1.333rem;
  text-decoration: none;
  color: rgb(var(--secondary));
  font-weight: 900;
  position: relative;
}
.callout.v2 img {
  position: absolute;
  bottom: -2em;
  right: -12.3em;
  width: 56%;
}
.callout.v2 a:after {
  content: "";
  background-color: #00c7c4;
  width: 100%;
  height: 3px;
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  transform: scale(0);
  transform-origin: left;
  transition: transform 0.5s ease 0s;
}
.callout.v2 a[href^=tel]:after {
  display: none;
}
.callout.v2 a:hover:after {
  transform: scale(1);
}
@media screen and (max-width: 550px) {
  .full-img-mbl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .full-img-mbl .image__sizer {
    padding-top: 77.05%;
  }
  .full-img-mbl .image-column {
    padding: 0 !important;
  }
  .full-img-mbl .content-col {
    padding-left: calc(4% + 1rem) !important;
    padding-right: calc(4% + 1rem) !important;
  }
}
.images .image-column {
  margin-top: 2rem;
}
.images .image-column.col-lg-12:first-of-type {
  margin-top: 0;
}
.images .image-column.col-lg-6:first-of-type, .images .image-column.col-lg-6:nth-of-type(2) {
  margin-top: 0;
}
.images .image-column.col-lg-4:first-of-type, .images .image-column.col-lg-4:nth-of-type(2), .images .image-column.col-lg-4:nth-of-type(3) {
  margin-top: 0;
}
.images .image-column.col-lg-3:first-of-type, .images .image-column.col-lg-3:nth-of-type(2), .images .image-column.col-lg-3:nth-of-type(3), .images .image-column.col-lg-3:nth-of-type(4) {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .images .row .col-lg-3:nth-of-type(n + 2), .images .row .col-lg-4:nth-of-type(n + 2), .images .row .col-lg-6:nth-of-type(n + 2) {
    margin-top: 2rem;
  }
}
.images img.none {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.images .half {
  display: inline-block;
}
.images .half img {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .images .half img {
    width: 100%;
  }
}
.accordion .accordion__section-title {
  margin-top: 30px;
  font-weight: 700;
}
.accordion .accordion__section-title:first-of-type {
  margin-top: 15px;
}
.accordion .down-arrow .ac .ac-trigger::after {
  content: "▾";
  transition: 0.15s ease-out;
}
.accordion .down-arrow .ac.is-active > .ac-header .ac-trigger::after {
  content: "▾";
  transform: rotate(180deg) translate(0, 50%);
}
.form-intro {
  padding-bottom: 1rem;
}
.form-block {
  position: relative;
}
.form-block .row {
  max-width: 66.667rem;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.51);
  padding: 2.4rem 4.389rem;
  margin: 3rem auto 6rem auto;
  position: relative;
}
@media (max-width: 600px) {
  .form-block .row {
    padding: 2.4rem 0.5rem;
  }
}
.form-block .row .stop-sign-form {
  position: absolute;
  right: 0;
  left: 0;
  top: -25px;
  max-width: 62px;
  margin: auto;
}
.form-block .row .stop-sign-form img {
  max-width: 100%;
}
.form-button-center .gform_wrapper {
  text-align: center;
}
.form-button-center .gform-body {
  text-align: left;
}
.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gform_confirmation_wrapper {
  padding: 2rem;
  text-align: center;
  background: #d1eece;
  animation: fadeIn ease 1.5s;
}
.gform_body input, .gform_body textarea, .gform_body select {
  display: block;
  resize: none;
  outline: none;
  border: none;
  border-radius: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 3, 6, 0.3);
  padding: 0.6rem 1rem;
  margin: 0;
  color: rgb(var(--black));
  background-color: rgb(var(--white));
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.556;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.gform_body label, .gform_body legend {
  color: #555;
  font-weight: 400 !important;
  letter-spacing: 1px;
}
.gform_body .ginput_container > *, .gform_body .ginput_container input[type=text], .gform_body .ginput_container input[type=email], .gform_body .ginput_container input[type=tel] {
  display: block;
  resize: none;
  outline: none;
  border: none;
  border-radius: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 3, 6, 0.3);
  padding: 0.6rem 1rem;
  margin: 0;
  color: rgb(var(--black));
  background-color: rgb(var(--white));
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 2rem;
  appearance: none;
  -webkit-appearance: none;
  height: 3rem;
  -moz-appearance: none;
  -ms-appearance: none;
}
.gform_body .ginput_container.ginput_container_date {
  display: block !important;
  width: 100%;
}
.gform_body .ginput_container.ginput_container_date input {
  width: 100% !important;
}
.spacer.gfield {
  display: none !important;
}
.gform_required_legend {
  display: none;
}
.placeholder-labels .gform_body ul {
  list-style: none;
}
.placeholder-labels .gfield {
  position: relative;
  margin: 15px 5px 0 0;
}
.placeholder-labels .gfield input {
  transition: 0.1s all linear;
}
.placeholder-labels .text-field label, .placeholder-labels .textarea-field label, .placeholder-labels .email-field label, .placeholder-labels .phone-field label {
  position: absolute;
  top: 22px;
  left: 15px;
  transition: 0.1s all linear;
  cursor: text;
}
.placeholder-labels .gfield.active label {
  top: -22px;
  left: 5px;
}
.form-block .gfield {
  position: relative;
  margin: 15px 5px 0 0 !important;
}
.gfield_checkbox {
  height: auto !important;
}
.gfield_checkbox, .ginput_container_consent {
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
}
.gfield_checkbox input[type="checkbox"], .ginput_container_consent input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.gfield_checkbox input[type="checkbox"] + label, .ginput_container_consent input[type="checkbox"] + label {
  margin-left: 0 !important;
  padding-left: 30px;
}
.gfield_checkbox > *, .ginput_container_consent > * {
  margin-bottom: 8px;
}
.gfield_checkbox > *:last-of-type, .ginput_container_consent > *:last-of-type {
  margin-bottom: 0;
}
.gfield_checkbox label, .ginput_container_consent label {
  position: relative;
}
.gfield_checkbox input[type="checkbox"], .ginput_container_consent input[type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.gfield_checkbox input[type="checkbox"] + label:before, .ginput_container_consent input[type="checkbox"] + label:before {
  transition: 0.3s ease-in-out;
  content: "";
  width: 22px;
  height: 22px;
  border: 2px solid #555;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.gfield_checkbox input[type="checkbox"]:checked + label:before, .ginput_container_consent input[type="checkbox"]:checked + label:before {
  background-color: #555;
}
.gfield_checkbox input[type="checkbox"]:checked + label:after, .ginput_container_consent input[type="checkbox"]:checked + label:after {
  content: "";
  width: 12px;
  height: 6px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  left: 5px;
}
.gfield_radio > * {
  margin-bottom: 8px;
}
.gfield_radio > *:last-of-type {
  margin-bottom: 0;
}
.gfield_radio label {
  position: relative;
}
.gfield_radio label:before, .gfield_radio label:after {
  transition: 0.3s ease-in-out;
}
.gfield_radio input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.gfield_radio input[type="radio"] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #555;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}
.gfield_radio input[type="radio"]:checked + label:before {
  background-color: #555;
}
.gfield_radio input[type="radio"]:checked + label:after {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: white;
  position: absolute;
  top: 6px;
  left: 6px;
}
.using-tab input[type="checkbox"]:focus + label:before, .using-tab input[type="radio"]:focus + label:before {
  outline: 1.5px;
  outline-style: solid;
  outline-color: #1b92fa;
}
body {
  /* Spinner */
}
body .gform-icon--close:before {
  color: #fff;
}
body .gform_wrapper .gform_validation_errors {
  margin-bottom: 20px;
}
body .gform_wrapper .gform_validation_errors, body .gform_submission_error {
  color: #fff;
}
body .gform_wrapper .gform_validation_errors > h2 {
  font-size: 16px;
  color: #fff;
}
body .gform_wrapper .gfield_error .gfield_repeater_cell label, body .gform_wrapper .gfield_error label, body .gform_wrapper .gfield_error legend, body .gform_wrapper .gfield_validation_message, body .gform_wrapper .validation_message, body .gform_wrapper [aria-invalid=true] + label, body .gform_wrapper label + [aria-invalid=true] {
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: 0;
}
body .gform_ajax_spinner {
  box-sizing: border-box;
  border: 3px solid #373737;
  border-left: 3px solid rgba(55, 55, 55, 0.5);
  border-top: 3px solid rgba(55, 55, 55, 0.5);
  border-right: 3px solid rgba(55, 55, 55, 0.5);
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 1;
  top: 17px;
  right: -40px;
  margin: auto;
  left: 11rem;
}
@media (max-width: 1700px) {
  body .gform_ajax_spinner {
    right: -7rem !important;
  }
}
@media (max-width: 640px) {
  body .gform_ajax_spinner {
    right: -4rem !important;
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gform_footer {
  position: relative !important;
  display: inline-block !important;
}
@media (max-width: 1024px) {
  body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1;
  }
}
.gfield_error label {
  color: #c02b0a;
}
.bg-dark .gform_body input, .bg-dark .gform_body textarea, .bg-dark .gform_body select {
  border: 1px solid #fff !important;
}
.bg-dark .gform_body label, .bg-dark .gform_body legend {
  color: #fff;
}
.bg-dark .gform_body .ginput_container > * {
  border-color: #fff;
}
.bg-dark .gform_body .gfield_checkbox {
  box-shadow: none !important;
}
.bg-dark .gform_body .gfield_checkbox input[type="checkbox"] {
  visibility: hidden;
}
.bg-dark .gform_body .gfield_checkbox input[type="checkbox"] + label:before {
  border: 2px solid #fff;
}
.bg-dark .gform_body .gfield_checkbox input[type="checkbox"]:checked + label:before {
  background-color: #fff;
}
.bg-dark .gform_body .gfield_checkbox input[type="checkbox"]:checked + label:after {
  content: "";
  border-left: 2px solid white;
  border-bottom: 2px solid white;
}
.bg-dark .gform_body .gfield_radio input[type="radio"] + label:before {
  border: 2px solid #fff;
}
.bg-dark .gform_body .gfield_radio input[type="radio"]:checked + label:before {
  background-color: #fff;
}
.bg-dark .gform_body .gfield_radio input[type="radio"]:checked + label:after {
  background-color: white;
}
.hour_minute_colon {
  display: none;
}
.ginput_container_time {
  min-width: 70px !important;
  margin-left: 0 !important;
  margin-right: 15px;
}
.ginput_container_select select, .gfield select {
  position: relative;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* SVG background image */
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.813 4.546L12 13.797l9.187-9.248l2.813 2.831L12 19.454l-12-12.077Z' style='fill: rgb(0, 199, 196);'%3E%3C/path%3E%3C/svg%3E");
  background-size: 44px;
  background-position: calc(100% - .8em) center;
  background-repeat: no-repeat;
}
.gfield_select {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.813 4.546L12 13.797l9.187-9.248l2.813 2.831L12 19.454l-12-12.077Z' style='fill: rgb(0, 199, 196);'%3E%3C/path%3E%3C/svg%3E") !important;
  background-size: 1rem !important;
  background-position: calc(100% - .8em) center;
  background-repeat: no-repeat;
}
.ginput_container_fileupload input[type=file] {
  background: rgba(0, 0, 0, 0.02);
  border: 1px dashed #ccc !important;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 32px;
  text-align: center;
}
.ginput_container_fileupload input {
  padding: 0 !important;
}
label.gfield_consent_label {
  top: 0 !important;
}
body .gform_wrapper.gravity-theme .ginput_complex label {
  font-size: 13px;
}
.form-block.placeholder-labels .gfield {
  margin: 20px 5px 0 0 !important;
}
html .gform-theme--api, html .gform-theme--foundation {
  --gf-form-gap-x: 16px;
  --gf-form-gap-y: 10px;
}
.gform_fileupload_rules {
  padding: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
}
.gform-footer {
  width: 100% !important;
  display: block !important;
  text-align: center !important;
}
.gform-footer input[type=submit] {
  padding: 1.222em 1.056em !important;
  min-width: 180px !important;
  font-size: 1rem !important;
  font-family: "Libre Franklin", sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.068em !important;
  margin: 0 auto !important;
  border: 0 !important;
  transition: all 0.6s ease-in-out !important;
}
.gform-theme--framework .gform_validation_errors .gform_submission_error {
  flex-direction: row !important;
}
.gform_confirmation_message {
  line-height: 1.65;
  font-size: 1.3rem !important;
}
.posts-index .post-card {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .posts-index .post-card {
    margin-top: 30px;
  }
}
.posts-index .post-card img {
  display: block;
}
.posts-index .filter {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .posts-index .filter {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.posts-index .ss-main {
  min-height: 42px;
}
.posts-index .ss-main:focus {
  outline: none;
  box-shadow: none;
}
.posts-index .ss-main .ss-values .ss-value {
  background-color: #ea0404;
  color: #fff;
}
.posts-index .spinner-load-more {
  display: none;
  margin-top: 10px;
}
.posts-index .spinner-filter, .posts-index .spinner-search {
  display: none;
  position: absolute;
  right: 21px;
  top: 8px;
}
.posts-index .blog-search {
  position: relative;
  width: 100%;
  display: block;
}
.posts-index .blog-search input[type="text"] {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dcdee2;
  height: 42px;
  padding: 5px 10px;
  display: block;
  box-sizing: border-box;
}
.posts-index .blog-search input[type="text"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8d8d8d;
  font-size: 16px;
  line-height: 1rem;
  opacity: 1;
  /* Firefox */
}
.posts-index .blog-search input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8d8d8d;
  font-size: 16px;
  line-height: 1rem;
}
.posts-index .blog-search input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8d8d8d;
  font-size: 16px;
  line-height: 1rem;
}
.posts-index .blog-search [type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  outline: none;
  width: 30px;
  top: 10px;
  right: 5px;
  cursor: pointer;
}
div.ss-content .ss-search input:focus {
  outline: none;
  box-shadow: none;
}
div.ss-content .ss-list .ss-option:hover {
  color: #fff;
  background: #ea0404;
}
div.ss-content .ss-list .ss-option.ss-highlighted, div.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: #fff;
  background: #ea0404;
}
@keyframes slideIn {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.slider-images .glide {
  position: relative;
}
.slider-images .glide--pagination {
  margin-bottom: 40px;
}
.slider-images .glide__slides {
  display: flex;
  align-items: center;
}
.slider-images .glide__slides--1 > li {
  width: calc(100% - 0px);
}
.slider-images .glide__slides--2 > li {
  width: calc(50% - 20px);
}
.slider-images .glide__slides--3 > li {
  width: calc(33.333% - 26.666px);
}
.slider-images .glide__slides--4 > li {
  width: calc(25% - 30px);
}
.slider-images .glide__slides.glide__slide--contain .glide__slide {
  height: auto;
}
.slider-images .glide__slides.glide__slide--contain img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  max-height: 100%;
  max-width: 8em;
  margin: 0 auto;
}
.slider-images .glide__slides.glide__slide--cover {
  align-items: stretch;
}
.slider-images .glide__slides.glide__slide--cover .glide__slide {
  height: auto;
}
.slider-images .glide__slides.glide__slide--cover img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.slider-images .glide__slide {
  padding-left: 0px;
  margin-bottom: 0px;
}
.slider-images .glide__slide:before {
  content: none;
}
.slider-images .glide__slide.glide__slide--16x9 {
  aspect-ratio: 1.7777777778;
  overflow: hidden;
}
.slider-images .glide__slide.glide__slide--4x3 {
  aspect-ratio: 1.3333333333;
  overflow: hidden;
}
.slider-images .glide__slide.glide__slide--4x4 {
  aspect-ratio: 1;
  overflow: hidden;
}
.slider-images .glide__slide img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1101px) {
  .slider-images div.desktop--hide {
    display: none;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .slider-images div.tablet--hide {
    display: none;
  }
}
.slider-images .slider__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  font-size: 1em;
  align-items: center;
  color: rgb(var(--primary));
  background-color: transparent;
  cursor: pointer;
  transition: 0.4s ease;
  background-color: rgb(var(--secondary));
  padding: 0.389em;
  border: 0;
}
.slider-images .slider__arrow svg {
  fill: #fff;
}
.slider-images .slider__arrow:hover {
  background: #ccc;
  cursor: pointer;
}
.slider-images .slider__arrow--prev {
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1360px) {
  .slider-images .slider__arrow--prev {
    left: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .slider-images .slider__arrow--prev {
    left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .slider-images .slider__arrow--prev {
    left: calc(50% - 38px);
    bottom: -4rem;
    top: auto;
  }
}
.slider-images .slider__arrow--next {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1360px) {
  .slider-images .slider__arrow--next {
    right: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .slider-images .slider__arrow--next {
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .slider-images .slider__arrow--next {
    right: calc(50% - 34px);
    bottom: -4rem;
    top: auto;
  }
}
.slider-images .glide__bullets {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
}
.slider-images .glide__bullets .glide__bullet {
  border: none;
  outline: none;
  padding: 0;
  width: 24px;
  height: 24px;
  background: #ccc;
  border-radius: 50%;
  transform: scale(0.6);
  transform-origin: center bottom;
  cursor: pointer;
}
.slider-images .glide__bullets .glide__bullet--active {
  background: #333;
}
.pretty-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5em;
  width: 100%;
}
.pretty-header h2 {
  text-align: left;
  flex: 0 0 auto;
  margin-right: 0.25em;
  margin-bottom: 0;
}
.pretty-heade {
  display: block;
  text-align: center;
}
.pretty-header h2 {
  margin-right: 0;
  margin-bottom: 0.8rem;
  padding-right: 1rem;
}
.pretty-header .line {
  width: 100%;
  height: 2px;
  background-color: rgb(var(--primary));
  margin-top: 1.4em;
}
.pretty-header img {
  flex: 0 0 auto;
  margin-left: 1em;
  margin-top: 0.25em;
  width: 51px;
  height: auto;
}
@media (max-width: 550px) {
  .pretty-header h2 {
    max-width: 95%;
    font-size: 1.7rem;
  }
  .pretty-header .line {
    display: none;
  }
  .pretty-header img {
    margin-left: 0;
  }
}
.find-loc .stop img {
  width: 54px;
  height: auto;
}
.find-log.cta-layout-van {
  padding-bottom: 10.889rem;
}
.find-loc picture {
  position: absolute;
  top: 0;
  right: 0;
  width: 59.222rem;
  height: 39.111rem;
}
.find-loc header {
  margin-bottom: 0;
}
.find-loc.cta-layout-van h2 {
  text-align: left;
  font-size: 4.167em;
  font-weight: 800;
}
.find-loc p {
  font-size: 1.667em;
  font-weight: 300;
  margin-top: 0.7em;
  margin-bottom: 1.633em;
}
.find-loc .input-text {
  _box-shadow: 0px 0px 28px 3px rgba(0, 0, 0, 0.35);
}
.find-loc .logo, .find-loc .mobile-loc {
  display: none;
}
@media screen and (max-width: 1200px) {
  .find-loc {
    padding-bottom: 6.889rem;
    padding-left: 5%;
    padding-right: 5%;
  }
  .find-loc.cta-layout-van h2 {
    font-size: 3.667em;
  }
  .find-loc picture {
    top: 3em;
    width: 46.222rem;
  }
}
@media screen and (max-width: 1000px) {
  .find-loc picture {
    top: 6em;
    width: 29.222rem;
  }
}
@media screen and (max-width: 800px) {
  .find-loc {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .find-loc.cta-layout-van h2 {
    font-size: 2.767em;
  }
  .find-loc h2 br {
    display: none;
  }
  .find-loc picture {
    display: none;
  }
  .find-loc .input-text.flex .btn {
    font-size: 0.9rem;
  }
  .find-loc .logo {
    display: block;
    margin-bottom: 1em;
  }
  .find-loc .mobile-loc {
    display: table;
  }
  .find-loc .loc {
    display: none;
  }
}
.cta-layout-stop {
  text-align: center;
}
.cta-layout-stop .van-img {
  display: none !important;
}
@media (min-width: 768px) {
  .cta-layout-van .stop {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .recent-posts .cards-row > div:nth-of-type(1n + 2) .post-card {
    margin-top: 30px;
  }
}
.recent-posts.background-dark * {
  color: #fff;
}
.recent-posts.background-dark .link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512' style='fill: %23ffffff;'%3E%3Cpath d='M440.6 273.4c4.7-4.5 7.4-10.8 7.4-17.4s-2.7-12.8-7.4-17.4l-176-168c-9.6-9.2-24.8-8.8-33.9 .8s-8.8 24.8 .8 33.9L364.1 232 24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l340.1 0L231.4 406.6c-9.6 9.2-9.9 24.3-.8 33.9s24.3 9.9 33.9 .8l176-168z'/%3E%3C/svg%3E");
}
.posts-row-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .posts-row-wrap {
    padding-bottom: 80px;
    padding-top: 60px;
  }
}
@media (min-width: 1300px) {
  .posts-row-wrap .posts-row-block .posts-row-block-slider.row {
    min-width: 1300px;
  }
}
.posts-row-wrap .posts-row-block.slick-initialized .slick-slide {
  display: flex;
}
.posts-row-wrap .posts-row-block .card-date {
  text-transform: uppercase;
}
.posts-row-wrap .posts-row-block .post-card {
  margin-top: 0;
  border: 3px solid #dadada;
  padding: 20px;
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  transition: 0.3s ease-in-out;
}
@media (min-width: 640px) {
  .posts-row-wrap .posts-row-block .post-card {
    margin-bottom: 2rem;
  }
}
.posts-row-wrap .posts-row-block .post-card:hover {
  background: #dadada;
}
.posts-row-wrap .posts-row-block .post-card h2, .posts-row-wrap .posts-row-block .post-card h3, .posts-row-wrap .posts-row-block .post-card h4 {
  color: #000;
}
.posts-row-wrap .posts-row-block .post-card img {
  transition: 0.3s ease-in-out;
}
.posts-row-wrap .posts-row-block .post-card:hover .image__shrink img {
  transform: scale(1.15);
}
.posts-row-wrap .posts-row-block .info, .posts-row-wrap .posts-row-block .info__inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.posts-row-wrap .posts-row-block .categories {
  /* This pushes the categories to the bottom */
}
.posts-row-wrap .posts-row-block > .col-xs-12 {
  flex-grow: 1;
  display: flex;
}
.posts-row-wrap .posts-row-block .swiper-button-prev, .posts-row-wrap .posts-row-block .swiper-button-next, .posts-row-wrap .posts-row-block .posts-slider-button {
  border-radius: 50% 50% 50% 50%;
  overflow: hidden;
  border-width: 1px;
  border-color: #ea0404;
  top: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px !important;
  height: 50px !important;
  border: 1px solid #ea0404;
  background: #ea0404;
  z-index: 9;
}
@media (max-width: 1024px) {
  .posts-row-wrap .posts-row-block .swiper-button-prev, .posts-row-wrap .posts-row-block .swiper-button-next, .posts-row-wrap .posts-row-block .posts-slider-button {
    width: 34px !important;
    height: 34px !important;
  }
  .posts-row-wrap .posts-row-block .swiper-button-prev svg, .posts-row-wrap .posts-row-block .swiper-button-next svg, .posts-row-wrap .posts-row-block .posts-slider-button svg {
    width: 11px;
  }
}
@media (max-width: 640px) {
  .posts-row-wrap .posts-row-block .swiper-button-prev, .posts-row-wrap .posts-row-block .swiper-button-next, .posts-row-wrap .posts-row-block .posts-slider-button {
    width: 30px !important;
    height: 30px !important;
  }
  .posts-row-wrap .posts-row-block .swiper-button-prev svg, .posts-row-wrap .posts-row-block .swiper-button-next svg, .posts-row-wrap .posts-row-block .posts-slider-button svg {
    width: 9px;
  }
}
.posts-row-wrap .posts-row-block .swiper-button-prev:before, .posts-row-wrap .posts-row-block .swiper-button-next:before, .posts-row-wrap .posts-row-block .posts-slider-button:before {
  display: none !important;
}
.posts-row-wrap .posts-row-block .swiper-button-prev svg, .posts-row-wrap .posts-row-block .swiper-button-next svg, .posts-row-wrap .posts-row-block .posts-slider-button svg {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: auto;
  width: 13px;
}
.posts-row-wrap .posts-row-block .swiper-button-prev {
  left: 50px;
}
@media (max-width: 1024px) {
  .posts-row-wrap .posts-row-block .swiper-button-prev {
    left: 15px;
  }
}
@media (max-width: 640px) {
  .posts-row-wrap .posts-row-block .swiper-button-prev {
    left: 3px;
  }
}
.posts-row-wrap .posts-row-block .swiper-button-next {
  right: 50px;
}
@media (max-width: 1024px) {
  .posts-row-wrap .posts-row-block .swiper-button-next {
    right: 15px;
  }
}
@media (max-width: 640px) {
  .posts-row-wrap .posts-row-block .swiper-button-next {
    right: 3px;
  }
}
.posts-row-wrap .posts-row-block .button-white {
  display: inline-block;
  background: transparent;
  color: #fff;
  padding: 10px 40px;
  font-weight: 500;
  font-size: 18px;
  border: none;
  outline: none;
  border: 1px solid #fff;
  transition: 0.35s ease-in-out;
  width: auto;
  margin: 0;
}
.posts-row-wrap .posts-row-block .button-white:hover {
  background: #fff;
  color: #1C4588 !important;
}
.posts-row-wrap .posts-row-block .category-preview-wrap {
  font-size: 14px;
}
.posts-row-wrap .posts-row-block .category-preview-wrap .category-img {
  width: 35px;
  display: inline-block;
  position: relative;
  min-height: 13px;
}
.posts-row-wrap .posts-row-block .category-preview-wrap .category-img img {
  position: absolute;
  left: 0;
  top: -5px;
  width: 35px;
  height: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.posts-row-wrap .posts-row-block .resource-item {
  position: relative;
  font-weight: 600;
}
.posts-row-wrap .posts-row-block .resource-item .category-img {
  position: absolute;
  left: 0;
  top: -4px;
}
.posts-row-wrap .posts-row-block .media-video {
  position: relative;
}
.posts-row-wrap .posts-row-block .play-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 75px;
  width: 75px;
}
.posts-row-wrap .posts-row-block .posts-row-block {
  justify-content: center;
}
.posts-row-wrap .posts-row-block .resource-item * {
  color: #4A4E5C;
}
.posts-row-wrap .post-card {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .posts-row-wrap .post-card {
    margin-top: 30px;
  }
}
.posts-row-wrap .post-card img {
  display: block;
}
.posts-row-wrap .filter {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .posts-row-wrap .filter {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.posts-row-wrap .ss-main {
  min-height: 42px;
}
.posts-row-wrap .ss-main:focus {
  outline: none;
  box-shadow: none;
}
.posts-row-wrap .ss-main .ss-values .ss-value {
  background-color: #ea0404;
  color: #fff;
}
.posts-row-wrap .spinner-load-more {
  display: none;
  margin-top: 10px;
}
.posts-row-wrap .spinner-filter, .posts-row-wrap .spinner-search {
  display: none;
  position: absolute;
  right: 21px;
  top: 8px;
}
.posts-row-wrap .blog-search {
  position: relative;
  width: 100%;
  display: block;
}
.posts-row-wrap .blog-search input[type="text"] {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dcdee2;
  height: 42px;
  padding: 5px 10px;
  display: block;
  box-sizing: border-box;
}
.posts-row-wrap .blog-search input[type="text"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8d8d8d;
  font-size: 16px;
  line-height: 1rem;
  opacity: 1;
  /* Firefox */
}
.posts-row-wrap .blog-search input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8d8d8d;
  font-size: 16px;
  line-height: 1rem;
}
.posts-row-wrap .blog-search input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8d8d8d;
  font-size: 16px;
  line-height: 1rem;
}
.posts-row-wrap .blog-search [type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  outline: none;
  width: 30px;
  top: 10px;
  right: 5px;
  cursor: pointer;
}
.video .image-column {
  margin-top: 2rem;
}
.video .image-column.col-lg-12:first-of-type {
  margin-top: 0;
}
.video .image-column.col-lg-6:first-of-type, .video .image-column.col-lg-6:nth-of-type(2) {
  margin-top: 0;
}
.video .image-column.col-lg-4:first-of-type, .video .image-column.col-lg-4:nth-of-type(2), .video .image-column.col-lg-4:nth-of-type(3) {
  margin-top: 0;
}
.video .image-column.col-lg-3:first-of-type, .video .image-column.col-lg-3:nth-of-type(2), .video .image-column.col-lg-3:nth-of-type(3), .video .image-column.col-lg-3:nth-of-type(4) {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .video .row .col-lg-3:nth-of-type(n + 2), .video .row .col-lg-4:nth-of-type(n + 2), .video .row .col-lg-6:nth-of-type(n + 2) {
    margin-top: 2rem;
  }
}
.video img.none {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.video .half {
  display: inline-block;
}
.video .half img {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .video .half img {
    width: 100%;
  }
}
.video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}
.video .play-button * {
  fill: #ea0404;
}
.content-timeline .et_had_animation {
  position: relative;
}
.content-timeline .et_pb_module {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
.content-timeline .dsm-content-timeline-content-wrapper, .content-timeline .dsm-content-timeline-content-wrapper:before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.content-timeline .dsm-content-timeline-items-wrapper .dsm-content-timeline-date.dsm-desktop {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.content-timeline .dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper .dsm-image {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 0;
}
.content-timeline .dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper .dsm-timeline-content .et_pb_button {
  display: inline-block;
  margin-top: 15px;
}
.content-timeline .dsm-content-timeline-items-wrapper .dsm-content-timeline-date.dsm-mobile {
  margin-bottom: 10px;
}
.content-timeline .dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 60px;
  width: 100%;
  will-change: transform;
  overflow: visible !important;
}
.content-timeline .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-tree {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.content-timeline .dsm-content-timeline-items-wrapper.dsm-center .dsm-pointer-wrapper {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
}
.content-timeline .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-item-wrapper:nth-child(odd) .dsm-content-timeline-date {
  right: auto;
  left: auto;
}
.content-timeline .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-date.dsm-desktop {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
}
.content-timeline .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-content-wrapper {
  width: calc(50% - 54px) !important;
}
.content-timeline .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-item-wrapper:nth-child(odd) .dsm-content-timeline-content-wrapper {
  position: relative;
  left: 55%;
  top: 0;
}
.content-timeline .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-item-wrapper {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  direction: ltr !important;
}
.content-timeline .dsm-content-timeline-items-wrapper .et_pb_module {
  margin-bottom: 0 !important;
}
.content-timeline .dsm_content_timeline_child_6 .dsm-content-timeline-content-wrapper {
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content-timeline .dsm_content_timeline_0 .dsm-content-timeline-content-wrapper .dsm-title {
  font-weight: 400;
}
.content-timeline .dsm_content_timeline_0 .dsm-content-timeline-content-wrapper {
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  margin-bottom: 0;
  margin-top: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
  background-color: #fff;
}
.content-timeline .dsm_content_timeline_0 .dsm-content-timeline-content-wrapper .dsm-title {
  margin-top: 0;
}
.content-timeline .dsm_content_timeline_0 .dsm-pointer-wrapper {
  border-radius: 100%;
  background-color: #606060;
}
.content-timeline .dsm_content_timeline_0 .dsm-content-timeline-date.dsm-desktop .date {
  border-style: solid;
}
.content-timeline .dsm_content_timeline_0 .dsm-image {
  max-width: 100%;
}
.content-timeline .dsm_content_timeline_0 .dsm-content-timeline-tree {
  width: 7px;
  background-color: #606060;
}
.content-timeline .dsm_content_timeline_0 .dsm-pointer-wrapper .dsm-image {
  width: 30px;
  height: 30px;
}
.content-timeline .dsm_content_timeline_0 .dsm-content-timeline-tree .dsm-content-timeline-tree-progress, .content-timeline .dsm_content_timeline_0 .dsm-pointer-active .dsm-pointer-wrapper {
  background-color: #ea0404;
}
.content-timeline .dsm_content_timeline_0 .dsm-content-timeline-content-wrapper, .content-timeline .dsm_content_timeline_0 .dsm-content-timeline-content-wrapper::before, .content-timeline .et_pb_row_15 {
  background-color: #fff;
}
.content-timeline .dsm_content_timeline_0 .dsm-content-timeline-date.dsm-mobile {
  display: none;
}
.content-timeline .dsm_content_timeline_0 .dsm-pointer-active .dsm-pointer-wrapper, .content-timeline .dsm_content_timeline_0 .dsm-pointer-wrapper {
  transition: all 0.2s ease-in-out;
}
.content-timeline .dsm_content_timeline_0 .dsm-center .dsm-content-timeline-item-wrapper:nth-child(odd) .dsm-content-timeline-date.dsm-desktop .date {
  margin: 0 0 0 auto;
}
.content-timeline .dsm_content_timeline_0 .dsm-content-timeline-item-wrapper:nth-child(odd) .dsm-content-timeline-date.dsm-desktop {
  text-align: right;
}
.content-timeline .dsm-timeline-content {
  padding-bottom: 190px;
}
@media (max-width: 1024px) {
  .content-timeline .dsm-timeline-content {
    padding-bottom: 50px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .content-timeline .dsm_content_timeline_0 .dsm-content-timeline-date.dsm-mobile {
    display: block;
  }
}
.dsm-pointer-wrapper {
  position: relative;
}
.dsm-pointer-wrapper:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 4px solid #606060;
  height: 0px;
  width: 0px;
  content: "";
  border-radius: 500px;
  margin: auto;
  transition: all 0.2s ease-in-out;
}
.dsm-pointer-active .dsm-pointer-wrapper {
  background: #ea0404;
}
.dsm-pointer-active .dsm-pointer-wrapper:before {
  left: -12px;
  border-color: #ea0404;
  height: 44px;
  width: 44px;
}
.dsm-mobile img {
  max-width: 300px;
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
  .timeline-left .dsm-mobile img {
    max-width: 50%;
    height: auto;
    width: 100%;
  }
}
.content-timeline h3 {
  color: #2e3346;
}
@media (min-width: 1024px) {
  .content-timeline .dsm_content_timeline_0 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .dsm-visibility .date {
    display: none;
  }
  .timeline-even .dsm-timeline-content {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .dsm-content-timeline-items-wrapper .dsm-content-timeline-date.dsm-desktop {
    display: none !important;
  }
  .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-tree, .dsm-content-timeline-items-wrapper.dsm-center .dsm-pointer-wrapper {
    left: 4%;
  }
  .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-content-wrapper {
    margin-left: 50px !important;
  }
  .dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper, .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-content-wrapper {
    width: 100% !important;
  }
  .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-item-wrapper:nth-child(odd) .dsm-content-timeline-content-wrapper {
    left: 0 !important;
  }
  .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-item-wrapper:nth-child(odd) .dsm-content-timeline-date {
    text-align: left;
  }
}
.timeline-left .dsm-visibility .date {
  display: none;
}
.timeline-left .timeline-even .dsm-timeline-content {
  text-align: left;
}
.timeline-left .dsm-content-timeline-items-wrapper .dsm-content-timeline-date.dsm-desktop {
  display: none !important;
}
.timeline-left .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-tree, .timeline-left .dsm-content-timeline-items-wrapper.dsm-center .dsm-pointer-wrapper {
  left: 1rem;
}
.timeline-left .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-content-wrapper {
  margin-left: 80px !important;
}
@media (max-width: 767px) {
  .timeline-left .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-content-wrapper {
    margin-left: 50px !important;
  }
}
.timeline-left .dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper, .timeline-left .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-content-wrapper {
  width: 100% !important;
}
.timeline-left .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-item-wrapper:nth-child(odd) .dsm-content-timeline-content-wrapper {
  left: 0 !important;
}
.timeline-left .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-item-wrapper:nth-child(odd) .dsm-content-timeline-date {
  text-align: left;
}
.timeline-left .dsm_content_timeline_0 .dsm-content-timeline-date.dsm-mobile {
  display: block;
}
.timeline-left.content-timeline .dsm-timeline-content {
  padding-bottom: 40px;
}
.stats-counter .added-suffix {
  font-size: 0.65em;
}
@media screen and (max-width: 1024px) {
  .stats-counter .stat-column {
    margin-top: 30px;
  }
  .stats-counter .stat-column:first-child {
    margin-top: 0;
  }
}
.hero-gradient.default {
  height: auto;
}
.hero-gradient.default .info {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .hero-gradient.default .info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.hero-gradient.tall {
  height: 800px;
}
.hero-gradient.short {
  height: 400px;
}
.hero-gradient.full {
  height: calc(100vh - 80px);
}
.hero-gradient canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-gradient .row {
  height: 100%;
}
.hero-gradient .info {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.hero-gradient .info * {
  color: #fff;
}
.hero-gradient .intro-text {
  padding-top: 20px;
}
.hero-gradient .button-wrap {
  padding-top: 30px;
}
.slider-testimonials {
  background-color: #eaedee;
}
.slider-testimonials blockquote {
  padding: 0;
}
.slider-testimonials blockquote, .slider-testimonials blockquote * {
  font-weight: 300 !important;
  font-size: 1.222rem;
  color: #fff;
  border-left: 0;
}
.slider-testimonials.background-dark .testimonial__content {
  background: #333;
}
.slider-testimonials .testimonial__content__inner__quote {
  font-size: 20px;
  font-weight: 600;
}
.slider-testimonials .testimonial__content__inner__name {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
.slider-testimonials .testimonial__content__inner__job-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}
.slider-testimonials .glide {
  position: relative;
}
.slider-testimonials .glide--pagination {
  margin-bottom: 40px;
}
.slider-testimonials .testimonial__content {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 10px;
  text-align: center;
}
.slider-testimonials .glide__slides {
  display: flex;
  align-items: flex-start;
}
.slider-testimonials .glide__slides--1 > li {
  width: calc(100% - 0px);
  height: auto;
}
.slider-testimonials .glide__slides--2 > li {
  width: calc(50% - 20px);
  height: auto;
}
.slider-testimonials .glide__slides--3 > li {
  width: calc(33.333% - 26.666px);
  height: auto;
}
.slider-testimonials .glide__slides--4 > li {
  width: calc(25% - 30px);
  height: auto;
}
@media screen and (min-width: 1101px) {
  .slider-testimonials div.desktop--hide {
    display: none;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .slider-testimonials div.tablet--hide {
    display: none;
  }
}
.slider-testimonials .slider__arrow {
  width: 40px;
  height: 40px;
  background: #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}
.slider-testimonials .slider__arrow:hover {
  background: #ccc;
  cursor: pointer;
}
.slider-testimonials .slider__arrow--prev {
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1360px) {
  .slider-testimonials .slider__arrow--prev {
    left: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .slider-testimonials .slider__arrow--prev {
    left: -10px;
  }
}
.slider-testimonials .slider__arrow--next {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1360px) {
  .slider-testimonials .slider__arrow--next {
    right: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .slider-testimonials .slider__arrow--next {
    right: -10px;
  }
}
.slider-testimonials .glide__bullets {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
}
.slider-testimonials .glide__bullets .glide__bullet {
  border: none;
  outline: none;
  padding: 0;
  width: 24px;
  height: 24px;
  background: #ccc;
  border-radius: 50%;
  transform: scale(0.6);
  transform-origin: center bottom;
  cursor: pointer;
}
.slider-testimonials .glide__bullets .glide__bullet--active {
  background: #333;
}
.main {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 77.222rem;
}
.landing .main {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  width: 100%;
  max-width: 66.222rem;
}
.main-right {
  max-width: 78.222rem;
  margin: 0 0 0 auto;
}
.thin {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 69.056rem;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.rvw.v1 {
  padding-top: 3.944rem;
  padding-bottom: 3.944rem;
}
.rvw.v1 .main-right {
  margin-left: auto;
  margin-right: auto;
}
.rvw.v1 .review-feed {
  position: relative;
  padding: 5.389rem 5.278rem 3rem;
}
.rvw.v1 .review-feed picture, .rvw.v1 .review-feed picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.rvw.v1 .review-feed h4 {
  font-size: 2.111em;
  line-height: 1.3;
}
.rvw.v1 .review-con {
  padding-right: 5em;
}
.rvw.v1 blockquote {
  font-weight: 300;
  font-size: 1.333em;
}
.rvw.v1 blockquote address, .rvw.v1 blockquote strong {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 1.111rem;
  display: block;
}
.rvw.v1 .btn.v1 {
  margin-top: 3.5em;
  padding: 0.833em 1.111em;
}
.rvw.v1 .btn-con {
  position: absolute;
  right: -4rem;
  bottom: -7.5rem;
}
@media (max-width: 1800px) {
  .rvw.v1 .btn-con {
    bottom: -8.5rem;
  }
}
.rvw.v1 .btn-con button {
  background-color: rgb(var(--secondary));
  color: rgb(var(--white));
}
.rvw.v1 .start [data-action="Prev"], .rvw.v1 .end [data-action="Next"] {
  pointer-events: none;
  color: white;
  background-color: #A3B4B6;
}
.rvw.v1 .btn-con button + button {
  margin-left: 2px;
}
.rvw.v1 .content .callout.v3 {
  margin-top: 3.267rem;
}
.rvw.v1 .content .callout.v3 img {
  width: 20%;
}
@media (max-width: 550px) {
  .rvw.v1 .content .callout.v3 img {
    position: relative;
    width: auto;
    transform: none;
    top: 0;
    width: 17%;
  }
}
.rvw.v1 .content .callout.v3 span {
  font-size: 1.556rem;
}
.rvw.v1 .content .callout.v3 em {
  display: block;
  font-style: normal;
  font-size: 0.944rem;
  font-weight: 500;
  margin-top: 0.3em;
  line-height: 1.3;
}
.rvw.v1 .content .callout.v3 span a {
  font-size: 1.222rem;
  text-decoration: none;
}
@media screen and (min-width: 1001px) {
  .rvw.v1 .content {
    width: 42.7%;
  }
  .rvw.v1 .review-feed {
    width: 47.6%;
  }
  .rvw.v1::before {
    content: "";
    background-color: rgb(var(--black));
    width: 70%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 801px) {
  .rvw.v1 blockquote {
    max-width: 21em;
  }
}
@media screen and (max-width: 1440px) {
  .rvw.v1 .main-right {
    margin-right: 4.278em;
  }
}
@media screen and (max-width: 1200px) {
  .rvw.v1 .content {
    width: 48.7%;
  }
  .rvw.v1 .main-right {
    margin-right: 0;
  }
  .rvw.v1 .review-feed {
    padding: 5.778em 3.278em 3.722em;
  }
  .rvw.v1 .btn-con {
    bottom: 3.8em;
  }
}
@media screen and (max-width: 1000px) {
  .rvw.v1 .main-right .content {
    background-color: rgb(var(--black));
  }
  .rvw.v1 {
    padding: 0;
  }
  .rvw.v1 .content {
    width: 100%;
    padding: 4em;
  }
  .rvw.v1 .review-feed {
    width: 70%;
    margin: 0 auto;
    margin-top: 4em;
  }
  .rvw.v1 .content .callout.v3 img {
    width: 13%;
  }
}
@media screen and (max-width: 800px) {
  .rvw.v1 .review-feed {
    width: 100%;
    margin-top: 0;
  }
  .rvw.v1 .review-con {
    padding-right: 0;
  }
  .rvw.v1 .btn-con {
    right: 5em;
  }
  .rvw.v1 .review-feed h4 {
    font-size: 3em;
  }
  .rvw.v1 .content .callout.v3 img {
    width: 20%;
  }
}
@media screen and (max-width: 550px) {
  .rvw.v1 .content {
    padding: 2em;
  }
  .rvw.v1 .content ul li {
    max-width: none;
    width: 39%;
  }
  .rvw.v1 header h2 em {
    font-size: 1.467rem;
  }
  .rvw.v1 .review-feed {
    padding: 2.778em 1.278em 3.722em;
  }
  .rvw.v1 ul li {
    margin-bottom: 2.333em;
  }
  .rvw.v1 .btn-con {
    position: relative;
    bottom: 0;
    right: 0;
    justify-content: flex-start;
  }
  .rvw.v1 .btn-con button + button {
    margin-left: 0.5em;
  }
  .rvw.v1 .review-feed h4 {
    font-size: 2.5em;
  }
  .rvw.v1 .review-feed h4 br {
    display: none;
  }
  .rvw.v1 .btn.v1 {
    margin-top: 0;
  }
  .rvw.v1 .content .callout.v3 {
    padding-left: 0;
    margin-top: 2.6rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .rvw.v1 .content .callout.v3 img {
    left: -1em;
    width: 17%;
  }
  .rvw.v1 .content .callout.v3 span {
    margin-top: 0.4em;
  }
}
#ReviewsContent {
  position: relative;
}
#ReviewsContent * {
  color: #fff;
}
.testimonial-nav button {
  padding: 0;
  font-size: 1em;
  display: inline-flex;
  align-items: center;
  color: rgb(var(--primary));
  background-color: transparent;
  cursor: pointer;
  transition: 0.4s ease;
  background-color: rgb(var(--secondary));
  padding: 0.389em;
  border: 0;
}
.testimonial-nav button svg path {
  fill: #fff;
}
.slider-testimonials-simple .testimonial-nav {
  justify-content: flex-end;
  gap: 2px;
}
.slider-testimonials-simple.background-dark .testimonial__content {
  background: #333;
}
.slider-testimonials-simple .testimonial__content__inner__quote p {
  width: 62%;
  font-size: 1.333rem;
  font-weight: 300;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .slider-testimonials-simple .testimonial__content__inner__quote p {
    width: 100%;
  }
}
.slider-testimonials-simple .testimonial__content__inner__name {
  font-style: italic;
  display: block;
  margin-top: 2.222em;
  font-size: 1rem;
  font-weight: 700;
}
.slider-testimonials-simple .testimonial__content__inner__job-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}
.slider-testimonials-simple .glide {
  position: relative;
}
.slider-testimonials-simple .glide--pagination {
  margin-bottom: 40px;
}
.slider-testimonials-simple .glide__slides {
  display: flex;
  align-items: flex-start;
}
.slider-testimonials-simple .glide__slides--1 > li {
  width: calc(100% - 0px);
  height: auto;
}
.slider-testimonials-simple .glide__slides--2 > li {
  width: calc(50% - 20px);
  height: auto;
}
.slider-testimonials-simple .glide__slides--3 > li {
  width: calc(33.333% - 26.666px);
  height: auto;
}
.slider-testimonials-simple .glide__slides--4 > li {
  width: calc(25% - 30px);
  height: auto;
}
@media screen and (min-width: 1101px) {
  .slider-testimonials-simple div.desktop--hide {
    display: none;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .slider-testimonials-simple div.tablet--hide {
    display: none;
  }
}
.slider-testimonials-simple .slider__arrow {
  width: 40px;
  height: 40px;
  background: #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}
.slider-testimonials-simple .slider__arrow:hover {
  background: #ccc;
  cursor: pointer;
}
.slider-testimonials-simple .slider__arrow--prev {
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1360px) {
  .slider-testimonials-simple .slider__arrow--prev {
    left: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .slider-testimonials-simple .slider__arrow--prev {
    left: -10px;
  }
}
.slider-testimonials-simple .slider__arrow--next {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1360px) {
  .slider-testimonials-simple .slider__arrow--next {
    right: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .slider-testimonials-simple .slider__arrow--next {
    right: -10px;
  }
}
.slider-testimonials-simple .glide__bullets {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
}
.slider-testimonials-simple .glide__bullets .glide__bullet {
  border: none;
  outline: none;
  padding: 0;
  width: 24px;
  height: 24px;
  background: #ccc;
  border-radius: 50%;
  transform: scale(0.6);
  transform-origin: center bottom;
  cursor: pointer;
}
.slider-testimonials-simple .glide__bullets .glide__bullet--active {
  background: #333;
}
.text-video .video_wrap.darken:before {
  content: "";
  transition: 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-blend-mode: multiply;
  background: #ea0404;
  z-index: 1;
  opacity: 0.3;
}
.text-video .video_wrap.darken i, .text-video .video_wrap.darken svg {
  position: absolute;
  transition: 0.3s ease-in-out;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 3rem;
  margin: auto;
  color: #fff;
  z-index: 2;
  width: 70px;
  height: 70px;
  margin: auto;
}
.text-video .video_wrap.darken i path, .text-video .video_wrap.darken svg path {
  fill: #fff;
}
.text-video .video_wrap.darken:hover:before {
  opacity: 0.2;
}
.text-video .video_wrap.darken:hover i, .text-video .video_wrap.darken:hover svg {
  opacity: 0.9;
  transform: scale(1.07);
}
@media (min-width: 1024px) {
  .text-video .col-lg-6 {
    padding: 0 30px;
  }
}
.tabs-nav {
  position: relative;
  z-index: 9;
}
.tabs {
  position: relative;
  overflow: visible;
}
.tabs-container {
  position: relative;
  margin-bottom: 30px;
}
.tabs-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.tabs-overflow {
  position: relative;
  margin-left: auto;
  flex-shrink: 0;
  display: none;
}
.tabs-overflow .overflow-toggle {
  display: none;
  padding: 8px 12px;
  min-width: 40px;
  height: 40px;
  border-radius: 4px;
  background: transparent;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}
.tabs-overflow .overflow-toggle .overflow-icon {
  font-size: 20px;
  line-height: 0;
  transition: transform 0.3s ease-in-out;
}
.tabs-overflow .overflow-toggle .overflow-text {
  display: none;
}
.tabs-overflow .overflow-toggle:hover {
  background: #f8f9fa;
}
.tabs-overflow .overflow-menu {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
  min-width: 200px;
}
.tabs-overflow .overflow-menu.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.tabs-overflow .overflow-menu .tab-button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 8px 16px;
  border: none;
  background: transparent;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.tabs-overflow .overflow-menu .tab-button:first-child {
  border-radius: 4px 4px 0 0;
}
.tabs-overflow .overflow-menu .tab-button:last-child {
  border-radius: 0 0 4px 4px;
}
.tabs-overflow .overflow-menu .tab-button:hover {
  background: #f8f9fa;
}
.tabs-overflow .overflow-menu .tab-button.active {
  background: rgba(234, 4, 4, 0.1);
  color: #ea0404;
}
.tabs .tabs-content {
  position: relative;
  min-height: 200px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}
.tabs .tabs-content .tab-pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: transform 0.3s ease-in-out;
}
.tabs .tabs-content .tab-pane.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.tabs .tabs-content .tab-content {
  padding: 0;
}
.tabs .tabs-content .tab-content p {
  margin-bottom: 15px;
}
.tabs .tabs-content .tab-content .tab-image {
  margin: 20px 0;
}
.tabs .tabs-content .tab-content .tab-image img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  transition: transform 0.3s ease-in-out;
}
.tabs .tabs-content .tab-content .tab-image img:hover {
  transform: scale(1.02);
}
.tabs .tabs-content .tab-content.text-small {
  font-size: 14px;
}
.tabs .tabs-content .tab-content.text-medium {
  font-size: 16px;
}
.tabs .tabs-content .tab-content.text-large {
  font-size: 18px;
}
.tabs .tab-button {
  background: transparent;
  border: none;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  color: #666;
  outline: none;
  flex-shrink: 0;
  white-space: nowrap;
  opacity: 1;
  transform: translateX(0);
}
.tabs .tab-button:focus-visible {
  outline: 2px solid #ea0404;
  outline-offset: 2px;
}
.tabs .tab-button.overflow-item {
  opacity: 0;
  transform: translateX(20px);
  pointer-events: none;
}
.tab-button {
  background: transparent;
  border: none;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  color: #666;
  outline: none;
}
.tab-button:focus-visible {
  outline: 2px solid #ea0404;
  outline-offset: 2px;
}
.tab-button.overflow-item {
  display: none;
}
.tab-style-default .tabs-nav {
  border-bottom: 2px solid #ddd;
}
.tab-style-default .tab-button {
  border-radius: 4px 4px 0 0;
  margin-bottom: -2px;
}
.tab-style-default .tab-button:hover {
  color: #ea0404;
  background-color: rgba(234, 4, 4, 0.05);
}
.tab-style-default .tab-button.active {
  color: #ea0404;
  background-color: rgba(234, 4, 4, 0.1);
}
.tab-style-default .tab-button.active:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ea0404;
}
.tab-style-pill .tabs-nav {
  border-bottom: none;
}
.tab-style-pill .tab-button {
  border: 1px solid #ddd;
  border-radius: 500px;
  background: #fff;
}
.tab-style-pill .tab-button:hover {
  color: #fff;
  background: #ea0404;
  border-color: #ea0404;
}
.tab-style-pill .tab-button.active {
  color: #fff;
  background: #ea0404;
  border-color: #ea0404;
}
.tab-style-underline .tabs-nav {
  border-bottom: 1px solid #ddd;
}
.tab-style-underline .tab-button:hover {
  color: #ea0404;
}
.tab-style-underline .tab-button.active {
  color: #ea0404;
  font-weight: 600;
}
.tab-style-underline .tab-button.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ea0404;
}
.tab-layout-default .tabs-nav {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.tab-layout-centered .tabs-nav {
  justify-content: center;
}
.tab-layout-full-width .tabs-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
@media (min-width: 768px) {
  .tab-layout-sidebar .tabs-container {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 2rem;
  }
  .tab-layout-sidebar .tabs-nav {
    flex-direction: column;
    border-bottom: none;
    border-right: 1px solid #ddd;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .tabs-nav {
    white-space: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 5px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .tabs-nav::-webkit-scrollbar {
    display: none;
  }
  .tabs-nav .tab-button {
    padding: 10px 15px;
    font-size: 14px;
    min-width: auto;
  }
  .tab-layout-sidebar .tabs-container {
    display: flex;
    flex-direction: column;
  }
  .tab-layout-sidebar .tabs-nav {
    flex-direction: row;
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding-right: 0;
    position: relative;
    z-index: 2;
  }
  .tab-overflow-dropdown .tabs-overflow {
    display: block;
  }
  .tab-overflow-dropdown .tabs-overflow .overflow-toggle {
    display: flex;
    padding: 8px;
    min-width: 40px;
  }
  .tab-overflow-dropdown .tabs-overflow .overflow-toggle .overflow-text {
    display: none;
  }
  .tab-overflow-dropdown .tabs-overflow button.tab-button:hover, .tab-overflow-dropdown .tabs-overflow button.tab-button:focus {
    background: #ea0404;
  }
  .tab-overflow-dropdown .tabs-overflow button.tab-button:hover .overflow-icon, .tab-overflow-dropdown .tabs-overflow button.tab-button:focus .overflow-icon {
    color: #fff;
  }
  .tab-overflow-dropdown .tabs-nav {
    overflow: hidden;
  }
  .tabs-content {
    min-height: 150px;
    padding: 1rem;
  }
}
.background-white {
  background-color: white;
}
.background-gray {
  background-color: #f5f5f5;
}
.background-black {
  background-color: #222;
  color: white;
}
.background-black .tab-button {
  color: rgba(255, 255, 255, 0.8);
}
.background-black .tab-button:hover, .background-black .tab-button.active {
  color: #ea0404;
}
.background-black .tabs-content {
  background: #333;
  color: white;
}
.background-primary {
  background-color: #ea0404;
  color: white;
}
.background-primary .tab-button {
  color: rgba(255, 255, 255, 0.8);
}
.background-primary .tab-button:hover, .background-primary .tab-button.active {
  color: white;
}
.background-primary .tabs-nav {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.background-primary .tabs-content {
  background: white;
  color: #333;
}
.background-secondary {
  background-color: var(--secondary-color);
  color: white;
}
.background-secondary .tab-button {
  color: rgba(255, 255, 255, 0.8);
}
.background-secondary .tab-button:hover, .background-secondary .tab-button.active {
  color: white;
}
.background-secondary .tabs-nav {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.background-secondary .tabs-content {
  background: white;
  color: #333;
}
@media (max-width: 600px) {
  .tab-overflow-wrap {
    position: relative;
    overflow: visible !important;
    z-index: 3;
  }
}
@media (min-width: 599px) {
  .tabs-overflow {
    display: none !important;
  }
}
.tabs.background-dark.tab-style-default .tab-button, .tabs.background-dark.tab-style-default .tab-button.active {
  background: #fff !important;
}
.tabs.background-dark .tabs-content * {
  color: #333;
}
.bg-white .tabs-content {
  padding: 0px;
  box-shadow: none;
}
.team-members {
  padding: 60px 0;
}
.team-members__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}
@media (max-width: 767px) {
  .team-members__grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
}
.team-member {
  height: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  border: 1px solid #E4E5E8;
}
.team-member:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.team-member__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: relative;
}
.team-member__card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.team-member__image {
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
  flex-shrink: 0;
  width: 100%;
}
.team-member__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.team-member__info {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.team-member__name {
  margin: 0 0 5px;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  width: 100%;
}
.team-member__job-title {
  margin: 0 0 15px;
  font-size: 16px;
  color: #666;
  width: 100%;
}
.team-member__contact {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.team-member__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #f5f5f5;
  border-radius: 50%;
  color: #333;
  transition: background 0.3s ease, color 0.3s ease;
  text-decoration: none;
  position: relative;
}
.team-member__contact a:hover {
  background: #333;
  color: #fff;
}
.team-member__contact a i {
  font-size: 16px;
}
.team-member__modal {
  position: relative;
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .team-member__modal {
    padding: 20px;
  }
}
.team-member__modal-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.team-member__modal-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 20px;
  flex-shrink: 0;
  border: 3px solid #f5f5f5;
}
.team-member__modal-info {
  flex-grow: 1;
}
.team-member__modal-name {
  margin: 0 0 5px;
  font-size: 28px;
  font-weight: 600;
  color: #333;
}
.team-member__modal-job-title {
  margin: 0;
  font-size: 18px;
  color: #666;
}
.team-member__modal-body {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}
.team-member__modal-bio {
  margin-bottom: 30px;
}
.team-member__modal-contact {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
.team-member__modal-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 50%;
  color: #333;
  transition: background 0.3s ease, color 0.3s ease;
  text-decoration: none;
}
.team-member__modal-contact a:hover {
  background: #333;
  color: #fff;
}
.team-member__modal-contact a i {
  font-size: 18px;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.phone-link {
  display: inline;
  text-decoration: none !important;
}
strong .phone-link {
  font-weight: 900;
}
.popup-content {
  max-width: 900px;
  background: #fff;
  margin: auto;
  padding: 40px;
  position: relative;
  width: 90%;
}
.popup-content .mfp-close {
  padding-right: 20px;
  padding-top: 20px;
}
.popup-form label {
  margin-bottom: 5px;
  display: block;
}
.popup-form label.gform-field-label--type-sub {
  margin-top: 5px;
}
@media (min-width: 640px) {
  .popup-form .ginput_container--name {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .popup-form .ginput_container--name > span {
    width: 100%;
  }
}
.popup-form .ginput_container {
  margin-bottom: 10px;
}
.popup-form .ginput_container input, .popup-form .ginput_container select {
  width: 100%;
}
.popup-form fieldset {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.popup-form .gform_footer {
  margin-top: 20px;
  display: flex !important;
  flex-direction: row;
  gap: 10px;
}
.popup-form .gform_footer .gform_button {
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .col-lg-fifth {
    box-sizing: border-box;
    flex-basis: 20%;
    max-width: 20%;
    padding: 0 1rem;
  }
}
.not-found.error {
  height: auto;
  padding-top: 11.278em;
  padding-bottom: 15.222em;
  padding-left: 11.111em;
}
.not-found.error ul {
  padding-left: 0.5rem;
}
.not-found.error h2 {
  text-align: left;
  font-size: 4.722em;
  text-shadow: 0px 3px 2px rgba(2, 63, 65, 0.7);
  margin-bottom: 0.1em;
  color: #fff;
  font-weight: 900;
}
.not-found.error header {
  margin-bottom: 0;
}
.not-found.error p {
  margin-bottom: 1rem;
  font-size: 1.944rem;
  margin-left: 0.2em;
  color: #fff;
}
.not-found.error ul {
  margin-top: 3em;
  justify-content: flex-start;
}
.not-found.error ul li + li {
  margin-left: 1.333em;
}
.not-found.landing {
  position: relative;
  padding-bottom: 18.444rem;
}
.not-found.landing.v2 {
  padding-bottom: 11.444rem;
}
.not-found.local.landing .bx {
  padding-top: 6.889rem;
  padding-bottom: 0;
  padding-left: 10.556rem;
}
.not-found.local.landing .bx strong {
  line-height: 1.1;
}
.not-found.local.landing .bx em {
  font-weight: 300;
  font-size: 1.667rem;
}
.not-found figure, .not-found.error picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
}
.not-found .el-panel, .not-found .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s ease;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: none;
}
.el-tab-box li {
  padding-left: 0 !important;
}
.side-nav a {
  text-decoration: none !important;
}
figcaption {
  margin: 1.222rem 0;
  text-align: center;
}
.callout.v2 {
  background-color: rgb(var(--black));
  color: rgb(var(--white));
  padding: 1em 2.944em;
  padding-right: 6.667rem;
}
.callout.v2 strong {
  display: block;
  font-size: 2.111rem;
  font-weight: 900;
}
.callout.v2 span {
  font-size: 0.944em;
  font-weight: 500;
}
.callout.v2 span a {
  font-size: 1.333rem;
  text-decoration: none;
  color: rgb(var(--secondary));
  font-weight: 900;
  position: relative;
}
.callout.v2 img {
  position: absolute;
  bottom: -2em;
  right: -12.3em;
  width: 56%;
}
.callout.v2 a:after {
  content: "";
  background-color: #00c7c4;
  width: 100%;
  height: 3px;
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  transform: scale(0);
  transform-origin: left;
  transition: transform 0.5s ease 0s;
}
.callout.v2 a[href^=tel]:after {
  display: none;
}
.callout.v2 a:hover:after {
  transform: scale(1);
}
