/*! critical:start */
html {
  box-sizing: border-box;
  height: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

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

button {
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 0;
}

picture {
  display: block;
}

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

svg {
  min-height: 0;
  min-width: 0;
  display: block;
}

/*! critical:end */
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

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

hr {
  height: 0;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

button,
select {
  /* 1 */
  text-transform: none;
}

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

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

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

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

summary {
  display: list-item;
}

/*! critical:start */
@font-face {
  font-family: "Graphik";
  src: url("/build/assets/Graphik-Regular-Web-CCv4LNgf.woff2"), url("/build/assets/Graphik-Regular-Web-IP1amk0U.woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("/build/assets/Graphik-Medium-Web-g9eG-p1I.woff2"), url("/build/assets/Graphik-Medium-Web-o44vFBYt.woff");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Graphik";
  src: url("/build/assets/Graphik-Semibold-Web-wsChu60M.woff2"), url("/build/assets/Graphik-Semibold-Web-lmziTAKq.woff");
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "Graphik";
  src: url("/build/assets/Graphik-Bold-Web-B3khyxe8.woff2"), url("/build/assets/Graphik-Bold-Web-BAAnprnQ.woff");
  font-display: swap;
  font-weight: 800;
  font-style: bold;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html,
body {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 2rem;
  font-family: "Graphik", "Calibre", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 1.4;
  color: #323232;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-family: "Graphik", "Calibre", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  color: #000000;
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin: 0;
}

h1,
.h1 {
  font-size: var(--h1-font-size, 3.2rem);
  font-weight: var(--h1-font-weight, 500);
  margin: 0 0 0.8rem;
}

h2,
.h2 {
  font-size: var(--h2-font-size, 2.4rem);
  font-weight: var(--h2-font-weight, 500);
  margin: 0 0 1.5rem;
  letter-spacing: -0.3px;
}

h3,
.h3 {
  font-weight: var(--h3-font-weight, 400);
  font-size: var(--h3-font-size, 1.8rem);
  line-height: 1.5;
  margin: 0 0 0.5555555556em;
}

h4,
.h4 {
  font-size: var(--h4-font-size, 1.5rem);
  line-height: 1.4666666667;
  font-weight: var(--h4-font-weight, 500);
  margin: 0 0 0.5333333333em;
}

h5,
.h5 {
  font-size: var(--h5-font-size, 1.4rem);
  line-height: 1.5714285714;
  font-weight: var(--h5-font-weight, 400);
  margin: 0 0 0.5714285714em;
}

h6,
.h6 {
  font-size: var(--h6-font-size, 1.2rem);
  line-height: 1.5;
  letter-spacing: -0.0145833333em;
  font-weight: var(--h6-font-weight, 500);
  margin: 0 0 0.6666666667em;
}

p {
  margin: 0;
}

strong {
  font-weight: 500;
}

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

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

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

a {
  color: #065af9;
  text-decoration: underline;
}

/*! critical:end */
em,
i {
  font-style: italic;
}

a {
  outline: 0;
  transition: color 0.2s linear;
}
a:hover, a:focus {
  text-decoration: none;
}

.focus-visible {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

::-moz-selection {
  background: #065af9;
  color: white;
}

::selection {
  background: #065af9;
  color: white;
}

.cms-content::before, .cms-content::after {
  content: "";
  display: table;
  clear: both;
}
.cms-content > *:first-child {
  margin-top: 0;
}
.cms-content > *:last-child {
  margin-bottom: 0;
}
.cms-content img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
.cms-content p {
  margin: 15px 0;
}
.cms-content a {
  color: #065af9;
  text-decoration: underline;
  transition: opacity 0.2s linear;
}
.cms-content a:hover {
  opacity: 0.65;
  text-decoration: none;
}
.cms-content ul,
.cms-content ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: -0.5em;
  counter-reset: list-counter;
}
.cms-content ul > li,
.cms-content ol > li {
  padding-left: 30px;
  margin-bottom: 0.5em;
  position: relative;
}
.cms-content ul > li:before,
.cms-content ol > li:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  color: #065af9;
  font-weight: 800;
}
.cms-content ul ul,
.cms-content ul ol,
.cms-content ol ul,
.cms-content ol ol {
  margin-top: 0.5em;
}
.cms-content ul > li:before {
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #065af9;
}
.cms-content ol > li:before {
  counter-increment: list-counter;
  content: counter(list-counter) ".";
  top: 0em;
}
.cms-content .wp-caption > p {
  margin: 0;
}
.cms-content .wp-caption[class*=align] img {
  margin-bottom: 0;
}
.cms-content .wp-caption-text {
  font-size: 1.4rem;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0;
  color: #888888;
}
.cms-content .wp-caption-text strong {
  margin-right: 10px;
  color: inherit;
}
.cms-content .aligncenter,
.cms-content .alignnone {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  clear: both;
}
.cms-content .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cms-content .aligncenter .wp-caption-text {
  margin-left: auto;
  margin-right: auto;
}
.cms-content img.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.cms-content [class*=align] img {
  margin-bottom: 13px;
}
.cms-content h2 {
  font-size: 4rem;
}
.cms-content h3 {
  font-size: 3rem;
}
.cms-content h4 {
  font-size: 2.2rem;
}
.cms-content h5 {
  font-size: 1.6rem;
}
.cms-content h6 {
  font-size: 1.4rem;
}
.cms-content h2,
.cms-content h3,
.cms-content h4,
.cms-content h5,
.cms-content h6 {
  font-family: "Graphik", "Calibre", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 800;
  margin-top: 60px;
  margin-bottom: 15px;
}
.cms-content h5,
.cms-content h6 {
  color: #065af9;
  text-transform: uppercase;
}
.cms-content blockquote {
  font-size: 2.4rem;
  padding: 0;
  margin: 60px 0;
}
.cms-content blockquote p {
  margin: 0;
}
.cms-content blockquote p,
.cms-content blockquote p + cite {
  padding-left: 60px;
  border-left: 5px solid #065af9;
  text-align: left;
}
.cms-content blockquote p[style*=right],
.cms-content blockquote p[style*=right] + cite {
  padding-left: 0;
  border-left: 0;
  padding-right: 60px;
  border-right: 5px solid #065af9;
  text-align: right;
}
.cms-content blockquote cite {
  display: block;
  color: #888888;
  text-transform: uppercase;
  font-weight: 800;
  font-style: normal;
  font-size: 1.4rem;
  padding-top: 15px;
}
.cms-content hr {
  margin-top: 60px;
  margin-bottom: 60px;
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
  height: 2px;
  width: 100%;
  position: relative;
  background-color: #888888;
}
.cms-content table {
  min-width: 100%;
  border: 1px solid #f0f0f0;
}
.cms-content table th,
.cms-content table td {
  padding: 10px 20px;
  background: #fff;
  text-align: left;
}
.cms-content table th {
  background: #065af9;
  color: #fff;
}
.cms-content table tr:nth-child(even) td {
  background: #f0f0f0;
}
.cms-content .table-overflow-container {
  max-width: 100%;
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px;
}
.cms-content .table-overflow-container:before, .cms-content .table-overflow-container:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 15px;
  display: block;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: cubic-bezier(0.33, 1, 0.68, 1) 0.2s opacity;
}
.cms-content .table-overflow-container:before {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.cms-content .table-overflow-container:after {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.cms-content .table-overflow-container[data-overflow=both]:before, .cms-content .table-overflow-container[data-overflow=both]:after {
  opacity: 1;
}
.cms-content .table-overflow-container[data-overflow=left]:before {
  opacity: 1;
}
.cms-content .table-overflow-container[data-overflow=right]:after {
  opacity: 1;
}
.cms-content .table-overflow-container > .table-overflow-container__inner {
  overflow: auto;
  position: relative;
  max-width: 100%;
}
.cms-content .iframe-wrapper {
  position: relative;
  padding-bottom: 0.5625%;
  margin-top: 30px;
  height: 0;
}
.cms-content .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1490px) {
  .cms-content .alignleft,
  .cms-content .alignright {
    width: 50%;
  }
}
@media (min-width: 769px) {
  .cms-content .alignleft,
  .cms-content .alignright {
    max-width: 350px;
    width: auto;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .cms-content .alignleft {
    float: left;
    margin-right: 60px;
  }
  .cms-content .alignright {
    float: right;
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .cms-content .alignleft,
  .cms-content .alignright,
  .cms-content .aligncenter,
  .cms-content .alignnone {
    text-align: center;
    margin: 30px auto;
  }
  .cms-content .alignleft img,
  .cms-content .alignleft .wp-caption-text,
  .cms-content .alignright img,
  .cms-content .alignright .wp-caption-text,
  .cms-content .aligncenter img,
  .cms-content .aligncenter .wp-caption-text,
  .cms-content .alignnone img,
  .cms-content .alignnone .wp-caption-text {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cms-content .wp-video {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .cms-content .alignleft,
  .cms-content .alignright,
  .cms-content .aligncenter,
  .cms-content .alignnone {
    width: 100%;
    margin: 30px 0;
    max-width: none !important;
    text-align: left;
  }
  .cms-content .alignleft .wp-caption-text,
  .cms-content .alignright .wp-caption-text,
  .cms-content .aligncenter .wp-caption-text,
  .cms-content .alignnone .wp-caption-text {
    padding-left: 0;
    padding-right: 0;
  }
}