/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,700&display=swap"); */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@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: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .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%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@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%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@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%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@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%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@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%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@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%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

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

input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
}

* {
  /* font-family: "Open Sans", sans-serif; */
  /* font-size: 16px; */
  /* color: #222222; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
}

h1 {
  font-size: 2.875rem;
}

h2 {
  font-size: 2.375rem;
}

h3 {
  font-size: 1rem;
}

h4 {
  font-size: 1rem;
}

.error-page {
  text-align: center;
  padding: 80px 0;
}
.error-page h1 {
  font-size: 2.75rem;
  margin-bottom: 24px;
}
.error-page p {
  margin-bottom: 24px;
}
.error-page .searchform {
  max-width: 40%;
  margin: 0 auto;
}
.error-page .searchform #s {
  width: 70%;
  height: 38px;
  border: 1px solid #dddddd;
  padding: 0 8px;
}
.error-page .searchform #searchsubmit {
  width: 28%;
  background-color: #e42033;
  color: white;
  border: 1px solid #e42033;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
  height: 38px;
  position: relative;
  top: -1px;
}

body.fixed {
  position: fixed;
}

.header {
  border-bottom: 1px solid #ddd;
}
.header__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 160px;
}
@media (max-width: 767.98px) {
  .header__inner {
    justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  .header__inner {
    height: 108px;
  }
}
.header__col--1 {
  flex: 0 0 auto;
  width: 24.16666667%;
  display: flex;
  flex-direction: row;
}
.header__col--1 p {
  font-size: 0.875rem;
  display: inline;
}
.header__col--1 .cal-icon {
  display: inline;
  margin-right: 8px;
}
.header__col--1 .search {
  display: none;
}
@media (max-width: 991.98px) {
  .header__col--1 {
    flex: 0 0 auto;
    width: 32.5%;
  }
}
@media (max-width: 767.98px) {
  .header__col--1 {
    display: none;
  }
  .header__col--1 .cal-icon,
.header__col--1 p {
    display: none;
  }
}
.header__col--2 {
  flex: 0 0 auto;
  width: 49.16666667%;
}
@media (max-width: 991.98px) {
  .header__col--2 {
    flex: 0 0 auto;
    width: 32.5%;
  }
}
@media (max-width: 767.98px) {
  .header__col--2 {
    flex: 0 0 auto;
    width: 65.83333333%;
  }
}
.header__col--3 {
  flex: 0 0 auto;
  width: 24.16666667%;
  text-align: right;
}
.header__col--3 svg:nth-child(2) {
  margin: 0 24px;
}
.header__col--3 button.mobileTrigger {
  display: none;
}
@media (max-width: 991.98px) {
  .header__col--3 {
    flex: 0 0 auto;
    width: 32.5%;
  }
}
@media (max-width: 767.98px) {
  .header__col--3 {
    flex: 0 0 auto;
    width: 15.83333333%;
  }
  .header__col--3 svg {
    display: none;
  }
  .header__col--3 button.mobileTrigger {
    display: block;
    float: right;
    background: transparent;
    border: none;
    position: relative;
  }
  .header__col--3 button.mobileTrigger:hover {
    cursor: pointer;
  }
}
.header__logo {
  max-width: 245.44px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .header__logo {
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .header__logo {
    max-width: 180px;
  }
}

.navigation {
  border-bottom: 1px solid #ddd;
  width: 100%;
  background: white;
  position: relative;
  z-index: 999;
}
@media (max-width: 767.98px) {
  .navigation {
    background-color: #f5f5f5;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  }
  .navigation .container {
    height: 100%;
    max-width: 100%;
  }
}
.navigation__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .navigation__inner {
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.navigation__inner .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 72px;
}
@media (max-width: 767.98px) {
  .navigation__inner .menu {
    height: 100%;
    width: 100%;
    margin-bottom: 32px;
  }
}
.navigation__inner .menu li {
  display: inline-block;
  margin-right: 32px;
  height: 100%;
  border-bottom: 4px solid white;
  transition: border 0.2s ease-in-out;
}
@media (max-width: 1199.98px) {
  .navigation__inner .menu li {
    margin-right: 32px;
  }
}
@media (max-width: 991.98px) {
  .navigation__inner .menu li {
    margin-right: 24px;
  }
}
@media (max-width: 767.98px) {
  .navigation__inner .menu li {
    display: block;
    height: auto;
    margin: 0;
    border-bottom: 1px solid #ddd;
  }
  .navigation__inner .menu li:first-of-type {
    border-top: 1px solid #ddd;
  }
}
.navigation__inner .menu li:last-child {
  margin-right: 0;
}
.navigation__inner .menu li a {
  text-decoration: none;
  color: #222222;
  display: inline-block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .navigation__inner .menu li a {
    justify-content: flex-start;
    padding: 15px 0;
    font-size: 1rem;
  }
}
.navigation__inner .menu li:hover {
  border-bottom: 4px solid #e42033;
  transition: border 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  .navigation__inner .menu li:hover {
    border-bottom: none;
  }
}
.navigation__inner .menu li.current-menu-item {
  border-bottom: 4px solid #e42033;
  transition: border 0.2s ease-in-out;
}
.navigation__inner .menu li.current-menu-item a {
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .navigation__inner .menu li.current-menu-item {
    border-bottom: 1px solid #ddd;
  }
}
.navigation__search {
  position: relative;
  padding: 25px 32px;
  transition: all 0.2s ease-in-out;
}
.navigation__search:hover {
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .navigation__search {
    display: none;
  }
}
.navigation__search-form {
  display: block;
  visibility: hidden;
  opacity: 0;
  background: white;
  padding: 16px;
  position: absolute;
  top: 72px;
  right: 0;
  width: 350px;
  border: 1px solid #dddddd;
}
.navigation__search-form #s {
  width: 70%;
  height: 38px;
  border: 1px solid #dddddd;
  padding: 0 8px;
}
.navigation__search-form #searchsubmit {
  width: 28%;
  background-color: #e42033;
  color: white;
  border: 1px solid #e42033;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
  height: 38px;
  position: relative;
  top: -1px;
}
.navigation .search-open {
  visibility: visible;
  opacity: 1;
}
.navigation .triggered {
  background-color: #f5f5f5;
  transition: all 0.2s ease-in-out;
}
.navigation__logo {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  max-width: 280px;
}
@media (max-width: 1199.98px) {
  .navigation__logo {
    font-size: 0.875rem;
    max-width: 180px;
  }
}
@media (max-width: 991.98px) {
  .navigation__logo {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navigation__logo {
    display: block;
    position: static;
    visibility: visible;
    opacity: 1;
    margin-top: 36px;
    align-self: flex-start;
    max-width: 75%;
  }
}
.navigation__close {
  position: absolute;
  right: 2px;
  top: 39px;
  display: none;
}
.navigation__close:hover {
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .navigation__close {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .navigation .menu-main-menu-container {
    width: 100%;
  }
}
.navigation__searchBlock {
  width: 100%;
  padding: 24px 0 32px 0;
  position: relative;
  display: none;
}
.navigation__searchBlock input {
  width: 69%;
  height: 36px;
  padding: 8px;
  border-radius: 0;
  border: 1px solid #dddddd;
  float: left;
}
.navigation__searchBlock input#searchsubmit {
  height: 36px;
  width: 29%;
  background-color: #e42033;
  position: absolute;
  right: 0;
  top: 24px;
  border: none;
  color: white;
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .navigation__searchBlock {
    display: block;
  }
}

.fixed {
  position: fixed;
  top: 0;
}
@media (max-width: 767.98px) {
  .fixed {
    position: static;
  }
}

.shown {
  position: static;
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  .shown {
    display: none;
  }
}

.open {
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  overflow-y: scroll;
}

.padded {
  padding-top: 73px;
}

.main-feed {
  padding-bottom: 80px;
}
.main-feed__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .main-feed__inner {
    flex-direction: column;
  }
}
.main-feed__inner h3 a {
  font-size: 1.25rem;
  text-decoration: none;
  font-family: "Lora", serif;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  .main-feed__inner h3 a {
    font-size: 1.25rem;
  }
}
.main-feed__inner h3 a:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
}
.main-feed__inner p {
  font-size: 0.875rem;
}
.main-feed__item--top-stories {
  flex: 0 0 auto;
  width: 49.16666667%;
}
@media (max-width: 991.98px) {
  .main-feed__item--top-stories {
    flex: 0 0 auto;
    width: 100%;
  }
}
.main-feed__item--top-stories h1 {
  font-size: 2.5rem;
  margin: 40px 0 20px 0;
  position: relative;
}
@media (max-width: 1399.98px) {
  .main-feed__item--top-stories h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 991.98px) {
  .main-feed__item--top-stories h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .main-feed__item--top-stories h1 {
    font-size: 1.875rem;
  }
}
.main-feed__item--top-stories h1::after {
  content: " ";
  display: block;
  height: 4px;
  width: 62%;
  background-color: #e42033;
  position: absolute;
  right: 0;
  bottom: 12px;
}
@media (max-width: 1399.98px) {
  .main-feed__item--top-stories h1::after {
    width: 60%;
  }
}
@media (max-width: 1199.98px) {
  .main-feed__item--top-stories h1::after {
    width: 55%;
  }
}
@media (max-width: 991.98px) {
  .main-feed__item--top-stories h1::after {
    width: 67%;
  }
}
@media (max-width: 575.98px) {
  .main-feed__item--top-stories h1::after {
    display: none;
  }
}
.main-feed__item--fintech {
  flex: 0 0 auto;
  width: 48.33333333%;
}
@media (max-width: 767.98px) {
  .main-feed__item--fintech {
    flex: 0 0 auto;
    width: 100%;
  }
}
.main-feed__item--fintech h2 {
  font-size: 1.75rem;
  margin: 54px 0 20px 0;
  position: relative;
}
@media (max-width: 1399.98px) {
  .main-feed__item--fintech h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .main-feed__item--fintech h2 {
    margin: 0 0 20px 0;
    font-size: 1.75rem;
  }
}
.main-feed__item--fintech h2::after {
  content: " ";
  display: block;
  height: 4px;
  width: 60%;
  background-color: #7ac74f;
  position: absolute;
  right: 0;
  bottom: 12px;
}
@media (max-width: 1199.98px) {
  .main-feed__item--fintech h2::after {
    width: 55%;
  }
}
@media (max-width: 991.98px) {
  .main-feed__item--fintech h2::after {
    width: 67%;
  }
}
@media (max-width: 767.98px) {
  .main-feed__item--fintech h2::after {
    width: 77%;
  }
}
@media (max-width: 575.98px) {
  .main-feed__item--fintech h2::after {
    display: none;
  }
}
.main-feed__item--sotw {
  flex: 0 0 auto;
  width: 48.33333333%;
}
@media (max-width: 767.98px) {
  .main-feed__item--sotw {
    flex: 0 0 auto;
    width: 100%;
  }
}
.main-feed__item--sotw h2 {
  font-size: 1.75rem;
  margin: 54px 0 20px 0;
  position: relative;
}
@media (max-width: 1399.98px) {
  .main-feed__item--sotw h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .main-feed__item--sotw h2 {
    margin: 0 0 20px 0;
    font-size: 1.75rem;
  }
}
.main-feed__item--sotw h2::after {
  content: " ";
  display: block;
  height: 4px;
  width: 15%;
  background-color: #1b9aaa;
  position: absolute;
  right: 0;
  bottom: 12px;
}
@media (max-width: 1199.98px) {
  .main-feed__item--sotw h2::after {
    width: 5%;
  }
}
@media (max-width: 991.98px) {
  .main-feed__item--sotw h2::after {
    width: 26%;
  }
}
@media (max-width: 767.98px) {
  .main-feed__item--sotw h2::after {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .main-feed__item--sotw h2::after {
    display: none;
  }
}
.main-feed__tsArticle {
  margin-bottom: 40px;
  flex: 0 0 auto;
  width: 48.33333333%;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .main-feed__tsArticle {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .main-feed__tsArticle:last-of-type {
    border-bottom: none;
  }
  .main-feed__tsArticle .itemDescrp {
    display: none;
  }
  .main-feed__tsArticle a {
    width: 50%;
    float: left;
  }
  .main-feed__tsArticle .article-details {
    display: inline-block;
    width: 50%;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
  }
  .main-feed__tsArticle .article-details h3 a {
    width: 100%;
  }
}
.main-feed__tsArticle:last-of-type {
  float: right;
}
.main-feed__tsLatest {
  position: relative;
  margin-bottom: 40px;
  flex: 0 0 auto;
  width: 100%;
}
@media (max-width: 767.98px) {
  .main-feed__tsLatest {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .main-feed__tsLatest .itemDescrp {
    display: block;
  }
  .main-feed__tsLatest img {
    width: 100%;
    float: none;
  }
}
.main-feed__tsLatest .article-details {
  display: inline-block;
  width: 100%;
  padding-left: 0;
}
.main-feed__tsLatest .article-details h3 a {
  font-size: 1.75rem;
}
.main-feed__fintechArticle {
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 24px;
  position: relative;
}
.main-feed__fintechArticle:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .main-feed__fintechArticle {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .main-feed__fintechArticle:last-of-type {
    margin-bottom: 40px;
  }
  .main-feed__fintechArticle a {
    width: 50%;
    float: left;
  }
  .main-feed__fintechArticle .article-details {
    display: inline-block;
    width: 50%;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
  }
  .main-feed__fintechArticle .article-details h3 a {
    width: 100%;
  }
}
.main-feed__fintechAd {
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 24px;
}
.main-feed__fintechAdInner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 160px;
  background: #eeeeee;
  font-size: 2rem;
  font-weight: bold;
  color: #ccc;
}
.main-feed__sotwArticle {
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 24px;
  position: relative;
}
.main-feed__sotwAd {
  width: 100%;
  height: 160px;
  margin-bottom: 24px;
}
.main-feed__meta {
  font-size: 0.875rem;
  font-weight: bold;
  font-style: italic;
  display: block;
  margin-top: 8px;
}
@media (max-width: 767.98px) {
  .main-feed__meta {
    font-size: 0.75rem;
  }
}
.main-feed__latest-tag {
  background: #e42033;
  color: white;
  padding: 8px 16px;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 0;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
}
.main-feed__latest-tag--editor {
  background: #1b9aaa;
  color: white;
  padding: 8px 16px;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 0;
  font-size: 0.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
.main-feed__flex-helper {
  flex: 0 0 auto;
  width: 48.33333333%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .main-feed__flex-helper {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .main-feed__flex-helper {
    flex-direction: column;
  }
}

.promo-feed {
  background-color: #f5f5f5;
}
.promo-feed__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 400px;
}
@media (max-width: 991.98px) {
  .promo-feed__inner {
    flex-direction: column;
    height: auto;
    padding: 80px 0;
  }
}
.promo-feed__podcast {
  flex: 0 0 auto;
  width: 48.33333333%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991.98px) {
  .promo-feed__podcast {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 40px;
  }
}
.promo-feed__podcast--l {
  width: 60%;
  height: 228px;
  padding-left: 24px;
  background-image: url(../../assets/images/podcast-l.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.promo-feed__podcast--l .mobile-podcast-bg {
  display: none;
}
@media (max-width: 575.98px) {
  .promo-feed__podcast--l {
    width: 100%;
    height: auto;
    background-image: none;
    padding: 0;
  }
  .promo-feed__podcast--l .mobile-podcast-bg {
    display: block;
  }
}
.promo-feed__podcast--l h4 {
  color: white;
  font-size: 1.75rem;
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  .promo-feed__podcast--l h4 {
    color: #222222;
    margin-bottom: 4px;
  }
}
.promo-feed__podcast--l p {
  color: white;
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
@media (max-width: 575.98px) {
  .promo-feed__podcast--l p {
    color: #222222;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.promo-feed__podcast--r {
  width: 40%;
  height: 228px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .promo-feed__podcast--r {
    display: none;
  }
}
.promo-feed__podcast--logo {
  max-width: 180px;
}
@media (max-width: 1199.98px) {
  .promo-feed__podcast--logo {
    max-width: 140px;
  }
}
@media (max-width: 991.98px) {
  .promo-feed__podcast--logo {
    max-width: 200px;
  }
}
@media (max-width: 767.98px) {
  .promo-feed__podcast--logo {
    max-width: 140px;
  }
}
.promo-feed__newsletter {
  flex: 0 0 auto;
  width: 48.33333333%;
  height: 228px;
  background: #222222 url(../../assets/images/newsletter-bg.svg) right no-repeat;
  padding: 10px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .promo-feed__newsletter {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .promo-feed__newsletter {
    height: 340px;
  }
}
.promo-feed__newsletter h4 {
  color: white;
  font-size: 1.75rem;
  margin-bottom: 8px;
  text-align: center;
}
.promo-feed__newsletter p {
  color: white;
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin-bottom: 16px;
  text-align: center;
}
.promo-feed__newsletter #gform_wrapper_1 {
  width: 75%;
}
.promo-feed__newsletter #gform_wrapper_1 #gform_1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .promo-feed__newsletter #gform_wrapper_1 #gform_1 {
    flex-direction: column;
  }
}
.promo-feed__newsletter #gform_wrapper_1 #gform_1 label {
  display: none;
}
.promo-feed__newsletter #gform_wrapper_1 #gform_1 .gform-body {
  width: 100%;
}
.promo-feed__newsletter #gform_wrapper_1 #gform_1 .gform-body input {
  width: 100%;
  height: 43px;
  border: none;
  padding: 0 16px;
}
.promo-feed__newsletter #gform_wrapper_1 #gform_1 #gform_submit_button_1 {
  height: 43px;
  background-color: #e42033;
  color: white;
  border: none;
  border-radius: 0;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 16px;
}
@media (max-width: 575.98px) {
  .promo-feed__newsletter #gform_wrapper_1 #gform_1 #gform_submit_button_1 {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .gform_footer {
    width: 100%;
  }
}

.secondary-feed {
  padding: 80px 0;
}
.secondary-feed__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 60px;
}
.secondary-feed__inner:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .secondary-feed__inner {
    flex-direction: column;
  }
}
.secondary-feed__inner--company-focus {
  flex: 0 0 auto;
  width: 48.33333333%;
}
@media (max-width: 991.98px) {
  .secondary-feed__inner--company-focus {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 40px;
  }
}
.secondary-feed__inner--company-focus h2 {
  font-size: 2rem;
  margin-bottom: 16px;
  position: relative;
}
.secondary-feed__inner--company-focus h2::after {
  content: " ";
  display: block;
  height: 4px;
  width: 56%;
  background-color: #dddddd;
  position: absolute;
  right: 0;
  bottom: 12px;
}
@media (max-width: 1399.98px) {
  .secondary-feed__inner--company-focus h2::after {
    width: 50%;
  }
}
@media (max-width: 1199.98px) {
  .secondary-feed__inner--company-focus h2::after {
    width: 40%;
  }
}
@media (max-width: 991.98px) {
  .secondary-feed__inner--company-focus h2::after {
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .secondary-feed__inner--company-focus h2::after {
    width: 46%;
  }
}
@media (max-width: 575.98px) {
  .secondary-feed__inner--company-focus h2::after {
    display: none;
  }
}
.secondary-feed__inner--web-comic {
  flex: 0 0 auto;
  width: 48.33333333%;
  /* The Modal (background) */
  /* Modal Content (Image) */
  /* The Close Button */
}
.secondary-feed__inner--web-comic img {
  padding-top: 8px;
}
.secondary-feed__inner--web-comic img:hover {
  cursor: zoom-in;
}
.secondary-feed__inner--web-comic .modal {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}
.secondary-feed__inner--web-comic .modal img {
  position: absolute;
  z-index: 99999;
}
.secondary-feed__inner--web-comic .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1000px;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.secondary-feed__inner--web-comic .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.secondary-feed__inner--web-comic .close:hover,
.secondary-feed__inner--web-comic .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .secondary-feed__inner--web-comic {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .secondary-feed__inner--web-comic .modal-content {
    width: 100%;
  }
}
.secondary-feed__inner--video {
  flex: 0 0 auto;
  width: 48.33333333%;
}
@media (max-width: 991.98px) {
  .secondary-feed__inner--video {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 40px;
  }
}
.secondary-feed__inner--top-stonks {
  flex: 0 0 auto;
  width: 48.33333333%;
}
.secondary-feed__inner--top-stonks h2 {
  font-size: 2rem;
  margin-bottom: 16px;
  position: relative;
}
.secondary-feed__inner--top-stonks h2::after {
  content: " ";
  display: block;
  height: 4px;
  width: 70%;
  background-color: #dddddd;
  position: absolute;
  right: 0;
  bottom: 12px;
}
@media (max-width: 1399.98px) {
  .secondary-feed__inner--top-stonks h2::after {
    width: 65%;
  }
}
@media (max-width: 1199.98px) {
  .secondary-feed__inner--top-stonks h2::after {
    width: 58%;
  }
}
@media (max-width: 991.98px) {
  .secondary-feed__inner--top-stonks h2::after {
    width: 72%;
  }
}
@media (max-width: 767.98px) {
  .secondary-feed__inner--top-stonks h2::after {
    width: 63%;
  }
}
@media (max-width: 575.98px) {
  .secondary-feed__inner--top-stonks h2::after {
    display: none;
  }
}
.secondary-feed__inner--top-stonks .glide__slides {
  margin: 0;
}
.secondary-feed__inner--top-stonks .glide__slide h4 {
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 16px;
}
.secondary-feed__inner--top-stonks .glide__stocksGraph--info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.secondary-feed__inner--top-stonks .glide__stocksGraph--info--col1, .secondary-feed__inner--top-stonks .glide__stocksGraph--info--col2, .secondary-feed__inner--top-stonks .glide__stocksGraph--info--col3 {
  font-size: 0.875rem;
  font-weight: bold;
}
.secondary-feed__inner--top-stonks .glide__arrows {
  position: absolute;
  right: 0;
  top: -60px;
  display: flex;
}
.secondary-feed__inner--top-stonks .glide__arrow {
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  background: white;
  border: 2px solid #dddddd;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secondary-feed__inner--top-stonks .glide__arrow:hover {
  cursor: pointer;
}
.secondary-feed__inner--top-stonks .glide__arrow:first-of-type {
  margin-right: -2px;
}
.secondary-feed__inner--top-stonks .glide__arrow img {
  width: auto;
  max-height: 24px;
}
.secondary-feed__inner--top-stonks .glide__bullets {
  text-align: center;
  padding-top: 16px;
}
.secondary-feed__inner--top-stonks .glide__bullets button {
  border: 1px solid #e42033;
  background-color: transparent;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  padding: 0;
}
.secondary-feed__inner--top-stonks .glide__bullets button:hover {
  cursor: pointer;
}
.secondary-feed__inner--top-stonks .glide__bullet {
  margin-right: 8px;
}
.secondary-feed__inner--top-stonks .glide__bullet:last-child {
  margin-right: 0;
}
.secondary-feed__inner--top-stonks .glide__bullet--active {
  background-color: #e42033 !important;
}
@media (max-width: 991.98px) {
  .secondary-feed__inner--top-stonks {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 40px;
  }
}
.secondary-feed__inner--allStocksLink {
  display: block;
  width: 50%;
  text-align: center;
  position: relative;
  background-color: #e42033;
  color: white;
  padding: 16px 0;
  margin: 24px auto 0 auto;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  .secondary-feed__inner--allStocksLink {
    padding: 8px 0;
    width: 60%;
  }
}
@media (max-width: 991.98px) {
  .secondary-feed__inner--allStocksLink {
    padding: 16px 0;
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .secondary-feed__inner--allStocksLink {
    padding: 16px 0;
    width: 100%;
  }
}

.lifestyle-feed {
  padding-bottom: 80px;
}
@media (max-width: 991.98px) {
  .lifestyle-feed {
    background: linear-gradient(0deg, white 0%, white 90%, #8848a8 90%, #8848a8 100%);
  }
}
@media (max-width: 767.98px) {
  .lifestyle-feed {
    background: linear-gradient(0deg, white 0%, white 85%, #8848a8 85%, #8848a8 100%);
  }
}
.lifestyle-feed__title h2 {
  background: #8848a8;
  color: white;
  font-size: 2.5rem;
  padding: 25px 0 25px 32px;
}
.lifestyle-feed--view-all {
  text-align: center;
  margin-top: 40px;
  position: relative;
}
.lifestyle-feed--view-all a {
  display: inline-block;
  padding: 16px 40px;
  color: white;
  background-color: #8848a8;
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 5;
}
.lifestyle-feed--view-all a:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #dddddd;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  z-index: -1;
}
.lifestyle-feed__inner {
  display: grid;
  grid-template-columns: 1.6fr 0.7fr 0.7fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "sponsored item-1 item-2" "sponsored item-3 item-4";
  column-gap: 30px;
  row-gap: 30px;
  padding-top: 40px;
}
@media (max-width: 991.98px) {
  .lifestyle-feed__inner {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
    gap: 30px 30px;
    grid-template-areas: "sponsored sponsored" "item-1 item-2" "item-3 item-4";
    padding-top: 0;
  }
}
@media (max-width: 575.98px) {
  .lifestyle-feed__inner {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto auto;
    gap: 30px 30px;
    grid-template-areas: "sponsored" "item-1" "item-2" "item-3" "item-4";
    padding-top: 0;
  }
}
.lifestyle-feed__inner h3 {
  margin-bottom: 16px;
}
.lifestyle-feed__inner h3 a {
  font-size: 1.2rem;
  font-family: "Lora", serif;
  text-decoration: none;
}
.lifestyle-feed__sponsored {
  width: 100%;
  grid-area: sponsored;
  position: relative;
  overflow: hidden;
}
.lifestyle-feed__sponsored img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.lifestyle-feed__sponsored--tag {
  background-color: #8848a8;
  padding: 8px 16px;
  color: white;
  font-weight: bold;
  font-size: 0.75rem;
  text-transform: uppercase;
  position: absolute;
  top: 24px;
  left: 0;
}
.lifestyle-feed__sponsored--details {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 40px;
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767.98px) {
  .lifestyle-feed__sponsored--details {
    padding: 24px;
  }
}
.lifestyle-feed__sponsored--details h3 {
  margin: 0;
}
.lifestyle-feed__sponsored--details h3 a {
  display: inline-block;
  font-size: 2.5rem;
  color: white;
  margin-bottom: 16px;
  font-family: "Lora", serif;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .lifestyle-feed__sponsored--details h3 a {
    font-size: 1.875rem;
  }
}
@media (max-width: 575.98px) {
  .lifestyle-feed__sponsored--details h3 a {
    font-size: 1.5rem;
  }
}
.lifestyle-feed__sponsored--details p {
  color: white;
  font-size: 0.875rem;
}
@media (max-width: 575.98px) {
  .lifestyle-feed__sponsored--details p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.lifestyle-feed__sponsored--details .full-stop {
  color: #e42033;
  font-size: 2.5rem;
}
.lifestyle-feed__sponsored--readmore {
  display: inline-block;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.875rem;
  margin-top: 16px;
}
.lifestyle-feed__item {
  align-self: end;
}
.lifestyle-feed__item--img-surround {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.lifestyle-feed__item--img-surround a {
  display: inline-block;
  width: 100%;
  height: auto;
}
.lifestyle-feed__item--img-surround a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.lifestyle-feed__item--tag {
  background-color: #8848a8;
  padding: 8px 16px;
  color: white;
  font-weight: bold;
  font-size: 0.5rem;
  text-transform: uppercase;
  position: absolute;
  top: 16px;
  left: 0;
}
.lifestyle-feed__item-1 {
  grid-area: item-1;
}
.lifestyle-feed__item-2 {
  grid-area: item-2;
}
.lifestyle-feed__item-3 {
  grid-area: item-3;
}
.lifestyle-feed__item-4 {
  grid-area: item-4;
}

.arrow-up {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #7ac74f;
  position: relative;
  top: -2px;
}

.arrow-down {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #e42033;
  position: relative;
  top: -2px;
}

.sticky {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
}

.video-moved {
  background: #dddddd;
}

.video-close {
  position: absolute;
  right: 0;
  top: -30px;
  background: rgba(255, 255, 255, 0.4);
  width: 24px;
  height: 24px;
  border: 1px solid #222222;
  border-radius: 50%;
}
.video-close:hover {
  cursor: pointer;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.player {
  display: flex;
  flex-direction: row;
  border-radius: 5000px;
  padding: 12px 16px 8px 8px;
}
@media (max-width: 575.98px) {
  .player {
    width: 100%;
    justify-content: space-between;
    margin-top: 16px;
    background-color: #e42033;
  }
}
.player input[type=range],
.player input[type=range]::-webkit-slider-runnable-track,
.player input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.player input[type=range] {
  overflow: hidden;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
.player input[type=range]::-webkit-slider-thumb {
  width: 10px;
  height: 10px;
  -webkit-appearance: none;
  height: 10px;
  cursor: pointer;
  background: #7ac74f;
  box-shadow: -80px 0 0 80px #e42033;
}
@media (max-width: 575.98px) {
  .player input[type=range]::-webkit-slider-thumb {
    background: #222222;
    box-shadow: -80px 0 0 80px #8e000e;
  }
}
.player input[type=range]::-moz-range-thumb {
  width: 10px;
  height: 10px;
  -webkit-appearance: none;
  height: 10px;
  cursor: pointer;
  background: #e42033;
  box-shadow: -80px 0 0 80px #e42033;
}
@media (max-width: 575.98px) {
  .player input[type=range]::-moz-range-thumb {
    background: #222222;
    box-shadow: -80px 0 0 80px #8e000e;
  }
}
.player .music-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 575.98px) {
  .player .music-box {
    width: 100%;
  }
}
.player .music-box .time-range {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 80%;
  position: relative;
}
@media (max-width: 575.98px) {
  .player .music-box .time-range {
    max-width: 100%;
  }
}
.player .music-box .time-range input {
  width: 100%;
  position: relative;
  top: -6px;
}
.player .music-box .time-range .current-time {
  position: absolute;
  bottom: -18px;
  left: 0;
}
.player .music-box .time-range .duration {
  position: absolute;
  bottom: -18px;
  right: 0;
}
.player .music-box .play,
.player .music-box .pause {
  margin: 0 24px 0 8px;
}
.player .music-box .play img,
.player .music-box .pause img {
  width: 36px;
  height: 36px;
}
.player .music-box .play:hover,
.player .music-box .pause:hover {
  cursor: pointer;
}
.player .volume-box-open {
  background: #e42033;
}
@media (max-width: 575.98px) {
  .player .volume-box-open {
    background: #8e000e;
  }
}
.player .volume-box {
  display: inline-block;
  position: relative;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  margin: 2px 0 0 8px;
}
.player .volume-box img {
  width: 16px;
  height: auto;
  position: relative;
  top: 5px;
  left: 8px;
}
.player .volume-box img:hover {
  cursor: pointer;
}
.player .volume-box__inner .volume-range {
  transform: rotate(-90deg);
  width: 50px;
  height: 10px;
  position: absolute;
  bottom: 48px;
  left: -10px;
  display: none;
}
.player .volume-box__inner .volume-range-open {
  display: inline-block;
}
.player span {
  color: white;
  font-size: 0.75rem;
}
.player input {
  height: 3px;
}

.single-item-main {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .single-item-main {
    padding: 40px 0;
  }
}
.single-item-main__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .single-item-main__inner {
    flex-direction: column;
  }
}
.single-item-main__inner--main-article {
  flex: 0 0 auto;
  width: 73.33333333%;
}
@media (max-width: 991.98px) {
  .single-item-main__inner--main-article {
    flex: 0 0 auto;
    width: 100%;
  }
}
.single-item-main__inner--main-article h1 {
  font-size: 2.875rem;
}
.single-item-main__inner--main-article .post-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
}
.single-item-main__inner--main-article .post-nav__next {
  text-align: right;
}
@media (max-width: 767.98px) {
  .single-item-main__inner--main-article .post-nav__next {
    padding-left: 16px;
  }
}
.single-item-main__inner--main-article .post-nav__next a {
  font-size: 1.75rem;
  text-decoration: none;
  font-family: "Lora", serif;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .single-item-main__inner--main-article .post-nav__next a {
    font-size: 1.2rem;
  }
}
.single-item-main__inner--main-article .post-nav__prev {
  text-align: left;
}
@media (max-width: 767.98px) {
  .single-item-main__inner--main-article .post-nav__prev {
    padding-right: 16px;
  }
}
.single-item-main__inner--main-article .post-nav__prev a {
  font-size: 1.75rem;
  text-decoration: none;
  font-family: "Lora", serif;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .single-item-main__inner--main-article .post-nav__prev a {
    font-size: 1.2rem;
  }
}
.single-item-main__inner--main-article .post-nav p {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.single-item-main__inner--main-article .post-author {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #dddddd;
  padding: 24px 40px;
  margin: 40px 0;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .single-item-main__inner--main-article .post-author {
    text-align: center;
  }
}
.single-item-main__inner--main-article .post-author--avatar {
  display: inline-block;
  width: 152px;
  height: 152px;
  overflow: hidden;
  border-radius: 100%;
}
@media (max-width: 767.98px) {
  .single-item-main__inner--main-article .post-author--avatar {
    margin: 0 auto 24px auto;
  }
}
.single-item-main__inner--main-article .post-author--avatar img {
  width: 100%;
  object-fit: cover;
}
.single-item-main__inner--main-article .post-author--details {
  width: 80%;
}
@media (max-width: 1399.98px) {
  .single-item-main__inner--main-article .post-author--details {
    width: 75%;
  }
}
@media (max-width: 1199.98px) {
  .single-item-main__inner--main-article .post-author--details {
    width: 70%;
  }
}
@media (max-width: 991.98px) {
  .single-item-main__inner--main-article .post-author--details {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .single-item-main__inner--main-article .post-author--details {
    width: 100%;
  }
}
.single-item-main__inner--main-article .post-author--details h3 {
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.single-item-main__inner--main-article .single-item-billboard {
  flex: 0 0 auto;
  width: 100%;
  margin-top: 40px;
}
.single-item-main__inner--main-article .single-item-billboard--ad {
  display: inline-block;
  width: 100%;
  max-width: 970px;
  height: 250px;
  background-color: #f5f5f5;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #dddddd;
}
.single-item-main__inner--meta-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 32px 0 40px 0;
}
@media (max-width: 767.98px) {
  .single-item-main__inner--meta-info {
    flex-wrap: wrap;
  }
}
.single-item-main__inner--meta-info .author-meta {
  font-size: 0.875rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.single-item-main__inner--meta-info .author-meta .author-avatar {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
.single-item-main__inner--meta-info .author-meta .author-avatar img {
  width: 100%;
  object-fit: cover;
}
.single-item-main__inner--meta-info .comment-meta {
  position: relative;
  top: -2px;
}
@media (max-width: 767.98px) {
  .single-item-main__inner--meta-info .comment-meta {
    width: 40%;
  }
}
.single-item-main__inner--meta-info .comment-meta a {
  display: inline-block;
}
.single-item-main__inner--meta-info .comment-meta img {
  max-width: 22px;
  margin: 0 8px 0 0;
  position: relative;
  top: 2px;
}
@media (max-width: 767.98px) {
  .single-item-main__inner--meta-info .share-meta {
    width: 100%;
    margin-top: 24px;
  }
}
.single-item-main__inner--meta-info a {
  font-size: 0.875rem;
}
.single-item-main__article-img {
  margin-bottom: 40px;
}
.single-item-main__video {
  margin-bottom: 40px;
}
.single-item-main__article-content p {
  margin-bottom: 24px;
  line-height: 24px;
}
.single-item-main__article-content p:first-of-type {
  font-weight: bold;
}
.single-item-main__article-content .wp-block-pullquote {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 40px 0;
  margin: 40px 0;
  text-align: left;
}
.single-item-main__article-content .wp-block-pullquote blockquote {
  margin: 0;
}
.single-item-main__article-content .wp-block-pullquote blockquote p {
  font-family: "Lora", serif;
  font-weight: bold;
  font-style: italic;
  font-size: 2.25rem;
  line-height: 50px;
}
.single-item-main__article-content .wp-block-pullquote blockquote p:last-of-type {
  margin-bottom: 0;
}
.single-item-main__article-tags {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 16px 0;
}
.single-item-main__article-tags p {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 16px;
}
.single-item-main__article-tags a {
  display: inline;
  font-size: 0.75rem;
  color: white;
  font-weight: bold;
  background-color: #222222;
  padding: 4px 16px;
  text-transform: uppercase;
  margin-right: 8px;
  text-decoration: none;
}
.single-item-main__article-tags a.red-tag {
  background: #e42033;
}
.single-item-main__article-tags a:last-of-type {
  margin-right: 0;
}

.item-newsletter {
  height: 228px;
  background: #222222 url(../../assets/images/newsletter-bg.svg) right no-repeat;
  padding: 10px 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .item-newsletter {
    padding: 10px 24px;
  }
}
@media (max-width: 575.98px) {
  .item-newsletter {
    height: 340px;
  }
}
.item-newsletter h4 {
  color: white;
  font-size: 1.75rem;
  margin-bottom: 8px;
  text-align: center;
}
.item-newsletter p {
  color: white;
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin-bottom: 16px;
  text-align: center;
}
.item-newsletter #gform_wrapper_1 {
  width: 75%;
}
.item-newsletter #gform_wrapper_1 #gform_1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .item-newsletter #gform_wrapper_1 #gform_1 {
    flex-direction: column;
  }
}
.item-newsletter #gform_wrapper_1 #gform_1 label {
  display: none;
}
.item-newsletter #gform_wrapper_1 #gform_1 .gform-body {
  width: 100%;
}
.item-newsletter #gform_wrapper_1 #gform_1 .gform-body input {
  width: 100%;
  height: 43px;
  border: none;
  padding: 0 16px;
}
.item-newsletter #gform_wrapper_1 #gform_1 #gform_submit_button_1 {
  height: 43px;
  background-color: #e42033;
  color: white;
  border: none;
  border-radius: 0;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 16px;
}
@media (max-width: 575.98px) {
  .item-newsletter #gform_wrapper_1 #gform_1 #gform_submit_button_1 {
    width: 100%;
  }
}

.comments-toppicks {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .comments-toppicks {
    flex-direction: column;
  }
}
.comments-toppicks .comments-section {
  flex: 0 0 auto;
  width: 65%;
}
@media (max-width: 767.98px) {
  .comments-toppicks .comments-section {
    flex: 0 0 auto;
    width: 100%;
  }
}
.comments-toppicks .comments-section h3#comments {
  padding-bottom: 16px;
  font-size: 1.75rem;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid #dddddd;
}
.comments-toppicks .comments-section .navigation {
  border-bottom: none;
}
.comments-toppicks .comments-section .comment-reply-title {
  font-size: 1.5rem;
  margin-top: 8px;
}
.comments-toppicks .comments-section #commentform .comment-form-comment {
  display: flex;
  flex-direction: column;
  margin: 16px 0;
}
.comments-toppicks .comments-section #commentform p.comment-notes {
  font-size: 0.875rem;
  margin-top: 8px;
}
.comments-toppicks .comments-section #commentform p.comment-notes span {
  font-size: 0.875rem;
}
.comments-toppicks .comments-section #commentform textarea {
  border: 1px solid #dddddd;
  padding: 16px;
}
.comments-toppicks .comments-section #commentform .comment-form-author {
  width: 48%;
  float: left;
}
.comments-toppicks .comments-section #commentform .comment-form-author input {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 8px;
}
.comments-toppicks .comments-section #commentform .comment-form-email {
  width: 48%;
  float: right;
}
.comments-toppicks .comments-section #commentform .comment-form-email input {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 8px;
}
.comments-toppicks .comments-section #commentform .comment-form-url {
  display: inline-block;
  clear: both;
  width: 100%;
  margin: 16px 0;
}
.comments-toppicks .comments-section #commentform .comment-form-url input {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 8px;
}
.comments-toppicks .comments-section #commentform label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.875rem;
}
.comments-toppicks .comments-section #commentform .form-submit input {
  display: inline-block;
  background: #e42033;
  color: white;
  border: none;
  padding: 12px 24px;
  margin-top: 8px;
}
.comments-toppicks .comments-section #commentform .form-submit input:hover {
  cursor: pointer;
}
.comments-toppicks .commentlist {
  padding-left: 0;
  list-style-type: none;
}
.comments-toppicks .commentlist li {
  border-bottom: 1px solid #dddddd;
  padding-top: 24px;
}
.comments-toppicks .commentlist li:first-of-type {
  padding-top: 0;
}
.comments-toppicks .commentlist img {
  width: 32px;
}
.comments-toppicks .commentlist .comment-author {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 8px;
}
.comments-toppicks .commentlist .comment-author .fn {
  margin: 0 6px;
  font-size: 0.875rem;
  font-weight: bold;
}
.comments-toppicks .commentlist .comment-author .says {
  font-size: 0.875rem;
  font-weight: bold;
}
.comments-toppicks .commentlist .comment-moderation {
  margin-right: 8px;
}
.comments-toppicks .commentlist .comment-moderation p {
  color: #e42033;
}
.comments-toppicks .commentlist .comment-toprow {
  display: inline-block;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.comments-toppicks .commentlist .comment-toprow p {
  font-size: 0.875rem;
}
.comments-toppicks .commentlist .user-comment {
  padding: 16px 0;
}
.comments-toppicks .commentlist .reply {
  margin-bottom: 24px;
}
.comments-toppicks .commentlist .reply a {
  font-size: 0.875rem;
  color: #e42033;
}
.comments-toppicks .commentlist ul.children {
  list-style-type: none;
  background-color: #f5f5f5;
  padding: 24px 0 24px 24px;
  margin-bottom: 24px;
}
.comments-toppicks .commentlist ul.children li {
  border-bottom: none;
}
.comments-toppicks .commentlist ul.children .reply {
  margin-bottom: 0;
}
.comments-toppicks .top-picks {
  flex: 0 0 auto;
  width: 31.66666667%;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .comments-toppicks .top-picks {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 40px;
  }
}
.comments-toppicks .top-picks__inner {
  display: flex;
  flex-direction: column;
  border: 1px solid #dddddd;
}
.comments-toppicks .top-picks__inner h2 {
  padding: 16px;
  font-size: 1.75rem;
}
.comments-toppicks .top-picks__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #dddddd;
}
.comments-toppicks .top-picks__item:last-of-type {
  border-bottom: none;
}
.comments-toppicks .top-picks__item:first-of-type {
  border-top: 1px solid #dddddd;
}
.comments-toppicks .top-picks__item--image {
  width: 84px;
  height: 84px;
  overflow: hidden;
  position: relative;
}
.comments-toppicks .top-picks__item--image a img {
  min-height: 100%;
  object-fit: cover;
}
.comments-toppicks .top-picks__item--title {
  width: 60%;
}
.comments-toppicks .top-picks__item--title a {
  text-decoration: none;
}

.single-item-main__sticky-sidebar {
  flex: 0 0 auto;
  width: 23.33333333%;
  position: relative;
}
@media (max-width: 991.98px) {
  .single-item-main__sticky-sidebar {
    flex: 0 0 auto;
    width: 100%;
  }
}
.single-item-main__sticky-sidebar--container {
  position: sticky;
  top: 100px;
  height: auto;
  width: 100%;
}
.single-item-main__sticky-sidebar--inner {
  border: 1px solid #dddddd;
}
@media (max-width: 991.98px) {
  .single-item-main__sticky-sidebar--inner {
    position: static;
  }
}
.single-item-main__sticky-sidebar--inner a {
  text-decoration: none;
}
.single-item-main__sticky-sidebar--inner h2 {
  padding: 16px;
  font-size: 1.75rem;
}
.single-item-main__sticky-sidebar--inner .most-read-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 991.98px) {
  .single-item-main__sticky-sidebar--inner .most-read-item {
    justify-content: flex-start;
  }
}
.single-item-main__sticky-sidebar--inner .most-read-item:first-of-type {
  border-top: 1px solid #dddddd;
}
.single-item-main__sticky-sidebar--inner .most-read-item:last-of-type {
  border-bottom: none;
}
.single-item-main__sticky-sidebar--inner .most-read-item__img {
  margin-right: 16px;
  width: 84px;
  height: 84px;
  overflow: hidden;
  position: relative;
}
.single-item-main__sticky-sidebar--inner .most-read-item__img img {
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .single-item-main__sticky-sidebar--inner .most-read-item__img {
    margin-right: 24px;
  }
}
@media (max-width: 767.98px) {
  .single-item-main__sticky-sidebar--inner .most-read-item__img {
    margin-right: 16px;
  }
}
.single-item-main__sticky-sidebar--inner .most-read-item__title {
  flex:1;
}
@media (max-width: 1199.98px) {
  .single-item-main__sticky-sidebar--inner .most-read-item__title {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .single-item-main__sticky-sidebar--inner .most-read-item__title {
    width: 80%;
  }
}
.single-item-main__sticky-sidebar--ad {
  width: 100%;
  height: 250px;
  background: #f5f5f5;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #dddddd;
}

.single-item-main__related-posts {
  padding-top: 80px;
}
.single-item-main__related-posts--inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.single-item-main__related-posts--inner h2 {
  display: inline-block;
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 24px;
  position: relative;
  width: 100%;
}
.single-item-main__related-posts--inner h2::after {
  content: " ";
  display: block;
  height: 4px;
  width: 68%;
  background-color: #dddddd;
  position: absolute;
  right: 0;
  bottom: 25%;
}
@media (max-width: 1399.98px) {
  .single-item-main__related-posts--inner h2::after {
    width: 63%;
  }
}
@media (max-width: 1199.98px) {
  .single-item-main__related-posts--inner h2::after {
    width: 56%;
  }
}
@media (max-width: 767.98px) {
  .single-item-main__related-posts--inner h2::after {
    width: 42%;
  }
}
@media (max-width: 575.98px) {
  .single-item-main__related-posts--inner h2::after {
    display: none;
  }
}
.single-item-main__related-posts--item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}
.single-item-main__related-posts--item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .single-item-main__related-posts--item:last-of-type {
    margin-bottom: 40px;
  }
}
.single-item-main__related-posts--item h3 a {
  display: inline-block;
  font-size: 1.75rem;
  margin: 0 0 0 0;
  padding: 0;
  text-decoration: none;
  font-family: "Lora", serif;
  text-transform: none;
  color: #222222;
}
.single-item-main__related-posts--item h3 a:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .single-item-main__related-posts--item h3 a {
    font-size: 1.25rem;
  }
}
.single-item-main__related-posts--item-img {
  width: 34%;
  height: 180px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  .single-item-main__related-posts--item-img {
    height: 120px;
    width: 38%;
  }
}
.single-item-main__related-posts--item-img a img {
  min-height: 100%;
  object-fit: cover;
}
.single-item-main__related-posts--item-details {
  width: 64%;
}
@media (max-width: 767.98px) {
  .single-item-main__related-posts--item-details {
    width: 58%;
  }
}
.single-item-main__related-posts--item-details p {
  font-size: 0.875rem;
}
@media (max-width: 767.98px) {
  .single-item-main__related-posts--item-details p {
    display: none;
  }
}
.single-item-main__related-posts--item-details a {
  display: inline-block;
  margin: 16px 0 0 0;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #e42033;
}
@media (max-width: 767.98px) {
  .single-item-main__related-posts--item-details a {
    margin: 0;
  }
}
.single-item-main__related-posts--item-details--large {
  width: 100%;
}

.search-results {
  padding: 80px 0;
}
.search-results h2 {
  font-size: 2rem;
  padding-bottom: 24px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}
.search-results__inner {
  display: flex;
  flex-direction: column;
}
.search-results__inner .result {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 991.98px) {
  .search-results__inner .result {
    flex-direction: column;
  }
}
.search-results__inner .result:last-of-type {
  margin-bottom: 0;
}
.search-results__inner .result__image {
  flex: 0 0 auto;
  width: 31.66666667%;
}
@media (max-width: 991.98px) {
  .search-results__inner .result__image {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 16px;
  }
}
.search-results__inner .result__details {
  flex: 0 0 auto;
  width: 65%;
}
@media (max-width: 991.98px) {
  .search-results__inner .result__details {
    flex: 0 0 auto;
    width: 100%;
  }
}
.search-results__inner .result__details--large {
  flex: 0 0 auto;
  width: 100%;
}
.search-results__inner .result__details--read-more {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  color: #e42033;
  margin-top: 8px;
}
.search-results__inner .result__details h3 a {
  display: inline-block;
  font-size: 1.5rem;
  font-family: "Lora", serif;
  text-decoration: none;
  margin-bottom: 16px;
}
.search-results__inner .result__details .post-meta {
  margin-bottom: 16px;
  font-size: 0.875rem;
  font-weight: bold;
  font-style: italic;
}
.search-results__inner .result__details .post-meta span {
  font-size: 0.875rem;
}
.search-results__inner .result__details .post-meta a {
  font-size: 0.875rem;
  font-weight: bold;
  font-style: italic;
}

.lifestyle-main-feed {
  padding: 40px 0 80px 0;
}
.lifestyle-main-feed__inner {
  display: flex;
  flex-direction: column;
}
.lifestyle-main-feed__inner--title {
  background: #8848a8;
  padding: 24px;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.lifestyle-main-feed__inner--title h1 {
  font-size: 2.5rem;
  color: white;
}
.lifestyle-main-feed__featured-block {
  display: grid;
  grid-template-columns: 1.62fr 0.78fr;
  grid-template-rows: 1fr 1fr;
  gap: 30px 30px;
  grid-template-areas: "sponsored feature-item-1" "sponsored feature-item-2";
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .lifestyle-main-feed__featured-block {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    grid-template-areas: "sponsored sponsored" "feature-item-1 feature-item-2";
  }
}
@media (max-width: 767.98px) {
  .lifestyle-main-feed__featured-block {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    grid-template-areas: "sponsored" "feature-item-1" "feature-item-2";
  }
}
.lifestyle-main-feed__featured-block--sponsored-article {
  grid-area: sponsored;
  height: 500px;
}
.lifestyle-main-feed__featured-block--sponsored-inner {
  display: inline-block;
  width: 100%;
  height: 500px;
  overflow: hidden;
  object-fit: cover;
  position: relative;
}
.lifestyle-main-feed__featured-block--sponsored-inner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.lifestyle-main-feed__featured-block--sponsored-details {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px;
  width: 100%;
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
}
.lifestyle-main-feed__featured-block--sponsored-details a {
  display: block;
  font-size: 0.875rem;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.lifestyle-main-feed__featured-block--sponsored-details a h2 {
  font-size: 2.375rem;
  color: white;
  margin-bottom: 16px;
  text-transform: none;
}
.lifestyle-main-feed__featured-block--sponsored-details a p {
  font-size: 0.875rem;
  color: white;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 24px;
}
.lifestyle-main-feed__featured-block--featured-details {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
  width: 100%;
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
}
.lifestyle-main-feed__featured-block--featured-details a {
  display: block;
  font-size: 0.875rem;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.lifestyle-main-feed__featured-block--featured-details a:hover, .lifestyle-main-feed__featured-block--featured-details a:hover h3 {
  text-decoration: underline;
}
.lifestyle-main-feed__featured-block--featured-details a h3 {
  display: inline-block;
  width: 100%;
  color: white;
  font-size: 1.75rem;
  margin-bottom: 8px;
  text-transform: none;
}
.lifestyle-main-feed__featured-block--featured-article--1 {
  grid-area: feature-item-1;
}
.lifestyle-main-feed__featured-block--featured-article--2 {
  grid-area: feature-item-2;
}
.lifestyle-main-feed__featured-block--featured-inner {
  display: inline-block;
  width: 100%;
  height: 235px;
  overflow: hidden;
  object-fit: cover;
  position: relative;
}
.lifestyle-main-feed__featured-block--featured-inner img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.featured-lifestyle {
  position: relative;
  height: 235px;
}

.lifestyle-main-feed__editor-recommends h2 {
  font-size: 2.375rem;
  position: relative;
}
.lifestyle-main-feed__editor-recommends h2:after {
  content: " ";
  display: inline-block;
  height: 4px;
  width: 70%;
  position: absolute;
  right: 0;
  bottom: 12px;
  z-index: -1;
  background: #dddddd;
}
@media (max-width: 1399.98px) {
  .lifestyle-main-feed__editor-recommends h2:after {
    width: 65%;
  }
}
@media (max-width: 1199.98px) {
  .lifestyle-main-feed__editor-recommends h2:after {
    width: 58%;
  }
}
@media (max-width: 991.98px) {
  .lifestyle-main-feed__editor-recommends h2:after {
    width: 44%;
  }
}
@media (max-width: 767.98px) {
  .lifestyle-main-feed__editor-recommends h2:after {
    display: none;
  }
}
.lifestyle-main-feed__slide-details {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
  display: inline-block;
  width: 100%;
  padding: 24px;
}
.lifestyle-main-feed__slide-details h3 {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 8px;
  text-transform: none;
}
.lifestyle-main-feed__slide-details a {
  color: white;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
.lifestyle-main-feed__slide-inner {
  position: relative;
}
.lifestyle-main-feed__slide-inner .post-image {
  padding-top: 60%;
}
.lifestyle-main-feed__slide-inner .post-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.glide__arrows {
  position: absolute;
  right: 0;
  top: -44px;
  display: flex;
  z-index: 5;
}
@media (max-width: 767.98px) {
  .glide__arrows {
    display: none;
  }
}
.glide__arrow {
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  background: white;
  border: 2px solid #dddddd;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.glide__arrow:hover {
  cursor: pointer;
}
.glide__arrow:first-of-type {
  margin-right: -2px;
}
.glide__arrow img {
  width: auto;
  max-height: 24px;
}
.glide__bullets {
  text-align: center;
  margin-top: 16px;
  display: none;
}
@media (max-width: 767.98px) {
  .glide__bullets {
    display: block;
  }
}
.glide__bullet {
  background: #e42033;
  height: 16px;
  width: 16px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #e42033;
  margin-right: 16px;
}
.glide__bullet:hover {
  cursor: pointer;
}
.glide__bullet--active {
  background: #e42033;
}
.glide__bullet:last-of-type {
  margin: 0;
}

.lifestyle-secondary-feed__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .lifestyle-secondary-feed__inner {
    flex-direction: column;
  }
}
.lifestyle-secondary-feed__main-col {
  flex: 0 0 auto;
  width: 73.33333333%;
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  .lifestyle-secondary-feed__main-col {
    flex: 0 0 auto;
    width: 100%;
  }
}
.lifestyle-secondary-feed__main-col--billboard {
  width: 100%;
  max-width: 970px;
  height: 250px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #dddddd;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .lifestyle-secondary-feed__main-col--billboard {
    margin-bottom: 20px;
  }
}
.lifestyle-secondary-feed__sidebar-col {
  flex: 0 0 auto;
  width: 23.33333333%;
}
@media (max-width: 991.98px) {
  .lifestyle-secondary-feed__sidebar-col {
    flex: 0 0 auto;
    width: 100%;
  }
}
.lifestyle-secondary-feed__sidebar-col .lifestyle-most-read {
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .lifestyle-secondary-feed__sidebar-col .lifestyle-most-read {
    margin-top: 20px;
  }
}
.lifestyle-secondary-feed__sidebar-col .top-picks {
  width: 100%;
  display: inline-block;
  margin-top: 40px;
}
.lifestyle-secondary-feed__sidebar-col .top-picks__inner {
  display: flex;
  flex-direction: column;
  border: 1px solid #dddddd;
}
.lifestyle-secondary-feed__sidebar-col .top-picks__inner h2 {
  padding: 16px;
  font-size: 1.75rem;
}
.lifestyle-secondary-feed__sidebar-col .top-picks__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 991.98px) {
  .lifestyle-secondary-feed__sidebar-col .top-picks__item {
    justify-content: flex-start;
  }
}
.lifestyle-secondary-feed__sidebar-col .top-picks__item:last-of-type {
  border-bottom: none;
}
.lifestyle-secondary-feed__sidebar-col .top-picks__item:first-of-type {
  border-top: 1px solid #dddddd;
}
.lifestyle-secondary-feed__sidebar-col .top-picks__item--image a {
  display: block;
  margin-right: 16px;
  width: 84px;
  height: 84px;
  overflow: hidden;
  position: relative;
}
.lifestyle-secondary-feed__sidebar-col .top-picks__item--image a img {
  min-height: 100%;
  object-fit: cover;
}
.lifestyle-secondary-feed__sidebar-col .top-picks__item--title {
  flex:1;
}
@media (max-width: 991.98px) {
  .lifestyle-secondary-feed__sidebar-col .top-picks__item--title {
    width: auto;
  }
}
.lifestyle-secondary-feed__sidebar-col .top-picks__item--title a {
  text-decoration: none;
}
.lifestyle-secondary-feed__sidebar-col .top-picks__item--title a:hover {
  text-decoration: underline;
}
.lifestyle-secondary-feed__article-list h2 {
  margin-bottom: 40px;
  font-size: 2.375rem;
}
.lifestyle-secondary-feed__article-list .load-more-block {
  margin: 60px 0;
  text-align: center;
}
.lifestyle-secondary-feed__article-list .load-more {
  display: inline-block;
  position: relative;
  background: #8848a8;
  color: white;
  padding: 20px 25px;
  width: 250px;
  max-width: 100%;
  border: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.lifestyle-secondary-feed__article-list .load-more:hover {
  background-color: black;
}
.lifestyle-secondary-feed__article-list .item-newsletter {
  margin-top: 80px;
}
.lifestyle-secondary-feed__article-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 30px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dddddd;
}
.lifestyle-secondary-feed__article-list-item h3 a {
  color: #222222;
  font-family: "Lora", serif;
  font-size: 1.75rem;
  text-decoration: none;
  text-transform: none;
  margin-top: 0;
  display: inline
}
.lifestyle-secondary-feed__article-list-item h3 a:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .lifestyle-secondary-feed__article-list-item h3 a {
    font-size: 1.1rem;
  }
}
.lifestyle-secondary-feed__article-list-item a.lifestyle-main-link {
  color: #8848a8;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  font-size: 0.875rem;
  margin-top: 24px;
}
@media (max-width: 767.98px) {
  .lifestyle-secondary-feed__article-list-item a.lifestyle-main-link {
    display: none;
  }
}
.lifestyle-secondary-feed__article-list-item p {
  font-size: 0.875rem;
}
@media (max-width: 767.98px) {
  .lifestyle-secondary-feed__article-list-item p {
    display: none;
  }
}
.lifestyle-secondary-feed__article-list-item--image {
  flex: 0 0 auto;
  width: 31.66666667%;
}
.lifestyle-secondary-feed__article-list-item--image a {
  display: block;
  margin: 0;
}
.lifestyle-secondary-feed__article-list-item--details {
  flex: 0 0 auto;
  width: 56.66666667%;
}

.lifestyle-category-feed__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .lifestyle-category-feed__inner {
    flex-direction: column;
  }
}
.lifestyle-category-feed__inner h3 {
  margin-bottom: 24px;
}
.lifestyle-category-feed__inner--travel {
  flex: 0 0 auto;
  width: 31.66666667%;
}
@media (max-width: 991.98px) {
  .lifestyle-category-feed__inner--travel {
    flex: 0 0 auto;
    width: 100%;
  }
}
.lifestyle-category-feed__inner--property {
  flex: 0 0 auto;
  width: 31.66666667%;
}
@media (max-width: 991.98px) {
  .lifestyle-category-feed__inner--property {
    flex: 0 0 auto;
    width: 100%;
  }
}
.lifestyle-category-feed__inner--shopping {
  flex: 0 0 auto;
  width: 31.66666667%;
}
@media (max-width: 991.98px) {
  .lifestyle-category-feed__inner--shopping {
    flex: 0 0 auto;
    width: 100%;
  }
}
.lifestyle-category-feed__inner h3 {
  font-size: 2.375rem;
}
@media (max-width: 991.98px) {
  .lifestyle-category-feed__inner h3 {
    margin-top: 40px;
  }
}
.lifestyle-category-feed .article-list {
  margin-top: 24px;
}
.lifestyle-category-feed .article-list:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.lifestyle-category-feed .article-list--details h4 a {
  font-size: 1rem;
  font-family: "Lora", serif;
  color: #222222;
  text-decoration: none;
  text-transform: none;
  margin: 0 0 8px 0;
}
.lifestyle-category-feed .article-list--details p {
  font-size: 0.875rem;
}
.lifestyle-category-feed .article-list--image a {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 0;
  display: inline-block;
}
.lifestyle-category-feed .article-list--image a img {
  object-fit: cover;
  height: 120px;
  width: auto;
}
.lifestyle-category-feed__featured-article {
  height: 274px;
  position: relative;
}
@media (max-width: 991.98px) {
  .lifestyle-category-feed__featured-article {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  .lifestyle-category-feed__featured-article {
    height: 400px;
  }
}
.lifestyle-category-feed__featured-article--inner {
  overflow: hidden;
}
.lifestyle-category-feed__featured-article--inner img {
  position: absolute;
  z-index: 0;
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.lifestyle-category-feed__featured-article--details {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  padding: 24px;
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
}
.lifestyle-category-feed__featured-article--details h4 {
  color: white;
  font-size: 1.75rem;
  margin-bottom: 8px;
}
.lifestyle-category-feed__featured-article--details p {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875rem;
}

.podcasts-feed__latest {
  background-color: #222222;
  padding: 80px 0;
}
.podcasts-feed__latest h1 {
  color: white;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dddddd;
}
.podcasts-feed__latest--inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.podcasts-feed__latest--item {
  flex: 0 0 auto;
  width: 83.33333333%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.podcasts-feed__latest--item h3 {
  font-size: 2rem;
  color: white;
  font-weight: normal;
  margin-bottom: 24px;
}
.podcasts-feed__latest--item-l {
  flex: 0 0 auto;
  width: 58.33333333%;
  padding-right: 60px;
}
.podcasts-feed__latest--item-l .details-block {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}
.podcasts-feed__latest--item-l .details-block:last-of-type {
  margin-bottom: 0;
}
.podcasts-feed__latest--item-l .details-block p {
  color: white;
  font-size: 0.875rem;
}
.podcasts-feed__latest--item-l .details-block--title {
  flex: 0 0 auto;
  width: 20.83333333%;
}
.podcasts-feed__latest--item-l .details-block--content {
  width: 100%;
}
.podcasts-feed__latest--item-l .details-block--content .player {
  background-color: #e42033;
}
.podcasts-feed__latest--item-l .details-block--content .player .music-box {
  width: 100%;
}
.podcasts-feed__latest--item-l .details-block--content .player .music-box .play {
  margin: 0 24px 0 8px;
}
.podcasts-feed__latest--item-l .details-block--content .player .volume-box-open {
  background: #8e000e;
}
.podcasts-feed__latest--item-l .details-block--content .player input[type=range]::-webkit-slider-thumb {
  box-shadow: -200px 0 0 200px #8e000e;
}
.podcasts-feed__latest--item-r {
  flex: 0 0 auto;
  width: 41.66666667%;
  padding-left: 60px;
}
.podcasts-feed .podcasts-lower-feed {
  padding: 80px 0;
}
.podcasts-feed .podcasts-lower-feed--inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.podcasts-feed .podcasts-lower-feed--item {
  flex: 0 0 auto;
  width: 83.33333333%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.podcasts-feed .podcasts-lower-feed--l {
  flex: 0 0 auto;
  width: 75%;
}
.podcasts-feed .podcasts-lower-feed--l h2 {
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dddddd;
  font-size: 2rem;
}
.podcasts-feed .podcasts-lower-feed--l .load-more-block {
  margin-bottom: 80px;
}
.podcasts-feed .podcasts-lower-feed--l .load-more-block .load-more {
  display: block;
  position: relative;
  background: #222222;
  color: white;
  padding: 24px;
  max-width: 268px;
  width: 100%;
  margin: 40px auto 0 auto;
  border: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}
.podcasts-feed .podcasts-lower-feed--l .load-more-block .load-more:hover {
  cursor: pointer;
}
.podcasts-feed .podcasts-lower-feed--l .lifestyle-secondary-feed__main-col--billboard {
  margin-bottom: 0;
}
.podcasts-feed .podcasts-lower-feed--r {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.podcasts-feed .podcasts-lower-feed--ad {
  width: 100%;
  height: 600px;
  background: #f5f5f5;
}
.podcasts-feed .podcasts-lower-feed--podcast-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}
.podcasts-feed .podcasts-lower-feed--podcast-item-image {
  flex: 0 0 auto;
  width: 40%;
  padding: 5px;
  background: #dddddd;
  height: 324px;
}
.podcasts-feed .podcasts-lower-feed--podcast-item-info {
  flex: 0 0 auto;
  width: 56.66666667%;
}
.podcasts-feed .podcasts-lower-feed--podcast-item-info h3 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 24px;
}
.podcasts-feed .podcasts-lower-feed--podcast-item-info .details-block {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}
.podcasts-feed .podcasts-lower-feed--podcast-item-info .details-block--title {
  flex: 0 0 auto;
  width: 20.83333333%;
}
.podcasts-feed .podcasts-lower-feed--podcast-item-info .details-block--title p {
  font-weight: bold;
  font-size: 0.875rem;
}
.podcasts-feed .podcasts-lower-feed--podcast-item-info .details-block--content {
  width: 100%;
}
.podcasts-feed .podcasts-lower-feed--podcast-item-info .details-block--content p {
  font-size: 0.875rem;
}
.podcasts-feed .podcasts-lower-feed--podcast-item-info .details-block--content .podcast-listen-btn {
  background: #e42033;
  color: white;
  text-transform: uppercase;
  font-size: 0.873rem;
  font-weight: bold;
  padding: 12px 24px 12px 68px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.podcasts-feed .podcasts-lower-feed--podcast-item-info .details-block--content .podcast-listen-btn::before {
  content: " ";
  background-image: url("../../assets/images/volume.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 12px;
  width: 43px;
  height: 43px;
  background-color: #8e000e;
  position: absolute;
  left: 0;
  top: 0;
}

.footer {
  padding: 80px 0;
  background-color: #222222;
}
.footer__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .footer__inner {
    flex-direction: column;
  }
}
.footer__inner--col-1 {
  flex: 0 0 auto;
  width: 48.33333333%;
}
@media (max-width: 991.98px) {
  .footer__inner--col-1 {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
}
.footer__inner--col-1 .footer-logo {
  margin-bottom: 24px;
  display: inline-block;
}
.footer__inner--col-1 .footer-logo img {
  max-width: 327px;
}
.footer__inner--col-2 {
  flex: 0 0 auto;
  width: 23.33333333%;
}
@media (max-width: 991.98px) {
  .footer__inner--col-2 {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
}
.footer__inner--col-2 .menu {
  list-style-type: none;
  padding: 0;
  margin: 16px 0 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 120px;
}
@media (max-width: 991.98px) {
  .footer__inner--col-2 .menu {
    height: auto;
  }
}
.footer__inner--col-2 .menu li {
  margin-bottom: 8px;
}
.footer__inner--col-3 {
  flex: 0 0 auto;
  width: 23.33333333%;
}
@media (max-width: 991.98px) {
  .footer__inner--col-3 {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
  }
}
.footer__inner--col-3 .top-picks {
  flex: 0 0 auto;
  width: 31.66666667%;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .footer__inner--col-3 .top-picks {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 40px;
  }
}
.footer__inner--col-3 .top-picks__inner {
  display: flex;
  flex-direction: column;
  border: 1px solid #dddddd;
}
.footer__inner--col-3 .top-picks__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 575.98px) {
  .footer__inner--col-3 .top-picks__item {
    flex-direction: column;
  }
}
.footer__inner--col-3 .top-picks__item:last-of-type {
  border-bottom: none;
}
.footer__inner--col-3 .top-picks__item--image {
  width: 84px;
  height: 84px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575.98px) {
  .footer__inner--col-3 .top-picks__item--image {
    margin-bottom: 24px;
    width: auto;
    height: auto;
    overflow: visible;
  }
}
.footer__inner--col-3 .top-picks__item--image a img {
  min-height: 100%;
  object-fit: cover;
}
.footer__inner--col-3 .top-picks__item--title {
  width: 65%;
}
@media (max-width: 575.98px) {
  .footer__inner--col-3 .top-picks__item--title {
    width: 75%;
  }
}
.footer__inner--col-3 .top-picks__item--title a {
  text-decoration: none;
}
.footer__inner--col-3 .top-picks__item--title a h3 {
  color: white;
}
.footer__inner--col-3 .top-picks__item--title a span {
  color: white;
  font-size: 0.75rem;
}
.footer__inner p {
  color: white;
  line-height: 1.75rem;
}
.footer__inner a {
  color: white;
  text-decoration: none;
}
.footer__inner h4 {
  color: white;
  font-size: 1.25rem;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

/*# sourceMappingURL=style.css.map */
