@charset "UTF-8";
/**
 * $size: Font-size to be converted from `px` to `rem`
 * $base: Base font-size (Change its value as per your need)
 * @return void
 */
.d-none {
  display: none !important;
}
@media (min-width: 0) {
  .d-xs-none {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
}
.d-inline {
  display: inline !important;
}
@media (min-width: 0) {
  .d-xs-inline {
    display: inline !important;
  }
}
@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
}
.d-inline-block {
  display: inline-block !important;
}
@media (min-width: 0) {
  .d-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline-block {
    display: inline-block !important;
  }
}
.d-block {
  display: block !important;
}
@media (min-width: 0) {
  .d-xs-block {
    display: block !important;
  }
}
@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
}
.d-grid {
  display: grid !important;
}
@media (min-width: 0) {
  .d-xs-grid {
    display: grid !important;
  }
}
@media (min-width: 576px) {
  .d-sm-grid {
    display: grid !important;
  }
}
@media (min-width: 768px) {
  .d-md-grid {
    display: grid !important;
  }
}
@media (min-width: 992px) {
  .d-lg-grid {
    display: grid !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-grid {
    display: grid !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-grid {
    display: grid !important;
  }
}
.d-table {
  display: table !important;
}
@media (min-width: 0) {
  .d-xs-table {
    display: table !important;
  }
}
@media (min-width: 576px) {
  .d-sm-table {
    display: table !important;
  }
}
@media (min-width: 768px) {
  .d-md-table {
    display: table !important;
  }
}
@media (min-width: 992px) {
  .d-lg-table {
    display: table !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-table {
    display: table !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-table {
    display: table !important;
  }
}
.d-table-row {
  display: table-row !important;
}
@media (min-width: 0) {
  .d-xs-table-row {
    display: table-row !important;
  }
}
@media (min-width: 576px) {
  .d-sm-table-row {
    display: table-row !important;
  }
}
@media (min-width: 768px) {
  .d-md-table-row {
    display: table-row !important;
  }
}
@media (min-width: 992px) {
  .d-lg-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-table-row {
    display: table-row !important;
  }
}
.d-table-cell {
  display: table-cell !important;
}
@media (min-width: 0) {
  .d-xs-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 576px) {
  .d-sm-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 768px) {
  .d-md-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .d-lg-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-table-cell {
    display: table-cell !important;
  }
}
.d-flex {
  display: flex !important;
}
@media (min-width: 0) {
  .d-xs-flex {
    display: flex !important;
  }
}
@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-flex {
    display: flex !important;
  }
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 0) {
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
.z2 {
  z-index: 2;
}
.blend-mix .fl-row-content-wrap {
  background-blend-mode: color-dodge;
}
.cm-tx-color-0-im {
  color: var(--ast-global-color-0) !important;
}
.cm-tx-color-0 {
  color: var(--ast-global-color-0);
}
.cm-tx-color-1 {
  color: var(--ast-global-color-1);
}
.cm-tx-color-2 {
  color: var(--ast-global-color-2);
}
.cm-tx-color-3 {
  color: var(--ast-global-color-3);
}
.cm-tx-color-4 {
  color: var(--ast-global-color-4);
}
.cm-tx-color-5 {
  color: var(--ast-global-color-5);
}
.cm-tx-color-6 {
  color: var(--ast-global-color-6);
}
.cm-tx-color-7 {
  color: var(--ast-global-color-7);
}
.cm-tx-color-8 {
  color: var(--ast-global-color-8);
}
.cm-bg-color-0, .info-box-color-0:before {
  background-color: var(--ast-global-color-0);
}
.cm-bg-color-1, .info-box-color-1:before {
  background-color: var(--ast-global-color-1);
}
.cm-bg-color-2, .info-box-color-2:before {
  background-color: var(--ast-global-color-2);
}
.cm-bg-color-3, .info-box-color-3:before {
  background-color: var(--ast-global-color-3);
}
.cm-bg-color-4, .info-box-color-4:before {
  background-color: var(--ast-global-color-4);
}
.cm-bg-color-5, .info-box-color-5:before {
  background-color: var(--ast-global-color-5);
}
.cm-bg-color-6, .info-box-color-6:before {
  background-color: var(--ast-global-color-6);
}
.cm-bg-color-7, .info-box-color-7:before {
  background-color: var(--ast-global-color-7);
}
.cm-bg-color-8, .info-box-color-8:before {
  background-color: var(--ast-global-color-8);
}
.cm-br-color-0 {
  border-color: var(--ast-global-color-0);
}
.cm-br-color-1 {
  border-color: var(--ast-global-color-1);
}
.cm-br-color-2 {
  border-color: var(--ast-global-color-2);
}
.cm-br-color-3 {
  border-color: var(--ast-global-color-3);
}
.cm-br-color-4 {
  border-color: var(--ast-global-color-4);
}
.cm-br-color-5 {
  border-color: var(--ast-global-color-5);
}
.cm-br-color-6 {
  border-color: var(--ast-global-color-6);
}
.cm-br-color-7 {
  border-color: var(--ast-global-color-7);
}
.cm-br-color-8 {
  border-color: var(--ast-global-color-8);
}
@media (min-width: 0px) {
  .d-flex-xs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .d-inline-flex-xs {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .flex-d-row-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-d-row-reverse-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-d-column-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-d-column-reverse-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-wrap-xs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-reverse-xs {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-nowrap-xs {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-flow-rw-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .flex-flow-rrw-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse wrap;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
  }
  .flex-flow-rnw-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .flex-flow-rrnw-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
  }
  .flex-flow-cw-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .flex-flow-crw-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse wrap;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
  }
  .flex-flow-cnw-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .flex-flow-crnw-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse nowrap;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
  }
  .justify-content-start-xs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-end-xs {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-center-xs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-baseline-xs {
    -webkit-box-pack: baseline;
    -webkit-justify-content: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
  }
  .justify-content-around-xs {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .justify-content-between-xs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .align-items-start-xs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-end-xs {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-center-xs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-baseline-xs {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-stretch-xs {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .align-self-start-xs {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-end-xs {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-center-xs {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-baseline-xs {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-stretch-xs {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .align-content-start-xs {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-end-xs {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-center-xs {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-between-xs {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-around-xs {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .flex-order-first-xs {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-order-last-xs {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-order-unordered-xs {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-ml-auto-xs {
    margin-left: auto;
  }
  .flex-mr-auto-xs {
    margin-right: auto;
  }
  .flex-mt-auto-xs {
    margin-top: auto;
  }
  .flex-mb-auto-xs {
    margin-bottom: auto;
  }
}
@media (min-width: 768px) {
  .d-flex-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .d-inline-flex-sm {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .flex-d-row-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-d-row-reverse-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-d-column-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-d-column-reverse-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-wrap-sm {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-reverse-sm {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-nowrap-sm {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-flow-rw-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .flex-flow-rrw-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse wrap;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
  }
  .flex-flow-rnw-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .flex-flow-rrnw-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
  }
  .flex-flow-cw-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .flex-flow-crw-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse wrap;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
  }
  .flex-flow-cnw-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .flex-flow-crnw-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse nowrap;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
  }
  .justify-content-start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-baseline-sm {
    -webkit-box-pack: baseline;
    -webkit-justify-content: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
  }
  .justify-content-around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .justify-content-between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .align-items-start-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-end-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-center-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-baseline-sm {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-stretch-sm {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .align-self-start-sm {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-end-sm {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-center-sm {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-baseline-sm {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-stretch-sm {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .align-content-start-sm {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-end-sm {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-center-sm {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-between-sm {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-around-sm {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .flex-order-first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-order-last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-order-unordered-sm {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-ml-auto-sm {
    margin-left: auto;
  }
  .flex-mr-auto-sm {
    margin-right: auto;
  }
  .flex-mt-auto-sm {
    margin-top: auto;
  }
  .flex-mb-auto-sm {
    margin-bottom: auto;
  }
}
@media (min-width: 1024px) {
  .d-flex-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .d-inline-flex-md {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .flex-d-row-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-d-row-reverse-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-d-column-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-d-column-reverse-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-wrap-md {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-reverse-md {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-nowrap-md {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-flow-rw-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .flex-flow-rrw-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse wrap;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
  }
  .flex-flow-rnw-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .flex-flow-rrnw-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
  }
  .flex-flow-cw-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .flex-flow-crw-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse wrap;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
  }
  .flex-flow-cnw-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .flex-flow-crnw-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse nowrap;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
  }
  .justify-content-start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-baseline-md {
    -webkit-box-pack: baseline;
    -webkit-justify-content: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
  }
  .justify-content-around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .justify-content-between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .align-items-start-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-end-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-center-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-baseline-md {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-stretch-md {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .align-self-start-md {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-end-md {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-center-md {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-baseline-md {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-stretch-md {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .align-content-start-md {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-end-md {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-center-md {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-between-md {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-around-md {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .flex-order-first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-order-last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-order-unordered-md {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-ml-auto-md {
    margin-left: auto;
  }
  .flex-mr-auto-md {
    margin-right: auto;
  }
  .flex-mt-auto-md {
    margin-top: auto;
  }
  .flex-mb-auto-md {
    margin-bottom: auto;
  }
}
@media (min-width: 1279px) {
  .d-flex-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .d-inline-flex-lg {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .flex-d-row-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-d-row-reverse-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-d-column-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-d-column-reverse-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-wrap-lg {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-reverse-lg {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-nowrap-lg {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-flow-rw-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .flex-flow-rrw-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse wrap;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
  }
  .flex-flow-rnw-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .flex-flow-rrnw-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
  }
  .flex-flow-cw-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .flex-flow-crw-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse wrap;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
  }
  .flex-flow-cnw-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .flex-flow-crnw-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse nowrap;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
  }
  .justify-content-start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-baseline-lg {
    -webkit-box-pack: baseline;
    -webkit-justify-content: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
  }
  .justify-content-around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .justify-content-between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .align-items-start-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-end-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-center-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-baseline-lg {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-stretch-lg {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .align-self-start-lg {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-end-lg {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-center-lg {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-baseline-lg {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-stretch-lg {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .align-content-start-lg {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-end-lg {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-center-lg {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-between-lg {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-around-lg {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .flex-order-first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-order-last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-order-unordered-lg {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-ml-auto-lg {
    margin-left: auto;
  }
  .flex-mr-auto-lg {
    margin-right: auto;
  }
  .flex-mt-auto-lg {
    margin-top: auto;
  }
  .flex-mb-auto-lg {
    margin-bottom: auto;
  }
}
@media (min-width: 1366px) {
  .d-flex-xl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .d-inline-flex-xl {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .flex-d-row-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-d-row-reverse-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-d-column-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-d-column-reverse-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-wrap-xl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-reverse-xl {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-nowrap-xl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-flow-rw-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .flex-flow-rrw-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse wrap;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
  }
  .flex-flow-rnw-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .flex-flow-rrnw-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
  }
  .flex-flow-cw-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .flex-flow-crw-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse wrap;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
  }
  .flex-flow-cnw-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .flex-flow-crnw-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse nowrap;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
  }
  .justify-content-start-xl {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-end-xl {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-center-xl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-baseline-xl {
    -webkit-box-pack: baseline;
    -webkit-justify-content: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
  }
  .justify-content-around-xl {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .justify-content-between-xl {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .align-items-start-xl {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-end-xl {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-center-xl {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-baseline-xl {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-stretch-xl {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .align-self-start-xl {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-end-xl {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-center-xl {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-baseline-xl {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-stretch-xl {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .align-content-start-xl {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-end-xl {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-center-xl {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-between-xl {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-around-xl {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .flex-order-first-xl {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-order-last-xl {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-order-unordered-xl {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-ml-auto-xl {
    margin-left: auto;
  }
  .flex-mr-auto-xl {
    margin-right: auto;
  }
  .flex-mt-auto-xl {
    margin-top: auto;
  }
  .flex-mb-auto-xl {
    margin-bottom: auto;
  }
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.d-inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex-d-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-d-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-d-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-d-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-flow-rw {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex-flow-rrw {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
}
.flex-flow-rnw {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.flex-flow-rrnw {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse nowrap;
  -ms-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
}
.flex-flow-cw {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.flex-flow-crw {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse wrap;
  -ms-flex-flow: column-reverse wrap;
  flex-flow: column-reverse wrap;
}
.flex-flow-cnw {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.flex-flow-crnw {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse nowrap;
  -ms-flex-flow: column-reverse nowrap;
  flex-flow: column-reverse nowrap;
}
.justify-content-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-baseline {
  -webkit-box-pack: baseline;
  -webkit-justify-content: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
}
.justify-content-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.align-items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-self-start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.align-self-baseline {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.align-content-start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.align-content-end {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.align-content-center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.align-content-between {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.align-content-around {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.flex-order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.flex-order-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.flex-order-unordered {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.flex-ml-auto {
  margin-left: auto;
}
.flex-mr-auto {
  margin-right: auto;
}
.flex-mt-auto {
  margin-top: auto;
}
.flex-mb-auto {
  margin-bottom: auto;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}
/* === HIDE CLASSES === */
/* XS: 0–767px */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .opacity-0-xs {
    opacity: 0;
  }
}
/* SM: 768–1023px */
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .opacity-0-sm {
    opacity: 0;
  }
}
/* MD: 1024–1279px */
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
  .opacity-0-md {
    opacity: 0;
  }
}
/* LG: 1280–1365px */
@media (min-width: 1280px) and (max-width: 1365px) {
  .hidden-lg {
    display: none !important;
  }
  .opacity-0-lg {
    opacity: 0;
  }
}
/* XL: 1366px and up */
@media (min-width: 1366px) {
  .hidden-xl {
    display: none !important;
  }
  .opacity-0-xl {
    opacity: 0;
  }
}
/* === SHOW CLASSES === */
/* show-sm: 0–767px */
@media (max-width: 767px) {
  .show-sm {
    display: block !important;
  }
}
/* show-md: 0–1023px */
@media (max-width: 1023px) {
  .show-md {
    display: block !important;
  }
}
/* show-lg: 0–1279px */
@media (max-width: 1279px) {
  .show-lg {
    display: block !important;
  }
}
/* show-xl: 0–1365px */
@media (max-width: 1365px) {
  .show-xl {
    display: block !important;
  }
}
.pt-1-1 {
  padding-top: 100%;
}
.pt-1-2 {
  padding-top: 200%;
}
.pt-1-3 {
  padding-top: 300%;
}
.pt-16-9 {
  padding-top: 56%;
}
.overflowHidden {
  overflow: hidden;
}
.overflowHiddenX {
  overflow-x: hidden;
}
.br-100 {
  border-radius: 100%;
  overflow: hidden;
}
.br-20 {
  border-radius: 20px;
  overflow: hidden;
}
.br-10 {
  border-radius: 10px;
  overflow: hidden;
}
.br-5 {
  border-radius: 5px;
  overflow: hidden;
}
.ta-c {
  text-align: center;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.w-100 {
  width: 100%;
}
.w-75 {
  width: 75%;
}
.w-50 {
  width: 50%;
}
.w-25 {
  width: 25%;
}
.w-auto {
  width: auto;
}
.h-100 {
  height: 100%;
}
.h-75 {
  height: 75%;
}
.h-50 {
  height: 50%;
}
.h-25 {
  height: 25%;
}
.h-auto {
  height: auto;
}
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-100 {
  opacity: 1;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top {
  top: 0;
}
.right {
  right: 0;
}
.bottom {
  bottom: 0;
}
.left {
  left: 0;
}
.m-0 {
  margin: 0px;
}
.m-10 {
  margin: 10px;
}
.m-20 {
  margin: 20px;
}
.m-30 {
  margin: 30px;
}
.m-40 {
  margin: 40px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.m-10 {
  margin: 10px;
}
.m-20 {
  margin: 20px;
}
.m-30 {
  margin: 30px;
}
.m-40 {
  margin: 40px;
}
.p-0 {
  padding: 0px;
}
.p-10 {
  padding: 10px;
}
.p-20 {
  padding: 20px;
}
.p-30 {
  padding: 30px;
}
.p-40 {
  padding: 40px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-40 {
  padding-left: 40px;
}
.p-10 {
  padding: 10px;
}
.p-20 {
  padding: 20px;
}
.p-30 {
  padding: 30px;
}
.p-40 {
  padding: 40px;
}
@media (min-width: 0px) {
  .m-0-xs {
    margin: 0px;
  }
  .m-10-xs {
    margin: 10px;
  }
  .m-20-xs {
    margin: 20px;
  }
  .m-30-xs {
    margin: 30px;
  }
  .m-40-xs {
    margin: 40px;
  }
  .mt-0-xs {
    margin-top: 0px;
  }
  .mt-10-xs {
    margin-top: 10px;
  }
  .mt-20-xs {
    margin-top: 20px;
  }
  .mt-30-xs {
    margin-top: 30px;
  }
  .mt-40-xs {
    margin-top: 40px;
  }
  .mr-0-xs {
    margin-right: 0px;
  }
  .mr-10-xs {
    margin-right: 10px;
  }
  .mr-20-xs {
    margin-right: 20px;
  }
  .mr-30-xs {
    margin-right: 30px;
  }
  .mr-40-xs {
    margin-right: 40px;
  }
  .mb-0-xs {
    margin-bottom: 0px;
  }
  .mb-10-xs {
    margin-bottom: 10px;
  }
  .mb-20-xs {
    margin-bottom: 20px;
  }
  .mb-30-xs {
    margin-bottom: 30px;
  }
  .mb-40-xs {
    margin-bottom: 40px;
  }
  .ml-0-xs {
    margin-left: 0px;
  }
  .ml-10-xs {
    margin-left: 10px;
  }
  .ml-20-xs {
    margin-left: 20px;
  }
  .ml-30-xs {
    margin-left: 30px;
  }
  .ml-40-xs {
    margin-left: 40px;
  }
  .m-xs-10 {
    margin: 10px;
  }
  .m-xs-20 {
    margin: 20px;
  }
  .m-xs-30 {
    margin: 30px;
  }
  .m-xs-40 {
    margin: 40px;
  }
  .p-0-xs {
    padding: 0px;
  }
  .p-10-xs {
    padding: 10px;
  }
  .p-20-xs {
    padding: 20px;
  }
  .p-30-xs {
    padding: 30px;
  }
  .p-40-xs {
    padding: 40px;
  }
  .pt-0-xs {
    padding-top: 0px;
  }
  .pt-10-xs {
    padding-top: 10px;
  }
  .pt-20-xs {
    padding-top: 20px;
  }
  .pt-30-xs {
    padding-top: 30px;
  }
  .pt-40-xs {
    padding-top: 40px;
  }
  .pr-0-xs {
    padding-right: 0px;
  }
  .pr-10-xs {
    padding-right: 10px;
  }
  .pr-20-xs {
    padding-right: 20px;
  }
  .pr-30-xs {
    padding-right: 30px;
  }
  .pr-40-xs {
    padding-right: 40px;
  }
  .pb-0-xs {
    padding-bottom: 0px;
  }
  .pb-10-xs {
    padding-bottom: 10px;
  }
  .pb-20-xs {
    padding-bottom: 20px;
  }
  .pb-30-xs {
    padding-bottom: 30px;
  }
  .pb-40-xs {
    padding-bottom: 40px;
  }
  .pl-0-xs {
    padding-left: 0px;
  }
  .pl-10-xs {
    padding-left: 10px;
  }
  .pl-20-xs {
    padding-left: 20px;
  }
  .pl-30-xs {
    padding-left: 30px;
  }
  .pl-40-xs {
    padding-left: 40px;
  }
  .p-xs-10 {
    padding: 10px;
  }
  .p-xs-20 {
    padding: 20px;
  }
  .p-xs-30 {
    padding: 30px;
  }
  .p-xs-40 {
    padding: 40px;
  }
  .opacity-0-xs {
    opacity: 0;
  }
  .opacity-25-xs {
    opacity: 0.25;
  }
  .opacity-50-xs {
    opacity: 0.5;
  }
  .opacity-75-xs {
    opacity: 0.75;
  }
  .opacity-100-xs {
    opacity: 1;
  }
  .absolute-xs {
    position: absolute;
  }
  .relative-xs {
    position: relative;
  }
  .top-xs {
    top: 0;
  }
  .right-xs {
    right: 0;
  }
  .bottom-xs {
    bottom: 0;
  }
  .left-xs {
    left: 0;
  }
}
@media (min-width: 768px) {
  .m-0-sm {
    margin: 0px;
  }
  .m-10-sm {
    margin: 10px;
  }
  .m-20-sm {
    margin: 20px;
  }
  .m-30-sm {
    margin: 30px;
  }
  .m-40-sm {
    margin: 40px;
  }
  .mt-0-sm {
    margin-top: 0px;
  }
  .mt-10-sm {
    margin-top: 10px;
  }
  .mt-20-sm {
    margin-top: 20px;
  }
  .mt-30-sm {
    margin-top: 30px;
  }
  .mt-40-sm {
    margin-top: 40px;
  }
  .mr-0-sm {
    margin-right: 0px;
  }
  .mr-10-sm {
    margin-right: 10px;
  }
  .mr-20-sm {
    margin-right: 20px;
  }
  .mr-30-sm {
    margin-right: 30px;
  }
  .mr-40-sm {
    margin-right: 40px;
  }
  .mb-0-sm {
    margin-bottom: 0px;
  }
  .mb-10-sm {
    margin-bottom: 10px;
  }
  .mb-20-sm {
    margin-bottom: 20px;
  }
  .mb-30-sm {
    margin-bottom: 30px;
  }
  .mb-40-sm {
    margin-bottom: 40px;
  }
  .ml-0-sm {
    margin-left: 0px;
  }
  .ml-10-sm {
    margin-left: 10px;
  }
  .ml-20-sm {
    margin-left: 20px;
  }
  .ml-30-sm {
    margin-left: 30px;
  }
  .ml-40-sm {
    margin-left: 40px;
  }
  .m-sm-10 {
    margin: 10px;
  }
  .m-sm-20 {
    margin: 20px;
  }
  .m-sm-30 {
    margin: 30px;
  }
  .m-sm-40 {
    margin: 40px;
  }
  .p-0-sm {
    padding: 0px;
  }
  .p-10-sm {
    padding: 10px;
  }
  .p-20-sm {
    padding: 20px;
  }
  .p-30-sm {
    padding: 30px;
  }
  .p-40-sm {
    padding: 40px;
  }
  .pt-0-sm {
    padding-top: 0px;
  }
  .pt-10-sm {
    padding-top: 10px;
  }
  .pt-20-sm {
    padding-top: 20px;
  }
  .pt-30-sm {
    padding-top: 30px;
  }
  .pt-40-sm {
    padding-top: 40px;
  }
  .pr-0-sm {
    padding-right: 0px;
  }
  .pr-10-sm {
    padding-right: 10px;
  }
  .pr-20-sm {
    padding-right: 20px;
  }
  .pr-30-sm {
    padding-right: 30px;
  }
  .pr-40-sm {
    padding-right: 40px;
  }
  .pb-0-sm {
    padding-bottom: 0px;
  }
  .pb-10-sm {
    padding-bottom: 10px;
  }
  .pb-20-sm {
    padding-bottom: 20px;
  }
  .pb-30-sm {
    padding-bottom: 30px;
  }
  .pb-40-sm {
    padding-bottom: 40px;
  }
  .pl-0-sm {
    padding-left: 0px;
  }
  .pl-10-sm {
    padding-left: 10px;
  }
  .pl-20-sm {
    padding-left: 20px;
  }
  .pl-30-sm {
    padding-left: 30px;
  }
  .pl-40-sm {
    padding-left: 40px;
  }
  .p-sm-10 {
    padding: 10px;
  }
  .p-sm-20 {
    padding: 20px;
  }
  .p-sm-30 {
    padding: 30px;
  }
  .p-sm-40 {
    padding: 40px;
  }
  .opacity-0-sm {
    opacity: 0;
  }
  .opacity-25-sm {
    opacity: 0.25;
  }
  .opacity-50-sm {
    opacity: 0.5;
  }
  .opacity-75-sm {
    opacity: 0.75;
  }
  .opacity-100-sm {
    opacity: 1;
  }
  .absolute-sm {
    position: absolute;
  }
  .relative-sm {
    position: relative;
  }
  .top-sm {
    top: 0;
  }
  .right-sm {
    right: 0;
  }
  .bottom-sm {
    bottom: 0;
  }
  .left-sm {
    left: 0;
  }
}
@media (min-width: 1024px) {
  .m-0-md {
    margin: 0px;
  }
  .m-10-md {
    margin: 10px;
  }
  .m-20-md {
    margin: 20px;
  }
  .m-30-md {
    margin: 30px;
  }
  .m-40-md {
    margin: 40px;
  }
  .mt-0-md {
    margin-top: 0px;
  }
  .mt-10-md {
    margin-top: 10px;
  }
  .mt-20-md {
    margin-top: 20px;
  }
  .mt-30-md {
    margin-top: 30px;
  }
  .mt-40-md {
    margin-top: 40px;
  }
  .mr-0-md {
    margin-right: 0px;
  }
  .mr-10-md {
    margin-right: 10px;
  }
  .mr-20-md {
    margin-right: 20px;
  }
  .mr-30-md {
    margin-right: 30px;
  }
  .mr-40-md {
    margin-right: 40px;
  }
  .mb-0-md {
    margin-bottom: 0px;
  }
  .mb-10-md {
    margin-bottom: 10px;
  }
  .mb-20-md {
    margin-bottom: 20px;
  }
  .mb-30-md {
    margin-bottom: 30px;
  }
  .mb-40-md {
    margin-bottom: 40px;
  }
  .ml-0-md {
    margin-left: 0px;
  }
  .ml-10-md {
    margin-left: 10px;
  }
  .ml-20-md {
    margin-left: 20px;
  }
  .ml-30-md {
    margin-left: 30px;
  }
  .ml-40-md {
    margin-left: 40px;
  }
  .m-md-10 {
    margin: 10px;
  }
  .m-md-20 {
    margin: 20px;
  }
  .m-md-30 {
    margin: 30px;
  }
  .m-md-40 {
    margin: 40px;
  }
  .p-0-md {
    padding: 0px;
  }
  .p-10-md {
    padding: 10px;
  }
  .p-20-md {
    padding: 20px;
  }
  .p-30-md {
    padding: 30px;
  }
  .p-40-md {
    padding: 40px;
  }
  .pt-0-md {
    padding-top: 0px;
  }
  .pt-10-md {
    padding-top: 10px;
  }
  .pt-20-md {
    padding-top: 20px;
  }
  .pt-30-md {
    padding-top: 30px;
  }
  .pt-40-md {
    padding-top: 40px;
  }
  .pr-0-md {
    padding-right: 0px;
  }
  .pr-10-md {
    padding-right: 10px;
  }
  .pr-20-md {
    padding-right: 20px;
  }
  .pr-30-md {
    padding-right: 30px;
  }
  .pr-40-md {
    padding-right: 40px;
  }
  .pb-0-md {
    padding-bottom: 0px;
  }
  .pb-10-md {
    padding-bottom: 10px;
  }
  .pb-20-md {
    padding-bottom: 20px;
  }
  .pb-30-md {
    padding-bottom: 30px;
  }
  .pb-40-md {
    padding-bottom: 40px;
  }
  .pl-0-md {
    padding-left: 0px;
  }
  .pl-10-md {
    padding-left: 10px;
  }
  .pl-20-md {
    padding-left: 20px;
  }
  .pl-30-md {
    padding-left: 30px;
  }
  .pl-40-md {
    padding-left: 40px;
  }
  .p-md-10 {
    padding: 10px;
  }
  .p-md-20 {
    padding: 20px;
  }
  .p-md-30 {
    padding: 30px;
  }
  .p-md-40 {
    padding: 40px;
  }
  .opacity-0-md {
    opacity: 0;
  }
  .opacity-25-md {
    opacity: 0.25;
  }
  .opacity-50-md {
    opacity: 0.5;
  }
  .opacity-75-md {
    opacity: 0.75;
  }
  .opacity-100-md {
    opacity: 1;
  }
  .absolute-md {
    position: absolute;
  }
  .relative-md {
    position: relative;
  }
  .top-md {
    top: 0;
  }
  .right-md {
    right: 0;
  }
  .bottom-md {
    bottom: 0;
  }
  .left-md {
    left: 0;
  }
}
@media (min-width: 1279px) {
  .m-0-lg {
    margin: 0px;
  }
  .m-10-lg {
    margin: 10px;
  }
  .m-20-lg {
    margin: 20px;
  }
  .m-30-lg {
    margin: 30px;
  }
  .m-40-lg {
    margin: 40px;
  }
  .mt-0-lg {
    margin-top: 0px;
  }
  .mt-10-lg {
    margin-top: 10px;
  }
  .mt-20-lg {
    margin-top: 20px;
  }
  .mt-30-lg {
    margin-top: 30px;
  }
  .mt-40-lg {
    margin-top: 40px;
  }
  .mr-0-lg {
    margin-right: 0px;
  }
  .mr-10-lg {
    margin-right: 10px;
  }
  .mr-20-lg {
    margin-right: 20px;
  }
  .mr-30-lg {
    margin-right: 30px;
  }
  .mr-40-lg {
    margin-right: 40px;
  }
  .mb-0-lg {
    margin-bottom: 0px;
  }
  .mb-10-lg {
    margin-bottom: 10px;
  }
  .mb-20-lg {
    margin-bottom: 20px;
  }
  .mb-30-lg {
    margin-bottom: 30px;
  }
  .mb-40-lg {
    margin-bottom: 40px;
  }
  .ml-0-lg {
    margin-left: 0px;
  }
  .ml-10-lg {
    margin-left: 10px;
  }
  .ml-20-lg {
    margin-left: 20px;
  }
  .ml-30-lg {
    margin-left: 30px;
  }
  .ml-40-lg {
    margin-left: 40px;
  }
  .m-lg-10 {
    margin: 10px;
  }
  .m-lg-20 {
    margin: 20px;
  }
  .m-lg-30 {
    margin: 30px;
  }
  .m-lg-40 {
    margin: 40px;
  }
  .p-0-lg {
    padding: 0px;
  }
  .p-10-lg {
    padding: 10px;
  }
  .p-20-lg {
    padding: 20px;
  }
  .p-30-lg {
    padding: 30px;
  }
  .p-40-lg {
    padding: 40px;
  }
  .pt-0-lg {
    padding-top: 0px;
  }
  .pt-10-lg {
    padding-top: 10px;
  }
  .pt-20-lg {
    padding-top: 20px;
  }
  .pt-30-lg {
    padding-top: 30px;
  }
  .pt-40-lg {
    padding-top: 40px;
  }
  .pr-0-lg {
    padding-right: 0px;
  }
  .pr-10-lg {
    padding-right: 10px;
  }
  .pr-20-lg {
    padding-right: 20px;
  }
  .pr-30-lg {
    padding-right: 30px;
  }
  .pr-40-lg {
    padding-right: 40px;
  }
  .pb-0-lg {
    padding-bottom: 0px;
  }
  .pb-10-lg {
    padding-bottom: 10px;
  }
  .pb-20-lg {
    padding-bottom: 20px;
  }
  .pb-30-lg {
    padding-bottom: 30px;
  }
  .pb-40-lg {
    padding-bottom: 40px;
  }
  .pl-0-lg {
    padding-left: 0px;
  }
  .pl-10-lg {
    padding-left: 10px;
  }
  .pl-20-lg {
    padding-left: 20px;
  }
  .pl-30-lg {
    padding-left: 30px;
  }
  .pl-40-lg {
    padding-left: 40px;
  }
  .p-lg-10 {
    padding: 10px;
  }
  .p-lg-20 {
    padding: 20px;
  }
  .p-lg-30 {
    padding: 30px;
  }
  .p-lg-40 {
    padding: 40px;
  }
  .opacity-0-lg {
    opacity: 0;
  }
  .opacity-25-lg {
    opacity: 0.25;
  }
  .opacity-50-lg {
    opacity: 0.5;
  }
  .opacity-75-lg {
    opacity: 0.75;
  }
  .opacity-100-lg {
    opacity: 1;
  }
  .absolute-lg {
    position: absolute;
  }
  .relative-lg {
    position: relative;
  }
  .top-lg {
    top: 0;
  }
  .right-lg {
    right: 0;
  }
  .bottom-lg {
    bottom: 0;
  }
  .left-lg {
    left: 0;
  }
}
@media (min-width: 1366px) {
  .m-0-xl {
    margin: 0px;
  }
  .m-10-xl {
    margin: 10px;
  }
  .m-20-xl {
    margin: 20px;
  }
  .m-30-xl {
    margin: 30px;
  }
  .m-40-xl {
    margin: 40px;
  }
  .mt-0-xl {
    margin-top: 0px;
  }
  .mt-10-xl {
    margin-top: 10px;
  }
  .mt-20-xl {
    margin-top: 20px;
  }
  .mt-30-xl {
    margin-top: 30px;
  }
  .mt-40-xl {
    margin-top: 40px;
  }
  .mr-0-xl {
    margin-right: 0px;
  }
  .mr-10-xl {
    margin-right: 10px;
  }
  .mr-20-xl {
    margin-right: 20px;
  }
  .mr-30-xl {
    margin-right: 30px;
  }
  .mr-40-xl {
    margin-right: 40px;
  }
  .mb-0-xl {
    margin-bottom: 0px;
  }
  .mb-10-xl {
    margin-bottom: 10px;
  }
  .mb-20-xl {
    margin-bottom: 20px;
  }
  .mb-30-xl {
    margin-bottom: 30px;
  }
  .mb-40-xl {
    margin-bottom: 40px;
  }
  .ml-0-xl {
    margin-left: 0px;
  }
  .ml-10-xl {
    margin-left: 10px;
  }
  .ml-20-xl {
    margin-left: 20px;
  }
  .ml-30-xl {
    margin-left: 30px;
  }
  .ml-40-xl {
    margin-left: 40px;
  }
  .m-xl-10 {
    margin: 10px;
  }
  .m-xl-20 {
    margin: 20px;
  }
  .m-xl-30 {
    margin: 30px;
  }
  .m-xl-40 {
    margin: 40px;
  }
  .p-0-xl {
    padding: 0px;
  }
  .p-10-xl {
    padding: 10px;
  }
  .p-20-xl {
    padding: 20px;
  }
  .p-30-xl {
    padding: 30px;
  }
  .p-40-xl {
    padding: 40px;
  }
  .pt-0-xl {
    padding-top: 0px;
  }
  .pt-10-xl {
    padding-top: 10px;
  }
  .pt-20-xl {
    padding-top: 20px;
  }
  .pt-30-xl {
    padding-top: 30px;
  }
  .pt-40-xl {
    padding-top: 40px;
  }
  .pr-0-xl {
    padding-right: 0px;
  }
  .pr-10-xl {
    padding-right: 10px;
  }
  .pr-20-xl {
    padding-right: 20px;
  }
  .pr-30-xl {
    padding-right: 30px;
  }
  .pr-40-xl {
    padding-right: 40px;
  }
  .pb-0-xl {
    padding-bottom: 0px;
  }
  .pb-10-xl {
    padding-bottom: 10px;
  }
  .pb-20-xl {
    padding-bottom: 20px;
  }
  .pb-30-xl {
    padding-bottom: 30px;
  }
  .pb-40-xl {
    padding-bottom: 40px;
  }
  .pl-0-xl {
    padding-left: 0px;
  }
  .pl-10-xl {
    padding-left: 10px;
  }
  .pl-20-xl {
    padding-left: 20px;
  }
  .pl-30-xl {
    padding-left: 30px;
  }
  .pl-40-xl {
    padding-left: 40px;
  }
  .p-xl-10 {
    padding: 10px;
  }
  .p-xl-20 {
    padding: 20px;
  }
  .p-xl-30 {
    padding: 30px;
  }
  .p-xl-40 {
    padding: 40px;
  }
  .opacity-0-xl {
    opacity: 0;
  }
  .opacity-25-xl {
    opacity: 0.25;
  }
  .opacity-50-xl {
    opacity: 0.5;
  }
  .opacity-75-xl {
    opacity: 0.75;
  }
  .opacity-100-xl {
    opacity: 1;
  }
  .absolute-xl {
    position: absolute;
  }
  .relative-xl {
    position: relative;
  }
  .top-xl {
    top: 0;
  }
  .right-xl {
    right: 0;
  }
  .bottom-xl {
    bottom: 0;
  }
  .left-xl {
    left: 0;
  }
}
.mp-0 .row {
  margin: 0px;
}
.mp-0 .row [class*="column"] {
  padding: 0px;
}
@media (min-width: 1140px) {
  html {
    font-size: 100%;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 105%;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 115%;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 125%;
  }
}
.cm-container-width {
  max-width: var(--ast-normal-container-width);
  margin-left: auto;
  margin-right: auto;
}
.simple-list {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.simple-list li {
  margin: 0;
  padding: 5px 0;
  font-size: 0.75rem !important;
  line-height: 1.2 !important;
}
.site-footer {
  overflow: hidden;
}
.footer-circle {
  position: absolute;
  width: 250px;
  height: 250px;
  top: 0;
  left: 0;
  /* change to right:0 if you prefer */
  background-image: url("https://ovologistics.com/wp-content/uploads/ovo-half-mark-c2.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 2;
  will-change: transform, opacity;
}
ul.cm-checklist {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0 1.5rem 0 !important;
}
ul.cm-checklist li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
  font-size: 0.875rem !important;
  line-height: inherit;
  color: inherit;
}
ul.cm-checklist li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.75em;
  font-size: 1.2em;
  display: inline-block;
  width: 1.3em;
  color: var(--ast-global-color-0);
}
ul.cm-checklist--primary li:before {
  color: var(--ast-global-color-0);
}
ul.cm-checklist--text li:before {
  color: var(--ast-global-color-2);
}
ul.cm-checklist--white li:before {
  color: #fff;
}
.font-body {
  font-family: "Montserrat", Helvetica, sans-serif !important;
}
.font-heading {
  font-family: "DM Serif Display", serif !important;
}
.fl-button, button {
  transition: all 0.3s ease;
  transform: scale(1);
}
.fl-button:hover, button:hover {
  transition: all 0.3s ease;
  transform: scale(0.98);
}
.text-highlight, mark {
  font-style: normal;
  border-radius: 0;
  color: #161616 !important;
  background-image: linear-gradient(-100deg, #ffba21, #fb2 100%, #ffba21);
}
.hideImg {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
@media (max-width: 767px) {
  /* kill transform layers */
  /* kill CSS-var based BG shifting */
  /* optional: stop scroll text if it still feels jittery */
  .disable-parallax-mobile .cm-parx-layer, .disable-parallax-mobile .cm-bg-zoom {
    transform: none !important;
  }
  .disable-parallax-mobile .fl-row-content-wrap {
    --bg-x: 50% !important;
    --bg-y: 50% !important;
    background-position: var(--bg-x) var(--bg-y) !important;
  }
  .disable-parallax-mobile.cm-scroll-text-container .cm-scroll-text {
    transform: none !important;
  }
}
.cm-parx-bg2 .fl-row-content-wrap {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  /* prevent overflow when scaling */
}
.cm-parx-bg2 .fl-row-content-wrap .cm-bg-zoom {
  position: absolute;
  filter: grayscale(100%);
  inset: 0;
  background-image: inherit;
  /* copies parent's bg */
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  will-change: transform;
  z-index: 0;
}
.cm-parx-bg2 .fl-row-content-wrap > * {
  position: relative;
  z-index: 1;
}
.stamp-header .uabb-imgicon-wrap {
  position: absolute;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .stamp-header .uabb-imgicon-wrap {
    display: none;
  }
}
.stamp-header .uabb-infobox-title-wrap {
  position: relative;
  z-index: 1;
}
.cs-client-block {
  display: flex;
  flex-direction: column;
  line-height: 1.25 !important;
}
.cs-client-block .cs-client-label {
  opacity: 0.4;
  font-size: 12px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.cs-client-block .cs-client-name {
  opacity: 1;
}
.marq-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 22px;
  height: 22px;
}
.marq-loader .marq-spinner {
  animation: marqrotate 2s linear infinite;
  width: 20px;
  height: 20px;
}
.marq-loader .marq-spinner .path {
  stroke: var(--ast-global-color-1);
  stroke-linecap: round;
  animation: marqdash 1.5s ease-in-out infinite;
}
@keyframes marqrotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes marqdash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.marq-wrapper {
  display: flex;
  white-space: nowrap;
  will-change: transform;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 40px;
}
.marq-wrapper .marq-separator {
  align-self: center;
  padding: 0 20px;
  /* Adjust as needed for spacing around the "•" */
}
.marq-wrapper .marq-content {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: var(--ast-global-color-1);
}
.marq-wrapper .marq-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.underline-link {
  color: inherit;
  text-decoration: none;
  padding: 0 0 3px;
  background-image: linear-gradient(120deg, #B50099, #FF4949);
  background-repeat: no-repeat;
  background-size: 100% 5px;
  background-position: 0 calc(100% + 2px);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: background-size 0.15s ease-out;
  transition: background-size 0.15s ease-out;
  cursor: pointer;
  line-height: 1em;
}
.underline-link:hover {
  background-size: 100% 60%;
}
.inline-infobox .uabb-infobox-left-right-wrap {
  display: flex !important;
}
@media (max-width: 768px) {
  .inline-infobox .uabb-infobox-left-right-wrap {
    flex-direction: column;
  }
}
.inline-infobox .uabb-infobox-content {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .inline-infobox .uabb-infobox-content {
    flex-direction: column;
  }
}
.inline-infobox .uabb-infobox-content .uabb-infobox-text-wrap .uabb-button .uabb-button-text {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .inline-infobox .uabb-infobox-content .uabb-infobox-text-wrap {
    text-align: left;
    flex-direction: column;
    width: 100%;
  }
}
.inline-infobox .uabb-imgicon-wrap {
  animation: arrowBounce 2s ease-in-out infinite;
  max-width: 100px;
  margin-right: 30px !important;
}
@media (max-width: 768px) {
  .inline-infobox .uabb-imgicon-wrap {
    max-width: 75px;
  }
}
.animated-downUp {
  animation: arrowBounce 2s ease-in-out infinite;
}
@keyframes arrowBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
.service-box {
  /* Hover state */
}
.service-box .uabb-infobox .uabb-infobox-left-right-wrap .uabb-icon-wrap {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.service-box .uabb-infobox .uabb-infobox-left-right-wrap:hover {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.service-box .uabb-infobox .uabb-infobox-left-right-wrap:hover .uabb-infobox-text {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(-10px);
}
.fl-builder-mobile .service-box .uabb-infobox .uabb-infobox-left-right-wrap:hover .uabb-infobox-text {
  transform: translateY(0);
}
.service-box .uabb-infobox .uabb-infobox-left-right-wrap:hover .uabb-infobox-title {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(-10px);
  color: var(--ast-global-color-0);
}
.fl-builder-mobile .service-box .uabb-infobox .uabb-infobox-left-right-wrap:hover .uabb-infobox-title {
  transform: translateY(0);
}
.service-box .uabb-infobox .uabb-infobox-left-right-wrap:hover .uabb-infobox-title:after {
  margin-left: 20px;
  color: var(--ast-global-color-0);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.service-box .uabb-infobox .uabb-infobox-left-right-wrap:hover .uabb-imgicon-wrap {
  transform: scale(0.8, 0.8);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.fl-builder-mobile .service-box .uabb-infobox .uabb-infobox-left-right-wrap:hover .uabb-imgicon-wrap {
  transform: none;
}
.service-box .uabb-infobox .uabb-infobox-left-right-wrap .uabb-infobox-title {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.service-box .uabb-infobox .uabb-infobox-left-right-wrap .uabb-infobox-title:after {
  position: relative;
  font-family: "Ultimate-Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: inherit;
  margin-left: 0px;
  bottom: -5px;
  display: inline-block;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.service-box .uabb-infobox .uabb-infobox-left-right-wrap .uabb-imgicon-wrap {
  transform: scale(1, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.service-box .uabb-infobox .uabb-infobox-left-right-wrap .uabb-infobox-text {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.service-box.cm-infobox-block {
  /* ===========================
   DESKTOP (3 columns)
   =========================== */
  /* ===========================
   MEDIUM (2 columns)
   max-width: 992px
   =========================== */
  /* ===========================
   MOBILE (1 column)
   =========================== */
}
.service-box.cm-infobox-block .uabb-blog-posts .uabb-post-wrapper {
  /* first row */
  /* last column */
}
.service-box.cm-infobox-block .uabb-blog-posts .uabb-post-wrapper .uabb-blog-posts-shadow {
  border-top: 1px solid var(--ast-global-color-0);
  border-right: 1px solid var(--ast-global-color-0);
}
.service-box.cm-infobox-block .uabb-blog-posts .uabb-post-wrapper:nth-child(-n + 3) .uabb-blog-posts-shadow {
  border-top: none;
}
.service-box.cm-infobox-block .uabb-blog-posts .uabb-post-wrapper:nth-child(3n) .uabb-blog-posts-shadow {
  border-right: none;
}
@media (max-width: 992px) and (min-width: 768px) {
  .service-box.cm-infobox-block .uabb-blog-posts .uabb-post-wrapper .uabb-blog-posts-shadow {
    border: none;
  }
  .service-box.cm-infobox-block .uabb-blog-posts .uabb-post-wrapper:nth-child(n + 3) .uabb-blog-posts-shadow {
    border-top: 1px solid var(--ast-global-color-0);
  }
  .service-box.cm-infobox-block .uabb-blog-posts .uabb-post-wrapper:nth-child(odd) .uabb-blog-posts-shadow {
    border-right: 1px solid var(--ast-global-color-0);
  }
}
@media (max-width: 767px) {
  .service-box.cm-infobox-block .uabb-blog-posts .uabb-post-wrapper .uabb-blog-posts-shadow {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid var(--ast-global-color-0);
  }
  .service-box.cm-infobox-block .uabb-blog-posts .uabb-post-wrapper:last-child .uabb-blog-posts-shadow {
    border-bottom: none;
  }
}
.service-box .cm-infobox-wrap {
  display: flex;
  align-items: flex-start;
  padding: 30px;
  gap: 30px;
}
@media (max-width: 768px) {
  .service-box .cm-infobox-wrap {
    padding: 10px 0;
  }
}
.service-box .cm-imgicon-wrap {
  flex: 0 0 72px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  transform: scale(1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 768px) {
  .service-box .cm-imgicon-wrap {
    flex: 0 0 50px;
  }
}
.service-box .cm-imgicon-wrap img {
  display: block;
  max-width: 72px;
  height: auto;
}
@media (max-width: 768px) {
  .service-box .cm-imgicon-wrap img {
    max-width: 50px;
  }
}
.service-box .cm-infobox-content {
  flex: 1;
}
.service-box .cm-infobox-title {
  font-weight: 600;
  letter-spacing: -2px;
  position: relative;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 768px) {
  .service-box .cm-infobox-title {
    letter-spacing: -1px;
  }
}
.service-box .cm-infobox-title a::after {
  transform: translateX(0);
  position: relative;
  font-family: "Ultimate-Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: inherit;
  margin-left: 0px;
  bottom: -5px;
  display: inline-block;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.service-box .cm-infobox-text {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 768px) {
  .service-box .cm-infobox-text {
    display: none;
  }
}
.service-box .cm-infobox-wrap:hover .cm-infobox-title, .service-box .cm-infobox-wrap:hover .cm-infobox-text {
  transform: translateY(-10px);
}
.fl-builder-mobile .service-box .cm-infobox-wrap:hover .cm-infobox-title, .fl-builder-mobile .service-box .cm-infobox-wrap:hover .cm-infobox-text {
  transform: translateY(0);
}
.service-box .cm-infobox-wrap:hover .cm-infobox-title a::after {
  transform: translateX(10px);
}
.fl-builder-mobile .service-box .cm-infobox-wrap:hover .cm-infobox-title a::after {
  transform: none;
}
.service-box .cm-infobox-wrap:hover .cm-imgicon-wrap {
  transform: scale(0.9);
}
.fl-builder-mobile .service-box .cm-infobox-wrap:hover .cm-imgicon-wrap {
  transform: none;
}
.nocomments, #comments, .d-none {
  display: none;
}
#ast-hf-menu-2-mobile {
  justify-content: flex-end;
}
.main-header-menu li > a .menu-text:after {
  content: "";
  display: block;
  width: 0;
  border-radius: 3px;
  height: 2px;
  background: currentColor;
  transition: width 0.5s;
  opacity: 0.5;
}
.main-header-menu li > a:hover .menu-text::after {
  width: 20%;
  transition: width 0.5s;
}
.sub-menu li > a .menu-text:after {
  display: none;
}
.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close:focus {
  outline: none !important;
  border: none;
}
.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.menu-item-has-children ul.sub-menu {
  padding: 20px 20px;
}
.menu-link, .ast-header-break-point .main-navigation ul .menu-item .menu-link {
  border-bottom-width: 0px;
}
.ast-mm-custom-text-content {
  text-transform: initial;
  line-height: 1.25;
}
.ast-mm-custom-text-content h5 {
  text-transform: initial;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 1rem;
}
.ast-mm-custom-text-content span {
  font-size: 12px;
  display: inline-block;
  font-weight: 500;
  color: var(--ast-global-color-2);
}
.ast-mm-custom-text-content h5:after {
  content: "";
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--ast-global-color-0);
  display: block;
  margin-top: 10px;
}
.cm-changeBg .fl-row-content-wrap {
  transition: background-color 0.5s ease;
  /* Smooth transition for background-color */
  /* your color utilities — force override */
}
.cm-changeBg .fl-row-content-wrap.cm-bg-color-0 {
  background-color: var(--ast-global-color-0) !important;
}
.cm-changeBg .fl-row-content-wrap.cm-bg-color-1 {
  background-color: var(--ast-global-color-1) !important;
}
.cm-changeBg .fl-row-content-wrap.cm-bg-color-2 {
  background-color: var(--ast-global-color-2) !important;
}
.cm-changeBg .fl-row-content-wrap.cm-bg-color-3 {
  background-color: var(--ast-global-color-3) !important;
}
.cm-changeBg .fl-row-content-wrap.cm-bg-color-4 {
  background-color: var(--ast-global-color-4) !important;
}
.cm-changeBg .fl-row-content-wrap.cm-bg-color-5 {
  background-color: var(--ast-global-color-5) !important;
}
.cm-changeBg .fl-row-content-wrap.cm-bg-color-6 {
  background-color: var(--ast-global-color-6) !important;
}
.cm-changeBg .fl-row-content-wrap.cm-bg-color-7 {
  background-color: var(--ast-global-color-7) !important;
}
.cm-changeBg .fl-row-content-wrap.cm-bg-color-8 {
  background-color: var(--ast-global-color-8) !important;
}
.uabb-infobox-cm-1 .uabb-infobox .uabb-infobox-title-wrap .uabb-infobox-title, .uabb-infobox-cm-1 .uabb-infobox .uabb-infobox-text-wrap .uabb-infobox-text, .uabb-infobox-cm-1 .uabb-infobox .uabb-imgicon-wrap {
  transition: color 0.3s ease, transform 0.3s ease-in-out;
}
.uabb-infobox-cm-1 .uabb-infobox:hover {
  transition: color 0.3s ease, transform 0.3s ease-in-out;
}
.uabb-infobox-cm-1 .uabb-infobox:hover .uabb-imgicon-wrap {
  transition: color 0.3s ease, transform 0.3s ease-in-out;
  transform: scale(1.1) translateY(10px) translateX(20px);
  transform-origin: center;
  transform-box: fill-box;
}
.uabb-infobox-cm-1 .uabb-infobox:hover .uabb-infobox-title-wrap {
  position: relative;
}
.uabb-infobox-cm-1 .uabb-infobox:hover .uabb-infobox-title-wrap .uabb-infobox-title {
  transition: color 0.3s ease, transform 0.3s ease-in-out;
  transform: translateY(10px);
  color: var(--ast-global-color-0) !important;
}
.uabb-infobox-cm-1 .uabb-infobox:hover .uabb-infobox-title-wrap .uabb-infobox-title:after {
  transition: opacity 0.3s ease, color 0.3s ease, transform 0.3s ease-in-out;
  transform: translateX(10px);
  opacity: 1;
}
.uabb-infobox-cm-1 .uabb-infobox:hover .uabb-infobox-text-wrap .uabb-infobox-text {
  transition: color 0.3s ease, transform 0.3s ease-in-out;
  transform: translateY(10px);
  color: var(--ast-global-color-7);
}
.uabb-infobox-cm-1 .uabb-infobox .uabb-infobox-title-wrap .uabb-infobox-title:after {
  transition: opacity 0.3s ease, color 0.3s ease, transform 0.3s ease-in-out;
  transform: translateX(-5px);
  vertical-align: middle;
  z-index: 5;
  font-family: "Ultimate-Icons" !important;
  speak: none;
  font-size: inherit;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  opacity: 0;
}
.cm-post-wrap .uabb-blog-posts-shadow {
  position: relative;
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.cm-post-wrap .uabb-blog-posts-shadow .uabb-blog-post-inner-wrap::before {
  width: 70px;
  height: 70px;
  font-family: "Ultimate-Icons" !important;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
  color: var(--ast-global-color-5);
  transform: translateX(-50px);
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.cm-post-wrap .uabb-blog-post-element-link:hover + .uabb-blog-posts-shadow {
  background-color: var(--ast-global-color-0);
}
.cm-post-wrap .uabb-blog-post-element-link:hover + .uabb-blog-posts-shadow .uabb-blog-post-inner-wrap::before {
  transform: translateX(-20px);
  opacity: 1;
}
.cm-post-wrap .uabb-blog-post-element-link:hover + .uabb-blog-posts-shadow .uabb-blog-post-content .uabb-listing__terms-link, .cm-post-wrap .uabb-blog-post-element-link:hover + .uabb-blog-posts-shadow .uabb-blog-post-content .uabb-post-meta {
  color: var(--ast-global-color-5);
  opacity: 0.6;
}
.cm-post-wrap .uabb-blog-post-element-link:hover + .uabb-blog-posts-shadow .uabb-blog-post-content .uabb-post-heading {
  color: var(--ast-global-color-5);
}
.box {
  text-decoration: none !important;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  background-blend-mode: saturation;
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.box:before {
  width: 70px;
  height: 70px;
  font-family: "Ultimate-Icons" !important;
  speak: none;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* line-height: 1; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
  transform: translateX(-20px);
}
body.fl-builder-mobile .box:before {
  transform: none !important;
}
.box .box-meta {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}
.box .box-meta--top {
  position: absolute;
  padding: 30px;
  z-index: 3;
  top: 0;
  left: 0;
  opacity: 0.5;
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.box .box-body {
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  margin-bottom: 20px;
  padding: 30px;
  position: relative;
  z-index: 2;
  width: 100%;
}
.box .box-body .box-title {
  color: var(--ast-global-color-4);
  letter-spacing: -1px;
}
.box .box-body .box-content {
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  height: 0;
  opacity: 0;
  transform: translateY(-20px);
}
.fl-builder-mobile .box .box-body .box-content {
  height: auto;
  opacity: 1;
  transform: translateY(0);
}
.box .slideNum {
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transform: scale(1);
}
.box .box-icon {
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  position: absolute;
  top: 0;
  max-width: 120px;
  opacity: 0.8;
}
.box .box-icon .svged {
  width: 100%;
  height: auto;
}
.box-portrait {
  position: relative;
  min-height: 550px;
}
.box-has-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.box-has-bg:before {
  color: white;
}
.box-has-bg:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: linear-gradient(145deg, var(--ast-global-color-0) 0%, var(--ast-global-color-2) 100%);
  mix-blend-mode: multiply;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box-has-bg .box-meta--top {
  color: white;
}
.box-has-bg .box-body {
  color: var(--ast-global-color-3) !important;
}
.box-has-bg .box-body .box-title {
  color: white;
}
.box-outline {
  border: solid 8px var(--ast-global-color-3) !important;
}
.box-outline:hover {
  border-color: var(--ast-global-color-3) !important;
}
.box:hover {
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.box:hover:before {
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transform: translateX(0);
  opacity: 1;
}
.box:hover .box-meta--top {
  opacity: 1;
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.box:hover .box-title {
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  color: var(--ast-global-color-5);
}
.box:hover .box-body {
  margin-bottom: 0px;
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.box:hover .box-body .box-content {
  height: auto;
  opacity: 1;
  transform: translateY(0);
}
.box:hover .box-icon {
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  top: 20px;
  opacity: 1;
}
.box:hover .slideNum {
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transform: scale(1.2);
}
body.fl-builder-mobile .box:hover .slideNum {
  transform: none !important;
}
.ast-article-post .ast-article-inner {
  position: relative;
  padding: 30px;
  background-color: var(--ast-global-color-5);
  border: solid 1px var(--ast-global-color-0);
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ast-article-post .ast-article-inner .entry-title a {
  line-height: 1 !important;
}
.ast-article-post .ast-article-inner::before {
  width: 70px;
  height: 70px;
  font-family: "Ultimate-Icons" !important;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
  color: var(--ast-global-color-5);
  transform: translateX(-60px);
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ast-article-post .ast-article-inner:hover {
  background-color: var(--ast-global-color-0);
}
.ast-article-post .ast-article-inner:hover .entry-title a {
  color: var(--ast-global-color-5);
}
.ast-article-post .ast-article-inner:hover .ast-taxonomy-container a {
  color: var(--ast-global-color-5);
  opacity: 0.6;
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ast-article-post .ast-article-inner:hover .ast-excerpt-container {
  color: var(--ast-global-color-6);
  opacity: 0.6;
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ast-article-post .ast-article-inner:hover::before {
  transform: translateX(-20px);
  opacity: 1;
}
.blog .entry-title {
  line-height: 1 !important;
}
.pageheader-lottie {
  position: absolute;
  top: 0;
  width: 680px;
}
.mb-photo-box {
  position: absolute;
  right: 0;
  bottom: -2px;
}
@media (min-width: 768px) {
  .site-footer-section-2 .footer-widget-area-inner {
    max-width: 420px;
    margin-left: auto;
  }
}
.prax {
  position: relative;
  overflow: visible;
  /* let items move outside */
}
.prax__img {
  position: absolute;
  width: 240px;
  height: auto;
  will-change: transform;
}
.page-header .fl-row-content-wrap::after, .section-bg-blend .fl-row-content-wrap::after {
  mix-blend-mode: multiply;
}
.page-header .fl-row-content-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  /* reuse same bg */
  filter: grayscale(100%);
  z-index: 0;
}
.cm-carousel.cm-carousel-numbered .slick-slider .slick-slide .slideNum {
  position: absolute;
  font-weight: 800;
  font-size: 8rem;
  line-height: 1;
  color: #fff;
  pointer-events: none;
  top: 10px;
  left: 10px;
  z-index: 3;
  opacity: 0.8;
  mix-blend-mode: overlay;
}
.cm-carousel.cm-carousel-full .slick-slider .slick-slide .box {
  padding: 20% 10%;
  height: 100vh;
}
@media (max-width: 768px) {
  .cm-carousel.cm-carousel-full .slick-slider .slick-slide .box {
    padding: 200px 6%;
    height: auto;
  }
}
.cm-carousel.cm-carousel-full .slick-slider .slick-slide .box .box-title {
  font-size: 3.375rem;
  line-height: 1.25em;
}
.cm-carousel.cm-carousel-full .slick-slider .slick-slide .box .box-title a {
  color: var(--ast-global-color-8);
}
.cm-carousel.cm-carousel-full .slick-slider .slick-slide .box .box-title a:hover {
  color: var(--ast-global-color-5);
}
@media (max-width: 768px) {
  .cm-carousel.cm-carousel-full .slick-slider .slick-slide .box .box-title {
    font-size: 2.75rem;
    line-height: 1.25em;
  }
}
.cm-carousel.cm-carousel-full .slick-slider .slick-slide .slideNum {
  transform: none;
}
.cm-carousel.cm-carousel-full .slick-slider .slick-slide .slideNum:after {
  top: 100px;
  left: 10%;
  font-size: 4rem;
  content: "Case Study";
  display: inline-block;
}
.cm-carousel.cm-carousel-full .slick-slider ul.slick-dots {
  display: block;
  position: absolute;
  margin: 0px;
  width: auto;
  text-align: right;
  bottom: 50px;
  right: 50px;
  z-index: 10;
}
.cm-carousel.cm-carousel-full .slick-slider ul.slick-dots li.slick-active button::before {
  font-size: 20px;
}
.grid-paper-bg .fl-row-content-wrap {
  position: relative;
  display: grid;
  isolation: isolate;
  /* ensures z-index layering works predictably */
}
.grid-paper-bg .fl-row-content-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, var(--ast-global-color-6) 1px, transparent 1px), linear-gradient(to bottom, var(--ast-global-color-6) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
  /* radial fade */
  -webkit-mask-image: radial-gradient(ellipse at center, #000 60%, transparent 75%);
  mask-image: radial-gradient(ellipse at center, #000 60%, transparent 75%);
  z-index: 0;
  /* sits behind */
}
.grid-paper-bg .fl-row-content-wrap > * {
  position: relative;
  z-index: 1;
}
.grid-paper-bg.grid-paper-bg-dark .fl-row-content-wrap::before {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 1px, transparent 1px) !important;
}
.cm-carousel .uabb-blog-posts .slick-prev i, .cm-carousel .uabb-blog-posts .slick-next i {
  font-size: 40px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-sizing: content-box;
  display: inline-block;
  color: var(--ast-global-color-0);
  border-radius: 50%;
  background: var(--ast-global-color-6);
  transition: all 0.3s ease;
  transform: scale(1);
}
.cm-carousel .uabb-blog-posts .slick-prev i:hover, .cm-carousel .uabb-blog-posts .slick-prev i:focus, .cm-carousel .uabb-blog-posts .slick-next i:hover, .cm-carousel .uabb-blog-posts .slick-next i:focus {
  background: var(--ast-global-color-0);
  color: var(--ast-global-color-6);
  transform: scale(1.15);
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.cm-carousel .uabb-blog-posts .slick-prev {
  left: -25px;
}
.cm-carousel .uabb-blog-posts .slick-next {
  right: -25px;
}
.cm-carousel.cm-carousel-full .uabb-blog-posts .slick-prev {
  left: 25px;
}
.cm-carousel.cm-carousel-full .uabb-blog-posts .slick-next {
  right: 25px;
}
.download-btn {
  text-decoration: none;
  padding: 10px 45px 10px 45px;
  position: relative;
  border-radius: 100px;
  background-color: var(--ast-global-color-0);
  display: block;
  color: #ffffff;
  min-width: 200px;
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.download-btn small {
  font-size: 10px;
  font-weight: 600;
  display: block;
}
.download-btn small.d-block {
  color: rgba(255, 255, 255, 0.3);
}
.download-btn:before {
  display: inline-block;
  padding-right: 5px;
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 22px;
  position: absolute;
  left: 20px;
  top: calc(50% - 12px);
}
.download-btn:after {
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 0;
  display: inline-block;
  padding-left: 5px;
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  transform: translateY(-5px);
}
.download-btn:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: var(--ast-global-color-0);
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.download-btn:hover:after {
  transform: translateY(0);
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 1;
}
.file-icon.file-pdf:before {
  content: "";
}
.file-icon.file-aif:before, .file-icon.file-aifc:before, .file-icon.file-aiff:before, .file-icon.file-au:before, .file-icon.file-kar:before, .file-icon.file-m3u:before, .file-icon.file-m4r:before, .file-icon.file-mid:before, .file-icon.file-midi:before, .file-icon.file-mp2:before, .file-icon.file-mp3:before, .file-icon.file-mpga:before, .file-icon.file-ra:before, .file-icon.file-ram:before, .file-icon.file-rm:before, .file-icon.file-rpm:before, .file-icon.file-snd:before, .file-icon.file-wav:before, .file-icon.file-wave:before {
  content: "";
}
.file-icon.file-avi:before, .file-icon.file-divx:before, .file-icon.file-mov:before, .file-icon.file-movie:before, .file-icon.file-mp4:before, .file-icon.file-mpe:before, .file-icon.file-mpeg:before, .file-icon.file-mpg:before, .file-icon.file-mxu:before, .file-icon.file-qt:before, .file-icon.file-wmv:before {
  content: "";
}
.file-icon.file-7z:before, .file-icon.file-gz:before, .file-icon.file-rar:before, .file-icon.file-sit:before, .file-icon.file-tar:before, .file-icon.file-zip:before {
  content: "";
}
.file-icon.file-csv:before, .file-icon.file-tsv:before, .file-icon.file-xls:before, .file-icon.file-xlsx:before {
  content: "";
}
.file-icon.file-doc:before, .file-icon.file-docx:before {
  content: "";
}
.file-icon.file-ai:before {
  content: "";
}
.file-icon.file-swf:before {
  content: "";
}
.file-icon.file-bmp:before, .file-icon.file-djv:before, .file-icon.file-eps:before, .file-icon.file-gif:before, .file-icon.file-ief:before, .file-icon.file-jpe:before, .file-icon.file-jpeg:before, .file-icon.file-jpg:before, .file-icon.file-pbm:before, .file-icon.file-pgm:before, .file-icon.file-png:before, .file-icon.file-pnm:before, .file-icon.file-ppm:before, .file-icon.file-ps:before, .file-icon.file-ras:before, .file-icon.file-rgb:before, .file-icon.file-tif:before, .file-icon.file-tiff:before, .file-icon.file-wbmp:before, .file-icon.file-xbm:before, .file-icon.file-xpm:before, .file-icon.file-xwd:before {
  content: "";
}
.file-icon.file-psd:before {
  content: "";
}
.file-icon.file-ppt:before, .file-icon.file-pptx:before {
  content: "";
}
.file-icon.file-as:before, .file-icon.file-css:before, .file-icon.file-htaccess:before, .file-icon.file-htm:before, .file-icon.file-html:before, .file-icon.file-js:before, .file-icon.file-php:before, .file-icon.file-sql:before, .file-icon.file-xml:before, .file-icon.file-xsl:before {
  content: "";
}
.file-icon.file-rtf:before, .file-icon.file-rtx:before {
  content: "";
}
.file-icon.file-txt:before {
  content: "";
}
.download-link {
  color: var(--ast-global-color-2);
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}
.download-link:before {
  display: inline-block;
  padding-right: 5px;
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
ul.dlm-downloads {
  margin: 0;
  padding: 0;
  list-style: none;
  border-style: solid;
  border-color: var(--ast-global-color-6);
  border-width: 1px;
}
ul.dlm-downloads li {
  margin: 0;
  border-bottom: solid 1px var(--ast-global-color-6);
}
ul.dlm-downloads li:hover {
  background-color: var(--ast-global-color-6);
}
ul.dlm-downloads li:last-child {
  border-bottom: none;
}
ul.dlm-downloads li:nth-child(odd) {
  background-color: var(--ast-global-color-4);
}
ul.dlm-downloads li:nth-child(odd):hover {
  background-color: var(--ast-global-color-6);
}
ul.dlm-downloads .download-link-list {
  padding: 10px;
  text-decoration: none;
}
ul.dlm-downloads .download-link-list:hover {
  color: var(--ast-global-color-0);
}
ul.dlm-downloads .download-link-list:hover .download-this {
  color: var(--ast-global-color-0);
}
ul.dlm-downloads .download-link-list:before {
  font-size: 24px;
  padding-right: 10px;
  padding-top: 3px;
  position: inherit;
  right: unset;
  z-index: 1;
  opacity: 1;
  border-radius: 0;
}
ul.dlm-downloads .download-link-list .download-link-content {
  flex-grow: 1;
}
ul.dlm-downloads .download-link-list .download-link-content p {
  font-weight: 400;
  color: var(--ast-global-color-7);
  font-size: 14px;
  margin-bottom: 0;
}
ul.dlm-downloads .download-link-list .download-link-content small {
  font-size: 10px;
}
ul.dlm-downloads .download-link-list .download-this {
  padding: 10px;
}
.liner:after {
  display: block;
  content: "";
  width: 80px;
  height: 4px;
  border-radius: 3px;
  background-color: var(--ast-global-color-0);
  margin-top: 30px;
  margin-top: 20px;
}
.cm-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cm-list li {
  margin: 6px 0;
  padding: 6px 0;
  list-style: none;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .disable-parallax-mobile .fl-row-content-wrap {
    background-attachment: scroll !important;
    background-position: center !important;
    transform: none !important;
  }
}
.cm-parx-host {
  position: relative;
  overflow: hidden;
}
.cm-parx-layer {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
  will-change: transform;
  pointer-events: none;
  contain: paint;
}
/* base */
.cm-parx-bg-anim .fl-row-content-wrap {
  /* your defaults */
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  /* or auto/cover */
  background-position: var(--bg-x, 100%) var(--bg-y, 50%);
  position: relative;
  overflow: hidden;
  /* hides overshoot */
}
/* optional helpers */
.bg-right {
  --bg-x: 100%;
  --bg-y: 50%;
}
/* right center default */
.bg-left {
  --bg-x: 0%;
  --bg-y: 50%;
}
.bg-top {
  --bg-x: 50%;
  --bg-y: 0%;
}
.bg-bottom {
  --bg-x: 50%;
  --bg-y: 100%;
}
.text-outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: currentColor;
  -webkit-text-stroke-width: 0.012em;
}
.cm-scroll-text-container {
  overflow: hidden;
}
.cm-scroll-text-container .cm-bg-color-0 .cm-scroll-text {
  color: var(--ast-global-color-6) !important;
}
.cm-scroll-text-container .cm-scroll-text {
  transition: color 0.3s ease;
  display: inline-block;
  /* ensure transforms apply */
  white-space: nowrap;
  /* keep one line if it's long */
  will-change: transform;
  transform: translateZ(0);
  text-transform: lowercase;
  width: max-content;
  font-size: 20vw;
  font-weight: 800;
  letter-spacing: -0.1em;
}
[data-rise-type] {
  transform: translateZ(0);
}
.glitchText {
  color: white;
  font-family: sans-serif;
  font-weight: 800;
  position: relative;
  font-size: 100px;
  padding: 30px;
}
.glitchText::before, .glitchText::after {
  padding: 30px;
  color: white;
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  overflow: hidden;
  top: 0;
}
.glitchText::before {
  left: 3px;
  text-shadow: -2px 0 turquoise;
  animation: glitch-animation-1 2s linear infinite alternate-reverse;
}
.glitchText::after {
  left: -3px;
  text-shadow: -2px 0 blue;
  animation: glitch-animation-2 2s linear infinite alternate-reverse;
}
@keyframes glitch-animation-1 {
  0% {
    clip: rect(147px, 350px, 21px, 30px);
  }
  5% {
    clip: rect(55px, 350px, 19px, 30px);
  }
  10% {
    clip: rect(66px, 350px, 129px, 30px);
  }
  15% {
    clip: rect(105px, 350px, 6px, 30px);
  }
  20% {
    clip: rect(32px, 350px, 106px, 30px);
  }
  25% {
    clip: rect(128px, 350px, 50px, 30px);
  }
  30% {
    clip: rect(53px, 350px, 108px, 30px);
  }
  35% {
    clip: rect(33px, 350px, 110px, 30px);
  }
  40% {
    clip: rect(51px, 350px, 137px, 30px);
  }
  45% {
    clip: rect(25px, 350px, 143px, 30px);
  }
  50% {
    clip: rect(97px, 350px, 24px, 30px);
  }
  55% {
    clip: rect(18px, 350px, 1px, 30px);
  }
  60% {
    clip: rect(64px, 350px, 115px, 30px);
  }
  65% {
    clip: rect(1px, 350px, 50px, 30px);
  }
  70% {
    clip: rect(139px, 350px, 101px, 30px);
  }
  75% {
    clip: rect(144px, 350px, 64px, 30px);
  }
  80% {
    clip: rect(79px, 350px, 116px, 30px);
  }
  85% {
    clip: rect(80px, 350px, 113px, 30px);
  }
  90% {
    clip: rect(43px, 350px, 95px, 30px);
  }
  95% {
    clip: rect(52px, 350px, 87px, 30px);
  }
  100% {
    clip: rect(88px, 350px, 86px, 30px);
  }
}
@keyframes glitch-animation-2 {
  0% {
    clip: rect(3px, 350px, 47px, 30px);
  }
  5% {
    clip: rect(101px, 350px, 17px, 30px);
  }
  10% {
    clip: rect(11px, 350px, 69px, 30px);
  }
  15% {
    clip: rect(138px, 350px, 124px, 30px);
  }
  20% {
    clip: rect(51px, 350px, 36px, 30px);
  }
  25% {
    clip: rect(88px, 350px, 38px, 30px);
  }
  30% {
    clip: rect(97px, 350px, 106px, 30px);
  }
  35% {
    clip: rect(142px, 350px, 92px, 30px);
  }
  40% {
    clip: rect(116px, 350px, 90px, 30px);
  }
  45% {
    clip: rect(106px, 350px, 121px, 30px);
  }
  50% {
    clip: rect(126px, 350px, 107px, 30px);
  }
  55% {
    clip: rect(85px, 350px, 2px, 30px);
  }
  60% {
    clip: rect(6px, 350px, 16px, 30px);
  }
  65% {
    clip: rect(40px, 350px, 19px, 30px);
  }
  70% {
    clip: rect(33px, 350px, 126px, 30px);
  }
  75% {
    clip: rect(68px, 350px, 97px, 30px);
  }
  80% {
    clip: rect(150px, 350px, 142px, 30px);
  }
  85% {
    clip: rect(129px, 350px, 74px, 30px);
  }
  90% {
    clip: rect(73px, 350px, 118px, 30px);
  }
  95% {
    clip: rect(135px, 350px, 131px, 30px);
  }
  100% {
    clip: rect(53px, 350px, 58px, 30px);
  }
}
.h1 {
  font-size: 3.375rem;
  line-height: 1.25em;
}
.h2 {
  font-size: 2.75rem;
  line-height: 1.25em;
}
.h3 {
  font-size: 1.75rem;
  line-height: 1.25em;
}
.display1 {
  font-size: 6rem;
  line-height: 1.1;
}
.blog-content-area h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.25em;
}
.blog-content-area h3 {
  font-size: 1.45rem;
  margin-bottom: 16px;
  line-height: 1.35em;
}
.blog-content-area h4 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}
.blog-content-area h5 {
  margin-bottom: 10px;
}
.blog-content-area h6 {
  margin-bottom: 8px;
}
.cm-post-meta {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--ast-global-color-2);
  opacity: 0.5;
  font-size: 12px;
}
.cm-post-meta-accent {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--ast-global-color-0);
  opacity: 1;
  font-size: 12px;
}
.mb-member-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: left;
  color: var(--ast-global-color-2);
  text-decoration: none !important;
  background-color: #e0e0e0;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.mb-member-box:hover {
  background-color: #75CFE5;
}
.mb-member-box:hover .fl-post-meta {
  opacity: 1;
}
.mb-member-box:hover .fl-post-image img {
  transform: scale(0.95);
  filter: grayscale(0);
  transition: filter 0.5s ease, transform 0.3s ease-in-out;
}
.mb-member-box:hover .fl-post-text {
  transform: translateY(-20px);
}
.mb-member-box:hover i {
  opacity: 1;
  transform: translate(-20px, 20px);
}
.mb-member-box .fl-post-title {
  margin: 0;
  padding-top: 20px;
}
.mb-member-box .fl-post-image {
  display: block;
  text-align: center;
  width: 320px;
  margin: 0 auto;
}
.mb-member-box .fl-post-image > img {
  flex-shrink: 0;
  transition: transform 0.5s ease-in-out;
  margin: 0 !important;
  max-width: 100%;
  filter: grayscale(100%);
}
.mb-member-box .fl-post-text {
  position: relative;
  transition: transform 0.3s ease;
  background-color: #ffffff;
  padding: 10px 20px;
}
.mb-member-box .fl-post-meta {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--ast-global-color-2);
  opacity: 0.5;
  font-size: 14px;
}
.mb-member-box i {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font-size: 30px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translate(0, -20px);
}
.fl-theme-builder-singular .site-content > .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}
#wpforms-24608-field_1-container .wpforms-field-description {
  margin-bottom: 20px;
  color: rgba(245, 242, 240, 0.74);
  font-size: 0.85em;
  line-height: 1.45;
}
.fl-col.title-container {
  z-index: 3;
}
.cs-testimonial {
  display: flex;
  align-items: flex-start;
}
.cs-testimonial .cs-testimonial-inner {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}
.cs-testimonial .cs-testimonial-copy {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.45;
  text-transform: uppercase;
}
.cs-testimonial i.dashicons {
  font-size: 10vw;
  width: 11vw;
  color: var(--ast-global-color-0);
  line-height: 1;
  margin-top: 5px;
}
.cs-testimonial figcaption {
  margin-top: 1rem;
}
.cs-testimonial figcaption .t-name {
  font-weight: 700;
  display: block;
  line-height: 1.1;
}
.cs-testimonial figcaption .t-title {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.7;
}
.cs-testimonial figcaption .t-company {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
}
#secondary input {
  font-size: 16px !important;
}
footer {
  background-color: var(--ast-global-color-0) !important;
}
footer .widget-title {
  margin-bottom: 1rem;
}
footer .wpforms-container button {
  background-color: transparent;
  color: white;
  padding: 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
footer .wpforms-container button:hover {
  background-color: transparent;
  color: var(--ast-global-color-0);
}
footer .wpforms-container button:active {
  background-color: transparent;
}
footer .wpforms-container button:disabled {
  background-color: transparent;
  cursor: not-allowed;
  /* Show not-allowed cursor */
  opacity: 0.65;
  /* Lower opacity to indicate disabled state */
}
footer .wpforms-container input[type="email"]:focus {
  border-color: var(--ast-global-color-8);
  outline: none;
  /* Change border color on focus */
  /* Remove default outline */
}
footer .wpforms-container .wpforms-field {
  padding-top: 0;
}
footer .wpforms-container .wpforms-field input[type="email"] {
  border: 2px solid #4A5F7D;
  border-radius: 0px;
  background-color: var(--ast-global-color-7);
  color: var(--ast-global-color-8);
}
@media (max-width: 420px) {
  footer .cm-footer {
    flex-direction: column;
  }
}
footer .footer-tag {
  color: white;
  line-height: 1.25;
}
footer .footer-company-info [itemprop="address"] {
  margin-bottom: 20px;
}
footer .footer-social a {
  display: block;
  margin-top: 30px;
  color: rgba(245, 242, 240, 0.74);
}
footer .footer-social a i {
  font-size: 20px;
}
.bio-intro .fl-heading-text > p {
  margin-bottom: 0;
}
.member-quote {
  position: relative;
}
.member-quote .uabb-infobox-text-wrap {
  display: flex;
  flex-direction: column;
}
.member-quote .uabb-infobox-text-wrap:after {
  display: block;
  content: "";
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22117px%22%20height%3D%2294px%22%20viewBox%3D%220%200%20117%2094%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Ctitle%3EGroup%2033%20Copy%203%3C/title%3E%3Cg%20id%3D%22Page-2%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22VSHG-Comps--Bio%22%20transform%3D%22translate(-1224%2C%20-959)%22%20fill%3D%22%23006271%22%20fill-rule%3D%22nonzero%22%3E%3Cg%20id%3D%22Truly-it-was-a-great-Copy-9%22%20transform%3D%22translate(1224%2C%20959)%22%3E%3Cpath%20d%3D%22M0%2C94%20L0%2C63.1018519%20C0%2C51.2067901%201.96455224%2C40.1820988%205.89365672%2C30.0277778%20C9.82276119%2C19.8734568%2016.5895522%2C9.86419753%2026.1940299%2C0%20L43.2201493%2C12.6203704%20C36.8171642%2C19.5833333%2032.1604478%2C26.0385802%2029.25%2C31.9861111%20C26.3395522%2C37.933642%2024.5932836%2C43.808642%2024.011194%2C49.6111111%20L44.5298507%2C49.6111111%20L44.5298507%2C94%20L0%2C94%20Z%20M72.4701493%2C94%20L72.4701493%2C63.1018519%20C72.4701493%2C51.2067901%2074.4347015%2C40.1820988%2078.363806%2C30.0277778%20C82.2929104%2C19.8734568%2089.0597015%2C9.86419753%2098.6641791%2C0%20L115.690299%2C12.6203704%20C109.287313%2C19.5833333%20104.630597%2C26.0385802%20101.720149%2C31.9861111%20C98.8097015%2C37.933642%2097.0634328%2C43.808642%2096.4813433%2C49.6111111%20L117%2C49.6111111%20L117%2C94%20L72.4701493%2C94%20Z%22%20id%3D%22Shape%22%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  color: var(--ast-global-color-1);
  width: 100px;
  margin-left: auto;
  height: 100px;
}
blockquote {
  color: var(--ast-global-color-0);
  padding: 40px 50px 50px 10vw;
  margin: 80px auto 50px auto;
  width: 100%;
  max-width: 900px;
  border: none;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.45;
}
blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8vw;
  vertical-align: top;
  text-align: center;
  color: var(--ast-global-color-0);
  line-height: 1;
  height: 8vw;
  width: 8vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ast-mobile-popup-drawer .ast-mobile-popup-inner {
  background: var(--ast-global-color-1);
}
.announcement-bar, #announcement-bar {
  overflow-x: hidden;
}
.header-widget-area .widget {
  margin-bottom: 0;
}
.mobile-call {
  border-radius: 50px;
  border: 1px solid #F8EFD8;
  padding: 0.5em;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
}
.service-navs .uabb-infobox {
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
}
.service-navs .uabb-infobox:hover {
  transition: all 0.3s ease-in-out;
  transform: translateY(-30px);
}
.lead, .uabb-module-content .uabb-text-editor .lead {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  line-height: 1.45;
}
.graythis {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
}
.background-blend-darken .fl-row-content-wrap {
  background-blend-mode: darken;
}
.info-box-back-right:before, .photo-box-back-right .uabb-photo-content:before {
  top: 80px;
  left: 30px;
}
.info-box-back-left:before, .photo-box-back-left .uabb-photo-content:before {
  right: 30px;
  top: 30px;
}
.info-box-back, .photo-box-back .uabb-photo-content {
  position: relative;
  overflow: visible;
  z-index: 2;
}
.info-box-back:before, .photo-box-back .uabb-photo-content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #75CFE5;
  z-index: -1;
}
.cm-accordions {
  width: 100%;
}
.cm-accordion-item {
  border-bottom: 1px solid #333;
}
.cm-accordion-item .cm-accordion-item-content {
  max-width: 1440px;
  min-height: 60px;
  margin: 0 auto;
}
.cm-accordion-item .cm-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  cursor: pointer;
  user-select: none;
}
.cm-accordion-item .cm-accordion-header:hover {
  color: #888;
}
.cm-accordion-item .cm-accordion-icon {
  transition: transform 0.3s ease;
  display: inline-block;
}
.cm-accordion-item .cm-accordion-body {
  overflow: hidden;
  height: 0;
  color: #555;
}
.cm-accordion-item.active .cm-accordion-icon {
  transform: rotate(45deg);
}
.info-box-no-offset:before {
  top: 30px;
}
/* wrapper (shows ~2 icons) */
.icon-loader-wrap {
  position: relative;
  width: 300px;
  /* visible area (2 icons) */
  height: 80px;
  /* stripe height */
  overflow: hidden;
  margin-bottom: 14px;
}
/* left fade */
.icon-loader-wrap::before, .icon-loader-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  transition: background 0.5s ease;
}
/* left: white -> transparent (into content) */
.icon-loader-wrap::before {
  background: linear-gradient(to right, #fff 0 0%, transparent 20%);
}
/* right: transparent -> white (out of content) */
.icon-loader-wrap::after {
  background: linear-gradient(to left, #fff 0 10%, transparent 20%);
}
/* stripe */
.icon-loader {
  /* set stripe image width + speed (px/sec) */
  --tile-w: 562px;
  --speed: 30;
  /* slower than 60 */
  will-change: background-position;
  width: 100%;
  height: 100%;
  background-image: url("https://ovologistics.com/wp-content/uploads/ovo-icon-stripe-1.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
  opacity: 0.5;
  animation-name: loader-slide, loader-fade;
  /* paused by default */
  animation-duration: 20s, 0.25s;
  animation-timing-function: linear, ease-out;
  animation-iteration-count: infinite, 1;
  animation-fill-mode: none, forwards;
  animation-play-state: running, running;
  animation-timing-function: linear, ease-in-out;
}
.icon-loader-2 {
  background-image: url("https://ovologistics.com/wp-content/uploads/ovo-icon-stripe-2.png");
}
/* animate ONLY on hover of the container */
.astra-megamenu.sub-menu:hover .icon-loader, .menu-item-has-children:hover .icon-loader {
  animation-play-state: running, running;
}
/* keyframes */
@keyframes loader-fade {
  to {
    opacity: 1;
  }
}
@keyframes loader-slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: calc(-1 * var(--tile-w)) 0;
  }
}
/* respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .icon-loader {
    animation: none;
    opacity: 1;
  }
}
.overflow-hidden {
  overflow: hidden;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
