html {
  overflow-x: hidden;
}


:root {
  --bs-primary: #d4310f;
  --bs-dark: black;
  --bs-dark-rgb: 0, 0, 0;
  --bs-link-color-rgb: 212, 49, 15;

  --bs-border-radius: 0;
  --bs-border-radius-sm: 0;
  --bs-border-radius-lg: 0;
  --bs-border-radius-xl: 0;
  --bs-primary-bg-subtle: transparent;
  --bs-border-color: #eee;
  --primary: #d4310f;
  --primaryh: #e44829;
  --violet-blue: #101585;
}

.btn {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--primary);
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--primaryh);
  --bs-btn-hover-border-color: var(--primaryh);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primaryh);
  --bs-btn-active-border-color: var(--primaryh);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5098c9;
  --bs-btn-disabled-border-color: #5098c9;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: white;
  background-color: var(--primaryh);
  border-color: var(--primaryh);
}

body {
  font-size: 1.25rem;
  font-family: 'Geist', 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}


h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: 800;
}

.overline span {
  font-size: 1rem;
  border-bottom: 2px solid var(--bs-primary);
  padding-bottom: .25rem;
  display: inline-flex !important;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.lead {
  font-size: 2rem;

}

.jumbotron .lead {
  font-size: 3rem;
}

.jumbotron .lead strong {
  font-weight: 800;
}

.main-content>.px-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.text-right {
  text-align: right !important;
}

#main-navbar {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4962185557816877) 0%, rgba(0, 0, 0, 0) 100%);
}

#main-navbar {
  -moz-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.main-navbarnav a.nav-link {
  font-size: 1.25rem;
  color: white;
  transition: all 300ms ease-in;
}

#main-navbar.navbar-shrink {
  background-color: transparent;
  transition: all 300ms ease-in;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4962185557816877) 0%, rgba(0, 0, 0, 0) 0%);
}

.navbar-shrink .main-navbarnav a.nav-link {
  color: black;
  transition: all 300ms ease-in;

}

a.navbar-brand img {
  max-height: 60px;
  width: auto;
}

a.navbar-brand {
  display: flex;
  align-items: center;
  color: white;
  font-size: 2rem;
  position: relative;
  top: -0.1rem;
  transition: all 300ms ease-in;
  text-transform: uppercase;
}

a.navbar-brand:hover {
  color: white;
  transition: all 300ms ease-in;
}

.navbar-shrink a.navbar-brand {
  color: black;
  transition: all 300ms ease-in;
}

.navbar-shrink a.navbar-brand:hover {
  color: black;
  transition: all 300ms ease-in;
}

.navbar-brand>img {
  max-height: 60px;
  width: auto;
}


.shrink .navbar-nav .nav-link.active,
.shrink .navbar-nav .nav-link.show {
  color: white;
}

.navbar-shrink .navbar-nav .nav-link.active,
.navbar-shrink .navbar-nav .nav-link.show {
  color: var(--violet-blue);
}

.navbar-nav a.nav-link {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.ce-textmedia li {
  padding-bottom: 0.5rem;
}

.frame-layout-1,
.frame-layout-1 * {
  color: white;
}

.frame-layout-1 h2 {
  font-size: 5rem;
}

/* .vh-100 {
  height: calc(100vh - 100px) !important;
} */
.jumbotext h2 {
  font-size: 4rem;
}

@media (min-width:1200px) {
  .w-lg-75 {
    width: 100%;
    max-width: 75%;
  }

  .w-lg-66 {
    width: 100%;
    max-width: 66.66666%;
  }

  .w-lg-50 {
    width: 100%;
    max-width: 50%;
  }

  .ms-lg-10 {
    margin-left: 6rem;
  }

  .ps-lg-10 {
    padding-left: 6rem;
  }

  .me-lg-10 {
    margin-right: 6rem;
  }

  .pe-lg-10 {
    padding-right: 6rem;
  }
}

.gradient-x {
  background: rgb(229, 238, 238);
  background: linear-gradient(90deg, rgba(229, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.gradient-x2 {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(229, 238, 238, 1) 100%);
}

.gradient-x-dark {
  background: rgb(44, 124, 177);
  background: linear-gradient(90deg, rgba(44, 124, 177, 1) 0%, rgba(1, 21, 49, 1) 100%);
}

.gradient-x-dark-inv {
  background: rgb(44, 124, 177);
  background: linear-gradient(90deg, rgba(1, 21, 49, 1) 0%, rgba(44, 124, 177, 1) 100%);
}

.bg-blue-violet {
  background-color: var(--violet-blue) !important;
}

button.accordion-button.mainheader {
  font-weight: 700;
  font-size: 1.33333rem;
}


.accordion-item {
  border-width: 0;
}

.accordion {
  --bs-accordion-btn-icon-width: 1.75rem;
  --bs-accordion-btn-icon-height: 1.75rem;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
  border-bottom: 3px solid var(--primary);
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.accordion-button::after {
  margin-left: 1rem;
}

.accordion-button:not(.collapsed),
.accordion-button.collapsed {
  color: var(--primary);
  font-size: 1.25rem;
}


.form-control,
.form-input,
.form-select {
  display: block;
  width: 100%;
  padding: .75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #eee;
  background-clip: padding-box;
  border: var(--bs-border-width) solid #eee;
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-bottom: 3px solid var(--violet-blue);
}

select.form-control {
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  -ms-appearance: menulist !important;
  -o-appearance: menulist !important;
  appearance: menulist !important;
}

span.mandatory {
  margin-left: 0.25rem;
}


footer#page-footer {
  background-color: black !important;
}

.footer a {
  color: #ccc;
  text-decoration: none;
}

.footer a:hover,
.footer a:active,
.footer a:focus {
  color: #ccc;
  text-decoration: underline;
}

.footer .fa-solid.fa-at {
  font-size: 1rem;
}

/* .teaser-hover>.row figure {
  box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
}

.teaser-hover>.row>[class*="col"]:first-child figure {
  overflow: hidden;
  transform: rotate(0) scale(1);
  transition: all 300ms ease;
}
.teaser-hover>.row>[class*="col"]:last-child figure {
  overflow: hidden;
  transform: rotate() scale(1);
  transition: all 300ms ease;
}

.teaser-hover>.row>[class*="col"] figure:hover {
  transform: rotate(0) scale(1.2);
  transition: all 300ms ease;
  box-shadow: 0 0 3rem 0 rgb(0 0 0 / 20%);
}
.teaser-hover>.row>[class*="col"] figure:hover {
  transform: rotate(0) scale(1.2);
  transition: all 300ms ease;
  box-shadow: 0 0 3rem 0 rgb(0 0 0 / 20%);
} */

@media screen and (max-width:992px) {

  body {
    font-size: 14px;
  }

  .jumbotron .lead {
    font-size: 1.75rem;
  }

  /* start jumbo content */
  section#s-53 {
    max-height: 40vh !important;
    padding-bottom: 5rem !important;
  }

  .h1,
  h1 {
    font-size: 1.25rem;
  }

  .h2,
  h2 {
    font-size: 1.15rem;
  }

  .h3,
  h3 {
    font-size: 1.1rem;
  }

  .h4,
  h4 {
    font-size: 1.05rem;
  }

  .lead {
    font-size: 1.5rem;
  }

  .form-control,
  .form-input,
  .form-select {
    font-size: 1rem;
  }

  button.accordion-button.mainheader {
    font-weight: 700;
    font-size: 1rem;
  }

  .btn {
    font-size: 1rem;

  }

  button.navbar-toggler {
    background-color: white;
    padding: 0.25rem !important;
  }

  .navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    background-color: white;
    color: black;
    box-shadow: 0 0.2rem 0.1rem rgb(0 0 0 / 0.5);
  }

  .navbar-nav a.nav-link {
    color: dimgray;
  }

  .shrink .navbar-nav .nav-link.active,
  .shrink .navbar-nav .nav-link.show {
    color: black;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: black;
  }
}


/* Generic tablet portrait & small landscape (e.g. iPad portrait, many Android tablets) */
@media (min-width: 600px) and (max-width: 899px) {
  /* tablet-small styles */
}

/* Larger tablets (iPad landscape, iPad Pro 10.5/11 portrait, etc.) */
@media (min-width: 900px) and (max-width: 1199px) {
  /* tablet-medium styles */
}

/* Very large tablets (12.9" iPad Pro portrait/landscape before desktop layout kicks in) */
@media (min-width: 1200px) and (max-width: 1366px) {
  /* tablet-large styles */
}



/* Any iPad-ish standard size (768–1024) */
@media (min-width: 768px) and (max-width: 1024px) {

  body {
    font-size: 14px;
  }

  .navbar-nav a.nav-link {
    padding-left: .66666rem !important;
    padding-right: .66666rem !important;
    font-size: 1rem;
  }

  .jumbotron .lead {
    font-size: 1.75rem;
  }

  /* start jumbo content */
  section#s-53 {
    max-height: 72vh !important;
    padding-bottom: 3rem !important;
  }

  .h1,
  h1 {
    font-size: 1.25rem;
  }

  .h2,
  h2 {
    font-size: 1.15rem;
  }

  .h3,
  h3 {
    font-size: 1.1rem;
  }

  .h4,
  h4 {
    font-size: 1.05rem;
  }

  .form-control,
  .form-input,
  .form-select {
    font-size: 1rem;
  }

  button.accordion-button.mainheader {
    font-weight: 700;
    font-size: 1rem;
  }

  .btn {
    font-size: 1rem;

  }

}

/* Portrait only */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

  /* iPad portrait */
  section#s-53 {
    max-height: 40vh !important;
    padding-bottom: 1rem !important;
    padding-top: 3rem !important;
  }
}

/* Landscape only */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* iPad landscape */
}