@font-face {
  font-family: "NotoSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/NotoSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSans-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/font/NotoSans-Medium.woff2") format("woff2");
}
:root {
  --header-height: 64px;
}

.page-tab {
  z-index: 10;
  position: sticky;
  top: 0;
  display: none;
  margin: -34px 0 0 0;
}
.page-tab__content {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  width: 100%;
  height: 68px;
  border-radius: 8px;
  background-color: #f7fafd;
}
.page-tab__link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px;
  height: 100%;
  color: #4b6391;
  font-family: "NotoSans-Regular";
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: 400;
  text-align: center;
  transition: color 0.3s;
  cursor: pointer;
}
.page-tab__link:hover, .page-tab__link.-active {
  color: #13a2e8;
}
.page-tab__select {
  display: flex;
}
.page-tab.-large {
  position: relative;
  display: flex;
  margin-top: 0;
  background-color: #fff;
}
.page-tab.-large .page-tab__content {
  padding: 24px 24px;
  height: auto;
}
.page-tab.-large .page-tab__link {
  position: relative;
  display: none;
  margin: 0 26px;
  padding: 0;
  font-family: "NotoSans-Medium";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 500;
}
.page-tab.-large .page-tab__link::before {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 3px;
  background-color: #13a2e8;
}
.page-tab.-large .page-tab__link.-active {
  color: #4b6391;
}
.page-tab.-large .page-tab__link.-active:before {
  opacity: 1;
}

.forms {
  margin: 0 0 24px 0;
  padding: 40px 0 55px 0;
  background-color: #fff1ed;
}
.forms .text-content .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 38.4px;
  line-height: 2.4rem;
}
.forms .tab__list {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.forms .tab__link {
  padding: 0 20px;
  border-radius: 8px;
  font-family: "NotoSans-Regular";
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
}
.forms .tab__link:not(.-active):hover {
  background-color: transparent;
}
.forms .pdf__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 4px 0;
  padding: 20px 30px 20px 30px;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
}
.forms .pdf__item img {
  margin: 0 12px 0 0;
  width: 33px;
  height: auto;
}
.forms .pdf__item p {
  margin: 0;
  padding: 2px 0 0 0;
}
.forms .pdf__item:last-child {
  margin-bottom: 0;
}
.forms .pdf__item.-border {
  border: 1px solid #dde7f1;
}

.tab {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.tab__select {
  display: none;
  margin: 0 0 26px 0;
}
.tab__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto 30px auto;
  padding: 6px;
  border-radius: 26px;
  background-color: #f7fafd;
}
.tab__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  height: 40px;
  border-radius: 20px;
  background-color: transparent;
  color: #4b6391;
  font-family: "NotoSans-Medium";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.36px;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  cursor: pointer;
}
.tab__link:hover {
  background-color: #e6eef6;
}
.tab__link.-active {
  background-color: #13a2e8;
  color: #fff;
}
.tab__link.-active:hover {
  background-color: #15b2ff;
}
.tab__content {
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.tab__content.-hidden {
  display: none;
}
.tab__content__item {
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-height: 0;
  overflow: hidden;
}
.tab__content__item.-active {
  opacity: 1;
  visibility: visible;
  max-height: 100000px;
}
.tab__content__item__chart {
  width: 100%;
}
.tab__content__loading {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 12px 0;
  padding: 0;
}
.tab__content__loading.-hidden {
  display: none;
}
.tab.-white .tab__list {
  background-color: #fff;
}
.tab.-white .tab__link {
  padding: 0 24px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.page-header {
  background-color: #e6edf6;
}

.forms {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .tab.-select .tab__list {
    display: none;
  }
  .tab.-select .tab__select {
    display: flex;
  }
}

@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 104px;
  }
  .page-tab {
    display: flex;
  }
  .page-tab__select {
    display: none;
  }
  .page-tab.-large {
    margin-top: -20px;
    background-color: #f7fafd;
  }
  .page-tab.-large .page-tab__content {
    padding: 0;
    height: 86px;
  }
  .page-tab.-large .page-tab__link {
    display: flex;
  }
  .page-tab.-contact {
    margin-top: 0 !important;
    padding-top: 20px;
  }
  .page-tab.-contact .page-tab__content {
    height: 76px;
  }
  .forms {
    margin: 0 0 16px 0;
    padding: 100px 0 106px 0;
  }
  .forms .tab__list {
    margin-bottom: 34px;
  }
  .tab__list {
    margin-bottom: 42px;
  }
  .tab__link {
    padding: 0 60px;
  }
  .tab.-white .tab__link {
    padding: 0 40px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
  }
  .page-header.-padding {
    padding: 74px 0 95px 0;
  }
  .forms {
    margin: 0;
    padding: 70px 0 16px 0;
  }
}
@font-face {
  font-family: "NotoSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/NotoSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSans-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/font/NotoSans-Medium.woff2") format("woff2");
}
:root {
  --header-height: 64px;
}

.popup {
  z-index: 999;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.popup.-active {
  opacity: 1;
  pointer-events: all;
}
.popup__close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  background-color: white;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}
.popup__close-button:hover {
  opacity: 0.8;
}
.popup__close-button img {
  width: 100%;
  height: 100%;
}
.popup__inner {
  position: relative;
  margin: 1rem;
  width: 100%;
  max-width: 35rem;
  max-height: calc(100dvh - 2rem);
  background-color: white;
  border-radius: 8px;
  transition: opacity 0.2s ease-out;
}
.popup__content {
  margin: 2rem 0;
  padding: 1rem 2rem;
  width: 100%;
}
.popup__link {
  display: flex;
  align-items: center;
  margin: 20px 0 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.popup__link img {
  margin: 0 12px 0 0;
  width: 33px;
  height: auto;
}
.popup__link p {
  transition: color 0.2s;
}
.popup__link:hover p {
  color: #13a2e8;
}
.popup p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 104px;
  }
  .popup__inner {
    max-width: 40rem;
  }
  .popup p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}