:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #f6861f;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #262524;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #262524;
  --bs-secondary: #F9D65A;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 38, 37, 36;
  --bs-secondary-rgb: 65, 183, 104;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #0f0f0e;
  --bs-secondary-text-emphasis: #1a492a;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #d4d3d3;
  --bs-secondary-bg-subtle: #d9f1e1;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #a8a8a7;
  --bs-secondary-border-subtle: #b3e2c3;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 38, 37, 36;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #262524;
  --bs-emphasis-color-rgb: 38, 37, 36;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #262524;
  --bs-link-color-rgb: 38, 37, 36;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #1e1e1d;
  --bs-link-hover-color-rgb: 30, 30, 29;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(38, 37, 36, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(38, 37, 36, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(38, 37, 36, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(38, 37, 36, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(38, 37, 36, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(38, 37, 36, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #7d7c7c;
  --bs-secondary-text-emphasis: #8dd4a4;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #080707;
  --bs-secondary-bg-subtle: #0d2515;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #2d3032;
  --bs-primary-border-subtle: #171616;
  --bs-secondary-border-subtle: #276e3e;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #7d7c7c;
  --bs-link-hover-color: #979696;
  --bs-link-color-rgb: 125, 124, 124;
  --bs-link-hover-color-rgb: 151, 150, 150;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #262524 !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #262524 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #262524 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #262524 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover,
.link-primary:focus {
  color: RGBA(30, 30, 29, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(30, 30, 29, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover,
.link-secondary:focus {
  color: RGBA(103, 197, 134, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(103, 197, 134, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover,
.link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover,
.link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
<link-warning:hover>
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

<link-danger>,
{
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
<link-danger:hover>
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover,
.link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover,
.link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover,
.link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: .375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: .25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: .2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi,
.icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: .25;
}

h1, .h1 {
  font-size: 5rem;
  line-height: 105%;
  font-family: "F37Jan", "Montserrat", sans-serif;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  h1, .h1 {
    line-height: 3rem;
    font-size: 2rem;
  }
}
h2, .h2 {
  font-size: 4rem;
  font-family: "F37Jan", "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 4.75rem;
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
h3, .h3 {
  font-size: 2.5rem;
  font-family: "F37Jan", "Montserrat", sans-serif;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: 1.7rem;
  }
}
h4, .h4 {
  font-size: 2rem;
  font-family: "F37Jan", "Montserrat", sans-serif;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.5rem;
  font-family: "F37Jan", "Montserrat", sans-serif;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  h5, .h5 {
    font-size: 1.25rem;
  }
}
h6, .h6 {
  font-size: 1rem;
  font-family: "F37Jan", "Montserrat", sans-serif;
  font-weight: bold;
}

a {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #262524;
  transition: all .3s ease-in-out;
  text-decoration: none;
}
a:hover {
  color: #262524;
}

p, ol, ul {
  font-size: 1.1rem;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #262524;
}

.accent {
  color: #262524;
}

.blog-page .blog-listing-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 125px;
  position: relative;
  width: 100%;
}
@media (max-width: 767.98px) {
  .blog-page .blog-listing-wrap {
    padding-top: 8rem;
  }
}

.blog-page .blog-listing-curve {
  background-color: #f2f2f2;
  border-radius: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  height: 900px;
  transform: translate(-50%, -50%);
  width: 200vw;
  z-index: -1;
}
@media (min-width: 768px) {
  .blog-page .blog-listing-curve {
    display: none;
  }
}

.blog-page .blog-listing--large {
  flex: 0 0 100%;
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .blog-page .blog-listing--large {
    margin-bottom: 6rem;
  }
}

.blog-page .blog-listing--small {
  flex: 0 0 calc(50% - 1.5rem);
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .blog-page .blog-listing--small {
    flex: 0 0 100%;
  }
}

.blog-page .blog-listing__flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.blog-page .blog-listing__flex--large {
  align-items: center;
  justify-content: space-between;
}

.blog-page .blog-listing__flex--small {
  flex-direction: column;
}
@media (min-width: 992px) {
  .blog-page .blog-listing__flex--small:hover .blog-listing__img img {
    opacity: .9;
  }
  .blog-page .blog-listing__flex--small:hover .blog-listing__text-title {
    color: #F9D65A;
  }
}

.blog-page .blog-listing__text--large {
  flex: 0 0 calc(40% - 1rem);
}
@media (max-width: 767.98px) {
  .blog-page .blog-listing__text--large {
    flex: 0 0 100%;
    margin-bottom: 2rem;
  }
}

.blog-page .blog-listing__text--small {
  flex: 0 0 50%;
}
@media (max-width: 767.98px) {
  .blog-page .blog-listing__text--small {
    flex: 0 0 100%;
    font-size: 14px;
    line-height: 24px;
  }
}

.blog-page .blog-listing__text-title {
  line-height: 1;
  margin-bottom: 1rem;
  transition: .2s color;
}
.blog-page .blog-listing__text-title--large {
  font-size: 39px;
}
@media (max-width: 991.98px) {
  .blog-page .blog-listing__text-title--large {
    font-size: 32px;
  }
}
.blog-page .blog-listing__text-title--small {
  font-size: 22px;
}
.blog-page .blog-listing__text-title--small:active {
  color: #F9D65A;
}
@media (max-width: 767.98px) {
  .blog-page .blog-listing__text-title--small {
    font-size: 18px;
    line-height: 24px;
  }
}

.blog-page .blog-listing__text-meta {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2rem;
}
.blog-page .blog-listing__text-meta span:first-child {
  margin-right: .5rem;
}
.blog-page .blog-listing__text-meta span:last-child {
  margin-left: .5rem;
}

.blog-page .blog-listing__text-link--large {
  text-decoration: underline;
  color: #F9D65A;
}

.blog-page .blog-listing__img img {
  object-fit: cover;
  object-position: center;
  transition: .2s opacity;
  width: 100%;
  height: 200px;
}

.blog-page .blog-listing__img--large {
  flex: 0 0 calc(60% - 1rem);
}
@media (max-width: 767.98px) {
  .blog-page .blog-listing__img--large {
    flex: 0 0 100%;
  }
}
.blog-page .blog-listing__img--large img {
  min-height: 400px;
  max-height: 500px;
}
@media (max-width: 991.98px) {
  .blog-page .blog-listing__img--large img {
    min-height: 300px;
  }
}
@media (max-width: 767.98px) {
  .blog-page .blog-listing__img--large img {
    min-height: unset;
  }
}

.blog-page .blog-listing__img--small {
  margin-bottom: 2rem;
}

@media (max-width: 991.98px) {
  .blog-page .blog-listing__img--desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .blog-page .blog-listing__img--mobile {
    display: none;
  }
}

.blog-page .blog-listing-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-page .blog-listing-link {
  border: 1px solid #F9D65A;
  border-radius: 3.33px;
  display: block;
  margin: 3rem 1rem 9rem;
  padding: .75rem 3rem;
  text-align: center;
  transition: .2s color, .2s background-color;
  width: 182px;
}

.blog-page .blog-listing-link--more {
  background-color: rgba(0, 0, 0, 0);
  color: #F9D65A;
}
.blog-page .blog-listing-link--more:hover {
  background-color: #F9D65A;
  color: #fff;
}

.blog-page .blog-listing-link--back {
  background-color: #F9D65A;
  color: #fff;
}
.blog-page .blog-listing-link--back:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #F9D65A;
}

.blog-page .blog-post__header {
  min-height: 400px;
  max-height: 600px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .blog-page .blog-post__header {
    max-height: 500px;
  }
}
@media (max-width: 991.98px) {
  .blog-page .blog-post__header {
    min-height: 350px;
    max-height: 400px;
  }
}

.blog-page .blog-post-content {
  padding: 5rem 0;
}

.blog-page .blog-post-content__title {
  font-family: "F37Jan", "Montserrat", sans-serif;
  line-height: 100%;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: left;
}
@media (max-width: 1199.98px) {
  .blog-page .blog-post-content__title {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .blog-page .blog-post-content__title {
    font-size: 2rem;
  }
}

.blog-page .blog-post-content__body h1 {
  font-size: 2.25rem;
}
.blog-page .blog-post-content__body h2 {
  font-size: 1.75rem;
}
.blog-page .blog-post-content__body h3,
.blog-page .blog-post-content__body h4,
.blog-page .blog-post-content__body h5 {
  font-size: 1.25rem;
}
.blog-page .blog-post-content__body h1,
.blog-page .blog-post-content__body h2,
.blog-page .blog-post-content__body h3,
.blog-page .blog-post-content__body h4,
.blog-page .blog-post-content__body h5 {
  margin-top: 1.5rem;
  font-weight: bold;
}
.blog-page .blog-post-content__body p,
.blog-page .blog-post-content__body span {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 36px;
}
.blog-page .blog-post-content__body img,
.blog-page .blog-post-content__body iframe {
  max-width: 100%;
}
.blog-page .blog-post-content__body a {
  color: #F9D65A;
  text-decoration: underline;
}
.blog-page .blog-post-content__body button,
.blog-page .blog-post-content__body .cta-button {
  color: #fff;
  background-color: #F9D65A;
  border: 1px solid #F9D65A;
  border-radius: 3.33px;
  display: block;
  font-size: 24px;
  font-family: "F37Jan", "Montserrat", sans-serif;
  font-weight: bold;
  padding: .75rem 3rem;
  text-align: center;
  text-decoration: none;
  transition: .2s color, .2s background-color;
  width: 182px;
}
.blog-page .blog-post-content__body button:hover,
.blog-page .blog-post-content__body .cta-button:hover {
  background-color: #fff;
  color: #F9D65A;
}

.blog-page .blog-post-content__meta {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2rem;
}