.bg-primary-color {
  background-color: #ed002e !important;
}

.text-primary-color {
  color: #ed002e !important;
}

.bg-blue-light {
  background-color: #f0fcff !important;
}

.text-blue-light {
  color: #f0fcff !important;
}

.bg-blue-200, .economic-wins-section .article {
  background-color: #d7eafc !important;
}

.text-blue-200 {
  color: #d7eafc !important;
}

.bg-link-hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.text-link-hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.bg-green-emerald {
  background-color: #093e1f !important;
}

.text-green-emerald {
  color: #093e1f !important;
}

.bg-orange {
  background-color: #e8602b !important;
}

.text-orange {
  color: #e8602b !important;
}

.bg-grey-light {
  background-color: #eeeeee !important;
}

.text-grey-light {
  color: #eeeeee !important;
}

.bg-grey-dark {
  background-color: #343a40 !important;
}

.text-grey-dark {
  color: #343a40 !important;
}

.bg-accent {
  background-color: #aa3624 !important;
}

.text-accent {
  color: #aa3624 !important;
}

.bg-primary {
  background-color: #ed002e !important;
}

.text-primary {
  color: #ed002e !important;
}

.bg-secondary {
  background-color: #10485b !important;
}

.text-secondary {
  color: #10485b !important;
}

.bg-dark {
  background-color: #072028 !important;
}

.text-dark {
  color: #072028 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.text-light {
  color: #f8f9fa !important;
}

.bg-economic {
  background-color: #1e3a8a !important;
}

.border-economic {
  border: 5px solid #1e3a8a !important;
}

.text-economic {
  color: #1e3a8a !important;
}

.bg-culture {
  background-color: #8b1538 !important;
}

.border-culture {
  border: 5px solid #8b1538 !important;
}

.text-culture {
  color: #8b1538 !important;
}

.bg-explore-canada {
  background-color: #2c5f2d !important;
}

.border-explore-canada {
  border: 5px solid #2c5f2d !important;
}

.text-explore-canada {
  color: #2c5f2d !important;
}

.bg-innovation-businesses {
  background-color: #7c3aed !important;
}

.border-innovation-businesses {
  border: 5px solid #7c3aed !important;
}

.text-innovation-businesses {
  color: #7c3aed !important;
}

.bg-shop-canada {
  background-color: #dc2626 !important;
}

.border-shop-canada {
  border: 5px solid #dc2626 !important;
}

.text-shop-canada {
  color: #dc2626 !important;
}

.bg-taste-canada {
  background-color: #ea580c !important;
}

.border-taste-canada {
  border: 5px solid #ea580c !important;
}

.text-taste-canada {
  color: #ea580c !important;
}

a.text-white {
  text-decoration: none !important;
}
a.text-white:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

a.text-dark {
  color: #072028 !important;
}
a.text-dark:hover {
  color: #343a40 !important;
}

.w-33 {
  width: 33.3333% !important;
}

.w-66 {
  width: 66.6667% !important;
}

/** Unsure */
.standard-box-shadow {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.079);
}

.simple-header {
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 54px;
}
.simple-header.scrolled .simple-brand {
  transform: scale(1);
}
.simple-header .simple-header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (max-width: 991.98px) {
  .simple-header .simple-header-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .simple-header .simple-header-container {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}
.simple-header .simple-brand {
  transition: transform 0.3s ease;
  flex-shrink: 0;
  height: 54px;
  width: 225px;
  transform-origin: top center;
  transform: scale(1.26);
}
@media (max-width: 991.98px) {
  .simple-header .simple-brand {
    grid-column: 2;
    justify-self: center;
    width: auto;
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  .simple-header .simple-brand {
    transform-origin: top left;
  }
}
.simple-header .simple-brand a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}
.simple-header .simple-brand a:hover {
  color: #ed002e;
  text-decoration: none;
}
.simple-header .simple-brand img {
  height: 100%;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  width: 179px;
}
.simple-header .simple-brand .simple-site-title {
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .simple-header .simple-brand .simple-site-title {
    font-size: 1.25rem;
  }
}
.simple-header .simple-hamburger {
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 40px;
  height: 40px;
  justify-content: center;
  transform: none !important;
}
@media (max-width: 991.98px) {
  .simple-header .simple-hamburger {
    grid-column: 1;
    justify-self: start;
    margin-top: -7px;
  }
}
@media (min-width: 992px) {
  .simple-header .simple-hamburger {
    flex-shrink: 0;
  }
}
.simple-header .simple-hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #072028;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.simple-header .simple-hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.simple-header .simple-hamburger.active span:nth-child(2) {
  opacity: 0;
}
.simple-header .simple-hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}
.simple-header .simple-desktop-nav {
  flex: 1;
  display: none;
  transform: none !important;
}
@media (min-width: 992px) {
  .simple-header .simple-desktop-nav {
    display: block;
  }
}
.simple-header .simple-desktop-nav .simple-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  gap: 2rem;
}
.simple-header .simple-desktop-nav .simple-nav-menu li a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  padding: 0.5rem 0;
  transition: color 0.3s ease;
}
.simple-header .simple-desktop-nav .simple-nav-menu li a:hover {
  color: #ed002e;
}
.simple-header .simple-search-btn {
  background: none;
  border: 2px solid transparent;
  padding: 0.5rem;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transform: none !important;
}
@media (max-width: 991.98px) {
  .simple-header .simple-search-btn {
    grid-column: 3;
    justify-self: end;
    margin-top: -7px;
  }
}
.simple-header .simple-search-btn:hover {
  background-color: rgba(237, 0, 46, 0.1);
  border-color: #ed002e;
}
.simple-header .simple-search-btn svg {
  color: #072028;
  transition: color 0.3s ease;
}
.simple-header .simple-search-btn:hover svg {
  color: #ed002e;
}
.simple-header .simple-mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  height: 100vh;
  background: white;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1100;
  overflow-y: auto;
}
.simple-header .simple-mobile-nav.active {
  transform: translateX(0);
}
@media (max-width: 991.98px) {
  .simple-header .simple-mobile-nav {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    max-height: 70vh;
    transform: translateY(-100%);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .simple-header .simple-mobile-nav.active {
    transform: translateY(0);
  }
}
.simple-header .simple-mobile-nav .simple-mobile-menu {
  list-style: none;
  margin: 0;
  padding: 2rem 1.5rem 0;
}
@media (min-width: 992px) {
  .simple-header .simple-mobile-nav .simple-mobile-menu {
    padding-top: 6rem;
  }
}
.simple-header .simple-mobile-nav .simple-mobile-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.simple-header .simple-mobile-nav .simple-mobile-menu li:last-child {
  border-bottom: none;
}
.simple-header .simple-mobile-nav .simple-mobile-menu li a {
  display: block;
  padding: 1rem 0;
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  font-size: 1.1rem;
  position: relative;
}
.simple-header .simple-mobile-nav .simple-mobile-menu li a:hover {
  color: #ed002e;
  padding-left: 1rem;
}
@media (min-width: 992px) {
  .simple-header .simple-mobile-nav .simple-mobile-menu li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #ed002e;
    transition: width 0.3s ease;
  }
  .simple-header .simple-mobile-nav .simple-mobile-menu li a:hover:before {
    width: 0.5rem;
  }
}
.simple-header .simple-mobile-nav .location-selector-wrapper {
  padding: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
}
.simple-header .simple-mobile-nav .location-selector-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: linear-gradient(135deg, #ed002e 0%, rgb(160.5, 0, 31.1518987342) 100%);
  color: white;
  border: none;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
  position: relative;
  overflow: hidden;
  transform: none !important;
}
.simple-header .simple-mobile-nav .location-selector-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transition: left 0.5s ease;
}
.simple-header .simple-mobile-nav .location-selector-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}
.simple-header .simple-mobile-nav .location-selector-btn:hover:before {
  left: 100%;
}
.simple-header .simple-mobile-nav .location-selector-btn.active {
  background: linear-gradient(135deg, rgb(160.5, 0, 31.1518987342) 0%, #ed002e 100%);
}
.simple-header .simple-mobile-nav .location-selector-btn.active .chevron-icon {
  transform: rotate(180deg);
}
.simple-header .simple-mobile-nav .location-selector-btn .location-icon {
  flex-shrink: 0;
}
.simple-header .simple-mobile-nav .location-selector-btn .location-text {
  flex: 1;
  text-align: left;
  margin-left: 0.75rem;
}
.simple-header .simple-mobile-nav .location-selector-btn .chevron-icon {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.simple-header .simple-mobile-nav .location-dropdown {
  margin-top: 1rem;
  background: rgba(248, 249, 250, 0.95);
  border-radius: 12px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.simple-header .simple-mobile-nav .location-dropdown.show {
  max-height: 400px;
  opacity: 1;
  transform: translateY(0);
}
.simple-header .simple-mobile-nav .location-dropdown-header {
  padding: 1rem 1.25rem 0.5rem;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.simple-header .simple-mobile-nav .location-dropdown-header h4 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.simple-header .simple-mobile-nav .location-list {
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
}
.simple-header .simple-mobile-nav .location-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1.25rem;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.simple-header .simple-mobile-nav .location-item:last-child {
  border-bottom: none;
}
.simple-header .simple-mobile-nav .location-item:hover {
  background: white;
  color: #ed002e;
  text-decoration: none;
  padding-left: 1.5rem;
}
.simple-header .simple-mobile-nav .location-item:hover .location-icon-wrapper {
  background: #ed002e;
  color: white;
  transform: scale(1.05);
}
.simple-header .simple-mobile-nav .location-icon-wrapper {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(237, 0, 46, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #ed002e;
  flex-shrink: 0;
}
.simple-header .simple-mobile-nav .location-icon-wrapper svg {
  width: 14px;
  height: 14px;
}
.simple-header .simple-mobile-nav .location-details {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  flex: 1;
}
.simple-header .simple-mobile-nav .location-name {
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.2;
}
.simple-header .simple-mobile-nav .location-count {
  font-size: 0.75rem;
  color: #666;
  opacity: 0.8;
}
.simple-header .simple-mobile-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1050;
}
.simple-header .simple-mobile-backdrop.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991.98px) {
  .simple-header .simple-mobile-backdrop {
    display: none;
  }
}
.simple-header .simple-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
}
@media (max-width: 991.98px) {
  .simple-header .simple-drawer-header {
    display: none;
  }
}
.simple-header .simple-drawer-header .simple-drawer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.simple-header .simple-drawer-header .simple-drawer-brand .simple-drawer-logo {
  height: 40px;
  width: auto;
}
.simple-header .simple-drawer-header .simple-drawer-brand .simple-drawer-title {
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0;
  color: #072028;
}
.simple-header .simple-drawer-header .simple-drawer-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  color: #072028;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 4px;
}
.simple-header .simple-drawer-header .simple-drawer-close:hover {
  background: rgba(7, 32, 40, 0.1);
  color: #ed002e;
}
.simple-header .simple-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}
.simple-header .simple-search-overlay.active {
  display: flex;
}
.simple-header .simple-search-overlay .simple-search-form {
  background: white;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  width: 90%;
  max-width: 500px;
  display: flex;
  gap: 1rem;
}
.simple-header .simple-search-overlay .simple-search-input {
  flex: 1;
  padding: 0.75rem;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  font-size: 1rem;
  outline: none;
}
.simple-header .simple-search-overlay .simple-search-input:focus {
  border-color: #ed002e;
}
.simple-header .simple-search-overlay .simple-search-submit {
  padding: 0.75rem 1.5rem;
  background: #ed002e;
  color: white;
  border: none;
  border-radius: 0.375rem;
  font-weight: 500;
  cursor: pointer;
}
.simple-header .simple-search-overlay .simple-search-submit:hover {
  background: rgb(186, 0, 36.1012658228);
}
@media (max-width: 575.98px) {
  .simple-header .simple-header-container {
    padding: 0 0.75rem;
  }
}

#wrapper-footer .site-footer h5 {
  color: #ffffff !important;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
#wrapper-footer .site-footer p {
  color: #ffffff !important;
  line-height: 1.6;
}
#wrapper-footer .mailpoet_form {
  display: grid;
  grid-template-rows: auto auto auto auto auto;
  align-items: start;
  width: 100%;
  margin: 0 auto;
  padding: 32px;
}
#wrapper-footer .mailpoet_form .mailpoet-heading {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 1rem;
}
#wrapper-footer .mailpoet_form .mailpoet_form_paragraph:not(.last) {
  grid-column: 1;
  grid-row: 2;
}
#wrapper-footer .mailpoet_form .mailpoet_paragraph {
  grid-column: 2;
}
#wrapper-footer .mailpoet_form .mailpoet_paragraph:first-of-type {
  margin-top: 0;
  grid-row: 1;
}
#wrapper-footer .mailpoet_form .mailpoet_paragraph:nth-of-type(2) {
  grid-row: 1;
}
#wrapper-footer .mailpoet_form .mailpoet_paragraph:nth-of-type(3) {
  grid-row: 2;
}
#wrapper-footer .mailpoet_form .mailpoet_paragraph:nth-of-type(4) {
  grid-row: 3;
}
#wrapper-footer .mailpoet_form .mailpoet_form_paragraph.last {
  grid-column: 2;
  grid-row: 4;
}
#wrapper-footer .mailpoet_form .mailpoet_message {
  grid-column: 2;
  grid-row: 5;
}
#wrapper-footer .mailpoet_form .mailpoet_hp_email_label,
#wrapper-footer .mailpoet_form .mailpoet_spacer,
#wrapper-footer .mailpoet_form input[type=hidden] {
  display: none;
}
@media (max-width: 767.98px) {
  #wrapper-footer .mailpoet_form {
    display: none;
  }
}
#wrapper-footer .mailpoet_form .mailpoet_text,
#wrapper-footer .mailpoet_form .mailpoet_submit {
  margin-bottom: 1rem;
}
#wrapper-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#wrapper-footer .footer-links li {
  margin-bottom: 0.5rem;
}
#wrapper-footer .footer-links a {
  color: #ffffff !important;
  text-decoration: none;
  transition: color 0.3s ease;
}
#wrapper-footer .footer-links a:hover {
  color: #ffffff !important;
}
#wrapper-footer .social-media-bar {
  border-top: 1px solid #444444;
  margin-top: 2rem;
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#wrapper-footer .social-icons {
  display: flex;
  gap: 1.5rem;
}
#wrapper-footer .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ed002e;
  color: #ffffff !important;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}
#wrapper-footer .social-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
#wrapper-footer .social-icon.instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #ffffff !important;
}
#wrapper-footer .social-icon.youtube:hover {
  background-color: #ff0000;
  color: #ffffff !important;
}
#wrapper-footer .social-icon.tiktok:hover {
  background-color: #000000;
  color: #ffffff !important;
}
#wrapper-footer .social-icon svg {
  width: 20px;
  height: 20px;
}
#wrapper-footer .copyright p {
  color: #ffffff !important;
  font-size: 0.9rem;
  margin: 0;
}
@media (max-width: 767.98px) {
  #wrapper-footer .social-media-bar {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  #wrapper-footer .site-footer {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  #wrapper-footer .row:first-child .col-md-6:first-child {
    margin-bottom: 2rem;
  }
}

.alternative-bg {
  background-color: #f0fcff;
  padding-top: 5rem;
  margin-bottom: 5rem;
}

.news-grid-section {
  margin-bottom: 5rem;
}

.news-card {
  overflow: hidden;
  height: 100%;
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stories-grid-layout.hero-masonry .news-card {
  height: auto;
}
@media (max-width: 767.98px) {
  .stories-grid-layout.hero-masonry .news-card {
    height: auto !important;
    min-height: unset !important;
  }
}
.news-card .story-title-link {
  transition: all 0.3s ease;
}
.news-card .story-title-link h3 {
  transition: color 0.3s ease;
}
.news-card .ratio {
  border-radius: 1rem !important;
  overflow: hidden;
  position: relative;
}
.news-card .news-image {
  border: 5px solid transparent;
  border-radius: 1rem !important;
  transition: border-color 0.3s ease;
}
.news-card .news-image img {
  border-radius: 1rem !important;
}
.news-card:hover {
  transform: translateY(-5px);
}
.news-card:hover .news-image {
  border: 5px solid #ed002e !important;
}
.news-card:hover h3 {
  color: #ed002e !important;
}
.news-card .news-content {
  padding: 1.5rem;
}
.news-card .news-content .news-category {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #ed002e;
  color: white;
  border-radius: 4px;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.news-card .news-content .news-title {
  font-family: "Merriweather", Georgia, serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.news-card .news-content .news-title a {
  color: #072028;
  text-decoration: none;
  transition: color 0.3s ease;
}
.news-card .news-content .news-title a:hover {
  color: #ed002e;
}
.news-card .news-content .news-excerpt {
  color: #10485b;
  margin-bottom: 1rem;
}
.news-card .news-content .news-meta {
  font-size: 0.875rem;
  color: #10485b;
}
.news-card .news-content .news-meta .author,
.news-card .news-content .news-meta .date {
  margin-right: 1rem;
}

.stories-grid-layout.large-2x2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.stories-grid-layout.large-2x2 .large-article .news-card,
.stories-grid-layout.large-2x2 .small-articles-grid .small-article .news-card {
  height: 100%;
}
.stories-grid-layout.large-2x2 .large-article {
  order: 1;
}
.stories-grid-layout.large-2x2 .small-articles-grid {
  order: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2rem;
}
.stories-grid-layout.large-2x2.reverse .large-article {
  order: 2;
}
.stories-grid-layout.large-2x2.reverse .small-articles-grid {
  order: 1;
}
@media (max-width: 767.98px) {
  .stories-grid-layout.large-2x2 {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .stories-grid-layout.large-2x2 .small-articles-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 1rem;
  }
}
@media (max-width: 575.98px) {
  .stories-grid-layout.large-2x2 {
    grid-template-columns: 1fr !important;
  }
  .stories-grid-layout.large-2x2 .small-articles-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1rem;
  }
}
.stories-grid-layout.default-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(var(--grid-columns, 2), 1fr);
}
.stories-grid-layout.default-grid.post-count-3 {
  grid-template-columns: repeat(3, 1fr);
}
.stories-grid-layout.default-grid .story-card-wrapper {
  display: flex;
}
.stories-grid-layout.default-grid .story-card-wrapper .news-card {
  height: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .stories-grid-layout.default-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .stories-grid-layout.default-grid.post-count-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575.98px) {
  .stories-grid-layout.default-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
  }
  .stories-grid-layout.default-grid.post-count-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.stories-grid-layout.hero-masonry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.stories-grid-layout.hero-masonry .column-1 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.stories-grid-layout.hero-masonry .column-1 .large-card-top {
  min-height: auto;
}
.stories-grid-layout.hero-masonry .column-1 .small-cards-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.stories-grid-layout.hero-masonry .column-2 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.stories-grid-layout.hero-masonry .column-2 .small-cards-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.stories-grid-layout.hero-masonry .column-2 .large-card-bottom {
  min-height: auto;
}
.stories-grid-layout.hero-masonry .news-card {
  display: flex;
  flex-direction: column;
  height: auto;
}
.stories-grid-layout.hero-masonry .news-card .ratio {
  height: 100%;
  border-radius: 1rem !important;
  overflow: hidden;
}
.stories-grid-layout.hero-masonry .news-card .news-image {
  border: 5px solid transparent;
  border-radius: 1rem !important;
  transition: border-color 0.3s ease;
}
.stories-grid-layout.hero-masonry .news-card .news-image img {
  border-radius: 1rem !important;
}
.stories-grid-layout.hero-masonry .news-card .story {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .stories-grid-layout.hero-masonry .news-card {
    flex-grow: 0;
    min-height: unset;
  }
  .stories-grid-layout.hero-masonry .news-card .story {
    flex-grow: 0;
  }
}
.stories-grid-layout.hero-masonry.economic .news-card .news-image {
  border: 5px solid transparent !important;
}
.stories-grid-layout.hero-masonry.economic .news-card:hover .news-image {
  border-color: #1e3a8a !important;
}
.stories-grid-layout.hero-masonry.culture .news-card .news-image {
  border: 5px solid transparent !important;
}
.stories-grid-layout.hero-masonry.culture .news-card:hover .news-image {
  border-color: #8b1538 !important;
}
.stories-grid-layout.hero-masonry.explore-canada .news-card .news-image {
  border: 5px solid transparent !important;
}
.stories-grid-layout.hero-masonry.explore-canada .news-card:hover .news-image {
  border-color: #2c5f2d !important;
}
.stories-grid-layout.hero-masonry.innovation-businesses .news-card .news-image {
  border: 5px solid transparent !important;
}
.stories-grid-layout.hero-masonry.innovation-businesses .news-card:hover .news-image {
  border-color: #7c3aed !important;
}
.stories-grid-layout.hero-masonry.shop-canada .news-card .news-image {
  border: 5px solid transparent !important;
}
.stories-grid-layout.hero-masonry.shop-canada .news-card:hover .news-image {
  border-color: #dc2626 !important;
}
.stories-grid-layout.hero-masonry.taste-canada .news-card .news-image {
  border: 5px solid transparent !important;
}
.stories-grid-layout.hero-masonry.taste-canada .news-card:hover .news-image {
  border-color: #ea580c !important;
}
@media (max-width: 767.98px) {
  .stories-grid-layout.hero-masonry {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }
  .stories-grid-layout.hero-masonry .column-1,
  .stories-grid-layout.hero-masonry .column-2 {
    display: block;
  }
  .stories-grid-layout.hero-masonry .column-1 .large-card-top,
  .stories-grid-layout.hero-masonry .column-1 .large-card-bottom,
  .stories-grid-layout.hero-masonry .column-1 .small-cards-bottom,
  .stories-grid-layout.hero-masonry .column-1 .small-cards-top,
  .stories-grid-layout.hero-masonry .column-2 .large-card-top,
  .stories-grid-layout.hero-masonry .column-2 .large-card-bottom,
  .stories-grid-layout.hero-masonry .column-2 .small-cards-bottom,
  .stories-grid-layout.hero-masonry .column-2 .small-cards-top {
    margin-bottom: 1rem;
  }
  .stories-grid-layout.hero-masonry .column-1 .large-card-top.small-cards-bottom, .stories-grid-layout.hero-masonry .column-1 .large-card-top.small-cards-top,
  .stories-grid-layout.hero-masonry .column-1 .large-card-bottom.small-cards-bottom,
  .stories-grid-layout.hero-masonry .column-1 .large-card-bottom.small-cards-top,
  .stories-grid-layout.hero-masonry .column-1 .small-cards-bottom.small-cards-bottom,
  .stories-grid-layout.hero-masonry .column-1 .small-cards-bottom.small-cards-top,
  .stories-grid-layout.hero-masonry .column-1 .small-cards-top.small-cards-bottom,
  .stories-grid-layout.hero-masonry .column-1 .small-cards-top.small-cards-top,
  .stories-grid-layout.hero-masonry .column-2 .large-card-top.small-cards-bottom,
  .stories-grid-layout.hero-masonry .column-2 .large-card-top.small-cards-top,
  .stories-grid-layout.hero-masonry .column-2 .large-card-bottom.small-cards-bottom,
  .stories-grid-layout.hero-masonry .column-2 .large-card-bottom.small-cards-top,
  .stories-grid-layout.hero-masonry .column-2 .small-cards-bottom.small-cards-bottom,
  .stories-grid-layout.hero-masonry .column-2 .small-cards-bottom.small-cards-top,
  .stories-grid-layout.hero-masonry .column-2 .small-cards-top.small-cards-bottom,
  .stories-grid-layout.hero-masonry .column-2 .small-cards-top.small-cards-top {
    display: block;
  }
  .stories-grid-layout.hero-masonry .column-1 .large-card-top.small-cards-bottom .news-card, .stories-grid-layout.hero-masonry .column-1 .large-card-top.small-cards-top .news-card,
  .stories-grid-layout.hero-masonry .column-1 .large-card-bottom.small-cards-bottom .news-card,
  .stories-grid-layout.hero-masonry .column-1 .large-card-bottom.small-cards-top .news-card,
  .stories-grid-layout.hero-masonry .column-1 .small-cards-bottom.small-cards-bottom .news-card,
  .stories-grid-layout.hero-masonry .column-1 .small-cards-bottom.small-cards-top .news-card,
  .stories-grid-layout.hero-masonry .column-1 .small-cards-top.small-cards-bottom .news-card,
  .stories-grid-layout.hero-masonry .column-1 .small-cards-top.small-cards-top .news-card,
  .stories-grid-layout.hero-masonry .column-2 .large-card-top.small-cards-bottom .news-card,
  .stories-grid-layout.hero-masonry .column-2 .large-card-top.small-cards-top .news-card,
  .stories-grid-layout.hero-masonry .column-2 .large-card-bottom.small-cards-bottom .news-card,
  .stories-grid-layout.hero-masonry .column-2 .large-card-bottom.small-cards-top .news-card,
  .stories-grid-layout.hero-masonry .column-2 .small-cards-bottom.small-cards-bottom .news-card,
  .stories-grid-layout.hero-masonry .column-2 .small-cards-bottom.small-cards-top .news-card,
  .stories-grid-layout.hero-masonry .column-2 .small-cards-top.small-cards-bottom .news-card,
  .stories-grid-layout.hero-masonry .column-2 .small-cards-top.small-cards-top .news-card {
    margin-bottom: 1rem;
  }
  .stories-grid-layout.hero-masonry .column-1 .large-card-top.small-cards-bottom .news-card:last-child, .stories-grid-layout.hero-masonry .column-1 .large-card-top.small-cards-top .news-card:last-child,
  .stories-grid-layout.hero-masonry .column-1 .large-card-bottom.small-cards-bottom .news-card:last-child,
  .stories-grid-layout.hero-masonry .column-1 .large-card-bottom.small-cards-top .news-card:last-child,
  .stories-grid-layout.hero-masonry .column-1 .small-cards-bottom.small-cards-bottom .news-card:last-child,
  .stories-grid-layout.hero-masonry .column-1 .small-cards-bottom.small-cards-top .news-card:last-child,
  .stories-grid-layout.hero-masonry .column-1 .small-cards-top.small-cards-bottom .news-card:last-child,
  .stories-grid-layout.hero-masonry .column-1 .small-cards-top.small-cards-top .news-card:last-child,
  .stories-grid-layout.hero-masonry .column-2 .large-card-top.small-cards-bottom .news-card:last-child,
  .stories-grid-layout.hero-masonry .column-2 .large-card-top.small-cards-top .news-card:last-child,
  .stories-grid-layout.hero-masonry .column-2 .large-card-bottom.small-cards-bottom .news-card:last-child,
  .stories-grid-layout.hero-masonry .column-2 .large-card-bottom.small-cards-top .news-card:last-child,
  .stories-grid-layout.hero-masonry .column-2 .small-cards-bottom.small-cards-bottom .news-card:last-child,
  .stories-grid-layout.hero-masonry .column-2 .small-cards-bottom.small-cards-top .news-card:last-child,
  .stories-grid-layout.hero-masonry .column-2 .small-cards-top.small-cards-bottom .news-card:last-child,
  .stories-grid-layout.hero-masonry .column-2 .small-cards-top.small-cards-top .news-card:last-child {
    margin-bottom: 0;
  }
  .stories-grid-layout.hero-masonry .column-1 > *:last-child,
  .stories-grid-layout.hero-masonry .column-2 > *:last-child {
    margin-bottom: 0;
  }
  .stories-grid-layout.hero-masonry .news-card {
    height: auto !important;
    min-height: unset;
  }
}

.news-card .story {
  padding: 1rem 6px 0 6px;
}
.news-card.large-card .story {
  padding: 2rem 2rem 3rem 2rem;
}

.story-link {
  text-decoration: none;
}
.story-link .subtitle {
  height: 1.6rem;
}
.story-link .subtitle .fleurish {
  display: inline-block;
  width: 1rem;
  height: 100%;
  margin-right: 0.5rem;
  background-color: #ed002e;
}

.story-link {
  transition: all 0.3s ease;
}
.story-link .subtitle {
  transition: color 0.3s ease;
}
.story-link:hover .subtitle, .story-link:focus .subtitle {
  color: #ed002e !important;
}

.story-btn-link {
  transition: all 0.3s ease;
  color: white !important;
  background-color: #ed002e;
}
.story-btn-link:hover, .story-btn-link:focus {
  border: 1px solid #ed002e;
  color: #ed002e !important;
}

a.badge-outline {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border: 1px solid #6c757d;
  background-color: transparent;
  color: #6c757d;
  text-decoration: none !important;
  transition: all 0.3s ease;
  border-radius: 0;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}
a.badge-outline:hover {
  background-color: #6c757d;
  color: #fff;
  text-decoration: none;
}
a.badge-outline:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25);
}

.story .btn-story-read-more {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.75rem;
  transition: all 0.3s ease;
}
.story .btn-story-read-more:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.news-card .btn {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.75rem;
  transition: all 0.3s ease;
}
.news-card .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.row.row-cols-1.row-cols-md-2.row-cols-lg-3 {
  margin-bottom: -2.5rem;
}
.row.row-cols-1.row-cols-md-2.row-cols-lg-3 .col {
  margin-bottom: 2.5rem;
}

@media (max-width: 767.98px) {
  .container .container {
    padding-left: 0;
    padding-right: 0;
  }
  .container .container .row > .col {
    padding-right: 0.2rem;
    background-color: pink;
  }
  .container .mb-5.container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Hero Section */
.home .hero-section .hero-container {
  background-color: #61a9d7;
  background-image: var(--hero-bg-image);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0;
}
@media (max-width: 767.98px) {
  .home .hero-section .hero-container {
    background-image: linear-gradient(to bottom, #61a9d7 0%, #61a9d7 40%, white 70%, white 100%);
    background-size: 100% 100%;
    background-position: top;
  }
}
@media (min-width: 768px) {
  .home .hero-section .hero-container {
    min-height: 600px;
  }
}
@media (min-width: 1200px) {
  .home .hero-section .hero-container {
    min-height: 700px;
  }
}
.home .hero-section .hero-container .hero-title {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 575.98px) {
  .home .hero-section .hero-container .hero-title {
    margin: 1rem 1rem 2rem 1rem;
  }
}
.home .hero-section .hero-container .hero-content {
  margin-top: auto;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .home .hero-section .hero-container .hero-content {
    width: 90%;
    border: 5px solid #ed002e;
    border-radius: 1rem;
  }
}
@media (max-width: 991.98px) {
  .home .hero-section .hero-container .hero-content {
    width: 95% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  .home .hero-section .hero-container .hero-content {
    width: 100% !important;
    padding: 1rem;
    margin-bottom: 1rem;
  }
}

/* Economic Wins Section */
.economic-wins-section .article {
  padding: 1rem;
  border: 1px solid transparent;
  border-radius: 8px;
}
.economic-wins-section .article:hover {
  background: linear-gradient(to bottom, #d7eafc, #f0fcff);
  border: 1px solid #d7eafc;
}

/* Archive Page Specific Styles */
.pagination .page-link {
  border-radius: 6px;
  margin: 0 2px;
  border: 1px solid #eeeeee;
  color: #343a40;
  padding: 0.5rem 0.75rem;
  transition: all 0.3s ease;
}
.pagination .page-link:hover {
  background-color: #ed002e;
  border-color: #ed002e;
  color: white;
  transform: translateY(-1px);
}
.pagination .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 0, 46, 0.25);
}
.pagination .page-item.active .page-link {
  background-color: #ed002e;
  border-color: #ed002e;
}
.pagination .page-item.disabled .page-link {
  opacity: 0.6;
}

.archive h1 {
  font-weight: bold;
  color: white;
}
@media (min-width: 768px) {
  .archive h1 {
    font-size: 4.5rem;
  }
}

.hero-section {
  position: relative;
}
.hero-section .hero-container .hero-overlay {
  position: relative;
  background-color: white;
}
.home .hero-section .hero-container .hero-overlay {
  width: 75%;
}
@media (min-width: 768px) {
  .hero-section .hero-container .hero-overlay {
    margin-top: -75px;
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .hero-section .hero-container .hero-overlay {
    padding: 3rem 2rem 0 2rem;
  }
}
@media (min-width: 992px) {
  .hero-section .hero-container .hero-overlay {
    padding: 3rem 3rem 0 30px;
  }
}
.hero-section .hero-container .hero-overlay h1 {
  margin-bottom: 0;
}
.hero-section .hero-container .exerpt {
  padding: 0 3rem 0 3rem;
}

.entry-tags .badge {
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
}
.entry-tags .badge:hover {
  opacity: 0.8;
  transform: translateY(-1px);
  transition: all 0.2s ease;
}

.entry-byline {
  font-size: 1.1rem;
}
.entry-byline .author a {
  color: inherit;
  text-decoration: none;
}
.entry-byline .author a:hover {
  color: #ed002e;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  color: #072028;
  transition: all 0.3s ease;
  padding: 1rem;
  border-radius: 0.5rem;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background-color: rgba(237, 0, 46, 0.1);
  transform: translateX(-2px);
}
.post-navigation .nav-next a:hover {
  transform: translateX(2px);
}
.post-navigation .nav-icon {
  display: flex;
  align-items: center;
  color: #ed002e;
  font-size: 1.25rem;
}
.post-navigation .nav-subtitle {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.post-navigation .nav-title {
  font-weight: 600;
  line-height: 1.3;
}

.entry-cats .badge {
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
}
.entry-cats .badge:hover {
  opacity: 0.8;
  transform: translateY(-1px);
  transition: all 0.2s ease;
}

#single-wrapper main {
  font-size: 1.3rem;
  line-height: 1.7;
}
#single-wrapper main p {
  margin-bottom: 1.5rem;
}
#single-wrapper main h2,
#single-wrapper main h3,
#single-wrapper main h4,
#single-wrapper main h5,
#single-wrapper main h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#single-wrapper main a {
  color: #072028;
  text-decoration: underline;
}
#single-wrapper main a:hover {
  color: #ed002e !important;
}
#single-wrapper main .story a {
  color: #ed002e;
  text-decoration: none;
}
#single-wrapper main .story a:hover {
  color: #ed002e !important;
  text-decoration: underline;
}
#single-wrapper main .story figure img {
  display: block;
  margin: 2rem auto 0;
  max-width: 100%;
  height: auto;
  text-align: center;
}
#single-wrapper main .story figure figcaption {
  display: block;
  text-align: center;
  font-size: 0.9rem;
}
#single-wrapper .post-meta {
  border: 1px solid #ed002e;
  padding: 1rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}
#single-wrapper .post-meta p:only-child,
#single-wrapper .post-meta p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .post-navigation .nav-previous a,
  .post-navigation .nav-next a {
    padding: 0.75rem;
  }
  .post-navigation .nav-icon {
    font-size: 1rem;
  }
  .post-navigation .nav-title {
    font-size: 0.95rem;
  }
}
/* Next Article Flyout Styles */
.next-article-flyout {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 350px;
  border: 1px solid #e0e0e0;
  transform: translateX(100%);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
}
.next-article-flyout.show {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.next-article-flyout .dismiss {
  position: absolute;
  top: -10px;
  right: 10px;
  cursor: pointer;
  z-index: 1001;
}
.next-article-flyout .inner {
  padding: 10px 10px 15px 10px;
  position: relative;
}
.next-article-flyout .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-decoration: none;
}
.next-article-flyout .overlay:hover .right-angle-path {
  fill: #ed002e !important;
}
.next-article-flyout .head {
  margin-bottom: 10px;
  font-weight: bold;
  color: #666;
  font-size: 12px;
  border-bottom: 2px solid #ed002e;
  padding-bottom: 5px;
}
.next-article-flyout .media {
  display: flex;
  align-items: flex-start;
}
.next-article-flyout .media-left {
  margin-right: 15px;
  flex-shrink: 0;
}
.next-article-flyout .media-object {
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.next-article-flyout .placeholder-image {
  width: 80px;
  height: 80px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.next-article-flyout .media-body {
  flex: 1;
}
.next-article-flyout .media-body .btn {
  font-size: 12px;
}
.next-article-flyout .media-heading {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #333;
}
.next-article-flyout .media-body p {
  margin: 0;
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}
.next-article-flyout .tnt-svg {
  width: 20px;
  height: 20px;
}
.next-article-flyout .tnt-stack-1x {
  position: absolute;
}
.next-article-flyout .tnt-times-circle {
  color: #666;
}
.next-article-flyout .tnt-circle {
  color: white;
}

@media (max-width: 768px) {
  .next-article-flyout {
    right: 10px;
    left: 10px;
    max-width: none;
    transform: translateX(100vw);
  }
  .next-article-flyout .dismiss {
    right: 100%;
  }
  .next-article-flyout.show {
    transform: translateX(0);
  }
}
html,
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #072028;
  overflow-x: hidden;
}
html h1,
html .h1,
html h2,
html .h2,
html h3,
html .h3,
html h4,
html .h4,
html h5,
html .h5,
html h6,
html .h6,
body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3,
body h4,
body .h4,
body h5,
body .h5,
body h6,
body .h6 {
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
  color: #072028;
}

img,
video {
  max-width: 100%;
  height: auto;
}

a {
  transition: color 0.3s ease;
}