*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
i,
ol,
ul,
li,
form,
label,
main,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  scroll-behavior: smooth;
}

footer,
header,
nav,
section,
main {
  display: block;
}

ol,
ul {
  list-style: none;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

input,
textarea,
button,
select {
  font-family: inherit;
}

a {
  text-decoration: none;
}

button {
  border: transparent;
  cursor: pointer;
}

html {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  html {
    font-size: 14px;
  }
}

body {
  font-size: 16px;
  background-color: #faffff;
  line-height: 1.4;
  min-height: 100vh;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}

img {
  display: block;
  max-width: 100%;
}

.container {
  max-width: 82rem;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}

.main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
}

.content {
  flex: 75%;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #000000;
}
.checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.2rem;
  background-color: #147dc2;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
.checkbox input[type=checkbox]:checked {
  background-image: url("../img/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem 1rem;
}
.checkbox label {
  line-height: 1.4;
  cursor: pointer;
}

.top-block {
  height: 40px;
  border-bottom: 1px solid #bdbdbd;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
  .top-block {
    position: relative;
    z-index: 1;
    height: 70px;
  }
}
.top-block .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.top-block__content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.top-block__text {
  font-size: 0.8rem;
  color: #717171;
}
.top-block__btn {
  font-size: 0.8rem;
  cursor: pointer;
  text-decoration: underline;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .top-block__btn {
    font-size: 0.7rem;
  }
}
@media (hover: hover) {
  .top-block__btn:hover ~ .top-block__description {
    opacity: 1;
    visibility: visible;
  }
}
.top-block__description {
  position: absolute;
  top: 90%;
  right: 0;
  max-width: 80%;
  width: 100%;
  font-size: 0.8rem;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: opacity 0.4s ease, visibility 0.4s ease-in-out;
  z-index: 2;
}
.top-block__description::before {
  content: "";
  position: absolute;
  top: 0;
  right: 65px;
  border-bottom: 7px solid #bdbdbd;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: translateY(-100%);
}
.top-block__description::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 66px;
  border-bottom: 6px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transform: translateY(-100%);
}
@media (max-width: 767.98px) {
  .top-block__description {
    max-width: 100%;
  }
}
@media (hover: hover) {
  .top-block__description:hover {
    opacity: 1;
    visibility: visible;
  }
}
.top-block__description.show {
  opacity: 1;
  visibility: visible;
}
.top-block__description-link {
  color: #000000;
  font-weight: 600;
}

.disclaimer-block {
  height: 40px;
  border-bottom: 1px solid #bdbdbd;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
  .disclaimer-block {
    height: 70px;
  }
}
.disclaimer-block .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.disclaimer-block__content {
  position: relative;
}
.disclaimer-block__text {
  font-size: 0.8rem;
}
.disclaimer-block__link {
  color: #000000;
  font-weight: 500;
  font-size: 0.8rem;
  cursor: pointer;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .disclaimer-block__link {
    font-size: 0.7rem;
  }
}

.burger {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  display: none;
}
@media (max-width: 767.98px) {
  .burger {
    display: block;
  }
}
.burger__line {
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  background-color: #000;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.burger__line:nth-of-type(2) {
  top: calc(50% - 9px);
}
.burger__line:nth-of-type(3) {
  top: calc(50% + 9px);
}
.burger.active .burger__line:nth-of-type(1) {
  display: none;
}
.burger.active .burger__line:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}
.burger.active .burger__line:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}

.header {
  border-bottom: 1px solid #a5a5a5;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .header__wrapper {
    gap: 1rem;
  }
}
.header__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .header__inner {
    gap: 1rem;
  }
}
@media (max-width: 767.98px) {
  .header__inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    background-color: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 130px;
    transition: transform 0.4s ease-in-out;
    transform: translateX(-100%);
    z-index: 1;
  }
  .header__inner.info-header {
    margin-top: 60px;
  }
}
.header__inner.open {
  transform: translateX(0%);
}
.header.scrolled {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.logo__img {
  width: 3rem;
  height: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .logo__img {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.nav {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .nav {
    gap: 1rem;
  }
}
@media (max-width: 767.98px) {
  .nav {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    gap: 0.5rem;
  }
}
.nav__item {
  position: relative;
  height: 100%;
  color: inherit;
  transition: color 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
}
@media (hover: hover) {
  .nav__item:hover {
    color: #147dc2;
  }
}
.nav__item--mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .nav__item {
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
    width: 100%;
    height: auto;
    justify-content: flex-start;
  }
  .nav__item:first-child {
    margin-top: 1rem;
  }
  .nav__item--mobile {
    display: block;
  }
}

.hero {
  max-width: 75%;
  padding: 4rem 0;
}
@media (max-width: 767.98px) {
  .hero {
    padding: 2rem 0;
    max-width: 100%;
  }
}
.hero__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
}
.hero__date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.3rem;
}
.hero__date img {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.hero__title {
  font-size: 2.8rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .hero__title {
    font-size: 1.5rem;
  }
}
.hero__title span {
  color: #147dc2;
}
.hero__text {
  font-size: 1.3rem;
}
@media (max-width: 767.98px) {
  .hero__text {
    font-size: 1rem;
  }
}

.broker-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
}
.broker-list__item {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #bdbdbd;
  display: block;
}
.broker-list__item-block {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .broker-list__item-block {
    text-align: center;
  }
}
.broker-list__item-block:nth-child(2) {
  max-width: 25%;
  gap: 2rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .broker-list__item-block:nth-child(2) {
    gap: 1rem;
    max-width: 49%;
  }
}
@media (max-width: 767.98px) {
  .broker-list__item-block:nth-child(2) {
    gap: 0;
    max-width: 100%;
  }
}
.broker-list__item-block:nth-child(3) {
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .broker-list__item-block:nth-child(3) {
    order: 3;
  }
}
@media (max-width: 767.98px) {
  .broker-list__item-block:nth-child(3) {
    gap: 0.5rem;
  }
}
.broker-list__item-block:nth-child(4) {
  max-width: 25%;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .broker-list__item-block:nth-child(4) {
    max-width: 49%;
  }
}
@media (max-width: 767.98px) {
  .broker-list__item-block:nth-child(4) {
    gap: 0.5rem;
    max-width: 100%;
  }
}
.broker-list__item-logo {
  width: 8rem;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.broker-list__item-link {
  padding: 1rem;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
@media (hover: hover) {
  .broker-list__item-link:hover {
    box-shadow: 0 18px 25px -8px rgba(0, 0, 0, 0.14), 0 8px 8px -8px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .broker-list__item-link {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .broker-list__item-link {
    gap: 1.2rem;
    padding: 2rem 1rem 1rem 1rem;
    flex-wrap: wrap;
  }
}
.broker-list__item-descr {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.broker-list__item-descr svg {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 767.98px) {
  .broker-list__item-descr {
    justify-content: center;
  }
}
.broker-list__item-title {
  color: #000000;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .broker-list__item-title {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .broker-list__item-title {
    font-size: 1rem;
  }
}
.broker-list__item-subtitle {
  width: 100%;
  font-weight: 600;
  color: #000000;
}
.broker-list__item-info {
  background-color: #000000;
  color: #ffffff;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  margin-right: auto;
  border-radius: 0.2rem;
}
@media (max-width: 767.98px) {
  .broker-list__item-info {
    margin: 0 auto;
  }
}
.broker-list__item-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .broker-list__item-list {
    align-items: center;
  }
}
.broker-list__item-list li {
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.4rem;
}
@media (max-width: 767.98px) {
  .broker-list__item-list li {
    text-align: left;
  }
}
.broker-list__item-list li img {
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
}
.broker-list__item-tip {
  position: relative;
  color: #000000;
  border: 1px solid #eeeeee;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.4rem;
}
.broker-list__item-tip svg {
  width: 2rem;
  height: 2rem;
}
.broker-list__item-tip::after {
  content: "";
  border-radius: 2px;
  position: absolute;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
  transform: rotate(45deg);
  bottom: -4px;
  right: 5rem;
  border-width: 4px;
  border-style: solid;
  border-color: transparent #ffffff #ffffff transparent;
}
.broker-list__item-main-link {
  background-color: #ff5500;
  white-space: nowrap;
  color: #ffffff;
  font-size: 1.2rem;
  border-radius: 0.2rem;
  font-weight: 600;
  padding: 0.6rem 1.4rem;
  transition: background-color 0.4s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.4rem;
}
.broker-list__item-main-link svg {
  width: 1.2rem;
  height: 1.2rem;
  transition: all 0.4s ease-in-out;
}
@media (hover: hover) {
  .broker-list__item-main-link:hover {
    background-color: #1a73b5;
  }
  .broker-list__item-main-link:hover svg {
    transform: translateX(0.5rem);
  }
}
.broker-list__item-stok {
  color: #0c4b75;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  text-align: center;
  border-top: 1px solid #0c4b75;
  border-bottom: 1px solid #0c4b75;
}
.broker-list__item-btn {
  background-color: #ffffff;
  color: #0c4b75;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 1rem;
  width: 100%;
}
@media (hover: hover) {
  .broker-list__item-btn:hover {
    box-shadow: 0 18px 25px -8px rgba(0, 0, 0, 0.14), 0 8px 8px -8px rgba(0, 0, 0, 0.2);
  }
}

.item-head {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.item-head__number {
  height: 1.6rem;
  width: 1.6rem;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.item-head__text {
  height: 1.6rem;
  padding: 0 0.5rem;
  background-color: #147dc2;
  color: #ffffff;
  border-bottom-right-radius: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.score-btn {
  background-color: transparent;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.4rem;
}
@media (hover: hover) {
  .score-btn:hover ~ .score-breakdown--one {
    opacity: 1;
    visibility: visible;
  }
  .score-btn:hover ~ .score-breakdown--one .bar__inner--first {
    width: 100%;
  }
  .score-btn:hover ~ .score-breakdown--one .bar__inner--second {
    width: 94%;
  }
  .score-btn:hover ~ .score-breakdown--one .bar__inner--third {
    width: 100%;
  }
  .score-btn:hover ~ .score-breakdown--second {
    opacity: 1;
    visibility: visible;
  }
  .score-btn:hover ~ .score-breakdown--second .bar__inner--first {
    width: 88%;
  }
  .score-btn:hover ~ .score-breakdown--second .bar__inner--second {
    width: 88%;
  }
  .score-btn:hover ~ .score-breakdown--second .bar__inner--third {
    width: 94%;
  }
  .score-btn:hover ~ .score-breakdown--three {
    opacity: 1;
    visibility: visible;
  }
  .score-btn:hover ~ .score-breakdown--three .bar__inner--first {
    width: 90%;
  }
  .score-btn:hover ~ .score-breakdown--three .bar__inner--second {
    width: 95%;
  }
  .score-btn:hover ~ .score-breakdown--three .bar__inner--third {
    width: 94%;
  }
  .score-btn:hover ~ .score-breakdown--four {
    opacity: 1;
    visibility: visible;
  }
  .score-btn:hover ~ .score-breakdown--four .bar__inner--first {
    width: 86%;
  }
  .score-btn:hover ~ .score-breakdown--four .bar__inner--second {
    width: 90%;
  }
  .score-btn:hover ~ .score-breakdown--four .bar__inner--third {
    width: 92%;
  }
  .score-btn:hover ~ .score-breakdown--five {
    opacity: 1;
    visibility: visible;
  }
  .score-btn:hover ~ .score-breakdown--five .bar__inner--first {
    width: 83%;
  }
  .score-btn:hover ~ .score-breakdown--five .bar__inner--second {
    width: 89%;
  }
  .score-btn:hover ~ .score-breakdown--five .bar__inner--third {
    width: 94%;
  }
  .score-btn:hover ~ .score-breakdown--six {
    opacity: 1;
    visibility: visible;
  }
  .score-btn:hover ~ .score-breakdown--six .bar__inner--first {
    width: 84%;
  }
  .score-btn:hover ~ .score-breakdown--six .bar__inner--second {
    width: 97%;
  }
  .score-btn:hover ~ .score-breakdown--six .bar__inner--third {
    width: 94%;
  }
  .score-btn:hover ~ .score-breakdown--seven {
    opacity: 1;
    visibility: visible;
  }
  .score-btn:hover ~ .score-breakdown--seven .bar__inner--first {
    width: 80%;
  }
  .score-btn:hover ~ .score-breakdown--seven .bar__inner--second {
    width: 90%;
  }
  .score-btn:hover ~ .score-breakdown--seven .bar__inner--third {
    width: 90%;
  }
  .score-btn:hover .score-btn__icon {
    transform: rotateX(180deg);
  }
}
.score-btn.active .score-btn__icon {
  transform: rotateX(180deg);
}
.score-btn.active ~ .score-breakdown--one {
  opacity: 1;
  visibility: visible;
}
.score-btn.active ~ .score-breakdown--one .bar__inner--first {
  width: 100%;
}
.score-btn.active ~ .score-breakdown--one .bar__inner--second {
  width: 94%;
}
.score-btn.active ~ .score-breakdown--one .bar__inner--third {
  width: 100%;
}
.score-btn.active ~ .score-breakdown--second {
  opacity: 1;
  visibility: visible;
}
.score-btn.active ~ .score-breakdown--second .bar__inner--first {
  width: 88%;
}
.score-btn.active ~ .score-breakdown--second .bar__inner--second {
  width: 88%;
}
.score-btn.active ~ .score-breakdown--second .bar__inner--third {
  width: 94%;
}
.score-btn.active ~ .score-breakdown--three {
  opacity: 1;
  visibility: visible;
}
.score-btn.active ~ .score-breakdown--three .bar__inner--first {
  width: 90%;
}
.score-btn.active ~ .score-breakdown--three .bar__inner--second {
  width: 95%;
}
.score-btn.active ~ .score-breakdown--three .bar__inner--third {
  width: 94%;
}
.score-btn.active ~ .score-breakdown--four {
  opacity: 1;
  visibility: visible;
}
.score-btn.active ~ .score-breakdown--four .bar__inner--first {
  width: 86%;
}
.score-btn.active ~ .score-breakdown--four .bar__inner--second {
  width: 90%;
}
.score-btn.active ~ .score-breakdown--four .bar__inner--third {
  width: 92%;
}
.score-btn.active ~ .score-breakdown--five {
  opacity: 1;
  visibility: visible;
}
.score-btn.active ~ .score-breakdown--five .bar__inner--first {
  width: 83%;
}
.score-btn.active ~ .score-breakdown--five .bar__inner--second {
  width: 89%;
}
.score-btn.active ~ .score-breakdown--five .bar__inner--third {
  width: 94%;
}
.score-btn.active ~ .score-breakdown--six {
  opacity: 1;
  visibility: visible;
}
.score-btn.active ~ .score-breakdown--six .bar__inner--first {
  width: 84%;
}
.score-btn.active ~ .score-breakdown--six .bar__inner--second {
  width: 97%;
}
.score-btn.active ~ .score-breakdown--six .bar__inner--third {
  width: 94%;
}
.score-btn.active ~ .score-breakdown--seven {
  opacity: 1;
  visibility: visible;
}
.score-btn.active ~ .score-breakdown--seven .bar__inner--first {
  width: 80%;
}
.score-btn.active ~ .score-breakdown--seven .bar__inner--second {
  width: 90%;
}
.score-btn.active ~ .score-breakdown--seven .bar__inner--third {
  width: 90%;
}
.score-btn__number {
  font-size: 2rem;
  font-weight: 700;
}
.score-btn__rating {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}
.score-btn__img {
  width: 5rem;
  height: 1rem;
  line-height: 1;
}
.score-btn__icon {
  display: block;
  transition: all 0.4s ease-in-out;
  width: 0.5rem;
  height: 0.5rem;
}
.score-btn__text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.2rem;
}

.score-breakdown {
  position: absolute;
  left: 100%;
  z-index: 1;
  background-color: #000000;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease-in-out;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .score-breakdown {
    left: 85%;
    bottom: -10rem;
  }
}
@media (max-width: 767.98px) {
  .score-breakdown {
    left: 0;
    bottom: -15rem;
  }
}
.score-breakdown__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.2rem;
}
.score-breakdown__item {
  width: 100%;
  padding: 0.5rem;
}
.score-breakdown__item:not(:last-child) {
  border-bottom: 0.5px solid #ffffff;
}
.score-breakdown__title {
  color: #ffffff;
  font-size: 0.8rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.score-breakdown__text {
  color: #ffffff;
  font-size: 0.8rem;
}

.bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.2rem;
}
.bar__wrapper {
  position: relative;
  width: 75%;
  height: 0.4rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
}
.bar__inner {
  position: absolute;
  top: 0rem;
  left: 0;
  display: block;
  width: 0;
  height: 0.4rem;
  border-radius: 0.2rem;
  transition: width 0.4s ease-in-out;
  z-index: 1;
}
.bar__inner--first {
  background-color: #147dc2;
}
.bar__inner--second {
  background-color: #ffcd55;
}
.bar__inner--third {
  background-color: #147dc2;
}
.bar__icon {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.bar__score {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
}

.hidden {
  display: none;
}

.popular {
  position: relative;
  padding: 6rem 0;
}
.popular::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #bdbdbd;
}
.popular::after {
  content: "";
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #bdbdbd;
}
.popular__title {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 2rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .popular__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .popular__title {
    font-size: 1.125rem;
  }
}

.faq {
  padding: 2rem 0;
}
.faq__title {
  font-size: 0.8rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0.5rem;
}
.faq__text {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.accordion {
  width: 100%;
}
.accordion__item:not(:last-child) {
  margin-bottom: 1rem;
}
.accordion__header {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f9f9f9;
  border-bottom: 1px solid #bdbdbd;
  color: #000000;
  box-shadow: none;
  padding: 0.5rem;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.3s ease;
}
.accordion__header span {
  font-size: 0.8rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .accordion__header {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .accordion__header {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .accordion__header:hover {
    cursor: pointer;
  }
}
.accordion__content {
  overflow: hidden;
  padding: 0 1rem;
  font-size: 0.8rem;
  max-height: 0;
  transition: max-height 0.3s ease;
  background-color: transparent;
}
.accordion__content p {
  margin: 1rem 0;
}
.accordion__icon {
  width: 0.6rem;
  height: 0.6rem;
  transition: transform 0.3s ease;
  margin-left: auto;
}
.accordion__img {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}

.active .accordion__icon {
  transform: rotate(180deg);
}

.info {
  max-width: 75%;
  padding: 4rem 0;
}
@media (max-width: 767.98px) {
  .info {
    padding: 2rem 0;
    max-width: 100%;
  }
}
.info__title {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .info__title {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .info__title {
    font-size: 1rem;
  }
}
.info__list {
  margin-bottom: 1rem;
}
.info__text:not(:last-child) {
  margin-bottom: 1rem;
}

.terms {
  padding: 4rem 0;
}
@media (max-width: 767.98px) {
  .terms {
    padding: 2rem 0;
  }
}
.terms__title {
  position: relative;
  font-size: 2.8rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 4rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .terms__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .terms__title {
    font-size: 1.5rem;
  }
}
.terms__title::before {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 10rem;
  height: 1px;
  background-color: #bdbdbd;
}
.terms span {
  display: block;
}
.terms span:not(:last-child) {
  margin-bottom: 1rem;
}
.terms__text:not(:last-child) {
  margin-bottom: 1rem;
}
.terms__link {
  word-break: break-all;
  color: #147dc2;
  transition: color 0.4s ease-in-out;
}
@media (hover: hover) {
  .terms__link:hover {
    color: #0c4b75;
  }
}

.policy {
  max-width: 80%;
  padding: 4rem 0;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .policy {
    max-width: 100%;
    padding: 2rem 0;
  }
}
.policy__title {
  position: relative;
  font-size: 2.8rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 4rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .policy__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .policy__title {
    font-size: 1.5rem;
  }
}
.policy__title::before {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 10rem;
  height: 1px;
  background-color: #bdbdbd;
}
.policy span {
  display: block;
}
.policy span:not(:last-child) {
  margin-bottom: 1rem;
}
.policy__date {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .policy__date {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .policy__date {
    font-size: 1rem;
  }
}
.policy__suptitle {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .policy__suptitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .policy__suptitle {
    font-size: 1rem;
  }
}
.policy__list {
  margin-bottom: 1rem;
}
.policy__list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.policy__text:not(:last-child) {
  margin-bottom: 1rem;
}
.policy__link {
  word-break: break-all;
  color: #147dc2;
  transition: color 0.4s ease-in-out;
}
@media (hover: hover) {
  .policy__link:hover {
    color: #0c4b75;
  }
}

.cookie {
  max-width: 80%;
  padding: 4rem 0;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .cookie {
    max-width: 100%;
    padding: 2rem 0;
  }
}
.cookie__title {
  position: relative;
  font-size: 2.8rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 4rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .cookie__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .cookie__title {
    font-size: 1.5rem;
  }
}
.cookie__title::before {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 10rem;
  height: 1px;
  background-color: #bdbdbd;
}
.cookie span {
  display: block;
}
.cookie span:not(:last-child) {
  margin-bottom: 1rem;
}
.cookie__list {
  margin-bottom: 1rem;
}
.cookie__list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.cookie__text:not(:last-child) {
  margin-bottom: 1rem;
}
.cookie__subtitle {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .cookie__subtitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .cookie__subtitle {
    font-size: 1rem;
  }
}
.cookie__subtitle:not(:last-child) {
  margin-bottom: 1rem;
}
.cookie__link {
  word-break: break-all;
  color: #147dc2;
  transition: color 0.4s ease-in-out;
}
@media (hover: hover) {
  .cookie__link:hover {
    color: #0c4b75;
  }
}

.disclaimer {
  max-width: 80%;
  padding: 4rem 0;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .disclaimer {
    max-width: 100%;
    padding: 2rem 0;
  }
}
.disclaimer__title {
  position: relative;
  font-size: 2.8rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 4rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .disclaimer__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .disclaimer__title {
    font-size: 1.5rem;
  }
}
.disclaimer__title::before {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 10rem;
  height: 1px;
  background-color: #bdbdbd;
}
.disclaimer__text:not(:last-child) {
  margin-bottom: 1rem;
}
.disclaimer__link {
  word-break: break-all;
  color: #147dc2;
  transition: color 0.4s ease-in-out;
}
@media (hover: hover) {
  .disclaimer__link:hover {
    color: #0c4b75;
  }
}

.about {
  padding: 4rem 0;
}
@media (max-width: 767.98px) {
  .about {
    padding: 2rem 0;
  }
}
.about__title {
  position: relative;
  font-size: 2.8rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 4rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .about__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .about__title {
    font-size: 1.5rem;
  }
}
.about__title::before {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 10rem;
  height: 1px;
  background-color: #bdbdbd;
}
.about span {
  display: block;
}
.about span:not(:last-child) {
  margin-bottom: 1rem;
}
.about__text:not(:last-child) {
  margin-bottom: 1rem;
}
.about__link {
  word-break: break-all;
  color: #147dc2;
  transition: color 0.4s ease-in-out;
}
@media (hover: hover) {
  .about__link:hover {
    color: #0c4b75;
  }
}

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: #000;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: background-color 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (hover: hover) {
  .scroll-top:hover {
    background-color: #147dc2;
  }
}

.scroll-top img {
  width: 1rem;
  height: 1rem;
  line-height: 0;
  transform: rotateX(180deg);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

.footer {
  padding: 4rem 0;
  background-color: #112535;
}
.footer__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .footer__wrapper {
    gap: 1rem;
  }
}
@media (max-width: 767.98px) {
  .footer__wrapper {
    padding: 2rem 0;
    flex-direction: column;
  }
}
.footer__left {
  min-width: 29%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .footer__left {
    min-width: 100%;
  }
}
.footer__right {
  min-width: 67%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .footer__right {
    min-width: 100%;
  }
}
.footer__copy {
  color: #ffffff;
  margin: 1rem 0;
}
.footer__text {
  color: #ffffff;
}
.footer__text:not(:last-child) {
  margin-bottom: 1rem;
}
.footer__text a {
  color: #ffffff;
  font-weight: 600;
}
.footer__links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .footer__links {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__links a {
  color: #ffffff;
  font-weight: 600;
}
.footer__disc {
  padding-top: 2rem;
  position: relative;
}
.footer__disc::before {
  content: "";
  position: absolute;
  top: 1rem;
  height: 1px;
  width: 100%;
  background-color: #bdbdbd;
}
.footer__disc span {
  display: block;
  color: #ffffff;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.footer__disc p {
  color: #ffffff;
  font-size: 0.8rem;
}
.footer__disc a {
  color: #ffffff;
}
@media (hover: hover) {
  .footer__disc a:hover {
    text-decoration: underline;
  }
}/*# sourceMappingURL=style.css.map */