*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(50% - 200px);
}
body {
  margin: 0;
  padding-bottom: 53px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #1f1f1f;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font-family: inherit;
}
.header-top {
  display: none;
}
.header-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  padding: 0 20px;
  border-bottom: 1px solid #d5d5d5;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
  background: #fff;
}
.header-mobile__menu,
.header-mobile__user {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.header-mobile__menu img {
  width: 28px;
  height: 19px;
}
.header-mobile__user img {
  width: 32px;
  height: 32px;
}
.header-mobile__logo {
  width: 154px;
}
.header-mobile__logo img {
  width: 100%;
  height: auto;
}
.header-logo-desktop {
  display: none;
}
.trends {
  display: none;
  overflow: hidden;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  height: 40px;
}
.trends__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100%;
  white-space: nowrap;
  overflow-x: auto;
  padding: 0 12px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.trends__inner::-webkit-scrollbar {
  display: none;
}
.trends__label {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.trends__label img {
  width: 9px;
  height: 14px;
}
.trends__label span {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #555;
}
.trends__list {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 15px;
  color: #555;
}
.article {
  width: 100%;
  max-width: 896px;
  margin: 0 auto;
  padding: 20px 20px 0;
}
.article__breadcrumb {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}
.article__breadcrumb span {
  font-size: 16px;
  line-height: 20.8px;
  text-transform: uppercase;
  color: #3b3b3b;
}
.article__breadcrumb img {
  width: 5px;
  height: 8px;
}
.article__title {
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  color: #1f1f1f;
}
.article__divider {
  height: 1px;
  background: #d5d5d5;
  border: 0;
  margin: 0 0 12px;
}
.article__meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
.article__dates {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: -0.11px;
  color: #555;
}
.article__dates-sep {
  width: 1px;
  height: 10px;
  background: #d9d9d9;
}
.article__share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.share-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.share-list a,
.share-save {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  overflow: hidden;
  flex-shrink: 0;
}
.share-list img,
.share-save img {
  width: 38px;
  height: 38px;
}
.share-sep {
  width: 1px;
  height: 38px;
  background: #d5d5d5;
  flex-shrink: 0;
}
.share-save--text {
  display: none;
  gap: 14px;
  width: auto;
  height: auto;
  padding: 11px 20px;
  border: 1px solid #c2c2c2;
  border-radius: 100px;
  background: #fff;
  font-size: 14px;
  color: #1f1f1f;
  cursor: pointer;
}
.share-save--text img {
  width: 12px;
  height: 12px;
}
.article__hero {
  margin: 0 -20px 8px;
}
.article__hero img {
  width: 100%;
  aspect-ratio: 1180 / 677;
  object-fit: cover;
  border-radius: 8px;
}
.article__caption {
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.12px;
  color: #555;
}
.article__text {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #3b3b3b;
}
.article__text strong {
  font-weight: 600;
}
.article__blockquote {
  margin: 0 0 16px;
  padding-left: 24px;
  border-left: 2px solid #f68e1e;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.6;
  color: #3b3b3b;
}
.article__heading {
  margin: 24px 0 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: #3b3b3b;
}
.article__steps {
  margin: 12px 0 24px;
  padding: 24px 20px;
  border-radius: 8px;
  background: #eee;
}
.article__steps p {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  color: #3b3b3b;
}
.article__steps p:last-child {
  margin-bottom: 0;
}
.article__steps strong {
  font-weight: 600;
}
.article__figure {
  margin: 0 0 16px;
}
.article__figure .article__media {
  margin: 0 0 8px;
}
.article__figure .article__caption {
  margin: 0 0 24px;
}
.article__media {
  margin: 20px 0;
}
.article__media img {
  width: 100%;
  aspect-ratio: 1920 / 1080;
  border-radius: 8px;
  object-fit: cover;
}
.form-section {
  margin: 32px 0;
  padding: 0;
}
.form-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 32px 20px;
  border-radius: 16px;
  background: #275195;
  overflow: hidden;
}
.form-card__title {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.26px;
  text-align: center;
  color: #fff;
}
.form-card__subtitle {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.16px;
  text-align: center;
  color: #fff;
}
.form-card__note {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.13px;
  text-align: center;
  color: #fff;
  opacity: 0.5;
}
.comments {
  margin: 32px 0 40px;
  padding: 24px 16px;
  border: 1px solid rgba(45, 57, 76, 0.1);
  border-radius: 4px;
  background: #fff;
}
.comments__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 16px;
}
.comments__count {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.comments__sort {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #4b4f56;
}
.comments__sort-box {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 24px;
  padding: 5px 8px;
  border: 1px solid #cdd0d5;
  border-radius: 2px;
  background: #f5f6f7;
  font-size: 12px;
  font-weight: 700;
}
.comments__sort-box img {
  width: 6px;
  height: 8px;
}
.comments__compose {
  margin-bottom: 16px;
}
.comments__compose-input {
  display: flex;
  align-items: flex-start;
  min-height: 71px;
  padding: 16px 12px;
  border: 1px solid rgba(45, 57, 76, 0.1);
  background: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3);
}
.comments__compose-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 42px;
  padding: 10px;
  border: 1px solid rgba(45, 57, 76, 0.1);
  border-top: 0;
  background: #f5f6f7;
}
.comments__compose-btn {
  padding: 4px 8px;
  border: 0;
  border-radius: 2px;
  background: #a1b3d5;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.comment {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
.comment--reply {
  padding-left: 32px;
}
.comment__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.comment__body {
  flex: 1;
  min-width: 0;
}
.comment__author {
  margin: 0 0 8px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #385898;
}
.comment__text {
  margin: 0 0 8px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.3px;
  color: #000;
}
.comment__photo {
  width: 100%;
  max-width: 255px;
  margin: 0 0 8px;
  border-radius: 0;
  object-fit: cover;
}
.comment__photo--balance {
  max-width: 315px;
  aspect-ratio: 1 / 1;
}
.comment__photo--receipt {
  max-width: 119px;
  aspect-ratio: 119 / 211;
}
.comment__photo--spain {
  max-width: 266px;
  aspect-ratio: 1 / 1;
}
.comment__actions {
  display: flex;
  align-items: center;
  gap: 3px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.comment__actions a {
  color: #4267b2;
}
.comment__actions span {
  color: #000;
}
.comments__footer {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
  margin-top: 8px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #385898;
}
.comments__footer img {
  width: 12px;
  height: 13px;
}
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 53px;
  padding: 10px 12px;
  border-radius: 8px 8px 0 0;
  background: #f68e1e;
  box-shadow: 0 -2px 6px rgba(246, 142, 30, 0.24);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}
.sticky-cta.is-hidden {
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1024px) {
  body {
    padding-bottom: 0;
  }
  .sticky-cta {
    display: none;
  }
}
.site-footer {
  background: #3b3b3b;
  color: #e8eaed;
  padding: 26px 32px;
}
.site-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
  max-width: 1128px;
  margin: 0 auto;
}
.site-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.site-footer__logo {
  width: 120px;
}
.site-footer__social-label {
  margin: 0;
  font-size: 14px;
  text-align: center;
}
.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 252px;
}
.site-footer__social img {
  width: 32px;
  height: 32px;
}
.site-footer__cols {
  display: none;
}
.site-footer__copy {
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid #585858;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 1024px) {
  .header-mobile {
    display: none;
  }
  .header-top {
    display: block;
    height: 48px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    overflow: hidden;
  }
  .header-top__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    margin: 0 auto;
    padding: 0 40px;
  }
  .header-top__left {
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .header-top__menu {
    display: flex;
    width: 28px;
    height: 19px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .header-top__menu img {
    width: 28px;
    height: 19px;
  }
  .header-top__date {
    font-size: 16px;
    font-weight: 400;
    color: #1f1f1f;
  }
  .header-top__right {
    display: flex;
    align-items: center;
    gap: 23px;
  }
  .header-top__nav {
    display: flex;
    align-items: center;
    gap: 26px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    color: #1f1f1f;
  }
  .header-top__actions {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .btn-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border: 1px solid #c2c2c2;
    border-radius: 100px;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #3b3b3b;
    white-space: nowrap;
  }
  .btn-pill--accent {
    padding: 8px 19px;
    border-color: #fde8cc;
    background: #fde8cc;
  }
  .header-logo-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    background: #fff;
  }
  .header-logo-desktop img {
    width: 280px;
    height: 65px;
    object-fit: contain;
  }
  .trends {
    display: block;
    max-width: 1360px;
    margin: 0 auto;
  }
  .article {
    padding: 24px 0 0;
  }
  .article__breadcrumb {
    margin-bottom: 24px;
  }
  .article__title {
    margin-bottom: 24px;
    font-size: 46px;
  }
  .article__divider {
    margin-bottom: 24px;
  }
  .article__meta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .article__share {
    justify-content: flex-end;
  }
  .share-save--icon {
    display: none;
  }
  .share-save--text {
    display: inline-flex;
  }
  .article__hero {
    margin: 0 0 8px;
  }
  .article__caption {
    margin-bottom: 40px;
    font-size: 16px;
    letter-spacing: -0.16px;
  }
  .article__text {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.6;
  }
  .article__media {
    margin: 40px 0;
  }
  .article__blockquote {
    margin-bottom: 32px;
    font-size: 22px;
  }
  .article__heading {
    margin: 40px 0 12px;
    font-size: 28px;
  }
  .article__steps {
    margin: 27px 0 40px;
    padding: 32px;
  }
  .article__steps p {
    font-size: 22px;
  }
  .form-section {
    margin: 40px 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
  .form-card {
    max-width: 896px;
    margin: 0 auto;
    padding: 32px 40px;
    background: #275195;
  }
  .form-card__title {
    font-size: 32px;
    letter-spacing: -0.32px;
  }
  .form-card__subtitle {
    font-size: 20px;
    letter-spacing: -0.2px;
  }
  .comments {
    margin: 40px 0 48px;
    padding: 32px 40px;
  }
  .site-footer {
    padding: 32px 156px 32px;
  }
  .site-footer__inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 108px;
    flex-wrap: wrap;
  }
  .site-footer__brand {
    width: 172px;
    gap: 40px;
  }
  .site-footer__logo {
    width: 172px;
  }
  .site-footer__social {
    display: grid;
    grid-template-columns: repeat(3, 32px);
    gap: 12px;
    max-width: 120px;
  }
  .site-footer__cols {
    display: flex;
    flex: 1;
    justify-content: space-between;
    gap: 40px;
    min-width: 0;
  }
  .footer-col {
    text-align: center;
  }
  .footer-col h3 {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
  }
  .footer-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer-col li {
    margin-bottom: 16px;
  }
  .footer-col a {
    font-size: 14px;
    line-height: 16px;
  }
  .site-footer__copy {
    flex-basis: 100%;
    order: 3;
    margin-top: 0;
    padding-top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article {
    padding: 24px 32px 0;
  }
  .article__hero {
    margin: 0 0 8px;
  }
  .article__title {
    font-size: 36px;
  }
  .article__text {
    font-size: 20px;
    line-height: 1.55;
  }
  .form-section {
    margin: 32px;
  }
  .comments {
    margin: 32px;
  }
  .share-save--text {
    display: inline-flex;
  }
  .share-save--icon {
    display: none;
  }
}
.reg-form-wrapp {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
