html {
  margin: 0px;
  padding: 0px;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.greyscale {
  filter: grayscale(100%);
}

.greyscale70 {
  filter: grayscale(70%);
}

body {
  margin: 0px;
  padding: 0px;
  font: 100% "Montserrat", sans-serif;
  color: #202020;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background-color: #FFF8DC;
  overflow: hidden;
}

.only-mobile {
  display: none;
}

.only-desktop {
  display: inherit;
}

@media only screen and (max-width: 1020px) {
  .only-desktop {
    display: none;
  }
  .only-mobile {
    display: inherit;
  }
}
#page {
  display: flex;
  flex-direction: row;
  height: 100vh;
}

#banner {
  width: 50vw;
  height: 100%;
  background-color: #F7C566;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  border-right: 2px solid #DC6B19;
}

@media only screen and (max-width: 1020px) {
  #banner {
    width: 100vw;
    border: 0px;
  }
}
#tags {
  width: 60%;
  text-align: center;
  line-height: 1.5;
}

#subscribe {
  padding-top: 20px;
  color: #DC6B19;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

#subscribed {
  padding-top: 20px;
  color: #DC6B19;
  font-weight: 600;
}

#subscriber-form-container {
  margin-top: 20px;
  display: none;
  width: 60%;
  background-color: #6C0345;
  padding: 10px;
  border-radius: 8px;
}

.title {
  font-size: 60px;
  color: #DC6B19;
  font-weight: 600;
  padding-bottom: 8px;
  user-select: none;
}

.subtitle {
  font-size: 21px;
  color: #DC6B19;
  font-weight: 600;
  padding-bottom: 8px;
  user-select: none;
}

.bigicon-reflect {
  font-size: 40px;
  -webkit-box-reflect: below 0px linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

@media only screen and (max-width: 1020px) {
  .bigicon-reflect {
    -webkit-box-reflect: initial;
  }
}
.bigicon {
  font-size: 40px;
}

.word {
  background-color: #DC6B19;
  color: #FFF8DC;
  padding: 1px;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
}

.landingimage {
  width: 50vw;
  height: 100%;
  object-fit: cover;
  object-position: 0% 80%;
}

.landingformtextbold {
  display: none;
}

.form-title {
  color: #f0f0f0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.formitem {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  width: 100%;
}

.landingformlabel {
  font-size: 12px;
  font-weight: 600;
  color: #6C0345;
  background-color: #F7C566;
  padding: 4px;
  width: fit-content;
  min-width: 100px;
  border-radius: 4px 20px 0px 0px;
  border-bottom: 1px solid #6C0345;
}

.landingformtext {
  border: 2px solid #F7C566;
  border-radius: 0px 4px 4px 4px;
  padding: 4px;
  font-size: 16px;
  background-color: #F7C566;
  color: #6C0345;
  font-weight: 600;
  line-height: 1.5;
}

.landingformbutton {
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 4px;
  font-size: 16px;
  background-color: #6C0345;
  color: #f0f0f0;
  font-weight: 600;
}

.caroussel-content {
  flex-grow: 1;
  flex-shrink: 1;
  height: 500px;
}

.caroussel-full-element {
  position: relative;
  height: 100vh;
  width: 100%;
}

.caroussel-full-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#footer {
  width: 100%;
  background-color: #202020;
  color: #f0f0f0;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

/*# sourceMappingURL=landing.css.map */
