.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.image {
  text-align: center;
  object-fit: fill;
  border-radius: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 3px 3px 10px -2px #000;
}

.link {
  height: 40px;
  text-align: center;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Vollkorn, serif;
  line-height: 40px;
  display: block;
}

.section {
  height: 60px;
}

.container {
  max-width: 1300px;
  padding-top: 40px;
}

.image-3 {
  width: 400px;
}

.image-2 {
  width: 450px;
}

.div-block-4 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.form-block {
  width: auto;
  min-width: 100%;
}

.form {
  width: auto;
  max-width: 0;
  min-width: 100%;
  text-align: left;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-8 {
  width: 80px;
  text-align: left;
  border-radius: 14px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 1px 1px 4px #000;
}

.field-label {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-field {
  height: 45px;
  border: 1px solid rgba(0, 0, 0, .39);
  border-radius: 11px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.submit-button {
  width: 130px;
  height: 45px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.div-block-5 {
  max-width: 600px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, .6);
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 20px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  box-shadow: 1px 1px 4px -2px #000;
}

.div-block-5.signup-form {
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.gallery-slide-nav {
  display: none;
}

.paragraph-3 {
  color: #face6a;
  margin-top: 13px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.heading-12 {
  margin-top: 13px;
  font-family: Lato, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 42px;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.paragraph-2 {
  color: #3b99d9;
  margin-top: 6px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.paragraph {
  margin-top: 16px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 22px;
}

.gallery-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.div-block-6 {
  z-index: -5;
  width: auto;
  height: auto;
  object-fit: fill;
  background-image: linear-gradient(#09c3db, #e7c496);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.html-embed {
  z-index: -4;
  width: 100%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-2 {
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-1 {
  height: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 48px;
  line-height: 30px;
}

.heading-2 {
  height: 80px;
  color: rgba(255, 255, 255, .93);
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.section-3 {
  display: block;
}

.link-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  margin-top: 40px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.body-2 {
  -webkit-text-fill-color: inherit;
  background-color: #e7c496;
  background-image: linear-gradient(#09c3db, #09c3db 50%, #e7c496 50%, #e7c496);
  background-clip: border-box;
  margin: 0;
}

.div-block-7 {
  z-index: -1;
  width: auto;
  height: auto;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, .4);
  border-radius: 20px;
  margin: -30px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 2px 2px 6px -3px #000;
}

.section-4 {
  height: 200px;
}

.text-block {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 27px;
  font-size: 80px;
  line-height: 80px;
}

.heading-13 {
  font-size: 28px;
}

.heading-14 {
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.text-span {
  font-size: 48px;
}

.text-block-2 {
  height: 40px;
  color: #fff;
  text-align: right;
  text-shadow: 1px 1px #000;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
}

.twitter-icon {
  box-shadow: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  transition-property: none;
  display: block;
}

.twitter-icon:hover {
  box-shadow: none;
  color: rgba(0, 0, 0, 0);
}

.image-9 {
  width: 40px;
  height: 40px;
  color: #881b1b;
  mix-blend-mode: overlay;
  border-bottom: 0 solid #000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.image-9:hover {
  border: 0 rgba(0, 0, 0, 0);
  font-style: normal;
  text-decoration: none;
  display: block;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.columns {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.section-6 {
  margin-top: 40px;
}

.paragraph-4 {
  margin-left: 20px;
  margin-right: 20px;
}

.heading-15 {
  margin-left: 20px;
}

.section-7 {
  text-align: center;
}

.link-block-3 {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.image-10 {
  min-width: 300px;
  object-fit: fill;
  display: block;
}

.link-block-2 {
  width: 50px;
  text-align: left;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-11 {
  display: block;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.link-3 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-4 {
  display: block;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  max-width: 800px;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-4 {
  padding: 20px;
}

.heading-6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.text-block-8 {
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-9 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .container {
    text-align: center;
  }

  .image-8 {
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
  }

  .text-field {
    border-radius: 12px;
    margin-top: 10px;
  }

  .submit-button {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-3 {
    max-width: 728px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .section-2 {
    flex-wrap: nowrap;
    align-items: flex-start;
    display: flex;
  }

  .text-block {
    padding-top: 14px;
  }

  .heading-14 {
    color: rgba(51, 51, 51, .81);
    margin-top: 10px;
    padding-left: 10px;
  }

  .image-10 {
    min-width: 250px;
  }

  .link-block-2 {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-7 {
    margin-top: 20px;
  }

  .hero-image.shadow-two {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .image-8 {
    width: 80px;
    margin-bottom: 30px;
  }

  .submit-button {
    margin-right: 10px;
  }

  .div-block-5 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .twitter-icon {
    display: block;
  }

  .hero-image.shadow-two {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 40px;
    font-weight: 700;
  }

  .div-block-4 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .image-8 {
    width: 80px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .field-label {
    margin-bottom: 20px;
  }

  .text-field {
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .submit-button {
    margin: 10px auto auto;
    padding: 8px 6px;
  }

  .div-block-5 {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
  }

  .div-block-5.signup-form {
    margin-top: 20px;
  }

  .div-block-5.success-message {
    background-color: rgba(255, 255, 255, .6);
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    background-image: linear-gradient(#09c3db, #e7c496);
  }

  .html-embed {
    margin-top: 60px;
  }

  .heading-1 {
    text-shadow: 1px 1px 1px #000;
  }

  .heading-2 {
    height: auto;
    text-shadow: 1px 1px 1px #000;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-3 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .link-2 {
    text-shadow: 1px 1px 1px #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
  }

  .body-2 {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #09c3db;
    background-image: none;
    background-clip: border-box;
    display: block;
    overflow: visible;
  }

  .div-block-7 {
    background-color: rgba(255, 255, 255, .6);
    border: 1px solid rgba(255, 255, 255, .7);
    margin: -15px;
    display: block;
    box-shadow: 2px 2px 6px -2px #000;
  }

  .success-message, .error-message {
    background-color: rgba(0, 0, 0, 0);
  }

  .heading-14 {
    margin-top: 20px;
    padding-left: 0;
  }

  .twitter-icon {
    width: 25px;
    justify-content: flex-start;
    margin-top: -6px;
    margin-left: 0;
    display: flex;
  }

  .image-9 {
    object-fit: fill;
    display: none;
  }

  .link-block-3 {
    margin-top: 40px;
  }

  .image-10 {
    min-width: 200px;
  }

  .link-block-2 {
    margin-top: 100px;
    margin-right: auto;
  }

  .image-11 {
    text-align: left;
    margin-top: 20px;
  }

  .text-block-7 {
    margin-top: 20px;
  }

  .hero-image.shadow-two {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}


