.sr-only, .slds-form.slds-form--card heading, .slds-form.slds-form--ach heading, .slds-form-element__legend.slds-form-element__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip:focus {
  position: static;
  width: auto;
  height: auto;
}

.img-r {
  display: block;
  height: auto;
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

.text-center img {
  margin: auto;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media print {
  .slds-no-print {
    display: none !important;
  }
}
.arvo, body {
  font-family: "Arvo", serif;
  font-style: normal;
}

.arvo-regular, .lead, h2, .h2 {
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;
}

.arvo-bold {
  font-family: "Arvo", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold, h6, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold, h2, .gode-review.gode-review--total .gode-review__value, ol.gode-list li::marker, h5, .h5, h4, .h4, h3, .h3, h1, .h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

html {
  color: #202328;
  font-size: 10px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased !important;
}
@media print {
  html {
    font-size: 8px;
  }
}

body {
  color: #202328;
  line-height: 1.75;
}

body, .slds-text-body_regular {
  font-size: 1.6rem;
}

.slds-text-body_small {
  font-size: 1.4rem;
  line-height: 1.5;
}

.text-body_large {
  font-size: 2rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .text-body_large {
    font-size: 2.2rem;
  }
}

.slds-text-color_weak {
  color: #505863;
}

h1, .h1 {
  font-size: 3.2rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 4rem;
  }
}

h2, .h2 {
  font-size: 2.2rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2.4rem;
  }
}

h3, .h3 {
  font-size: 2.4rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 2.2rem;
  }
}

h4, .h4 {
  font-size: 2rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 2rem;
  }
}

h5, .h5 {
  font-size: 1.6rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h5, .h5 {
    font-size: 1.6rem;
  }
}

h6, .h6 {
  font-size: 1.2rem;
  line-height: 1.3;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h6, .h6 {
    font-size: 1.2rem;
  }
}

.lead {
  font-size: 2rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .lead {
    font-size: 2.8rem;
  }
}

a {
  color: #214EA5;
}
a:focus, a:hover {
  color: #163398;
  text-decoration: underline;
}
a:not([class]) {
  color: #214EA5;
  text-decoration: underline;
  -webkit-text-decoration-color: #214EA5;
          text-decoration-color: #214EA5;
  text-decoration-thickness: 0.12rem;
  text-underline-offset: 2.2px;
}
a:not([class]):focus, a:not([class]):hover {
  color: #163398;
  text-decoration: underline;
}

.gode-link {
  color: #214EA5;
  text-decoration: underline;
}
.gode-link:focus, .gode-link:hover {
  color: #163398;
}
.gode-link.gode-link--prime {
  font-family: "Poppins", sans-serif;
}
.gode-link.gode-link--inverse {
  color: #fff;
}

ol.gode-list {
  padding-left: 2.4rem;
  margin-left: 0;
}
ol.gode-list li {
  padding-left: 0.8rem;
}
ol.gode-list li:not(:last-child) {
  margin-bottom: 1.6rem;
}
ol.gode-list li::marker {
  font-size: 1.8rem;
}
ol.gode-list li > .gode-list li {
  margin: 0.8rem 0 0;
}
ol.gode-list li > .gode-list li::marker {
  font-size: 1.6rem;
}

ul.gode-list {
  list-style: disc;
  padding-left: 1.6rem;
}
ul.gode-list li {
  padding-left: 0.8rem;
}
ul.gode-list li:not(:last-child) {
  margin-bottom: 1.6rem;
}
ul.gode-list li > ul.gode-list {
  list-style: circle;
}
ul.gode-list li > ul.gode-list li {
  margin: 0.8rem 0 0;
}

ol.gode-list[type=A] {
  list-style: upper-alpha;
}

ol.gode-list[type=i] {
  list-style: lower-roman;
}

ol.gode-list[type="1"] {
  list-style: decimal;
}

body, html {
  background: transparent !important;
}

.frame-container {
  margin: 0 auto;
  width: 100%;
  max-width: 61.2rem;
  padding: 0.8rem;
}
@media (min-width: 628px) {
  .frame-container {
    padding: 3.2rem;
  }
}

.gode-article {
  gap: 3.2rem;
}

.page-header .page-lead__icon .slds-icon {
  height: 3.2rem;
  width: 3.2rem;
}
.payment-error .page-header {
  flex-direction: row;
  align-items: center;
}

h1 {
  font-size: 2rem;
}
@media (min-width: 428px) {
  h1 {
    font-size: 2.4rem;
  }
}

h2 {
  font-size: 1.8rem;
}

.frame-box {
  background-color: #fff;
  border-radius: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 0.8rem;
  width: 100%;
}
@media (min-width: 628px) {
  .frame-box {
    padding: 3.2rem;
  }
}

.slds-form.slds-form--card {
  padding: 0;
  background: transparent;
}
.slds-form.slds-form--ach {
  padding: 0;
  background: transparent;
}
.paywith {
  display: flex;
  justify-content: flex-end;
  padding: 0 1.6rem 1.6rem;
  width: 100%;
}
@media screen and (min-width: 628px) {
  .paywith {
    padding: 0;
  }
}

.slds-form {
  gap: 1.6rem;
}
@media (max-width: 628px) {
  .slds-form .slds-grid .slds-col:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.slds-form .slds-form-element__label {
  font-weight: bold;
}
.slds-form .slds-input, .slds-form .slds-select_container .slds-select, .slds-form .slds-textarea {
  min-height: 4rem;
  padding: 0 0.8rem;
}

.slds-radio_button-group .slds-button.slds-radio_button .slds-radio_button__label .slds-radio_faux {
  height: 4rem;
}

.slds-input, .slds-select_container .slds-select, .slds-textarea {
  font-size: 1.4rem;
  text-overflow: ellipsis;
}

.gode-article__actions {
  display: flex;
  gap: 1.6rem;
  flex-direction: row;
}
.gode-article__actions:has(.slds-button_brand), .gode-article__actions:has(.slds-button_outline-brand) {
  justify-content: flex-end;
}
@media screen and (min-width: 628px) {
  .gode-article__actions {
    flex-direction: row;
  }
}
.gode-article__actions .slds-button {
  font-size: 1.6rem;
  height: auto;
}
.gode-article__actions .slds-button_brand,
.gode-article__actions .slds-button_outline-brand {
  font-size: 1.6rem;
  height: 4rem;
}
.gode-article__actions .slds-button,
.gode-article__actions .slds-button_brand,
.gode-article__actions .slds-button_outline-brand {
  white-space: nowrap;
  width: auto;
}

.review {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.gode-review-box {
  padding-top: 0;
  padding-bottom: 0;
}

.gode-review__label {
  color: #505863;
}

.gode-review__value {
  font-size: 1.2rem;
}

.gode-summary__review {
  gap: 1.6rem;
}
.gode-summary__review .gode-review {
  gap: 0.4rem;
}
.gode-summary__review .gode-review .gode-review__value {
  font-size: 1.2rem;
  line-height: 1.5;
}

.gode-review.gode-review--total {
  border-top: 1px solid #D0D9E3;
  padding-top: 1.6rem;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
}
.gode-review.gode-review--total .gode-review__value {
  font-size: 1.6rem;
  line-height: 1.5;
}

.gode-article__note {
  color: #505863;
  font-size: 1.2rem;
  line-height: 1.5;
}