/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v25-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/lato-v25-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v24-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
    --bs-body-font-size: 1.125rem;
    --cnvs-themecolor: #444;
}

.text-column p {
    break-inside: avoid;
}

.footer-section-meta {
    background: #FFFFFF;
    --frame-color: var(--cnvs-themecolor);
    --frame-background: #FFFFFF;
    --frame-link-color: #E80D0F;
    --frame-link-hover-color: #E80D0F;
}

.footer-copyright p {
    font-size: 0.875rem;
}

.form-check-label {
  margin-left: 10px;;
}

#c500 {
    width: fit-content;
    margin-left: auto;
}

@media (min-width: 576px) {
    .footer-info-section {
        text-align:left;
    }
}

#header {
    --cnvs-primary-menu-hover-color: #E80D0F;
}

.frame.frame-layout-no-spacing {
    --frame-space-before: 0;
    --frame-space-after: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.frame.frame-layout-no-spacing-top {
    --frame-space-before: 0;
    padding-top: 0;
    margin-top: 0;
}
.frame.frame-layout-no-spacing-bottom {
    --frame-space-after: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#header-wrap #logo img {
  height: 60px;
    width: auto;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', system-ui, -apple-system, sans-serif;
  font-weight: 400;
}

h1, h2 {
  text-transform: uppercase;
}

body {
  font-family: 'Lato', system-ui, -apple-system, sans-serif;
  font-weight: 300;
}


.frame-background-light {
    --frame-background: #F9F9F9;
}

.text-column {
    margin-bottom: 0;
}

/* ----- | Icon Lists | ----- */
.list-normal {
  list-style: none;
  padding-left: 0;
}

.list-normal li {
  position: relative;
  padding-left: 1.5rem;
  break-inside: avoid;
}

.list-normal li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 15px;
  height: 15px;
  background-color: #E80D0F;
  border-radius: 50%;
}

/* ----- | Button | ----- */
.button,
.btn.btn-primary {
    color: #E80D0F;
    border: 1px solid #E80D0F;
    border-radius: 20px;
    background-color: transparent;
    font-weight: 500;
    text-shadow: none;
    text-transform: uppercase;
    padding: 8px 22px;
}
.button:hover,
.btn.btn-primary:hover { 
	  color: #FFF !important;
    background-color: #E80D0F !important;
}