@import url("https://use.typekit.net/bvx4jqo.css");
/************************* Variables *************************/
/************************* Mixins *************************/
button {
  cursor: pointer;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 8px 16px;
  border-radius: 60px;
  height: 40px;
  width: 100%;
  min-width: 180px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (min-width: 768px) {
  .button {
    min-width: 248px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.button.button--small {
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
  padding: 8px 8px;
  height: -moz-fit-content;
  height: fit-content;
}
.button.button__primary {
  background-color: #7b1fa2;
  border: 1px solid #7b1fa2;
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  font-family: "source-sans-pro", sans-serif;
}
.button.button__primary:hover {
  background-color: #8835ab;
  border: 1px solid #8835ab;
}
.button.button__primary.outlined {
  border: 1px solid;
}
.button.button__primary.outlined:hover {
  border: 1px solid;
}
.button.button__primary.disabled {
  background-color: #d0d0d0;
  border: 1px solid #d0d0d0;
  color: #595959;
}

* {
  font-family: "source-sans-pro", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
}

body {
  margin: 0;
}

p {
  margin: 0;
  font-family: "source-sans-pro", sans-serif;
}

.TG-header {
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 6px 0px rgba(0, 34, 77, 0.2);
}
.TG-header__container {
  height: 32px;
  max-width: 1024px;
  width: 100%;
}

.TG-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 24px auto;
  max-width: 1366px;
}
.TG-main__title {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: normal;
  font-family: "source-sans-pro", sans-serif;
  text-align: start;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .TG-main__title {
    text-align: center;
    padding: 0;
  }
}
.TG-main__banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 207px;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .TG-main__banner {
    height: 266px;
  }
}
.TG-main__banner-image {
  width: 100%;
  height: auto;
  display: none;
}
@media (min-width: 768px) {
  .TG-main__banner-image {
    display: block;
  }
}
.TG-main__banner-image-mobile {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .TG-main__banner-image-mobile {
    display: none;
  }
}
.TG-main__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .TG-main__info {
    flex-direction: row;
  }
}
.TG-main__info-text {
  padding: 16px;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .TG-main__info-text {
    width: 51%;
  }
}
.TG-main__info-text-title {
  font-size: 1.438rem;
  font-weight: 600;
  line-height: normal;
  font-family: "source-sans-pro", sans-serif;
}
.TG-main__info-text-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  font-family: "source-sans-pro", sans-serif;
}
.TG-main__info-text-description a {
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  font-family: "source-sans-pro", sans-serif;
  text-decoration: none;
  color: #0071d1;
}
.TG-main__info-text-description a:hover {
  text-decoration: underline;
}
.TG-main__info-image {
  height: auto;
  overflow: hidden;
  height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.TG-main__info-image img {
  width: 100%;
}
@media (min-width: 768px) {
  .TG-main__info-image {
    height: auto;
    max-width: 504px;
    width: 49%;
  }
}
.TG-main__feedback {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  border: 1px solid #d0d0d0;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.TG-main__feedback-button {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  font-family: "source-sans-pro", sans-serif;
  background-color: transparent;
  border: 1px solid #595959;
  color: #595959;
  border-radius: 60px;
  padding: 4px 16px;
}
.TG-main__accordions {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1024px;
  margin: 0 auto;
}
.TG-main__accordion {
  border: none;
  background-color: transparent;
  width: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  padding: 0;
}
.TG-main__accordion .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #d0d0d0;
  text-align: start;
}
.TG-main__accordion .header:hover {
  background-color: #f8f8f8;
}
.TG-main__accordion .header .header-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  font-family: "source-sans-pro", sans-serif;
}
.TG-main__accordion .content {
  display: none;
}
.TG-main__accordion-open {
  border: none;
  background-color: transparent;
  width: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.TG-main__accordion-open .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border: none;
  background-color: #ebf6ff;
}
.TG-main__accordion-open .header .header-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  font-family: "source-sans-pro", sans-serif;
}
.TG-main__accordion-open .header:hover {
  background-color: #ebf6ff;
}
.TG-main__accordion-open .header img {
  transform: rotate(180deg);
}
.TG-main__accordion-open .content {
  display: block;
  background-color: #ebf6ff;
  padding: 8px 16px 16px;
  border-bottom: 1px solid #d0d0d0;
  text-align: start;
}
.TG-main__accordion-open .content .content-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  font-family: "source-sans-pro", sans-serif;
}
.TG-main__accordion-open .content ol {
  margin-top: 0;
}
.TG-main__benefits {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-color: #fff3f9;
  padding: 16px;
}
.TG-main__benefits-title {
  font-size: 1.438rem;
  font-weight: 600;
  line-height: normal;
  font-family: "source-sans-pro", sans-serif;
  text-align: center;
}
.TG-main__benefits-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.TG-main__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.TG-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #00308b;
  padding: 36px 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .TG-footer {
    flex-direction: row;
    justify-content: center;
    padding: 20px;
  }
}
.TG-footer__advise {
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  font-family: "source-sans-pro", sans-serif;
  color: #ffffff;
}
.TG-footer__link {
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  font-family: "source-sans-pro", sans-serif;
  color: #ffffff;
  text-decoration: underline;
}

.ShowDetailsSuscriptions {
  overflow-x: auto;
  max-width: 658px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.ShowDetailsSuscriptions__ComparisonTable {
  border-collapse: collapse;
  border: none;
  width: 100%;
}
.ShowDetailsSuscriptions .sticky-col {
  min-width: 126px;
  position: sticky;
  left: 0;
  z-index: 1;
  text-align: center;
}
.ShowDetailsSuscriptions thead th {
  background-color: #00308b;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  font-family: "source-sans-pro", sans-serif;
  color: #ffffff;
  border: none;
  padding: 8px;
  min-width: 108px;
  text-align: center;
  white-space: nowrap;
}
.ShowDetailsSuscriptions td {
  padding: 12px;
  border: none;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  font-family: "source-sans-pro", sans-serif;
  min-width: 108px;
  text-align: center;
}
.ShowDetailsSuscriptions tr:nth-child(odd) td {
  background-color: #ffffff;
  opacity: 1;
}
.ShowDetailsSuscriptions tr:nth-child(even) td {
  background-color: #ebf6ff;
  opacity: 1;
}

.scroll-horizontal {
  overflow-x: auto;
  padding-bottom: 20px;
}
.scroll-horizontal::-webkit-scrollbar {
  margin-top: 2px;
  width: 100%;
  height: 7px;
  background: url("../img/track-line.svg") repeat;
}
.scroll-horizontal::-webkit-scrollbar-thumb {
  background: url("../img/track.svg") repeat;
}

.card-free-content-benefit a {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  font-family: "source-sans-pro", sans-serif;
  color: #0071d1;
  text-decoration: none;
}
.card-free-content-benefit a:hover {
  text-decoration: underline;
}