.v-icon {
  display: block;
}
.v-rich-text__content {
  pointer-events: none;
}
.v-rich-text__content [infotip] {
  pointer-events: all;
}
.v-rich-text__content [infotip] {
  position: relative;
  z-index: 10;
  width: 1em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: transparent;
  cursor: pointer;
}
.v-rich-text__content [infotip]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 150%;
  width: 150%;
  max-width: 1.5rem;
  max-height: 1.5rem;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' class='icon--s'%3e %3cpath class='icon__fill' fill-rule='evenodd' clip-rule='evenodd' d='M13 8C13 8.55228 12.5523 9 12 9C11.4477 9 11 8.55228 11 8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44772 13 8ZM12 11C12.5523 11 13 11.4477 13 12V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V12C11 11.4477 11.4477 11 12 11Z' fill='%23707070' /%3e %3ccircle class='icon__stroke' cx='12' cy='12' r='7.35' stroke-width='1.3' stroke='%23d6d6d6' /%3e %3c/svg%3e#d6d6d6 .icon__stroke&fill=");
}
:root {
  font-size: 1rem;
}
@media (min-width: 768px) {
  :root {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  :root {
    font-size: 0.875rem;
  }
}
@media (min-width: 1280px) {
  :root {
    font-size: 1rem;
  }
}
body {
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 500;
  color: #1f1f1f;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body *,
body *::before,
body *::after {
  box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
:focus {
  outline: none;
  outline-offset: 0;
}
.p20-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.p20-row {
  display: flex;
  flex-wrap: wrap;
}
.p20-col {
  position: relative;
  width: 100%;
  min-height: 1px;
}
.p20-row {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}
.p20-container {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.p20-col--s-12 {
  flex: 0 0 calc(100% / 1);
  max-width: calc(100% / 1);
}
.p20-col {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
@media (min-width: 768px) {
  .p20-row {
    margin-right: -0.665rem;
    margin-left: -0.665rem;
  }
  .p20-container {
    padding-right: 1.33rem;
    padding-left: 1.33rem;
  }
  .p20-col--m-3 {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .p20-col--m-9 {
    flex: 0 0 calc(100% / 1.3333333333);
    max-width: calc(100% / 1.3333333333);
  }
  .p20-col {
    padding-right: 0.665rem;
    padding-left: 0.665rem;
  }
}
@media (min-width: 1024px) {
  .p20-row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .p20-container {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  .p20-col {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1280px) {
  .p20-row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .p20-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .p20-container--fixed {
    max-width: 79.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .p20-col {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (max-width: 767px) {
  .p20-main-content-wrapper {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .p20-main-content-wrapper {
    padding-bottom: 5rem;
  }
}
.p20-main-content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.v-faq-item {
  flex-basis: 100%;
  border-bottom: 1px solid #ebebeb;
}
.v-faq-item__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  cursor: pointer;
}
.v-faq-item__date {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 500;
  color: #707070;
  margin-bottom: 0.125rem;
}
.v-faq-item__title {
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.v-faq-item__content {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  padding-bottom: 1.5rem;
  color: #1f1f1f;
}
.v-faq-item__cta {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .v-faq-item__description {
    margin-right: 0.5rem;
  }
}
.v-breadcrumbs {
  padding-top: 1.5rem;
  margin: 0 !important;
  display: flex;
  order: -1;
  z-index: 1;
}
@media (max-width: 767px) {
  .v-breadcrumbs {
    padding-top: 1rem;
  }
}
.v-breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .v-breadcrumbs__item {
    width: 100%;
  }
  .v-breadcrumbs__item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .v-breadcrumbs__item svg {
    height: 1rem;
    width: 1rem;
    flex-shrink: 0;
  }
  .v-breadcrumbs__item svg.chevron-next {
    display: none;
  }
}
@media (min-width: 768px) {
  .v-breadcrumbs__item {
    font-size: 0.875rem;
  }
  .v-breadcrumbs__item:not(:first-of-type) {
    margin-left: 0.375rem;
  }
  .v-breadcrumbs__item svg {
    height: 1rem;
    width: 1rem;
    margin-left: 0.5rem;
  }
  .v-breadcrumbs__item svg path {
    fill: #c2c2c2;
  }
}
.v-breadcrumbs {
  padding: 1.5rem 0;
}
.v-breadcrumbs p {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v-breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  color: #266dd9;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .v-breadcrumbs__item {
    width: 100%;
  }
  .v-breadcrumbs__item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .v-breadcrumbs__item:not(:nth-last-child(2)) {
    display: none;
  }
  .v-breadcrumbs__item svg {
    height: 1rem;
    width: 1rem;
    flex-shrink: 0;
  }
  .v-breadcrumbs__item svg.chevron-prev {
    margin-right: 0.125rem;
  }
  .v-breadcrumbs__item svg.chevron-prev path {
    fill: #266dd9;
  }
  .v-breadcrumbs__item svg.chevron-next {
    display: none;
  }
}
@media (min-width: 768px) {
  .v-breadcrumbs__item {
    font-size: 0.875rem;
    color: #707070;
  }
  .v-breadcrumbs__item:not(:first-of-type) {
    margin-left: 0.5rem;
  }
  .v-breadcrumbs__item svg {
    height: 1rem;
    width: 1rem;
    margin-left: 0.5rem;
  }
  .v-breadcrumbs__item svg path {
    fill: #c2c2c2;
  }
  .v-breadcrumbs__item svg.chevron-prev {
    display: none;
  }
  .v-breadcrumbs__item:last-of-type {
    color: #999999;
    pointer-events: none;
    display: inline;
  }
  .v-breadcrumbs__item:last-of-type svg {
    display: none;
  }
}
.messages__header {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  color: #707070;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .messages__header {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    font-weight: 700;
  }
}
.messages__last {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .messages__last {
    margin-bottom: 4rem;
  }
}
.messages .v-faq-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.messages .v-faq-item:last-child {
  border-bottom: 0;
}
.messages .v-faq-item .v-faq-item__icon {
  transform: rotate(0deg);
  transition: 300ms;
}
.messages .v-faq-item__inner {
  padding-top: 0;
  padding-bottom: 0;
}
.messages__date {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 500;
  color: #707070;
  margin-bottom: 0.125rem;
}
.messages__title,
.messages .v-faq-item__title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.messages__body,
.messages .v-faq-item__content {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-top: 0.5rem;
  padding-bottom: 0;
}
.messages .v-faq-item__content {
  display: none;
}
.messages .v-rich-text__content ul {
  padding-left: 1.5rem;
}
.tabs {
  overflow: hidden;
}
@media (max-width: 767px) {
  .tabs .swiper {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    min-width: calc(100% + 0.75rem + 0.75rem)
  }
}
.tabs .swiper-wrapper {
  height: auto;
}
.tabs__menu {
  display: flex;
}
@media (max-width: 767px) {
  .tabs__menu {
    margin-bottom: 2rem !important;
  }
}
@media (min-width: 768px) {
  .tabs__menu {
    flex-direction: column;
  }
}
.tabs__item {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .tabs__item {
    padding: 0.0625rem;
    border: 1px solid #ebebeb;
    border-radius: 1.5rem;
    margin-right: 0.5rem;
    width: auto;
  }
  .tabs__item:first-of-type {
    margin-left: 0.75rem;
  }
  .tabs__item:last-of-type {
    margin-right: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tabs__item {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    font-weight: 500;
    background-color: whitesmoke;
    border-bottom: 1px solid #ebebeb;
  }
  .tabs__item:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .tabs__item:last-child {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .tabs__item_content {
    padding: 0.75rem 1.5rem;
    background-color: #fff;
    border-radius: 1.5rem;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .tabs__item_content {
    padding: 1.5rem 1.125rem;
  }
}
@media (max-width: 767px) {
  .tabs__item--active {
    font-weight: 600;
    border: 2px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(180deg, #7b4cd9 0%, #b54fdf 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
  }
  .tabs__item--active .tabs__item_content {
    background: linear-gradient(180deg, #7b4cd9 0%, #b54fdf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}
@media (min-width: 768px) {
  .tabs__item--active {
    font-weight: 700;
  }
}
.tabs__content:not(:nth-child(2)) {
  display: none;
  opacity: 0;
}
.header {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .header {
    margin-bottom: 5rem;
  }
}
.header__title {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .header__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .header__title {
    line-height: 2.625rem;
  }
}
@media (min-width: 768px) {
  .header__title {
    font-size: 2rem;
    line-height: 3.75rem;
    font-weight: 700;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header__title {
    font-size: 2.5rem;
  }
}
