/* 
	Color palette 
 */
/* 
	Layout 
 */
/* 
	Grid 
 */
/* 
	Typography 
 */
/* 
Base styles
*/
/* 
	Typography 
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code, em, img, small, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, label, input, textarea, select, button,
table, caption, thead, tbody, tfoot, tr, th, td {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, audio, canvas, video, picture {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  line-height: inherit;
}

address, cite, code {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea, select {
  display: block;
  outline: none;
  resize: none;
}

button {
  display: block;
  resize: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body {
  min-height: 100%;
}

*, *:before, *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html,
body {
  height: 100%;
  min-height: 100%;
}

body {
  align-items: normal;
  display: flex;
  flex-direction: column;
  transition: all 0.25s;
}

.wrapper {
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  width: 100%;
}
@media (min-width: 901px) {
  .wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1501px) {
  .wrapper {
    max-width: 1760px;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
.wrapper--narrow {
  max-width: 90rem;
}

.grid {
  position: relative;
}
.grid.--no-spacing .row,
.grid.--no-spacing .col {
  margin: 0;
  padding: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: -2.4rem;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  position: relative;
}
@media (min-width: 901px) {
  .row {
    margin-bottom: -2.8rem;
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }
}
@media (min-width: 1501px) {
  .row {
    margin-bottom: -3.2rem;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
.row + .row {
  margin-top: 2.4rem;
}
@media (min-width: 901px) {
  .row + .row {
    margin-top: 2.8rem;
  }
}
@media (min-width: 1501px) {
  .row + .row {
    margin-top: 3.2rem;
  }
}
.grid.--ultra-reduced .row + .row {
  margin-top: 0.8rem;
}
@media (min-width: 901px) {
  .grid.--ultra-reduced .row + .row {
    margin-top: 1.2rem;
  }
}
@media (min-width: 1501px) {
  .grid.--ultra-reduced .row + .row {
    margin-top: 1.6rem;
  }
}
.grid.--reduced .row + .row {
  margin-top: 1.6rem;
}
@media (min-width: 901px) {
  .grid.--reduced .row + .row {
    margin-top: 2rem;
  }
}
@media (min-width: 1501px) {
  .grid.--reduced .row + .row {
    margin-top: 2.4rem;
  }
}
.grid.--spaced .row + .row {
  margin-top: 3.2rem;
}
@media (min-width: 901px) {
  .grid.--spaced .row + .row {
    margin-top: 3.6rem;
  }
}
@media (min-width: 1501px) {
  .grid.--spaced .row + .row {
    margin-top: 4rem;
  }
}
.grid.--ultra-spaced .row + .row {
  margin-top: 4rem;
}
@media (min-width: 901px) {
  .grid.--ultra-spaced .row + .row {
    margin-top: 4.4rem;
  }
}
@media (min-width: 1501px) {
  .grid.--ultra-spaced .row + .row {
    margin-top: 4.8rem;
  }
}
.grid.--ultra-reduced .row {
  margin-bottom: -0.8rem;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
@media (min-width: 901px) {
  .grid.--ultra-reduced .row {
    margin-bottom: -1.2rem;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
@media (min-width: 1501px) {
  .grid.--ultra-reduced .row {
    margin-bottom: -1.6rem;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}
.grid.--reduced .row {
  margin-bottom: -1.6rem;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
@media (min-width: 901px) {
  .grid.--reduced .row {
    margin-bottom: -2rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (min-width: 1501px) {
  .grid.--reduced .row {
    margin-bottom: -2.4rem;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
}
.grid.--spaced .row {
  margin-bottom: -3.2rem;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}
@media (min-width: 901px) {
  .grid.--spaced .row {
    margin-bottom: -3.6rem;
    margin-left: -1.8rem;
    margin-right: -1.8rem;
  }
}
@media (min-width: 1501px) {
  .grid.--spaced .row {
    margin-bottom: -4rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.grid.--ultra-spaced .row {
  margin-bottom: -4rem;
  margin-left: -2rem;
  margin-right: -2rem;
}
@media (min-width: 901px) {
  .grid.--ultra-spaced .row {
    margin-bottom: -4.4rem;
    margin-left: -2.2rem;
    margin-right: -2.2rem;
  }
}
@media (min-width: 1501px) {
  .grid.--ultra-spaced .row {
    margin-bottom: -4.8rem;
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }
}
.row.--rm-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.--rm-mb {
  margin-bottom: 0 !important;
}
.row.--reverse {
  flex-direction: row-reverse;
}
.row.--h-start {
  justify-content: flex-start;
}
.row.--h-center {
  justify-content: center;
}
.row.--h-end {
  justify-content: flex-end;
}
.row.--h-space-between {
  justify-content: space-between;
}
.row.--v-start {
  align-items: flex-start;
}
.row.--v-center {
  align-items: center;
}
.row.--v-end {
  align-items: flex-end;
}
@media (min-width: 601px) {
  .row.--sm-reverse {
    flex-direction: row-reverse;
  }
  .row.--sm-h-start {
    justify-content: flex-start;
  }
  .row.--sm-h-center {
    justify-content: center;
  }
  .row.--sm-h-end {
    justify-content: flex-end;
  }
  .row.--sm-v-start {
    align-items: flex-start;
  }
  .row.--sm-v-center {
    align-items: center;
  }
  .row.--sm-v-end {
    align-items: flex-end;
  }
}
@media (min-width: 901px) {
  .row.--md-reverse {
    flex-direction: row-reverse;
  }
  .row.--md-h-start {
    justify-content: flex-start;
  }
  .row.--md-h-center {
    justify-content: center;
  }
  .row.--md-h-end {
    justify-content: flex-end;
  }
  .row.--md-v-start {
    align-items: flex-start;
  }
  .row.--md-v-center {
    align-items: center;
  }
  .row.--md-v-end {
    align-items: flex-end;
  }
}
@media (min-width: 1201px) {
  .row.--lg-reverse {
    flex-direction: row-reverse;
  }
  .row.--lg-h-start {
    justify-content: flex-start;
  }
  .row.--lg-h-center {
    justify-content: center;
  }
  .row.--lg-h-end {
    justify-content: flex-end;
  }
  .row.--lg-v-start {
    align-items: flex-start;
  }
  .row.--lg-v-center {
    align-items: center;
  }
  .row.--lg-v-end {
    align-items: flex-end;
  }
}
@media (min-width: 1501px) {
  .row.--xlg-reverse {
    flex-direction: row-reverse;
  }
  .row.--xlg-h-start {
    align-items: flex-start;
  }
  .row.--xlg-h-center {
    align-items: center;
  }
  .row.--xlg-h-end {
    align-items: flex-end;
  }
  .row.--xlg-v-start {
    justify-content: flex-start;
  }
  .row.--xlg-v-center {
    justify-content: center;
  }
  .row.--xlg-v-end {
    justify-content: flex-end;
  }
}

.col {
  flex: 1 0 100%;
  margin-bottom: 2.4rem;
  max-width: 100%;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media (min-width: 901px) {
  .col {
    margin-bottom: 2.8rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
@media (min-width: 1501px) {
  .col {
    margin-bottom: 3.2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.grid.--ultra-reduced .col {
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
@media (min-width: 901px) {
  .grid.--ultra-reduced .col {
    margin-bottom: 1.2rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}
@media (min-width: 1501px) {
  .grid.--ultra-reduced .col {
    margin-bottom: 1.6rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.grid.--reduced .col {
  margin-bottom: 1.6rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
@media (min-width: 901px) {
  .grid.--reduced .col {
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1501px) {
  .grid.--reduced .col {
    margin-bottom: 2.4rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
.grid.--spaced .col {
  margin-bottom: 3.2rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media (min-width: 901px) {
  .grid.--spaced .col {
    margin-bottom: 3.6rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}
@media (min-width: 1501px) {
  .grid.--spaced .col {
    margin-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid.--ultra-spaced .col {
  margin-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 901px) {
  .grid.--ultra-spaced .col {
    margin-bottom: 4.4rem;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }
}
@media (min-width: 1501px) {
  .grid.--ultra-spaced .col {
    margin-bottom: 4.8rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.col.--rm-mb {
  margin-bottom: 0 !important;
}
.row.--rm-gutter .col {
  padding-left: 0;
  padding-right: 0;
}
.col-1 {
  flex: 1 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 1 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 1 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 1 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 1 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 1 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 1 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 1 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 1 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 1 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 1 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-1-5 {
  flex: 1 0 20%;
  max-width: 20%;
}
.col.--h-start {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.col.--h-center {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.col.--h-end {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.col.--v-start {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.col.--v-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col.--v-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 601px) {
  .col.--sm-1 {
    flex: 1 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col.--sm-2 {
    flex: 1 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col.--sm-3 {
    flex: 1 0 25%;
    max-width: 25%;
  }
  .col.--sm-4 {
    flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col.--sm-5 {
    flex: 1 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col.--sm-6 {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .col.--sm-7 {
    flex: 1 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col.--sm-8 {
    flex: 1 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col.--sm-9 {
    flex: 1 0 75%;
    max-width: 75%;
  }
  .col.--sm-10 {
    flex: 1 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col.--sm-11 {
    flex: 1 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col.--sm-12 {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .col.--sm-8-12 {
    flex: 1 0 12.5%;
    max-width: 12.5%;
  }
  .col.--sm-1-5 {
    flex: 1 0 20%;
    max-width: 20%;
  }
  .col.--sm-h-start {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  .col.--sm-h-center {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .col.--sm-h-end {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
  }
  .col.--sm-v-start {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .col.--sm-v-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .col.--sm-v-end {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (min-width: 901px) {
  .col.--md-1 {
    flex: 1 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col.--md-2 {
    flex: 1 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col.--md-3 {
    flex: 1 0 25%;
    max-width: 25%;
  }
  .col.--md-4 {
    flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col.--md-5 {
    flex: 1 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col.--md-6 {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .col.--md-7 {
    flex: 1 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col.--md-8 {
    flex: 1 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col.--md-9 {
    flex: 1 0 75%;
    max-width: 75%;
  }
  .col.--md-10 {
    flex: 1 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col.--md-11 {
    flex: 1 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col.--md-12 {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .col.--md-8-12 {
    flex: 1 0 12.5%;
    max-width: 12.5%;
  }
  .col.--md-1-5 {
    flex: 1 0 20%;
    max-width: 20%;
  }
  .col.--md-h-start {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  .col.--md-h-center {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .col.--md-h-end {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
  }
  .col.--md-v-start {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .col.--md-v-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .col.--md-v-end {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (min-width: 1201px) {
  .col.--lg-1 {
    flex: 1 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col.--lg-2 {
    flex: 1 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col.--lg-3 {
    flex: 1 0 25%;
    max-width: 25%;
  }
  .col.--lg-4 {
    flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col.--lg-5 {
    flex: 1 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col.--lg-6 {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .col.--lg-7 {
    flex: 1 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col.--lg-8 {
    flex: 1 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col.--lg-9 {
    flex: 1 0 75%;
    max-width: 75%;
  }
  .col.--lg-10 {
    flex: 1 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col.--lg-11 {
    flex: 1 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col.--lg-12 {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .col.--lg-8-12 {
    flex: 1 0 12.5%;
    max-width: 12.5%;
  }
  .col.--lg-1-5 {
    flex: 1 0 20%;
    max-width: 20%;
  }
  .col.--lg-h-start {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  .col.--lg-h-center {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .col.--lg-h-end {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
  }
  .col.--lg-v-start {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .col.--lg-v-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .col.--lg-v-end {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (min-width: 1501px) {
  .col.--xlg-1 {
    flex: 1 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col.--xlg-2 {
    flex: 1 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col.--xlg-3 {
    flex: 1 0 25%;
    max-width: 25%;
  }
  .col.--xlg-4 {
    flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col.--xlg-5 {
    flex: 1 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col.--xlg-6 {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .col.--xlg-7 {
    flex: 1 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col.--xlg-8 {
    flex: 1 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col.--xlg-9 {
    flex: 1 0 75%;
    max-width: 75%;
  }
  .col.--xlg-10 {
    flex: 1 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col.--xlg-11 {
    flex: 1 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col.--xlg-12 {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .col.--xlg-8-12 {
    flex: 1 0 12.5%;
    max-width: 12.5%;
  }
  .col.--xlg-1-5 {
    flex: 1 0 20%;
    max-width: 20%;
  }
  .col.--xlg-h-start {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  .col.--xlg-h-center {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .col.--xlg-h-end {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
  }
  .col.--xlg-v-start {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .col.--xlg-v-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .col.--xlg-v-end {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #15262e;
  font-family: "Source Sans Pro", "Helvetica", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  position: relative;
  transition: all 0.4s ease;
}

p {
  margin-bottom: 2rem;
}

a {
  color: inherit;
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.sr-only {
  border: none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.eyebrow {
  color: #d5000e;
  font-family: "Source Sans Pro", "Helvetica", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.32rem;
  line-height: 2.2rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}
@media (min-width: 901px) {
  .eyebrow {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.theme-dark .eyebrow, .--fg-light .eyebrow {
  color: #ffd3d2;
}

.heading:last-child {
  margin-bottom: 0;
}
.heading--1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 2.4rem;
}
.heading--1:last-child {
  margin-bottom: 0;
}
.theme-dark .heading--1, .--fg-light .heading--1 {
  color: #fff;
}
@media (min-width: 601px) {
  .heading--1 {
    font-size: 3.6rem;
    line-height: 4.4rem;
    margin-bottom: 3.2rem;
  }
}
@media (min-width: 901px) {
  .heading--1 {
    font-size: 4.6rem;
    line-height: 5.4rem;
    margin-bottom: 3.6rem;
  }
}
.heading--2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.6rem;
  margin-bottom: 2rem;
}
.heading--2:last-child {
  margin-bottom: 0;
}
.theme-dark .heading--2, .--fg-light .heading--2 {
  color: #fff;
}
@media (min-width: 601px) {
  .heading--2 {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 901px) {
  .heading--2 {
    font-size: 4rem;
    line-height: 4.8rem;
    margin-bottom: 2.8rem;
  }
}
.heading--3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 2rem;
}
.heading--3:last-child {
  margin-bottom: 0;
}
.theme-dark .heading--3, .--fg-light .heading--3 {
  color: #fff;
}
@media (min-width: 601px) {
  .heading--3 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 901px) {
  .heading--3 {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
}
.heading--4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
}
.heading--4:last-child {
  margin-bottom: 0;
}
.theme-dark .heading--4, .--fg-light .heading--4 {
  color: #fff;
}
@media (min-width: 601px) {
  .heading--4 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 901px) {
  .heading--4 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.heading--5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1.2rem;
}
.heading--5:last-child {
  margin-bottom: 0;
}
.theme-dark .heading--5, .--fg-light .heading--5 {
  color: #fff;
}
@media (min-width: 601px) {
  .heading--5 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 901px) {
  .heading--5 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.heading--6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
}
.heading--6:last-child {
  margin-bottom: 0;
}
.theme-dark .heading--6, .--fg-light .heading--6 {
  color: #fff;
}
@media (min-width: 601px) {
  .heading--6 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media (min-width: 901px) {
  .heading--6 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.text-block {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (min-width: 601px) {
  .text-block {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.theme-dark .text-block, .--fg-light .text-block {
  color: #fff;
}
.text-block h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 2.4rem;
}
.text-block h1:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block h1, .--fg-light .text-block h1 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block h1 {
    font-size: 3.6rem;
    line-height: 4.4rem;
    margin-bottom: 3.2rem;
  }
}
@media (min-width: 901px) {
  .text-block h1 {
    font-size: 4.6rem;
    line-height: 5.4rem;
    margin-bottom: 3.6rem;
  }
}
.text-block h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.6rem;
  margin-bottom: 2rem;
  margin-top: 5rem;
}
.text-block h2:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block h2, .--fg-light .text-block h2 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block h2 {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 901px) {
  .text-block h2 {
    font-size: 4rem;
    line-height: 4.8rem;
    margin-bottom: 2.8rem;
  }
}
.text-block h2:first-child {
  margin-top: 0;
}
.text-block h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
.text-block h3:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block h3, .--fg-light .text-block h3 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block h3 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 901px) {
  .text-block h3 {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
}
.text-block h3:first-child {
  margin-top: 0;
}
.text-block h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
  margin-top: 3rem;
}
.text-block h4:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block h4, .--fg-light .text-block h4 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block h4 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 901px) {
  .text-block h4 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.text-block h4:first-child {
  margin-top: 0;
}
.text-block h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1.2rem;
  margin-top: 3rem;
}
.text-block h5:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block h5, .--fg-light .text-block h5 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block h5 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 901px) {
  .text-block h5 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.text-block h5:first-child {
  margin-top: 0;
}
.text-block h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
  margin-top: 3rem;
}
.text-block h6:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block h6, .--fg-light .text-block h6 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block h6 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media (min-width: 901px) {
  .text-block h6 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.text-block h6:first-child {
  margin-top: 0;
}
.text-block p {
  margin-bottom: 2rem;
}
.text-block p:last-child {
  margin-bottom: 0;
}
.text-block ul,
.text-block ol {
  margin: 0 0 3rem 2rem;
}
.text-block ul:last-child,
.text-block ol:last-child {
  margin-bottom: 0;
}
.text-block ul > li,
.text-block ol > li {
  margin-bottom: 0.5rem;
}
.text-block ul > li:last-child,
.text-block ol > li:last-child {
  margin-bottom: 0;
}
.text-block ul > li ul,
.text-block ul > li ol,
.text-block ol > li ul,
.text-block ol > li ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.text-block ul {
  list-style: disc outside;
}
.text-block ol {
  list-style: decimal outside;
}
.text-block a:not(.btn, button) {
  color: #460daf;
  text-decoration: underline;
}
.theme-dark .text-block a:not(.btn, button), .--fg-light .text-block a:not(.btn, button) {
  color: #e7e3fa;
}
.text-block a:not(.btn, button):hover {
  color: #180d4b;
}
.theme-dark .text-block a:not(.btn, button):hover, .--fg-light .text-block a:not(.btn, button):hover {
  color: #c4b8f2;
}
.text-block .iframe-video-container,
.text-block .video-container {
  margin-bottom: 2rem;
  padding-bottom: 56.5%;
  position: relative;
}
.text-block .iframe-video-container > iframe, .text-block .iframe-video-container > video,
.text-block .video-container > iframe,
.text-block .video-container > video {
  display: block;
  height: 100%;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.text-block figure {
  display: inline-block;
  margin: 0 0 2rem 0;
}
.text-block figure:has(> figcaption) {
  padding: 1rem;
}
.text-block figure figcaption {
  font-size: 1.6rem;
  font-style: italic;
  padding: 0.5rem 0 0 0;
}
.text-block--xsm {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
@media (min-width: 601px) {
  .text-block--xsm {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.theme-dark .text-block--xsm, .--fg-light .text-block--xsm {
  color: #fff;
}
.text-block--xsm h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 2.4rem;
}
.text-block--xsm h1:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--xsm h1, .--fg-light .text-block--xsm h1 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--xsm h1 {
    font-size: 3.6rem;
    line-height: 4.4rem;
    margin-bottom: 3.2rem;
  }
}
@media (min-width: 901px) {
  .text-block--xsm h1 {
    font-size: 4.6rem;
    line-height: 5.4rem;
    margin-bottom: 3.6rem;
  }
}
.text-block--xsm h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.6rem;
  margin-bottom: 2rem;
  margin-top: 5rem;
}
.text-block--xsm h2:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--xsm h2, .--fg-light .text-block--xsm h2 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--xsm h2 {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 901px) {
  .text-block--xsm h2 {
    font-size: 4rem;
    line-height: 4.8rem;
    margin-bottom: 2.8rem;
  }
}
.text-block--xsm h2:first-child {
  margin-top: 0;
}
.text-block--xsm h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
.text-block--xsm h3:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--xsm h3, .--fg-light .text-block--xsm h3 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--xsm h3 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 901px) {
  .text-block--xsm h3 {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
}
.text-block--xsm h3:first-child {
  margin-top: 0;
}
.text-block--xsm h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
  margin-top: 3rem;
}
.text-block--xsm h4:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--xsm h4, .--fg-light .text-block--xsm h4 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--xsm h4 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 901px) {
  .text-block--xsm h4 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.text-block--xsm h4:first-child {
  margin-top: 0;
}
.text-block--xsm h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1.2rem;
  margin-top: 3rem;
}
.text-block--xsm h5:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--xsm h5, .--fg-light .text-block--xsm h5 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--xsm h5 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 901px) {
  .text-block--xsm h5 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.text-block--xsm h5:first-child {
  margin-top: 0;
}
.text-block--xsm h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
  margin-top: 3rem;
}
.text-block--xsm h6:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--xsm h6, .--fg-light .text-block--xsm h6 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--xsm h6 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media (min-width: 901px) {
  .text-block--xsm h6 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.text-block--xsm h6:first-child {
  margin-top: 0;
}
.text-block--xsm p {
  margin-bottom: 2rem;
}
.text-block--xsm p:last-child {
  margin-bottom: 0;
}
.text-block--xsm ul,
.text-block--xsm ol {
  margin: 0 0 3rem 2rem;
}
.text-block--xsm ul:last-child,
.text-block--xsm ol:last-child {
  margin-bottom: 0;
}
.text-block--xsm ul > li,
.text-block--xsm ol > li {
  margin-bottom: 0.5rem;
}
.text-block--xsm ul > li:last-child,
.text-block--xsm ol > li:last-child {
  margin-bottom: 0;
}
.text-block--xsm ul > li ul,
.text-block--xsm ul > li ol,
.text-block--xsm ol > li ul,
.text-block--xsm ol > li ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.text-block--xsm ul {
  list-style: disc outside;
}
.text-block--xsm ol {
  list-style: decimal outside;
}
.text-block--xsm a:not(.btn, button) {
  color: #460daf;
  text-decoration: underline;
}
.theme-dark .text-block--xsm a:not(.btn, button), .--fg-light .text-block--xsm a:not(.btn, button) {
  color: #e7e3fa;
}
.text-block--xsm a:not(.btn, button):hover {
  color: #180d4b;
}
.theme-dark .text-block--xsm a:not(.btn, button):hover, .--fg-light .text-block--xsm a:not(.btn, button):hover {
  color: #c4b8f2;
}
.text-block--xsm .iframe-video-container,
.text-block--xsm .video-container {
  margin-bottom: 2rem;
  padding-bottom: 56.5%;
  position: relative;
}
.text-block--xsm .iframe-video-container > iframe, .text-block--xsm .iframe-video-container > video,
.text-block--xsm .video-container > iframe,
.text-block--xsm .video-container > video {
  display: block;
  height: 100%;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.text-block--xsm figure {
  display: inline-block;
  margin: 0 0 2rem 0;
}
.text-block--xsm figure:has(> figcaption) {
  padding: 1rem;
}
.text-block--xsm figure figcaption {
  font-size: 1.6rem;
  font-style: italic;
  padding: 0.5rem 0 0 0;
}
@media (min-width: 601px) {
  .text-block--xsm {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.text-block--sm {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
@media (min-width: 601px) {
  .text-block--sm {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.theme-dark .text-block--sm, .--fg-light .text-block--sm {
  color: #fff;
}
.text-block--sm h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 2.4rem;
}
.text-block--sm h1:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--sm h1, .--fg-light .text-block--sm h1 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--sm h1 {
    font-size: 3.6rem;
    line-height: 4.4rem;
    margin-bottom: 3.2rem;
  }
}
@media (min-width: 901px) {
  .text-block--sm h1 {
    font-size: 4.6rem;
    line-height: 5.4rem;
    margin-bottom: 3.6rem;
  }
}
.text-block--sm h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.6rem;
  margin-bottom: 2rem;
  margin-top: 5rem;
}
.text-block--sm h2:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--sm h2, .--fg-light .text-block--sm h2 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--sm h2 {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 901px) {
  .text-block--sm h2 {
    font-size: 4rem;
    line-height: 4.8rem;
    margin-bottom: 2.8rem;
  }
}
.text-block--sm h2:first-child {
  margin-top: 0;
}
.text-block--sm h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
.text-block--sm h3:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--sm h3, .--fg-light .text-block--sm h3 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--sm h3 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 901px) {
  .text-block--sm h3 {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
}
.text-block--sm h3:first-child {
  margin-top: 0;
}
.text-block--sm h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
  margin-top: 3rem;
}
.text-block--sm h4:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--sm h4, .--fg-light .text-block--sm h4 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--sm h4 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 901px) {
  .text-block--sm h4 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.text-block--sm h4:first-child {
  margin-top: 0;
}
.text-block--sm h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1.2rem;
  margin-top: 3rem;
}
.text-block--sm h5:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--sm h5, .--fg-light .text-block--sm h5 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--sm h5 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 901px) {
  .text-block--sm h5 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.text-block--sm h5:first-child {
  margin-top: 0;
}
.text-block--sm h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
  margin-top: 3rem;
}
.text-block--sm h6:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--sm h6, .--fg-light .text-block--sm h6 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--sm h6 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media (min-width: 901px) {
  .text-block--sm h6 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.text-block--sm h6:first-child {
  margin-top: 0;
}
.text-block--sm p {
  margin-bottom: 2rem;
}
.text-block--sm p:last-child {
  margin-bottom: 0;
}
.text-block--sm ul,
.text-block--sm ol {
  margin: 0 0 3rem 2rem;
}
.text-block--sm ul:last-child,
.text-block--sm ol:last-child {
  margin-bottom: 0;
}
.text-block--sm ul > li,
.text-block--sm ol > li {
  margin-bottom: 0.5rem;
}
.text-block--sm ul > li:last-child,
.text-block--sm ol > li:last-child {
  margin-bottom: 0;
}
.text-block--sm ul > li ul,
.text-block--sm ul > li ol,
.text-block--sm ol > li ul,
.text-block--sm ol > li ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.text-block--sm ul {
  list-style: disc outside;
}
.text-block--sm ol {
  list-style: decimal outside;
}
.text-block--sm a:not(.btn, button) {
  color: #460daf;
  text-decoration: underline;
}
.theme-dark .text-block--sm a:not(.btn, button), .--fg-light .text-block--sm a:not(.btn, button) {
  color: #e7e3fa;
}
.text-block--sm a:not(.btn, button):hover {
  color: #180d4b;
}
.theme-dark .text-block--sm a:not(.btn, button):hover, .--fg-light .text-block--sm a:not(.btn, button):hover {
  color: #c4b8f2;
}
.text-block--sm .iframe-video-container,
.text-block--sm .video-container {
  margin-bottom: 2rem;
  padding-bottom: 56.5%;
  position: relative;
}
.text-block--sm .iframe-video-container > iframe, .text-block--sm .iframe-video-container > video,
.text-block--sm .video-container > iframe,
.text-block--sm .video-container > video {
  display: block;
  height: 100%;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.text-block--sm figure {
  display: inline-block;
  margin: 0 0 2rem 0;
}
.text-block--sm figure:has(> figcaption) {
  padding: 1rem;
}
.text-block--sm figure figcaption {
  font-size: 1.6rem;
  font-style: italic;
  padding: 0.5rem 0 0 0;
}
@media (min-width: 601px) {
  .text-block--sm {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.text-block--md {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
@media (min-width: 601px) {
  .text-block--md {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.theme-dark .text-block--md, .--fg-light .text-block--md {
  color: #fff;
}
.text-block--md h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 2.4rem;
}
.text-block--md h1:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--md h1, .--fg-light .text-block--md h1 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--md h1 {
    font-size: 3.6rem;
    line-height: 4.4rem;
    margin-bottom: 3.2rem;
  }
}
@media (min-width: 901px) {
  .text-block--md h1 {
    font-size: 4.6rem;
    line-height: 5.4rem;
    margin-bottom: 3.6rem;
  }
}
.text-block--md h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.6rem;
  margin-bottom: 2rem;
  margin-top: 5rem;
}
.text-block--md h2:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--md h2, .--fg-light .text-block--md h2 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--md h2 {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 901px) {
  .text-block--md h2 {
    font-size: 4rem;
    line-height: 4.8rem;
    margin-bottom: 2.8rem;
  }
}
.text-block--md h2:first-child {
  margin-top: 0;
}
.text-block--md h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
.text-block--md h3:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--md h3, .--fg-light .text-block--md h3 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--md h3 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 901px) {
  .text-block--md h3 {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
}
.text-block--md h3:first-child {
  margin-top: 0;
}
.text-block--md h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
  margin-top: 3rem;
}
.text-block--md h4:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--md h4, .--fg-light .text-block--md h4 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--md h4 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 901px) {
  .text-block--md h4 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.text-block--md h4:first-child {
  margin-top: 0;
}
.text-block--md h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1.2rem;
  margin-top: 3rem;
}
.text-block--md h5:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--md h5, .--fg-light .text-block--md h5 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--md h5 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 901px) {
  .text-block--md h5 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.text-block--md h5:first-child {
  margin-top: 0;
}
.text-block--md h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
  margin-top: 3rem;
}
.text-block--md h6:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--md h6, .--fg-light .text-block--md h6 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--md h6 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media (min-width: 901px) {
  .text-block--md h6 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.text-block--md h6:first-child {
  margin-top: 0;
}
.text-block--md p {
  margin-bottom: 2rem;
}
.text-block--md p:last-child {
  margin-bottom: 0;
}
.text-block--md ul,
.text-block--md ol {
  margin: 0 0 3rem 2rem;
}
.text-block--md ul:last-child,
.text-block--md ol:last-child {
  margin-bottom: 0;
}
.text-block--md ul > li,
.text-block--md ol > li {
  margin-bottom: 0.5rem;
}
.text-block--md ul > li:last-child,
.text-block--md ol > li:last-child {
  margin-bottom: 0;
}
.text-block--md ul > li ul,
.text-block--md ul > li ol,
.text-block--md ol > li ul,
.text-block--md ol > li ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.text-block--md ul {
  list-style: disc outside;
}
.text-block--md ol {
  list-style: decimal outside;
}
.text-block--md a:not(.btn, button) {
  color: #460daf;
  text-decoration: underline;
}
.theme-dark .text-block--md a:not(.btn, button), .--fg-light .text-block--md a:not(.btn, button) {
  color: #e7e3fa;
}
.text-block--md a:not(.btn, button):hover {
  color: #180d4b;
}
.theme-dark .text-block--md a:not(.btn, button):hover, .--fg-light .text-block--md a:not(.btn, button):hover {
  color: #c4b8f2;
}
.text-block--md .iframe-video-container,
.text-block--md .video-container {
  margin-bottom: 2rem;
  padding-bottom: 56.5%;
  position: relative;
}
.text-block--md .iframe-video-container > iframe, .text-block--md .iframe-video-container > video,
.text-block--md .video-container > iframe,
.text-block--md .video-container > video {
  display: block;
  height: 100%;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.text-block--md figure {
  display: inline-block;
  margin: 0 0 2rem 0;
}
.text-block--md figure:has(> figcaption) {
  padding: 1rem;
}
.text-block--md figure figcaption {
  font-size: 1.6rem;
  font-style: italic;
  padding: 0.5rem 0 0 0;
}
@media (min-width: 601px) {
  .text-block--md {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.text-block--lg {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-size: 2rem;
  line-height: 2.8rem;
}
@media (min-width: 601px) {
  .text-block--lg {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.theme-dark .text-block--lg, .--fg-light .text-block--lg {
  color: #fff;
}
.text-block--lg h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 2.4rem;
}
.text-block--lg h1:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--lg h1, .--fg-light .text-block--lg h1 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--lg h1 {
    font-size: 3.6rem;
    line-height: 4.4rem;
    margin-bottom: 3.2rem;
  }
}
@media (min-width: 901px) {
  .text-block--lg h1 {
    font-size: 4.6rem;
    line-height: 5.4rem;
    margin-bottom: 3.6rem;
  }
}
.text-block--lg h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.6rem;
  margin-bottom: 2rem;
  margin-top: 5rem;
}
.text-block--lg h2:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--lg h2, .--fg-light .text-block--lg h2 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--lg h2 {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 901px) {
  .text-block--lg h2 {
    font-size: 4rem;
    line-height: 4.8rem;
    margin-bottom: 2.8rem;
  }
}
.text-block--lg h2:first-child {
  margin-top: 0;
}
.text-block--lg h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
.text-block--lg h3:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--lg h3, .--fg-light .text-block--lg h3 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--lg h3 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 901px) {
  .text-block--lg h3 {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
}
.text-block--lg h3:first-child {
  margin-top: 0;
}
.text-block--lg h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
  margin-top: 3rem;
}
.text-block--lg h4:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--lg h4, .--fg-light .text-block--lg h4 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--lg h4 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 901px) {
  .text-block--lg h4 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.text-block--lg h4:first-child {
  margin-top: 0;
}
.text-block--lg h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1.2rem;
  margin-top: 3rem;
}
.text-block--lg h5:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--lg h5, .--fg-light .text-block--lg h5 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--lg h5 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 901px) {
  .text-block--lg h5 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.text-block--lg h5:first-child {
  margin-top: 0;
}
.text-block--lg h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
  margin-top: 3rem;
}
.text-block--lg h6:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block--lg h6, .--fg-light .text-block--lg h6 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block--lg h6 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media (min-width: 901px) {
  .text-block--lg h6 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.text-block--lg h6:first-child {
  margin-top: 0;
}
.text-block--lg p {
  margin-bottom: 2rem;
}
.text-block--lg p:last-child {
  margin-bottom: 0;
}
.text-block--lg ul,
.text-block--lg ol {
  margin: 0 0 3rem 2rem;
}
.text-block--lg ul:last-child,
.text-block--lg ol:last-child {
  margin-bottom: 0;
}
.text-block--lg ul > li,
.text-block--lg ol > li {
  margin-bottom: 0.5rem;
}
.text-block--lg ul > li:last-child,
.text-block--lg ol > li:last-child {
  margin-bottom: 0;
}
.text-block--lg ul > li ul,
.text-block--lg ul > li ol,
.text-block--lg ol > li ul,
.text-block--lg ol > li ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.text-block--lg ul {
  list-style: disc outside;
}
.text-block--lg ol {
  list-style: decimal outside;
}
.text-block--lg a:not(.btn, button) {
  color: #460daf;
  text-decoration: underline;
}
.theme-dark .text-block--lg a:not(.btn, button), .--fg-light .text-block--lg a:not(.btn, button) {
  color: #e7e3fa;
}
.text-block--lg a:not(.btn, button):hover {
  color: #180d4b;
}
.theme-dark .text-block--lg a:not(.btn, button):hover, .--fg-light .text-block--lg a:not(.btn, button):hover {
  color: #c4b8f2;
}
.text-block--lg .iframe-video-container,
.text-block--lg .video-container {
  margin-bottom: 2rem;
  padding-bottom: 56.5%;
  position: relative;
}
.text-block--lg .iframe-video-container > iframe, .text-block--lg .iframe-video-container > video,
.text-block--lg .video-container > iframe,
.text-block--lg .video-container > video {
  display: block;
  height: 100%;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.text-block--lg figure {
  display: inline-block;
  margin: 0 0 2rem 0;
}
.text-block--lg figure:has(> figcaption) {
  padding: 1rem;
}
.text-block--lg figure figcaption {
  font-size: 1.6rem;
  font-style: italic;
  padding: 0.5rem 0 0 0;
}
@media (min-width: 601px) {
  .text-block--lg {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.obj-fit--cover {
  display: block;
  height: 100%;
}
.obj-fit--cover > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.--weight-light {
  font-weight: 300;
}
.--weight-normal {
  font-weight: 400;
}
.--weight-medium {
  font-weight: 500;
}
.--weight-semi-bold {
  font-weight: 600;
}
.--weight-bold {
  font-weight: 700;
}

.text-block.article-block h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.6rem;
  margin-bottom: 2rem;
}
.text-block.article-block h1:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block.article-block h1, .--fg-light .text-block.article-block h1 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block.article-block h1 {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 901px) {
  .text-block.article-block h1 {
    font-size: 4rem;
    line-height: 4.8rem;
    margin-bottom: 2.8rem;
  }
}
.text-block.article-block h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 2rem;
  margin-top: 5rem;
}
.text-block.article-block h2:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block.article-block h2, .--fg-light .text-block.article-block h2 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block.article-block h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 901px) {
  .text-block.article-block h2 {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
}
.text-block.article-block h2:first-child {
  margin-top: 0;
}
.text-block.article-block h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
  margin-top: 4rem;
}
.text-block.article-block h3:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block.article-block h3, .--fg-light .text-block.article-block h3 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block.article-block h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 901px) {
  .text-block.article-block h3 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.text-block.article-block h3:first-child {
  margin-top: 0;
}
.text-block.article-block h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1.2rem;
  margin-top: 3rem;
}
.text-block.article-block h4:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block.article-block h4, .--fg-light .text-block.article-block h4 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block.article-block h4 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 901px) {
  .text-block.article-block h4 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.text-block.article-block h4:first-child {
  margin-top: 0;
}
.text-block.article-block h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
  margin-top: 3rem;
}
.text-block.article-block h5:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block.article-block h5, .--fg-light .text-block.article-block h5 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block.article-block h5 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media (min-width: 901px) {
  .text-block.article-block h5 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.text-block.article-block h5:first-child {
  margin-top: 0;
}
.text-block.article-block h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
  margin-top: 3rem;
}
.text-block.article-block h6:last-child {
  margin-bottom: 0;
}
.theme-dark .text-block.article-block h6, .--fg-light .text-block.article-block h6 {
  color: #fff;
}
@media (min-width: 601px) {
  .text-block.article-block h6 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media (min-width: 901px) {
  .text-block.article-block h6 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.text-block.article-block h6:first-child {
  margin-top: 0;
}

.btn {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.8rem;
  cursor: pointer;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  min-height: 4rem;
  outline: none;
  padding: 0.5rem 1.6rem;
  transition: all 0.25s;
  text-decoration: none;
  justify-content: center;
  line-height: 1.5;
}
.btn--primary {
  background: #460daf;
  border-color: #460daf;
  color: #fff;
}
.btn--primary:hover {
  background: #180d4b;
  border-color: #180d4b;
}
.btn--primary:focus {
  border-color: #e7e3fa;
}
.btn--primary:disabled {
  cursor: not-allowed;
  opacity: 0.25;
}
.btn--secondary {
  border-color: #460daf;
  color: #460daf;
}
.btn--secondary:hover {
  background: #460daf;
  border-color: #460daf;
  color: #fff;
}
.btn--secondary:focus {
  border-color: #180d4b;
}
.btn--secondary:focus-visible {
  outline: none;
}
.btn--tertiary {
  color: #460daf;
  padding-left: 0;
  padding-right: 0;
}
.btn--tertiary:hover {
  color: #180d4b;
}
.btn--tertiary:focus {
  border-color: #180d4b;
}

.button-group {
  gap: 1.6rem;
}

.header__container {
  align-items: center;
  display: flex;
  height: 12rem;
  justify-content: space-between;
}
@media (min-width: 1201px) {
  .header__container {
    height: 20rem;
  }
}
.header__primary {
  align-items: flex-end;
  display: flex;
  gap: 2.4rem;
}
@media (min-width: 901px) {
  .header__primary {
    gap: 2.8rem;
  }
}
@media (min-width: 1201px) {
  .header__primary {
    gap: 3.2rem;
  }
}
.header__brand {
  display: block;
  height: 3.2rem;
  width: 8.2rem;
}
@media (min-width: 901px) {
  .header__brand {
    height: 4rem;
    width: 10.3rem;
  }
}
@media (min-width: 1501px) {
  .header__brand {
    height: 4.8rem;
    width: 12.4rem;
  }
}
.header__brand > svg {
  display: block;
  fill: #ed0c0c;
  height: 100%;
  width: 100%;
}

.footer {
  padding: 3.2rem 0;
}
.footer__container {
  background: #f2f3f4;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 2rem;
}
@media (min-width: 901px) {
  .footer__container {
    gap: 4.8rem;
    padding: 4rem;
  }
}
@media (min-width: 1501px) {
  .footer__container {
    padding: 8rem;
  }
}
.theme-dark .footer__container {
  background: #15262e;
  color: #fff;
}
.footer__row {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}
@media (min-width: 1201px) {
  .footer__row {
    gap: 3.2rem;
  }
}
.footer__row--start {
  flex-direction: row;
  justify-content: space-between;
}
.footer__row--middle {
  gap: 4rem;
}
@media (min-width: 601px) {
  .footer__row--middle {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__row--end {
  gap: 1.6rem;
}
@media (min-width: 901px) {
  .footer__row--end {
    align-items: flex-end;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 901px) {
  .footer__row--end {
    gap: 4rem;
  }
}
.footer__col {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media (min-width: 601px) {
  .footer__col {
    width: 50%;
  }
}
@media (min-width: 1501px) {
  .footer__col {
    width: 41.6666666667%;
  }
}
.footer__brand {
  display: block;
  height: 3.2rem;
  width: 8.2rem;
}
@media (min-width: 901px) {
  .footer__brand {
    height: 4.8rem;
    width: 12.4rem;
  }
}
.footer__brand > svg {
  display: block;
  fill: #ed0c0c;
  height: 100%;
  width: 100%;
}
.theme-dark .footer__brand > svg {
  fill: #fff;
}
.footer__scroll-top {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.1411 15.4542L5.36204 15.6752C5.50848 15.8216 5.74591 15.8216 5.89238 15.6752L12.0016 9.56605L18.1108 15.6752C18.2572 15.8216 18.4946 15.8216 18.6411 15.6752L18.862 15.4542C19.0085 15.3078 19.0085 15.0704 18.862 14.9239L12.2667 8.32858C12.1203 8.18214 11.8829 8.18214 11.7364 8.32858L5.1411 14.9239C4.99463 15.0704 4.99463 15.3078 5.1411 15.4542Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A") no-repeat center center #ed0c0c;
  background-size: 24px 24px;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  height: 40px;
  transition: all 0.25s;
  text-indent: -9999px;
  width: 40px;
}
.footer__scroll-top:hover {
  background-color: #d5000e;
}
.theme-dark .footer__scroll-top {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.1411 15.4542L5.36204 15.6752C5.50848 15.8216 5.74591 15.8216 5.89238 15.6752L12.0016 9.56605L18.1108 15.6752C18.2572 15.8216 18.4946 15.8216 18.6411 15.6752L18.862 15.4542C19.0085 15.3078 19.0085 15.0704 18.862 14.9239L12.2667 8.32858C12.1203 8.18214 11.8829 8.18214 11.7364 8.32858L5.1411 14.9239C4.99463 15.0704 4.99463 15.3078 5.1411 15.4542Z' fill='%23460DAF'/%3E%3C/svg%3E%0A") no-repeat center center #fff;
}
.footer__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  max-width: 50rem;
}
.footer__social__list {
  display: flex;
  gap: 1.6rem;
}
.footer__social__link {
  align-items: center;
  border: 1px solid #15262e;
  border-radius: 50%;
  display: flex;
  height: 4rem;
  justify-content: center;
  transition: all 0.25s;
  width: 4rem;
}
.theme-dark .footer__social__link {
  border-color: #fff;
}
.footer__social__link > svg {
  display: block;
  fill: #15262e;
  height: 100%;
  max-height: 2.4rem;
  max-width: 2.4rem;
  transition: all 0.25s;
  width: 100%;
}
.theme-dark .footer__social__link > svg {
  fill: #fff;
}
.footer__social__link:hover {
  background-color: #460daf;
  border-color: #460daf;
}
.theme-dark .footer__social__link:hover {
  background-color: #fff;
  border-color: #fff;
}
.footer__social__link:hover > svg {
  fill: #fff;
}
.theme-dark .footer__social__link:hover > svg {
  fill: #15262e;
}
@media (min-width: 601px) {
  .footer__nav {
    width: 50%;
  }
}
@media (min-width: 1501px) {
  .footer__nav {
    width: 58.3333333333%;
  }
}
.footer__nav__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (min-width: 601px) {
  .footer__nav__list {
    font-size: 1.8rem;
  }
}
@media (min-width: 901px) {
  .footer__nav__list {
    display: grid;
    font-size: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__nav__list a:hover {
  color: #460daf;
}
.theme-dark .footer__nav__list a {
  color: #fff;
}
.theme-dark .footer__nav__list a:hover {
  color: #c4b8f2;
}
@media (min-width: 901px) {
  .footer__utility-nav {
    width: 50%;
  }
}
@media (min-width: 1501px) {
  .footer__utility-nav {
    width: 58.3333333333%;
  }
}
.footer__utility-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
}
@media (min-width: 601px) {
  .footer__utility-nav__list {
    gap: 1.6rem;
  }
}
@media (min-width: 901px) {
  .footer__utility-nav__list {
    gap: 1.6rem 3.2rem;
  }
}
.footer__utility-nav__list a:hover {
  color: #460daf;
}
.theme-dark .footer__utility-nav__list a {
  color: #fff;
}
.theme-dark .footer__utility-nav__list a:hover {
  color: #c4b8f2;
}
.footer__copyright {
  color: #747777;
  font-size: 1.4rem;
}
@media (min-width: 901px) {
  .footer__copyright {
    width: 50%;
  }
}
@media (min-width: 1501px) {
  .footer__copyright {
    width: 41.6666666667%;
  }
}

.nav {
  display: none;
}
@media (min-width: 901px) {
  .nav {
    display: block;
  }
}
.nav__list {
  display: flex;
  gap: 2.4rem;
}
.nav__link {
  align-items: center;
  color: #15262e;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  min-height: 4rem;
}
.nav__link:hover {
  color: #ed0c0c;
}

.layer {
  margin-bottom: 4rem;
  position: relative;
}
@media (min-width: 1201px) {
  .layer {
    margin-bottom: 6rem;
  }
}
.layer[class*="--bg"] {
  padding: 4rem 0;
}
@media (min-width: 1201px) {
  .layer[class*="--bg"] {
    padding: 6rem 0;
  }
}
.layer.--none {
  padding: 0;
}
.layer.--none-top {
  padding-top: 0;
}
.layer.--none-bottom {
  padding-bottom: 0;
}
.layer.--no-spaced {
  padding: 0;
}

.hero {
  margin-bottom: 4rem;
  position: relative;
}
@media (min-width: 1201px) {
  .hero {
    margin-bottom: 6rem;
  }
}
.hero__inner {
  align-items: center;
  border-radius: 16px;
  display: flex;
  min-height: 20rem;
  padding: 4rem;
  position: relative;
}
@media (min-width: 601px) {
  .hero__inner {
    min-height: 30rem;
  }
}
@media (min-width: 901px) {
  .hero__inner {
    min-height: 40rem;
  }
}
@media (min-width: 1201px) {
  .hero__inner {
    align-items: center;
    display: flex;
    padding: 6rem;
    width: 100%;
  }
}
.hero__content {
  position: relative;
  z-index: 2;
}
.hero__image {
  border-radius: 16px;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero__image > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}