* {
  text-align: center;
  box-sizing: border-box;
  /* margin: 5px 0px 5px 0px; */
  line-height: 1.2;
}

p,
ul,
li {
  text-align: left;
  font-family: "Roboto", Sans-serif;
  /* line-height: 1.4; */
}

li {
  line-height: 1.4;
  padding: 0px 0px 3px 0px;
}

p {
  margin: 20px 0px;
  font-family: "Roboto", Sans-serif;
}

/* div {
        border-width: 1px;
        border-color: black;
        border-style: solid;
    } */

h1,
h2,
h3 {
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  line-height: 1;
  margin: 10px 0px;
}

h1 {
  color: #00bf6f;
  font-size: 40px;
}

#headline {
  font-size: clamp(7vw, 678.4px);
}

h2 {
  font-size: 20px;
}

h3 {
  color: #00bf6f;
}

.button {
  background-color: #00bf6f;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  padding: 25px 50px;
  margin: 10px;
  border-radius: 6px;
  /* width: auto; */
  text-decoration: none;
  display: inline-block;
}

.button-text {
  color: #fff;
}

.button2 {
  background-color: #121524;
  font-family: "Roboto", Sans-serif;
  padding: 10px;
  margin: 10px;
  border-radius: 25px;
  /* width: auto; */
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button2-text {
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

.button3 {
  background-color: #00bf6f;
  font-family: "Playfair Display", Sans-serif;
  padding: 10px;
  margin: 5px;
  /* border-radius: 25px; */
  /* width: auto; */
  text-decoration: none;
  display: inline-block;
  border-radius: 10px;
}

.button3-text {
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

.image-div {
  text-align: left;
  padding: 0px 0px 0px 40px;
}

.fixedwidth {
  max-width: 678.4px;
  margin: auto;
}

.fixedwidth2 {
  max-width: 790px;
  margin: auto;
}

.maxwidth980 {
  max-width: 980px;
  margin: auto;
}

.maxwidth1140 {
  max-width: 1140px;
  margin: auto;
}

.responsive-two-column-grid {
  display: flex;
  flex-wrap: wrap;
}

.responsive-two-column-grid2 {
  display: flex;
  flex-wrap: wrap;
}

.responsive-two-column-grid2 > * {
  padding: 0;
  margin: 0;
  width: 100%;
}

.responsive-two-column-grid .one-third {
  padding: 0;
  margin: 0;
  width: 100%;
}

.responsive-two-column-grid .two-thirds {
  padding: 0;
  margin: 0;
  width: 100%;
}

.responsive-two-column-grid > * {
  padding: 0;
  margin: 0;
  width: 100%;
}

.three-column-grid {
  display: flex;
  flex-direction: row;
}

.three-column-grid > a {
  flex: 1;
}

.slider {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.slider > div > img {
  height: 500px;
}

.slider > div {
  flex-shrink: 0;
  /* width: 300px; */
  /* height: 300px; */
}

@media (min-width: 768px) {
  .responsive-two-column-grid > * {
    margin: auto;
    width: 50%;
  }

  .responsive-two-column-grid2 > * {
    margin: auto;
    width: 50%;
  }

  .responsive-two-column-grid .one-third {
    padding: 0;
    margin: 0;
    width: 33.3%;
  }

  .responsive-two-column-grid .two-thirds {
    padding: 0;
    margin: 0;
    width: 66.7%;
  }
}

@media (max-width: 630px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 15px;
  }
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 500px;
  max-width: 100%;
  margin: auto;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
}

.collapsible:hover,
.collapsible.active {
  background-color: #555;
}

.collapsible:after {
  content: "\002B";
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

/* Scoped to .collapsible — plain .active is used elsewhere (e.g. form steps) */
.collapsible.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

.morespace > * {
  padding: 10px;
}

.spacer {
  padding: 10px;
}

.banner-slide-in {
  animation: slideInFromTop 0.5s ease-out forwards;
  box-sizing: border-box;
  background: linear-gradient(90deg, #ff4d4d, #ff6b6b);
  padding: 2px 20px;
  text-align: center;
  border-bottom: 2px solid #ff3333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 0;
  width: 100%;
  line-height: 1.5;
}
