@charset "UTF-8";
/**--Media-queries--**/
@import url("https://fonts.cdnfonts.com/css/creepsville");
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1400px;
    padding: 0 calc(2.9rem + 2.8vw);
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1800px;
  }
}
.container--md {
  max-width: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-3 {
    order: 3;
  }
}
@media (min-width: 1360px) {
  .container-narrow-xl {
    max-width: 1280px;
    padding: 0 20px;
  }
}
.header__hamburger {
  position: relative;
  width: 24px;
  display: none;
  vertical-align: middle;
  color: currentColor;
}
@media (max-width: 1199px) {
  .header__hamburger {
    display: block;
  }
}
.header__hamburger.open, .header__hamburger:hover {
  color: currentColor;
}
.header__hamburger.open:after {
  opacity: 1;
  visibility: visible;
}
.header__hamburger:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out all;
  z-index: 11;
}

.header__hamburger span {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 24px;
  margin-top: -1px;
  background-color: currentColor;
  transition: height 0s linear, transform 0.6s ease-in-out;
  transition-delay: 0.6s, 0s, 0s;
  transform-origin: center;
}

.header__hamburger.open span {
  height: 0;
  transform: rotate(360deg);
  transition: width 0s linear, transform 0s ease;
  transition-delay: 0.3s, 0.6s, 0.6s;
}

.header__hamburger span:after {
  position: absolute;
  top: 6px;
  left: 0;
  height: 2px;
  width: 24px;
  background-color: inherit;
  content: "";
  transform: rotate(0deg);
  transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease;
  transition-delay: 0.9s, 0.9s, 0.6s, 0.6s;
}

.header__hamburger.open span:after {
  top: 0;
  width: 24px;
  transform: rotate(45deg);
  transition-delay: 0s, 0s, 0.3s, 0.3s;
}

.header__hamburger span:before {
  position: absolute;
  top: -6px;
  left: 0;
  height: 2px;
  width: 24px;
  background-color: inherit;
  content: "";
  transform: rotate(0deg);
  transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease;
  transition-delay: 0.9s, 0.9s, 0.6s, 0.6s;
}

.header__hamburger.open span:before {
  top: 0;
  width: 24px;
  transform: rotate(-45deg);
  transition-delay: 0s, 0s, 0.3s, 0.3s;
}

@keyframes shakeee {
  0% {
    transform: translate(1px, 0);
  }
  20% {
    transform: translate(-2px, 0);
  }
  40% {
    transform: translate(3px, 0);
  }
  60% {
    transform: translate(-3px, 0);
  }
  80% {
    transform: translate(4px, 0);
  }
  100% {
    transform: translate(-2px, 0);
  }
}
.notification-bar {
  position: relative;
  z-index: 1;
  background-color: #0291c1;
  text-align: center;
  width: 100%;
  top: 0;
  transition: 0.5s all ease-in-out;
  opacity: 1;
  visibility: visible;
}
.notification-bar p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  max-width: 570px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.32px;
}
.notification-bar p:not(:last-child) {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .notification-bar p {
    max-width: 100%;
    white-space: nowrap;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .notification-bar p {
    font-size: 14px;
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .notification-bar p {
    max-width: 90%;
    line-height: 1.6;
  }
}

.display_topbar .notification-bar {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 575px) {
  .display_topbar .notification-bar {
    display: flex;
    align-items: center;
  }
}

.know-more {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  margin: 0 0 0 22px;
  background-color: #fff;
  border-radius: 4px;
  color: #ee3e5a;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
@media (min-width: 1199px) {
  .know-more:hover {
    color: #fff;
    background-color: #ee3e5a;
  }
}
@media (max-width: 992px) {
  .know-more {
    margin-left: 5px;
    font-size: 11px;
    padding: 3px 8px;
  }
}
.know-more.shakeee {
  position: relative;
  animation: shakeee 0.4s linear;
  animation-iteration-count: 3;
}

.notification-bar-close {
  height: 100%;
  position: absolute;
  right: 0;
  top: calc(50% + 4px);
  width: 40px;
  z-index: 9;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  padding: 10px 0 0 35px;
}
@media (max-width: 1200px) {
  .notification-bar-close {
    right: 10px;
    top: 8px;
    transform: translate(0, 0);
    height: 30px;
    width: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .notification-bar-close {
    top: 5px;
    height: 30px;
    width: 35px;
  }
}
.notification-bar-close:after, .notification-bar-close:before {
  background-color: #fff;
  content: "";
  height: 2px;
  position: absolute;
  left: 10px;
  top: 16px;
  width: 20px;
  transform: rotate(-45deg);
}
@media (max-width: 1200px) {
  .notification-bar-close:after, .notification-bar-close:before {
    background-color: #fff;
    content: "";
    left: 9px;
    top: 14px;
    width: 18px;
  }
}
@media (max-width: 767px) {
  .notification-bar-close:after, .notification-bar-close:before {
    width: 17px;
    top: 14px;
  }
}
.notification-bar-close::before {
  transform: rotate(45deg);
}

@media only screen and (max-width: 575px) {
  .display_topbar .notification-bar .notification-bar-close {
    top: 20px;
  }
}
.demo-btn {
  background: #f7f7f7;
  color: #000 !important;
  border: 2px solid #f7f7f7;
  font-size: 12px;
  padding: 10px 24px;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  border-radius: 5px;
  white-space: nowrap;
  display: none;
}
.demo-btn:hover {
  background-color: #ee3e5a;
  color: #fff !important;
}
@media (max-width: 1279px) {
  .demo-btn {
    display: none;
  }
}

.contactblock {
  display: inline-block;
  vertical-align: middle;
}
.contactblock .btn--primary {
  min-width: auto;
  font-size: 12px;
  text-transform: uppercase;
}

.explore-inline {
  text-transform: uppercase;
  font-size: 9px !important;
  padding: 3px 7px !important;
  font-weight: 800;
  margin-left: 5px;
  vertical-align: middle;
  border-radius: 5px !important;
  display: inline;
  background: #ee3e5a;
  color: #fff;
  border-color: #ee3e5a;
  padding: 4px 7px;
}
.explore-inline.upgraded {
  font-weight: 600;
}
.explore-inline.wow::after {
  content: "WOW!";
}
.explore-inline.new::after {
  content: "new";
}
.explore-inline.upgraded::after {
  content: "New";
}

li a[href*=b2b-multivendor-ecommerce-platform] {
  justify-content: flex-start;
}

.b2b-header-cta {
  display: none !important;
}

html:not(.tg-popup) #header {
  z-index: 999999;
}

#header.open {
  z-index: 9999999 !important;
}

#header {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  transition: transform 0.3s ease-in-out;
  z-index: 9;
}

.header {
  display: flex;
  gap: clamp(10px, 2.5vw, 2.5rem);
  background: #fff;
  padding: 15px 0;
  justify-content: space-between;
  align-items: center;
}
.header .logo svg,
.header .logo img {
  width: 100%;
  max-width: 130px;
  display: block;
}
@media (max-width: 1499px) {
  .header .logo svg,
  .header .logo img {
    max-width: 100px;
    margin: 0;
  }
}
.header .header__right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1200px) {
  .header .header__right {
    justify-content: space-between;
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .header .header__right .contactblock {
    order: 1;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .nav-menu {
    display: flex;
    gap: 1.8rem;
  }
}
@media (min-width: 1500px) {
  .nav-menu {
    display: flex;
    gap: 2.3rem;
  }
}
.nav-menu > li {
  position: relative;
  line-height: normal;
}
@media (max-width: 1199px) {
  .nav-menu > li:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
.nav-menu > li > a {
  font-weight: 600;
}
.nav-menu > li > a .badge {
  left: 50%;
  transform: translateX(-50%);
  background-color: #ee3e5a;
  color: #fff;
  padding: 5px 8px 3px 8px;
  line-height: 10px;
  font-size: 10px;
  border-radius: 6px;
  font-weight: 600;
  top: -22px;
  text-transform: uppercase;
  position: absolute;
}
.nav-menu > li > a .badge:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  border: 5px solid transparent;
  border-top-color: #ee3e5a;
}
@media (min-width: 1199px) and (max-width: 1499px) {
  .nav-menu > li > a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .nav-menu > li.has-dropdown:after {
    content: "";
    width: 0%;
    background: #ee3e5a;
    display: block;
    height: 2.4px;
    position: absolute;
    left: 0;
    bottom: -27.335px;
    transition: 0.3s;
  }
}
.nav-menu > li.has-dropdown > a {
  position: relative;
  display: flex;
  gap: 10px;
}
@media (max-width: 1199px) {
  .nav-menu > li.has-dropdown > a {
    justify-content: space-between;
  }
}
.nav-menu > li.has-dropdown > a::after {
  content: "";
  height: 8px;
  position: relative;
  background-color: transparent;
  transform: rotate(45deg);
  width: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transition: 0.3s;
  transition: all 0.3s ease, color 1ms;
  margin-top: 3px;
}
@media (min-width: 1200px) {
  .nav-menu > li.has-dropdown .overlay {
    content: "";
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.3490196078);
    height: 100%;
    position: fixed;
    left: 0;
    backdrop-filter: blur(5px);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
.nav-menu > li.has-dropdown:not(.active) .dropdown-wrapper {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .nav-menu > li.has-dropdown:not(.active) .dropdown-wrapper {
    display: none;
  }
}
.nav-menu > li.active:after {
  width: 100%;
}
.nav-menu > li.active.has-dropdown > a {
  color: #ee3e5a;
}
.nav-menu > li.active.has-dropdown > a::after {
  transform: rotate(-135deg);
  margin-top: 7px;
}
@media (min-width: 1200px) {
  .nav-menu > li.active.has-dropdown .overlay {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .nav-menu > li.active .dropdown > * {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1200px) {
  .dropdown-wrapper {
    position: fixed;
    width: 100%;
    left: 0;
    background-color: #fff;
  }
  .dropdown-wrapper .dropdown {
    display: flex;
  }
  .dropdown-wrapper .dropdown > * {
    padding: 2rem 2rem 3rem;
    opacity: 0;
    transform: translateY(-4%);
    transition: opacity 0.3s, transform 0.4s;
    transition-timing-function: ease-in-out;
  }
  .dropdown-wrapper .dropdown > *:not(:last-child) {
    flex: 1;
    border-right: 1px solid #dedede;
  }
  .dropdown-wrapper .dropdown > *:first-child {
    padding-left: 0;
    transition-delay: 0.4s;
  }
  .dropdown-wrapper .dropdown > *:nth-child(2) {
    transition-delay: 0.6s;
  }
  .dropdown-wrapper .dropdown > *:last-child {
    flex: 0 0 calc(285px + 3rem);
    transition-delay: 0.8s;
    padding-right: 0;
  }
}
@media (min-width: 1200px) and (min-width: 1500px) {
  .dropdown-wrapper .dropdown > *:last-child {
    align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .dropdown-wrapper .dropdown > *:last-child.blog {
    flex: 0 0 40%;
    align-self: normal;
  }
  .dropdown-wrapper .dropdown p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .dropdown-wrapper .dropdown p {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .dropdown-wrapper .dropdown a:not(.btn):hover {
    color: #000;
  }
  .dropdown-wrapper .dropdown-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2rem;
  }
  .dropdown-wrapper .dropdown .menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem 1rem;
  }
  .dropdown-wrapper .dropdown .menu-grid--grid-3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem 3rem;
  }
  .dropdown-wrapper .dropdown .menu-grid--grid-4 {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem 3rem;
  }
  .dropdown-wrapper .dropdown .menu-grid--grid-1by1 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
  }
  .dropdown-wrapper .dropdown .menu-card {
    display: block;
    padding: 1rem;
    border-radius: 5px;
    transition: 0s;
    height: 100%;
  }
  .dropdown-wrapper .dropdown .menu-card:hover {
    background: #fde8eb;
  }
  .dropdown-wrapper .dropdown .menu-card:not(.menu-card--flex) .media {
    margin-bottom: 1rem;
  }
  .dropdown-wrapper .dropdown .menu-card .content h6 {
    margin-bottom: 6px;
  }
  .dropdown-wrapper .dropdown .menu-card--flex {
    display: flex;
    gap: 1rem;
  }
  .dropdown-wrapper .dropdown .menu-card--flex .content h6 {
    font-size: 16px;
  }
  .dropdown-wrapper .dropdown .menu-card--flex .content p {
    line-height: 1.5;
  }
  .dropdown-wrapper .dropdown .menu-card--flex.icons .media {
    flex: 0 0 30px;
    max-width: 30px;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .dropdown-wrapper .dropdown .menu-card--flex.icons .media {
    flex: 0 0 35px;
    max-width: 35px;
  }
}
@media (min-width: 1200px) {
  .dropdown-wrapper .dropdown .menu-card--flex:not(.icons) {
    align-items: center;
    gap: 1rem;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .dropdown-wrapper .dropdown .menu-card--flex:not(.icons) {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .dropdown-wrapper .dropdown .menu-card--flex:not(.icons) .media {
    flex: 0 0 170px;
    max-width: 170px;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .dropdown-wrapper .dropdown .menu-card--flex:not(.icons) .media {
    flex: 0 0 200px;
    max-width: 200px;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .dropdown-wrapper .dropdown .menu-card--flex:not(.icons) .content h6 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .dropdown-wrapper .dropdown .blog-list__item {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 1rem;
    transition: 0.3s;
    border-radius: 5px;
    overflow: hidden;
  }
  .dropdown-wrapper .dropdown .blog-list__item:hover {
    background: #fde8eb;
  }
  .dropdown-wrapper .dropdown .blog-list__item .media {
    flex: 0 0 144px;
    max-width: 144px;
  }
  .dropdown-wrapper .dropdown .blog-list__item .content h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .dropdown-wrapper .dropdown .blog-list__item .content .text--link:hover:after {
    width: 1.8rem;
  }
  .dropdown-wrapper .dropdown .blog-list__item .content a {
    font-size: 14px;
    padding: 0;
  }
  .dropdown-wrapper .dropdown .article h6 {
    margin-bottom: 2rem;
    font-size: 1rem;
    font-weight: 500;
  }
  .dropdown-wrapper .dropdown .article__media {
    margin-bottom: 1.5rem;
  }
  .dropdown-wrapper .dropdown .article .btn--outline-primary {
    color: #ee3e5a !important;
  }
  .dropdown-wrapper .dropdown .article .btn--outline-primary:hover {
    background-color: #ee3e5a;
    color: #fff !important;
    border-color: #ee3e5a !important;
  }
  .dropdown-wrapper .dropdown .article .btn-row {
    display: flex;
    gap: 10px;
  }
  .dropdown-wrapper .dropdown .article .btn-row .btn {
    padding-inline: 13px;
    min-width: 115px !important;
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .nav-menu {
    background: #fff;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    top: 0;
    position: fixed;
    transition: 0.25s ease-in-out;
    right: -100%;
    bottom: 0;
    z-index: 111;
    width: 85%;
    max-width: 480px;
    padding: 20px;
  }
  .nav-menu.visible {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  .nav-menu .media,
  .nav-menu .content p,
  .nav-menu .article,
  .nav-menu .blog-list {
    display: none;
  }
  .nav-menu h6 {
    font-size: 1rem;
  }
  .nav-menu h6:not(.dropdown-heading) {
    font-weight: 400;
    margin-bottom: 14px;
  }
  .nav-menu h6.dropdown-heading {
    font-weight: 600;
    margin-bottom: 1rem;
  }
  .nav-menu .dropdown-wrapper > .container {
    padding: 1.1rem 0 0 12px;
  }
  .nav-menu .menu-grid {
    padding-left: 15px;
    border-left: 2px solid #eaeaea;
  }
  .nav-menu .has-dropdown:not(:first-child) .dropdown-heading {
    display: none;
  }
}

.header .btn.header-demo-btn {
  color: #ee3e5a;
  border: 2px solid #ee3e5a;
  margin-left: auto;
  background-color: #fff;
  font-size: 12px;
  padding: 0.625rem 1.5rem;
  text-transform: uppercase;
  min-width: auto;
}
.header .btn.header-demo-btn:hover {
  color: #fff;
  background-color: #ee3e5a;
}
@media (min-width: 1200px) {
  .header .btn.header-demo-btn {
    order: 1;
  }
}
@media (max-width: 767px) {
  .header .btn.header-demo-btn {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .header .btn.header-demo-btn {
    display: none;
  }
}

.contact-page .header-demo-btn,
.request-demo-page .header-demo-btn {
  display: none;
}

.old-price {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .old-price {
    font-size: 14px;
  }
}

.blink {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.label-ribbon {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 4px;
  color: #fff;
  background: #ee3e5a;
  border-radius: 4px;
  font-size: 11px;
  text-transform: capitalize;
}

.qstn-textarea {
  padding-right: 2rem !important;
}

.characters-required {
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0.5rem;
}
@media (min-width: 577px) {
  .characters-required {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .characters-required {
    font-size: 12px;
  }
}

#remaining-chars {
  height: 24px;
  width: 24px;
  flex: 0 0 22px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #f0eeee;
  font-weight: 600;
  position: relative;
  font-size: 11px;
  margin-left: 2px;
}
#remaining-chars.valid {
  background: transparent;
  overflow: hidden;
}
#remaining-chars.valid:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #1abf1a;
  position: absolute;
}
#remaining-chars.valid:before {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  z-index: 1;
  transform: rotate(316deg);
  top: 6px;
}
#remaining-chars:empty {
  display: none;
}

.sticky {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 12px 1rem;
  background-color: #000;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1500px) {
  .sticky {
    padding: 0.8rem;
  }
}
.sticky * {
  color: inherit;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 1200px) {
  .sticky * {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .sticky * {
    text-align: center;
  }
}
.sticky .sticky__content {
  z-index: 1;
  font-weight: 500;
}
.sticky .sticky__content .svg {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 8px;
}
.sticky a {
  font-weight: 600;
  border-radius: 4px;
  text-wrap: nowrap;
  display: inline-block;
  margin-left: clamp(5px, 1vw, 10px);
  text-shadow: 0 0 0px #ee3e5a, 0 0 0px #ee3e5a, 0 0 0px #ee3e5a, 0 0 20px #ee3e5a;
  color: #fff !important;
  padding: 4px 8px;
  background: #ee3e5a;
  border: 1px solid #ee3e5a;
  border-radius: 3px;
  font-size: 14px;
}
.sticky a:hover {
  background: #ee3e5a;
  animation: none;
}
@media (max-width: 767px) {
  .sticky a {
    padding: 4px 8px;
    font-size: 14px;
  }
}
.sticky a:hover {
  color: #fff !important;
  box-shadow: 0 0 0px #ee3e5a, 0 0 5px #ee3e5a, 0 0 10px #ee3e5a, 0 0 30px #ee3e5a;
}

.dash {
  position: relative;
  margin: 0.5rem;
}
.dash::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 10px;
  background-color: #fff;
}

.vertical-line {
  position: relative;
  margin: 0.5rem;
}
.vertical-line::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  width: 2px;
  background-color: #fff;
}

:root {
  --goquick-price: "$1249";
  --goquick-boost-price: "$2499";
  --goquick-ultra: "$6449";
}

.goquick-price::after {
  content: var(--goquick-price);
}

.goquick-boost-price::after {
  content: var(--goquick-boost-price);
}

.goquick-ultra::after {
  content: var(--goquick-ultra);
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.demo_slider button,
.item_img .image:focus,
.item_img:focus {
  outline: 0 !important;
}

.footer {
  background-color: #151f20;
  color: #fff !important;
  padding: calc(2.7rem + 4vw) 0 calc(2.7rem + 2vw) 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 0 100px 0;
  }
}
.footer .container {
  max-width: 1800px;
  width: 100%;
  padding: 0 calc(2.9rem + 2.8vw);
}
@media (max-width: 1200px) {
  .footer .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .footer .container {
    padding: 0 1.25rem;
  }
}
.footer .sub-footer-links h6 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: calc(0.6rem + 0.8vw);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer .sub-footer-links h6 {
    font-size: 15px;
  }
}
.footer-top h5 {
  color: inherit;
  font-weight: 600;
  padding-bottom: calc(0.6rem + 0.8vw);
  font-size: 20px;
  position: relative;
  margin: 0;
}
.footer-top ul li {
  margin-bottom: 10px;
  color: inherit;
}
.footer-top ul li > a {
  color: inherit;
  font-size: 15px;
  text-decoration: none;
  font-weight: 300;
}
@media (max-width: 1300px) {
  .footer-top ul li > a {
    font-size: 14px;
  }
}
.footer-top ul li > a:hover {
  color: #ee3e5a;
}
@media (max-width: 1600px) {
  .footer-top ul li > a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .footer-top .container > .row [class*=col-] {
    max-width: 20%;
    max-width: 0 0 20%;
  }
}
.footer-links {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-links {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer-links h5 {
    padding: 10px 0px;
    cursor: pointer;
    font-size: 17px;
  }
  .footer-links h5.is--active::before {
    transform: rotate(-225deg);
  }
}
@media (max-width: 767px) {
  .footer-links h5::before {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    content: "";
    height: 6px;
    position: absolute;
    right: 15px;
    top: 17px;
    transform: rotate(-45deg);
    width: 6px;
  }
}
@media (max-width: 767px) {
  .footer-links .toggle__target-js {
    display: none;
  }
}
.footer-links ul {
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .footer-links ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer-links ul {
    display: block;
  }
}
@media (max-width: 1200px) {
  .footer-links ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .footer-links ul li {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .footer-links ul.how-to-buld--wrap li {
    flex: 49%;
    max-width: 49%;
  }
}
@media (max-width: 767px) {
  .footer-links ul.how-to-buld--wrap li {
    max-width: 100%;
  }
}
.footer-bottom {
  color: #757e7f;
  border-top: solid #757e7f 1px;
  padding-top: 1rem;
}
@media screen and (max-width: 1200px) {
  .footer-bottom {
    color: #fff;
  }
}
.footer-bottom p {
  font-size: 13px;
  color: inherit;
}
@media screen and (max-width: 1200px) {
  .footer-bottom-links {
    padding: 0.625rem 0;
  }
}
.footer-bottom-links > li {
  padding: 0px 10px;
  line-height: 1;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .footer-bottom-links > li {
    padding: 0.5rem 0;
  }
}
.footer-bottom-links > li:first-child {
  padding-left: 0;
}
.footer-bottom-links > li a {
  color: inherit;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}
.footer-bottom-links > li a:hover {
  color: #ee3e5a;
}
@media screen and (max-width: 1360px) {
  .footer-social-links {
    flex: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .footer-social-links {
    text-align: center;
    flex: 100%;
  }
  .footer-social-links .social-nav {
    text-align: center;
  }
  .footer-social-links .links--horizontal {
    justify-content: center;
    padding: 1.5rem 0;
  }
}
.footer-social-links .links--horizontal-social li {
  width: 20px;
  height: 20px;
  margin: 0 25px 0 0;
  padding: unset;
}
.footer-social-links .links--horizontal-social li :first-child {
  color: inherit;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
}
.footer-social-links .links--horizontal-social li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .footer-social-links .links--horizontal-social li {
    width: 18px;
    height: 18px;
  }
  .footer-social-links .links--horizontal-social li:not(:last-child) {
    margin-right: 20px;
  }
}
.footer-social-links .links--horizontal-social li a {
  border-radius: 100%;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
}
.footer-social-links .links--horizontal-social li a:hover svg {
  fill: #fff;
}
.footer-social-links .links--horizontal-social li a svg {
  fill: #a6a3b1;
  width: 100%;
  height: 100%;
}

.links--horizontal {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1360px) {
  .links--horizontal {
    justify-content: center;
  }
}

.xdsoft_datetimepicker.xdsoft_inline {
  width: 100%;
}

fieldset.error span.select2-selection--single {
  border-color: red;
}

span.select2-container--open {
  z-index: 11111;
}

.fixed-right-btn {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.open-popups .fixed-right-btn {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  .hideheader .footer-fixed-cta {
    transform: translateY(0%);
    transition: transform 0.3s ease-in-out;
  }
  .hideheader .version-toggle {
    top: 0 !important;
  }
  .footer-fixed-cta {
    position: fixed;
    bottom: 0;
    text-align: center;
    transform: translateY(100%);
    width: 100%;
    padding: 8px 0 5px;
    transition: transform 0.3s ease-in-out;
    z-index: 999;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .footer-fixed-cta a {
    min-width: auto;
    font-size: 12px;
    padding: 8px 10px;
    text-transform: uppercase;
  }
}
@media (max-width: 1199px) {
  .footer-fixed-cta {
    display: none;
  }
}
@media (min-width: 1200px) {
  .footer-row {
    display: flex;
    gap: 2rem;
  }
}
.footer-row .footer-colm {
  flex: 1;
}

.btn {
  border: 2px solid transparent;
  border-radius: 0.25rem;
  min-width: calc(11.2rem + 2vw);
  font-size: 1rem;
  font-weight: 600;
  padding: 0.625rem 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 0.875rem;
  }
}
.btn.btn--primary {
  background-color: #ee3e5a;
  color: #fff;
}
.btn.btn--primary:hover {
  color: #ee3e5a;
  border-color: #ee3e5a;
  background: transparent;
}
.btn--outline-primary {
  background-color: transparent;
  border-color: #ee3e5a;
  color: #ee3e5a;
}
.btn--outline-primary:hover {
  color: #000 !important;
  border-color: currentColor !important;
}
.btn.btn--secondary {
  background-color: #000;
  color: #fff;
}
.btn.btn--secondary:hover {
  color: #000;
  border-color: #000;
  background: transparent;
}
.btn.btn--white {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.btn.btn--white:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn:visited, .btn:active, .btn:focus {
  box-shadow: none;
  background-color: #ee3e5a;
  border-color: #ee3e5a;
  color: #fff;
}
.btn:active {
  background-color: #ee3e5a !important;
  border-color: #ee3e5a !important;
  color: #fff !important;
}
.btn.btn--sm {
  min-width: 140px;
  padding: 0.625rem 1.25rem;
}

.cms .cta {
  padding-top: 2rem;
}

.textlink {
  color: #ee3e5a;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 2px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0.5rem;
}
.textlink:hover {
  color: #000;
}

.section {
  padding: calc(1rem + 4vw) 0;
}
.section__header {
  padding-bottom: clamp(2rem, 3.5vw, 3.5rem);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .section__header {
    padding-bottom: 1.5rem;
  }
  .section__header h2 br {
    display: none;
  }
}
.section__header.left {
  margin: 0;
}
@media (min-width: 768px) {
  .section__header--sm {
    max-width: 66.66%;
  }
}
@media (min-width: 768px) {
  .section__header.--md {
    max-width: 1100px;
  }
}
@media (min-width: 768px) {
  .section__header--md {
    max-width: 1100px;
  }
}
@media (min-width: 992px) {
  .section__header--lg {
    max-width: 83.333333%;
  }
}
.section__header .cms h2 {
  margin-bottom: 0;
}
.section__header p {
  margin-top: 1rem;
  color: #464646;
}
.section__footer {
  padding-top: 3rem;
}

.section:not([style*=background]) + .section:not([style*=background]) {
  padding-top: 0px;
}

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

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video,
p {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: auto;
  font-size: 16px;
}

body {
  font-family: "Montserrat", sans-serif;
  height: inherit;
  line-height: 1.42857;
  margin: 0;
}

body,
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

h1 {
  font-size: calc(112.5% + 3vw);
}

h2 {
  font-size: calc(95% + 1.3vw);
  font-weight: 600;
}

h3 {
  font-size: calc(112.5% + 0.75vw);
}

h4 {
  font-size: calc(112.5% + 0.45vw);
}

h5 {
  font-size: calc(112.5% + 0.24vw);
}

h6 {
  font-size: calc(112.5% + 0.04vw);
}

p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
}

p.p--large {
  font-weight: 300;
  font-size: calc(112.5% + 0.24vw);
}
@media only screen and (max-width: 1440px) {
  p.p--large {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1440px) {
  p,
  p.p--large,
  .listing li {
    font-size: 16px !important;
  }
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul li {
  list-style-type: none;
}

img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: auto;
  height: auto;
}

svg {
  overflow: hidden;
  display: block;
}

a,
a:visited {
  color: inherit;
  line-height: normal;
  text-decoration: none;
  outline: 0px;
  transition: all 0.3s ease 0s;
}

a:hover {
  color: #ee3e5a;
  text-decoration: none;
}

.bg-gray {
  background: #f3f3f3;
}

.bg-white {
  background: #fff;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .text-xl-center {
    text-align: center;
  }
}

.position-relative {
  position: relative;
}

.h-100 {
  height: 100%;
}

.link__text {
  color: #ee3e5a;
  text-decoration: underline;
}

.link__text:hover {
  text-decoration: none;
}

.text--link {
  color: #ee3e5a;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-bottom: 8px;
}
@media only screen and (max-width: 1200px) {
  .text--link {
    font-size: 16px;
  }
}
.text--link:visited {
  color: #ee3e5a;
}
.text--link.-black {
  color: #000;
}
.text--link.-black:hover {
  color: #ee3e5a;
}
.text--link .txt {
  border-bottom: solid currentColor 2px;
  padding-bottom: 3px;
}
.text--link::before {
  display: inline-block;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  margin-left: -11px;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: width ease 0.3s, margin ease 0.3s;
}
.text--link::after {
  display: inline-block;
  content: "";
  width: 1.1rem;
  margin-left: 0.5rem;
  height: 2px;
  background-color: currentColor;
  transition: width ease 0.3s, margin ease 0.3s;
}
.bg-md-dark .text--link, .bg-dark-grey .text--link {
  color: #fff;
}
.bg-md-dark .text--link:hover, .bg-dark-grey .text--link:hover {
  color: #fff !important;
}
.text--link:hover {
  color: #000;
}
@media only screen and (max-width: 1200px) {
  .text--link .arrow--link {
    font-size: 16px;
  }
}
.text--link-2 {
  color: #ee3e5a;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 400;
}
p .text--link-2 {
  font-weight: inherit;
}
.text--link-2.-black {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .text--link-2 {
    font-size: 14px;
  }
}
.bg-dark .text--link:hover {
  color: #fff;
}

.link-text,
.link-text:visited {
  color: #ee3e5a;
  text-decoration: underline;
}

a.link,
a.link:visited {
  color: #ee3e5a;
  text-decoration: underline;
}
a.link:hover,
a.link:visited:hover {
  text-decoration: none;
}

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

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

@media (min-width: 768px) {
  .order-md-2 {
    order: 2;
  }
}
@media (min-width: 992px) {
  .order-lg-2 {
    order: 2;
  }
}
.main-title {
  animation-name: blink;
  animation-duration: 1.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.cta-mt-4 {
  margin-top: 4rem;
}

.box-cta {
  padding: 6rem 3rem;
}
@media (max-width: 1199px) {
  .box-cta {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .box-cta {
    padding: 1.5rem;
  }
}
.box-cta .btn {
  margin-top: 1rem;
  padding: 1rem 1.5rem;
}
.box-cta--primary {
  background-color: #012936;
  color: #fff;
}
.box-cta--primary .btn--primary {
  background-color: #0291c1;
}
.box-cta--primary .btn--primary:hover {
  border-color: currentColor;
  color: #fff;
}
.box-cta--secondary {
  background-color: #0291c1;
  color: #fff;
}
.box-cta--secondary .btn--primary {
  background-color: #012936;
}
.box-cta--secondary .btn--primary:hover {
  border-color: currentColor;
  color: #fff;
}

.loader.demoform-btn-loader {
  position: absolute;
  left: 45%;
  top: 6px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  padding: 4px;
}

.fixed-right-btn {
  position: fixed;
  z-index: 999;
  right: 0;
  top: calc(60% - 44px);
  transform-origin: bottom right;
  transform: rotate(-90deg) translateX(100%);
  border-right: none;
  background-color: #ee3e5a;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
}
@media (max-width: 992px) and (min-width: 768px) and (orientation: landscape) {
  .fixed-right-btn {
    top: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .fixed-right-btn {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    display: block;
    bottom: 0px;
    top: auto;
    left: 0;
    right: 0;
    text-align: center;
    transform: none;
    margin: 0 auto;
    padding: 0px;
  }
  .fixed-right-btn a {
    width: 100%;
    padding: 18px ​15px;
  }
}
.fixed-right-btn .sticker-Btn {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 11px 15px;
  line-height: 1;
  font-weight: 600;
  white-space: pre;
}
@media (max-width: 767px) {
  .fixed-right-btn .sticker-Btn {
    padding: 20px 15px;
  }
}

@media only screen and (min-width: 992px) {
  .is-loading:after {
    position: absolute;
    width: auto;
    background: #ad071a;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: " ";
    animation: loading 4s linear infinite;
    z-index: -1;
    animation-delay: 2s;
    border-radius: 2px 0 0 2px;
  }
}
@keyframes loading {
  0% {
    right: 170px;
  }
  5% {
    right: 140px;
  }
  15% {
    right: 140px;
  }
  20% {
    right: 110px;
  }
  30% {
    right: 110px;
  }
  35% {
    right: 80px;
  }
  45% {
    right: 80px;
  }
  50% {
    right: 50px;
  }
  60% {
    right: 50px;
  }
  65% {
    right: 0px;
    border-radius: 2px 0 0 2px;
  }
  75% {
    right: 0px;
    opacity: 1;
    border-radius: 2px;
  }
  85% {
    right: 0px;
    opacity: 0;
  }
  100% {
    right: 0px;
    opacity: 0;
  }
}
.arrow-btn {
  position: absolute;
  top: 0;
  right: -28px;
  background-color: #fff;
  color: #000;
  border-radius: 0px 5px 0 0;
  width: 32px;
  height: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media (max-width: 767px) {
  .arrow-btn {
    display: none;
  }
}
.arrow-btn .arrow-anim {
  display: inline-block;
  height: 8px;
  width: 8px;
  border: 10px solid transparent;
  transform: translateY(-50%) rotate(225deg);
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 7px;
  left: 0;
}
.arrow-btn .arrow-anim:after, .arrow-btn .arrow-anim::before {
  content: "";
  display: block;
  height: inherit;
  width: inherit;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.arrow-btn .arrow-anim::before {
  animation: top-arrow 1.65s infinite;
}
.arrow-btn .arrow-anim:after {
  opacity: 1;
  animation: bottom-arrow 1.65s infinite;
}

@-webkit-keyframes top-arrow {
  0% {
    transform: translate(-6px, -6px);
  }
  35% {
    transform: translate(0, 0);
  }
  90% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes top-arrow {
  0% {
    transform: translate(-6px, -6px);
  }
  35% {
    transform: translate(0, 0);
  }
  90% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes bottom-arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  45% {
    opacity: 0;
    transform: translate(12px, 12px);
  }
  46% {
    opacity: 0;
    transform: translate(-16px, -16px);
  }
  90% {
    opacity: 1;
    transform: translate(-6px, -6px);
  }
  100% {
    opacity: 1;
    transform: translate(-6px, -6px);
  }
}
@keyframes bottom-arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  45% {
    opacity: 0;
    transform: translate(12px, 12px);
  }
  46% {
    opacity: 0;
    transform: translate(-16px, -16px);
  }
  90% {
    opacity: 1;
    transform: translate(-6px, -6px);
  }
  100% {
    opacity: 1;
    transform: translate(-6px, -6px);
  }
}
.page-header {
  padding: 1.25rem 0;
}
.page-header h1 {
  font-size: calc(20px + 22 * (100vw - 320px) / 1600);
}

ul.list-disc {
  padding-left: 16px;
  margin-bottom: 1.25rem;
}
ul.list-disc li {
  list-style-type: disc;
  padding-bottom: 10px;
  font-weight: 300;
}

.privacy-policy p {
  font-size: 1rem;
}
.privacy-policy p:not(:last-child) {
  margin-bottom: 20px;
}

.link b {
  font-weight: 600;
}

/*# sourceMappingURL=privacy-policy.css.map */
