html,
body {
  overflow-x: hidden;
}
html:has(.main-menu.active),
body:has(.main-menu.active) {
  overflow-y: hidden;
}
body {
  font-family: "Manrope", sans-serif;
}
a {
  text-decoration: none;
}
.page-header {
  border-bottom: 2px solid #e4f4f6;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #ffffff;
  z-index: 10;
}
.page-section:first-of-type {
  min-height: 100vh;
  margin-bottom: 0;
}
.page-section {
  margin-bottom: 92px;
}
.header-wrapper {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 48px;
  align-items: center;
}
.page-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  overflow: hidden;
  color: #424242;
  padding-top: 144px;
}
.main-logo {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #5a9cb5;
  font-size: 32px;
  font-weight: 700;
  white-space: nowrap;
}
.main-menu {
  display: flex;
  width: 100%;
}
.main-menu-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 0 5%;
  width: 100%;
  padding: 0 4%;
}
.main-menu-link,
.main-menu-item {
  color: #000000;
  font-size: 24px;
  display: flex;
}
@media only screen and (max-width: 1150px) {
  .main-menu-link,
  .main-menu-item {
    font-size: 18px;
    font-weight: 600;
  }
  .page-image {
    max-width: 410px !important;
  }
}
.main-menu-link,
.main-menu-item.nolink {
  padding: 21px 12px;
  align-items: center;
}
.main-menu-item {
  border-bottom: 2px solid transparent;
}
.main-menu-item.nolink:hover,
.main-menu-item:hover {
  border-bottom: 2px solid #fcd570;
}

.nolink {
  position: relative;
}
.nolink:hover .submenu {
  display: block;
}
.submenu {
  list-style: none;
  padding: 18px 12px;
  border-radius: 8px;
  border: 1px solid #c5dce5;
  position: absolute;
  top: 105%;
  left: 0px;
  background-color: #ffffff;
  display: none;
}
.submenu-link {
  color: #000000;
  display: block;
  margin: 0 0 16px;
  font-size: 21px;
}
.submenu-link:hover {
  color: #5a9cb5;
}
.lang-selector {
  font-size: 24px;
  border: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url(../images/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 22px;
  outline: none;
  color: #000000;
  background-color: #ffffff;
  text-align: left;
}

.lang-selector option {
  font-size: 16px;
}
.title {
  color: #5a9cb5;
  font-size: 72px;
  font-weight: 600;
  line-height: 150%; /* 108px */
  letter-spacing: -1.368px;
  margin: 24px 0;
}
.subtitle {
  color: #5a9cb5;
  font-size: 64px;
  font-weight: 600;
  margin: 24px 0;
  line-height: 150%; /* 96px */
  letter-spacing: -1.216px;
}
.text-content {
  color: #424242;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 48px */
  letter-spacing: -0.608px;
  margin-top: 0;
}
.text-content.small {
  font-size: 24px;
}
.page-image {
  margin-bottom: 32px;
  max-width: 100% !important;
}

.main-button {
  padding: 16px 80px;
  background-color: #ffdf8d;
  border-radius: 20px;
  color: #424242;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 600;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
  width: 100%;
  max-width: 380px;
  border: none;
  margin: 16px 0;
  transition: 0.2s;
  display: block;
  box-sizing: border-box;
  text-align: center;
}
.main-button:hover {
  background-color: #ffd466;
}
.main-button:active {
  transform: scale(0.98);
}
.section-wrapper {
  display: flex;
  gap: 5%;
}
.column {
  width: 52%;
  padding: 76px 0;
}
.accent {
  color: #5a9cb5;
  font-weight: 700;
}
.roadmap {
  margin-top: 64px;
  margin-bottom: 96px;
}
.roadmap-title {
  color: #5a9cb5;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
  letter-spacing: -0.608px;
  margin: 0;
}
.roadmap-title.big {
  font-size: 40px;
}
.roadmap-title.big.start {
  border-bottom: 4px solid #fcd570;
  margin-left: 19%;
  width: fit-content;
  padding-right: 8%;
  padding-bottom: 8px;
}
.roadmap-title.big.start[lang="hu"] {
  padding-right: 0;
}
.roadmap-title.big.end {
  border-top: 4px solid #fcd570;
  margin-left: 52%;
  padding-left: 15%;
  position: relative;
  top: -4px;
  width: fit-content;
}
.roadmap-item {
  display: flex;
  max-width: 54%;
  padding: 6px 0;
  margin: -5px 0 0;
  height: 197px;
}
.roadmap-item-content {
  height: 180px;
  padding: 16px 0;
}
.roadmap-item.even .roadmap-item-content {
  margin-left: 6%;
}
.roadmap-item.odd .roadmap-item-content {
  margin-right: 6%;
  text-align: right;
}
.roadmap-item .text-content {
  margin: 0;
  padding: 22px 0;
}
.roadmap-item .number {
  color: #5a9cb5;
  font-size: 96px;
  font-weight: 700;
  width: 196px;
  min-width: 196px;
  height: 196px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #5a9cb5;
  border-radius: 50%;
  position: relative;
}
.roadmap-item .number::before {
  content: "";
  display: block;
  position: absolute;
  width: 205px;
  height: 200px;
}
.roadmap-item.even .number::before {
  border-top: 4px solid #fcd570;
  border-right: 4px solid #fcd570;
  border-bottom: 4px solid #fcd570;
  border-radius: 0 50% 50% 0;
}
.roadmap-item.odd .number::before {
  border-top: 4px solid #fcd570;
  border-left: 4px solid #fcd570;
  border-bottom: 4px solid #fcd570;
  border-radius: 50% 0 0 50%;
}
.roadmap-item.even {
  margin-left: auto;
}
.simple-list {
  list-style: none;
  padding: 0;
  margin: 60px 0;
}
.simple-list .list-item-content {
  width: 60%;
  margin-left: 5%;
}
.list-item,
.simple-list-item {
  display: flex;
  align-items: top;
  margin-bottom: 28px;
}
.simple-list-item .text-content {
  margin-top: 18px;
}
.simple-list-item .roadmap-title {
  line-height: 1em;
}
.simple-list-item .number,
.list-item .number {
  width: 64px;
  min-width: 64px;
  height: 64px;
  border: 1px solid #5a9cb5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #5a9cb5;
}

.centered-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 74px;
}
.centered-content .roadmap-title {
  margin: 16px 0;
}
.centered-content .text-content {
  max-width: 65%;
  margin: 12px 0 24px;
}
.centered-content .main-button {
  max-width: 400px;
}
.table {
  margin-top: 74px;
  padding: 6px 10px;
  overflow: auto;
  flex-direction: column;
}
.table-row {
  display: flex;
  gap: 1%;
  margin-bottom: 6px;
}
.table-cell {
  font-size: 18px;
  font-weight: 600;
  border-radius: 16px;
  border: 1px solid #5a9cb5;
  max-width: 20%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3%;
  height: 100px;
  text-align: center;
  box-sizing: border-box;
  min-width: 120px;
}
.table-cell.empty {
  border: none;
}
.table-cell.y {
  border: none;
  background-color: #ffdf8d;
}
.table-cell.b {
  border: none;
  background-color: #e4f4f6;
}
.table-cell.easy {
  color: #5a9cb5;
}
.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0 16px;
  margin: 38px 0 28px;
}
.list-item-header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 42px;
}
.list .list-item-header .number {
  position: static;
}
.note {
  color: #424242;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  margin: 12px 16px 90px 0;
}
.list .list-item {
  width: 31%;
  display: flex;
  gap: 5%;
  margin: 22px 0;
}
.list .text-content {
  margin-top: 32px;
}
.list .number {
  position: relative;
  top: 16px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-72 {
  margin-bottom: 72px;
}
.m-0 {
  margin: 0;
}
.align-end {
  align-items: flex-end;
}
.page-form {
  margin-top: 72px;
  padding: 0 12px;
  width: 100%;
}
.input-wrapper {
  margin-bottom: 24px;
}
.form-input {
  border-radius: 16px;
  border: 3px solid #c5dce5;
  padding: 12px 24px;
  width: 100%;
  box-sizing: border-box;
  resize: none;
}
.form-input.invalid {
  border-color: #dc6698;
}
.form-input:focus {
  border: 3px solid #ffdf8d;
  outline: none;
}
.form-label {
  margin-left: 24px;
  margin-bottom: 8px;
  display: block;
  color: #616161;
}
.page-form .main-button {
  max-width: 100%;
}
.form-state.hidden {
  display: none;
}
.sent-state {
  display: none;
}
.sent-state.visible {
  display: block;
}
.page-footer {
  border-top: 24px solid #5a9cb5;
  margin-top: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 32px;
}
.page-footer .contact {
  color: #c2c2c2;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.456px;
}
.page-footer .terms-link {
  color: #5a9cb5;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.304px;
  text-decoration-line: underline;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  background-color: #ffffff;
  opacity: 0.3;
}
.overlay.active {
  display: block;
}
html:has(.overlay.active) {
  overflow-y: hidden;
}
.menu-btn,
.page-header .close-btn {
  display: none;
}
.success-message {
  display: none;
}
.success-message.visible {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.page-form.hidden {
  display: none;
}
.pop-form {
  max-width: 595px;
  width: 100%;
  border-radius: 32px;
  border: 8px solid #5a9cb5;
  background: #fff;
  position: fixed;
  top: 8px;
  left: 50%;
  transform: translate(-50%);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 12px 40px 24px;
  overflow-y: auto;
  z-index: 10;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: none;
  max-height: 98%;
  flex-direction: column;
}
.pop-form.active {
  display: flex;
}
.pop-form .pf-image {
  display: block;
  margin: 0 auto 48px;
}
.pop-form .text-content {
  text-align: center;
}
.pop-form::-webkit-scrollbar {
  display: none;
}
.pop-form .roadmap-title {
  text-align: center;
  margin-bottom: 16px;
  font-size: 26px;
}
.pop-form .input-wrapper {
  margin-bottom: 8px;
}
.pop-form .main-button {
  max-width: 100%;
  margin-top: 12px;
}
.pop-form .form-label {
  color: #424242;
}
.pop-form .close-btn {
  top: 12px;
  right: 40px;
}
.close-btn {
  display: flex;
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #5a9cb5;
  background-color: transparent;
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  transition: 0.2s;
}
.error {
  color: #dc6698;
  font-size: 12px;
  margin-left: 24px;
  margin-top: 6px;
  display: inline-block;
}
.copyright {
  text-align: center;
  color: #c2c2c2;
}
@media only screen and (max-width: 975px) {
  .header-wrapper {
    padding: 22px 48px 0;
    flex-wrap: wrap;
  }
  .main-logo {
    font-size: 24px;
  }
  .main-logo img {
    height: 38px;
  }
  .main-menu-list {
    margin: 0;
  }
  .submenu .submenu-link {
    font-size: 18px;
  }
  .roadmap-item {
    margin: auto;
    max-width: 100%;
    height: auto;
    align-items: center;
  }
  .roadmap-item .number {
    width: 96px;
    min-width: 96px;
    height: 96px;
    font-size: 48px;
  }
  .roadmap-item .number::before {
    display: none;
  }
  .list .list-item {
    min-width: 360px;
    width: 100%;
  }
  .simple-list .list-item-content {
    width: 100%;
  }
  .title {
    font-size: 64px;
    text-align: center;
  }
  .subtitle {
    font-size: 48px;
    text-align: center;
  }
  .text-content:not(.small) {
    font-size: 28px;
    text-align: center;
  }
  .text-content:not(.small) {
    margin-bottom: 48px;
  }
  .list-item .text-content,
  .simple-list-item .text-content {
    text-align: left;
  }
  .roadmap-title.start {
    margin-left: 15%;
    padding-left: 0;
  }
  .roadmap-title.end {
    margin-left: 65%;
    padding-right: 0;
  }
  .roadmap-item {
    height: 216px;
    padding: 0;
  }
  .roadmap-item.odd {
    margin-left: 124px;
    position: relative;
  }
  .roadmap-item.odd::before {
    content: "";
    display: block;
    width: 236px;
    height: 214px;
    position: absolute;
    border-top: 4px solid #ffdf8d;
    border-left: 4px solid #ffdf8d;
    border-bottom: 4px solid #ffdf8d;
    border-radius: 108px 0 0 108px;
    left: -28px;
    top: 0;
  }
  .roadmap-item.even::before {
    content: "";
    display: block;
    width: 236px;
    height: 214px;
    position: absolute;
    border-top: 4px solid #ffdf8d;
    border-right: 4px solid #ffdf8d;
    border-bottom: 4px solid #ffdf8d;
    border-radius: 0 108px 108px 0;
    right: -28px;
    top: 0;
  }
  .roadmap-item.odd .roadmap-item-content {
    margin-right: 24px;
  }
  .roadmap-item.even .roadmap-item-content {
    margin-left: 24px;
  }
  .roadmap-item.even {
    margin-right: 124px;
    position: relative;
  }
  .roadmap-item .text-content {
    text-align: justify;
  }
  .roadmap-title.big.start {
    margin: 0 0 0 124px;
    padding-right: 0;
    position: relative;
    top: 4px;
  }
  .roadmap-title.big.end {
    margin: 0 124px 0 auto;
    padding-left: 0;
    position: relative;
    top: 2px;
  }
  .section-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .section-wrapper .column {
    width: 100%;
  }
  .mb-20 {
    margin-bottom: 48px;
  }
  .page-form {
    margin-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
    /* padding: 0 48px; */
    width: 90%;
    margin-top: 24px;
  }
  .main-button {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .roadmap-item-content {
    height: auto;
  }
  .mm-0 {
    margin: 0;
  }
  .fs-24 {
    font-size: 24px;
  }
  .mpb-0 {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 820px) {
  .column:first-of-type {
    padding-top: 0;
  }
  .roadmap-item.odd::before,
  .roadmap-item.even::before {
    display: none;
  }
  .roadmap-item {
    height: auto;
    padding: 0;
  }
  .close-btn {
    display: flex !important;
  }
  .main-menu {
    transform: translate(150%);
    flex-direction: column;
    align-items: flex-start;
    border: 4px solid #e4f4f6;
    background-color: #ffffff;
    border-radius: 16px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transition: 0.2s;
    padding: 32px 24px 16px;
    height: 98vh;
    box-sizing: border-box;
  }

  .page-form .input-wrapper {
    margin-bottom: 0;
  }
  .nolink {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
  }
  .submenu {
    position: static;
    border: none;
    padding-bottom: 0;
    display: block;
  }
  .main-menu.active {
    transform: none;
    display: flex;
  }
  .main-menu-list {
    flex-direction: column;
    padding-left: 24px;
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .main-menu-item,
  .main-menu-link {
    font-size: 24px;
  }
  .main-menu-link {
    width: 100%;
  }
  .main-menu-item:hover {
    border-bottom: 2px solid transparent;
  }
  .main-menu-item:hover .main-menu-link {
    color: #5a9cb5;
  }
  .menu-btn {
    display: block;
    margin-left: auto;
    border: none;
    background-color: transparent;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
  }
  .menu-btn:hover {
    color: #5a9cb5 !important;
    border: none !important;
    padding-bottom: 21px !important;
  }
  .close-btn :hover {
    transform: scale(1.1);
  }
  .lang-selector {
    margin: 24px 12px 24px 6px;
  }
  .list .list-item {
    min-width: 360px;
    margin: 12px 0;
  }
  .logo-title {
    display: none;
  }
  .page-wrapper {
    padding: 96px 24px 0;
  }
  .title {
    font-size: 48px;
    max-width: 82%;
    margin: 0 auto;
  }
  .subtitle {
    font-size: 36px;
  }
  .roadmap-item {
    /* align-items: start; */
    /* border-left: 4px solid #ffdf8d; */
    border-radius: 100px;
    min-height: 194px;
    padding-bottom: 12px;
    /* border-bottom: 4px solid #ffdf8d;
    border-top: 4px solid #ffdf8d; */
  }
  .roadmap-title {
    font-size: 24px;
    line-height: normal;
  }
  .roadmap-item .text-content.small {
    font-size: 16px;
  }
  .roadmap-item:first-of-type {
    border-top: 4px solid #ffdf8d;
    border-radius: 0 100px 100px 0;
  }
  .roadmap-item:last-of-type {
    border-bottom: 4px solid #ffdf8d;
    border-radius: 100px 0 0 100px;
  }
  .roadmap-item .number {
    width: 64px;
    min-width: 64px;
    height: 64px;
    font-size: 20px;
    position: relative;
  }
  .roadmap-item.even {
    margin-right: 0;
    border-right: 4px solid #ffdf8d;
    padding-right: 24px;
  }
  .roadmap-item.odd {
    /* flex-direction: row-reverse; */
    margin-left: 0;
    border-left: 4px solid #ffdf8d;
    /* margin-right: 24px; */
    padding-left: 24px;
  }
  .main-menu {
    top: 12px;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
  }
  .roadmap-item.odd .roadmap-item-content {
    text-align: left;
    margin-right: 0;
    margin-left: 16px;
  }
  .roadmap-item.odd .roadmap-item-content {
    text-align: right;
    margin-right: 0;
    margin-right: 16px;
  }
  .roadmap-title.big.start {
    margin: 0;
    font-size: 28px;
    border-bottom: none;
  }

  .roadmap-title.big.end {
    margin: 0;
    font-size: 28px;
    border-top: none;
    margin-left: auto;
  }
  .text-content.small {
    padding: 0;
    font-size: 21px;
  }
  .simple-list .list-item-content {
    width: 100%;
    padding-right: 12px;
  }
  .list {
    padding: 0;
  }
  .list .list-item .list-item-header {
    margin-bottom: 12px;
  }
  .list .text-content {
    margin-top: 16px;
  }
  .pop-form {
    padding: 14px 24px 32px;
    border: none;
    top: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
  }
  .pop-form .close-btn {
    top: 14px;
    right: 24px;
  }
  .pop-form .main-button {
    margin-top: auto;
  }
  .error {
    margin-bottom: 6px;
  }
  .main-logo img {
    height: 38px;
  }
  .header-wrapper {
    padding: 8px 24px;
  }
  .menu-btn {
    font-size: 22px;
  }
  .centered-content .text-content {
    max-width: 100%;
  }
  .text-content:not(.small) {
    font-size: 24px;
  }
}
[lang] {
  display: none;
}
[lang="en"] {
  display: block;
}
.list[lang="en"] {
  display: flex;
}
.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  position: relative;
}
.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 16px;
  padding: 10px var(--main-space);
  border: none;
  color: #787878;
  margin-bottom: 24px;
  resize: none;
  border: 3px solid #bfc3f2;
  background-color: var(--white);
  box-shadow: none;
  line-height: 22px;
  height: 48px;
  color: var(--placeholder-color);
  background-image: url("../images/select.svg");
}
.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 9px;
  right: 6px;
}
.styledSelect:active,
.styledSelect.active {
  /* background-color: #eee; */
}
.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
}
.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px;
}
.options li:hover {
  background-color: #39f;
  color: white;
}

.select select {
  display: none;
}

.select {
  position: relative;
  display: flex;
}

.select--active {
  z-index: 1;
}

.select--active ~ .select {
  z-index: 0;
}

.select__options {
  position: absolute;
  top: 64px;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  background: #ffffff;
  padding: 12px 6px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 16px;
  width: 100%;
  max-height: 232px;
  overflow-y: auto;
  overflow-x: hidden;
}
.select__option {
  border: none;
  background-color: transparent;
  margin-bottom: 0;
  line-height: normal;
  border-radius: 8px;
  padding: 6px 16px;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.select__option--hidden {
  display: none;
}
.select__option:hover {
  color: #5a9cb5;
}
.select--active .select__options {
  visibility: visible;
}
