.wp-block-guest-information {
  display: flex;
  gap: 30px;
  flex-direction: column;
  max-width: 1012px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .wp-block-guest-information {
    gap: 15px;
  }
}
.wp-block-guest-information .jumplinks-desktop {
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #181818;
  border-bottom: 1px solid #181818;
  padding: 40px 0;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .wp-block-guest-information .jumplinks-desktop {
    display: none;
  }
}
.wp-block-guest-information .jumplinks-desktop:before {
  content: "Jump to";
  position: absolute;
  top: -20px;
  left: 0;
  background-color: white;
  font-size: 22px;
  line-height: 35px;
  color: #181818;
  padding: 0 10px 0 0;
}
.wp-block-guest-information .jumplinks-desktop li a {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-size: 28px;
  line-height: 31px;
  font-weight: 600;
  color: #181818;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .wp-block-guest-information .jumplinks-desktop li a {
    font-size: 22px;
  }
}
.wp-block-guest-information .jumplinks-mobile {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  font-family: "futura-pt", sans-serif;
  border: 1px solid black;
  min-height: 32px;
  padding: 0 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 6'%3E%3Cpolygon class='st0' points='4.5,6 0,0 9,0 '/%3E%3C/svg%3E%0A");
  background-position: top 50% right 15px;
  background-repeat: no-repeat;
  background-size: 8px 6px;
  display: none;
}
@media screen and (max-width: 640px) {
  .wp-block-guest-information .jumplinks-mobile {
    display: block;
  }
}
.wp-block-guest-information h2 {
  font-size: 55px;
  line-height: 75px;
  color: #181818;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .wp-block-guest-information h2 {
    font-size: 40px;
  }
}
.wp-block-guest-information .section-content {
  background-color: #f1f1f1;
  padding: 48px;
}
@media screen and (max-width: 640px) {
  .wp-block-guest-information .section-content {
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.wp-block-guest-information .section-content h3 {
  font-size: 30px;
  line-height: 46px;
  font-weight: 600;
  color: #181818;
}
@media screen and (max-width: 640px) {
  .wp-block-guest-information .section-content h3 {
    font-size: 25px;
  }
}
.wp-block-guest-information .section-content p {
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 640px) {
  .wp-block-guest-information .section-content p {
    font-size: 14px;
    line-height: 22px;
  }
}
.wp-block-guest-information .section-content a.wp-element-button {
  border-color: #181818;
  background-color: #181818;
}
.wp-block-guest-information .section-content a.wp-element-button:hover {
  background-color: transparent;
  color: #181818;
}
.wp-block-guest-information .accordions {
  display: flex;
  gap: 25px;
  flex-direction: column;
}
.wp-block-guest-information .accordions .accordion {
  padding: 0 0 25px;
  border-bottom: 1px solid rgba(24, 24, 24, 0.3);
}
.wp-block-guest-information .accordions .accordion.expanded .accordion-title:before {
  transform: rotate(45deg);
}
.wp-block-guest-information .accordions .accordion .accordion-title {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 25px;
  line-height: 38px;
  font-weight: 600;
  color: #181818;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .wp-block-guest-information .accordions .accordion .accordion-title {
    font-size: 18px;
    line-height: 27px;
  }
}
.wp-block-guest-information .accordions .accordion .accordion-title:before {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 43px;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  background-color: #181818;
  font-size: 29px;
  font-weight: 600;
  color: white;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 640px) {
  .wp-block-guest-information .accordions .accordion .accordion-title:before {
    flex: 1 0 27px;
    width: 27px;
    height: 27px;
    font-size: 22px;
  }
}
.wp-block-guest-information .accordions .accordion .accordion-content {
  display: none;
  padding: 25px 0 0;
}
