@import 'https://fonts.googleapis.com/css2?family=Archivo+Black&family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&family=Archivo:ital,wght@0,100..900;1,100..900&display=swap';
* {
  -webkit-user-select: text;
  user-select: text;
}
:root {
  line-height: 1.5;
  font-weight: 400;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --red: rgb(195, 21, 34);
  --redH: rgb(150, 10, 19);
  --black: rgb(31, 31, 31);
  --white: rgb(255, 255, 255);
  --grey1: rgb(230, 230, 230);
  --grey2: rgb(57, 57, 57);
  --bgGrey: rgb(231, 231, 231);
  --regular-font: 'Archivo', sans-serif;
  --black-font: 'Archivo Black', sans-serif;
  --narrow-font: 'Archivo Narrow', sans-serif;
}
::-moz-selection {
  color: var(--grey1);
  background: var(--red);
}
::selection {
  color: var(--grey1);
  background: var(--red);
}
html {
  overflow: hidden;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: var(--white);
  font-family: var(--regular-font);
}
#root {
  margin: 0 auto;
  height: 100vh;
}
h3 {
  font-size: 2em;
  padding: 0;
  margin: 0;
}
ol {
  text-align: justify;
}
button {
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: var(--red);
  color: var(--white);
  cursor: pointer;
  transition: all ease-in-out 0.25s;
}
button:hover {
  background-color: var(--redH);
  color: var(--white);
  border-color: var(--white);
}
button:focus,
button:focus-visible {
  outline: 1px auto -webkit-focus-ring-color;
}
.buttonDisabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.swal2-styled.swal2-confirm {
  background-color: var(--red) !important;
}
.swal2-styled {
  box-shadow: none !important;
}
.infoTop {
  margin-top: 5%;
}
.programTitle {
  padding: 20px;
  color: var(--black);
  text-align: center;
  font-size: 25px;
}
.refTitle {
  font-size: 2.4em;
  padding: 0;
  margin: 0;
  font-weight: 500;
}
.mainContainer {
  display: flex;
}
.leftContainer {
  width: 40%;
  height: 110vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('/assets/img/map.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rightContainer {
  width: 60%;
}
.infoBottom {
  display: flex;
}
.leftBottom,
.rightBottom {
  width: 50%;
  padding: 50px;
}
.bulletTxt {
  font-size: 25px;
}
.numberBullet {
  color: var(--red);
  font-weight: 500;
}
.txtInstructions {
  font-size: 35px;
  text-align: left;
  font-weight: 700;
}
.instructionSteps {
  margin-top: 35px;
  display: flex;
  justify-content: space-around;
}
.instItem {
  width: 175px;
  height: 175px;
  background: #ffffff1a;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 20px;
  transition: all ease-in-out 0.4s;
  color: var(--white);
}
.instItem:hover {
  scale: 1.2;
}
.mt5 {
  margin-top: 15px;
}
.ml5 {
  margin-left: 15px;
}
.stepContainer {
  border-radius: 15px;
  transition: all ease-in-out 0.4s;
  color: var(--black);
}
.stepTitle {
  font-weight: 500;
  font-size: 35px;
}
.stepInfo {
  font-size: 15px;
}
.smallTxt {
  font-size: 11px;
  font-weight: 700;
}
.heading {
  margin: 0 auto;
  height: 100px;
  width: 100vw;
  border-bottom: 1px solid var(--red);
  background-color: var(--red);
  display: flex;
}
.logoContainer {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
}
.logoHeading {
  padding: 20px;
  max-height: 60px;
}
input[type='text'],
input[type='tel'],
input[type='email'] {
  margin: 5px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--black);
  padding: 10px;
  width: 80%;
  border-radius: 5px;
}
.project-name {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.project-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 20px;
}
.project-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  height: 60px;
  border: 1px solid var(--grey1);
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
  background-color: #ffffff4d;
  cursor: pointer;
}
.project-card.selected {
  border-color: var(--red);
  background-color: var(--white);
}
.cardLogoContainer {
  display: flex;
}
.project-logo {
  width: 100px;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
}
.project-name {
  color: #666;
  font-size: 14px;
}
.project-card.selected .project-name {
  color: #000;
}
.acceptCheck {
  font-size: 10px;
}
.terms {
  margin-bottom: 35px;
  padding-bottom: 35px;
}
.titleTerms {
  font-size: 19px;
  font-weight: 900;
}
.linkRed {
  color: var(--red) !important;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  max-width: 700px;
  max-height: 50%;
  width: 100%;
  overflow-y: auto;
}
.closeBtn {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: #0003;
  color: var(--white);
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.closeBtn:hover {
  background-color: #0006;
}
.termsLink {
  color: var(--red);
  text-decoration: none;
}
@media (min-width: 300px) and (max-width: 501px) {
  .heading {
    margin: 0;
  }
  .mainContainer {
    flex-direction: column;
  }
  .refTitle {
    font-size: 1.5em;
    text-align: center;
    border-radius: 15px;
    background-color: var(--white);
    padding: 10px;
  }
  .leftContainer {
    width: 100vw;
    height: 30vh;
    background-image: url('/assets/img/map.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .rightContainer {
    width: 100vw;
    margin-top: -105px;
  }
  .infoBottom {
    flex-direction: column;
    text-align: center;
  }
  .leftBottom,
  .rightBottom {
    width: 100%;
    padding: 0;
    margin: 10px 0;
  }
  .txtInstructions {
    text-align: center;
  }
}
@media (min-width: 501px) and (max-width: 884px) {
  .heading {
    margin: 0;
  }
  .mainContainer {
    flex-direction: column;
  }
  .refTitle {
    font-size: 1.5em;
    text-align: center;
    border-radius: 15px;
    background-color: var(--white);
    padding: 10px;
  }
  .leftContainer {
    width: 100vw;
    height: 30vh;
    background-image: url('/assets/img/map.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .rightContainer {
    width: 100vw;
    margin-top: -105px;
  }
  .infoBottom {
    flex-direction: column;
    text-align: center;
  }
  .leftBottom,
  .rightBottom {
    width: 100%;
    padding: 0;
    margin: 10px 0;
  }
  .txtInstructions {
    text-align: center;
  }
}
@media screen and (orientation: landscape) and (max-width: 1280px) {
  .mainContainer {
    flex-direction: column;
  }
  .refTitle {
    font-size: 1.5em;
    text-align: center;
    border-radius: 15px;
    background-color: var(--white);
    padding: 10px;
  }
  .leftContainer {
    width: 100vw;
    height: 40vh;
    background-image: url('/assets/img/map.webp');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rightContainer {
    width: 100vw;
    margin-top: -120px;
  }
  .infoBottom {
    flex-direction: column;
    text-align: center;
  }
  .leftBottom,
  .rightBottom {
    width: 100%;
    padding: 0;
    margin: 10px 0;
  }
  .txtInstructions {
    text-align: center;
  }
}
