@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

[data-whatinput=mouse] button {
  outline: 0;
}
button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  appearance: none;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select {
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249, 236.1, 234.1);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(19.78, 104.06, 159.96);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}
.small-centered {
  margin-right: auto;
  margin-left: auto;
}

.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}
.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

[data-whatinput=mouse] .button {
  outline: 0;
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: rgb(19.55, 102.85, 158.1);
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(18.4, 96.8, 148.8);
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}
.button.clear:hover, .button.clear:focus {
  color: rgb(11.5, 60.5, 93);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: rgb(11.5, 60.5, 93);
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas {
  position: fixed;
  z-index: 12;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas {
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute {
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

:root {
  --color-navy: #2d2d5b;
  --color-teal: #2a8a9a;
  --color-red: #e03535;
  --color-green: #3a7d44;
  --color-white: #ffffff;
  --color-gray-light: #f0f0f0;
  --color-text: #333333;
  --color-canvas: #323A44;
  --color-page-bg: #E3E4E9;
  --color-red-dark: #b82020;
  --color-green-dark: #2a5c32;
  --color-teal-dark: #1d6b79;
  --color-deal-purple: #4b1d6e;
  --color-deal-purple-dark: #3a1458;
  --color-orange: #d4621a;
  --color-orange-dark: #a84d14;
  --color-blue: #1a6bbf;
  --color-blue-dark: #1254a0;
  --color-dark-magenta: #8b0057;
  --color-dark-magenta-dark: #6d0044;
  --color-cr-bg: #1b3929;
  --color-pd-bg: #FE8D03;
  --color-ct-bg: #8b0057;
  --color-near-black: #1a1a1a;
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 9999;
  padding: 0.75rem 1.5rem;
  background: var(--color-navy);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
}
.skip-link:focus {
  top: 0;
}

body {
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-canvas);
  overflow-x: hidden;
  line-height: 1.75;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
}

h1 {
  font-weight: 800;
}

h2 {
  font-weight: 600;
}

h3 {
  font-weight: 500;
}

h1, h2, h3 {
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.page-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  background: var(--color-page-bg);
}

.content-wrapper {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0;
}

.row {
  max-width: none;
}

.off-canvas-wrapper {
  overflow: clip;
}

#site-nav {
  background: var(--color-navy);
  width: 280px;
  padding: 0;
}
#site-nav .nav-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
#site-nav .nav-panel-header .nav-panel-title {
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
}
#site-nav .nav-panel-header .nav-close-btn {
  background: none;
  border: none;
  color: var(--color-white);
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
#site-nav .nav-panel-header .nav-close-btn:hover {
  opacity: 1;
}
#site-nav .nav-panel-links {
  list-style: none;
  margin: 0;
  padding: 0.75rem 0;
}
#site-nav .nav-panel-links li a,
#site-nav .nav-panel-links li button {
  display: block;
  padding: 0.7rem 1.5rem;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 0.95rem;
  text-decoration: none;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
#site-nav .nav-panel-links li a:hover,
#site-nav .nav-panel-links li button:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-white);
}
#site-nav .nav-panel-links li.nav-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 0.5rem 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--color-white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.site-header .row {
  display: flex;
  align-items: center;
}
.site-header .site-header-logo {
  padding: 0.75rem 1.5rem;
}
.site-header .site-header-logo a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}
.site-header .site-header-logo img {
  height: 60px;
  width: auto;
  display: block;
  flex-shrink: 0;
}
.site-header .site-header-logo .site-header-name {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-navy);
  line-height: 1.25;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .site-header .site-header-logo .site-header-name {
    display: none;
  }
}
.site-header .site-header-center {
  text-align: center;
  padding: 0.75rem 1rem;
  flex: 1;
}
.site-header .site-header-center .btn-call {
  display: inline-block;
  background: var(--color-red);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.4rem;
  padding: 0.4rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.site-header .site-header-center .btn-call:hover {
  opacity: 0.88;
  color: var(--color-white);
}
.site-header .site-header-center .btn-call .btn-call-prefix {
  display: inline;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .site-header .site-header-center .btn-call .btn-call-prefix {
    display: none;
  }
}
.site-header .site-header-center .header-hours {
  display: block;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 300;
  font-style: italic;
  color: #666666;
  margin-top: 0.25rem;
}
.site-header .site-header-right {
  padding: 0.75rem 1.5rem;
  text-align: right;
}
.site-header .hamburger-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
.site-header .hamburger-btn .hamburger-line {
  display: block;
  width: 26px;
  height: 3px;
  background: var(--color-navy);
  margin: 5px 0;
  border-radius: 2px;
  transition: background 0.2s ease;
}
.site-header .hamburger-btn:hover .hamburger-line {
  background: var(--color-teal);
}
@media screen and (max-width: 640px) {
  .site-header .site-header-center .btn-call {
    font-size: 1.1rem;
    padding: 0.35rem 1rem;
  }
}

.hero-section {
  position: relative;
  height: 400px;
  background-color: var(--color-gray-light);
  overflow: hidden;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/hero-john-warren.png") right top/auto 100% no-repeat;
  filter: contrast(1.1) saturate(1.08) brightness(1.02);
}
.hero-section .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.96) 45%, rgba(255, 255, 255, 0) 85%);
}
.hero-section .hero-content {
  position: relative;
  z-index: 2;
  padding: 2.5rem 3rem;
  max-width: 580px;
}
.hero-section .hero-content .hero-headline {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 2.8rem;
  color: var(--color-navy);
  line-height: 1.1;
  margin-bottom: 0.75rem;
}
.hero-section .hero-content .hero-subheadline {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--color-teal);
  margin-bottom: 1rem;
}
.hero-section .hero-content .hero-caption {
  font-family: var(--font-body);
  font-weight: 300;
  font-style: italic;
  font-size: 1rem;
  color: var(--color-text);
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .hero-section {
    height: 320px;
    display: flex;
    align-items: center;
  }
  .hero-section .hero-content {
    padding: 0 2rem;
    max-width: 48%;
  }
  .hero-section .hero-content .hero-headline {
    font-size: 2rem;
  }
  .hero-section .hero-content .hero-subheadline {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .hero-section {
    height: 480px;
    display: flex;
    align-items: flex-end;
  }
  .hero-section::before {
    background-position: 70% top;
    background-size: cover;
  }
  .hero-section .hero-overlay {
    background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 28%, rgba(255, 255, 255, 0) 50%);
  }
  .hero-section .hero-content {
    width: 100%;
    max-width: 100%;
    padding: 0 1.5rem 1.75rem;
    text-align: center;
  }
  .hero-section .hero-content .hero-headline {
    font-size: 1.75rem;
  }
  .hero-section .hero-content .hero-subheadline {
    font-size: 1rem;
  }
}

.nav-cards-strip {
  background: var(--color-gray-light);
  padding: 1.5rem 1rem;
}
.nav-cards-strip .nav-cards-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
  padding: 0;
  list-style: none;
}
.nav-cards-strip .nav-card-col {
  width: 16.666%;
  padding: 0 0.5rem 1rem;
}
@media screen and (max-width: 1024px) {
  .nav-cards-strip .nav-card-col {
    width: 33.333%;
  }
}
@media screen and (max-width: 640px) {
  .nav-cards-strip .nav-card-col {
    width: 50%;
  }
}
.nav-cards-strip .nav-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--color-white);
  padding: 1.25rem 0.75rem 0.75rem;
  border-radius: 4px;
  border-bottom: none;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: var(--color-navy);
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nav-cards-strip .nav-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.08);
}
.nav-cards-strip .nav-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--color-green);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nav-cards-strip .nav-card.active::after, .nav-cards-strip .nav-card:hover::after {
  transform: scaleX(1);
}
.nav-cards-strip .nav-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.1);
  color: var(--color-navy);
  text-decoration: none;
}
.nav-cards-strip .nav-card .nav-card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 0.75rem;
}
.nav-cards-strip .nav-card .nav-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav-cards-strip .nav-card .nav-card-label {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 0.82rem;
  line-height: 1.3;
  color: var(--color-navy);
}

.section-help .section-help-header {
  background: var(--color-navy);
  padding: 1.25rem 2rem;
  text-align: center;
}
.section-help .section-help-header h1 {
  color: var(--color-white);
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
}
.section-help .section-help-cta {
  background: var(--color-white);
  padding: 1.25rem 2rem 1.75rem;
  text-align: left;
}
.section-help .section-help-cta .btn-call-section {
  display: inline-block;
  background: var(--color-red);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.15rem;
  padding: 0.55rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.section-help .section-help-cta .btn-call-section:hover {
  opacity: 0.85;
  color: var(--color-white);
}
.section-help .section-help-content {
  background: var(--color-white);
  padding: 0 0 2rem;
}
@media screen and (min-width: 1025px) {
  .section-help .section-help-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2px;
  }
  .section-help .section-help-content .service-row:not(:last-child)::after {
    display: none;
  }
}

.service-row {
  background: var(--color-white);
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 1025px) {
  .service-row {
    cursor: pointer;
  }
}
.service-row:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.service-row:not(:last-child)::after {
  content: "";
  display: block;
  width: 70%;
  height: 2px;
  background: var(--color-gray-light);
  margin: 0 auto;
}
.service-row .service-image {
  padding: 0;
}
@media screen and (min-width: 641px) {
  .service-row .service-image {
    padding-left: 1.5rem;
    padding-top: 2.5rem;
  }
}
.service-row .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 240px;
  max-height: 300px;
}
.service-row .service-content {
  padding: 2.5rem 2rem;
}
.service-row .service-content .article-tag {
  display: inline-block;
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.2rem 0.6rem;
  border-radius: 3px;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.service-row .service-content h2 {
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--color-navy);
  margin-bottom: 0.75rem;
}
.service-row .service-content p {
  font-family: var(--font-body);
  color: var(--color-text);
  margin-bottom: 1.5rem;
  line-height: 1.7;
}
.service-row .service-content .btn-learn-more {
  background: linear-gradient(175deg, var(--color-green), var(--color-green-dark));
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 700;
  padding: 0.6rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.2s ease;
}
.service-row .service-content .btn-learn-more::after {
  content: "";
  position: absolute;
  inset: 0;
}
.service-row .service-content .btn-learn-more:hover {
  opacity: 0.85;
  color: var(--color-white);
}
.service-row.service-row--news .service-content .article-tag {
  background: var(--color-teal);
}
.service-row.service-row--news .service-content .btn-learn-more {
  background: linear-gradient(175deg, var(--color-teal), var(--color-teal-dark));
}
.service-row.service-row--deal .service-content .article-tag {
  background: var(--color-red);
}
.service-row.service-row--deal .service-content .btn-learn-more {
  background: linear-gradient(175deg, var(--color-red), var(--color-red-dark));
}
.service-row.service-row--green .service-content .btn-learn-more {
  background: linear-gradient(175deg, var(--color-green), var(--color-green-dark));
}
.service-row.service-row--orange .service-content .btn-learn-more {
  background: linear-gradient(175deg, var(--color-orange), var(--color-orange-dark));
}
.service-row.service-row--blue .service-content .btn-learn-more {
  background: linear-gradient(175deg, var(--color-blue), var(--color-blue-dark));
}
.service-row.service-row--red .service-content .btn-learn-more {
  background: linear-gradient(175deg, var(--color-red), var(--color-red-dark));
}

.btn-learn-more--blue {
  background: linear-gradient(175deg, var(--color-blue), var(--color-blue-dark)) !important;
}
.btn-learn-more--orange {
  background: linear-gradient(175deg, var(--color-orange), var(--color-orange-dark)) !important;
}

.section-cta-bar {
  background: var(--color-red);
  padding: 2.5rem 2rem;
  text-align: center;
}
.section-cta-bar .cta-bar-text {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 1.1rem;
  color: var(--color-white);
  margin-bottom: 0.5rem;
}
.section-cta-bar .cta-bar-phone {
  display: inline-block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--color-white);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.section-cta-bar .cta-bar-phone:hover {
  opacity: 0.85;
  color: var(--color-white);
}

.section-news .section-news-header {
  background: var(--color-teal);
  padding: 1.25rem 2rem;
  text-align: center;
}
.section-news .section-news-header h2 {
  color: var(--color-white);
  margin: 0;
  font-size: 1.6rem;
}
.section-news .section-news-content {
  background: var(--color-white);
  padding: 2rem;
}
@media screen and (min-width: 1025px) {
  .section-news .section-news-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2px;
  }
  .section-news .section-news-content .service-row:not(:last-child)::after {
    display: none;
  }
}

.section-about {
  background: var(--color-white);
  padding: 3rem 2rem;
}
.section-about .about-photo img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.section-about .about-content {
  padding-left: 2rem;
}
.section-about .about-content h2 {
  color: var(--color-navy);
  margin-bottom: 1rem;
}
.section-about .about-content p {
  font-family: var(--font-body);
  color: var(--color-text);
  margin-bottom: 1rem;
}
.section-about .about-content .about-signature img {
  max-height: 60px;
  width: auto;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .section-about .about-content {
    padding-left: 0;
    margin-top: 1.5rem;
  }
}

.section-logo-bar {
  background: transparent;
  padding: 2.48rem 2rem 2.9rem;
  margin-top: 1.5rem;
}
.section-logo-bar .logo-bar-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.section-logo-bar .logo-bar-item img {
  max-height: 50px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.55;
}
@media screen and (max-width: 640px) {
  .section-logo-bar .logo-bar-row {
    gap: 1.5rem;
  }
  .section-logo-bar .logo-bar-item {
    width: 40%;
    text-align: center;
  }
}

.content-wrapper > section {
  margin-bottom: 1.5rem;
}
.content-wrapper > section:last-child {
  margin-bottom: 0;
}
.content-wrapper > .section-logo-bar {
  margin-bottom: 2.5rem;
}

.cr-section-header {
  background: var(--color-cr-bg);
  padding: 1.25rem 2.5rem;
  text-align: center;
}
.cr-section-header h2 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
}

.section-cr-banner {
  background: var(--color-cr-bg);
  padding: 2.75rem 2.5rem;
  text-align: center;
}
.section-cr-banner h1 {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 0.5rem;
}
.section-cr-banner .cr-banner-subtitle {
  font-family: var(--font-body);
  font-size: 1rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}
@media screen and (max-width: 640px) {
  .section-cr-banner {
    text-align: center;
  }
}

.section-cr-intro {
  background: var(--color-white);
  padding: 3rem 2.5rem;
}
.section-cr-intro .cr-intro-headline {
  font-family: var(--font-heading);
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--color-text);
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
.section-cr-intro p {
  font-family: var(--font-body);
  color: var(--color-text);
  line-height: 1.7;
  margin-bottom: 1rem;
}
.section-cr-intro .cr-accent {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--color-green);
  margin-bottom: 0;
}
.section-cr-intro .cr-intro-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
@media screen and (min-width: 641px) {
  .section-cr-intro .cr-intro-image {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .section-cr-intro .cr-intro-image {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .section-cr-intro > .row {
    display: flex;
    align-items: stretch;
  }
  .section-cr-intro .cr-intro-image {
    display: flex;
    flex-direction: column;
  }
  .section-cr-intro .cr-intro-image img {
    flex: 1;
    min-height: 0;
    object-fit: cover;
  }
}

.section-cr-benefits {
  background: var(--color-white);
  overflow: hidden;
}
.section-cr-benefits .cr-benefits-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 2.5rem 2rem;
  gap: 0.5rem;
}
.section-cr-benefits .cr-benefits-cards .cr-benefit-item {
  flex: 1 1 140px;
  text-align: center;
  padding: 1.5rem 1rem;
}
.section-cr-benefits .cr-benefits-cards .cr-benefit-item .material-icons {
  font-size: 3.2rem;
  color: var(--color-cr-bg);
  display: block;
  margin: 0 auto 0.75rem;
}
.section-cr-benefits .cr-benefits-cards .cr-benefit-item h3 {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--color-text);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.section-cr-benefits .cr-benefits-cards .cr-benefit-item p {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--color-text);
  line-height: 1.6;
  margin: 0;
}

.section-cr-details {
  background: var(--color-white);
  padding: 3rem 2.5rem;
}
.section-cr-details h2 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-cr-bg);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--color-gray-light);
}
.section-cr-details .cr-help-list,
.section-cr-details .cr-apart-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-cr-details .cr-help-list li,
.section-cr-details .cr-apart-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.section-cr-details .cr-help-list li .material-icons,
.section-cr-details .cr-apart-list li .material-icons {
  font-size: 1.4rem;
  color: var(--color-cr-bg);
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.section-cr-details .cr-help-list li div,
.section-cr-details .cr-apart-list li div {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--color-text);
  line-height: 1.6;
}
.section-cr-details .cr-help-list li div strong,
.section-cr-details .cr-apart-list li div strong {
  display: block;
  font-weight: 600;
  margin-bottom: 0.1rem;
}
.section-cr-details .cr-apart-list li .material-icons {
  color: var(--color-cr-bg);
}
@media screen and (max-width: 640px) {
  .section-cr-details .cr-help-col {
    margin-bottom: 2rem;
  }
}

.section-cr-process {
  background: var(--color-white);
  overflow: hidden;
}
.section-cr-process .cr-process-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 2.5rem 1.5rem;
  gap: 0;
}
.section-cr-process .cr-process-steps .cr-step {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  padding: 0 0.5rem;
}
.section-cr-process .cr-process-steps .cr-step .cr-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--color-cr-bg);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  margin: 0 auto 0.4rem;
}
.section-cr-process .cr-process-steps .cr-step h3 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 0.35rem;
}
.section-cr-process .cr-process-steps .cr-step p {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--color-text);
  line-height: 1.5;
  margin: 0;
}
.section-cr-process .cr-process-steps .cr-step-arrow {
  display: none;
}
@media screen and (max-width: 640px) {
  .section-cr-process .cr-process-steps .cr-step-arrow {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  .section-cr-process .cr-process-steps .cr-step-arrow .material-icons {
    color: rgba(0, 0, 0, 0.2);
    font-size: 1.6rem;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 640px) {
  .section-cr-process .cr-process-steps {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
  .section-cr-process .cr-process-steps .cr-step {
    width: 100%;
    max-width: 260px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .section-cr-process .cr-process-steps {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1.5rem;
  }
  .section-cr-process .cr-process-steps .cr-step {
    flex: 0 0 28%;
  }
  .section-cr-process .cr-process-steps .cr-step-arrow:nth-of-type(6) {
    display: none;
  }
}

.section-cr-cta {
  background: var(--color-cr-bg);
  padding: 3rem 2.5rem;
}
.section-cr-cta .cr-cta-inner {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.section-cr-cta .cr-cta-left {
  flex: 1;
}
.section-cr-cta .cr-cta-left h2 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.6rem;
}
.section-cr-cta .cr-cta-left p {
  font-family: var(--font-body);
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  margin: 0;
}
.section-cr-cta .cr-cta-divider {
  width: 1px;
  min-height: 80px;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}
.section-cr-cta .cr-cta-right {
  flex: 0 0 auto;
  text-align: center;
}
.section-cr-cta .cr-cta-right .cr-cta-tagline {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.4rem;
}
.section-cr-cta .cr-cta-right .btn-cr-call {
  display: block;
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--color-white);
  text-decoration: none;
  letter-spacing: 0.02em;
  margin-bottom: 0.4rem;
  transition: opacity 0.2s ease;
}
.section-cr-cta .cr-cta-right .btn-cr-call:hover {
  opacity: 0.85;
  color: var(--color-white);
}
.section-cr-cta .cr-cta-right .cr-cta-sub {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.68);
  margin: 0;
}
@media screen and (max-width: 640px) {
  .section-cr-cta .cr-cta-inner {
    flex-direction: column;
    text-align: center;
  }
  .section-cr-cta .cr-cta-divider {
    display: none;
  }
}

.section-cr-assurances {
  background: var(--color-white);
  padding: 2.5rem 2rem;
}
.section-cr-assurances .cr-assurances-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.section-cr-assurances .cr-assurances-grid .cr-assurance-item {
  flex: 1 1 130px;
  text-align: center;
  padding: 1rem 0.75rem;
}
.section-cr-assurances .cr-assurances-grid .cr-assurance-item .material-icons {
  font-size: 2.6rem;
  color: var(--color-green);
  display: block;
  margin: 0 auto 0.5rem;
}
.section-cr-assurances .cr-assurances-grid .cr-assurance-item strong {
  display: block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--color-green);
  margin-bottom: 0.35rem;
}
.section-cr-assurances .cr-assurances-grid .cr-assurance-item p {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--color-text);
  line-height: 1.5;
  margin: 0;
}

.wd-section-header {
  background: var(--color-blue);
  padding: 1.25rem 2.5rem;
  text-align: center;
}
.wd-section-header h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-white);
  margin: 0;
}

.section-wd-banner {
  background: var(--color-blue);
  padding: 2.5rem 2.5rem;
  text-align: center;
}
.section-wd-banner h1 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 2.2rem;
  color: var(--color-white);
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}
.section-wd-banner .wd-banner-subtitle {
  font-family: var(--font-body);
  font-style: italic;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}
@media screen and (max-width: 640px) {
  .section-wd-banner {
    text-align: center;
  }
}

.section-wd-intro {
  background: var(--color-white);
  padding: 3rem 2.5rem;
}
.section-wd-intro .wd-intro-headline {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.9rem;
  line-height: 1.2;
  color: var(--color-text);
  margin-bottom: 1.25rem;
}
.section-wd-intro p {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--color-text);
  line-height: 1.6;
  margin-bottom: 0.85rem;
}
.section-wd-intro .wd-accent {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--color-blue);
  margin-top: 1rem;
  margin-bottom: 0;
}
.section-wd-intro > .row {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 640px) {
  .section-wd-intro > .row {
    flex-direction: column;
  }
}
.section-wd-intro .wd-intro-image {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.section-wd-intro .wd-intro-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 641px) {
  .section-wd-intro .wd-intro-image {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .section-wd-intro .wd-intro-image {
    margin-top: 1.5rem;
    height: 240px;
  }
}

.section-wd-benefits {
  background: var(--color-gray-light);
}
.section-wd-benefits .wd-benefits-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 1.5rem;
}
.section-wd-benefits .wd-benefit-item {
  flex: 1 1 0;
  min-width: 140px;
  max-width: 220px;
  text-align: center;
  padding: 1.25rem 1rem;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.section-wd-benefits .wd-benefit-item:last-child {
  border-right: none;
}
@media screen and (max-width: 640px) {
  .section-wd-benefits .wd-benefit-item {
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .section-wd-benefits .wd-benefit-item:last-child {
    border-bottom: none;
  }
}
.section-wd-benefits .wd-benefit-item .material-icons {
  font-size: 3.2rem;
  color: var(--color-blue);
  display: block;
  margin: 0 auto 0.75rem;
}
.section-wd-benefits .wd-benefit-item h3 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-blue);
  margin-bottom: 0.5rem;
}
.section-wd-benefits .wd-benefit-item p {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--color-text);
  line-height: 1.5;
  margin: 0;
}

.section-wd-details {
  background: var(--color-white);
  padding: 2.75rem 2.5rem;
}
@media screen and (max-width: 640px) {
  .section-wd-details .wd-build-col {
    margin-bottom: 2rem;
  }
}
.section-wd-details h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-blue);
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--color-blue);
}
.section-wd-details .wd-build-list,
.section-wd-details .wd-apart-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-wd-details .wd-build-list li,
.section-wd-details .wd-apart-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
}
.section-wd-details .wd-build-list li:last-child,
.section-wd-details .wd-apart-list li:last-child {
  margin-bottom: 0;
}
.section-wd-details .wd-build-list li .material-icons,
.section-wd-details .wd-apart-list li .material-icons {
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.section-wd-details .wd-build-list li div,
.section-wd-details .wd-apart-list li div {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--color-text);
  line-height: 1.5;
}
.section-wd-details .wd-build-list li div strong,
.section-wd-details .wd-apart-list li div strong {
  display: block;
  font-weight: 600;
  color: var(--color-text);
}
.section-wd-details .wd-build-list li .material-icons {
  color: var(--color-blue);
}
.section-wd-details .wd-apart-list li .material-icons {
  color: var(--color-blue);
}

.section-wd-process {
  background: var(--color-gray-light);
}
.section-wd-process .wd-process-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 2rem 1.5rem;
}
@media screen and (max-width: 640px) {
  .section-wd-process .wd-process-steps {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .section-wd-process .wd-process-steps {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem 0;
  }
  .section-wd-process .wd-process-steps .wd-step {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
.section-wd-process .wd-step {
  flex: 1 1 0;
  min-width: 90px;
  max-width: 160px;
  text-align: center;
  padding: 0.5rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .section-wd-process .wd-step {
    max-width: 100%;
    width: 100%;
  }
}
.section-wd-process .wd-step .wd-step-number {
  width: 2rem;
  height: 2rem;
  background: var(--color-blue);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.95rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem;
}
.section-wd-process .wd-step h3 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--color-text);
  margin-bottom: 0.35rem;
}
.section-wd-process .wd-step p {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--color-text);
  line-height: 1.5;
  margin: 0;
}
.section-wd-process .wd-step-arrow {
  display: none;
}
@media screen and (max-width: 640px) {
  .section-wd-process .wd-step-arrow {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.2);
    margin: 0.25rem 0;
  }
  .section-wd-process .wd-step-arrow .material-icons {
    font-size: 1.5rem;
    transform: rotate(90deg);
  }
}

.section-wd-cta {
  background: var(--color-blue);
  padding: 2.75rem 2.5rem;
}
.section-wd-cta .wd-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .section-wd-cta .wd-cta-inner {
    flex-direction: column;
    text-align: center;
  }
}
.section-wd-cta .wd-cta-left {
  flex: 1;
}
.section-wd-cta .wd-cta-left h2 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.7rem;
  color: var(--color-white);
  margin-bottom: 0.75rem;
}
.section-wd-cta .wd-cta-left p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0;
}
.section-wd-cta .wd-cta-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  align-self: stretch;
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .section-wd-cta .wd-cta-divider {
    width: 60%;
    height: 1px;
    margin: 0 auto;
  }
}
.section-wd-cta .wd-cta-right {
  flex-shrink: 0;
  text-align: center;
}
.section-wd-cta .wd-cta-right .wd-cta-tagline {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.5rem;
}
.section-wd-cta .wd-cta-right .btn-wd-call {
  display: block;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 2.2rem;
  color: var(--color-white);
  text-decoration: none;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.section-wd-cta .wd-cta-right .btn-wd-call:hover {
  opacity: 0.85;
}
.section-wd-cta .wd-cta-right .wd-cta-sub {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  margin: 0;
}

.section-wd-crosspromo {
  background: var(--color-white);
  border-left: 6px solid var(--color-blue);
  padding: 2.5rem 2.5rem;
}
.section-wd-crosspromo .wd-crosspromo-label {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-blue);
  margin-bottom: 0.4rem;
}
.section-wd-crosspromo h2 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--color-text);
  margin-bottom: 0.75rem;
}
.section-wd-crosspromo p {
  font-family: var(--font-body);
  font-size: 0.975rem;
  color: var(--color-text);
  line-height: 1.6;
  margin-bottom: 0;
}
.section-wd-crosspromo .btn-wd-crosspromo {
  display: inline-block;
  background: var(--color-blue);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.65rem 1.5rem;
  text-decoration: none;
  border-radius: 3px;
  margin-top: 1.5rem;
}
.section-wd-crosspromo .btn-wd-crosspromo:hover {
  opacity: 0.85;
}
.section-wd-crosspromo > .row {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 640px) {
  .section-wd-crosspromo > .row {
    flex-direction: column;
  }
}
.section-wd-crosspromo .wd-crosspromo-image {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.section-wd-crosspromo .wd-crosspromo-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 3px;
}
@media screen and (min-width: 641px) {
  .section-wd-crosspromo .wd-crosspromo-image {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .section-wd-crosspromo .wd-crosspromo-image {
    margin-top: 1.5rem;
    height: 200px;
  }
}

.section-wd-assurances {
  background: var(--color-white);
  padding: 2.25rem 2.5rem;
}
.section-wd-assurances .wd-assurances-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 1rem;
}
.section-wd-assurances .wd-assurance-item {
  flex: 1 1 120px;
  max-width: 160px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section-wd-assurances .wd-assurance-item {
    flex: 1 1 calc(50% - 1rem);
    max-width: none;
  }
}
.section-wd-assurances .wd-assurance-item .material-icons {
  font-size: 2.6rem;
  color: var(--color-blue);
  display: block;
  margin: 0 auto 0.5rem;
}
.section-wd-assurances .wd-assurance-item strong {
  display: block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--color-text);
  margin-bottom: 0.35rem;
}
.section-wd-assurances .wd-assurance-item p {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--color-text);
  line-height: 1.5;
  margin: 0;
}

.pd-section-header {
  background: var(--color-pd-bg);
  padding: 1.25rem 2.5rem;
  text-align: center;
}
.pd-section-header h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-white);
  margin: 0;
}

.section-pd-banner {
  background: var(--color-pd-bg);
  padding: 2.5rem 2.5rem;
  text-align: center;
}
.section-pd-banner h1 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 2.2rem;
  color: var(--color-white);
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}
.section-pd-banner .pd-banner-subtitle {
  font-family: var(--font-body);
  font-style: italic;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}
@media screen and (max-width: 640px) {
  .section-pd-banner {
    text-align: center;
  }
}

.section-pd-intro {
  background: var(--color-white);
  padding: 3rem 2.5rem;
}
.section-pd-intro .pd-intro-headline {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.9rem;
  line-height: 1.2;
  color: var(--color-text);
  margin-bottom: 1.25rem;
}
.section-pd-intro p {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--color-text);
  line-height: 1.6;
  margin-bottom: 0.85rem;
}
.section-pd-intro .pd-accent {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--color-blue);
  margin-top: 1rem;
  margin-bottom: 0;
}
.section-pd-intro > .row {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 640px) {
  .section-pd-intro > .row {
    flex-direction: column;
  }
}
.section-pd-intro .pd-intro-image {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.section-pd-intro .pd-intro-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 641px) {
  .section-pd-intro .pd-intro-image {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .section-pd-intro .pd-intro-image {
    margin-top: 1.5rem;
    height: 240px;
  }
}

.section-pd-benefits {
  background: var(--color-gray-light);
}
.section-pd-benefits .pd-benefits-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 1.5rem;
}
.section-pd-benefits .pd-benefit-item {
  flex: 1 1 0;
  min-width: 140px;
  max-width: 220px;
  text-align: center;
  padding: 1.25rem 1rem;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.section-pd-benefits .pd-benefit-item:last-child {
  border-right: none;
}
@media screen and (max-width: 640px) {
  .section-pd-benefits .pd-benefit-item {
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .section-pd-benefits .pd-benefit-item:last-child {
    border-bottom: none;
  }
}
.section-pd-benefits .pd-benefit-item .material-icons {
  font-size: 3.2rem;
  color: var(--color-pd-bg);
  display: block;
  margin: 0 auto 0.75rem;
}
.section-pd-benefits .pd-benefit-item h3 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-pd-bg);
  margin-bottom: 0.5rem;
}
.section-pd-benefits .pd-benefit-item p {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--color-text);
  line-height: 1.5;
  margin: 0;
}

.section-pd-details {
  background: var(--color-white);
  padding: 2.75rem 2.5rem;
}
@media screen and (max-width: 640px) {
  .section-pd-details .pd-design-col {
    margin-bottom: 2rem;
  }
}
.section-pd-details h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-pd-bg);
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--color-pd-bg);
}
.section-pd-details .pd-design-list,
.section-pd-details .pd-apart-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-pd-details .pd-design-list li,
.section-pd-details .pd-apart-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
}
.section-pd-details .pd-design-list li:last-child,
.section-pd-details .pd-apart-list li:last-child {
  margin-bottom: 0;
}
.section-pd-details .pd-design-list li .material-icons,
.section-pd-details .pd-apart-list li .material-icons {
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.section-pd-details .pd-design-list li div,
.section-pd-details .pd-apart-list li div {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--color-text);
  line-height: 1.5;
}
.section-pd-details .pd-design-list li div strong,
.section-pd-details .pd-apart-list li div strong {
  display: block;
  font-weight: 600;
  color: var(--color-text);
}
.section-pd-details .pd-design-list li .material-icons {
  color: var(--color-pd-bg);
}
.section-pd-details .pd-apart-list li .material-icons {
  color: var(--color-pd-bg);
}

.section-pd-process {
  background: var(--color-gray-light);
}
.section-pd-process .pd-process-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 2rem 1.5rem;
}
@media screen and (max-width: 640px) {
  .section-pd-process .pd-process-steps {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .section-pd-process .pd-process-steps {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem 0;
  }
  .section-pd-process .pd-process-steps .pd-step {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
.section-pd-process .pd-step {
  flex: 1 1 0;
  min-width: 90px;
  max-width: 160px;
  text-align: center;
  padding: 0.5rem;
}
@media screen and (max-width: 640px) {
  .section-pd-process .pd-step {
    max-width: 100%;
    width: 100%;
  }
}
.section-pd-process .pd-step .pd-step-number {
  width: 2rem;
  height: 2rem;
  background: var(--color-pd-bg);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.95rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem;
}
.section-pd-process .pd-step h3 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--color-text);
  margin-bottom: 0.35rem;
}
.section-pd-process .pd-step p {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--color-text);
  line-height: 1.5;
  margin: 0;
}
.section-pd-process .pd-step-arrow {
  display: none;
}
@media screen and (max-width: 640px) {
  .section-pd-process .pd-step-arrow {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.2);
    margin: 0.25rem 0;
  }
  .section-pd-process .pd-step-arrow .material-icons {
    font-size: 1.5rem;
    transform: rotate(90deg);
  }
}

.section-pd-crosspromo {
  background: var(--color-white);
  border-left: 6px solid var(--color-orange);
  padding: 2.5rem 2.5rem;
}
.section-pd-crosspromo .pd-crosspromo-label {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-orange);
  margin-bottom: 0.4rem;
}
.section-pd-crosspromo h2 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--color-text);
  margin-bottom: 0.75rem;
}
.section-pd-crosspromo p {
  font-family: var(--font-body);
  font-size: 0.975rem;
  color: var(--color-text);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
.section-pd-crosspromo p:last-of-type {
  margin-bottom: 0;
}
.section-pd-crosspromo .btn-pd-crosspromo {
  display: inline-block;
  background: var(--color-orange);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.65rem 1.5rem;
  text-decoration: none;
  border-radius: 3px;
  margin-top: 1.5rem;
}
.section-pd-crosspromo .btn-pd-crosspromo:hover {
  opacity: 0.85;
}
.section-pd-crosspromo > .row {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 640px) {
  .section-pd-crosspromo > .row {
    flex-direction: column;
  }
}
.section-pd-crosspromo .pd-crosspromo-image {
  overflow: hidden;
  border-radius: 3px;
}
.section-pd-crosspromo .pd-crosspromo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 3px;
}
@media screen and (min-width: 641px) {
  .section-pd-crosspromo .pd-crosspromo-image {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .section-pd-crosspromo .pd-crosspromo-image {
    margin-top: 1.5rem;
    height: 200px;
  }
  .section-pd-crosspromo .pd-crosspromo-image img {
    height: 200px;
  }
}

.section-pd-cta {
  background: var(--color-pd-bg);
  padding: 2.75rem 2.5rem;
}
.section-pd-cta .pd-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .section-pd-cta .pd-cta-inner {
    flex-direction: column;
    text-align: center;
  }
}
.section-pd-cta .pd-cta-left {
  flex: 1;
}
.section-pd-cta .pd-cta-left h2 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.7rem;
  color: var(--color-white);
  margin-bottom: 0.75rem;
}
.section-pd-cta .pd-cta-left p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0;
}
.section-pd-cta .pd-cta-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  align-self: stretch;
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .section-pd-cta .pd-cta-divider {
    width: 60%;
    height: 1px;
    margin: 0 auto;
  }
}
.section-pd-cta .pd-cta-right {
  flex-shrink: 0;
  text-align: center;
}
.section-pd-cta .pd-cta-right .pd-cta-tagline {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.5rem;
}
.section-pd-cta .pd-cta-right .btn-pd-call {
  display: block;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 2.2rem;
  color: var(--color-white);
  text-decoration: none;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.section-pd-cta .pd-cta-right .btn-pd-call:hover {
  opacity: 0.85;
}
.section-pd-cta .pd-cta-right .pd-cta-sub {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  margin: 0;
}

.section-pd-assurances {
  background: var(--color-white);
  padding: 2.25rem 2.5rem;
}
.section-pd-assurances .pd-assurances-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 1rem;
}
.section-pd-assurances .pd-assurance-item {
  flex: 1 1 120px;
  max-width: 160px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section-pd-assurances .pd-assurance-item {
    flex: 1 1 calc(50% - 1rem);
    max-width: none;
  }
}
.section-pd-assurances .pd-assurance-item .material-icons {
  font-size: 2.6rem;
  color: var(--color-pd-bg);
  display: block;
  margin: 0 auto 0.5rem;
}
.section-pd-assurances .pd-assurance-item strong {
  display: block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--color-text);
  margin-bottom: 0.35rem;
}
.section-pd-assurances .pd-assurance-item p {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--color-text);
  line-height: 1.5;
  margin: 0;
}

.section-ct-banner {
  background: var(--color-ct-bg);
  padding: 2.5rem 2.5rem 2.25rem;
  text-align: center;
}
.section-ct-banner h1 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 2.2rem;
  color: var(--color-white);
  margin-bottom: 0.4rem;
}
.section-ct-banner .ct-banner-subtitle {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
@media screen and (max-width: 640px) {
  .section-ct-banner {
    text-align: center;
  }
}

.section-ct-intro {
  background: var(--color-white);
  padding: 2.5rem 2.5rem;
}
.section-ct-intro .ct-intro-headline {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 2.1rem;
  color: var(--color-text);
  line-height: 1.15;
  margin-bottom: 0.75rem;
}
.section-ct-intro .ct-intro-headline .ct-intro-accent {
  color: var(--color-ct-bg);
}
.section-ct-intro .ct-intro-subheadline {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--color-text);
  margin-bottom: 0.75rem;
}
.section-ct-intro .ct-intro-subheadline em {
  color: var(--color-ct-bg);
  font-style: italic;
}
.section-ct-intro p {
  font-family: var(--font-body);
  font-size: 0.975rem;
  color: var(--color-text);
  line-height: 1.65;
  margin-bottom: 0.75rem;
}
.section-ct-intro p:last-of-type {
  margin-bottom: 0;
}
.section-ct-intro .ct-intro-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}
@media screen and (min-width: 641px) {
  .section-ct-intro .ct-intro-image {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .section-ct-intro .ct-intro-image {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .section-ct-intro > .row {
    display: flex;
    align-items: stretch;
  }
  .section-ct-intro .ct-intro-image {
    display: flex;
    flex-direction: column;
  }
  .section-ct-intro .ct-intro-image img {
    flex: 1;
    min-height: 0;
    object-fit: cover;
  }
}

.section-ct-benefits {
  background: var(--color-white);
  padding-bottom: 2rem;
}
.section-ct-benefits .ct-section-header {
  background: var(--color-ct-bg);
  padding: 0.85rem 2.5rem;
  margin-bottom: 1.75rem;
}
.section-ct-benefits .ct-section-header h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .section-ct-benefits .ct-section-header {
    text-align: center;
  }
}
.section-ct-benefits .ct-benefits-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem 1rem;
  padding: 0 2.5rem;
}
.section-ct-benefits .ct-benefit-item {
  flex: 1 1 180px;
  max-width: 220px;
  text-align: center;
  padding: 1.25rem 1rem;
  background: var(--color-gray-light);
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .section-ct-benefits .ct-benefit-item {
    flex: 1 1 calc(50% - 1rem);
    max-width: none;
  }
}
.section-ct-benefits .ct-benefit-item .material-icons {
  font-size: 3.2rem;
  color: var(--color-ct-bg);
  display: block;
  margin: 0 auto 0.6rem;
}
.section-ct-benefits .ct-benefit-item h3 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text);
  margin-bottom: 0.4rem;
}
.section-ct-benefits .ct-benefit-item p {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--color-text);
  line-height: 1.5;
  margin: 0;
}

.section-ct-details {
  background: var(--color-white);
  padding: 2rem 2.5rem;
}
.section-ct-details .ct-details-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .section-ct-details .ct-details-row {
    flex-direction: column;
  }
}
.section-ct-details .ct-details-col {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .section-ct-details .ct-details-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .section-ct-details .ct-details-col:first-child {
    padding-left: 0;
  }
  .section-ct-details .ct-details-col:last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .section-ct-details .ct-details-col {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-ct-details .ct-details-col:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  .section-ct-details .ct-details-col {
    margin-bottom: 1.25rem;
  }
  .section-ct-details .ct-details-col:last-child {
    margin-bottom: 0;
  }
}
.section-ct-details .ct-where-card {
  background: var(--color-ct-bg);
  border-radius: 4px;
  padding: 1.5rem;
  flex: 1;
}
.section-ct-details .ct-where-card .ct-where-card-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.85rem;
}
.section-ct-details .ct-where-card .ct-where-card-header .material-icons {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.85);
  flex-shrink: 0;
}
.section-ct-details .ct-where-card .ct-where-card-header h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
  line-height: 1.2;
}
.section-ct-details .ct-where-card > p {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 1rem;
}
.section-ct-details .ct-where-card .ct-where-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.section-ct-details .ct-where-card .ct-where-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  margin-bottom: 0.4rem;
}
.section-ct-details .ct-where-card .ct-where-list li .material-icons {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  flex-shrink: 0;
  margin-top: 0.2rem;
}
.section-ct-details .ct-where-card .ct-where-note {
  font-family: var(--font-body);
  font-size: 0.825rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1rem;
  line-height: 1.5;
}
.section-ct-details .ct-where-card .ct-where-image {
  display: none;
}
@media screen and (min-width: 1025px) {
  .section-ct-details .ct-where-card .ct-where-image {
    display: block;
    height: 170px;
    border-radius: 4px;
    background: url("../images/ct-where-sessions.jpg") center/cover no-repeat;
  }
}
.section-ct-details .ct-topics-card {
  background: var(--color-gray-light);
  border-radius: 4px;
  padding: 1.5rem;
  flex: 1;
}
.section-ct-details .ct-topics-card h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--color-ct-bg);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
  text-align: center;
}
.section-ct-details .ct-topics-card .ct-topics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .section-ct-details .ct-topics-card .ct-topics-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .section-ct-details .ct-topics-card .ct-topics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-ct-details .ct-topics-card .ct-topic-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.25rem;
}
.section-ct-details .ct-topics-card .ct-topic-item .material-icons {
  font-size: 1.6rem;
  color: var(--color-ct-bg);
}
.section-ct-details .ct-topics-card .ct-topic-item p {
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: var(--color-text);
  line-height: 1.35;
  margin: 0;
}
.section-ct-details .ct-topics-card .ct-topics-note {
  font-family: var(--font-body);
  font-size: 0.825rem;
  font-style: italic;
  color: #666;
  margin: 0;
  line-height: 1.5;
  text-align: center;
}
.section-ct-details .ct-pricing-card {
  background: var(--color-ct-bg);
  border-radius: 4px;
  padding: 1.5rem;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .section-ct-details .ct-pricing-card .ct-pricing-body {
    display: flex;
    gap: 1rem;
    align-items: stretch;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .section-ct-details .ct-pricing-card .ct-pricing-text {
    flex: 1;
  }
}
.section-ct-details .ct-pricing-card .ct-pricing-photo {
  display: none;
}
@media screen and (max-width: 640px) {
  .section-ct-details .ct-pricing-card .ct-pricing-photo {
    display: block;
    flex: 0 0 120px;
    min-height: 160px;
    border-radius: 4px;
    background: url("../images/ct-where-sessions.jpg") center/cover no-repeat;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .section-ct-details .ct-pricing-card .ct-pricing-photo {
    display: block;
    flex: 0 0 220px;
    min-height: 240px;
    border-radius: 4px;
    background: url("../images/ct-where-sessions.jpg") center/cover no-repeat;
  }
}
.section-ct-details .ct-pricing-card h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}
.section-ct-details .ct-pricing-card .ct-pricing-starting {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
.section-ct-details .ct-pricing-card .ct-pricing-rate {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 3.5rem;
  color: var(--color-white);
  line-height: 1;
  margin-bottom: 1rem;
}
.section-ct-details .ct-pricing-card .ct-pricing-rate .ct-pricing-dollar {
  font-size: 2rem;
  vertical-align: top;
  margin-top: 0.35rem;
  display: inline-block;
}
.section-ct-details .ct-pricing-card .ct-pricing-rate .ct-pricing-per {
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  margin-left: 0.15rem;
}
.section-ct-details .ct-pricing-card .ct-pricing-list {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
}
.section-ct-details .ct-pricing-card .ct-pricing-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  margin-bottom: 0.4rem;
}
.section-ct-details .ct-pricing-card .ct-pricing-list li .material-icons {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  flex-shrink: 0;
  margin-top: 0.2rem;
}
.section-ct-details .ct-pricing-card .ct-pricing-footnote {
  font-family: var(--font-body);
  font-size: 0.775rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1rem;
}
.section-ct-details .ct-pricing-card .ct-pricing-tip {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 0.85rem 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.section-ct-details .ct-pricing-card .ct-pricing-tip .material-icons {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.section-ct-details .ct-pricing-card .ct-pricing-tip p {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin: 0;
}

.section-ct-teach {
  background: var(--color-white);
  padding: 2.5rem 2.5rem;
}
@media screen and (max-width: 640px) {
  .section-ct-teach .ct-teach-col {
    margin-bottom: 2rem;
  }
  .section-ct-teach .ct-teach-col:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 641px) {
  .section-ct-teach .ct-teach-col {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .section-ct-teach .ct-teach-col:first-child {
    padding-left: 0;
  }
  .section-ct-teach .ct-teach-col:last-child {
    padding-right: 0;
  }
}
.section-ct-teach .ct-teach-icon {
  font-size: 2.4rem;
  color: var(--color-ct-bg);
  display: block;
  margin-bottom: 0.6rem;
  text-align: left;
}
.section-ct-teach h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--color-text);
  margin-bottom: 0.6rem;
}
.section-ct-teach > .row > .columns > p,
.section-ct-teach .ct-teach-col > p {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--color-text);
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.section-ct-teach .ct-teach-list {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
}
.section-ct-teach .ct-teach-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--color-text);
  line-height: 1.55;
  margin-bottom: 0.4rem;
}
.section-ct-teach .ct-teach-list li .material-icons {
  font-size: 1rem;
  color: var(--color-ct-bg);
  flex-shrink: 0;
  margin-top: 0.2rem;
}
.section-ct-teach .ct-teach-note {
  font-family: var(--font-body);
  font-size: 0.825rem;
  font-style: italic;
  color: var(--color-ct-bg);
  line-height: 1.55;
  margin: 0;
}

.section-ct-approach {
  background: var(--color-gray-light);
  border-left: 6px solid var(--color-ct-bg);
  padding: 2rem 2.5rem;
}
.section-ct-approach .ct-approach-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .section-ct-approach .ct-approach-row {
    flex-direction: column;
  }
}
.section-ct-approach .ct-approach-left {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.section-ct-approach .ct-approach-left .material-icons {
  font-size: 2.4rem;
  color: var(--color-ct-bg);
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.section-ct-approach .ct-approach-left h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--color-text);
  margin-bottom: 0.5rem;
}
.section-ct-approach .ct-approach-left p {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--color-text);
  line-height: 1.65;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .section-ct-approach .ct-approach-left {
    margin-bottom: 1.5rem;
  }
}
.section-ct-approach .ct-approach-right {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
@media screen and (min-width: 641px) {
  .section-ct-approach .ct-approach-right {
    padding-left: 2rem;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.section-ct-approach .ct-approach-right .material-icons {
  font-size: 2rem;
  color: var(--color-ct-bg);
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.section-ct-approach .ct-approach-right p {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--color-text);
  line-height: 1.65;
  font-style: italic;
  margin: 0;
}

.section-ct-cta {
  background: var(--color-ct-bg);
  padding: 2.75rem 2.5rem;
}
.section-ct-cta .ct-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .section-ct-cta .ct-cta-inner {
    flex-direction: column;
    text-align: center;
  }
}
.section-ct-cta .ct-cta-left {
  flex: 1;
}
.section-ct-cta .ct-cta-left h2 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.7rem;
  color: var(--color-white);
  margin-bottom: 0.4rem;
}
.section-ct-cta .ct-cta-left .ct-cta-tagline-sub {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  margin: 0;
}
.section-ct-cta .ct-cta-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  align-self: stretch;
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .section-ct-cta .ct-cta-divider {
    width: 60%;
    height: 1px;
    margin: 0 auto;
  }
}
.section-ct-cta .ct-cta-right {
  flex-shrink: 0;
  text-align: center;
}
.section-ct-cta .ct-cta-right .ct-cta-tagline {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.5rem;
}
.section-ct-cta .ct-cta-right .btn-ct-call {
  display: block;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 2.2rem;
  color: var(--color-white);
  text-decoration: none;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.section-ct-cta .ct-cta-right .btn-ct-call:hover {
  opacity: 0.85;
}
.section-ct-cta .ct-cta-right .ct-cta-sub {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  margin: 0;
}

.section-ct-assurances {
  background: var(--color-white);
  padding: 2.25rem 2.5rem;
}
.section-ct-assurances .ct-assurances-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 1rem;
}
.section-ct-assurances .ct-assurance-item {
  flex: 1 1 120px;
  max-width: 160px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section-ct-assurances .ct-assurance-item {
    flex: 1 1 calc(50% - 1rem);
    max-width: none;
  }
}
.section-ct-assurances .ct-assurance-item .material-icons {
  font-size: 2.6rem;
  color: var(--color-ct-bg);
  display: block;
  margin: 0 auto 0.5rem;
}
.section-ct-assurances .ct-assurance-item strong {
  display: block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--color-text);
  margin-bottom: 0.35rem;
}
.section-ct-assurances .ct-assurance-item p {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--color-text);
  line-height: 1.5;
  margin: 0;
}

.site-footer .footer-cta-bar {
  background: var(--color-red);
  padding: 2.5rem 2rem;
  margin-top: 1.1em;
}
.site-footer .footer-cta-bar .footer-cta-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
}
.site-footer .footer-cta-bar .footer-nav-col .footer-nav-label {
  display: block;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.5rem;
}
.site-footer .footer-cta-bar .footer-nav-col .footer-page-select {
  width: 100%;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 0.9rem;
  padding: 0.45rem 0.75rem;
  cursor: pointer;
  appearance: auto;
  margin-bottom: 0.75rem;
  transition: border-color 0.2s ease;
}
.site-footer .footer-cta-bar .footer-nav-col .footer-page-select:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.7);
}
.site-footer .footer-cta-bar .footer-nav-col .footer-page-select option {
  background: var(--color-red);
  color: var(--color-white);
}
.site-footer .footer-cta-bar .footer-nav-col .footer-nav-go-btn {
  display: block;
  width: 100%;
  padding: 0.4rem 0.75rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  margin-bottom: 0.75rem;
  transition: background 0.2s ease;
}
.site-footer .footer-cta-bar .footer-nav-col .footer-nav-go-btn:hover {
  background: rgba(255, 255, 255, 0.25);
}
.site-footer .footer-cta-bar .footer-nav-col .footer-cookie-btn {
  background: none;
  border: none;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--font-body);
  font-size: 0.8rem;
  cursor: pointer;
  transition: color 0.2s ease;
}
.site-footer .footer-cta-bar .footer-nav-col .footer-cookie-btn:hover {
  color: var(--color-white);
}
.site-footer .footer-cta-bar .footer-center-col {
  text-align: center;
}
.site-footer .footer-cta-bar .footer-center-col .footer-call-label {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.4rem;
}
.site-footer .footer-cta-bar .footer-center-col .footer-cta-phone {
  display: inline-block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 2.53rem;
  white-space: nowrap;
  color: var(--color-white);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .site-footer .footer-cta-bar .footer-center-col .footer-cta-phone {
    font-size: 2.28rem;
  }
}
@media screen and (min-width: 1025px) {
  .site-footer .footer-cta-bar .footer-center-col .footer-cta-phone {
    font-size: 3.78rem;
  }
}
.site-footer .footer-cta-bar .footer-center-col .footer-cta-phone:hover {
  opacity: 0.82;
  color: var(--color-white);
}
.site-footer .footer-cta-bar .footer-center-col .footer-hours {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 300;
  font-style: italic;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 0.4rem;
}
.site-footer .footer-cta-bar .footer-logo-col {
  min-width: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer .footer-cta-bar .footer-logo-col a {
  display: block;
  text-align: center;
}
.site-footer .footer-cta-bar .footer-logo-col img {
  height: 135px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .site-footer .footer-cta-bar .footer-logo-col img {
    height: 101px;
  }
}
.site-footer .footer-copyright {
  background: var(--color-navy);
  padding: 1.25rem 2rem;
  text-align: center;
}
.site-footer .footer-copyright p {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.38);
  margin: 0;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .site-footer .footer-cta-bar .footer-cta-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .site-footer .footer-cta-bar .footer-nav-col .footer-page-select {
    margin: 0 auto 0.75rem;
  }
  .site-footer .footer-cta-bar .footer-center-col {
    margin: 1rem 0;
  }
  .site-footer .footer-cta-bar .footer-logo-col {
    min-width: unset;
    justify-content: center;
  }
}

.btn-call,
.btn-call-section {
  background: linear-gradient(175deg, var(--color-red), var(--color-red-dark));
}

.section-about .about-signature {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease 0.5s, transform 0.6s ease 0.5s;
}

.section-about.aos-animate .about-signature {
  opacity: 1;
  transform: translateY(0);
}

.section-tn-banner {
  background: var(--color-near-black);
  padding: 3rem 2rem 2.5rem;
  text-align: center;
  margin-bottom: 0;
}
.section-tn-banner h1 {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--color-white);
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}
.section-tn-banner .tn-banner-subtitle {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 540px;
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .section-tn-banner {
    padding: 2rem 1.25rem 1.75rem;
  }
  .section-tn-banner h1 {
    font-size: 1.9rem;
  }
  .section-tn-banner .tn-banner-subtitle {
    font-size: 0.88rem;
  }
}

.section-tn-filters {
  background: var(--color-white);
  padding: 0.85rem 2rem;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 0;
}
.section-tn-filters .tn-filters-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.section-tn-filters .tn-tag-filters {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  align-items: center;
}
.section-tn-filters .tn-filter-btn {
  padding: 0.35rem 0.9rem;
  border-radius: 4px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  background: transparent;
  color: var(--color-text);
  border: 1.5px solid #ccc;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.section-tn-filters .tn-filter-btn.active {
  background: var(--color-near-black);
  color: var(--color-white);
  border-color: var(--color-near-black);
}
.section-tn-filters .tn-filter-btn:hover:not(.active) {
  background: var(--color-gray-light);
  border-color: #aaa;
  color: var(--color-text);
}
.section-tn-filters .tn-search-box {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1.5px solid #ccc;
  border-radius: 4px;
  padding: 0.4rem 0.75rem;
  background: var(--color-white);
}
.section-tn-filters .tn-search-box .material-icons {
  color: #aaa;
  font-size: 1.1rem;
  flex-shrink: 0;
  line-height: 1;
}
.section-tn-filters .tn-search-box input {
  border: none;
  outline: none;
  box-shadow: none;
  height: auto;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: var(--font-body);
  font-size: 0.88rem;
  min-width: 220px;
  color: var(--color-text);
  background: transparent;
}
.section-tn-filters .tn-search-box input::placeholder {
  color: #bbb;
}
@media screen and (max-width: 640px) {
  .section-tn-filters {
    padding: 0.75rem 1.25rem;
  }
  .section-tn-filters .tn-filters-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-tn-filters .tn-search-box {
    width: 100%;
  }
  .section-tn-filters .tn-search-box input {
    min-width: 0;
    flex: 1;
  }
}

.section-tn-list {
  background: transparent;
  margin-bottom: 0;
}

.tn-article-row {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  background: var(--color-white);
}
.tn-article-row:nth-child(even) {
  background: #f7f7f7;
}
.tn-article-row:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.tn-article-row:hover {
  background: #eef4f8;
}
.tn-article-row:hover:nth-child(even) {
  background: #e8f0f6;
}

.tn-article-thumb {
  flex: 0 0 280px;
  align-self: flex-start;
}
.tn-article-thumb img {
  width: 100%;
  height: 158px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.tn-article-content {
  flex: 1;
  min-width: 0;
}

.tn-tag {
  display: inline-block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}
.tn-tag.tn-tag-news {
  color: var(--color-teal);
}
.tn-tag.tn-tag-deal {
  color: var(--color-green);
}
.tn-tag.tn-tag-guide {
  color: var(--color-blue);
}
.tn-tag.tn-tag-review {
  color: var(--color-orange);
}
.tn-tag.tn-tag-special {
  color: var(--color-red);
}

.tn-article-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-text);
  margin: 0.2rem 0 0.5rem;
  line-height: 1.35;
}
.tn-article-title a {
  color: var(--color-text);
  text-decoration: none;
}
.tn-article-title a:hover {
  color: var(--color-navy);
}

.tn-article-summary {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: #555;
  margin-bottom: 0.6rem;
  line-height: 1.55;
}

.tn-article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.5rem;
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: #999;
  margin-bottom: 0.35rem;
}
.tn-article-meta > span {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.tn-article-meta .material-icons {
  font-size: 0.95rem;
}
.tn-article-meta .tn-meta-sep {
  color: #d0d0d0;
}
.tn-article-meta .tn-meta-share {
  transition: color 0.2s ease;
}

.tn-affiliate-note {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-style: italic;
  color: #bbb;
  margin: 0;
  line-height: 1.4;
}

.tn-article-cta {
  flex: 0 0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.tn-thumb-link {
  display: block;
  line-height: 0;
}
.tn-thumb-link img {
  transition: opacity 0.2s ease;
}
.tn-thumb-link:hover img {
  opacity: 0.85;
}

.tn-meta-share {
  background: none;
  border: none;
  padding: 0;
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: #999;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  line-height: 1;
}
.tn-meta-share:hover {
  color: var(--color-navy);
}

.btn-tn-read {
  display: block;
  background: var(--color-near-black);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.65rem 1rem;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  transition: opacity 0.2s ease;
}
.btn-tn-read:hover {
  opacity: 0.78;
  color: var(--color-white);
}

.btn-tn-deal {
  display: block;
  background: var(--color-green);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.65rem 1rem;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  transition: opacity 0.2s ease;
}
.btn-tn-deal:hover {
  opacity: 0.85;
  color: var(--color-white);
}
.btn-tn-deal.btn-tn-deal-review {
  background: var(--color-orange);
}

.btn-tn-special {
  display: block;
  background: var(--color-red);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.65rem 1rem;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  transition: opacity 0.2s ease;
}
.btn-tn-special:hover {
  opacity: 0.85;
  color: var(--color-white);
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  .tn-article-row {
    padding: 1.25rem 1.5rem;
    gap: 1rem;
  }
  .tn-article-thumb {
    flex: 0 0 200px;
  }
  .tn-article-thumb img {
    height: 120px;
  }
  .tn-article-cta {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .tn-article-row {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    gap: 0;
  }
  .tn-article-thumb {
    flex: none;
    align-self: stretch;
    background: #d8dde2;
  }
  .tn-article-thumb img {
    height: 160px;
    width: 100%;
    border-radius: 0;
    display: block;
  }
  .tn-article-content {
    padding: 1rem 1.25rem 1.25rem;
  }
  .tn-article-cta {
    display: none;
  }
}
.section-tn-pagination {
  background: var(--color-white);
  padding: 1.25rem 2rem;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.tn-pagination {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  flex-wrap: wrap;
  justify-content: center;
}

.tn-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 0.5rem;
  border-radius: 4px;
  border: 1.5px solid #ddd;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--color-text);
  text-decoration: none;
  background: var(--color-white);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.tn-page-btn.active {
  background: var(--color-near-black);
  color: var(--color-white);
  border-color: var(--color-near-black);
}
.tn-page-btn:hover:not(.active) {
  background: var(--color-gray-light);
  border-color: #aaa;
  color: var(--color-text);
}
.tn-page-btn.tn-page-next {
  padding: 0 0.75rem;
}

.tn-page-ellipsis {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.88rem;
  color: #999;
  padding: 0 0.2rem;
  display: inline-flex;
  align-items: center;
  height: 36px;
}

.section-tn-promos {
  margin-bottom: 0;
}

.tn-promos-flex {
  display: flex;
}

.tn-promo-services,
.tn-promo-affiliate {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 2rem 2rem;
}
.tn-promo-services .tn-promo-badge,
.tn-promo-affiliate .tn-promo-badge {
  flex-shrink: 0;
}
.tn-promo-services .tn-promo-badge .material-icons,
.tn-promo-affiliate .tn-promo-badge .material-icons {
  font-size: 3.5rem;
  color: rgba(255, 255, 255, 0.8);
}
.tn-promo-services .tn-promo-content strong,
.tn-promo-affiliate .tn-promo-content strong {
  display: block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--color-white);
  margin-bottom: 0.4rem;
  line-height: 1.3;
}
.tn-promo-services .tn-promo-content p,
.tn-promo-affiliate .tn-promo-content p {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0.9rem;
  line-height: 1.5;
}

.tn-promo-services {
  background: var(--color-green);
}

.tn-promo-affiliate {
  background: var(--color-navy);
}

.btn-tn-promo-services {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border: 1.5px solid rgba(255, 255, 255, 0.65);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.btn-tn-promo-services:hover {
  background: rgba(255, 255, 255, 0.25);
  color: var(--color-white);
}

.btn-tn-promo-affiliate {
  display: inline-block;
  background: var(--color-blue);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.btn-tn-promo-affiliate:hover {
  opacity: 0.85;
  color: var(--color-white);
}

@media screen and (max-width: 640px) {
  .tn-promos-flex {
    flex-direction: column;
  }
  .tn-promo-services,
  .tn-promo-affiliate {
    padding: 1.5rem 1.25rem;
    gap: 1rem;
  }
  .tn-promo-services .tn-promo-badge .material-icons,
  .tn-promo-affiliate .tn-promo-badge .material-icons {
    font-size: 2.5rem;
  }
}
.content-wrapper > .section-tn-banner {
  margin-bottom: 0;
}
.content-wrapper > .section-tn-filters {
  margin-bottom: 0;
}
.content-wrapper > .section-tn-list {
  margin-bottom: 0;
}
.content-wrapper > .section-tn-pagination {
  margin-bottom: 1.5rem;
}

/* PRIVACY & LEGAL PAGE - Dark Gray Theme */
.section-pl-banner {
  background: #4a4a4a;
  padding: 2.5rem 2.5rem;
  text-align: center;
}
.section-pl-banner h1 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 2.2rem;
  color: var(--color-white);
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}
.section-pl-banner .pl-banner-subtitle {
  font-family: var(--font-body);
  font-style: italic;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}
@media screen and (max-width: 640px) {
  .section-pl-banner {
    text-align: center;
  }
}

.section-pl-intro {
  background: var(--color-white);
  padding: 3rem 2.5rem;
}
.section-pl-intro .pl-intro-headline {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.9rem;
  line-height: 1.2;
  color: var(--color-text);
  margin-bottom: 1.25rem;
}
.section-pl-intro p {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--color-text);
  line-height: 1.6;
  margin-bottom: 0.85rem;
}
.section-pl-intro .pl-accent {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.05rem;
  color: #666666;
  margin-top: 1rem;
}
.section-pl-intro > .row {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .section-pl-intro > .row {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .section-pl-intro > .row {
    flex-direction: column;
  }
}
.section-pl-intro .pl-intro-image {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-pl-intro .pl-intro-image {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .section-pl-intro .pl-intro-image {
    margin-top: 1.5rem;
  }
}
.section-pl-intro .pl-intro-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 4px;
}

.section-pl-benefits {
  background: var(--color-white);
  padding: 3rem 2.5rem;
}
.section-pl-benefits .pl-benefits-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.section-pl-benefits .pl-benefit-item {
  text-align: center;
  padding: 1.5rem;
}
.section-pl-benefits .pl-benefit-item:last-child {
  grid-column: auto;
}
@media screen and (max-width: 640px) {
  .section-pl-benefits .pl-benefit-item {
    padding: 1rem;
  }
  .section-pl-benefits .pl-benefit-item:last-child {
    grid-column: auto;
  }
}
.section-pl-benefits .pl-benefit-item .material-icons {
  font-size: 3.2rem;
  color: #666666;
  display: block;
  margin: 0 auto 0.75rem;
}
.section-pl-benefits .pl-benefit-item h3 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #666666;
  margin-bottom: 0.5rem;
}

.pl-section-header {
  background: #4a4a4a;
  padding: 1.25rem 2.5rem;
  text-align: center;
}
.pl-section-header h2 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-white);
  margin: 0;
}

.section-pl-details {
  background: var(--color-white);
  padding: 2.75rem 2.5rem;
}
.section-pl-details h2,
.section-pl-details h3,
.section-pl-details h4,
.section-pl-details h5,
.section-pl-details h6 {
  color: var(--color-text);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.section-pl-details p {
  color: var(--color-text);
  line-height: 1.6;
}
.section-pl-details ul,
.section-pl-details ol {
  color: var(--color-text);
}

.section-pl-cta {
  background: #4a4a4a;
  padding: 2.75rem 2.5rem;
}
.section-pl-cta .pl-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .section-pl-cta .pl-cta-inner {
    flex-direction: column;
    text-align: center;
  }
}
.section-pl-cta .pl-cta-left {
  flex: 1;
}
.section-pl-cta .pl-cta-left h2 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.7rem;
  color: var(--color-white);
  margin-bottom: 0.75rem;
}
.section-pl-cta .pl-cta-left p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0;
}
.section-pl-cta .pl-cta-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  align-self: stretch;
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .section-pl-cta .pl-cta-divider {
    width: 60%;
    height: 1px;
    margin: 0 auto;
  }
}
.section-pl-cta .pl-cta-right {
  flex-shrink: 0;
  text-align: center;
}
.section-pl-cta .pl-cta-right .pl-cta-tagline {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.5rem;
}
.section-pl-cta .pl-cta-right .btn-pl-call {
  display: block;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 2.2rem;
  color: var(--color-white);
  text-decoration: none;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.section-pl-cta .pl-cta-right .btn-pl-call:hover {
  opacity: 0.85;
}
.section-pl-cta .pl-cta-right .pl-cta-sub {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  margin: 0;
}

.section-pl-assurances {
  background: var(--color-white);
  padding: 2.75rem 2.5rem;
}
.section-pl-assurances .pl-assurances-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.section-pl-assurances .pl-assurance-item {
  text-align: center;
  padding: 1.5rem;
}
.section-pl-assurances .pl-assurance-item .material-icons {
  font-size: 2.6rem;
  color: #666666;
  display: block;
  margin: 0 auto 0.5rem;
}
.section-pl-assurances .pl-assurance-item strong {
  display: block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--color-text);
  margin-bottom: 0.5rem;
}
.section-pl-assurances .pl-assurance-item p {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--color-text);
  margin: 0;
  line-height: 1.5;
}

/*# sourceMappingURL=app.css.map */
