body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.bg-body-tertiary {
  background-color: #ffffff !important;
}

.formkit-form[data-uid="0be6a8018a"][min-width~="700"] [data-style="clean"], .formkit-form[data-uid="0be6a8018a"][min-width~="800"] [data-style="clean"] {
  padding: 0 !important;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4 {
  font-family: "Stack Sans Notch", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1 {
  font-size: 4rem;
  font-weight: 600;
}

h2 {
  font-size: 2.5rem;
  font-weight: 500;
}

h3 {
  font-size: 1.5rem;
  font-weight: 500;
}

a {
  color: #ff5d00; /* Bright Orange-Red: ff5d00, Vibrant purple: 914ac9 and b500ff, Faded purple: a44ac9, de8619 or 9c49ff, a456fb ffa400 97fbcb */ /* 384fa3 0171e2 */
}

a:hover {
  color: #b44000; /* Blue: #0084ff */
}

.brand-name {
  font-size: 1.5rem;
  font-family: "Stack Sans Notch", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #222;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: #ff5d00; /* Blue: #0084ff */
}

.bg-light-orange {
  background-color: #fff7f3; /* Original, muted: f8f3f0 */
}

.bg-light-orange-grey {
  background-color: #f7f6f4;
}

.bg-dark-black-orange {
  background-color: #221e1c;
}

.bg-dark-black-blue {
  background-color: #212633;
}

.bg-light-blue-grey {
  background-color: #f4f5f7;
}

.eyelid {
  padding: 5px 10px;
  color: #ff5d00;
  background-color: #fff7f3;
}

/* Border Radius */
.br-0 {
  border-radius: 0px;
}

.br-4 {
  border-radius: 4px;
}

.br-6 {
  border-radius: 6px;
}

.br-8 {
  border-radius: 8px;
}

.br-16 {
  border-radius: 16px;
}

p,
blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

p,
li,
table,
.btn,
.formkit-input,
.formkit-submit {
  font-size: 1.1rem;
  font-weight: 375;
}

small {
  font-size: 0.9rem !important;
}

blockquote {
  border-left: solid 3px #ddd;
  padding: 0.5rem 1rem;
  background-color: #fff;
}

blockquote p {
  margin: 0;
}

.btn {
  font-size: 1rem !important;
  color: #fff;
  border-color: #ff5d00; /* #0084ff */
  background-color: #ff5d00;
  padding: 12px 24px;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active,
.btn:hover,
.btn:focus-visible {
  color: #fff;
  border-color: #303645;
  background-color: #303645;
}

.btn:focus, .btn:active:focus {
  box-shadow: 0 0 0 0.25rem #ffd9c0;
  outline: none;
}

.btn:focus-visible {
  box-shadow: 0 0 0 0.25rem #ffd9c0;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 850px;
  }
}

@media (min-width: 1281px) {
}

@media (min-width: 1200px) and (max-width: 1280px) {
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1199px) {
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  h1 {
    font-size: 3rem;
    font-weight: 600;
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.75rem;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.75rem;
  }
}