@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Onest:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  min-height: 100%;
  background: linear-gradient(180deg, rgb(255, 252, 243) 0%, rgb(218, 255, 253) 100%);
  font-optical-sizing: auto;
  font-style: normal;
  scroll-behavior: smooth;
}

/* media Queries */
a, img {
  text-decoration: none;
  outline: none;
}

ul, ol {
  list-style: none;
}

label {
  display: block;
  width: 100%;
  text-align: left;
  font: 400 16px "Onest", sans-serif;
  color: #555;
}
@media (max-width: 480px) {
  label {
    font-size: 14px;
  }
}
label span {
  color: #888;
}

input[type=text] {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  text-align: left;
  font: 500 17px "Onest", sans-serif;
  color: #222;
}
@media (max-width: 480px) {
  input[type=text] {
    font-size: 15px;
  }
}
input[type=text]:focus {
  outline: none;
  border-color: #363350;
}

textarea {
  width: 100%;
  height: 96px;
  border-radius: 8px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  text-align: left;
  font: 500 17px "Onest", sans-serif;
  color: #222;
}
@media (max-width: 480px) {
  textarea {
    font-size: 15px;
  }
}
textarea:focus {
  outline: none;
  border-color: #363350;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  padding: 6px 12px;
  background: url(../icons/dropdown.jpg) no-repeat right 6px center #fff;
  background-size: 22px;
  border: 1px solid #d0d0d0;
  text-align: left;
  font: 500 17px "Onest", sans-serif;
  color: #222;
}
@media (max-width: 480px) {
  select {
    font-size: 15px;
  }
}
select:focus {
  outline: none;
  border-color: #363350;
}

header {
  width: 100%;
  position: relative;
}
header img {
  display: block;
  width: 100%;
}
header .logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 106px 24px 0 24px;
}
@media (max-width: 768px) {
  header .logo {
    padding: 0 24px;
    position: unset;
  }
}
header .logo img {
  display: block;
  width: 100%;
  max-width: 648px;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1048px;
  display: flex;
  flex-flow: column;
  gap: 48px;
  padding: 0 24px 32px 24px;
}
@media (max-width: 1024px) {
  .wrapper {
    padding-top: 32px;
  }
}
.wrapper .thanks {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .thanks img {
  display: block;
  width: 100%;
  max-width: 72px;
}
.wrapper .heading {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.wrapper .heading h1 {
  text-align: center;
  font: 600 48px/1 "Libre Baskerville", serif;
  color: #FF5900;
}
@media (max-width: 480px) {
  .wrapper .heading h1 {
    font-size: 31px;
  }
}
.wrapper .heading h1 span {
  font-family: "Great Vibes", cursive;
}
.wrapper .heading h2 {
  text-align: center;
  font: 600 20px/1 "Libre Baskerville", serif;
  color: #000000;
}
@media (max-width: 480px) {
  .wrapper .heading h2 {
    font-size: 20px;
  }
}
.wrapper .heading h3 {
  text-align: center;
  font: 400 18px "Onest", sans-serif;
  color: #000000;
}
.wrapper .heading .highlights {
  width: 100%;
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 96px;
}
@media (max-width: 834px) {
  .wrapper .heading .highlights {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px;
  }
}
.wrapper .heading .highlights li {
  width: auto;
  display: inline-flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 834px) {
  .wrapper .heading .highlights li {
    align-items: center;
  }
}
.wrapper .heading .highlights li:last-child {
  align-items: flex-end;
}
@media (max-width: 834px) {
  .wrapper .heading .highlights li:last-child {
    align-items: center;
  }
}
.wrapper .heading .highlights li:last-child h3, .wrapper .heading .highlights li:last-child h4 {
  text-align: right;
}
@media (max-width: 834px) {
  .wrapper .heading .highlights li:last-child h3, .wrapper .heading .highlights li:last-child h4 {
    text-align: center;
  }
}
.wrapper .heading .highlights li h3 {
  text-align: left;
  font: 400 16px "Libre Baskerville", serif;
  color: #000000;
}
@media (max-width: 834px) {
  .wrapper .heading .highlights li h3 {
    text-align: center;
  }
}
.wrapper .heading .highlights li h4 {
  text-align: left;
  font: 400 21px/1.1 "Libre Baskerville", serif;
  color: #FF5900;
}
@media (max-width: 834px) {
  .wrapper .heading .highlights li h4 {
    text-align: center;
  }
}
.wrapper .heading .date {
  width: 100%;
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px) {
  .wrapper .heading .date {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.wrapper .heading .date dt {
  width: 100%;
  text-align: left;
  font: 400 16px "Libre Baskerville", serif;
  color: #000000;
}
@media (max-width: 480px) {
  .wrapper .heading .date dt {
    text-align: center;
  }
}
.wrapper .heading .date dt:last-child {
  text-align: right;
}
@media (max-width: 480px) {
  .wrapper .heading .date dt:last-child {
    text-align: center;
  }
}
.wrapper .heading p {
  text-align: center;
  font: 400 16px "Libre Baskerville", serif;
  color: #000000;
}
.wrapper .heading .attractions {
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  display: flex;
  flex-flow: column;
  gap: 12px;
  border: 1px solid #FF5900;
  background-color: rgba(255, 89, 0, 0.06);
}
.wrapper .heading .attractions b {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font: 400 18px "Libre Baskerville", serif;
  color: #000000;
  text-align: center;
}
.wrapper .heading .attractions p {
  text-align: center;
  text-transform: uppercase;
  font: 400 14px "Libre Baskerville", serif;
  color: #000000;
  text-align: center;
}
.wrapper .container {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 32px;
}
.wrapper .container .sections {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.wrapper .container .sections h2 {
  text-align: left;
  font: 500 25px "Libre Baskerville", serif;
  color: #000000;
}
@media (max-width: 480px) {
  .wrapper .container .sections h2 {
    font-size: 20px;
  }
}
.wrapper .container .sections .address {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.wrapper .container .sections ul {
  width: 100%;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 480px) {
  .wrapper .container .sections ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px;
  }
}
.wrapper .container .sections ul li {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.wrapper .container .sections dl {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.wrapper .container .sections dl dt {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.wrapper .container .sections dl dt input[type=radio] {
  flex-shrink: 0;
  cursor: pointer;
  margin: 3px 0 0 0;
}
.wrapper .container .sections dl dt label {
  padding: 0 0 0 8px;
  cursor: pointer;
}
.wrapper .container .sections table {
  width: 100%;
  border-collapse: collapse;
}
.wrapper .container .sections table tbody {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.wrapper .container .sections table tbody tr {
  width: 100%;
  text-align: left;
}
.wrapper .container .sections table tbody tr td {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.wrapper .container .sections table tbody tr td input[type=radio] {
  flex-shrink: 0;
  cursor: pointer;
  margin: 3px 0 0 0;
}
.wrapper .container .sections table tbody tr td label {
  padding: 0 0 0 8px;
  cursor: pointer;
}
.wrapper .container .sections .declaration {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.wrapper .container .sections .declaration input[type=checkbox] {
  flex-shrink: 0;
  cursor: pointer;
  margin: 2px 0 0 0;
}
.wrapper .container .sections .declaration label {
  padding: 0 0 0 8px;
  cursor: pointer;
}
.wrapper .save {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .save input[type=submit], .wrapper .save a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  max-width: 260px;
  height: 56px;
  border-radius: 8px;
  background-color: #4533D2;
  border: none;
  text-align: center;
  font: 500 17px/56px "Onest", sans-serif;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 480px) {
  .wrapper .save input[type=submit], .wrapper .save a {
    max-width: 100%;
    font-size: 15px;
  }
}
.wrapper .save input[type=submit]:focus, .wrapper .save input[type=submit]:hover, .wrapper .save a:focus, .wrapper .save a:hover {
  background-color: #3323a8;
}

footer {
  width: 100%;
  position: relative;
}
footer img {
  display: block;
  width: 100%;
}
footer .footer_inner {
  width: 100%;
  max-width: 1048px;
  padding: 24px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer .footer_inner {
    position: unset;
    flex-flow: column;
    gap: 4px;
    background-color: #8BB03E;
    padding: 16px 24px;
  }
}
footer .footer_inner p {
  text-align: left;
  font: 400 14px "Onest", sans-serif;
  color: #222;
}
footer .footer_inner p a {
  display: inline-block;
  width: auto;
  font: 500 14px "Onest", sans-serif;
  color: #222;
}
footer .footer_inner p a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */