/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
@charset "UTF-8";
/* Core variables */ /**
 * Variables
*/
/* Typography */
/* Font Weights */
/* Breakpoints */
/* Paths */
/* Grid setup */
/* Colour palette */
/* Components */
/* Mixins, helpers and functions */
/**
 * Helper mixins
*/
/* CSS Reset */
*,
*:before,
*:after {
  border: none;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "1";
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  font-family: Sharp Sans Display No1, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.1em;
  background-color: #fff;
  color: #6A6A6A;
  margin: 0;
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
  display: block;
}

embed,
img,
object,
video {
  max-width: 100%;
}

svg {
  overflow: hidden;
}

embed,
object {
  height: 100%;
}

audio,
canvas,
video {
  display: inline-block;
  height: auto;
}

abbr[title] {
  border-bottom: 1px dotted #6A6A6A;
  cursor: help;
}

b,
strong {
  font-weight: bold;
}

mark {
  background-color: yellow;
  color: #404040;
}

canvas {
  -ms-touch-action: double-tap-zoom;
}

iframe {
  border: 0;
  margin-bottom: 4rem;
}

figure {
  border: none;
  margin-bottom: 4rem;
  padding: 4rem;
  position: relative;
  text-align: center;
}
figure img {
  margin-bottom: 4rem;
}
figure figcaption {
  color: #737373;
  font-style: italic;
  line-height: 1.7em;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

sub,
sup {
  font-size: 0.7em;
  line-height: 0;
  margin-left: 0.2em;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -1em;
}

::-moz-selection {
  background: #5789ff;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #5789ff;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    # Typography
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Sharp Sans Display No1, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.4em;
  color: inherit;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
}

.h1 {
  font-size: 3.6rem;
}

.h2 {
  font-size: 3.2rem;
}

.h3 {
  font-size: 2.8rem;
}

.h4 {
  font-size: 2.4rem;
}

.h5 {
  font-size: 2rem;
}

.h6 {
  font-size: 1.6rem;
}

p {
  color: #404040;
  font-weight: normal;
  line-height: 1.7em;
  margin-bottom: 2rem;
}

small {
  font-size: 0.8em;
}

dfn,
em,
i,
var {
  font-style: italic;
}

blockquote,
q {
  font-family: Georgia, Times, serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.4em;
  font-style: italic;
  color: #404040;
}
blockquote cite,
q cite {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.2em;
  font-style: normal;
  color: #a6a6a6;
  margin-top: 1.4rem;
}
blockquote cite:before,
q cite:before {
  content: "— ";
}
blockquote p,
q p {
  color: #404040;
}

blockquote {
  margin-bottom: 4rem;
  padding: 1em 2em;
}
blockquote cite {
  display: block;
}

del,
s,
strike {
  text-decoration: line-through;
}

a {
  background: transparent;
  color: #5789ff;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover {
  color: #E40032;
}
a:active {
  color: #B10A2E;
}
a img {
  border: 0;
}

hr {
  border: 0;
  border-top: 1px solid #bfbfbf;
  display: block;
  height: 1px;
  margin-bottom: 4rem;
  margin-top: 4rem;
}

address {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.7em;
  font-style: normal;
  color: #404040;
  margin-bottom: 4rem;
}

/*------------------------------------*\
    # Lists
\*------------------------------------*/
dl,
ol,
ul {
  color: #404040;
  line-height: 1.7em;
  list-style-position: inside;
  margin-bottom: 2rem;
}
dl li,
ol li,
ul li {
  margin-bottom: 0.2rem;
}

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

ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: circle;
}
ul ul ul {
  list-style-type: square;
}

ol {
  list-style-type: decimal;
}

nav ol,
nav ul {
  list-style: none;
  margin: 0;
}
nav ol li,
nav ul li {
  margin-bottom: 0;
}

dl {
  margin-bottom: 4rem;
}

dt {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 2rem;
  color: #595959;
  margin-bottom: 0.2rem;
}

dd {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #a6a6a6;
  margin-bottom: 1rem;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

textarea:focus,
input:focus {
  outline: 0;
}

input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* Wee CSS Components */
.container {
  padding-left: 6%;
  padding-right: 6%;
  max-width: 1280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.js-hide {
  display: none !important;
}

.img-left {
  float: left;
  margin-top: 0.32em;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.img-right {
  float: right;
  margin-top: 0.32em;
  margin-bottom: 2rem;
  margin-left: 2rem;
}

.button,
.button-colored {
  font-family: Sharp Sans Display No1, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1em;
  margin: 0;
  margin-bottom: false;
  outline: 0;
  padding: 1.3rem 3rem;
  text-align: center;
  text-shadow: none;
}
.button::-moz-focus-inner,
.button-colored::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button {
  border: 1px solid #58BBD0;
  border-radius: 4.5rem;
  background-color: transparent;
  color: #007F98;
}
.button:hover {
  background-color: #6cc3d6;
  color: #007F98;
}
.button:active {
  background-color: #80cbdb;
  color: #007F98;
}

.button-colored {
  background-color: #5789ff;
  border: 1px false solid;
  color: #fff;
  border-radius: 3px;
}
.button-colored:hover {
  background-color: #3e77ff;
  color: #fff;
}
.button-colored:active {
  background-color: #2465ff;
  color: #fff;
}

.button[disabled], .button.-disabled,
.button-colored[disabled],
.button-colored.-disabled {
  background-color: #bfbfbf;
  border: 1px solid false;
  color: #737373;
  cursor: not-allowed;
}
.button[disabled]:active, .button[disabled]:hover, .button.-disabled:active, .button.-disabled:hover,
.button-colored[disabled]:active,
.button-colored[disabled]:hover,
.button-colored.-disabled:active,
.button-colored.-disabled:hover {
  background-color: #bfbfbf;
  color: #737373;
}

a.button,
a.button-colored {
  -webkit-appearance: none;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1.6rem;
  border: none;
  background-color: #e6e6e6;
  border-radius: 3px;
  color: #404040;
  line-height: 1.4em;
  padding: 0.2em 0.5em;
}

pre {
  background-color: #404040;
  border: 1px solid false;
  border-radius: 3px;
  margin-bottom: 4rem;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}
pre code {
  font-family: monospace;
  font-size: 1.3rem;
  border: none;
  overflow: auto;
  white-space: pre;
  background: transparent;
  color: whitesmoke;
  padding: 1.4rem 2rem;
}

.form {
  margin-bottom: 4rem;
}

.fieldset {
  border: 0;
  margin-bottom: 4rem;
}

.legend {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 1.1em;
  border: 0;
  color: #595959;
  display: block;
  margin-bottom: 1.4rem;
}

.label {
  display: block;
  font-weight: normal;
  line-height: 1.3em;
  margin-bottom: 0.4rem;
  margin-right: 1rem;
}

.input,
.select,
.textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  background-clip: border-box;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  min-height: 3rem;
  min-width: 20rem;
  background-clip: border-box;
  background-color: #fff;
  color: #595959;
  margin: 0 0 2rem 0;
  outline: 0;
  padding: 1rem 1.6rem;
  width: 100%;
}
.input:hover,
.select:hover,
.textarea:hover {
  border-color: #cccccc;
}
.input:focus,
.select:focus,
.textarea:focus {
  border-color: #b3b3b3;
}
.input:focus:required:invalid,
.select:focus:required:invalid,
.textarea:focus:required:invalid {
  background-color: #fff;
  border-color: #a41818;
  color: #781111;
}
.input:invalid,
.select:invalid,
.textarea:invalid {
  background-color: #fff;
  color: #781111;
  border: 1px solid #a41818;
}
.input:invalid:hover,
.select:invalid:hover,
.textarea:invalid:hover {
  border-color: #781111;
}
.input:invalid:focus,
.select:invalid:focus,
.textarea:invalid:focus {
  border-color: #4b0b0b;
}
.input:required,
.select:required,
.textarea:required {
  background-color: #fff;
  color: #595959;
  border: 1px solid #737373;
}
.input:required:hover,
.select:required:hover,
.textarea:required:hover {
  border-color: #595959;
}
.input:required:focus,
.select:required:focus,
.textarea:required:focus {
  border-color: #404040;
}

.input ::-webkit-input-placeholder {
  color: #bfbfbf;
}
.input :-moz-placeholder {
  color: #bfbfbf;
}
.input ::-moz-placeholder {
  color: #bfbfbf;
}
.input :-ms-input-placeholder {
  color: #bfbfbf;
}
.input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.input[disabled], .input.-disabled {
  border: none;
  background-color: whitesmoke;
  color: #737373;
  cursor: not-allowed;
}
.input.-search {
  -webkit-appearance: textfield;
}
.input.-search::-webkit-search-decoration, .input.-search::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: none;
}
.input.-checkbox, .input.-radio {
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  padding: 0;
}
.input.-reset, .input.-submit {
  -webkit-appearance: button;
  cursor: pointer;
}

.select {
  cursor: pointer;
  padding-right: 1rem;
}
.select[multiple] {
  min-height: 8rem;
  vertical-align: top;
}
.select[multiple]:after {
  content: " ";
}

.textarea {
  overflow: hidden;
  resize: vertical;
  line-height: 1.3em;
  min-height: 8rem;
  padding: 1rem 1.6rem;
  vertical-align: top;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 1.6rem;
  margin-bottom: 4rem;
  min-width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
}
.table td,
.table th {
  line-height: 1.7em;
  padding: 0.6rem 1.6rem;
  text-align: left;
  vertical-align: top;
}
.table thead,
.table tfoot {
  font-weight: bold;
}
.table thead th,
.table tfoot th {
  color: #404040;
  vertical-align: bottom;
}
.table caption {
  background-color: whitesmoke;
  font-style: italic;
  padding: 1.2rem 1.6rem;
}
.table img {
  vertical-align: top;
}
.table.-bordered {
  border-bottom: 1px solid #e6e6e6;
}
.table.-bordered caption {
  border: 1px solid #e6e6e6;
  border-bottom: 0;
}
.table.-bordered td,
.table.-bordered th {
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.table.-bordered td:first-child,
.table.-bordered th:first-child {
  border-right: 1px solid #e6e6e6;
}
.table.-striped tbody tr:nth-child(odd) td,
.table.-striped tbody tr:nth-child(odd) th {
  background-color: whitesmoke;
}

.responsive-table {
  margin-bottom: 4rem;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
.responsive-table table,
.responsive-table .table {
  margin-bottom: 0;
}

/* CSS print */
/**
 * Print Stylesheet
*/
@media print {
  *,
  *:before,
  *:after {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #000;
    text-shadow: none;
  }
  html {
    font-size: 70%;
  }
  body {
    padding: 2cm 0.5cm;
  }
  header[role=banner],
  footer[role=contentinfo],
  aside,
  embed,
  iframe,
  nav,
  object,
  .not-printed {
    display: none;
  }
  main a:link {
    color: #06c;
  }
  main a:link::after {
    content: " [" attr(href) "] ";
  }
  blockquote,
  img,
  p,
  pre,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre {
    white-space: pre-wrap;
  }
  @page {
    margin: 1cm;
  }
  body {
    background: #fff;
    color: #000;
  }
  a {
    page-break-inside: avoid;
  }
  blockquote {
    page-break-inside: avoid;
  }
  table,
  pre {
    page-break-inside: avoid;
  }
  ul, ol, dl {
    page-break-before: avoid;
  }
}
/* Fonts */
/**
 * Fonts
*/
@font-face {
  font-family: "Sharp Sans Display No1";
  src: local("Sharp Sans Display No1 Thin"), url(../../assets/fonts/SharpSansDisplayNo-Thin.f83278.woff2) format("woff2"), url(../../assets/fonts/SharpSansDisplayNo-Thin.11294c.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sharp Sans Display No1";
  src: local("Sharp Sans Display No1 Ultrathin"), url(../../assets/fonts/SharpSansDisplayNo-Ultrathin.0e5404.woff2) format("woff2"), url(../../assets/fonts/SharpSansDisplayNo-Ultrathin.e902df.woff) format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sharp Sans Display No1";
  src: local("Sharp Sans Display No1 Light"), url(../../assets/fonts/SharpSansDisplayNo-Light.32aa16.woff2) format("woff2"), url(../../assets/fonts/SharpSansDisplayNo-Light.bcaf8b.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sharp Sans Display No1";
  src: local("Sharp Sans Display No1 Book"), url(../../assets/fonts/SharpSansDisplayNo-Book.4d916e.woff2) format("woff2"), url(../../assets/fonts/SharpSansDisplayNo-Book.e2fba0.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sharp Sans Display No1";
  src: local("Sharp Sans Display No1 Medium"), url(../../assets/fonts/SharpSansDisplayNo-Medium.a5e246.woff2) format("woff2"), url(../../assets/fonts/SharpSansDisplayNo-Medium.d5ac74.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sharp Sans Display No1";
  src: local("Sharp Sans Display No1 Semibold"), url(../../assets/fonts/SharpSansDisplayNo-Semibold.4164c7.woff2) format("woff2"), url(../../assets/fonts/SharpSansDisplayNo-Semibold.7b4de0.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sharp Sans Display No1";
  src: local("Sharp Sans Display No1 Bold"), url(../../assets/fonts/SharpSansDisplayNo-Bold.5f24f2.woff2) format("woff2"), url(../../assets/fonts/SharpSansDisplayNo-Bold.d579f1.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sharp Sans Display No1";
  src: local("Sharp Sans Display No1 Extrabold"), url(../../assets/fonts/SharpSansDisplayNo-Extrabold.e7d91f.woff2) format("woff2"), url(../../assets/fonts/SharpSansDisplayNo-Extrabold.20b777.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.hidden {
  display: none;
  visibility: hidden;
}

.sr-only,
.visuallyhidden {
  background-color: #fff;
  border: 0;
  clip: rect(0, 0, 0, 0);
  color: #000;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.noscroll,
.no-scroll {
  overflow: hidden;
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    -webkit-animation-delay: -1ms !important;
            animation-delay: -1ms !important;
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
    -webkit-transition-duration: 0s !important;
            transition-duration: 0s !important;
  }
}
/* Vendor */
.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.glide * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 150ms ease, border 300ms ease-in-out;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

/* Components */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 12.3rem;
  width: 100vw;
}
.header__banner {
  background-color: #fff;
  display: block;
  height: auto;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  width: 100%;
  z-index: 5;
}
.header__banner-link {
  color: #E40032;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 2.6rem 1.7rem;
  width: 100%;
}
.header__banner-link:hover, .header__banner-link:focus, .header__banner-link:active {
  text-decoration: underline;
}
.header__banner-link img {
  display: inline-block;
  line-height: 0;
  vertical-align: text-top;
}
.header__left {
  background-color: #E40032;
  height: 100%;
  width: 67%;
}
.header__left .header__logo {
  height: 100%;
  width: 100%;
}
.header__right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(164, 164, 164, 0.15);
  color: #E40032;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33%;
}
.header__right .nav-call {
  background-color: #007F98;
  height: 100%;
  text-align: center;
  width: 100%;
}
.header__right .nav-call__link {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  height: 100%;
  line-height: 1.3em;
  vertical-align: middle;
  width: 100%;
}
.header__right .nav-call__link:hover, .header__right .nav-call__link:focus, .header__right .nav-call__link:active {
  text-decoration: underline;
}
.header__right .nav-call__link img {
  display: inline-block;
  line-height: 0;
  margin-bottom: -1rem;
}
.header__right .hamburger {
  display: block;
  cursor: pointer;
  height: 2rem;
  line-height: initial;
  position: relative;
  text-align: initial;
  width: 4.5rem;
  z-index: 5;
}
.header__right .hamburger-bar {
  background-color: #E40032;
  content: "";
  height: 0.3rem;
  position: absolute;
  top: 1rem;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
  width: 4.5rem;
}
.header__right .hamburger-bar::after, .header__right .hamburger-bar::before {
  background-color: #E40032;
  content: "";
  height: 0.3rem;
  position: absolute;
  -webkit-transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8) 100ms;
  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8) 100ms;
  width: 4.5rem;
}
.header__right .hamburger-bar::before {
  bottom: 1rem;
}
.header__right .hamburger-bar::after {
  top: 1rem;
}
.header__right .hamburger.menu-opened .hamburger-bar {
  background-color: transparent;
}
.header__right .hamburger.menu-opened .hamburger-bar::after, .header__right .hamburger.menu-opened .hamburger-bar::before {
  top: 0;
}
.header__right .hamburger.menu-opened .hamburger-bar::before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.header__right .hamburger.menu-opened .hamburger-bar::after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.header__right .appointments {
  display: none;
}
.header.--nurses .header__left {
  width: 100%;
}

.appointments {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  width: 100%;
}
.appointments__text {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
.appointments__btns-wrapper {
  margin-top: 2rem;
}
.appointments__btns-wrapper .appointments__btns {
  border-radius: 4.2rem;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.appointments__btns-wrapper .appointments__btns.btn-white {
  background-color: #fff;
  color: #E40032;
  padding: 2rem 6.3rem;
}
.appointments__btns-wrapper .appointments__btns.btn-white:hover {
  text-decoration: underline;
}
.appointments__btns-wrapper .appointments__btns.btn-red {
  background-color: #E40032;
  color: #fff;
  padding: 2rem 2.8rem;
}
.appointments__btns-wrapper .appointments__btns.btn-red .phone-italics {
  font-style: italic;
}
.appointments__btns-wrapper .appointments__btns.btn-red:hover {
  background-color: #B10A2E;
  text-decoration: underline;
}
.appointments.app-modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(164, 164, 164, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
  visibility: hidden;
  width: 100%;
}
.appointments.app-modal .appointments__text {
  color: #E40032;
  height: 0;
  margin: 0;
  width: 0;
}
.appointments.app-modal .appointments__btns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  height: 0;
}
.appointments.app-modal .appointments__btns-wrapper .appointments__btns {
  height: 0;
  text-align: center;
  padding: 0;
  width: 0;
}
.appointments.app-modal.menu-visible {
  height: 29.4rem;
  opacity: 1;
  padding-top: 3.4rem;
  -webkit-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
  visibility: visible;
}
.appointments.app-modal.menu-visible .appointments__text {
  height: auto;
  width: auto;
}
.appointments.app-modal.menu-visible .appointments__btns-wrapper {
  height: auto;
}
.appointments.app-modal.menu-visible .appointments__btns-wrapper .appointments__btns {
  height: 6.6rem;
  text-align: center;
  padding: 2.5rem;
  width: 31.6rem;
}
.appointments.app-modal.menu-visible .appointments__btns-wrapper .appointments__btns.btn-white {
  font-weight: 600;
  margin-bottom: 2rem;
  padding: 1.7rem 6.3rem;
}
.appointments.app-modal.menu-visible .appointments__btns-wrapper .appointments__btns.btn-red {
  font-weight: 600;
  padding: 1.7rem;
}

@media (min-width: 768px) {
  .header {
    height: 13rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  .header__banner {
    display: none;
  }
  .header__left {
    width: 29rem;
  }
  .header__left .header__logo {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header__right {
    background-color: transparent;
    padding-right: 3rem;
    width: auto;
  }
  .header__right .nav-call {
    display: none;
  }
  .header__right .hamburger {
    display: none;
  }
  .header__right .appointments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__right .appointments__text {
    text-shadow: 1px 1px 2px rgb(87, 87, 87);
  }
  .header__right .appointments__btns-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.4rem;
    margin-top: 0;
  }
  .header__right .appointments__btns-wrapper .appointments__btns {
    display: block;
    line-height: 1.2em;
    padding: 1.3rem 4.4rem;
    text-align: center;
  }
  .header.--nurses .header__left {
    width: 29rem;
  }
  .header.--nurses .header__left .header__logo {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .appointments.app-modal {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header__right {
    padding-right: 7rem;
  }
  .header__right .appointments__btns-wrapper {
    gap: 3.4rem;
  }
}
.footer {
  color: #fff;
  background-color: #6b6e76;
  min-height: 47.3rem;
  padding: 5.4rem 3rem 4rem;
  text-align: center;
}
.footer__upper {
  margin-bottom: 4.3rem;
}
.footer__upper .footer__giving {
  display: none;
}
.footer__upper .footer__logo {
  height: 8.3rem;
  width: 100%;
}
.footer__upper .footer__logo-img {
  height: 100%;
}
.footer__links {
  margin-bottom: 6rem;
}
.footer__links-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.7rem;
}
.footer__links-nav .footer__nav-link {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  line-height: 1.5em;
  text-transform: capitalize;
}
.footer__links-nav .footer__nav-link:nth-of-type(2) {
  margin: 0 1.7rem;
}
.footer__links-nav .footer__nav-link:hover {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.footer__links-socials .footer__social-link {
  margin: 0 0.7rem;
}
.footer__links-socials .footer__social-link .social-logo:hover {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.footer__links-socials .footer__social-link .social-logo.--insta {
  position: relative;
  top: 0.17rem;
}
.footer__links-socials .footer__social-link .social-logo.--linkedin {
  bottom: 0.17rem;
  position: relative;
}
.footer .footer__badges--desktop {
  display: none;
}
.footer__lower .footer__address-text {
  color: #fff;
  font-family: "Sharp Sans Display No1", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08rem;
  margin-bottom: 3.7rem;
}
.footer__lower .footer__address-text .address-break::before {
  content: "\a";
  white-space: pre;
}
.footer__lower .footer__address-text .address-break .phone-link {
  color: #fff;
  text-decoration: underline;
}
.footer__lower .footer__legal {
  font-size: 1.4rem;
  letter-spacing: 0.08rem;
}
.footer__lower img {
  margin-bottom: 6rem;
}

@media (min-width: 768px) {
  .footer__upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  .footer__upper .footer__giving {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin-bottom: 3rem;
    width: 55%;
  }
  .footer__upper .footer__giving .footer__heading {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0;
  }
  .footer__upper .footer__giving .footer__text {
    color: #fff;
    font-size: 1.8rem;
    text-align: left;
  }
  .footer__upper .footer__giving .footer__btn {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 6.9rem;
    color: #fff;
    font-size: 1.8rem;
    height: 5.6rem;
    padding-top: 2rem;
    width: 17rem;
  }
  .footer__upper .footer__giving .footer__btn:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #E40032;
  }
  .footer__upper .footer__logo {
    height: 9.6rem;
    width: auto;
  }
  .footer__upper .footer__logo-link.-nurses {
    bottom: -4rem;
    position: relative;
  }
  .footer .footer__images {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer__images.--nurses {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .footer .footer__images.--nurses .footer__badges--desktop {
    -ms-flex-item-align: end;
        align-self: flex-end;
    height: 12rem;
    padding-bottom: 4rem;
  }
  .footer .footer__images.--nurses .footer__badges--desktop img {
    height: 100%;
    padding-left: 1rem;
    width: auto;
  }
  .footer .footer__badges--desktop {
    display: block;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .footer__links {
    border-bottom: 1px solid #ececec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
    padding-bottom: 1.5rem;
  }
  .footer__links-nav {
    margin-bottom: 0;
    margin-right: 4.5rem;
  }
  .footer__lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 2.4rem;
  }
  .footer__lower img {
    display: none;
  }
}
@media (min-width: 1024px) {
  .footer {
    height: 39.2rem;
    padding: 8.2rem 10rem 0;
  }
  .footer__upper .footer__giving {
    margin-bottom: 0;
    width: 60%;
  }
  .footer__links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer__lower .footer__address-text {
    margin-bottom: 0;
  }
  .footer__lower .footer__address-text .address-break::before {
    content: "";
    white-space: normal;
  }
}
.glide__slide {
  height: auto;
}

.locations {
  background-color: rgba(217, 217, 217, 0.4);
  color: #007F98;
  padding: 8.1rem 0 10rem;
}
.locations__controls {
  display: none;
}
.locations__list {
  list-style-type: none;
}
.locations__list-item:first-of-type {
  margin-left: 2rem;
}
.locations__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.25em;
  margin: 0 0 6rem;
  text-align: center;
}
.locations .location-card {
  background-color: #007F98;
  color: #fff;
  height: 100%;
  max-width: 90vw;
  position: relative;
}
.locations .location-card__image-wrapper {
  height: 20.7rem;
  width: 100%;
}
.locations .location-card__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.locations .location-card__inner {
  padding: 2.4rem 3.4rem 0;
}
.locations .location-card__inner .location-card__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.15em;
  margin-bottom: 1rem;
}
.locations .location-card__inner .location-card__address {
  color: #fff;
  font-family: "Sharp Sans Display No1", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.375em;
  margin-bottom: 0.5rem;
}
.locations .location-card__inner .location-card__directions {
  color: #fff;
  font-family: "Sharp Sans Display No1", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}
.locations .location-card__info {
  padding: 1rem 3.4rem 2rem;
}
.locations .location-card__info .info-block {
  margin-bottom: 0.7rem;
}
.locations .location-card__info .info-block__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.15em;
  margin-bottom: 0;
}
.locations .location-card__info .info-block__copy {
  color: #fff;
  font-family: "Sharp Sans Display No1", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.25em;
  margin-bottom: 0;
}
.locations .location-card__info .info-block__copy.--blank {
  visibility: hidden;
}
.locations .location-card__info .info-block__link {
  color: #fff;
  font-family: "Sharp Sans Display No1", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.25em;
  position: relative;
  z-index: 1;
}
.locations .location-card__info .info-block__link:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.locations .location-card__notice {
  border-top: 1px solid #fff;
  margin: 0 3.4rem;
  padding: 1rem 0 2.4rem;
}
.locations .location-card__notice-copy {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.25em;
  margin-bottom: 0;
}
.locations .location-card__notice-bold {
  font-weight: 500;
}
.locations .location-card__notice-phone {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  position: relative;
  z-index: 1;
}
.locations .location-card__notice-phone:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.locations .location-card__notice.--blank {
  visibility: hidden;
}
.locations .location-card__link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  cursor: pointer;
  z-index: 0;
}

@media (min-width: 768px) {
  .locations {
    padding: 9rem 0 8rem;
  }
  .locations__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    right: 0;
    top: -9.5rem;
    width: auto;
  }
  .locations__controls-arrow {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #E40032;
    font-size: 7rem;
    font-weight: 300;
    position: static;
  }
  .locations__controls-arrow.glide__arrow--left {
    margin-right: 6.3rem;
  }
  .locations__controls-arrow.glide__arrow--right {
    margin-right: 6.3rem;
  }
  .locations__list-item:first-of-type {
    margin-left: 2.5rem;
  }
  .locations__title {
    font-size: 4.5rem;
    margin: 0 0 7rem 5.7rem;
    text-align: left;
  }
  .locations .location-card {
    max-width: 50vw;
  }
}
@media (min-width: 1024px) {
  .locations__controls {
    top: -11rem;
  }
  .locations__list-item:first-of-type {
    margin-left: 2.5rem;
  }
  .locations__title {
    font-size: 4.5rem;
    margin: 0 0 9rem 12.7rem;
    max-width: 65vw;
    text-align: left;
  }
  .locations .location-card {
    height: 100%;
    max-width: 27em;
  }
  .locations .location-card__image-wrapper {
    height: 26.9rem;
  }
  .locations .location-card__inner {
    padding-top: 2.7rem;
  }
  .locations .location-card__inner .location-card__directions {
    font-size: 1.2rem;
  }
  .locations .location-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.7rem 3.4rem 2rem;
  }
  .locations .location-card__info .info-block {
    margin-right: 2.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .locations .location-card__info .info-block__title {
    font-size: 2rem;
  }
  .locations .location-card__info .info-block:last-of-type {
    margin-right: 0;
  }
  .locations .location-card__notice {
    margin: 0 4.5rem 0 3.4rem;
    padding: 1.9rem 0 2.4rem;
  }
}
.hero {
  background-color: #000;
  border-bottom: 0.9rem solid #ffda80;
  height: 85vh;
  overflow: hidden;
  min-height: 60rem;
  position: relative;
  width: 100vw;
}
.hero::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(0.77deg, rgba(147, 147, 147, 0.9) 21.43%, rgba(217, 217, 217, 0) 121.02%);
  mix-blend-mode: multiply;
  z-index: 2;
}
.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 5rem 2.2rem 2.9rem;
  position: relative;
  width: 100%;
  z-index: 2;
}
.hero__inner.--right-align {
  text-align: right;
}
.hero__inner.--right-align .hero__title {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.hero__inner.--left-align {
  text-align: left;
}
.hero__title {
  color: #fff;
  font-family: "Sharp Sans Display No1", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 2.6rem;
}
.hero__copy {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 3rem;
  max-width: 99rem;
  text-align: left;
}
.hero__copy.--small {
  font-size: 1.8rem;
  line-height: 1.25em;
}
.hero__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.2rem;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.hero__links.--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hero .link__wrapper {
  height: auto;
  margin-right: 0;
  padding-bottom: 2.8rem;
  padding-top: 3rem;
  position: relative;
  text-align: center;
  width: auto;
}
.hero .link__wrapper .link__icon {
  height: 1.8rem;
  margin: 0;
  position: relative;
  top: 0.35rem;
  width: 1.6rem;
}
.hero .link__wrapper .hero__link {
  border-radius: 4.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1em;
  padding: 2.3rem 2.3rem;
}
.hero .link__wrapper .hero__link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  cursor: pointer;
}
.hero .link__wrapper.btn-red .hero__link {
  background-color: #E40032;
  color: #fff;
}
.hero .link__wrapper.btn-red .hero__link:hover, .hero .link__wrapper.btn-red .hero__link:focus {
  background-color: #B10A2E;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.hero .link__wrapper.btn-white .hero__link {
  background-color: #fff;
  color: #E40032;
}
.hero .link__wrapper.btn-white .hero__link:hover, .hero .link__wrapper.btn-white .hero__link:focus {
  color: #E40032;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.hero__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 30% top;
     object-position: 30% top;
  width: 100%;
}
.hero__background.--with-mobile {
  -o-object-position: center bottom;
     object-position: center bottom;
}
.hero__background.--with-mobile.--center-top {
  -o-object-position: center top;
     object-position: center top;
}
.hero__background.--with-mobile.--center-bottom {
  -o-object-position: center bottom;
     object-position: center bottom;
}

@media (max-width: 768px) {
  .hero__links.--lp-v2 {
    gap: 0;
    margin: 0 -2.2rem -2.9rem;
  }
  .hero__links.--lp-v2 .link__wrapper {
    padding: 2.6rem 0 0;
    width: 50%;
  }
  .hero__links.--lp-v2 .link__wrapper .hero__link {
    border-radius: 0;
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .hero {
    height: 100vh;
  }
  .hero__inner {
    padding: 10rem 4.5rem 6.8rem;
  }
  .hero__inner.--right-align .hero__links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .hero__inner.--left-align .hero__links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .hero__title {
    font-size: 6.2rem;
  }
  .hero__links {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hero__links .link__wrapper {
    margin-right: 0;
  }
  .hero__background.--with-mobile {
    -o-object-position: center center;
       object-position: center center;
  }
}
@media (min-width: 1024px) {
  .hero__title {
    max-width: 100rem;
    font-size: 7.1rem;
  }
  .hero__links {
    gap: 3.5rem;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .hero .link__wrapper {
    padding-top: 2rem;
  }
  .hero .link__wrapper .hero__link {
    padding: 2.4rem 3.4rem;
    font-size: 1.6rem;
  }
}
.accordion {
  border-bottom: 1px solid #7E7D7D;
  margin: 0;
  padding: 0;
}
.accordion button {
  background: transparent;
  border-style: none;
}
.accordion button::-moz-focus-inner {
  border: 0;
}
.accordion__heading {
  border-top: 1px solid #2d2d2d;
  margin: 0;
  padding: 0;
}
.accordion__trigger {
  background: none;
  cursor: pointer;
  display: block;
  font-weight: 300;
  margin: 0;
  padding: 1.6rem 1.2rem 1.6rem 0;
  position: relative;
  text-align: left;
  width: 100%;
  outline: none;
}
.accordion__trigger:hover {
  text-decoration: underline;
}
.accordion__title {
  border: transparent 2px solid;
  border-radius: 5px;
  color: #2d2d2d;
  display: inline-block;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.15em;
  outline: none;
  padding: 0;
  pointer-events: none;
  width: 90%;
}
.accordion__icon-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding-left: 1rem;
  position: absolute;
  right: 3%;
  top: 0;
}
.accordion__icon {
  color: #2d2d2d;
  font-size: 3.2rem;
  font-weight: 300;
}
.accordion__panel[hidden] {
  /* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
  display: none;
}
.accordion__panel .panel-text {
  color: #6A6A6A;
}
.accordion__panel .panel-text__link {
  color: #007F98;
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-underline-offset: 0.2rem;
}
.accordion__panel .panel__list {
  color: #6A6A6A;
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .accordion__trigger {
    padding: 2rem 1.2rem 2rem 0;
  }
  .accordion__title {
    font-size: 2.4rem;
  }
  .accordion__panel .panel-text {
    font-size: 1.8rem;
  }
}
.card {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.card picture {
  width: 100%;
}
.card__image {
  width: 100%;
}
.card__inner {
  padding: 2.8rem 2.2rem 3.1rem;
}
.card__wrapper {
  width: 100%;
}
.card__subtitle {
  color: #007F98;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.15em;
  margin-bottom: 2.2rem;
  text-transform: uppercase;
  width: 100%;
}
.card__title {
  color: #6A6A6A;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.15em;
  margin-bottom: 2rem;
  width: 100%;
}
.card__body {
  color: #6A6A6A;
  font-size: 1.8rem;
  font-weight: 300;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  line-height: 1.25em;
}
.card__body strong {
  font-weight: 600;
}
.card__link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #007F98;
  font-size: 1.5rem;
  font-weight: 600;
  height: 2rem;
  line-height: 1.25em;
}
.card__link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  cursor: pointer;
}
.card__link:focus {
  outline: none;
}
.card__link:hover, .card__link:focus {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .card {
    height: 100%;
    padding: 0;
  }
  .card__inner {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    height: 100%;
    padding: 2.1rem 3.1rem 3.1rem;
  }
  .card__subtitle-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card__subtitle {
    margin-bottom: 1.5rem;
  }
  .card__title {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
  }
  .card__body {
    font-size: 1.8rem;
    line-height: 1.2em;
  }
  .card__link-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card__link {
    font-size: 1.5rem;
  }
}
.cta-grid.--border-red {
  border-bottom: 0.9rem solid #E40032;
}
.cta-grid-text {
  background: #007F98;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5.5rem 4.4rem 6.8rem 2.7rem;
}
.cta-grid-text__title {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.46em;
  text-transform: uppercase;
}
.cta-grid-text__copy {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5em;
  margin-bottom: 4rem;
}
.cta-grid-text__copy sup {
  top: -0.7em;
}
.cta-grid-text__link {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1em;
  margin: 0;
  padding: 1.2rem 2rem;
  width: auto;
}
.cta-grid-text__link:hover {
  background-color: #fff;
  color: #007F98;
}
.cta-grid__image-wrapper {
  line-height: 0;
}
.cta-grid__image,
.cta-grid video {
  height: 100%;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (min-width: 1024px) {
  .cta-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cta-grid-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4rem 4.4rem 4rem 2.5rem;
    width: 50%;
  }
  .cta-grid-text__wrapper {
    max-width: 80rem;
  }
  .cta-grid-text__copy {
    font-size: 1.8rem;
  }
  .cta-grid-text__link {
    font-size: 1.5rem;
    padding: 2rem 4rem;
  }
  .cta-grid__image-wrapper {
    width: 50%;
  }
}
@media (min-width: 1100px) {
  .cta-grid-text {
    padding: 5.5rem 4.4rem 5.5rem 2.5rem;
  }
  .cta-grid-text__link {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .cta-grid-text__copy {
    font-size: 2.1rem;
  }
}
@media (min-width: 1280px) {
  .cta-grid-text {
    padding: 8rem 4.4rem;
  }
}
@media (min-width: 1440px) {
  .cta-grid-text {
    padding: 8.6rem 8.6rem 10.3rem;
  }
  .cta-grid-text__copy {
    font-size: 2.4rem;
    margin-bottom: 4.5rem;
  }
}
.banner-link {
  background-color: #E40032;
  padding: 0 3.5rem;
  text-align: center;
  width: 100%;
}
.banner-link a,
.banner-link p {
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.24rem;
  line-height: 1.1em;
  margin: 0;
  padding: 3rem 0;
  text-transform: uppercase;
  width: 100%;
}
.banner-link a:hover, .banner-link a:focus, .banner-link a:active,
.banner-link p:hover,
.banner-link p:focus,
.banner-link p:active {
  text-decoration: underline;
}
.banner-link p:hover, .banner-link p:focus, .banner-link p:active {
  text-decoration: none;
}

.quotes-text-slider {
  margin-bottom: 2rem;
  position: relative;
}
.quotes-text-slider__body {
  color: #fff;
  text-align: center;
  font-family: "Sharp Sans Display No1", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 3.2rem;
  font-weight: 100;
  line-height: 125%; /* 4rem */
  quotes: "“" "”";
}
.quotes-text-slider__body p,
.quotes-text-slider__body q {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
.quotes-text-slider__body q:before {
  content: open-quote;
}
.quotes-text-slider__body q:after {
  content: close-quote;
}

.quotes-profile-slider {
  margin: 0 auto;
  max-width: 50rem;
  position: relative;
}
.quotes-profile-slider .glide__arrow {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  top: 5rem;
}
.quotes-profile-slider .glide__arrow--left {
  left: 4rem;
}
.quotes-profile-slider .glide__arrow--right {
  right: 4rem;
}
.quotes-profile-slider__item {
  margin: 0 auto;
  text-align: center;
}
.quotes-profile-slider__item img {
  margin-bottom: 2.6rem;
}
.quotes-profile-slider__item img.--round {
  border: 0.4rem solid #fff;
  border-radius: 100%;
  height: 10.6rem;
  width: auto;
}
.quotes-profile-slider__item h3 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}
.quotes-profile-slider__item em {
  text-transform: none;
  font-weight: 500;
}

.opportunities {
  background: #fff;
  border-bottom: 0.9rem solid #E40032;
  padding: 7.8rem 3.5rem 4.4rem;
}
.opportunities__title {
  color: #00809B;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.15em;
  margin-bottom: 9rem;
  text-align: left;
}
.opportunities__list {
  list-style-position: outside;
  margin-left: 3rem;
}
.opportunities__list-item {
  color: #00809B;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.15em;
  margin-bottom: 0.75rem;
}
.opportunities__list-item em {
  font-size: 2rem;
  font-style: italic;
}

@media (min-width: 768px) {
  .opportunities {
    display: grid;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .opportunities {
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
    padding: 13.3rem 7.5rem 11rem;
  }
}
.steps {
  background: rgba(248, 236, 193, 0.25);
  border-bottom: none;
  padding: 7.8rem 3.5rem 4.4rem;
}
.steps__title {
  color: #00809B;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.15em;
  margin: 0 auto 6.5rem;
  max-width: 88rem;
  text-align: center;
}
.steps__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: 5.5rem;
}
.steps__list-item {
  padding: 0 1rem;
  width: 100%;
}
.steps__list-item a {
  color: #E40032;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .steps {
    padding: 9.2rem 5rem 11rem;
  }
  .steps__title {
    font-size: 4.5rem;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .steps {
    padding: 10.5rem 5rem 12rem;
  }
  .steps__list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-column-gap: 4.3rem;
       -moz-column-gap: 4.3rem;
            column-gap: 4.3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .steps__list-item {
    padding: 0;
  }
}
.quotes {
  background: #00809B;
  padding: 7.7rem 3.5rem 4.6rem;
}
.quotes__heading {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.15em;
  letter-spacing: 0.17rem;
  padding-bottom: 4.1rem;
  text-align: center;
  text-transform: uppercase;
}

.glide__track {
  -webkit-transition: height 250ms ease-in-out;
  transition: height 250ms ease-in-out;
}

.glide__slide {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.quotes-text-slider {
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  .quotes {
    padding: 7.7rem 7.5rem 4.6rem;
  }
}
.hero.--nurses .hero__inner {
  max-width: 85rem;
}
.hero.--nurses .hero__copy.--small {
  font-size: 1.7rem;
  max-width: 90rem;
}
.hero.--nurses .hero__background.--with-mobile.--center-bottom.--nurses {
  -o-object-position: bottom center;
     object-position: bottom center;
}

@media (min-width: 1024px) {
  .hero.--nurses .hero__title {
    font-size: 6rem;
    max-width: 90rem;
  }
  .hero.--nurses .hero__inner {
    padding-bottom: 4.8rem;
  }
  .hero.--nurses hero__background.--with-mobile.--center-bottom.--nurses {
    -o-object-position: center center;
       object-position: center center;
  }
  .footer__lower .footer__badges--mobile-link {
    display: none;
  }
}
sup {
  font-size: 0.75em;
  position: relative;
  top: -4px;
}

/* Browser specific styles */
/**
 * Dirty hacks, yes internet explorer, we are looking at you
*/
