@font-face {
  font-family: oswaldBold;
  src: url("../fonts/Oswald-Bold.ttf");
}
@font-face {
  font-family: oswaldMedium;
  src: url("../fonts/Oswald-Medium.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow: hidden;
  background-image: url("image/backgroundImage.png");
  background-repeat: no-repeat;
  height: 100vh;
  width: 100vw;
  background-size: cover;
  font-family: oswaldMedium;
}
@media (max-width:900px) {
  body {
    overflow: auto;
    height: 100vh;
  }
}

.landingPage-container {
  background: none;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
  height: 100%;
}
.landingPage-container .landingPage {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width:900px) {
  .landingPage-container .landingPage {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    background: none;
    padding: 12px;
    height: 100%;
  }
}
.landingPage-container .landingPage-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 100%;
  width: 100%;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.landingPage-container .landingPage-top-left {
  width: 60%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 3vh 4vh;
  padding-left: 5vh;
  row-gap: 15px;
  height: 100%;
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    height: 95vh;
    row-gap: 40px;
  }
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left {
    width: 100%;
    height: 100%;
    padding: 6px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 20px;
  }
}
.landingPage-container .landingPage-top-left-floralImage {
  width: 50%;
  height: 50px;
  align-self: flex-start;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-floralImage {
    width: 75%;
  }
}
.landingPage-container .landingPage-top-left-floralImage img {
  height: 100%;
  width: 100%;
  display: block;
}
.landingPage-container .landingPage-top-left-important {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-important {
    row-gap: 30px;
  }
}
.landingPage-container .landingPage-top-left-important-title {
  color: #f3de21;
}
.landingPage-container .landingPage-top-left-important-title p {
  font-family: oswaldBold;
  font-size: 40px;
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-important-title p {
    font-size: 56px;
  }
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-important-title p {
    font-size: 30px;
  }
}
.landingPage-container .landingPage-top-left-important-paragraph p {
  width: 65%;
  text-transform: uppercase;
  color: white;
  font-size: 22px;
}
.landingPage-container .landingPage-top-left-important-paragraph p span {
  color: #f3de21;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-important-paragraph p {
    font-size: 22px;
    width: 80%;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-important-paragraph p {
    font-size: 34px;
  }
}
.landingPage-container .landingPage-top-left-modal {
  display: none;
  justify-self: flex-start;
  width: 70%;
  flex-direction: column;
  align-self: flex-start;
  row-gap: 20px;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-modal {
    width: 100%;
  }
}
.landingPage-container .landingPage-top-left-modal-content {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 20px;
  color: #272626;
  color: white;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-modal-content {
    color: #c1acac;
    line-height: 1.5;
  }
}
.landingPage-container .landingPage-top-left-modal-content-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  flex-direction: column;
}
.landingPage-container .landingPage-top-left-modal-content-loader {
  width: 100%;
  height: 24px;
  border-radius: 8px;
  background-color: white;
  position: relative;
  border-radius: 12px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}
.landingPage-container .landingPage-top-left-modal-content-loader-text {
  font-weight: 700;
  color: #f3de21;
  font-size: 22px;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-modal-content-loader-text {
    font-size: 22px;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-modal-content-loader-text {
    font-size: 34px;
  }
}
.landingPage-container .landingPage-top-left-modal-content-loader-animating {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d8315b;
  background-color: #f3de21;
  height: 24px;
  animation-name: loadingAnimation;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
  width: 0%;
  border-radius: 12px;
}
.landingPage-container .landingPage-top-left-modal-footer {
  margin-top: 20px;
  color: white;
  font-family: "Open Sans";
  font-family: "Open Sans";
  font-size: 18px;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-modal-footer {
    font-size: 16px;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-modal-footer {
    font-size: 22px;
  }
}
@keyframes loadingAnimation {
  0% {
    width: 0%;
  }
  10% {
    width: 15%;
  }
  20% {
    width: 15%;
  }
  35% {
    width: 35%;
  }
  45% {
    width: 35%;
  }
  50% {
    width: 55%;
  }
  60% {
    width: 55%;
  }
  70% {
    width: 75%;
  }
  80% {
    width: 75%;
  }
  95% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
.landingPage-container .landingPage-top-left-finalPage {
  display: none;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 8px;
  height: 80%;
  justify-content: space-between;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-finalPage {
    row-gap: 5px;
    justify-content: flex-start;
    height: 80%;
    justify-content: space-between;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-finalPage {
    justify-content: space-between;
    height: 90%;
    row-gap: 20px;
  }
}
.landingPage-container .landingPage-top-left-finalPage-congratulations p {
  color: #f3de21;
  text-transform: uppercase;
  font-family: oswaldBold;
  font-size: 34px;
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-finalPage-congratulations p {
    font-size: 36px;
  }
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-finalPage-congratulations p {
    font-size: 26px;
  }
}
.landingPage-container .landingPage-top-left-finalPage-elligible div {
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
  color: white;
}
.landingPage-container .landingPage-top-left-finalPage-elligible div span {
  color: #f3de21;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-finalPage-elligible div {
    font-size: 18px;
  }
}
.landingPage-container .landingPage-top-left-finalPage-elligible p {
  font-size: 20px;
  font-weight: 800;
  color: white;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-finalPage-elligible p {
    font-size: 16px;
    color: white;
  }
}
.landingPage-container .landingPage-top-left-finalPage-basedOn {
  font-size: 16px;
  color: white;
  font-family: "Open Sans";
  font-size: 18px;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-finalPage-basedOn {
    font-size: 16px;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-finalPage-basedOn {
    font-size: 22px;
    font-size: 20px;
  }
}
.landingPage-container .landingPage-top-left-finalPage-approved {
  font-weight: 600;
  font-size: 18px;
  color: #2b8a3e;
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-finalPage-approved {
    font-size: 22px;
  }
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-finalPage-approved {
    font-size: 16px;
  }
}
.landingPage-container .landingPage-top-left-finalPage-floralImage {
  width: 50%;
  align-self: flex-start;
  margin: 3px 0;
}
.landingPage-container .landingPage-top-left-finalPage-floralImage img {
  height: 100%;
  width: 100%;
  display: block;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-finalPage-floralImage {
    width: 70%;
  }
}
.landingPage-container .landingPage-top-left-finalPage-rules {
  width: 70%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 4px;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-finalPage-rules {
    color: white;
    row-gap: 10px;
    width: 100%;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-finalPage-rules {
    row-gap: 16px;
  }
}
.landingPage-container .landingPage-top-left-finalPage-rules-title {
  font-size: 20px;
  color: #f3de21;
  text-transform: uppercase;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-finalPage-rules-title {
    font-size: 18px;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-finalPage-rules-title {
    font-size: 24px;
  }
}
.landingPage-container .landingPage-top-left-finalPage-rules-mustAggree {
  color: white;
  font-family: "Open Sans";
  font-size: 14px;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-finalPage-rules-mustAggree {
    font-size: 16px;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-finalPage-rules-mustAggree {
    font-size: 22px;
  }
}
.landingPage-container .landingPage-top-left-finalPage-rules-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-finalPage-rules-list {
    row-gap: 6px;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-finalPage-rules-list {
    row-gap: 14px;
  }
}
.landingPage-container .landingPage-top-left-finalPage-rules-list-content {
  font-size: 17px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: white;
}
.landingPage-container .landingPage-top-left-finalPage-rules-list-content-icon {
  font-size: 24px;
  font-family: oswaldBold;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-finalPage-rules-list-content {
    font-size: 17px;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-finalPage-rules-list-content {
    font-size: 22px;
  }
}
@media only screen and (max-width: 375px) {
  .landingPage-container .landingPage-top-left-finalPage-rules-list-content {
    font-size: 16px;
  }
}
.landingPage-container .landingPage-top-left-finalPage-failure {
  color: white;
  width: 70%;
  font-family: "Open Sans";
  font-size: 14px;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-finalPage-failure {
    font-size: 16px;
    width: 90%;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-finalPage-failure {
    font-size: 22px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .landingPage-container .landingPage-top-left-finalPage-failure {
    font-size: 12px;
  }
}
.landingPage-container .landingPage-top-left-finalPage-aggreeButton {
  position: absolute;
  bottom: 15px;
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-finalPage-aggreeButton {
    bottom: 50px;
  }
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-finalPage-aggreeButton {
    bottom: 80px;
  }
}
@media only screen and (max-width: 375px) {
  .landingPage-container .landingPage-top-left-finalPage-aggreeButton {
    bottom: 20px;
  }
}
.landingPage-container .landingPage-top-left-finalPage-aggreeButton div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  cursor: pointer;
  text-align: center;
  letter-spacing: 3px;
  flex: 1;
  padding: 4px 26px;
  box-shadow: inset 0px 0px 14px #000000;
  background-color: #d8315b;
  background: rgb(251, 245, 186);
  background: linear-gradient(145deg, rgb(251, 245, 186) 50%, rgb(243, 222, 33) 50%);
  color: black;
  font-size: 20px;
  border: 3px solid #fbf5ba;
  font-family: oswaldBold;
  border-radius: 8px;
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-finalPage-aggreeButton div {
    padding: 16px 26px !important;
  }
}
.landingPage-container .landingPage-top-left-finalPage-aggreeButton div a {
  color: black;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.landingPage-container .landingPage-top-left-finalPage-aggreeButton div a p {
  color: black;
  text-decoration: none;
}
.landingPage-container .landingPage-top-left-description {
  color: #514d6f;
  font-size: 16px;
  width: 85%;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-description {
    width: 100%;
  }
}
.landingPage-container .landingPage-top-left-description p {
  color: white;
  font-family: "Open Sans";
  font-size: 18px;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-description p {
    font-size: 16px;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-description p {
    font-size: 22px;
  }
}
.landingPage-container .landingPage-top-left-olderThan {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 4px;
  position: absolute;
  bottom: 15px;
  width: 45%;
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-olderThan {
    row-gap: 30px;
    bottom: 50px;
  }
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-olderThan {
    width: 90%;
    bottom: 80px;
    row-gap: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .landingPage-container .landingPage-top-left-olderThan {
    bottom: 30px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-descriptionFirst {
  color: white;
  width: 80%;
  font-family: "Open Sans";
  font-size: 18px;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-olderThan-descriptionFirst {
    font-size: 16px;
    width: 100%;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-olderThan-descriptionFirst {
    font-size: 22px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-title {
  color: #f3de21;
  text-transform: uppercase;
  width: 80%;
  font-size: 22px;
  font-family: "oswaldMedium";
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-olderThan-title {
    font-size: 22px;
    width: 100%;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-olderThan-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 375px) {
  .landingPage-container .landingPage-top-left-olderThan-title {
    font-size: 19px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList {
  width: 100%;
  display: flex;
  margin-top: 8px;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 80%;
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList {
    row-gap: 16px;
  }
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList {
    width: 100%;
    row-gap: 10px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList p {
    font-size: 20px;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList p {
    font-size: 24px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList div {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  -moz-column-gap: 20px;
       column-gap: 20px;
  cursor: pointer;
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
  }
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList div {
    width: 45% !important;
  }
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList div input {
  margin-top: 3px;
  display: none;
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList div .customCheckboxQuestion {
  height: 17px;
  width: 17px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList div .customCheckboxQuestion img {
  scale: 0;
  opacity: 0;
  height: 12px;
  width: 14px;
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList div .customCheckboxQuestion_input:checked + .customCheckboxQuestion img {
  opacity: 1;
  scale: 1;
  color: #f7c5c5;
  color: black;
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList div .customCheckboxQuestion_input:checked + .customCheckboxQuestion {
  background-color: #f3de21;
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList div label {
  font-size: 16px;
  color: white;
  position: relative;
  font-weight: 500;
  top: 0;
  cursor: pointer;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList div label {
    color: white;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList div label {
    font-size: 22px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-choose {
  display: none;
  font-family: "Open Sans";
  width: 70%;
  font-size: 18px;
  color: white;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-olderThan-choose {
    font-size: 16px;
    width: 100%;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-olderThan-choose {
    font-size: 22px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-buttons {
  align-self: space-between;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  -moz-column-gap: 25px;
       column-gap: 25px;
  color: white;
  width: 100%;
  width: 70%;
  margin-top: 12px;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-left-olderThan-buttons {
    width: 100%;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-top: 10px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-buttons-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  cursor: pointer;
  text-align: center;
  letter-spacing: 3px;
  flex: 1;
  padding: 4px 26px;
  box-shadow: inset 0px 0px 14px #000000;
  background-color: #d8315b;
  background: rgb(251, 245, 186);
  background: linear-gradient(145deg, rgb(251, 245, 186) 50%, rgb(243, 222, 33) 50%);
  color: black;
  font-size: 20px;
  border: 3px solid #fbf5ba;
  font-family: oswaldBold;
  border-radius: 8px;
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-olderThan-buttons-left {
    padding: 16px 26px !important;
  }
}
.landingPage-container .landingPage-top-left-olderThan-buttons-left .arrowIconContinue {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 26px;
  width: 26px;
  margin-left: 14px;
  padding: 6px;
  border-radius: 50%;
  background: #101010;
}
.landingPage-container .landingPage-top-left-olderThan-buttons-left .arrowIconContinue img {
  height: 80%;
  width: 70%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landingPage-container .landingPage-top-left-olderThan-buttons-left .arrowIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.landingPage-container .landingPage-top-left-olderThan-buttons-right {
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  cursor: pointer;
  letter-spacing: 2px;
  text-align: center;
  flex: 1;
  padding: 4px 16px;
  font-family: oswaldBold;
  box-shadow: inset 0px 0px 14px #000000;
  background-color: #d8315b;
  background: rgb(251, 245, 186);
  background: linear-gradient(145deg, rgb(251, 245, 186) 50%, rgb(243, 222, 33) 50%);
  color: black;
  font-size: 20px;
  border: 3px solid #fbf5ba;
  border-radius: 8px;
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-olderThan-buttons-right {
    padding: 16px 26px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-buttons-right .arrowIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.landingPage-container .landingPage-top-right {
  width: 60%;
  height: 100%;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-right {
    display: none;
  }
}
.landingPage-container .landingPage-top-right-slide {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  height: 100%;
  border-radius: 30px;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-right-slide {
    border-radius: 0;
  }
}
.landingPage-container .landingPage-top-right-slide-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  transition: all 0.5s ease-in-out;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-top-right-slide-img {
    border-radius: 0;
  }
}
.landingPage-container .landingPage-bottom {
  width: 100%;
  text-align: center;
}
.landingPage-container .landingPage-bottom p {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width:900px) {
  .landingPage-container .landingPage-bottom p {
    font-size: 16px;
    position: relative;
    z-index: 100;
    color: white;
  }
}
@media (max-width:900px) {
  .landingPage-container .landingPage-bottom {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */