body {
  margin: 0 !important;
  height: 100%;
  overflow: hidden;
}
@font-face {
  font-family: Calibre;
  src: url("CalibreBold.otf");
}
.container {
  width: 100%;
  background-image: linear-gradient(180deg, #42D487 29.03%, rgba(66, 212, 135, 0) 140.95%);
  height: 100vh !important;

}
.header {
  width: 100%;
  height: 72px;
  background-color: #ffffff;
}
.header-content {
  width: 1440px;
  height: 100%;
  margin: auto;
  padding-top: 22px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  justify-content: space-between;
}
.content {
  height: calc(75vh - 72px) !important;
}
.arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.language-picker {
  display: flex;
  cursor: pointer;
  margin-top: 4px;
  position: relative;
}
.language {
  margin-right: 8px;
  font-size: 18px;
  line-height: 24px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 0 16px;
  z-index: 1;
  border-radius: 8px;
  top: 30px
}
.dropdown-content p:hover {
  background-color: #E8E8E8;
}
.title {
  font-weight: 700;
  font-size: 9vh;
  line-height: 9vh;
  text-align: center;
  font-family: Calibre;
  padding: 0 20px;
  margin: 8vh auto 10vh;
}
.subtitle {
  font-size: 4vh;
  line-height: 5vh;
  text-align: center;
  font-family: Calibre;
  margin: -1vh auto;
}
.options-container {
  margin: 5vh auto auto;
  display: flex;
  width: fit-content;
  padding: 0 20px;
}
.options-container a {
  text-decoration: none;
  color: white;
}
.options-container a:hover {
  opacity: 50%;
}
.option {
  font-weight: 700;
  font-size: 16vh;
  line-height: 16vh;
  text-transform: Uppercase;
  color: #D9D9D9;
  font-family: Calibre;
  font-style: normal;
}


.vertical-line {
  height: 18vh;
  margin: -24px 40px 0;
}
.landing-image-container {
  margin: auto;
  min-height: 17vh;
  background: url("landing.svg") center no-repeat;
  background-size: contain;
  position: relative;
}

.underline {
  position: relative;
}
.h-line {
  position: absolute;
  width: 100%;
  bottom: 8px;
}

@media only screen and (max-width: 1536px) {
  .header-content {
    width: auto;
  }
}
@media only screen and (max-width: 1080px) {
  .title {
    font-size: 7vh;
    line-height: 7vh;
  }
}




@media only screen and (max-width: 768px) {
  .title {
    font-size: 60px;
    line-height: 62px;
    margin: 40px auto auto;
  }
  .option {
    font-size: 11vh;
    line-height: 10vh;
  }
  .subtitle {
    font-size: 26px;
    line-height: 28px;
    margin: 40px auto auto;
  }
  .vertical-line {
    height: 14vh;
  }
  .options-container {
    margin: 6vh auto auto;
  }
}
@media only screen and (max-width: 520px) {
  .title {
    font-size: 40px;
    line-height: 42px;
  }
  .option {
    font-size: 7vh;
    line-height: 7vh;
  }
  .subtitle {
    font-size: 22px;
    line-height: 24px;
  }
  .vertical-line {
    height: 10vh;
  }
}

@media only screen and (max-width: 360px) {
  .header-content {
    padding-left: 24px;
    padding-right: 24px;
  }
  .dropdown-content {
    right: -12px;
  }
  .option {
    font-size: 9vh;
    line-height: 9vh;
  }
  .title {
    font-size: 26px;
    line-height: 26px;
  }
}
