@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #E5E7EB;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
  background-color: #FFFFFF;
  color: #374151;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9CA3AF;
}

button,
[role=button] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

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

[hidden] {
  display: none;
}

body {
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #374151;
}

h1 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: #374151;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.75rem;
  }
}

h2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  color: #374151;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  color: #374151;
  margin-bottom: 0.75rem;
}

h4,
h5,
h6 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  color: #374151;
  margin-bottom: 0.5rem;
}

p {
  font-size: 1rem;
  line-height: 1.75;
  color: #4B5563;
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

.lead {
  font-size: 1.125rem;
  line-height: 1.75;
  color: #4B5563;
  margin-bottom: 1.5rem;
}

a {
  color: #CD4B27;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
a:hover {
  color: #D96A4B;
}
a:focus {
  outline: 2px solid #CD4B27;
  outline-offset: 2px;
}

ul,
ol {
  margin-bottom: 1rem;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

li {
  margin-bottom: 0.25rem;
}
li:last-child {
  margin-bottom: 0;
}

.content-list {
  list-style-type: disc;
  margin-left: 1.5rem;
}
.content-list--ordered {
  list-style-type: decimal;
}
.content-list li {
  font-size: 1rem;
  line-height: 1.75;
  color: #4B5563;
  margin-bottom: 0.5rem;
}

blockquote {
  border-left: 4px solid #CD4B27;
  padding-left: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #4B5563;
}
blockquote p {
  margin-bottom: 0.5rem;
}
blockquote cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #4B5563;
  font-style: normal;
}
blockquote cite::before {
  content: "— ";
}

.text-small {
  font-size: 0.875rem;
  color: #4B5563;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-brand {
  color: #CD4B27;
}

.text-white {
  color: #FFFFFF;
}

.text-gray {
  color: #4B5563;
}

.text-gray-dark {
  color: #374151;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

@media (min-width: 640px) {
  .text-sm-lg {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .text-md-xl {
    font-size: 1.25rem;
  }
  .text-md-2xl {
    font-size: 1.5rem;
  }
}
.container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container-content {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .container-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.section {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .section {
    padding: 6rem 0;
  }
}
.section--sm {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .section--sm {
    padding: 3rem 0;
  }
}
.section--lg {
  padding: 6rem 0;
}
@media (min-width: 768px) {
  .section--lg {
    padding: 8rem 0;
  }
}

.grid {
  display: grid;
  gap: 1.5rem;
}
.grid--2 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid--3 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid--4 {
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid--gap-sm {
  gap: 0.75rem;
}
.grid--gap-lg {
  gap: 2rem;
}

.flex {
  display: flex;
}
.flex--center {
  align-items: center;
  justify-content: center;
}
.flex--between {
  justify-content: space-between;
}
.flex--around {
  justify-content: space-around;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--column {
  flex-direction: column;
}
.flex--items-center {
  align-items: center;
}
.flex--items-start {
  align-items: flex-start;
}
.flex--items-end {
  align-items: flex-end;
}
.flex--justify-center {
  justify-content: center;
}
.flex--justify-start {
  justify-content: flex-start;
}
.flex--justify-end {
  justify-content: flex-end;
}

.two-column {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .two-column {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .two-column--reverse {
    direction: rtl;
  }
  .two-column--reverse > * {
    direction: ltr;
  }
}
@media (min-width: 1024px) {
  .two-column--60-40 {
    grid-template-columns: 1.5fr 1fr;
  }
}
@media (min-width: 1024px) {
  .two-column--40-60 {
    grid-template-columns: 1fr 1.5fr;
  }
}

.content--narrow {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}
.content--wide {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}

.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}

.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}

.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}

.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}

.hidden {
  display: none;
}

@media (min-width: 640px) {
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hidden-lg {
    display: none;
  }
}

.show-sm {
  display: none;
}
@media (min-width: 640px) {
  .show-sm {
    display: block;
  }
}

.show-md {
  display: none;
}
@media (min-width: 768px) {
  .show-md {
    display: block;
  }
}

.show-lg {
  display: none;
}
@media (min-width: 1024px) {
  .show-lg {
    display: block;
  }
}

.header {
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav__container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 640px) {
  .nav__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .nav__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.nav__brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
.nav__logo {
  height: 4rem;
  width: auto;
}
.nav__logo--secondary {
  height: 4rem;
  width: auto;
}
.nav__toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media (min-width: 1024px) {
  .nav__toggle {
    display: none;
  }
}
.nav__toggle:focus {
  outline: 2px solid #CD4B27;
  outline-offset: 2px;
}
.nav__toggle-bar {
  width: 1.25rem;
  height: 2px;
  background-color: #374151;
  margin: 2px 0;
  transition: all 0.3s ease;
}
.nav__toggle--open .nav__toggle-bar:first-child {
  transform: rotate(45deg) translate(5px, 5px);
}
.nav__toggle--open .nav__toggle-bar:nth-child(2) {
  opacity: 0;
}
.nav__toggle--open .nav__toggle-bar:last-child {
  transform: rotate(-45deg) translate(7px, -6px);
}
.nav__menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
@media (min-width: 1024px) {
  .nav__menu {
    display: flex;
    flex-direction: row;
    position: static;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    gap: 2rem;
  }
}
.nav__menu--open {
  display: flex;
}
.nav__item {
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .nav__item {
    margin-bottom: 0;
  }
}
.nav__link {
  display: block;
  padding: 0.5rem 0;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
  border-bottom: 2px solid transparent;
}
@media (min-width: 1024px) {
  .nav__link {
    padding: 0.5rem 0;
    border-bottom-width: 2px;
  }
}
.nav__link:hover {
  color: #CD4B27;
}
.nav__link:focus {
  outline: 2px solid #CD4B27;
  outline-offset: 2px;
}
.nav__link--active {
  color: #CD4B27;
  border-bottom-color: #CD4B27;
}
.nav__link--cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0.5rem;
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  background-color: #CD4B27;
  color: #FFFFFF;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border-bottom: none;
  margin-top: 0.5rem;
  text-align: center;
}
.nav__link--cta:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.nav__link--cta:hover:not(:disabled) {
  background-color: #D96A4B;
  color: #FFFFFF !important;
}
.nav__link--cta:focus {
  color: #FFFFFF !important;
  outline: 2px solid #CD4B27;
  outline-offset: 2px;
}
@media (min-width: 1024px) {
  .nav__link--cta {
    margin-top: 0;
    margin-left: 1rem;
  }
}
.nav__link--cta:hover {
  color: #FFFFFF;
  background-color: #D96A4B;
}

.nav-open {
  overflow: hidden;
}
.nav-open .nav__menu {
  display: flex;
}
.nav-open .nav__toggle .nav__toggle-bar:first-child {
  transform: rotate(45deg) translate(5px, 5px);
}
.nav-open .nav__toggle .nav__toggle-bar:nth-child(2) {
  opacity: 0;
}
.nav-open .nav__toggle .nav__toggle-bar:last-child {
  transform: rotate(-45deg) translate(7px, -6px);
}

.footer {
  background-color: #374151;
  color: #FFFFFF;
  padding: 4rem 0 2rem;
}
.footer__container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .footer__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .footer__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.footer__content {
  display: grid;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .footer__content {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .footer__content {
    grid-template-columns: 1fr 3fr;
  }
}
.footer__brand {
  text-align: center;
}
@media (min-width: 768px) {
  .footer__brand {
    text-align: left;
  }
}
.footer__logo {
  height: 3rem;
  width: auto;
  margin-bottom: 1rem;
}
.footer__description {
  font-size: 1rem;
  line-height: 1.75;
  color: #4B5563;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
.footer__links {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .footer__links {
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer__column {
  text-align: center;
}
@media (min-width: 768px) {
  .footer__column {
    text-align: left;
  }
}
.footer__heading {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #FFFFFF;
}
.footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__link {
  display: block;
  padding: 0.25rem 0;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.footer__link:hover {
  color: #FFFFFF;
}
.footer__link:focus {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
}
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 2rem;
  text-align: center;
}
.footer__copyright {
  font-size: 1rem;
  line-height: 1.75;
  color: #4B5563;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  font-size: 0.875rem;
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero--fullscreen {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
}
.hero__background {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: 1;
}
.hero__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(205, 75, 39, 0.8) 0%, rgba(205, 75, 39, 0.6) 50%, rgba(205, 75, 39, 0.8) 100%);
  z-index: 2;
}
.hero__container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 3;
  text-align: center;
  color: #FFFFFF;
  padding-top: 2rem;
}
@media (min-width: 640px) {
  .hero__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .hero__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .hero__container {
    padding-top: 1rem;
  }
}
.hero__content--centered {
  max-width: 50rem;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .hero__content--centered {
    max-width: 60rem;
  }
}
@media (min-width: 1600px) {
  .hero__content--centered {
    max-width: 70rem;
  }
}
.hero__logo {
  margin-bottom: 0.5rem;
  text-align: center;
}
.hero__logo-img {
  height: 8rem;
  width: auto;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .hero__logo-img {
    height: 10rem;
  }
}
.hero__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #FFFFFF !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .hero__title {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .hero__title--large {
    font-size: 4.5rem;
  }
}
.hero__subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #FFFFFF !important;
  opacity: 0.95;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .hero__subtitle {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .hero__subtitle--large {
    font-size: 1.75rem;
  }
}
.hero__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .hero__actions {
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .hero--fullscreen {
    padding-bottom: 2rem;
  }
}
.hero__tertiary-logo {
  margin-top: 1rem;
  text-align: center;
}
.hero__tertiary-logo-img {
  display: block;
  margin: 0 auto;
  height: 6rem;
  width: auto;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  transition: transform 0.3s ease;
}
.hero__tertiary-logo-img:hover {
  transform: scale(1.05);
}

.btn--cta {
  background: linear-gradient(135deg, #ff6b35 0%, #cd4b27 100%);
  border: none;
  box-shadow: 0 4px 15px rgba(205, 75, 39, 0.4);
  transform: translateY(0);
  transition: all 0.3s ease;
  color: #FFFFFF;
}
.btn--cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(205, 75, 39, 0.6);
  background: linear-gradient(135deg, #ff8f5f 0%, #ff6b35 100%);
  color: #FFFFFF !important;
}

.hero .btn--secondary {
  background: linear-gradient(135deg, #ff6b35 0%, #cd4b27 100%);
  color: #FFFFFF;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 15px rgba(205, 75, 39, 0.3);
  transform: translateY(0);
  transition: all 0.3s ease;
}
.hero .btn--secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(205, 75, 39, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  background: linear-gradient(135deg, #ff7a45 0%, #dd5537 100%);
}

.benefits-preview {
  padding: 4rem 0;
  background-color: #FFFFFF;
}
.benefits-preview__title {
  text-align: center;
  margin-bottom: 3rem;
  color: #374151;
}
.benefits-preview__grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .benefits-preview__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.benefit-card {
  text-align: center;
  padding: 1.5rem;
}
.benefit-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background-color: rgba(205, 75, 39, 0.1);
  border-radius: 9999px;
  margin: 0 auto 1rem;
  color: #CD4B27;
}
.benefit-card__svg {
  width: 2rem;
  height: 2rem;
}
.benefit-card__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.75rem;
  color: #374151;
}
.benefit-card__description {
  font-size: 1rem;
  line-height: 1.75;
  color: #4B5563;
  margin-bottom: 0;
}

.roof-types-preview {
  padding: 4rem 0;
  background-color: #F3F4F6;
}
.roof-types-preview .container {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .roof-types-preview .container {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
.roof-types-preview__content {
  text-align: center;
}
@media (min-width: 1024px) {
  .roof-types-preview__content {
    text-align: left;
  }
}
.roof-types-preview__title {
  margin-bottom: 1rem;
  color: #374151;
}
.roof-types-preview__description {
  font-size: 1.125rem;
  line-height: 1.75;
  color: #4B5563;
  margin-bottom: 1.5rem;
}
.roof-types-preview__cards {
  display: grid;
  gap: 1rem;
}

.roof-type-card {
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .roof-type-card {
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  .roof-type-card {
    text-align: left;
  }
}
.roof-type-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #CD4B27;
}
.roof-type-card__description {
  font-size: 1rem;
  line-height: 1.75;
  color: #4B5563;
  margin-bottom: 0;
}

.certifications-preview {
  padding: 4rem 0;
  background-color: #FFFFFF;
  text-align: center;
}
.certifications-preview__title {
  margin-bottom: 2rem;
  color: #374151;
}
.certifications-preview__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .certifications-preview__logos {
    gap: 3rem;
  }
}

.cert-logo {
  height: 4rem;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.cert-logo:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .cert-logo {
    height: 5rem;
  }
}

.cta {
  padding: 4rem 0;
  background-color: #CD4B27;
  text-align: center;
}
.cta__content {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .cta__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cta__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .cta__title {
    font-size: 2.25rem;
  }
}
.cta__description {
  font-size: 1.125rem;
  line-height: 1.75;
  color: #4B5563;
  color: #FFFFFF;
  margin-bottom: 2rem;
  opacity: 0.9;
}
.cta .btn--primary {
  background-color: #FFFFFF;
  color: #CD4B27;
}
.cta .btn--primary:hover {
  background-color: #F3F4F6;
  color: #A23A1F;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0.5rem;
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn--sm {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}
.btn--lg {
  font-size: 1.125rem;
  padding: 1rem 2rem;
}
.btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0.5rem;
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  background-color: #CD4B27;
  color: #FFFFFF;
}
.btn--primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn--primary:hover:not(:disabled) {
  background-color: #D96A4B;
  color: #FFFFFF !important;
}
.btn--primary:focus {
  color: #FFFFFF !important;
  outline: 2px solid #CD4B27;
  outline-offset: 2px;
}
.btn--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0.5rem;
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  background-color: transparent;
  color: #CD4B27;
  border: 1px solid #CD4B27;
}
.btn--secondary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn--secondary:hover:not(:disabled) {
  background-color: #CD4B27;
  color: #FFFFFF;
}
.btn--secondary:focus {
  outline: 2px solid #CD4B27;
  outline-offset: 2px;
}
.btn--outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0.5rem;
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  background-color: transparent;
  color: #374151;
  border: 1px solid #D1D5DB;
}
.btn--outline:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn--outline:hover:not(:disabled) {
  background-color: #F3F4F6;
  border-color: #4B5563;
}
.btn--outline:focus {
  outline: 2px solid #CD4B27;
  outline-offset: 2px;
}
.btn--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0.5rem;
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  background-color: transparent;
  color: #374151;
}
.btn--ghost:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn--ghost:hover:not(:disabled) {
  background-color: #F3F4F6;
}
.btn--ghost:focus {
  outline: 2px solid #CD4B27;
  outline-offset: 2px;
}
.btn--block {
  width: 100%;
  justify-content: center;
}
.btn--icon {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.btn--icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.btn-group {
  display: flex;
  gap: 0.75rem;
}
.btn-group--center {
  justify-content: center;
}
.btn-group--right {
  justify-content: flex-end;
}
.btn-group--vertical {
  flex-direction: column;
}
.btn-group--vertical .btn {
  width: 100%;
}
@media (min-width: 640px) {
  .btn-group--responsive {
    flex-direction: row;
  }
  .btn-group--responsive .btn {
    width: auto;
  }
}

.form__group {
  margin-bottom: 1.5rem;
}
.form__label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #374151;
}
.form__input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #D1D5DB;
  border-radius: 0.5rem;
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form__input::placeholder {
  color: #9CA3AF;
}
.form__input:focus {
  outline: none;
  border-color: #CD4B27;
  box-shadow: 0 0 0 2px rgba(205, 75, 39, 0.2);
}
.form__input:disabled {
  background-color: #F3F4F6;
  cursor: not-allowed;
}
.form__textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #D1D5DB;
  border-radius: 0.5rem;
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  resize: vertical;
  min-height: 6rem;
}
.form__textarea::placeholder {
  color: #9CA3AF;
}
.form__textarea:focus {
  outline: none;
  border-color: #CD4B27;
  box-shadow: 0 0 0 2px rgba(205, 75, 39, 0.2);
}
.form__textarea:disabled {
  background-color: #F3F4F6;
  cursor: not-allowed;
}
.form__select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #D1D5DB;
  border-radius: 0.5rem;
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form__select::placeholder {
  color: #9CA3AF;
}
.form__select:focus {
  outline: none;
  border-color: #CD4B27;
  box-shadow: 0 0 0 2px rgba(205, 75, 39, 0.2);
}
.form__select:disabled {
  background-color: #F3F4F6;
  cursor: not-allowed;
}
.form__help {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #4B5563;
}
.form__error {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc2626;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
}
.modal--visible {
  display: flex;
}
.modal__content {
  background-color: #FFFFFF;
  margin: auto;
  padding: 2rem;
  border: 1px solid #E5E7EB;
  border-radius: 0.75rem;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
  animation: modal-fade-in 0.3s ease-out;
}
.modal__close {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  color: #4B5563;
  font-size: 2rem;
  font-weight: 700;
  background: none;
  border: none;
  cursor: pointer;
}
.modal__close:hover, .modal__close:focus {
  color: #374151;
  text-decoration: none;
}
.modal__icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.modal__icon--success {
  color: #10B981;
}
.modal__icon--error {
  color: #EF4444;
}
.modal__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
.modal__message {
  font-size: 1rem;
  line-height: 1.75;
  color: #4B5563;
  margin-bottom: 1.5rem;
  color: #374151;
}
.modal .btn {
  margin-top: 0.5rem;
}

@keyframes modal-fade-in {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.checkbox,
.radio {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.checkbox__input,
.radio__input {
  margin-top: 0.125rem;
}
.checkbox__label,
.radio__label {
  font-weight: 400;
  margin-bottom: 0;
}

.card {
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .card {
    padding: 2rem;
  }
}
.card--shadow {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.card--shadow-sm {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.card--border {
  border: 1px solid #E5E7EB;
  box-shadow: none;
}
.card--hover {
  transition: all 0.15s ease-in-out;
}
.card--hover:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.card-header {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #E5E7EB;
}
.card-header__title {
  margin-bottom: 0.25rem;
}
.card-header__subtitle {
  color: #4B5563;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.card-footer {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #E5E7EB;
}

.photo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .photo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.photo-grid__item {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  aspect-ratio: 4/3;
}
.photo-grid__item:hover .photo-grid__image {
  transform: scale(1.05);
}
.photo-grid__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-out;
}
.photo-grid__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 1rem;
  z-index: 1;
}
.photo-grid__text {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
}

.single-photo-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.single-photo-wrapper .photo-grid__item {
  width: 100%;
  max-width: 380px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.h-full {
  height: 100%;
}

.h-auto {
  height: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.rounded {
  border-radius: 0.5rem;
}

.rounded-lg {
  border-radius: 0.75rem;
}

.rounded-xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.shadow-none {
  box-shadow: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-gray-light {
  background-color: #F3F4F6;
}

.bg-brand {
  background-color: #CD4B27;
}

.bg-brand-light {
  background-color: rgba(205, 75, 39, 0.1);
}

.border {
  border: 1px solid #E5E7EB;
}

.border-t {
  border-top: 1px solid #E5E7EB;
}

.border-b {
  border-bottom: 1px solid #E5E7EB;
}

.border-l {
  border-left: 1px solid #E5E7EB;
}

.border-r {
  border-right: 1px solid #E5E7EB;
}

.border-none {
  border: none;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.select-none {
  user-select: none;
}

.select-text {
  user-select: text;
}

.select-all {
  user-select: all;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.transform {
  transform: translateZ(0);
}

.translate-y-1 {
  transform: translateY(0.25rem);
}

.translate-y-2 {
  transform: translateY(0.5rem);
}

.-translate-y-1 {
  transform: translateY(-0.25rem);
}

.-translate-y-2 {
  transform: translateY(-0.5rem);
}

.transition {
  transition: all 0.15s ease-in-out;
}

.transition-colors {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.transition-transform {
  transition: transform 0.15s ease-in-out;
}

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 1060;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.loader-overlay--visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}

.loader-spinner {
  border: 4px solid rgba(205, 75, 39, 0.1);
  border-top: 4px solid #CD4B27;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.loader-text {
  margin-top: 1rem;
  font-size: 1.125rem;
  color: #A23A1F;
  font-weight: 500;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.comparison-slider {
  padding: 4rem 0;
  background-color: #f8f9fa;
  text-align: center;
}

.comparison-slider__title {
  margin-bottom: 2rem;
}

.image-compare {
  width: 80%;
  margin: 0 auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 640px) {
  .container-sm {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container-md {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container-lg {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container-xl {
    max-width: 1280px;
  }
}
@media (min-width: 640px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .text-lg-center {
    text-align: center;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
}
@media (min-width: 640px) {
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-col {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-col {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-col {
    flex-direction: column;
  }
}
@media (min-width: 640px) {
  .p-sm-0 {
    padding: 0;
  }
  .p-sm-4 {
    padding: 1rem;
  }
  .p-sm-6 {
    padding: 1.5rem;
  }
  .p-sm-8 {
    padding: 2rem;
  }
  .m-sm-0 {
    margin: 0;
  }
  .m-sm-4 {
    margin: 1rem;
  }
  .m-sm-6 {
    margin: 1.5rem;
  }
  .m-sm-8 {
    margin: 2rem;
  }
}
@media (min-width: 768px) {
  .p-md-0 {
    padding: 0;
  }
  .p-md-4 {
    padding: 1rem;
  }
  .p-md-6 {
    padding: 1.5rem;
  }
  .p-md-8 {
    padding: 2rem;
  }
  .m-md-0 {
    margin: 0;
  }
  .m-md-4 {
    margin: 1rem;
  }
  .m-md-6 {
    margin: 1.5rem;
  }
  .m-md-8 {
    margin: 2rem;
  }
}
@media (min-width: 1024px) {
  .p-lg-0 {
    padding: 0;
  }
  .p-lg-4 {
    padding: 1rem;
  }
  .p-lg-6 {
    padding: 1.5rem;
  }
  .p-lg-8 {
    padding: 2rem;
  }
  .m-lg-0 {
    margin: 0;
  }
  .m-lg-4 {
    margin: 1rem;
  }
  .m-lg-6 {
    margin: 1.5rem;
  }
  .m-lg-8 {
    margin: 2rem;
  }
}

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