@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic|Roboto+Slab:400,700");
/*
    Editorial by HTML5 UP
    html5up.net | @ajlkn
    Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  -webkit-text-size-adjust: none; }

mark {
  background-color: transparent;
  color: inherit; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none; }

/* Basic */
@-ms-viewport {
  width: device-width; }

body {
  -ms-overflow-style: scrollbar; }

@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px; } }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background: #f7f9fb; }
  body.is-preload *, body.is-preload *:before, body.is-preload *:after, body.is-resizing *, body.is-resizing *:before, body.is-resizing *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important; }

/* Type */
body, input, select, textarea {
  color: #7f888f;
  font-family: "Open Sans", sans-serif;
  font-size: 13pt;
  font-weight: 400;
  line-height: 1.65; }
  @media screen and (max-width: 1680px) {
    body, input, select, textarea {
      font-size: 11pt; } }
  @media screen and (max-width: 1280px) {
    body, input, select, textarea {
      font-size: 10pt; } }
  @media screen and (max-width: 360px) {
    body, input, select, textarea {
      font-size: 9pt; } }
/* change #4a6f86 to #4a6f86 */
a {
  -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  border-bottom: dotted 1px;
  color: #4a6f86;
  text-decoration: none; }
  a:hover {
    border-bottom-color: #4a6f86;
    color: #4a6f86 !important; }
    a:hover strong {
      color: inherit; }

strong, b {
  color: #3d4449;
  font-weight: 600; }

em, i {
  font-style: italic; }

p {
  margin: 0 0 2em 0; }

h1, h2, h3, h4, h5, h6 {
  color: #3d4449;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1em 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
    border-bottom: 0; }

h1 {
  font-size: 4em;
  margin: 0 0 0.5em 0;
  line-height: 1.3; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.25em; }

h4 {
  font-size: 1.1em; }

h5 {
  font-size: 0.9em; }

h6 {
  font-size: 0.7em; }

@media screen and (max-width: 1680px) {
  h1 {
    font-size: 3.5em; } }

@media screen and (max-width: 980px) {
  h1 {
    font-size: 3.25em; } }

@media screen and (max-width: 736px) {
  h1 {
    font-size: 2em;
    line-height: 1.4; }
  h2 {
    font-size: 1.5em; } }

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em; }

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em; }

blockquote {
  border-left: solid 3px rgba(210, 215, 217, 0.75);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em; }

code {
  background: rgba(230, 235, 237, 0.25);
  border-radius: 0.375em;
  border: solid 1px rgba(210, 215, 217, 0.75);
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em; }

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0; }
  pre code {
    display: block;
    line-height: 1.75;
    padding: 1em 1.5em;
    overflow-x: auto; }

hr {
  border: 0;
  border-bottom: solid 1px rgba(210, 215, 217, 0.75);
  margin: 2em 0; }
  hr.major {
    margin: 3em 0; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

/* Row */
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch; }
  .row > * {
    box-sizing: border-box; }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0; }
  .row.aln-left {
    justify-content: flex-start; }
  .row.aln-center {
    justify-content: center; }
  .row.aln-right {
    justify-content: flex-end; }
  .row.aln-top {
    align-items: flex-start; }
  .row.aln-middle {
    align-items: center; }
  .row.aln-bottom {
    align-items: flex-end; }
  .row > .imp {
    order: -1; }
  .row > .col-1 {
    width: 8.33333%; }
  .row > .off-1 {
    margin-left: 8.33333%; }
  .row > .col-2 {
    width: 16.66667%; }
  .row > .off-2 {
    margin-left: 16.66667%; }
  .row > .col-3 {
    width: 25%; }
  .row > .off-3 {
    margin-left: 25%; }
  .row > .col-4 {
    width: 33.33333%; }
  .row > .off-4 {
    margin-left: 33.33333%; }
  .row > .col-5 {
    width: 41.66667%; }
  .row > .off-5 {
    margin-left: 41.66667%; }
  .row > .col-6 {
    width: 50%; }
  .row > .off-6 {
    margin-left: 50%; }
  .row > .col-7 {
    width: 58.33333%; }
  .row > .off-7 {
    margin-left: 58.33333%; }
  .row > .col-8 {
    width: 66.66667%; }
  .row > .off-8 {
    margin-left: 66.66667%; }
  .row > .col-9 {
    width: 75%; }
  .row > .off-9 {
    margin-left: 75%; }
  .row > .col-10 {
    width: 83.33333%; }
  .row > .off-10 {
    margin-left: 83.33333%; }
  .row > .col-11 {
    width: 91.66667%; }
  .row > .off-11 {
    margin-left: 91.66667%; }
  .row > .col-12 {
    width: 100%; }
  .row > .off-12 {
    margin-left: 100%; }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em; }
    .row.gtr-0 > * {
      padding: 0 0 0 0em; }
    .row.gtr-0.gtr-uniform {
      margin-top: 0em; }
      .row.gtr-0.gtr-uniform > * {
        padding-top: 0em; }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375em; }
    .row.gtr-25 > * {
      padding: 0 0 0 0.375em; }
    .row.gtr-25.gtr-uniform {
      margin-top: -0.375em; }
      .row.gtr-25.gtr-uniform > * {
        padding-top: 0.375em; }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75em; }
    .row.gtr-50 > * {
      padding: 0 0 0 0.75em; }
    .row.gtr-50.gtr-uniform {
      margin-top: -0.75em; }
      .row.gtr-50.gtr-uniform > * {
        padding-top: 0.75em; }
  .row {
    margin-top: 0;
    margin-left: -1.5em; }
    .row > * {
      padding: 0 0 0 1.5em; }
    .row.gtr-uniform {
      margin-top: -1.5em; }
      .row.gtr-uniform > * {
        padding-top: 1.5em; }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25em; }
    .row.gtr-150 > * {
      padding: 0 0 0 2.25em; }
    .row.gtr-150.gtr-uniform {
      margin-top: -2.25em; }
      .row.gtr-150.gtr-uniform > * {
        padding-top: 2.25em; }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3em; }
    .row.gtr-200 > * {
      padding: 0 0 0 3em; }
    .row.gtr-200.gtr-uniform {
      margin-top: -3em; }
      .row.gtr-200.gtr-uniform > * {
        padding-top: 3em; }
  @media screen and (max-width: 1680px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-xlarge {
        order: -1; }
      .row > .col-1-xlarge {
        width: 8.33333%; }
      .row > .off-1-xlarge {
        margin-left: 8.33333%; }
      .row > .col-2-xlarge {
        width: 16.66667%; }
      .row > .off-2-xlarge {
        margin-left: 16.66667%; }
      .row > .col-3-xlarge {
        width: 25%; }
      .row > .off-3-xlarge {
        margin-left: 25%; }
      .row > .col-4-xlarge {
        width: 33.33333%; }
      .row > .off-4-xlarge {
        margin-left: 33.33333%; }
      .row > .col-5-xlarge {
        width: 41.66667%; }
      .row > .off-5-xlarge {
        margin-left: 41.66667%; }
      .row > .col-6-xlarge {
        width: 50%; }
      .row > .off-6-xlarge {
        margin-left: 50%; }
      .row > .col-7-xlarge {
        width: 58.33333%; }
      .row > .off-7-xlarge {
        margin-left: 58.33333%; }
      .row > .col-8-xlarge {
        width: 66.66667%; }
      .row > .off-8-xlarge {
        margin-left: 66.66667%; }
      .row > .col-9-xlarge {
        width: 75%; }
      .row > .off-9-xlarge {
        margin-left: 75%; }
      .row > .col-10-xlarge {
        width: 83.33333%; }
      .row > .off-10-xlarge {
        margin-left: 83.33333%; }
      .row > .col-11-xlarge {
        width: 91.66667%; }
      .row > .off-11-xlarge {
        margin-left: 91.66667%; }
      .row > .col-12-xlarge {
        width: 100%; }
      .row > .off-12-xlarge {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
  @media screen and (max-width: 1280px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-large {
        order: -1; }
      .row > .col-1-large {
        width: 8.33333%; }
      .row > .off-1-large {
        margin-left: 8.33333%; }
      .row > .col-2-large {
        width: 16.66667%; }
      .row > .off-2-large {
        margin-left: 16.66667%; }
      .row > .col-3-large {
        width: 25%; }
      .row > .off-3-large {
        margin-left: 25%; }
      .row > .col-4-large {
        width: 33.33333%; }
      .row > .off-4-large {
        margin-left: 33.33333%; }
      .row > .col-5-large {
        width: 41.66667%; }
      .row > .off-5-large {
        margin-left: 41.66667%; }
      .row > .col-6-large {
        width: 50%; }
      .row > .off-6-large {
        margin-left: 50%; }
      .row > .col-7-large {
        width: 58.33333%; }
      .row > .off-7-large {
        margin-left: 58.33333%; }
      .row > .col-8-large {
        width: 66.66667%; }
      .row > .off-8-large {
        margin-left: 66.66667%; }
      .row > .col-9-large {
        width: 75%; }
      .row > .off-9-large {
        margin-left: 75%; }
      .row > .col-10-large {
        width: 83.33333%; }
      .row > .off-10-large {
        margin-left: 83.33333%; }
      .row > .col-11-large {
        width: 91.66667%; }
      .row > .off-11-large {
        margin-left: 91.66667%; }
      .row > .col-12-large {
        width: 100%; }
      .row > .off-12-large {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
  @media screen and (max-width: 980px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-medium {
        order: -1; }
      .row > .col-1-medium {
        width: 8.33333%; }
      .row > .off-1-medium {
        margin-left: 8.33333%; }
      .row > .col-2-medium {
        width: 16.66667%; }
      .row > .off-2-medium {
        margin-left: 16.66667%; }
      .row > .col-3-medium {
        width: 25%; }
      .row > .off-3-medium {
        margin-left: 25%; }
      .row > .col-4-medium {
        width: 33.33333%; }
      .row > .off-4-medium {
        margin-left: 33.33333%; }
      .row > .col-5-medium {
        width: 41.66667%; }
      .row > .off-5-medium {
        margin-left: 41.66667%; }
      .row > .col-6-medium {
        width: 50%; }
      .row > .off-6-medium {
        margin-left: 50%; }
      .row > .col-7-medium {
        width: 58.33333%; }
      .row > .off-7-medium {
        margin-left: 58.33333%; }
      .row > .col-8-medium {
        width: 66.66667%; }
      .row > .off-8-medium {
        margin-left: 66.66667%; }
      .row > .col-9-medium {
        width: 75%; }
      .row > .off-9-medium {
        margin-left: 75%; }
      .row > .col-10-medium {
        width: 83.33333%; }
      .row > .off-10-medium {
        margin-left: 83.33333%; }
      .row > .col-11-medium {
        width: 91.66667%; }
      .row > .off-11-medium {
        margin-left: 91.66667%; }
      .row > .col-12-medium {
        width: 100%; }
      .row > .off-12-medium {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
  @media screen and (max-width: 736px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-small {
        order: -1; }
      .row > .col-1-small {
        width: 8.33333%; }
      .row > .off-1-small {
        margin-left: 8.33333%; }
      .row > .col-2-small {
        width: 16.66667%; }
      .row > .off-2-small {
        margin-left: 16.66667%; }
      .row > .col-3-small {
        width: 25%; }
      .row > .off-3-small {
        margin-left: 25%; }
      .row > .col-4-small {
        width: 33.33333%; }
      .row > .off-4-small {
        margin-left: 33.33333%; }
      .row > .col-5-small {
        width: 41.66667%; }
      .row > .off-5-small {
        margin-left: 41.66667%; }
      .row > .col-6-small {
        width: 50%; }
      .row > .off-6-small {
        margin-left: 50%; }
      .row > .col-7-small {
        width: 58.33333%; }
      .row > .off-7-small {
        margin-left: 58.33333%; }
      .row > .col-8-small {
        width: 66.66667%; }
      .row > .off-8-small {
        margin-left: 66.66667%; }
      .row > .col-9-small {
        width: 75%; }
      .row > .off-9-small {
        margin-left: 75%; }
      .row > .col-10-small {
        width: 83.33333%; }
      .row > .off-10-small {
        margin-left: 83.33333%; }
      .row > .col-11-small {
        width: 91.66667%; }
      .row > .off-11-small {
        margin-left: 91.66667%; }
      .row > .col-12-small {
        width: 100%; }
      .row > .off-12-small {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
  @media screen and (max-width: 480px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-xsmall {
        order: -1; }
      .row > .col-1-xsmall {
        width: 8.33333%; }
      .row > .off-1-xsmall {
        margin-left: 8.33333%; }
      .row > .col-2-xsmall {
        width: 16.66667%; }
      .row > .off-2-xsmall {
        margin-left: 16.66667%; }
      .row > .col-3-xsmall {
        width: 25%; }
      .row > .off-3-xsmall {
        margin-left: 25%; }
      .row > .col-4-xsmall {
        width: 33.33333%; }
      .row > .off-4-xsmall {
        margin-left: 33.33333%; }
      .row > .col-5-xsmall {
        width: 41.66667%; }
      .row > .off-5-xsmall {
        margin-left: 41.66667%; }
      .row > .col-6-xsmall {
        width: 50%; }
      .row > .off-6-xsmall {
        margin-left: 50%; }
      .row > .col-7-xsmall {
        width: 58.33333%; }
      .row > .off-7-xsmall {
        margin-left: 58.33333%; }
      .row > .col-8-xsmall {
        width: 66.66667%; }
      .row > .off-8-xsmall {
        margin-left: 66.66667%; }
      .row > .col-9-xsmall {
        width: 75%; }
      .row > .off-9-xsmall {
        margin-left: 75%; }
      .row > .col-10-xsmall {
        width: 83.33333%; }
      .row > .off-10-xsmall {
        margin-left: 83.33333%; }
      .row > .col-11-xsmall {
        width: 91.66667%; }
      .row > .off-11-xsmall {
        margin-left: 91.66667%; }
      .row > .col-12-xsmall {
        width: 100%; }
      .row > .off-12-xsmall {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }

/* Section/Article */
section.special, article.special {
  text-align: center; }

header p {
  font-family: "Roboto Slab", serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: -0.5em;
  text-transform: uppercase; }

header.major > :last-child {
  border-bottom: solid 3px #4a6f86;
  display: inline-block;
  margin: 0 0 2em 0;
  padding: 0 0.75em 0.5em 0; }

header.main > :last-child {
  margin: 0 0 1em 0; }

/* Form */
form {
  margin: 0 0 2em 0; }

label {
  color: #3d4449;
  display: block;
  font-size: 0.9em;
  font-weight: 600;
  margin: 0 0 1em 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #f7f9fb;
  border-radius: 0.375em;
  border: none;
  border: solid 1px rgba(210, 215, 217, 0.75);
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%; }
  input[type="text"]:invalid,
  input[type="password"]:invalid,
  input[type="email"]:invalid,
  input[type="tel"]:invalid,
  input[type="search"]:invalid,
  input[type="url"]:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="search"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    border-color: #4a6f86;
    box-shadow: 0 0 0 1px #4a6f86; }

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(210, 215, 217, 0.75)' /%3E%3C/svg%3E");
  background-size: 1.25em;
  background-repeat: no-repeat;
  background-position: calc(100% - 1em) center;
  height: 2.75em;
  padding-right: 2.75em;
  text-overflow: ellipsis; }
  select option {
    color: #3d4449;
    background: #f7f9fb; }
  select:focus::-ms-value {
    background-color: transparent; }
  select::-ms-expand {
    display: none; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select {
  height: 2.75em; }

textarea {
  padding: 0.75em 1em; }

input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    text-decoration: none;
    color: #7f888f;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    padding-left: 2.4em;
    padding-right: 0.75em;
    position: relative; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      text-transform: none !important;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      background: #f7f9fb;
      border-radius: 0.375em;
      border: solid 1px rgba(210, 215, 217, 0.75);
      content: '';
      display: inline-block;
      font-size: 0.8em;
      height: 2.0625em;
      left: 0;
      line-height: 2.0625em;
      position: absolute;
      text-align: center;
      top: 0;
      width: 2.0625em; }
  input[type="checkbox"]:checked + label:before,
  input[type="radio"]:checked + label:before {
    background: #3d4449;
    border-color: #3d4449;
    color: #f7f9fb;
    content: '\f00c'; }
  input[type="checkbox"]:focus + label:before,
  input[type="radio"]:focus + label:before {
    border-color: #4a6f86;
    box-shadow: 0 0 0 1px #4a6f86; }

input[type="checkbox"] + label:before {
  border-radius: 0.375em; }

input[type="radio"] + label:before {
  border-radius: 100%; }

::-webkit-input-placeholder {
  color: #9fa3a6 !important;
  opacity: 1.0; }

:-moz-placeholder {
  color: #9fa3a6 !important;
  opacity: 1.0; }

::-moz-placeholder {
  color: #9fa3a6 !important;
  opacity: 1.0; }

:-ms-input-placeholder {
  color: #9fa3a6 !important;
  opacity: 1.0; }

/* Box */
.box {
  border-radius: 0.375em;
  border: solid 1px rgba(210, 215, 217, 0.75);
  margin-bottom: 2em;
  padding: 1.5em; }
  .box > :last-child,
  .box > :last-child > :last-child,
  .box > :last-child > :last-child > :last-child {
    margin-bottom: 0; }
  .box.alt {
    border: 0;
    border-radius: 0;
    padding: 0; }

/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative; }
  .icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  .icon > .label {
    display: none; }
  .icon:before {
    line-height: inherit; }
  .icon.solid:before {
    font-weight: 900; }
  .icon.brands:before {
    font-family: 'Font Awesome 5 Brands'; }

/* Image */
.image {
  border-radius: 0.375em;
  border: 0;
  display: inline-block;
  position: relative; }
  .image img {
    border-radius: 0.375em;
    display: block; }
  .image.left, .image.right {
    max-width: 40%; }
    .image.left img, .image.right img {
      width: 100%; }
  .image.left {
    float: left;
    padding: 0 1.5em 1em 0;
    top: 0.25em; }
  .image.right {
    float: right;
    padding: 0 0 1em 1.5em;
    top: 0.25em; }
  .image.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%; }
    .image.fit img {
      width: 100%; }
  .image.main {
    display: block;
    margin: 0 0 3em 0;
    width: 100%; }
    .image.main img {
      width: 100%; }

a.image {
  overflow: hidden; }
  a.image img {
    -moz-transition: -moz-transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    -ms-transition: -ms-transform 0.2s ease;
    transition: transform 0.2s ease; }
  a.image:hover img {
    -moz-transform: scale(1.075);
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075); }

/* List */
ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em; }
  ol li {
    padding-left: 0.25em; }

ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em; }
  ul li {
    padding-left: 0.5em; }
  ul.alt {
    list-style: none;
    padding-left: 0; }
    ul.alt li {
      border-top: solid 1px rgba(210, 215, 217, 0.75);
      padding: 0.5em 0; }
      ul.alt li:first-child {
        border-top: 0;
        padding-top: 0; }

dl {
  margin: 0 0 2em 0; }
  dl dt {
    display: block;
    font-weight: 600;
    margin: 0 0 1em 0; }
  dl dd {
    margin-left: 2em; }

/* Actions */
ul.actions {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1em;
  padding-left: 0; }
  ul.actions li {
    padding: 0 0 0 1em;
    vertical-align: middle; }
  ul.actions.special {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0; }
    ul.actions.special li:first-child {
      padding-left: 0; }
  ul.actions.stacked {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0; }
    ul.actions.stacked li {
      padding: 1.3em 0 0 0; }
      ul.actions.stacked li:first-child {
        padding-top: 0; }
  ul.actions.fit {
    width: calc(100% + 1em); }
    ul.actions.fit li {
      -moz-flex-grow: 1;
      -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -moz-flex-shrink: 1;
      -webkit-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1;
      width: 100%; }
      ul.actions.fit li > * {
        width: 100%; }
    ul.actions.fit.stacked {
      width: 100%; }

/* Icons */
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0; }
  ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0; }
    ul.icons li:last-child {
      padding-right: 0; }
    ul.icons li .icon {
      color: inherit; }
      ul.icons li .icon:before {
        font-size: 1.25em; }

/* Contact */
ul.contact {
  list-style: none;
  padding: 0; }
  ul.contact li {
    text-decoration: none;
    border-top: solid 1px rgba(210, 215, 217, 0.75);
    margin: 1.5em 0 0 0;
    padding: 1.5em 0 0 3em;
    position: relative; }
    ul.contact li:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      text-transform: none !important;
      font-family: 'Font Awesome 5 Free';
      font-weight: 400; }
    ul.contact li:before {
      color: #4a6f86;
      display: inline-block;
      font-size: 1.5em;
      height: 1.125em;
      left: 0;
      line-height: 1.125em;
      position: absolute;
      text-align: center;
      top: 1em;
      width: 1.5em; }
    ul.contact li:first-child {
      border-top: 0;
      margin-top: 0;
      padding-top: 0; }
      ul.contact li:first-child:before {
        top: 0; }
    ul.contact li a {
      color: inherit; }

/* Pagination */
ul.pagination {
  cursor: default;
  list-style: none;
  padding-left: 0; }
  ul.pagination li {
    display: inline-block;
    padding-left: 0;
    vertical-align: middle; }
    ul.pagination li > .page {
      -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      border-bottom: 0;
      border-radius: 0.375em;
      display: inline-block;
      font-size: 0.8em;
      font-weight: 600;
      height: 2em;
      line-height: 2em;
      margin: 0 0.125em;
      min-width: 2em;
      padding: 0 0.5em;
      text-align: center; }
      ul.pagination li > .page.active {
        background-color: #4a6f86;
        color: #f7f9fb !important; }
        ul.pagination li > .page.active:hover {
          background-color: #f67878; }
        ul.pagination li > .page.active:active {
          background-color: #f45c5c; }
    ul.pagination li:first-child {
      padding-right: 0.75em; }
    ul.pagination li:last-child {
      padding-left: 0.75em; }
  @media screen and (max-width: 480px) {
    ul.pagination li:nth-child(n+2):nth-last-child(n+2) {
      display: none; }
    ul.pagination li:first-child {
      padding-right: 0; } }

/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto; }

table {
  margin: 0 0 2em 0;
  width: 100%; }
  table tbody tr {
    border: solid 1px rgba(210, 215, 217, 0.75);
    border-left: 0;
    border-right: 0; }
    table tbody tr:nth-child(2n + 1) {
      background-color: rgba(230, 235, 237, 0.25); }
  table td {
    padding: 0.75em 0.75em; }
  table th {
    color: #3d4449;
    font-size: 0.9em;
    font-weight: 600;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: left; }
  table thead {
    border-bottom: solid 2px rgba(210, 215, 217, 0.75); }
  table tfoot {
    border-top: solid 2px rgba(210, 215, 217, 0.75); }
  table.alt {
    border-collapse: separate; }
    table.alt tbody tr td {
      border: solid 1px rgba(210, 215, 217, 0.75);
      border-left-width: 0;
      border-top-width: 0; }
      table.alt tbody tr td:first-child {
        border-left-width: 1px; }
    table.alt tbody tr:first-child td {
      border-top-width: 1px; }
    table.alt thead {
      border-bottom: 0; }
    table.alt tfoot {
      border-top: 0; }

/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 0.375em;
  border: 0;
  box-shadow: inset 0 0 0 2px #4a6f86;
  color: #4a6f86 !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-size: 0.8em;
  font-weight: 700;
  height: 3.5em;
  letter-spacing: 0.075em;
  line-height: 3.5em;
  padding: 0 2.25em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap; }
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  button:hover,
  .button:hover {
    background-color: rgba(245, 106, 106, 0.05); }
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active,
  button:active,
  .button:active {
    background-color: rgba(245, 106, 106, 0.15); }
  input[type="submit"].icon:before,
  input[type="reset"].icon:before,
  input[type="button"].icon:before,
  button.icon:before,
  .button.icon:before {
    margin-right: 0.5em; }
  input[type="submit"].fit,
  input[type="reset"].fit,
  input[type="button"].fit,
  button.fit,
  .button.fit {
    width: 100%; }
  input[type="submit"].small,
  input[type="reset"].small,
  input[type="button"].small,
  button.small,
  .button.small {
    font-size: 0.6em; }
  input[type="submit"].large,
  input[type="reset"].large,
  input[type="button"].large,
  button.large,
  .button.large {
    font-size: 1em;
    height: 3.65em;
    line-height: 3.65em; }
  input[type="submit"].primary,
  input[type="reset"].primary,
  input[type="button"].primary,
  button.primary,
  .button.primary {
    background-color: #4a6f86;
    box-shadow: none;
    color: #f7f9fb !important; }
    input[type="submit"].primary:hover,
    input[type="reset"].primary:hover,
    input[type="button"].primary:hover,
    button.primary:hover,
    .button.primary:hover {
      background-color: #f67878; }
    input[type="submit"].primary:active,
    input[type="reset"].primary:active,
    input[type="button"].primary:active,
    button.primary:active,
    .button.primary:active {
      background-color: #f45c5c; }
  input[type="submit"].disabled, input[type="submit"]:disabled,
  input[type="reset"].disabled,
  input[type="reset"]:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  button.disabled,
  button:disabled,
  .button.disabled,
  .button:disabled {
    pointer-events: none;
    opacity: 0.25; }

/* Mini Posts */
.mini-posts article {
  border-top: solid 1px rgba(210, 215, 217, 0.75);
  margin-top: 2em;
  padding-top: 2em; }
  .mini-posts article .image {
    display: block;
    margin: 0 0 1.5em 0; }
    .mini-posts article .image img {
      display: block;
      width: 100%; }
  .mini-posts article:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }

/* Features */
.features {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 2em -3em;
  width: calc(100% + 3em); }
  .features article {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 0 3em 3em;
    position: relative;
    width: calc(50% - 3em); }
    .features article:nth-child(2n - 1) {
      margin-right: 1.5em; }
    .features article:nth-child(2n) {
      margin-left: 1.5em; }
    .features article:nth-last-child(1), .features article:nth-last-child(2) {
      margin-bottom: 0; }
    .features article .icon {
      -moz-flex-grow: 0;
      -webkit-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
      -moz-flex-shrink: 0;
      -webkit-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      display: block;
      height: 10em;
      line-height: 10em;
      margin: 0 2em 0 0;
      text-align: center;
      width: 10em; }
      .features article .icon:before {
        color: #4a6f86;
        font-size: 2.75rem;
        position: relative;
        top: 0.05em; }
      .features article .icon:after {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 0.25rem;
        border: solid 2px rgba(210, 215, 217, 0.75);
        content: '';
        display: block;
        height: 7em;
        left: 50%;
        margin: -3.5em 0 0 -3.5em;
        position: absolute;
        top: 50%;
        width: 7em; }
    .features article .content {
      -moz-flex-grow: 1;
      -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -moz-flex-shrink: 1;
      -webkit-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1;
      width: 100%; }
      .features article .content > :last-child {
        margin-bottom: 0; }
  @media screen and (max-width: 980px) {
    .features {
      margin: 0 0 2em 0;
      width: 100%; }
      .features article {
        margin: 0 0 3em 0;
        width: 100%; }
        .features article:nth-child(2n - 1) {
          margin-right: 0; }
        .features article:nth-child(2n) {
          margin-left: 0; }
        .features article:nth-last-child(1), .features article:nth-last-child(2) {
          margin-bottom: 3em; }
        .features article:last-child {
          margin-bottom: 0; }
        .features article .icon {
          height: 8em;
          line-height: 8em;
          width: 8em; }
          .features article .icon:before {
            font-size: 2.25rem; }
          .features article .icon:after {
            height: 6em;
            margin: -3em 0 0 -3em;
            width: 6em; } }
  @media screen and (max-width: 480px) {
    .features article {
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -moz-align-items: -moz-flex-start;
      -webkit-align-items: -webkit-flex-start;
      -ms-align-items: -ms-flex-start;
      align-items: flex-start; }
      .features article .icon {
        height: 6em;
        line-height: 6em;
        margin: 0 0 1.5em 0;
        width: 6em; }
        .features article .icon:before {
          font-size: 1.5rem; }
        .features article .icon:after {
          height: 4em;
          margin: -2em 0 0 -2em;
          width: 4em; } }
  @media screen and (max-width: 480px) {
    .features article .icon:before {
      font-size: 1.25rem; } }

/* Posts */
.posts {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 2em -6em;
  width: calc(100% + 6em); }
  .posts article {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    margin: 0 0 6em 6em;
    position: relative;
    width: calc(33.33333% - 6em); }
    .posts article:before {
      background: rgba(210, 215, 217, 0.75);
      content: '';
      display: block;
      height: calc(100% + 6em);
      left: -3em;
      position: absolute;
      top: 0;
      width: 1px; }
    .posts article:after {
      background: rgba(210, 215, 217, 0.75);
      bottom: -3em;
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      right: 0;
      width: calc(100% + 6em); }
    .posts article > :last-child {
      margin-bottom: 0; }
    .posts article .image {
      display: block;
      margin: 0 0 2em 0; }
      .posts article .image img {
        display: block;
        width: 100%; }
  @media screen and (min-width: 1681px) {
    .posts article:nth-child(3n + 1):before {
      display: none; }
    .posts article:nth-child(3n + 1):after {
      width: 100%; }
    .posts article:nth-last-child(1), .posts article:nth-last-child(2), .posts article:nth-last-child(3) {
      margin-bottom: 0; }
      .posts article:nth-last-child(1):before, .posts article:nth-last-child(2):before, .posts article:nth-last-child(3):before {
        height: 100%; }
      .posts article:nth-last-child(1):after, .posts article:nth-last-child(2):after, .posts article:nth-last-child(3):after {
        display: none; } }
  @media screen and (max-width: 1680px) {
    .posts article {
      width: calc(50% - 6em); }
      .posts article:nth-last-child(3) {
        margin-bottom: 6em; } }
  @media screen and (min-width: 481px) and (max-width: 1680px) {
    .posts article:nth-child(2n + 1):before {
      display: none; }
    .posts article:nth-child(2n + 1):after {
      width: 100%; }
    .posts article:nth-last-child(1), .posts article:nth-last-child(2) {
      margin-bottom: 0; }
      .posts article:nth-last-child(1):before, .posts article:nth-last-child(2):before {
        height: 100%; }
      .posts article:nth-last-child(1):after, .posts article:nth-last-child(2):after {
        display: none; } }
  @media screen and (max-width: 736px) {
    .posts {
      margin: 0 0 2em -4.5em;
      width: calc(100% + 4.5em); }
      .posts article {
        margin: 0 0 4.5em 4.5em;
        width: calc(50% - 4.5em); }
        .posts article:before {
          height: calc(100% + 4.5em);
          left: -2.25em; }
        .posts article:after {
          bottom: -2.25em;
          width: calc(100% + 4.5em); }
        .posts article:nth-last-child(3) {
          margin-bottom: 4.5em; } }
  @media screen and (max-width: 480px) {
    .posts {
      margin: 0 0 2em 0;
      width: 100%; }
      .posts article {
        margin: 0 0 4.5em 0;
        width: 100%; }
        .posts article:before {
          display: none; }
        .posts article:after {
          width: 100%; }
        .posts article:last-child {
          margin-bottom: 0; }
          .posts article:last-child:after {
            display: none; } }

/* Wrapper */
#wrapper {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  min-height: 100vh; }

/* Main */
#main {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%; }
  #main > .inner {
    padding: 0 6em 0.1em 6em ;
    margin: 0 auto;
    max-width: 110em; }
    #main > .inner > section {
      padding: 6em 0 4em 0 ;
      border-top: solid 2px rgba(210, 215, 217, 0.75); }
      #main > .inner > section:first-of-type {
        border-top: 0 !important; }
  @media screen and (max-width: 1680px) {
    #main > .inner {
      padding: 0 5em 0.1em 5em ; }
      #main > .inner > section {
        padding: 5em 0 3em 0 ; } }
  @media screen and (max-width: 1280px) {
    #main > .inner {
      padding: 0 4em 0.1em 4em ; }
      #main > .inner > section {
        padding: 4em 0 2em 0 ; } }
  @media screen and (max-width: 736px) {
    #main > .inner {
      padding: 0 2em 0.1em 2em ; }
      #main > .inner > section {
        padding: 3em 0 1em 0 ; } }

/* Sidebar */
#search form {
  text-decoration: none;
  position: relative; }
  #search form:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; }
  #search form:before {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    color: #7f888f;
    content: '\f002';
    cursor: default;
    display: block;
    font-size: 1.5em;
    height: 2em;
    line-height: 2em;
    opacity: 0.325;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 2em; }
  #search form input[type="text"] {
    padding-right: 2.75em; }

#sidebar {
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  -webkit-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  -ms-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  background-color: #f5f6f7;
  font-size: 0.9em;
  position: relative;
  width: 26em; }
  #sidebar h2 {
    font-size: 1.38889em; }
  #sidebar > .inner {
    padding: 2.22222em 2.22222em 2.44444em 2.22222em ;
    position: relative;
    width: 26em; }
    #sidebar > .inner > * {
      border-bottom: solid 2px rgba(210, 215, 217, 0.75);
      margin: 0 0 3.5em 0;
      padding: 0 0 3.5em 0; }
      #sidebar > .inner > * > :last-child {
        margin-bottom: 0; }
      #sidebar > .inner > *:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0; }
    #sidebar > .inner > .alt {
      background-color: #eff1f2;
      border-bottom: 0;
      margin: -2.22222em 0 4.44444em -2.22222em;
      padding: 2.22222em;
      width: calc(100% + 4.44444em); }
  #sidebar .toggle {
    text-decoration: none;
    -moz-transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
    transition: left 0.5s ease;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: 0;
    display: block;
    height: 7.5em;
    left: 26em;
    line-height: 7.5em;
    outline: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-indent: -15em;
    white-space: nowrap;
    top: 0;
    width: 6em;
    z-index: 10000; }
    #sidebar .toggle:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      text-transform: none !important;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900; }
    #sidebar .toggle:before {
      content: '\f0c9';
      font-size: 2rem;
      height: inherit;
      left: 0;
      line-height: inherit;
      position: absolute;
      text-indent: 0;
      top: 0;
      width: inherit; }
  #sidebar.inactive {
    margin-left: -26em; }
  @media screen and (max-width: 1680px) {
    #sidebar {
      width: 24em; }
      #sidebar > .inner {
        padding: 1.66667em 1.66667em 1.33333em 1.66667em ;
        width: 24em; }
        #sidebar > .inner > .alt {
          margin: -1.66667em 0 3.33333em -1.66667em;
          padding: 1.66667em;
          width: calc(100% + 3.33333em); }
      #sidebar .toggle {
        height: 6.25em;
        left: 24em;
        line-height: 6.25em;
        text-indent: 5em;
        width: 5em; }
        #sidebar .toggle:before {
          font-size: 1.5rem; }
      #sidebar.inactive {
        margin-left: -24em; } }
  @media screen and (max-width: 1280px) {
    #sidebar {
      box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.175);
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      z-index: 10000; }
      #sidebar.inactive {
        box-shadow: none; }
      #sidebar > .inner {
        -webkit-overflow-scrolling: touch;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        top: 0; }
        #sidebar > .inner:after {
          content: '';
          display: block;
          height: 4em;
          width: 100%; }
      #sidebar .toggle {
        text-indent: 6em;
        width: 6em; }
        #sidebar .toggle:before {
          font-size: 1.5rem;
          margin-left: -0.4375em; }
      body.is-preload #sidebar {
        display: none; } }
  @media screen and (max-width: 736px) {
    #sidebar .toggle {
      text-indent: 7.25em;
      width: 7.25em; }
      #sidebar .toggle:before {
        color: #7f888f;
        margin-left: -0.0625em;
        margin-top: -0.25em;
        font-size: 1.1rem;
        z-index: 1; }
      #sidebar .toggle:after {
        background: rgba(222, 225, 226, 0.75);
        border-radius: 0.375em;
        content: '';
        height: 3.5em;
        left: 1em;
        position: absolute;
        top: 1em;
        width: 5em; } }

/* Header */
#header {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  border-bottom: solid 5px #4a6f86;
  padding: 6em 0 1em 0;
  position: relative; }
  #header > * {
    -moz-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0; }
  #header .logo {
    border-bottom: 0;
    color: inherit;
    font-family: "Roboto Slab", serif;
    font-size: 1.125em; }
  #header .icons {
    text-align: right; }
  @media screen and (max-width: 1680px) {
    #header {
      padding-top: 5em; } }
  @media screen and (max-width: 736px) {
    #header {
      padding-top: 6.5em; }
      #header .logo {
        font-size: 1.25em;
        margin: 0; }
      #header .icons {
        height: 5em;
        line-height: 5em;
        position: absolute;
        right: -0.5em;
        top: 0; } }

/* Banner */
#banner {
  padding: 6em 0 4em 0 ;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }
  #banner h1 {
    margin-top: -0.125em; }
  #banner .content {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 50%; }
  #banner .image {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    display: block;
    margin: 0 0 2em 4em;
    width: 50%; }
    #banner .image img {
      height: 100%;
      -moz-object-fit: cover;
      -webkit-object-fit: cover;
      -ms-object-fit: cover;
      object-fit: cover;
      -moz-object-position: center;
      -webkit-object-position: center;
      -ms-object-position: center;
      object-position: center;
      width: 100%; }
  @media screen and (orientation: portrait) {
    #banner {
      -moz-flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      #banner h1 br {
        display: none; }
      #banner .content {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        width: 100%; }
      #banner .image {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        margin: 0 0 4em 0;
        height: 25em;
        max-height: 50vh;
        min-height: 18em;
        width: 100%; } }
  @media screen and (orientation: portrait) and (max-width: 480px) {
    #banner .image {
      max-height: 35vh; } }

/* Footer */
#footer .copyright {
  color: #9fa3a6;
  font-size: 0.9em; }
  #footer .copyright a {
    color: inherit; }

/* Menu */
#menu ul {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #3d4449;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  text-transform: uppercase; }
  #menu ul a, #menu ul span {
    border-bottom: 0;
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: 0.9em;
    padding: 0.625em 0; }
    #menu ul a:hover, #menu ul span:hover {
      color: #4a6f86; }
    #menu ul a.opener, #menu ul span.opener {
      -moz-transition: color 0.2s ease-in-out;
      -webkit-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out;
      text-decoration: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      position: relative; }
      #menu ul a.opener:before, #menu ul span.opener:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        text-transform: none !important;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900; }
      #menu ul a.opener:before, #menu ul span.opener:before {
        -moz-transition: color 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;
        transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
        color: #9fa3a6;
        content: '\f078';
        position: absolute;
        right: 0; }
      #menu ul a.opener:hover:before, #menu ul span.opener:hover:before {
        color: #4a6f86; }
      #menu ul a.opener.active + ul, #menu ul span.opener.active + ul {
        display: block; }
      #menu ul a.opener.active:before, #menu ul span.opener.active:before {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }

#menu > ul > li {
  border-top: solid 1px rgba(210, 215, 217, 0.75);
  margin: 0.5em 0 0 0;
  padding: 0.5em 0 0 0; }
  #menu > ul > li > ul {
    color: #9fa3a6;
    display: none;
    margin: 0.5em 0 1.5em 0;
    padding-left: 1em; }
    #menu > ul > li > ul a, #menu > ul > li > ul span {
      font-size: 0.8em; }
    #menu > ul > li > ul > li {
      margin: 0.125em 0 0 0;
      padding: 0.125em 0 0 0; }
  #menu > ul > li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }

.experience-shell {
  width: 100%;
  display: flex;
  justify-content: center;
}

.experience-section {
  width: min(100%, 1120px);
  margin: 0 auto;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  border: 1px solid #e4eaf1;
  border-radius: 20px;
  padding: clamp(24px, 2.4vw, 40px);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.experience-top {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 30px;
}

.experience-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
color: #4a6f86;
}

.experience-title {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
color: #4a6f86;
}

.experience-subtitle {
  margin: 14px auto 0;
  font-size: 15px;
  line-height: 1.7;
  color: #5f6b75;
  max-width: 680px;
}

.experience-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 0 auto 34px;
}

.tab-button {
  appearance: none;
  border: 1px solid #d6e2ee;
  background: #f8fbff;
  border-radius: 18px;
  padding: 16px 24px;

  display: flex;
  flex-direction: column;
  align-items: center;   /* center horizontally */
  justify-content: center;

  text-align: center;    /* center text */
  gap: 4px;

  min-width: 220px;

  cursor: pointer;
  transition: all 0.25s ease;
}

.tab-button:hover {
  transform: translateY(-2px);
  border-color: #9dc4ea;
  box-shadow: 0 10px 22px rgba(10, 102, 194, 0.08);
}

.tab-button.active {
  background: linear-gradient(135deg, #0a66c2 0%, #2d7fd4 100%);
  border-color: #0a66c2;
  box-shadow: 0 14px 26px rgba(10, 102, 194, 0.18);
}

.tab-label {
  font-size: 17px;
  font-weight: 700;
  color: #1d2226;
  transition: color 0.25s ease;
}

.tab-desc {
  font-size: 13px;
  line-height: 1.5;
  color: #5f6b75;
  transition: color 0.25s ease;
}

.tab-button.active .tab-label,
.tab-button.active .tab-desc {
  color: #ffffff;
}

.tab-panel {
  display: none;
  animation: fadeSlide 0.28s ease;
}

.tab-panel.active {
  display: block;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.timeline {
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #0a66c2 0%, #d0d7de 100%);
  border-radius: 999px;
}

.job-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: clamp(18px, 2vw, 28px);
  margin-bottom: 32px;
  align-items: start;
}

.job-card:last-child {
  margin-bottom: 0;
}

.job-left-wrapper {
  position: relative;
  padding-left: 48px;
  min-width: 0;
}

.job-left {
  background: #f8fafc;
  border: 1px solid #dce6f1;
  border-radius: 16px;
  padding: 22px 20px 22px 34px;
  min-height: 120px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.job-left:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(10, 102, 194, 0.08);
  border-color: #b9d3ee;
}

.logo-circle {
  position: absolute;
  left: 0;
  top: 18px;
  width: 52px;
  height: 52px;
  background: #ffffff;
  border: 2px solid #0a66c2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.10);
}

.logo-circle img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
  display: block;
}

.job-title {
  font-size: clamp(17px, 1.2vw, 20px);
  font-weight: 700;
  margin: 0 0 6px;
  line-height: 1.35;
  color: #1d2226;
}

.company {
  font-size: 15px;
  font-weight: 600;
  color: #0a66c2;
  margin-bottom: 8px;
}

.job-date,
.job-location {
  font-size: 14px;
  color: #5f6b75;
  line-height: 1.5;
}

.job-right {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-content: flex-start;
  min-width: 0;
}

.bubble {
  background: #f7fafd;
  border: 1px solid #d9e5f0;
  border-radius: 14px;
  padding: 15px 17px;
  font-size: 14px;
  line-height: 1.65;
  color: #1d2226;
  flex: 1 1 calc(50% - 14px);
  min-width: 220px;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  transition: all 0.22s ease;
}

.bubble:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 18px rgba(10, 102, 194, 0.08);
  border-color: #bfd7ef;
  background: #fbfdff;
}

.bubble strong {
  color: #0a66c2;
}

@media screen and (max-width: 980px) {
  .experience-tabs {
    grid-template-columns: 1fr;
  }

  .job-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .job-right {
    padding-left: 48px;
  }

  .bubble {
    flex: 1 1 100%;
    min-width: 0;
  }
}

@media screen and (max-width: 640px) {
  .experience-section {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .job-left-wrapper,
  .job-right {
    padding-left: 40px;
  }

  .timeline::before {
    left: 20px;
  }

  .logo-circle {
    width: 44px;
    height: 44px;
  }

  .tab-button {
    border-radius: 14px;
  }
}

.tab-button {
  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: center;

  text-align: center;
}

.tab-button span {
  width: 100%;
  text-align: center;
}

.experience-tabs {
  display: inline-flex;
  justify-content: center;
  align-items: stretch;
  gap: 0.5rem;
  margin: 0 auto 2rem;
  padding: 0.45rem;
  background: #eef3f8;
  border: 1px solid #d8e2ec;
  border-radius: 999px;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.experience-top,
.experience-section {
  text-align: center;
}

.experience-tabs-wrap {
  display: flex;
  justify-content: center;
}

.tab-button {
  appearance: none;
  border: 0;
  background: transparent;
  border-radius: 999px;
  padding: 0.9rem 1.4rem;
  min-width: 220px;
  cursor: pointer;
  transition: all 0.22s ease;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  line-height: 1.2;
}

.tab-button span {
  display: block;
  width: 100%;
  text-align: center;
}

.tab-label {
  font-size: 1rem;
  font-weight: 700;
  color: #284b63;
  margin-bottom: 0.2rem;
}

.tab-desc {
  font-size: 0.78rem;
  color: #6b7b88;
}

.tab-button:hover {
  background: rgba(255, 255, 255, 0.65);
}

.tab-button.active {
  background: linear-gradient(135deg, #4a6f86 0%, #5b8199 100%);
  box-shadow: 0 8px 18px rgba(74, 111, 134, 0.18);
}

.tab-button.active .tab-label,
.tab-button.active .tab-desc {
  color: #ffffff;
}

@media screen and (max-width: 736px) {
  .experience-tabs {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 20px;
  }

  .tab-button {
    width: 100%;
    min-width: 0;
    border-radius: 16px;
  }
}

/* =========================
   Credentials / Skills
========================= */
.credentials-shell {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.credentials-section {
  width: min(100%, 1120px);
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e0e7ef;
  border-radius: 20px;
  padding: clamp(24px, 2.4vw, 38px);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.credentials-top {
  text-align: center;
  margin-bottom: 2rem;
}

.credentials-kicker {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5b8199;
}

.credentials-title {
  margin: 0 0 0.6rem;
  font-size: clamp(1.9rem, 2.4vw, 2.4rem);
    color: #4a6f86;
}

.credentials-subtitle {
  max-width: 760px;
  margin: 0 auto;
  color: #667684;
  line-height: 1.75;
}

.credentials-tabs-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.credentials-tabs {
  display: inline-flex;
  justify-content: center;
  align-items: stretch;
  gap: 0.65rem;
  padding: 0.5rem;
  background: #eef4f9;
  border: 1px solid #d8e3ed;
  border-radius: 999px;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.credentials-tab-button {
  appearance: none;
  border: 0;
  background: transparent;
  border-radius: 999px;
  padding: 0.95rem 1.4rem;
  min-width: 220px;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  text-align: center;
}

.credentials-tab-button:hover {
  background: rgba(255, 255, 255, 0.7);
  transform: translateY(-1px);
}

.credentials-tab-button.active {
  background: linear-gradient(135deg, #4a6f86 0%, #5b8199 100%);
  box-shadow: 0 10px 24px rgba(74, 111, 134, 0.18);
}

.credentials-tab-label {
  font-size: 1rem;
  font-weight: 700;
  color: #284b63;
  margin-bottom: 0.22rem;
}

.credentials-tab-desc {
  font-size: 0.78rem;
  color: #6b7b88;
}

.credentials-tab-button.active .credentials-tab-label,
.credentials-tab-button.active .credentials-tab-desc {
  color: #ffffff;
}

.credentials-tab-panel {
  display: none;
  animation: credentialsFade 0.28s ease;
}

.credentials-tab-panel.active {
  display: block;
}

@keyframes credentialsFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.credentials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.info-card {
  background: linear-gradient(180deg, #fbfdff 0%, #f6f9fc 100%);
  border: 1px solid #dce6f0;
  border-radius: 18px;
  padding: 1.25rem 1.25rem 1.15rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(74, 111, 134, 0.10);
  border-color: #c9d9e8;
}

.info-card h3 {
  margin: 0 0 0.9rem;
  font-size: 1.05rem;
  color: #1d2226;
}

.info-card-full {
  grid-column: 1 / -1;
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.info-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.58rem 0.9rem;
  border-radius: 999px;
  background: #edf4fb;
  border: 1px solid #d3e3f2;
  color: #34556d;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.3;
}

.skill-group {
  margin-bottom: 1rem;
}

.skill-group:last-child {
  margin-bottom: 0;
}

.skill-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.42rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #30404d;
}

.skill-bar {
  position: relative;
  width: 100%;
  height: 12px;
  background: #e8eef5;
  border-radius: 999px;
  overflow: hidden;
}

.skill-bar span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #4a6f86 0%, #6c94ad 100%);
  box-shadow: 0 4px 10px rgba(74, 111, 134, 0.22);
}

@media screen and (max-width: 980px) {
  .credentials-grid {
    grid-template-columns: 1fr;
  }

  .credentials-tab-button {
    min-width: 180px;
  }
}

@media screen and (max-width: 736px) {
  .credentials-tabs {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 20px;
  }

  .credentials-tab-button {
    width: 100%;
    min-width: 0;
    border-radius: 16px;
  }

  .skill-header {
    flex-direction: column;
    gap: 0.2rem;
  }
}

/* =========================
   Blog Pages
========================= */

.blog-hero {
  position: relative;
  overflow: hidden;
  border-radius: 1.5em;
  padding: 3em 2.5em;
  margin: 0 0 2.5em 0;
  background:
    linear-gradient(135deg, rgba(74, 111, 134, 0.18), rgba(61, 68, 73, 0.08)),
    rgba(255, 255, 255, 0.52);
  border: solid 1px rgba(210, 215, 217, 0.75);
  box-shadow: 0 18px 40px rgba(61, 68, 73, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.blog-hero:before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.35), transparent 30%),
    radial-gradient(circle at bottom left, rgba(74,111,134,0.12), transparent 40%);
  pointer-events: none;
}

.blog-hero > * {
  position: relative;
  z-index: 1;
}

.blog-kicker {
  display: block;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8em;
  font-weight: 700;
  color: #4a6f86;
  margin-bottom: 1em;
}

.blog-subtitle {
  max-width: 52em;
  margin: 0;
}

.blog-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2em;
}

.blog-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
}

.blog-chip {
  border: solid 1px rgba(210, 215, 217, 0.95);
  border-radius: 999px;
  padding: 0.65em 1.15em;
  background: rgba(255, 255, 255, 0.7);
  color: #4a6f86;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 0;
  transition: all 0.2s ease-in-out;
}

.blog-chip:hover,
.blog-chip.active {
  background: #4a6f86;
  color: #f7f9fb !important;
  border-color: #4a6f86;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1.75em;
}

.blog-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 26em;
  border-radius: 1.35em;
  background: rgba(255, 255, 255, 0.48);
  border: solid 1px rgba(210, 215, 217, 0.8);
  box-shadow: 0 14px 32px rgba(61, 68, 73, 0.08);
  text-decoration: none;
  border-bottom: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px rgba(61, 68, 73, 0.14);
}

.blog-card-image {
	position: relative;
	overflow: hidden;
	height: 220px;
	min-height: 0;
	background: transparent;
}

.blog-card-image img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center top;
	display: block;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.05);
}

.blog-card-image:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(61, 68, 73, 0.42), rgba(61, 68, 73, 0.05));
}

.blog-tag-badge {
  position: absolute;
  top: 1.1em;
  left: 1.1em;
  z-index: 2;
  display: inline-block;
  padding: 0.45em 0.8em;
  border-radius: 999px;
  background: rgba(255,255,255,0.78);
  color: #3d4449;
  font-size: 0.72em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.blog-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.35em 1.35em 1.5em 1.35em;
}

.blog-card-meta {
  font-size: 0.78em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7f888f;
  margin-bottom: 0.85em;
}

.blog-card-title {
  margin: 0 0 0.6em 0;
  line-height: 1.4;
}

.blog-card-excerpt {
  margin: 0 0 1.2em 0;
}

.blog-card-link {
  margin-top: auto;
  color: #4a6f86;
  font-weight: 700;
}

.blog-empty {
  display: none;
  margin-top: 1.5em;
  padding: 1.25em 1.5em;
  border: solid 1px rgba(210, 215, 217, 0.8);
  border-radius: 1em;
  background: rgba(255,255,255,0.55);
}

.blog-post-hero {
  position: relative;
  overflow: hidden;
  border-radius: 1.5em;
  margin: 0 0 2.5em 0;
  box-shadow: 0 16px 36px rgba(61, 68, 73, 0.12);
}

.blog-post-hero img {
  width: 100%;
  height: 24em;
  object-fit: cover;
  display: block;
}

.blog-post-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(to top, rgba(25, 31, 36, 0.82), rgba(25, 31, 36, 0.12));
  padding: 2em;
}

.blog-post-overlay-content {
  max-width: 52em;
  color: #f7f9fb;
}

.blog-post-overlay-content h1 {
  color: #f7f9fb;
  margin-bottom: 0.35em;
}

.blog-post-shell {
  max-width: 58em;
  margin: 0 auto;
  padding: 2.25em 2em;
  background: rgba(255,255,255,0.5);
  border: solid 1px rgba(210, 215, 217, 0.75);
  border-radius: 1.35em;
  box-shadow: 0 14px 30px rgba(61, 68, 73, 0.08);
}

.blog-post-shell p,
.blog-post-shell ul,
.blog-post-shell ol {
  line-height: 1.9;
}

.blog-post-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 2em;
}

@media screen and (max-width: 980px) {
  .blog-hero {
    padding: 2.25em 1.75em;
  }

  .blog-post-hero img {
    height: 20em;
  }
}

@media screen and (max-width: 736px) {
  .blog-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-post-hero img {
    height: 16em;
  }

  .blog-post-overlay {
    padding: 1.35em;
  }

  .blog-post-shell {
    padding: 1.5em 1.25em;
  }
}

/* =========================================
   Wonderwall-inspired Blog Hero + Cards
========================================= */

.blog-hero-luxe {
  position: relative;
  display: grid;
  grid-template-columns: 1.3fr 0.95fr;
  align-items: stretch;
  min-height: 36em;
  margin: 0 0 3.5em 0;
  overflow: hidden;
  border-radius: 0;
 background: #f7f9fb;
}

.blog-hero-media {
  position: relative;
  min-height: 36em;
}

.blog-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) contrast(0.98) brightness(0.96);
}

.blog-hero-media:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(28, 26, 24, 0.06) 0%,
    rgba(28, 26, 24, 0.12) 100%
  );
}

.blog-hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4.5em 4.25em;
  background: #f7f9fb;
  color: #2e2a27;
}

.blog-kicker-luxe {
  display: inline-block;
  margin-bottom: 1.5em;
  font-size: 0.72em;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #7b7269;
  font-weight: 700;
}

.blog-hero-panel h1 {
  margin: 0 0 0.35em 0;
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: #7f888f;
}

.blog-subtitle-luxe {
  max-width: 28em;
  margin: 0 0 2em 0;
  font-size: 1rem;
  line-height: 1.95;
  color: #5f5750;
}

.blog-tag-nav-luxe {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1em 1.6em;
  padding-top: 1.2em;
  border-top: 1px solid rgba(46, 42, 39, 0.15);
}

.blog-tag-nav-luxe a {
  position: relative;
  text-decoration: none;
  border-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72em;
  font-weight: 700;
  color: #4f4842;
  transition: color 0.2s ease;
}

.blog-tag-nav-luxe a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.45em;
  width: 100%;
  height: 1px;
  background: #2e2a27;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.blog-tag-nav-luxe a:hover,
.blog-tag-nav-luxe a.active {
  color: #1f1b18;
}

.blog-tag-nav-luxe a:hover:after,
.blog-tag-nav-luxe a.active:after {
  transform: scaleX(1);
}

/* softer toolbar if you keep filter chips lower on the page */
.blog-toolbar {
  margin-bottom: 2.5em;
}

.blog-filter-group {
  gap: 0.8em;
}

.blog-chip {
  border: 1px solid rgba(46, 42, 39, 0.12);
  border-radius: 999px;
  padding: 0.7em 1.1em;
  background: #f7f9fb;
  color: #5e564e;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: none;
}

.blog-chip:hover,
.blog-chip.active {
  background: #2e2a27;
  border-color: #2e2a27;
  color: #f7f9fb !important;
  transform: none;
  box-shadow: none;
}

/* cards more like editorial covers */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 2em;
}

.blog-card {
  min-height: 29em;
  background: #f4efe8;
  border: 1px solid rgba(46, 42, 39, 0.08);
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(30, 24, 19, 0.08);
}

.blog-card-image {
  height: 19em;
}

.blog-card-image img {
  filter: saturate(0.94) contrast(0.98);
}

.blog-card-image:after {
  background: linear-gradient(
    to top,
    rgba(22, 18, 15, 0.18),
    rgba(22, 18, 15, 0.02)
  );
}

.blog-tag-badge {
  top: 1.2em;
  left: 1.2em;
  background: rgba(244, 239, 232, 0.88);
  color: #2c2622;
  border-radius: 0;
  padding: 0.55em 0.8em;
  font-size: 0.68em;
  letter-spacing: 0.16em;
}

.blog-card-body {
  padding: 1.45em 1.45em 1.7em 1.45em;
}

.blog-card-meta {
  color: #8a8076;
  font-size: 0.72em;
  letter-spacing: 0.16em;
}

.blog-card-title {
  font-size: 1.35em;
  line-height: 1.35;
  color: #7f888f;
}

.blog-card-excerpt {
  color: #645c54;
  line-height: 1.8;
}

.blog-card-link {
  color: #2d2824;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72em;
}

/* optional overall background feel */
body.blog-tone,
body.blog-tone #main {
  background: #f7f9fb;
}

@media screen and (max-width: 1100px) {
  .blog-hero-luxe {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .blog-hero-media {
    min-height: 22em;
  }

  .blog-hero-panel {
    padding: 3em 2.25em;
  }
}

@media screen and (max-width: 736px) {
  .blog-hero-media {
    min-height: 18em;
  }

  .blog-hero-panel {
    padding: 2.4em 1.5em;
  }

  .blog-hero-panel h1 {
    font-size: 2.5rem;
  }

  .blog-subtitle-luxe {
    line-height: 1.8;
  }
}

/* =========================================
   Luxe Blog Post Template
========================================= */

.blog-post-luxe {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  align-items: stretch;
  margin: 0 0 3.5em 0;
  background: #f7f9fb;
  overflow: hidden;
}

.blog-post-luxe-media {
	display: flex;
	justify-content: center;
	margin-bottom: 1em;
}

.blog-post-luxe-media img {
	width: 100%;
	max-width: 360px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 1.2em;
	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.blog-post-luxe-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4em 4em 3.5em 4em;
  background: #f7f9fb;
  color: #2e2a27;
}

.blog-post-luxe-panel h1 {
  margin: 0 0 0.4em 0;
  font-size: clamp(2.6rem, 4.5vw, 4.8rem);
  line-height: 1;
  letter-spacing: -0.03em;
  color: #7f888f;
}

.blog-post-meta-luxe {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2em;
  margin-top: 1.5em;
  padding-top: 1.2em;
  border-top: 1px solid rgba(46, 42, 39, 0.15);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72em;
  font-weight: 700;
  color: #4a6f86;
}

.blog-post-content-luxe {
  max-width: 52em;
  margin: 0 auto 2em auto;
  padding: 0;
}

.blog-post-content-luxe p,
.blog-post-content-luxe ul,
.blog-post-content-luxe ol {
  line-height: 1.95;
  color: #4a6f86;
  font-size: 1rem;
}

.blog-post-content-luxe h2,
.blog-post-content-luxe h3 {
  margin-top: 2.4em;
  margin-bottom: 0.8em;
  color: #7f888f;
}

.blog-post-content-luxe blockquote {
  margin: 2em 0;
  padding: 1.25em 1.5em;
  border-left: 2px solid #d4a373;
  background: #f2ece5;
  color: #4a6f86;
}

.blog-post-nav-luxe {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 2.5em;
}

.blog-post-nav-luxe .button {
  background: #f7f9fb;
  box-shadow: none;
}

.blog-post-nav-luxe .button:hover {
  background: #2e2a27;
  color: #f7f9fb !important;
}

@media screen and (max-width: 1100px) {
  .blog-post-luxe {
    grid-template-columns: 1fr;
  }

  .blog-post-luxe-media {
    min-height: 22em;
  }

  .blog-post-luxe-panel {
    padding: 3em 2.25em;
  }
}

@media screen and (max-width: 736px) {
  .blog-post-luxe-media {
    min-height: 17em;
  }

  .blog-post-luxe-panel {
    padding: 2.25em 1.5em;
  }

  .blog-post-luxe-panel h1 {
    font-size: 2.3rem;
  }

  .blog-post-content-luxe p,
  .blog-post-content-luxe ul,
  .blog-post-content-luxe ol {
    font-size: 0.98rem;
    line-height: 1.85;
  }
}

.pagination{
display:flex;
justify-content:center;
gap:0.8em;
margin-top:3em;
flex-wrap:wrap;
}

.page-btn{
padding:0.7em 1em;
border:1px solid rgba(46,42,39,0.2);
background:#f7f9fb;
text-decoration:none;
font-size:0.8em;
letter-spacing:0.1em;
text-transform:uppercase;
color:#2e2a27;
transition:all 0.2s ease;
}

.page-btn:hover{
background:#2e2a27;
color:#fff;
}

.page-btn.active{
background:#2e2a27;
color:#fff;
}

.prev-btn,
.next-btn{
font-weight:600;
}

/* =========================
   Blog Card Upgrade
========================= */

.blog-grid,
#blogGrid,
#tagBlogGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.6em;
}

.blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1em;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(
    145deg,
    rgba(255,255,255,0.88) 0%,
    rgba(245,248,252,0.82) 50%,
    rgba(232,238,245,0.78) 100%
  );
  border: 1px solid rgba(74,111,134,0.16);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow:
    0 10px 24px rgba(60,80,100,0.06),
    inset 0 1px 0 rgba(255,255,255,0.45);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(74,111,134,0.28);
  background: linear-gradient(
    145deg,
    rgba(255,255,255,0.94) 0%,
    rgba(243,247,251,0.90) 50%,
    rgba(230,236,244,0.86) 100%
  );
  box-shadow:
    0 16px 32px rgba(60,80,100,0.10),
    inset 0 1px 0 rgba(255,255,255,0.55);
}

.blog-card-image {
  position: relative;
  overflow: hidden;
  min-height: 220px;
}

.blog-card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  opacity: 0.94;
  filter: saturate(0.92) brightness(1.02);
  transition:
    transform 0.35s ease,
    opacity 0.35s ease,
    filter 0.35s ease;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.04);
  opacity: 1;
  filter: saturate(0.98) brightness(1.04);
}

.blog-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(74,111,134,0.16) 0%,
    rgba(247,249,251,0.04) 45%,
    rgba(255,255,255,0.00) 100%
  );
  pointer-events: none;
}

.blog-tag-badge {
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  padding: 0.45em 0.8em;
  border-radius: 999px;
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(74,111,134,0.14);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #4a6f86;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  padding: 1.25em 1.25em 1.4em;
  flex: 1;
}

.blog-card-meta {
  margin: 0;
  color: #7a8b97;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-card-title {
  margin: 0;
  color: #3c4a55;
  line-height: 1.35;
  font-size: 1.18rem;
}

.blog-card-excerpt {
  margin: 0;
  color: #6e7e8b;
  line-height: 1.75;
  font-size: 0.96rem;
}

.blog-card-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  color: #4a6f86;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: gap 0.2s ease, color 0.2s ease;
}

.blog-card:hover .blog-card-link {
  gap: 0.65em;
  color: #2c566f;
}

/* optional subtle empty-state styling */
.blog-empty {
  margin-top: 1.5em;
  padding: 1.1em 1.25em;
  border-radius: 0.85em;
  background: linear-gradient(
    145deg,
    rgba(255,255,255,0.80),
    rgba(237,242,247,0.72)
  );
  border: 1px solid rgba(74,111,134,0.12);
  color: #7a8b97;
}

/* pagination styling to match */
#pagination {
  margin-top: 2em;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 0.55em;
  flex-wrap: wrap;
}

.page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5em;
  padding: 0.65em 0.95em;
  border-radius: 999px;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(74,111,134,0.14);
  color: #4a6f86;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.page-btn:hover,
.page-btn.active {
  background: rgba(230,240,246,0.95);
  border-color: rgba(74,111,134,0.24);
  color: #2c566f !important;
  transform: translateY(-1px);
}

@media screen and (max-width: 736px) {
  .blog-card-image,
  .blog-card-image img {
    height: 190px;
    min-height: 190px;
  }

  .blog-card-body {
    padding: 1.05em 1.05em 1.2em;
  }
}

.projects-hero {
    position: relative;
    overflow: hidden;
    margin-top: 1.75rem;
    padding: 4.5rem 3.25rem 4.5rem 7rem;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.08);
    background:
        linear-gradient(to bottom, rgba(8,18,32,0.18) 0%, rgba(8,18,32,0.02) 14%, rgba(8,18,32,0.0) 22%),
        radial-gradient(circle at 12% 18%, rgba(110, 168, 217, 0.28), transparent 30%),
        radial-gradient(circle at 88% 78%, rgba(240, 179, 90, 0.16), transparent 24%),
        linear-gradient(135deg, #0b1f35 0%, #13395d 45%, #1c4f78 100%);
    box-shadow:
        0 24px 60px rgba(9, 23, 39, 0.24),
        0 0 40px rgba(110, 168, 217, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* =========================================================
   Projects Page
   Add this near the bottom of main.css
   ========================================================= */

.projects-hero {
  position: relative;
  overflow: hidden;
  margin-top: 1.75rem;
  margin-bottom: 3rem;
    padding: 4.5rem 3.25rem 4.5rem 7rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(to bottom, rgba(8, 18, 32, 0.18) 0%, rgba(8, 18, 32, 0.02) 14%, rgba(8, 18, 32, 0) 22%),
    radial-gradient(circle at 12% 18%, rgba(110, 168, 217, 0.28), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(240, 179, 90, 0.16), transparent 24%),
    linear-gradient(135deg, #0b1f35 0%, #13395d 45%, #1c4f78 100%);
  box-shadow:
    0 24px 60px rgba(9, 23, 39, 0.24),
    0 0 40px rgba(110, 168, 217, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.projects-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.14;
  pointer-events: none;
}

.projects-hero::after {
  content: "";
  position: absolute;
  width: 28rem;
  height: 28rem;
  top: -8rem;
  right: -6rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(110, 168, 217, 0.18) 0%, rgba(110, 168, 217, 0.08) 35%, transparent 70%);
  filter: blur(12px);
  animation: heroFloat 8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes heroFloat {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-18px, 12px) scale(1.04);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

.projects-hero > * {
  position: relative;
  z-index: 1;
}

.projects-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #e8eef5;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(110, 168, 217, 0.18);
}

.projects-hero h1 {
  margin: 0 0 1rem 0;
  color: #ffffff;
  font-size: 3rem;
  letter-spacing: -0.02em;
  text-shadow: 0 0 18px rgba(110, 168, 217, 0.12);
}

.projects-hero p {
  max-width: 900px;
  margin: 0;
  color: rgba(232, 238, 245, 0.9);
  font-size: 1.05rem;
  line-height: 1.8;
}

.projects-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.projects-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f5f9fc;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 0 14px rgba(110, 168, 217, 0.14);
}

.projects-section-title {
  margin-bottom: 1.25rem;
}

.projects-section-title h2 {
  margin-bottom: 0.35rem;
  text-shadow: 0 0 18px rgba(110, 168, 217, 0.12);
}

.projects-section-title p {
  margin: 0;
  color: #6b7280;
}

.projects-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 0 0 2rem 0;
}

.projects-filter {
  position: relative;
  overflow: hidden;
  padding: 0.7rem 1.1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(18, 52, 82, 0.08), rgba(39, 93, 133, 0.12));
  border: 1px solid rgba(80, 122, 160, 0.18);
  color: #294863;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: all 0.25s ease;
  box-shadow: 0 8px 20px rgba(31, 79, 130, 0.08);
}

.projects-filter::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-24deg);
}

.projects-filter:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(31, 79, 130, 0.12);
  border-color: rgba(110, 168, 217, 0.4);
}

.projects-filter:hover::after {
  left: 150%;
  transition: left 0.7s ease;
}

.projects-filter.active {
  color: #FFFFFF !important;
  background: linear-gradient(135deg, #1f4f82 0%, #6ea8d9 100%);
  border-color: transparent;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.05),
    0 12px 28px rgba(31,79,130,0.25);
}

.featured-projects {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 2.25rem;
}

.featured-card,
.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(97, 130, 163, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(245, 248, 252, 0.96) 100%);
  box-shadow:
    0 14px 36px rgba(10, 35, 66, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.featured-card::before,
.project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.featured-card::after,
.project-card::after {
  content: "";
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle at top left, rgba(110, 168, 217, 0.16), transparent 35%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.featured-card:hover,
.project-card:hover {
  transform: translateY(-8px);
  border-color: rgba(110, 168, 217, 0.42);
  box-shadow:
    0 22px 50px rgba(10, 35, 66, 0.14),
    0 0 28px rgba(110, 168, 217, 0.12);
}

.featured-card:hover::after,
.project-card:hover::after,
.featured-card:hover::before,
.project-card:hover::before {
  opacity: 1;
}

.featured-card {
  padding: 2rem;
}

.project-card {
  padding: 1.5rem;
}

.featured-card.tech::before {
  background: radial-gradient(circle at top left, rgba(110, 168, 217, 0.22), transparent 38%);
}

.featured-card.healthcare::before {
  background: radial-gradient(circle at bottom right, rgba(70, 190, 180, 0.18), transparent 36%);
}

.project-card.tech:hover {
  box-shadow:
    0 20px 40px rgba(31, 79, 130, 0.12),
    0 0 24px rgba(110, 168, 217, 0.12);
}

.project-card.data:hover {
  box-shadow:
    0 20px 40px rgba(68, 84, 181, 0.11),
    0 0 24px rgba(104, 117, 245, 0.11);
}

.project-card.health:hover {
  box-shadow:
    0 20px 40px rgba(31, 119, 114, 0.11),
    0 0 24px rgba(36, 149, 142, 0.11);
}

.project-card.creative:hover {
  box-shadow:
    0 20px 40px rgba(163, 106, 18, 0.1),
    0 0 24px rgba(240, 179, 90, 0.11);
}

.featured-meta,
.project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.meta-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.tag-tech {
  background: rgba(31, 79, 130, 0.1);
  color: #1f4f82;
  border-color: rgba(31, 79, 130, 0.14);
}

.tag-health {
  background: rgba(36, 149, 142, 0.1);
  color: #1f7772;
  border-color: rgba(36, 149, 142, 0.14);
}

.tag-data {
  background: rgba(104, 117, 245, 0.1);
  color: #4454b5;
  border-color: rgba(104, 117, 245, 0.14);
}

.tag-creative {
  background: rgba(240, 179, 90, 0.14);
  color: #a36a12;
  border-color: rgba(240, 179, 90, 0.18);
}

.tag-status {
  background: rgba(34, 197, 94, 0.11);
  color: #177946;
  border-color: rgba(34, 197, 94, 0.16);
}

.featured-card h3,
.project-card h3 {
  margin-bottom: 0.65rem;
}

.featured-card p,
.project-card p {
  margin-bottom: 1.15rem;
  color: #5f6c7b;
}

.project-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.2rem;
}

.tool-pill {
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  background: #eef4fa;
  color: #33506c;
  font-size: 0.8rem;
  font-weight: 600;
}

.project-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  color: #1f4f82;
  border-bottom: none;
}

.project-link:hover {
  color: #0a66c2 !important;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.projects-note {
  margin-top: 2.5rem;
  padding: 1.5rem 1.75rem;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(10, 102, 194, 0.07), rgba(240, 179, 90, 0.08));
  border: 1px solid rgba(110, 168, 217, 0.18);
  box-shadow: 0 12px 26px rgba(10, 35, 66, 0.06);
}

.projects-note p {
  margin: 0;
  color: #4e5d6e;
}

@media screen and (max-width: 1280px) {
  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 980px) {
  .projects-hero {
    padding: 3rem 2rem;
  }

  .projects-hero h1 {
    font-size: 2.5rem;
  }

  .featured-projects,
  .project-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 736px) {
  .projects-hero {
    margin-top: 1.15rem;
    padding: 2.25rem 1.5rem;
    border-radius: 22px;
  }

  .projects-hero h1 {
    font-size: 2rem;
  }

  .projects-filter,
  .projects-pill-row {
    justify-content: flex-start;
  }

  .featured-card,
  .project-card {
    padding: 1.3rem;
  }
}

.projects-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0.7rem 1.2rem;
  border-radius: 999px;

  background: linear-gradient(135deg, rgba(18,52,82,0.08), rgba(39,93,133,0.12));
  border: 1px solid rgba(80,122,160,0.18);

  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;

  text-align: center;
  line-height: 1;

  transition: all 0.25s ease;
  box-shadow: 0 8px 20px rgba(31,79,130,0.08);

  cursor: pointer;
}

.projects-filter:focus-visible {
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.65),
    0 0 0 4px rgba(31, 79, 130, 0.35);
}

.project-card.is-hidden,
.featured-card.is-hidden {
  display: none;
}

.projects-kicker,
.projects-hero h1,
.projects-hero p,
.projects-pill-row {
  margin-left: 2.5rem;
}

@media screen and (max-width: 736px) {
  .projects-kicker,
  .projects-hero h1,
  .projects-hero p,
  .projects-pill-row {
    margin-left: 1rem;
  }
}

/* Project Detail Page */
.project-page {
	background: linear-gradient(to bottom, #f7f9fc 0%, #edf2f7 100%);
}

.project-hero {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 2.5rem;
	align-items: center;
	padding: 2rem 0 3rem 0;
}

.project-kicker,
.section-label {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #4a6f86;
	margin-bottom: 0.75rem;
}

.project-hero h1 {
	margin: 0 0 1rem 0;
	font-size: 2.6rem;
	line-height: 1.15;
	color: #1f2937;
}

.project-summary {
	font-size: 1.05rem;
	line-height: 1.8;
	color: #586474;
	max-width: 42rem;
	margin-bottom: 1.5rem;
}

.project-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.project-tags span {
	padding: 0.55rem 0.95rem;
	border-radius: 999px;
	background: rgba(74, 111, 134, 0.10);
	color: #35556b;
	font-size: 0.85rem;
	font-weight: 600;
}

.project-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.project-hero-media img,
.project-image-panel img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 1.5rem;
	box-shadow: 0 22px 50px rgba(31, 41, 55, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.7);
}

.project-section {
	padding: 1.5rem 0 2.5rem 0;
}

.section-heading {
	margin-bottom: 1.5rem;
}

.section-heading h2 {
	margin: 0;
	font-size: 1.8rem;
	color: #1f2937;
}

.project-overview-grid {
	display: grid;
	grid-template-columns: 1.4fr 0.8fr;
	gap: 1.5rem;
	align-items: start;
}

.project-overview-main,
.project-meta-card,
.case-card,
.feature-card,
.impact-panel {
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(74, 111, 134, 0.12);
	border-radius: 1.25rem;
	padding: 1.5rem;
	box-shadow: 0 12px 30px rgba(31, 41, 55, 0.06);
}

.project-meta-card h3,
.case-card h3,
.feature-card h3 {
	margin-top: 0;
	margin-bottom: 0.75rem;
	color: #1f2937;
}

.project-meta-card ul {
	margin: 0;
	padding-left: 1rem;
}

.project-meta-card li {
	margin-bottom: 0.6rem;
	color: #5b6675;
}

.case-study-grid,
.feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.feature-grid {
	grid-template-columns: repeat(2, 1fr);
}

.case-card p,
.feature-card p,
.project-overview-main p,
.impact-panel p {
	color: #5b6675;
	line-height: 1.8;
	margin-bottom: 1rem;
}

.case-card p:last-child,
.feature-card p:last-child,
.project-overview-main p:last-child,
.impact-panel p:last-child {
	margin-bottom: 0;
}

.project-image-panel {
	background: rgba(255, 255, 255, 0.55);
	border-radius: 1.5rem;
	padding: 1rem;
	box-shadow: 0 12px 30px rgba(31, 41, 55, 0.06);
}

.project-footer-nav {
	padding-top: 0.5rem;
}

/* Responsive */
@media screen and (max-width: 980px) {
	.project-hero,
	.project-overview-grid,
	.case-study-grid,
	.feature-grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 736px) {
	.project-hero h1 {
		font-size: 2rem;
	}

	.section-heading h2 {
		font-size: 1.5rem;
	}

	.project-summary {
		font-size: 1rem;
	}
}

.clickable-preview {
	cursor: zoom-in;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.clickable-preview:hover {
	transform: scale(1.01);
}

.image-preview-hint {
	margin-top: 0.75rem;
	margin-bottom: 0;
	font-size: 0.9rem;
	color: #6b7280;
	text-align: center;
}

.image-lightbox {
	display: none;
	position: fixed;
	z-index: 9999;
	inset: 0;
	background: rgba(15, 23, 42, 0.88);
	padding: 2rem;
	align-items: center;
	justify-content: center;
	cursor: zoom-out;
}

.image-lightbox.is-open {
	display: flex;
}

.image-lightbox-content {
	max-width: min(1100px, 92vw);
	max-height: 88vh;
	width: auto;
	height: auto;
	border-radius: 1rem;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
	background: #ffffff;
}

.image-lightbox-close {
	position: absolute;
	top: 1.25rem;
	right: 1.75rem;
	font-size: 2.2rem;
	line-height: 1;
	color: #ffffff;
	cursor: pointer;
	font-weight: 300;
}

.image-lightbox-close:hover {
	opacity: 0.8;
}

.project-image-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	margin-top: 1rem;
}

.timeline-title {
	text-align: center;
	margin-bottom: 0.75rem;
	font-weight: 600;
	color: #2c3e50;
}

.project-image-panel img {
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Mobile */
@media screen and (max-width: 768px) {
	.project-image-grid {
		grid-template-columns: 1fr;
	}
}

/* Projects empty state */
.projects-empty {
  display: none;
  margin-top: 1.5em;
  padding: 1.1em 1.25em;
  border-radius: 0.85em;
  background: linear-gradient(
    145deg,
    rgba(255,255,255,0.80),
    rgba(237,242,247,0.72)
  );
  border: 1px solid rgba(74,111,134,0.12);
  color: #7a8b97;
}

/* Projects pagination */
#projectsPagination {
  margin-top: 2.2em;
}

#projectsPagination .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6em;
  flex-wrap: wrap;
}

#projectsPagination .page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.7em;
  height: 2.7em;
  padding: 0 1em;
  border-radius: 999px;
  background: linear-gradient(145deg, #d9e4ec 0%, #b9cad7 100%);
  border: 1px solid rgba(74, 111, 134, 0.22);
  color: #23445a !important;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow:
    0 8px 18px rgba(44, 86, 111, 0.10),
    inset 0 1px 0 rgba(255,255,255,0.65);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
  cursor: pointer;
}

#projectsPagination .page-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(145deg, #e4edf3 0%, #c7d6e1 100%);
  border-color: rgba(44, 86, 111, 0.32);
  color: #18384d !important;
}

#projectsPagination .page-btn.active {
  background: linear-gradient(145deg, #23445a 0%, #4a6f86 100%);
  border-color: rgba(255,255,255,0.35);
  color: #ffffff !important;
  box-shadow:
    0 10px 22px rgba(35, 68, 90, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.10);
}

#projectsPagination .page-btn.disabled {
  opacity: 0.45;
  pointer-events: none;
  transform: none;
  box-shadow: none;
}

#projectsPagination .page-btn.ellipsis {
  pointer-events: none;
  opacity: 0.9;
}

@media screen and (max-width: 736px) {
  #projectsPagination .page-btn {
    min-width: 2.45em;
    height: 2.45em;
    padding: 0 0.8em;
    font-size: 0.78rem;
  }
}

.unified-project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.6em;
  align-items: stretch;
}

.unified-project-grid .project-card,
.unified-project-grid .featured-card {
  margin: 0;
  height: 100%;
}

.unified-project-grid .featured-card {
  display: flex;
  flex-direction: column;
}

.projects-empty {
  display: none;
  margin-top: 1.5em;
  padding: 1.1em 1.25em;
  border-radius: 0.85em;
  background: linear-gradient(
    145deg,
    rgba(255,255,255,0.80),
    rgba(237,242,247,0.72)
  );
  border: 1px solid rgba(74,111,134,0.12);
  color: #7a8b97;
}

#projectsPagination {
  margin-top: 2.2em;
}

#projectsPagination .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6em;
  flex-wrap: wrap;
}

#projectsPagination .page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.7em;
  height: 2.7em;
  padding: 0 1em;
  border-radius: 999px;
  background: linear-gradient(145deg, #d9e4ec 0%, #b9cad7 100%);
  border: 1px solid rgba(74, 111, 134, 0.22);
  color: #23445a !important;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow:
    0 8px 18px rgba(44, 86, 111, 0.10),
    inset 0 1px 0 rgba(255,255,255,0.65);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
  cursor: pointer;
}

#projectsPagination .page-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(145deg, #e4edf3 0%, #c7d6e1 100%);
  border-color: rgba(44, 86, 111, 0.32);
  color: #18384d !important;
}

#projectsPagination .page-btn.active {
  background: linear-gradient(145deg, #23445a 0%, #4a6f86 100%);
  border-color: rgba(255,255,255,0.35);
  color: #ffffff !important;
  box-shadow:
    0 10px 22px rgba(35, 68, 90, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.10);
}

#projectsPagination .page-btn.disabled {
  opacity: 0.45;
  pointer-events: none;
  transform: none;
  box-shadow: none;
}

@media screen and (max-width: 736px) {
  .unified-project-grid {
    grid-template-columns: 1fr;
  }

  #projectsPagination .page-btn {
    min-width: 2.45em;
    height: 2.45em;
    padding: 0 0.8em;
    font-size: 0.78rem;
  }
}

.blog-highlight-quote {
	border-left: 4px solid #0a66c2;
	padding: 1.2rem 1.5rem;
	margin: 2rem 0;
	background: rgba(10,102,194,0.06);
	font-style: italic;
	font-size: 1.15rem;
}

.image-caption {
	text-align: center;
	font-size: 0.85rem;
	color: #888;
	margin-top: 0.5rem;
}

.blog-takeaways {
	margin-top: 1rem;
	padding-left: 1.4rem;
}

.blog-takeaways li {
	margin-bottom: 0.5rem;
}

.project-card-date {
	margin: 0 0 0.6em 0;
	color: #7a8b97;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

#projectsPagination {
	margin-top: 2.2em;
}

/* ===== RESTAURANT REVIEW ===== */

.restaurant-rating {
	display: flex;
	align-items: center;
	gap: 1em;
	margin-top: 1em;
}

.stars span {
	color: #ccc;
	font-size: 1.3em;
}

.stars span.filled {
	color: #d4a63c;
}

.score {
	font-weight: 700;
	color: #3d4449;
}

.review-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5em;
	margin-top: 2em;
}

.card {
	background: white;
	padding: 1.2em;
	border-radius: 1em;
	box-shadow: 0 8px 20px rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.05);
}

.card h4 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1em;
}

.review-point {
	padding: 0.6em 0.8em;
	border-radius: 0.6em;
	margin-bottom: 0.5em;
	font-size: 0.9em;
}

/* POSITIVE */
.review-point.positive {
	background: rgba(62,141,91,0.1);
	color: #2d6b48;
}

.review-point.positive::before {
	content: "✓ ";
	color: #3e8d5b;
	font-weight: bold;
}

/* NEUTRAL */
.review-point.neutral {
	background: rgba(214,164,60,0.15);
	color: #8a6a1f;
}

.review-point.neutral::before {
	content: "• ";
	font-weight: bold;
}

/* NEGATIVE */
.review-point.negative {
	background: rgba(191,76,76,0.12);
	color: #8b2c2c;
}

.review-point.negative::before {
	content: "✕ ";
	color: #bf4c4c;
	font-weight: bold;
}

.restaurant-details {
	margin-top: 2em;
}

.restaurant-links a {
	display: inline-block;
	margin-right: 1em;
	margin-top: 0.5em;
}

/* RETURN RATING */
.return-rating {
	margin-top: 1em;
	display: flex;
	align-items: center;
	gap: 1em;
	flex-wrap: wrap;
}

.return-label {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 700;
	color: #7a8b97;
}

.return-icons {
	display: flex;
	gap: 0.4em;
	font-size: 1.3rem;
}

.return-icons .face {
	opacity: 0.3;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.return-icons .face.active {
	opacity: 1;
	transform: scale(1.15);
}

.return-text {
	font-weight: 700;
	color: #3d4449;
}

.gradient-frame {
	background: linear-gradient(
		270deg,
		#00c6ff,
		#0072ff,
		#ff7a18,
		#ffb347
	);
	background-size: 300% 300%;
	animation: gradientShift 6s ease infinite;
}

@keyframes gradientShift {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

/* ===== RESTAURANT HERO IMAGE + GRADIENT BORDER ===== */

/* HERO GRID (image + text side by side) */
.restaurant-hero-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2em;
	align-items: center;
}

/* IMAGE CONTAINER */
.restaurant-hero-media {
	display: flex;
	justify-content: center;
}

/* CLEAN 1.5px GRADIENT BORDER */
.gradient-frame {
	position: relative;
	border-radius: 1.2em;
	display: inline-block;
}

/* BORDER LAYER */
.gradient-frame::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1.5px;

	background: linear-gradient(
		135deg,
		#4a90e2,
		#6bb6ff,
		#ff9a3d,
		#ff7a18
	);

	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

/* IMAGE */
.gradient-frame img {
	display: block;
	width: 100%;
	max-width: 420px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 1.2em;
	background: #fff;
}

/* OPTIONAL: subtle glow (clean, not overpowering) */
.gradient-frame {
	filter: drop-shadow(0 0 6px rgba(74,144,226,0.25))
	        drop-shadow(0 0 6px rgba(255,122,24,0.2));
}

/* RESPONSIVE (stack on mobile) */
@media screen and (max-width: 980px) {
	.restaurant-hero-grid {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.restaurant-hero-media {
		order: -1;
	}
}

.restaurant-hero-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2em;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
}

@media screen and (max-width: 980px) {
	.restaurant-hero-wrap,
	.restaurant-meta-grid,
	.restaurant-review-grid {
		grid-template-columns: 1fr;
	}

	.restaurant-hero-media {
		order: -1;
	}
}

/* ===== GLOBAL BLOG HERO PHOTO STYLE ===== */

.blog-post-luxe {
	max-width: 1100px;
	margin: 0 auto;
}

.blog-post-luxe-media {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 100%;
}

.blog-post-luxe-media img {
	display: block;
	width: 100%;
	max-width: 520px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
	border-radius: 1.35em;
	background: #ffffff;
}

/* Optional framed version for pages that use the gradient wrapper */
.gradient-frame {
	position: relative;
	display: inline-block;
	max-width: 100%;
	width: 100%;
	border-radius: 1.35em;
	margin: 0 auto;
}

.gradient-frame::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1.5px;
	background: linear-gradient(
		135deg,
		#4a90e2 0%,
		#6bb6ff 28%,
		#ff9a3d 72%,
		#ff7a18 100%
	);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

.gradient-frame img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
	border-radius: 1.35em;
	background: #ffffff;
}

/* ===== RESTAURANT HERO CENTERING FIX ===== */

.restaurant-hero-wrap {
	display: grid;
	grid-template-columns: minmax(420px, 1.12fr) minmax(320px, 0.88fr);
	gap: 2.25em;
	align-items: center;
	max-width: 1180px;
	margin: 0 auto;
}

.restaurant-hero-media {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.full-width-media {
	width: 100%;
}

.gradient-frame {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 1.35em;
}

.full-width-frame {
	width: 100%;
	max-width: 100%;
}

.gradient-frame::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1.5px;
	background: linear-gradient(
		135deg,
		#4a90e2 0%,
		#6bb6ff 28%,
		#ff9a3d 72%,
		#ff7a18 100%
	);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

.full-width-frame img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
	border-radius: 1.35em;
	background: #ffffff;
}

@media screen and (max-width: 980px) {
	.restaurant-hero-wrap,
	.restaurant-meta-grid,
	.restaurant-review-grid {
		grid-template-columns: 1fr;
		max-width: 640px;
	}

	.restaurant-hero-media {
		order: -1;
	}

	.full-width-frame {
		max-width: 100%;
	}
}

/* =========================================
   Restaurant review hero overrides
   Add to bottom of main.css
========================================= */

.restaurant-hero-wrap {
	display: grid !important;
	grid-template-columns: 1.1fr 1fr !important;
	gap: 2em !important;
	align-items: stretch !important;
	max-width: 1100px !important;
	margin: 0 auto !important;
	min-height: 520px !important;
}

.restaurant-hero-media {
	display: flex !important;
	justify-content: center !important;
	align-items: stretch !important;
	width: 100% !important;
	height: 100% !important;
}

.full-width-media,
.full-width-frame {
	width: 100% !important;
	height: 100% !important;
}

.gradient-frame {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	border-radius: 1.35em !important;
}

.gradient-frame img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
	border-radius: 1.35em !important;
	background: #ffffff !important;
}

/* Mobile */
@media screen and (max-width: 980px) {
	.restaurant-hero-wrap {
		grid-template-columns: 1fr !important;
		min-height: auto !important;
	}

	.restaurant-hero-media {
		order: -1 !important;
	}

	.gradient-frame {
		min-height: 360px !important;
	}
}

@media screen and (max-width: 736px) {
	.restaurant-hero-wrap {
		gap: 1.5em !important;
	}

	.gradient-frame {
		min-height: 300px !important;
	}
}

/* =========================================
   Restaurant Hero Final (Clean + Centered)
========================================= */

.restaurant-hero-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.5em;

	align-items: center;

	max-width: 1100px;
	margin: 0 auto;
}

/* LEFT SIDE (IMAGE) */
.restaurant-hero-media {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

/* FRAME */
.gradient-frame {
	width: 100%;
	max-width: 420px; /* keeps it elegant, not oversized */
	border-radius: 1.35em;
	overflow: hidden;
}

/* IMAGE (SHOW FULL IMAGE, NO CROP) */
.gradient-frame img {
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
	border-radius: 1.35em;
	background: #ffffff;
}

/* RIGHT SIDE (TEXT BLOCK) */
.blog-post-luxe-panel {
	max-width: 420px;
}

/* MOBILE */
@media screen and (max-width: 980px) {
	.restaurant-hero-wrap {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.restaurant-hero-media {
		order: -1;
	}

	.blog-post-luxe-panel {
		margin: 0 auto;
	}
}

/* =========================================
   FINAL FIX — Restaurant Image Cropping
   Paste at VERY END of main.css
========================================= */

/* Force restaurant hero layout */
.restaurant-hero-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.5em;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
}

/* Center image column */
.restaurant-hero-media {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

/* Frame sizing */
.full-width-frame,
.gradient-frame {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	border-radius: 1.35em;
	overflow: hidden;
}

/* 🔥 THIS IS THE IMPORTANT PART (fixes cropping) */
.full-width-frame img,
.gradient-frame img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;   /* 🔥 THIS FIXES THE SIZE */
	object-position: center !important;
	border-radius: 1.35em !important;
}

.gradient-frame {
	height: 520px !important;   /* controls visual size */
}

/* Mobile fix */
@media screen and (max-width: 980px) {
	.restaurant-hero-wrap {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.restaurant-hero-media {
		order: -1;
	}
}

/* =========================================
   FINAL RESTAURANT HERO FIX
========================================= */

.restaurant-hero-wrap {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 2.5em !important;
	align-items: start !important;
	max-width: 1100px !important;
	margin: 0 auto !important;
}

.restaurant-hero-media {
	display: flex !important;
	justify-content: center !important;
	align-items: flex-start !important;
	width: 100% !important;
}

/* kill old stretched height rules */
.full-width-media,
.full-width-frame,
.gradient-frame {
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
}

/* actual frame */
.full-width-frame,
.gradient-frame {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	max-width: 560px !important;
	margin: 0 auto !important;
	border-radius: 1.35em !important;
	overflow: hidden !important;
	background: transparent !important;
}

/* keep gradient border only */
.gradient-frame::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	border-radius: inherit !important;
	padding: 1.5px !important;
	background: linear-gradient(
		135deg,
		#4a90e2 0%,
		#6bb6ff 28%,
		#ff9a3d 72%,
		#ff7a18 100%
	) !important;
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0) !important;
	-webkit-mask-composite: xor !important;
	mask-composite: exclude !important;
	pointer-events: none !important;
}

/* image should size the frame naturally */
.full-width-frame img,
.gradient-frame img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	aspect-ratio: auto !important;
	object-fit: contain !important;
	object-position: center !important;
	border-radius: 1.35em !important;
	background: #ffffff !important;
}

/* mobile */
@media screen and (max-width: 980px) {
	.restaurant-hero-wrap {
		grid-template-columns: 1fr !important;
		text-align: center !important;
	}

	.restaurant-hero-media {
		order: -1 !important;
	}
}

/* =========================================
   BLOG IMAGE + GRADIENT (GLOBAL FIX)
   ========================================= */

/* Ensures blog images behave properly */
.blog-post-luxe-media {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}

/* Gradient wrapper */
.gradient-frame {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 1.35em;
}

/* Gradient border (blue → orange) */
.gradient-frame::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1.5px;

	background: linear-gradient(
		135deg,
		#4a90e2,
		#6bb6ff,
		#ff9a3d,
		#ff7a18
	);

	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;

	pointer-events: none;
}

/* Image inside gradient */
.gradient-frame img {
	display: block;
	width: 100%;
	border-radius: 1.35em;
	object-fit: cover;
}

/* Restaurant hero layout fix */
.restaurant-hero-wrap {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 2em;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

/* Make image scale naturally */
.restaurant-hero-media {
	width: 100%;
}

/* Keep square image */
.restaurant-hero-media img {
	aspect-ratio: 1 / 1;
}

/* Mobile fix */
@media screen and (max-width: 980px) {
	.restaurant-hero-wrap {
		grid-template-columns: 1fr;
	}

	.restaurant-hero-media {
		order: -1;
	}
}
