@charset "UTF-8";
/*! bulma.io v0.7.4 | MIT License | github.com/jgthms/bulma */
@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.file, .button,
.actions .hs-button, .pagination-arrows .number, .is-unselectable, .delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em; }

.highlight:not(:last-child), .block:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .content:not(:last-child) {
  margin-bottom: 1.5rem; }

.delete {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px; }
  .delete::before, .delete::after {
    background-color: white;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center; }
  .delete::before {
    height: 2px;
    width: 50%; }
  .delete::after {
    height: 50%;
    width: 2px; }
  .delete:hover, .delete:focus {
    background-color: rgba(10, 10, 10, 0.3); }
  .delete:active {
    background-color: rgba(10, 10, 10, 0.4); }
  .is-small.delete {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px; }
  .is-medium.delete {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px; }
  .is-large.delete {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px; }

.loader, .control.is-loading::after, .select.is-loading::after, .button.is-loading::after,
.actions .hs-button.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #EFEEEE;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em; }

.image.ratio img,
.image.ratio .has-ratio, .image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio, .get-stockwell-hero .image .has-ratio, .download-module .download-body .download-body-ratio, .is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.employee-reviews-module .employee-carousel .scroll, .testimonial-carousel .scroll {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; }
  .employee-reviews-module .employee-carousel .scroll::-webkit-scrollbar, .testimonial-carousel .scroll::-webkit-scrollbar {
    display: none; }

.file-cta,
.file-name, .select select, .input,
.textarea, .button,
.actions .hs-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  display: inline-flex;
  font-size: 1.71rem;
  height: 3.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top; }
  @media screen and (min-width: 769px), print {
    .file-cta,
    .file-name, .select select, .input,
    .textarea, .button,
    .actions .hs-button {
      font-size: 1.1111111111rem; } }
  .file-cta:focus,
  .file-name:focus, .select select:focus, .input:focus,
  .textarea:focus, .button:focus,
  .actions .hs-button:focus, .is-focused.file-cta,
  .is-focused.file-name, .select select.is-focused, .is-focused.input,
  .is-focused.textarea, .is-focused.button,
  .actions .is-focused.hs-button, .file-cta:active,
  .file-name:active, .select select:active, .input:active,
  .textarea:active, .button:active,
  .actions .hs-button:active, .is-active.file-cta,
  .is-active.file-name, .select select.is-active, .is-active.input,
  .is-active.textarea, .is-active.button,
  .actions .is-active.hs-button {
    outline: none; }
  [disabled].file-cta,
  [disabled].file-name, .select select[disabled], [disabled].input,
  [disabled].textarea, [disabled].button,
  .actions [disabled].hs-button, fieldset[disabled] .file-cta,
  fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .input,
  fieldset[disabled] .textarea, fieldset[disabled] .button,
  fieldset[disabled] .actions .hs-button,
  .actions fieldset[disabled] .hs-button {
    cursor: not-allowed; }

/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button,
input,
select,
textarea {
  margin: 0; }

html {
  box-sizing: border-box; }

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

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

audio {
  max-width: 100%; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 15, 2019 */
@font-face {
  font-family: 'Walsheim Pro';
  src: url("/assets/fonts/gtwalsheimpro-black-webfont.woff2") format("woff2"), url("/assets/fonts/gtwalsheimpro-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Walsheim Pro';
  src: url("/assets/fonts/gtwalsheimpro-medium-webfont.woff2") format("woff2"), url("/assets/fonts/gtwalsheimpro-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Walsheim Pro';
  src: url("/assets/fonts/gtwalsheimpro-regular-webfont.woff2") format("woff2"), url("/assets/fonts/gtwalsheimpro-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

html {
  background-color: white;
  font-size: 2.8vw;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%; }

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block; }

body,
button,
input,
select,
textarea {
  font-family: "Walsheim Pro", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace; }

body {
  color: #2f333d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #da291c;
  cursor: pointer;
  text-decoration: none; }
  a strong {
    color: currentColor; }
  a:hover {
    color: #2f333d; }

code {
  background-color: white;
  color: #da291c;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em; }

hr {
  background-color: white;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0; }

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline; }

small {
  font-size: 0.875em; }

span {
  font-style: inherit;
  font-weight: inherit; }

strong {
  color: #da291c;
  font-weight: 700; }

fieldset {
  border: none; }

pre {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  color: #2f333d;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal; }
  pre code {
    background-color: transparent;
    color: currentColor;
    font-size: 1em;
    padding: 0; }

table td,
table th {
  text-align: left;
  vertical-align: top; }

table th {
  color: #da291c; }

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table; }

.is-pulled-left {
  float: left !important; }

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

.is-clipped {
  overflow: hidden !important; }

.is-size-1 {
  font-size: 5.5555555556rem !important; }

.is-size-2 {
  font-size: 3.7777777778rem !important; }

.is-size-3 {
  font-size: 2.7777777778rem !important; }

.is-size-4 {
  font-size: 2.1111111111rem !important; }

.is-size-5 {
  font-size: 1.71rem !important; }

.is-size-6 {
  font-size: 1.5555555556rem !important; }

.is-size-7 {
  font-size: 1.3333333333rem !important; }

.is-size-8 {
  font-size: 1.1111111111rem !important; }

.is-size-9 {
  font-size: 1rem !important; }

.is-size-10 {
  font-size: 0.7777777778rem !important; }

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 5.5555555556rem !important; }
  .is-size-2-mobile {
    font-size: 3.7777777778rem !important; }
  .is-size-3-mobile {
    font-size: 2.7777777778rem !important; }
  .is-size-4-mobile {
    font-size: 2.1111111111rem !important; }
  .is-size-5-mobile {
    font-size: 1.71rem !important; }
  .is-size-6-mobile {
    font-size: 1.5555555556rem !important; }
  .is-size-7-mobile {
    font-size: 1.3333333333rem !important; }
  .is-size-8-mobile {
    font-size: 1.1111111111rem !important; }
  .is-size-9-mobile {
    font-size: 1rem !important; }
  .is-size-10-mobile {
    font-size: 0.7777777778rem !important; } }

.has-text-centered {
  text-align: center !important; }

.has-text-left {
  text-align: left !important; }

.has-text-right {
  text-align: right !important; }

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important; } }

@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important; } }

@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important; } }

@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important; } }

@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important; } }

@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important; } }

.is-capitalized {
  text-transform: capitalize !important; }

.is-lowercase {
  text-transform: lowercase !important; }

.is-uppercase {
  text-transform: uppercase !important; }

.is-italic {
  font-style: italic !important; }

.has-text-white {
  color: white !important; }

.has-background-white {
  background-color: white !important; }

.has-text-black {
  color: #0a0a0a !important; }

.has-background-black {
  background-color: #0a0a0a !important; }

.has-text-light {
  color: whitesmoke !important; }

.has-background-light {
  background-color: whitesmoke !important; }

.has-text-dark {
  color: #2f333d !important; }

.has-background-dark {
  background-color: #2f333d !important; }

.has-text-primary {
  color: #da291c !important; }

.has-background-primary {
  background-color: #da291c !important; }

.has-text-link {
  color: #da291c !important; }

.has-background-link {
  background-color: #da291c !important; }

.has-text-info {
  color: #209cee !important; }

.has-background-info {
  background-color: #209cee !important; }

.has-text-success {
  color: #23d160 !important; }

.has-background-success {
  background-color: #23d160 !important; }

.has-text-warning {
  color: #ffdd57 !important; }

.has-background-warning {
  background-color: #ffdd57 !important; }

.has-text-danger {
  color: #da291c !important; }

.has-background-danger {
  background-color: #da291c !important; }

.has-text-black-bis {
  color: #121212 !important; }

.has-background-black-bis {
  background-color: #121212 !important; }

.has-text-black-ter {
  color: #242424 !important; }

.has-background-black-ter {
  background-color: #242424 !important; }

.has-text-grey-darker {
  color: #2f333d !important; }

.has-background-grey-darker {
  background-color: #2f333d !important; }

.has-text-grey-dark {
  color: #97999E !important; }

.has-background-grey-dark {
  background-color: #97999E !important; }

.has-text-grey {
  color: #D8E3E5 !important; }

.has-background-grey {
  background-color: #D8E3E5 !important; }

.has-text-grey-light {
  color: #d7d7d7 !important; }

.has-background-grey-light {
  background-color: #d7d7d7 !important; }

.has-text-grey-lighter {
  color: #EFEEEE !important; }

.has-background-grey-lighter {
  background-color: #EFEEEE !important; }

.has-text-white-ter {
  color: whitesmoke !important; }

.has-background-white-ter {
  background-color: whitesmoke !important; }

.has-text-white-bis {
  color: #fafafa !important; }

.has-background-white-bis {
  background-color: #fafafa !important; }

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

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important; } }

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-hidden-tablet-only {
    display: none !important; } }

@media screen and (max-width: 1087px) {
  .is-hidden-touch {
    display: none !important; } }

@media screen and (min-width: 1088px) {
  .is-hidden-desktop {
    display: none !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-hidden-desktop-only {
    display: none !important; } }

@media screen and (min-width: 1280px) {
  .is-hidden-widescreen {
    display: none !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-hidden-widescreen-only {
    display: none !important; } }

@media screen and (min-width: 1472px) {
  .is-hidden-fullhd {
    display: none !important; } }

.is-invisible {
  visibility: hidden !important; }

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important; } }

@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-invisible-tablet-only {
    visibility: hidden !important; } }

@media screen and (max-width: 1087px) {
  .is-invisible-touch {
    visibility: hidden !important; } }

@media screen and (min-width: 1088px) {
  .is-invisible-desktop {
    visibility: hidden !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-invisible-desktop-only {
    visibility: hidden !important; } }

@media screen and (min-width: 1280px) {
  .is-invisible-widescreen {
    visibility: hidden !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important; } }

@media screen and (min-width: 1472px) {
  .is-invisible-fullhd {
    visibility: hidden !important; } }

.is-marginless {
  margin: 0 !important; }

.is-paddingless {
  padding: 0 !important; }

.is-radiusless {
  border-radius: 0 !important; }

.is-shadowless {
  box-shadow: none !important; }

@media screen and (min-width: 769px), print {
  html {
    font-size: 10px !important; } }

@media screen and (min-width: 1088px) {
  html {
    font-size: 12px !important; } }

@media screen and (min-width: 1280px) {
  html {
    font-size: 14px !important; } }

@media screen and (min-width: 1472px) {
  html {
    font-size: 18px !important; } }

.is-paddingless-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.is-paddingless-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

@media screen and (min-width: 769px), print {
  .is-paddingless-top-tablet {
    padding-top: 0 !important; } }

picture img {
  display: block; }

@media screen and (min-width: 769px), print {
  .is-mask-tablet {
    overflow: hidden; } }

body {
  overflow-x: hidden; }

.nav-logo {
  width: 12.777777777777778rem;
  height: 2.333333333333333rem; }

.subtitle {
  max-width: 83rem; }

[class*="has-text-centered"] .subtitle {
  margin-left: auto;
  margin-right: auto; }

.arrowlink {
  position: relative;
  display: inline-block;
  padding-right: 0.8em;
  color: #da291c;
  line-height: 1; }
  @media screen and (min-width: 769px), print {
    .arrowlink {
      padding-right: 1.2em; } }
  .arrowlink::after {
    position: absolute;
    right: .15em;
    top: -.1em;
    content: '\203A';
    transform: scale(1.5, 1.8);
    transition: right 30ms linear, color 50ms linear; }
  .arrowlink:hover::after {
    right: 0;
    transform: scale(1.6, 1.8); }
  .arrowlink:hover {
    color: #2f333d;
    text-decoration: none; }
  .arrowlink:active {
    color: #2f333d; }
  .arrowlink:visited {
    color: #da291c; }

.button.is-play {
  position: relative;
  z-index: 10;
  box-sizing: content-box;
  width: 6.5rem;
  height: 6.5rem;
  padding: 0; }
  .button.is-play.is-animated > span {
    animation-name: sploosh; }
  @media screen and (min-width: 769px), print {
    .button.is-play {
      width: 8rem;
      height: 8rem; } }
  .button.is-play > * {
    box-sizing: content-box; }

@keyframes sploosh {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.45); }
  80% {
    background: rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 1px 3rem rgba(255, 255, 255, 0); } }
  .button.is-play:hover > .splush-1, .button.is-play:hover > .splush-2 {
    animation-name: none; }
  .button.is-play > .splush-1 {
    position: absolute;
    height: 6.5rem;
    width: 6.5rem;
    border-radius: 100%;
    z-index: 0;
    animation: none 3s 0 cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-iteration-count: infinite;
    background: transparent; }
    @media screen and (min-width: 769px), print {
      .button.is-play > .splush-1 {
        height: 8rem;
        width: 8rem; } }
  .button.is-play > .splush-2 {
    position: absolute;
    height: 6.5rem;
    width: 6.5rem;
    border-radius: 100%;
    z-index: 0;
    animation: none 3s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-iteration-count: infinite;
    background: transparent; }
    @media screen and (min-width: 769px), print {
      .button.is-play > .splush-2 {
        height: 8rem;
        width: 8rem; } }
  .button.is-play .play-circle {
    z-index: 100;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 6.5rem;
    width: 6.5rem;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 8px 25.4px 1.6px rgba(35, 45, 69, 0.44);
    cursor: pointer; }
    @media screen and (min-width: 769px), print {
      .button.is-play .play-circle {
        height: 8rem;
        width: 8rem; } }
    .button.is-play .play-circle:hover {
      background-color: #2F333D;
      transition: background-color .15s ease-in;
      border: 1px solid white;
      box-shadow: none; }
    .button.is-play .play-circle::after {
      position: relative;
      display: block;
      content: '';
      height: 0;
      width: 0;
      font-size: 0;
      left: 1.3rem;
      border-style: solid;
      border-color: transparent;
      border-left-color: #da291c;
      border-width: 1.05rem 1.9rem; }
      @media screen and (min-width: 769px), print {
        .button.is-play .play-circle::after {
          border-width: 0.722222222222222rem 1.388888888888889rem;
          left: 1rem; } }
    .button.is-play .play-circle:hover::after {
      transform: scale(1.08);
      border-left-color: white; }

.cta-foot {
  margin-top: 5rem;
  margin-bottom: 1rem;
  text-align: center; }
  @media screen and (min-width: 769px), print {
    .cta-foot {
      margin-top: 7rem;
      margin-bottom: 0; } }
.logo {
  --logomarkColor: #da291c;
  --logotypeColor: #54555a; }
  .logo.is-inverted {
    --logotypeColor: white; }

.download-heading {
  margin-bottom: 2.3rem;
  text-transform: uppercase;
  font-size: 1.71rem;
  letter-spacing: 4px; }
  @media screen and (min-width: 769px), print {
    .download-heading {
      margin-bottom: 1.5rem;
      font-weight: 500;
      font-size: 0.7777777778rem;
      letter-spacing: 1px; } }
.download-badges {
  margin-bottom: 4rem; }
  .download-badges a {
    display: block; }
    .download-badges a img {
      height: auto;
      width: 100%; }
  @media screen and (min-width: 769px), print {
    .download-badges {
      margin: 0;
      max-width: 18.666666666666667rem; } }
footer .footer-body {
  padding: 16.6666666667vw 8.3333333333vw 6.25vw; }
  @media screen and (min-width: 769px), print {
    footer .footer-body {
      padding: 6.2vw 8.3333333333vw 3.6vw; }
      footer .footer-body .social-copywrite-columns {
        margin: 4rem 0 2rem; } }
footer a {
  color: #2f333d;
  white-space: nowrap; }

footer a:hover {
  color: #da291c; }

footer .social-media a {
  opacity: 0.5; }

footer .social-media a:hover {
  opacity: 1; }

@media screen and (max-width: 768px) {
  footer .social-media {
    display: flex;
    justify-content: space-between;
    margin: 2.6rem 0; }
    footer .social-media a {
      display: block; }
    footer .social-media svg {
      width: 10vw;
      height: 10vw; } }

@media screen and (min-width: 769px), print {
  footer .social-media {
    margin: .25rem 0; }
    footer .social-media a {
      display: inline-block; }
      footer .social-media a:not(:last-child) {
        margin-right: 1.5em; }
    footer .social-media svg {
      width: 1.3em;
      height: 1.277777777777778em; } }

footer .copywrite {
  font-size: 1.3333333333rem;
  line-height: 2em;
  color: #97999E; }
  footer .copywrite a {
    color: inherit; }
    footer .copywrite a:hover {
      color: #da291c; }
  footer .copywrite > *:not(:last-child) {
    margin-right: 1em; }
  @media screen and (min-width: 769px), print {
    footer .copywrite {
      font-size: 1rem;
      color: #2f333d; } }
footer .logo {
  margin: .2rem;
  width: 12.333333333333333rem;
  height: 2.333333333333333rem; }

footer .footer-foot {
  padding: 10vw 2.1rem;
  color: white;
  background-color: #2f333d; }
  @media screen and (min-width: 769px), print {
    footer .footer-foot {
      padding: 2.1rem; } }
footer .footer-links {
  padding-right: 15%; }
  @media screen and (max-width: 768px) {
    footer .footer-links .is-full-mobile {
      margin-top: 1.5rem; } }
  footer .footer-links a {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 2.1111111111rem; }
  @media screen and (min-width: 769px), print {
    footer .footer-links {
      margin-top: -0.85rem; }
      footer .footer-links a {
        font-size: 1rem; } }
footer .tagline {
  font-size: 1.3333333333rem; }
  @media screen and (min-width: 769px), print {
    footer .tagline {
      font-size: 0.7777777778rem; } }
@media screen and (max-width: 768px) {
  footer .footer-links {
    display: block;
    padding-right: 0; }
    footer .footer-links::after {
      clear: both;
      content: " ";
      display: table; }
    footer .footer-links .column {
      float: left; } }

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .hero .hero-body.is-vcentered {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center; }

.hero.partial-grey-background {
  marign-bottom: -15vw; }

.hero header {
  margin: 1rem 8.3333333333vw 3rem;
  text-align: center; }

.hero header.legal {
  margin: 4rem 8.3333333333vw 2rem; }
  .hero header.legal h2.subtitle {
    max-width: none;
    margin: 0 auto; }

.hero picture img {
  object-fit: contain; }

@media screen and (min-width: 769px), print {
  .hero header {
    margin: 11rem 8.3333333333vw 10rem; }
  .hero .get-stockwell-hero {
    header-margin-top: 0;
    header-margin-bottom: 0; }
  .hero .hero-body {
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw; } }

.hero-video-container, .partner-video-c, .landing-video-c {
  position: relative;
  padding-bottom: 54%;
  padding-top: 25px;
  height: 0; }
  .hero-video-container iframe, .partner-video-c iframe, .landing-video-c iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.home-hero {
  position: relative; }
  .home-hero .hero {
    display: flex;
    color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/assets/heros/apt-mobile.jpg); }
    .home-hero .hero header {
      margin: 0; }
      .home-hero .hero header .subtitle {
        margin-top: -0.5rem; }
    .home-hero .hero #down-arrow {
      display: none; }
  .home-hero .hero-body {
    padding-top: 2%;
    padding-bottom: 9%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-grow: 1;
    flex-shrink: 0; }
    .home-hero .hero-body .title {
      font-size: 9vw;
      padding-top: .5rem;
      line-height: 0.9; }
    .home-hero .hero-body .subtitle {
      font-size: 4vw;
      line-height: 1;
      padding: 0 2rem; }
    .home-hero .hero-body .buttons {
      flex-direction: column; }
      .home-hero .hero-body .buttons .is-play {
        margin: 4rem 5rem 7rem;
        margin-right: 5rem !important; }

@media screen and (min-width: 769px), print {
  .home-hero {
    margin: 0 1.666666666666667rem; }
    .home-hero.image {
      padding-top: 56.25% !important; }
    .home-hero .hero {
      background-image: url(/assets/heros/apt-desktop.jpg); }
      .home-hero .hero #down-arrow {
        display: block;
        position: absolute;
        bottom: 2.5rem;
        margin-left: -1.25rem;
        left: 50%;
        width: 3rem;
        height: 3rem; }
    .home-hero .hero-body {
      padding-top: 17.5%;
      padding-bottom: 12%; }
      .home-hero .hero-body .title {
        font-size: 5vw;
        text-shadow: 2px 0 rgba(0, 0, 0, 0.1); }
      .home-hero .hero-body .subtitle {
        font-size: 2.08vw;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); }
      .home-hero .hero-body .buttons {
        display: flex;
        margin: 0 auto;
        width: 43%;
        min-width: 35rem;
        flex-direction: row;
        justify-content: space-between; }
        .home-hero .hero-body .buttons .is-play {
          margin-top: 0;
          margin-bottom: 0; } }

.hero-video-container {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s linear, visibility 1s, display 3s;
  position: relative; }

.hero-video-container.active {
  display: block;
  visibility: visible;
  opacity: 1; }

.hide {
  display: none !important; }

#video-close-button {
  position: absolute;
  right: 32px;
  top: 32px;
  color: #fff;
  font-size: 24px; }

.new-banner {
  background-color: #da291c;
  color: white;
  display: block;
  padding: 1rem;
  font-size: 1.5rem;
  text-align: center; }
  .new-banner:hover {
    background-color: #2f333d;
    color: white; }

.new-bug {
  font-weight: bold;
  text-transform: uppercase; }

.new-banner-link {
  font-weight: bold;
  display: block; }
  .new-banner-link:hover {
    color: white; }

@media screen and (min-width: 769px), print {
  .new-banner-link {
    display: inline; } }

@media screen and (min-width: 769px), print {
  .new-banner {
    margin: 0 1.666666666666667rem; } }

.btn, .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #D92B27;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer; }
  .btn:hover, .btn-large:hover {
    background-color: #ff616d; }

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #D92B27;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle; }
  .btn-floating:hover {
    background-color: #D92B27; }
  .btn-floating:before {
    border-radius: 0; }

.btn-floating.btn-large {
  width: 48px;
  height: 48px; }

.btn-floating.btn-large.halfway-fab {
  bottom: -28px; }

.btn-floating.btn-large i {
  line-height: 56px; }

.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px; }

.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px; }

.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px; }

button.btn-floating {
  border: none; }

@media screen and (min-width: 769px), print {
  .benefits-module {
    margin-top: -1rem; } }

.benefits-module .benefits-head .subtitle {
  margin-top: 3rem; }

.benefits-module .benefits-body {
  padding: 5.5rem 0 0; }
  .benefits-module .benefits-body .column {
    margin-bottom: 2rem; }

.benefits-module .benefits-image {
  margin: 0 -8.3333333333vw; }

@media screen and (min-width: 769px), print {
  .benefits-module .benefits-image {
    margin: 0; }
  .benefits-module .benefits-body .column:first-child {
    order: 2; } }

@media screen and (max-width: 768px) {
  .benefits-module .benefits-head .subtitle {
    margin-top: 3rem !important; }
  .benefits-module .benefits-body .media {
    flex-direction: column; } }

.benefits-module .tag-bullet {
  margin: 1.5em 0;
  padding: 0;
  font-size: 1.5555555556rem;
  width: 2.45em;
  height: 2.45em; }
  @media screen and (min-width: 769px), print {
    .benefits-module .tag-bullet {
      margin: -2px 1.2rem 0 4.25rem;
      font-size: 0.7777777778rem; } }
.has-background-grey-darker {
  color: white; }

.testimonial-module .media {
  align-items: center; }

.testimonial-module .carousel-nav {
  overflow: auto;
  margin-top: 10vw;
  margin-left: -4vw;
  width: 108vw;
  height: 4.5rem;
  text-align: left;
  white-space: nowrap;
  font-size: 0;
  transition: margin 150ms linear; }
  .testimonial-module .carousel-nav::after {
    clear: both;
    content: " ";
    display: table; }
  .testimonial-module .carousel-nav.nudge-left {
    margin-left: -6vw; }
  .testimonial-module .carousel-nav.nudge-right {
    margin-left: 0vw; }

.testimonial-module .carousel-nav-item {
  position: relative;
  display: inline-block;
  width: 22vw;
  height: 4rem;
  opacity: 0.2;
  white-space: nowrap;
  cursor: pointer;
  margin-left: 20vw; }
  .testimonial-module .carousel-nav-item:first-child {
    margin-left: 0; }
  .testimonial-module .carousel-nav-item img {
    display: block;
    max-width: none;
    margin: 0 auto;
    height: 7.5vw;
    transform-origin: top; }
  .testimonial-module .carousel-nav-item::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.5em;
    width: 1em;
    height: .5em;
    content: '•';
    color: #da291c;
    font-size: 3rem;
    font-size: 2rem;
    line-height: .5em;
    text-align: center;
    opacity: 0; }
  .testimonial-module .carousel-nav-item[aria-pressed="true"], .testimonial-module .carousel-nav-item[aria-pressed="true"]::after {
    opacity: 1; }

@media screen and (min-width: 769px), print {
  .testimonial-module .carousel-nav {
    display: flex;
    justify-content: space-around;
    margin-top: 4rem;
    margin-left: 0;
    width: auto; }
    .testimonial-module .carousel-nav.nudge-left, .testimonial-module .carousel-nav.nudge-right {
      margin-left: 0;
      margin-right: 0; }
  .testimonial-module .carousel-nav-item {
    margin-left: 0;
    height: 3.8rem;
    width: auto; }
    .testimonial-module .carousel-nav-item img {
      height: 2.6vw;
      transform: none; } }

.testimonial-module .benefit-word {
  text-align: center;
  margin: 0 0 8.3333333333vw;
  font-size: 1rem; }

@media screen and (min-width: 769px), print {
  .testimonial-module .benefit-word {
    text-align: left;
    font-size: 2.1111111111rem;
    margin-bottom: 1em; } }

.testimonial-module blockquote {
  position: relative;
  margin: 0 8.3333333333vw;
  font-size: 2.1111111111rem;
  font-weight: bold;
  white-space: nowrap; }
  .testimonial-module blockquote > span {
    white-space: normal; }
  .testimonial-module blockquote::before {
    content: '“'; }
  .testimonial-module blockquote::after {
    content: '”'; }

@media screen and (min-width: 769px), print {
  .testimonial-module blockquote {
    margin: 0;
    font-size: 2.7777777778rem;
    text-align: left; } }

.author.media {
  display: inline-flex;
  margin-top: 5rem; }
  .author.media .media-left {
    margin-right: 1.25rem; }
  .author.media img {
    display: block;
    width: 12.5vw; }
  @media screen and (min-width: 769px), print {
    .author.media {
      display: flex;
      margin-left: 2rem; }
      .author.media .media-left {
        margin-right: 1.5rem; }
        .author.media .media-left img {
          width: 4.4rem; } }
.media .name {
  font-size: 1.5555555556rem;
  font-weight: 500;
  line-height: 1; }

@media screen and (min-width: 769px), print {
  .media .name,
  .media .position {
    font-size: 1.1111111111rem;
    line-height: 1.1; }
  .media .company {
    display: block; }
  .media .name {
    font-size: 1.5555555556rem; } }

.testimonial-carousel {
  --carousel-width: 100vw;
  --carousel-max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
  width: var(--carousel-width);
  max-width: var(--carousel-max-width); }
  .testimonial-carousel .scroll {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%; }
  .testimonial-carousel .scroll-item {
    flex-shrink: 0;
    scroll-snap-align: center;
    width: var(--carousel-width);
    max-width: var(--carousel-max-width); }
  @media screen and (min-width: 769px), print {
    .testimonial-carousel {
      --carousel-width: 60vw; } }
.download-module {
  background-color: #dcdee4;
  overflow: hidden; }
  .download-module .stockwell-logomark {
    --logomarkColor: #fff;
    margin: 0 auto 5rem;
    display: flex;
    direction: column;
    justify-content: center;
    align-items: center;
    width: 7.5rem;
    height: 7.5rem;
    background-color: #da291c;
    border-radius: 1rem;
    box-shadow: 0 1.3em 2.2em 0.3em rgba(47, 51, 61, 0.21); }
    @media screen and (min-width: 769px), print {
      .download-module .stockwell-logomark {
        margin: 1.5rem auto 8vw;
        width: 6.666666666666667rem;
        height: 6.666666666666667rem;
        box-shadow: 0 26px 43px 6px rgba(47, 51, 61, 0.21); } }
    .download-module .stockwell-logomark svg {
      width: 3.5em;
      height: 3.5em; }
  .download-module .download-stores {
    margin: 5rem auto 0;
    width: 26rem; }
    .download-module .download-stores img {
      height: auto;
      width: 100%; }
  .download-module .download-body {
    position: relative; }
    @media screen and (max-width: 768px) {
      .download-module .download-body {
        padding-top: 200%;
        margin-left: -8.3333333333vw;
        margin-right: -8.3333333333vw;
        width: 100vw; } }
    .download-module .download-body img {
      max-width: none;
      object-fit: contain; }
    .download-module .download-body .android,
    .download-module .download-body .ios {
      position: relative;
      float: left;
      width: 50%; }
    .download-module .download-body .android img {
      margin-top: 9vw;
      height: auto;
      width: 66vw; }
    .download-module .download-body .ios img {
      margin-top: -5vw;
      margin-left: -10vw;
      height: auto;
      width: 100vw; }
    @media screen and (min-width: 769px), print {
      .download-module .download-body {
        padding-top: 66.6666%; }
        .download-module .download-body .android img {
          margin-top: 6.6vw;
          margin-right: -8vw;
          height: auto;
          width: 35.722222222222222vw; }
        .download-module .download-body .ios img {
          margin-top: 0;
          margin-left: -10vw;
          height: auto;
          width: 36.944444444444444vw; } }
@media screen and (max-width: 768px) {
  .investors-module .title {
    margin: 0 0 3rem; }
  .investors-module .investor-logos::after {
    clear: both;
    content: " ";
    display: table; }
  .investors-module .investor-logos .column {
    float: left; } }

.investor-logos {
  max-width: 64rem;
  margin: 0 auto -4rem;
  padding: 0 1rem; }
  .investor-logos a {
    display: block;
    margin: 7vw auto;
    height: 23vw;
    width: 23vw;
    opacity: 0.5;
    transition: 50ms opacity linear; }
    .investor-logos a:hover {
      opacity: 1; }
  @media screen and (min-width: 769px), print {
    .investor-logos a {
      margin: 3rem auto;
      height: 8.333333333333333rem;
      width: 8.333333333333333rem; } }
.social-module {
  position: relative; }
  .social-module .social-head {
    margin: 8.3333333333vw 8.3333333333vw 0 8.3333333333vw; }
  .social-module .social-media a {
    opacity: 1; }
  .social-module .social-media a:hover {
    opacity: 0.5; }
  @media screen and (min-width: 769px), print {
    .social-module {
      padding-bottom: 10rem;
      background-color: #EFEEEE; }
      .social-module .social-head {
        margin-top: 0;
        padding-top: 17.9vw;
        width: 29rem;
        min-height: 43vw; } }
  @media screen and (max-width: 768px) {
    .social-module .social-media {
      display: flex;
      width: 74%;
      max-width: 25rem;
      justify-content: space-between;
      margin: 3rem 0 1.5rem; }
      .social-module .social-media a {
        display: block; }
      .social-module .social-media svg {
        width: 10vw;
        height: 10vw; } }
  @media screen and (min-width: 769px), print {
    .social-module .social-media {
      margin: 3rem 0; }
      .social-module .social-media a {
        margin-right: 2.8rem;
        display: inline-block; }
      .social-module .social-media svg {
        width: 2rem;
        height: 1.888888888888889rem; } }
  .social-module .social-body {
    padding-top: 8.3333333333vw;
    padding-bottom: 7rem;
    background-color: #EFEEEE; }
    .social-module .social-body img {
      object-fit: cover; }
  .social-module .social-image-1,
  .social-module .social-image-2 {
    position: relative;
    width: 60vw; }
  .social-module .social-image-1 {
    margin-top: -20vw;
    margin-left: 40vw;
    box-shadow: -12px 26px 43px 6px rgba(47, 51, 61, 0.5);
    z-index: 100; }
  .social-module .social-image-2 {
    margin-left: 8.3333333333vw; }
  .social-module .social-image-3 {
    margin-top: -18vw;
    margin-left: 20vw;
    width: 80vw; }
  .social-module .social-image-4,
  .social-module .social-image-5 {
    display: none; }
  @media screen and (min-width: 769px), print {
    .social-module .social-body {
      padding-top: 0;
      padding-bottom: 0; }
    .social-module .social-image-2,
    .social-module .social-image-3 {
      display: inline-block;
      margin-right: .125rem;
      width: 33vw; }
    .social-module .social-image-3 {
      margin-top: 0;
      margin-left: 0; }
      .social-module .social-image-3 figure.image.is-3by2 {
        padding-top: 100%; }
    .social-module .social-image-4 {
      display: inline-block;
      width: 16.5vw;
      vertical-align: top; }
    .social-module .social-image-1 {
      display: block;
      position: absolute;
      top: 19.1666666667vw;
      right: 16.6666666667vw;
      margin: 0;
      width: 32.5vw; }
    .social-module .social-image-5 {
      display: block;
      position: relative;
      float: right;
      margin: 8.3333333333vw 8.3333333333vw 0;
      width: 26vw; } }
input.input-underline {
  border-width: 0 0 1px 0;
  box-shadow: none; }
  input.input-underline:focus, input.input-underline.is-focused, input.input-underline:active, input.input-underline.is-active {
    box-shadow: none; }

@media screen and (max-width: 768px) {
  .request-module.section {
    padding: 7rem 14vw; } }

.request-module .title.is-1 {
  line-height: 1; }

.newsletter-module.section.is-medium {
  padding-bottom: 8vw; }
  @media screen and (max-width: 768px) {
    .newsletter-module.section.is-medium {
      padding-bottom: 6vw; }
      .newsletter-module.section.is-medium .newsletter-email-control {
        margin: 5vmin 0 -3rem; } }
.download-hero {
  display: flex;
  flex-direction: column;
  margin: 14vw 8.3333333333vw 0; }
  .download-hero picture {
    margin: 0 -8.3333333333vw; }
  @media screen and (min-width: 769px), print {
    .download-hero picture {
      margin: 0 8.3333333333vw; }
      .download-hero picture img {
        margin: 0 auto; } }
  .download-hero .download-badges {
    margin: 3rem auto;
    margin: 2rem auto;
    max-width: 26rem; }

.store-benefits-module .benefit-items, .app-benefits-module .benefit-items {
  padding-top: 7vw; }

.store-benefits-module .benefit-items + .benefit-items, .app-benefits-module .benefit-items + .benefit-items {
  padding-top: 0; }

.store-benefits-module .benefit-item, .app-benefits-module .benefit-item {
  margin: 1rem 8.3333333333vw; }
  .store-benefits-module .benefit-item .benefit-icon, .app-benefits-module .benefit-item .benefit-icon {
    display: block;
    margin: 2rem auto;
    height: 38vw; }

@media screen and (max-width: 768px) {
  .store-benefits-module .cta-foot, .app-benefits-module .cta-foot {
    margin-top: 3rem;
    margin-bottom: 1rem; } }

@media screen and (min-width: 769px), print {
  .store-benefits-module .benefit-items, .app-benefits-module .benefit-items {
    padding-top: 5rem; }
    .store-benefits-module .benefit-items .column:first-of-type > .benefit-item .benefit-icon, .app-benefits-module .benefit-items .column:first-of-type > .benefit-item .benefit-icon {
      margin-left: 1.5rem; }
  .store-benefits-module .benefit-item, .app-benefits-module .benefit-item {
    margin: 2rem auto;
    width: 20rem; }
    .store-benefits-module .benefit-item .benefit-icon, .app-benefits-module .benefit-item .benefit-icon {
      height: 12rem; } }

.how-to-use-module .number {
  font-size: 1.71rem;
  margin: 0 0 2rem -1rem; }

.how-to-use-module header {
  margin-bottom: 15vw; }
  .how-to-use-module header .title {
    line-height: 1.25; }

.how-to-use-module .media {
  margin: 2rem 7vw;
  align-items: center; }

.how-to-use-module .media-right {
  order: 2; }

.how-to-use-module .content-margin {
  margin: 1rem 6vw 5rem; }

@media screen and (max-width: 768px) {
  .how-to-use-module {
    margin-bottom: -4rem; }
    .how-to-use-module .media {
      display: block; }
    .how-to-use-module .media-content {
      overflow-x: visible; } }

@media screen and (min-width: 769px), print {
  .how-to-use-module header {
    margin-bottom: 9vw; }
  .how-to-use-module .media-right,
  .how-to-use-module .media-left {
    max-width: 50%; }
    .how-to-use-module .media-right img,
    .how-to-use-module .media-left img {
      padding: 0 2.5vw; }
  .how-to-use-module .media-content {
    width: 70%; }
  .how-to-use-module .content-margin {
    margin: 0 auto 10%;
    max-width: 18rem;
    width: 55%; } }

.number.inverse {
  color: #da291c;
  background-color: white; }

.download-2-module {
  --aspect: 0.5509849363;
  --phone-size: 100vw;
  --scale: 1.4;
  position: relative; }
  .download-2-module .download-2-head {
    padding: 8.3333333333vw; }
  .download-2-module .download-badges {
    margin: 12vmin 0; }
  .download-2-module .download-2-body {
    padding-bottom: 22vw; }
    .download-2-module .download-2-body figure {
      position: relative;
      margin-left: -9vw;
      margin-top: -34vw;
      padding-top: calc(var(--scale) * 79vw);
      width: calc(var(--scale) * 100vw);
      transform: rotate(-45deg);
      transform-origin: bottom; }
    .download-2-module .download-2-body img {
      position: relative;
      display: block;
      height: calc(var(--scale) * var(--phone-size));
      width: calc(var(--scale) * var(--phone-size) * var(--aspect));
      max-width: none; }
    .download-2-module .download-2-body img:nth-child(2) {
      width: calc(var(--scale) * var(--phone-size));
      height: calc(var(--scale) * var(--phone-size) * var(--aspect)); }
    .download-2-module .download-2-body img:first-of-type {
      position: absolute;
      left: 45%;
      top: 0; }
    .download-2-module .download-2-body img:last-of-type {
      position: absolute;
      top: 42%;
      left: 88.5%; }
  @media screen and (min-width: 769px), print {
    .download-2-module {
      --scale: 0.8; }
      .download-2-module .download-2-head {
        position: absolute;
        bottom: 26vw;
        right: 4vw;
        width: 46vw;
        max-width: 55rem; }
      .download-2-module .download-badges {
        margin-top: 2.5rem;
        max-width: 23rem; }
      .download-2-module .download-2-body {
        padding-bottom: 9vw; }
        .download-2-module .download-2-body figure {
          margin-left: -5vw; }
        .download-2-module .download-2-body img:last-of-type {
          top: auto;
          bottom: -70.5%;
          left: 45%; } }
.next-module {
  margin-bottom: 1.5rem; }
  .next-module .next-head {
    text-align: center; }
  .next-module .next-cta {
    margin: 5.5rem 0 0;
    text-align: center; }
  .next-module p {
    margin: 0 8.5vw 1rem;
    color: #da291c;
    text-align: center;
    font-size: 1.1111111111rem;
    font-weight: 500;
    letter-spacing: 2px; }
  @media screen and (min-width: 769px), print {
    .next-module p {
      margin-bottom: 0.6rem;
      font-size: 0.7777777778rem;
      text-align: left;
      letter-spacing: 1px; }
    .next-module .wrap {
      margin: 0 8.33vw;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .next-module .next-head {
      text-align: left; }
    .next-module .next-cta {
      margin: 0; } }
nav.subnav {
  margin: 0 8.3333333333vw;
  padding: 2.2rem 0 0.7rem; }
  nav.subnav::after {
    clear: both;
    content: " ";
    display: table; }
  nav.subnav a {
    display: block;
    float: left;
    padding-right: 2.2rem;
    color: #2f333d; }
    nav.subnav a span {
      display: inline-block;
      padding-bottom: 3px;
      border-bottom: 2px solid transparent; }
  nav.subnav a:hover {
    color: #da291c; }
    nav.subnav a:hover span {
      border-bottom-color: #da291c; }
  @media screen and (max-width: 768px) {
    nav.subnav {
      font-size: 1.71rem;
      line-height: 2; } }
  @media screen and (min-width: 769px), print {
    nav.subnav {
      border-top: 1px solid #EFEEEE; }
      nav.subnav a.is-active {
        text-decoration: underline; }
      nav.subnav a:not(:last-child)::after {
        content: '•';
        display: inline-block;
        padding-left: 2.2rem;
        color: #2f333d; } }
.verticals-cta.details {
  padding-top: 2rem; }

.details-hero {
  position: relative; }
  .details-hero .hero {
    display: flex;
    color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/assets/heros/get-stockwell-mobile.jpg); }
    .details-hero .hero header {
      margin: 0; }
      .details-hero .hero header .subtitle {
        margin-top: -1rem; }
    .details-hero .hero #down-arrow {
      display: none; }
  .details-hero .hero-body {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-grow: 1;
    flex-shrink: 0; }
    .details-hero .hero-body .title {
      font-size: 6vw;
      padding-top: 1rem;
      line-height: 0.9; }
    .details-hero .hero-body .subtitle {
      font-size: 4vw;
      line-height: 1;
      padding: 0 2rem; }
    .details-hero .hero-body .buttons {
      flex-direction: column; }
      .details-hero .hero-body .buttons .is-play {
        margin: 4rem 5rem 7rem; }

@media screen and (min-width: 769px), print {
  .details-hero {
    margin: 0 1.666666666666667rem; }
    .details-hero.image {
      padding-top: 56.25% !important; }
    .details-hero .hero {
      background-image: url(/assets/heros/get-stockwell-desktop.jpg); }
      .details-hero .hero #down-arrow {
        display: block;
        position: absolute;
        bottom: 2.5rem;
        margin-left: -1.25rem;
        left: 50%;
        width: 3rem;
        height: 3rem; }
    .details-hero .hero-body {
      padding-top: 10.5%;
      padding-bottom: 12%; }
      .details-hero .hero-body .title {
        font-size: 4.25vw; }
      .details-hero .hero-body .subtitle {
        font-size: 2.08vw; }
      .details-hero .hero-body .buttons {
        display: flex;
        margin: .5em auto 0;
        width: 43%;
        min-width: 35rem;
        flex-direction: row;
        justify-content: space-between; }
        .details-hero .hero-body .buttons .is-play {
          margin-top: 0;
          margin-bottom: 0; } }

.get-stockwell-hero .image {
  padding-top: 92.59259259%; }
  .get-stockwell-hero .image .has-ratio {
    height: 100%;
    width: 100%; }

.get-stockwell-hero .has-ratio {
  background-image: url(/assets/heros/get-stockwell-mobile.jpg);
  background-size: cover; }

@media screen and (min-width: 769px), print {
  .get-stockwell-hero {
    margin-bottom: 0; }
    .get-stockwell-hero .image {
      padding-top: 53.21272614%; }
    .get-stockwell-hero .has-ratio {
      background-image: url(/assets/heros/get-stockwell-desktop.jpg); } }

.partner-video-c {
  margin-bottom: 2em; }

@media screen and (max-width: 768px) {
  .store-benefits-module .title {
    font-size: 2.68rem; } }

.verticals-module .verticals-head {
  text-align: center;
  margin-bottom: 10vw; }

.verticals-module img {
  display: block; }

.verticals-module picture {
  display: block; }

.verticals-module article {
  margin-top: 14vw;
  margin-bottom: 10vw;
  padding: 0 5vw;
  max-width: 32rem; }
  .verticals-module article .arrowlink {
    margin-top: 0.5rem; }

@media screen and (min-width: 769px), print {
  .verticals-module {
    padding-top: 11vw !important;
    padding-bottom: 11vw !important;
    background-color: #EFEEEE; }
    .verticals-module .verticals-head {
      margin-bottom: 7vw; }
    .verticals-module article {
      margin: 0 auto; } }

.media.media-blocks {
  display: block; }
  @media screen and (min-width: 769px), print {
    .media.media-blocks {
      display: flex;
      align-items: stretch !important; }
      .media.media-blocks .media-right,
      .media.media-blocks .media-left {
        margin: 0;
        width: 50%; }
      .media.media-blocks .media-right {
        order: 2; }
      .media.media-blocks .media-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: white; } }
.verticals-cta {
  padding: 5rem 0 0;
  text-align: center; }

.case-study-module header {
  margin-bottom: 0; }

.case-study-module picture, .case-study-module video {
  display: block;
  margin: 5rem 0 3rem; }

.case-study-module video[poster] {
  object-fit: cover; }

@media screen and (min-width: 769px), print {
  .case-study-module header {
    margin-bottom: 2rem; }
  .case-study-module picture, .case-study-module video {
    margin: 5rem 0 5rem; }
  .case-study-module .subtitle {
    margin-top: -1.8rem !important;
    margin-bottom: 2.5rem;
    margin-bottom: 3vw;
    font-weight: 600; }
  .case-study-module .content {
    max-width: 85%; }
  .case-study-module .arrowlink {
    margin-top: 2.5rem; }
  .case-study-module video[poster] {
    object-fit: cover; } }

.media.media-stack {
  display: block; }
  @media screen and (min-width: 769px), print {
    .media.media-stack {
      display: flex;
      align-items: stretch !important;
      margin-top: 0 !important;
      padding-top: 0 !important; }
      .media.media-stack .media-right,
      .media.media-stack .media-left {
        margin: 0; }
      .media.media-stack .media-right {
        order: 2; } }
.product-details-module {
  background-color: #d7d7d7; }
  .product-details-module header {
    position: relative;
    margin: 9vw 8.3333333333vw 0;
    z-index: 1; }
  .product-details-module .body-mod {
    padding: 0 4.1666666667vw; }
  .product-details-module .content {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw; }
  .product-details-module .product picture {
    display: block;
    position: relative;
    padding-top: 100%;
    z-index: 0; }
    .product-details-module .product picture img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .product-details-module .product picture .number {
      position: absolute;
      margin: -1.225em; }
      @media screen and (max-width: 768px) {
        .product-details-module .product picture .number {
          font-size: 1rem; } }
    .product-details-module .product picture .number:nth-of-type(1) {
      top: 24%;
      left: 8.5%; }
    .product-details-module .product picture .number:nth-of-type(2) {
      top: 47%;
      left: 31%; }
    .product-details-module .product picture .number:nth-of-type(3) {
      top: 22%;
      left: 50%; }
    .product-details-module .product picture .number:nth-of-type(4) {
      bottom: 38%;
      right: 30.5%; }
  .product-details-module .number {
    margin: 0 0 1.95rem 0;
    padding: 0;
    font-size: 1.3333333333rem;
    width: 2.45em;
    height: 2.45em; }
    @media screen and (min-width: 769px), print {
      .product-details-module .number {
        font-size: 0.7777777778rem; } }
  @media screen and (max-width: 768px) {
    .product-details-module .body-mod {
      margin-top: -5vw; }
      .product-details-module .body-mod .media {
        flex-direction: column;
        margin-bottom: 3rem; } }
  @media screen and (min-width: 769px), print {
    .product-details-module {
      padding-bottom: 4.5vw !important; }
      .product-details-module header {
        margin: 3.5vw 8.3333333333vw 0; }
      .product-details-module .body-mod {
        padding: 0 8.3333333333vw 0 0; }
        .product-details-module .body-mod .column {
          margin-bottom: 2rem; }
      .product-details-module .product picture {
        margin-left: 1.6666666667vw;
        width: 96%; }
      .product-details-module .content {
        position: relative;
        padding: 8.8vw 0 0 0;
        z-index: 1; }
        .product-details-module .content .media {
          margin-left: -2.5rem;
          margin-bottom: 3rem; }
        .product-details-module .content h4 {
          margin-bottom: .25rem; } }
section.security-module .wrap {
  text-align: left; }

.security-module picture,
.security-module img,
.locations-module picture,
.locations-module img {
  position: relative;
  display: block; }

.security-module .location-pin,
.locations-module .location-pin {
  position: absolute;
  margin: -3.5em;
  width: 7em;
  text-align: center;
  color: #da291c; }
  .security-module .location-pin .location-pin-circle,
  .locations-module .location-pin .location-pin-circle {
    display: block;
    margin: 0 auto 0.3em;
    width: 3.4em;
    height: 3.4em;
    background: white url(/assets/icons/red-pin.png) center no-repeat;
    border-radius: 50%;
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.35); }
  .security-module .location-pin:nth-of-type(1),
  .locations-module .location-pin:nth-of-type(1) {
    top: 47%;
    left: 11%;
    z-index: 10; }
  .security-module .location-pin:nth-of-type(2),
  .locations-module .location-pin:nth-of-type(2) {
    top: 63%;
    left: 20%;
    z-index: 1; }
  .security-module .location-pin:nth-of-type(3),
  .locations-module .location-pin:nth-of-type(3) {
    top: 74.5%;
    left: 72.4%; }
  .security-module .location-pin:nth-of-type(4),
  .locations-module .location-pin:nth-of-type(4) {
    top: 32%;
    right: 10%; }

@media screen and (min-width: 769px), print {
  .security-module .location-pin,
  .locations-module .location-pin {
    font-size: 1.1em; }
    .security-module .location-pin:nth-of-type(1),
    .locations-module .location-pin:nth-of-type(1) {
      top: 50%;
      left: 14%; }
    .security-module .location-pin:nth-of-type(2),
    .locations-module .location-pin:nth-of-type(2) {
      top: 69%;
      left: 23%; }
    .security-module .location-pin:nth-of-type(3),
    .locations-module .location-pin:nth-of-type(3) {
      top: 83%;
      left: 68.6%; }
    .security-module .location-pin:nth-of-type(4),
    .locations-module .location-pin:nth-of-type(4) {
      top: 34.5%;
      right: 16%; } }

.security-module .wrap,
.locations-module .wrap {
  padding: 18vw 8.3333333333vw 9vw;
  text-align: center; }

@media screen and (min-width: 769px), print {
  .security-module,
  .locations-module {
    padding: 9vw 0; }
    .security-module .column:first-child,
    .locations-module .column:first-child {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .security-module .wrap,
    .locations-module .wrap {
      padding: 0 4.1666666667vw 0 8.3333333333vw;
      text-align: left; } }

.intro-module,
.about-module,
.how-module {
  padding-bottom: 9vw;
  background-color: #EFEEEE; }
  .intro-module header,
  .about-module header,
  .how-module header {
    margin: 0 8.3333333333vw 2rem; }
  .intro-module .content,
  .about-module .content,
  .how-module .content {
    margin: 0 8.3333333333vw; }
  @media screen and (min-width: 769px), print {
    .intro-module,
    .about-module,
    .how-module {
      margin-top: -15vw;
      padding-top: 15vw; }
      .intro-module header,
      .about-module header,
      .how-module header {
        margin: 0 0 5.5rem;
        text-align: center; }
      .intro-module .content,
      .about-module .content,
      .how-module .content {
        column-count: 2;
        column-gap: 4.1666666667vw; } }
  @media screen and (max-width: 768px) {
    .intro-module .section,
    .about-module .section,
    .how-module .section {
      padding: 5.5rem 0 9rem; } }
.founders-module .design-element {
  color: #d7d7d7;
  text-align: center;
  font-weight: bold;
  opacity: 0.2;
  position: relative;
  padding-top: 12vw;
  margin-bottom: -1em;
  font-size: 19vw;
  z-index: -1; }

.founders-module picture,
.founders-module .content {
  display: block;
  margin-bottom: 2.5rem; }

.founders-module img {
  display: block;
  width: 100%; }

@media screen and (min-width: 769px), print {
  .founders-module {
    margin: 0 8.3333333333vw; }
    .founders-module .design-element {
      margin-bottom: -1.09em;
      font-size: 16.4vw; } }

.leadership-module header {
  margin-bottom: 3rem; }

.leadership-module .image {
  margin: 3rem 0 1.5rem; }

@media screen and (max-width: 768px) {
  .leadership-module {
    margin-bottom: 4rem; }
    .leadership-module .image {
      margin-top: 2rem; }
    .leadership-module .content h4 {
      font-size: 3.4vw; }
    .leadership-module .content p {
      font-size: 2.9vw; } }

.join-team-module header {
  margin: 9rem 8.3333333333vw 4rem; }
  .join-team-module header .button {
    margin-top: 2rem; }
  .join-team-module header .cta {
    text-align: center; }
  @media screen and (min-width: 769px), print {
    .join-team-module header {
      margin: 65% 0 0 8.3333333333vw;
      min-height: 35%;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: flex-start;
      text-align: left; }
      .join-team-module header .title {
        display: block;
        margin-right: 4vw; }
      .join-team-module header .cta {
        text-align: left; } }
.ratio-jobs {
  padding-top: 83.70%; }
  @media screen and (min-width: 769px), print {
    .ratio-jobs {
      padding-top: 56.25%; } }
.intro-module {
  padding-bottom: 0; }
  .intro-module .subtitle {
    margin-left: auto;
    margin-right: auto;
    max-width: 78rem;
    font-size: 2.15rem;
    margin-bottom: 3rem; }
  @media screen and (max-width: 768px) {
    .intro-module .section {
      padding-top: 5.5rem;
      padding-top: 6rem;
      padding-bottom: 5rem; } }
  @media screen and (min-width: 769px), print {
    .intro-module .section {
      padding-bottom: 5vw; } }
.culture-module {
  padding: 0 0 16vw;
  background-color: #EFEEEE; }
  .culture-module header {
    margin: 3rem 8.3333333333vw 0; }
    .culture-module header .title {
      margin-bottom: 2.5rem; }
    .culture-module header .button {
      margin-top: 2rem; }
  @media screen and (min-width: 769px), print {
    .culture-module {
      padding-bottom: 3rem; }
      .culture-module header {
        margin-top: 0;
        margin-left: 3vw;
        margin-right: 8.3333333333vw;
        text-align: left; }
        .culture-module header .title {
          margin-right: -5vw; } }
.perks-module {
  position: relative;
  background-color: #EFEEEE; }
  .perks-module .perk-carousel {
    position: relative; }
  @media screen and (max-width: 768px) {
    .perks-module .red-ball {
      bottom: 12vw;
      right: -28vw;
      position: absolute;
      width: 47vw;
      height: 47vw;
      border-radius: 23.5vw;
      background-color: #da291c;
      z-index: 0; }
    .perks-module .perk-carousel {
      --width: 100vw;
      --page-gutter: 8.333vw;
      --gutter: 1.6vw; }
      .perks-module .perk-carousel .scroll {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        display: flex;
        box-sizing: border-box;
        margin: 6rem -8.3333333333vw 2.5rem;
        padding-left: calc(var(--page-gutter) - 0.5 * var(--gutter));
        width: var(--width); }
        .perks-module .perk-carousel .scroll::-webkit-scrollbar {
          display: none; }
      .perks-module .perk-carousel .scroll-item {
        position: relative;
        display: block;
        margin: 0 var(--gutter);
        padding-top: 50%;
        width: calc(var(--width) - 2 * var(--page-gutter));
        flex-shrink: 0;
        flex-grow: 0;
        scroll-snap-align: center;
        box-sizing: border-box; }
        .perks-module .perk-carousel .scroll-item img {
          bottom: 0;
          left: 0;
          position: absolute;
          right: 0;
          top: 0;
          object-fit: cover; }
        .perks-module .perk-carousel .scroll-item:last-child {
          width: var(--page-gutter); } }
  @media screen and (min-width: 769px), print {
    .perks-module {
      background-image: linear-gradient(to bottom, #EFEEEE 73%, white 73%); }
      .perks-module .red-ball {
        top: 9vw;
        right: -7vw;
        position: absolute;
        width: 28vw;
        height: 28vw;
        border-radius: 14vw;
        background-color: #da291c;
        z-index: 0; }
      .perks-module ul::after {
        clear: both;
        content: " ";
        display: table; }
      .perks-module li {
        position: relative;
        display: block;
        z-index: 1; }
        .perks-module li img {
          display: block;
          max-width: 40.625vw; }
      .perks-module li:nth-child(1) {
        margin-bottom: 2.0833333333vw;
        float: right; }
        .perks-module li:nth-child(1) img {
          max-width: 29.1666666667vw; }
      .perks-module li:nth-child(2) {
        float: left;
        clear: right; }
      .perks-module li:nth-child(3) {
        float: right; }
      .perks-module header {
        float: left;
        margin-left: 8.3333333333vw; }
      .perks-module .content {
        width: 35vw;
        column-count: 2;
        column-gap: 2.0833333333vw; }
      .perks-module .grey-ball {
        display: block;
        bottom: -5vw;
        left: 3.5vw;
        position: absolute;
        width: 12vw;
        height: 12vw;
        border-radius: 6vw;
        background-color: #d7d7d7;
        z-index: 0; } }
.employment-location-module > header {
  text-align: center; }
  .employment-location-module > header .title + .subtitle {
    max-width: none; }
    @media screen and (max-width: 768px) {
      .employment-location-module > header .title + .subtitle {
        margin: 2.5rem 0 6rem; } }
@media screen and (max-width: 768px) {
  .employment-location-module.section {
    padding-bottom: 20vw; } }

.employment-location-module figure picture {
  position: relative;
  z-index: 1; }

.employment-location-module figcaption {
  display: none; }

.employment-location-module .city-cta {
  display: flex;
  justify-content: space-between; }

.employment-location-module .arrowlink {
  margin-top: 3rem; }

.employment-location-module .location-description header {
  margin-top: 2.5rem; }

.employment-location-module .location-hq .location-hq-pictures {
  display: none; }

.employment-location-module .location-hq .location-hq-description p {
  margin: 2.5rem 0 0; }

@media screen and (min-width: 769px), print {
  .employment-location-module.section {
    padding-top: 20vw;
    padding-bottom: 4.5rem; }
  .employment-location-module .location-description header {
    margin-top: 3.5rem; }
  .employment-location-module figcaption {
    display: block;
    margin-top: 10vw;
    font-size: 17vw;
    line-height: 0.6;
    color: #d7d7d7;
    text-align: center;
    font-weight: bold;
    opacity: 0.2; }
  .employment-location-module .city-cta {
    display: block; }
  .employment-location-module .location-hq {
    position: relative;
    margin-right: -8.3333333333vw; }
    .employment-location-module .location-hq::after {
      clear: both;
      content: " ";
      display: table; }
    .employment-location-module .location-hq figure {
      margin-bottom: 3rem; }
    .employment-location-module .location-hq .location-hq-description {
      display: inline-block;
      width: 24vw; }
    .employment-location-module .location-hq .location-hq-pictures {
      position: relative;
      display: block;
      float: right;
      height: 28vw;
      font-size: 0;
      text-align: right; }
      .employment-location-module .location-hq .location-hq-pictures .red-ball {
        bottom: -16%;
        right: 38.5%;
        position: absolute;
        width: 19vw;
        height: 19vw;
        border-radius: 9.5vw;
        background-color: #da291c;
        z-index: 0; }
      .employment-location-module .location-hq .location-hq-pictures .first-picture,
      .employment-location-module .location-hq .location-hq-pictures .second-picture {
        position: relative;
        display: inline-block;
        margin-left: 2.0833333333vw; }
        .employment-location-module .location-hq .location-hq-pictures .first-picture img,
        .employment-location-module .location-hq .location-hq-pictures .second-picture img {
          display: block;
          height: 28vw;
          width: auto; } }

.employment-location-module .location-warehouse .arrowlink {
  margin-top: 0; }

@media screen and (min-width: 769px), print {
  .employment-location-module .location-warehouse .arrowlink {
    margin: 3rem 0 8rem; }
  .employment-location-module .location-warehouse figure {
    position: relative;
    display: block; }
    .employment-location-module .location-warehouse figure .grey-ball {
      bottom: -3vw;
      left: 29vw;
      position: absolute;
      width: 14vw;
      height: 14vw;
      border-radius: 7vw;
      background-color: #2f333d;
      z-index: 0; }
  .employment-location-module .location-warehouse .location-description {
    margin-left: 8.3333333333vw; } }

.location-carousel {
  --carousel-width: 100%;
  position: relative;
  width: var(--carousel-width); }
  @media screen and (max-width: 768px) {
    .location-carousel .arrowlink {
      margin-top: 0; }
    .location-carousel .scroll-item {
      margin-top: 5rem; } }
  @media screen and (min-width: 769px), print {
    .location-carousel {
      margin-top: 9vw; }
      .location-carousel .ball-left {
        left: -4vw;
        top: 10vw;
        position: absolute;
        width: 14vw;
        height: 14vw;
        border-radius: 7vw;
        background-color: #da291c;
        z-index: 0; }
      .location-carousel .ball-right {
        right: -3vw;
        top: 29vw;
        position: absolute;
        width: 8vw;
        height: 8vw;
        border-radius: 4vw;
        background-color: #da291c;
        z-index: 0; }
      .location-carousel .scroll {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        width: 100%;
        height: 100%;
        white-space: nowrap; }
        .location-carousel .scroll::-webkit-scrollbar {
          display: none; }
      .location-carousel .scroll-item {
        scroll-snap-align: center;
        display: inline-block;
        margin: 2.5rem 0.5208333333vw 0;
        width: 26.875vw; }
      .location-carousel .scroll-item:first-child {
        margin-left: 0; }
      .location-carousel .scroll-item:last-child {
        margin-right: 0; } }
.pagination-arrows .number {
  font-size: 2.1111111111rem;
  box-shadow: 0 1.3em 2.2em 0.3em rgba(47, 51, 61, 0.21);
  font-weight: 300; }
  .pagination-arrows .number:first-child {
    margin-right: 1.9rem; }
  .pagination-arrows .number:last-child {
    margin-right: 0; }

.employee-reviews-module {
  position: relative; }
  .employee-reviews-module header {
    padding: 12vw 8.3333333333vw;
    text-align: center; }
  .employee-reviews-module .employee-copy {
    margin-top: 2.5rem; }
  .employee-reviews-module .employee-carousel {
    --width: 100vw;
    position: relative; }
    .employee-reviews-module .employee-carousel .scroll {
      display: flex;
      margin: 0;
      width: var(--width); }
    .employee-reviews-module .employee-carousel .scroll-item {
      position: relative;
      width: var(--width);
      flex-shrink: 0;
      scroll-snap-align: center;
      box-sizing: border-box;
      padding: 0 8.3333333333vw; }
    .employee-reviews-module .employee-carousel .pagination-arrows {
      margin-left: 8.3333333333vw;
      text-align: center; }
  @media screen and (min-width: 769px), print {
    .employee-reviews-module .employee-carousel {
      padding-top: 16vw; }
      .employee-reviews-module .employee-carousel .blocker {
        position: absolute;
        top: 0;
        right: 0;
        left: 33.3vw;
        bottom: 5rem;
        background-color: #EFEEEE;
        z-index: 5;
        opacity: 1;
        pointer-events: none; }
      .employee-reviews-module .employee-carousel .pagination-arrows {
        text-align: left; }
    .employee-reviews-module header {
      position: absolute;
      top: 20.5vw;
      left: 41.66vw;
      width: 43rem;
      text-align: left;
      padding: 0;
      pointer-events: none;
      z-index: 10; }
    .employee-reviews-module picture {
      float: left;
      display: block;
      width: 33.3vw; }
    .employee-reviews-module .employee-copy {
      position: relative;
      z-index: 15;
      float: left;
      margin-top: 16vw;
      margin-left: 8.3333333333vw;
      width: 41.6666666667vw; }
      .employee-reviews-module .employee-copy .subtitle {
        margin-bottom: 2.5rem; }
      .employee-reviews-module .employee-copy p {
        margin-bottom: 2.5rem; }
        .employee-reviews-module .employee-copy p:last-child {
          margin-bottom: 0; }
    .employee-reviews-module .employee-carousel .scroll-item {
      padding: 0; }
    .employee-reviews-module .employee-carousel .pagination-arrows {
      position: relative;
      z-index: 10;
      margin-left: 41.6666666667vw; } }
  .employee-reviews-module .employee-quotes {
    padding: 9vw 8.3333333333vw;
    text-align: center; }
    .employee-reviews-module .employee-quotes .title {
      margin: 8rem 0 6rem;
      text-align: center; }
    .employee-reviews-module .employee-quotes .quote {
      font-weight: 600;
      line-height: 1.55; }
  @media screen and (min-width: 769px), print {
    .employee-reviews-module .employee-quotes {
      text-align: left;
      padding: 9vw 16.6666666667vw 0; }
      .employee-reviews-module .employee-quotes .quote {
        font-weight: 300; }
      .employee-reviews-module .employee-quotes .columns {
        margin: 0 8.3333333333vw; }
      .employee-reviews-module .employee-quotes .column {
        display: flex;
        flex-direction: column;
        justify-content: space-between; } }
.media.quotee {
  display: inline-flex;
  margin: 3rem auto 6rem;
  align-items: center; }
  .media.quotee .media-left {
    margin-right: 1.25rem; }
  .media.quotee img {
    display: block;
    width: 12.5vw; }
  @media screen and (min-width: 769px), print {
    .media.quotee {
      display: flex;
      margin: 3rem 1rem; }
      .media.quotee .media-left {
        margin-right: 1.75rem; }
        .media.quotee .media-left img {
          width: 4.4rem; } }
.supplier-hero {
  padding-bottom: 8.5vw; }
  .supplier-hero .subtitle {
    padding: 3rem 5vw;
    max-width: none;
    text-align: center; }

@media screen and (min-width: 769px), print {
  .supplier-module {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important; } }

.supplier-module .subtitle {
  max-width: none; }

.media.media-supplier {
  display: block;
  padding-top: 10vw; }
  .media.media-supplier .media-content {
    padding: 8.3333333333vw; }
  @media screen and (min-width: 769px), print {
    .media.media-supplier {
      display: flex;
      align-items: stretch !important; }
      .media.media-supplier .media-right,
      .media.media-supplier .media-left {
        margin: 0;
        width: 50%; }
      .media.media-supplier .media-right {
        order: 2; }
      .media.media-supplier .media-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0; } }
.list-module .title {
  margin-bottom: 4rem; }

.list-module .list-body {
  margin-bottom: 4rem; }

.list-module .number {
  font-size: 0.8rem;
  margin-right: 0; }

@media screen and (min-width: 769px), print {
  .list-module .list-body {
    padding: 0 8.3333333333vw 3rem; }
  .list-module .title {
    margin-bottom: 7rem;
    text-indent: -3rem; }
  .list-module .media {
    margin-bottom: 3vw; }
  .list-module .number {
    margin-right: 0.5em; } }

.case-hero {
  padding: 3rem 0 0.5rem; }
  .case-hero .hero-body {
    position: relative; }
  .case-hero figure {
    display: block; }
  .case-hero figcaption {
    color: #97999E; }
  .case-hero header .subtitle {
    color: #da291c;
    font-size: 1.5555555556rem; }
  @media screen and (max-width: 768px) {
    .case-hero figcaption {
      padding: 1em 8.3333333333vw; }
    .case-hero header {
      padding: 0 8.3333333333vw 8.3333333333vw;
      text-align: center; }
      .case-hero header .title {
        font-size: 5.5555555556rem; } }
  @media screen and (min-width: 769px), print {
    .case-hero {
      padding: 8rem 0 11rem; }
      .case-hero figure {
        width: 66.66%; }
      .case-hero figcaption {
        text-align: center; }
      .case-hero header {
        position: absolute;
        right: 8.3333333333vw;
        bottom: 6.25vw;
        text-align: right; }
        .case-hero header .title {
          margin-bottom: 0;
          font-size: 7.9vw;
          line-height: 1; } }
.case-module header {
  margin-bottom: 4rem; }

.case-module blockquote {
  margin: 5rem 0 !important;
  padding: 0 0 0 8.3333333333vw;
  font-weight: 400;
  font-size: 2.7777777778rem;
  border-left: 0.2em solid #da291c;
  line-height: 1.25; }
  .case-module blockquote span {
    position: relative;
    display: inline; }
    .case-module blockquote span::before {
      position: absolute;
      top: 0;
      left: -0.5em;
      content: '“'; }
    .case-module blockquote span::after {
      position: absolute;
      right: -0.5em;
      bottom: 0;
      content: '”'; }

@media screen and (min-width: 769px), print {
  .case-module {
    padding: 6rem 25vw 13.75rem !important; }
    .case-module blockquote {
      margin: 5rem -10.4166666667vw 6rem !important;
      padding: 0 10.4166666667vw;
      font-size: 3.7777777778rem;
      border-left: 0.25em solid #da291c;
      line-height: 1; } }

@media screen and (max-width: 768px) {
  .landing-module.section {
    padding-top: 2rem; } }

@media screen and (min-width: 769px), print {
  .landing-module {
    margin-top: -1rem; } }

.landing-module .landing-head .subtitle {
  margin-top: 3rem; }

.landing-module .landing-body {
  padding: 5.5rem 0 0; }
  .landing-module .landing-body .column {
    margin-bottom: 3rem; }
  .landing-module .landing-body .is-centered {
    text-align: center; }

.landing-module .landing-image {
  margin: 0 -8.3333333333vw; }
  .landing-module .landing-image iframe {
    height: default; }

.landing-module .content h4 {
  margin-bottom: 0; }

.landing-module .extra-mobile-cta {
  display: none; }

@media screen and (min-width: 769px), print {
  .landing-module .landing-image {
    margin: 0; } }

@media screen and (max-width: 768px) {
  .landing-module .column {
    padding: 0; }
  .landing-module .landing-head .title {
    margin-top: 0; }
  .landing-module .landing-body {
    padding: 2.5rem 0; }
  .landing-module .extra-mobile-cta {
    display: block; }
  .landing-module .landing-body .media {
    flex-direction: row; } }

.landing-module .tag-bullet {
  margin: 0 .5em 0 0;
  padding: 0;
  font-size: 1.5555555556rem;
  width: 2.45em;
  height: 2.45em; }
  @media screen and (min-width: 769px), print {
    .landing-module .tag-bullet {
      margin: -2px 1.2rem 0 4.25rem;
      font-size: 0.7777777778rem; } }
.landing-module.adv2 {
  padding: 4rem;
  margin: 0; }
  @media screen and (min-width: 769px), print {
    .landing-module.adv2 figure {
      margin: auto 1.45rem; } }
  .landing-module.adv2 iframe {
    border-radius: .5rem; }
  .landing-module.adv2 .landing-head .title {
    margin-top: 3rem; }
  @media screen and (min-width: 769px), print {
    .landing-module.adv2 .media-left {
      margin: 0 0 0 .5rem; } }
  @media screen and (max-width: 768px) {
    .landing-module.adv2 {
      padding: 1.5rem; } }
  .landing-module.adv2 header, .landing-module.adv2 .landing-body {
    margin: 1rem 2rem; }
    .landing-module.adv2 header h1, .landing-module.adv2 .landing-body h1 {
      padding: 1rem; }
  .landing-module.adv2 .media-content {
    padding: 0 3rem 0 0; }
  .landing-module.adv2 .tag-bullet {
    margin: 0 .5em 0 2rem;
    padding: 0;
    font-size: 1.5555555556rem;
    width: 2.45em;
    height: 2.45em; }
    @media screen and (min-width: 769px), print {
      .landing-module.adv2 .tag-bullet {
        margin: -2px 1.2rem 0 0;
        font-size: 1.1111111111rem; } }
.bulleted-list {
  list-style: disc;
  margin-left: 20px; }

.button,
.actions .hs-button {
  background-color: white;
  border-color: #EFEEEE;
  border-width: 1px;
  border-radius: 290486px;
  color: #da291c;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.75em - 1px);
  padding-left: 2em;
  padding-right: 2em;
  padding-top: calc(0.75em - 1px);
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 1.3em 2.2em 0.3em rgba(47, 51, 61, 0.21); }
  .button strong,
  .actions .hs-button strong {
    color: inherit; }
  .button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large,
  .actions .hs-button .icon,
  .actions .hs-button .icon.is-small,
  .actions .hs-button .icon.is-medium,
  .actions .hs-button .icon.is-large {
    height: 1.5em;
    width: 1.5em; }
  .button .icon:first-child:not(:last-child),
  .actions .hs-button .icon:first-child:not(:last-child) {
    margin-left: calc(-0.375em - 1px);
    margin-right: 0.1875em; }
  .button .icon:last-child:not(:first-child),
  .actions .hs-button .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: calc(-0.375em - 1px); }
  .button .icon:first-child:last-child,
  .actions .hs-button .icon:first-child:last-child {
    margin-left: calc(-0.375em - 1px);
    margin-right: calc(-0.375em - 1px); }
  .button:hover, .button.is-hovered,
  .actions .hs-button:hover,
  .actions .hs-button.is-hovered {
    border-color: white;
    color: white;
    background-color: #454b5a; }
  .button:focus, .button.is-focused,
  .actions .hs-button:focus,
  .actions .hs-button.is-focused {
    border-color: #3273dc;
    color: #2f333d; }
    .button:focus:not(:active), .button.is-focused:not(:active),
    .actions .hs-button:focus:not(:active),
    .actions .hs-button.is-focused:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(218, 41, 28, 0.25); }
  .button:active, .button.is-active,
  .actions .hs-button:active,
  .actions .hs-button.is-active {
    background-color: #2f333d; }
  .button.is-text,
  .actions .hs-button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: #2f333d;
    text-decoration: underline; }
    .button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused,
    .actions .hs-button.is-text:hover,
    .actions .hs-button.is-text.is-hovered,
    .actions .hs-button.is-text:focus,
    .actions .hs-button.is-text.is-focused {
      background-color: #2f333d;
      color: #da291c; }
    .button.is-text:active, .button.is-text.is-active,
    .actions .hs-button.is-text:active,
    .actions .hs-button.is-text.is-active {
      background-color: #24272f;
      color: #da291c; }
    .button.is-text[disabled], fieldset[disabled] .button.is-text,
    .actions .hs-button.is-text[disabled], fieldset[disabled] .actions .hs-button.is-text {
      background-color: transparent;
      border-color: transparent;
      box-shadow: none; }
  .button.is-primary,
  .actions .hs-button.is-primary {
    background-color: #da291c;
    border-color: transparent;
    color: white; }
    .button.is-primary:hover, .button.is-primary.is-hovered,
    .actions .hs-button.is-primary:hover,
    .actions .hs-button.is-primary.is-hovered {
      border-color: white;
      color: white;
      background-color: #454b5a; }
    .button.is-primary:focus, .button.is-primary.is-focused,
    .actions .hs-button.is-primary:focus,
    .actions .hs-button.is-primary.is-focused {
      border-color: transparent;
      color: white; }
      .button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active),
      .actions .hs-button.is-primary:focus:not(:active),
      .actions .hs-button.is-primary.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(218, 41, 28, 0.25); }
    .button.is-primary:active, .button.is-primary.is-active,
    .actions .hs-button.is-primary:active,
    .actions .hs-button.is-primary.is-active {
      background-color: #2f333d; }
    .button.is-primary[disabled], fieldset[disabled] .button.is-primary,
    .actions .hs-button.is-primary[disabled], fieldset[disabled] .actions .hs-button.is-primary {
      background-color: #da291c;
      border-color: transparent;
      box-shadow: none; }
    .button.is-primary.is-inverted,
    .actions .hs-button.is-primary.is-inverted {
      background-color: white;
      color: #da291c; }
      .button.is-primary.is-inverted:hover,
      .actions .hs-button.is-primary.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted,
      .actions .hs-button.is-primary.is-inverted[disabled], fieldset[disabled] .actions .hs-button.is-primary.is-inverted {
        background-color: white;
        border-color: transparent;
        box-shadow: none;
        color: #da291c; }
    .button.is-primary.is-loading::after,
    .actions .hs-button.is-primary.is-loading::after {
      border-color: transparent transparent white white !important; }
  .button.is-small,
  .actions .hs-button.is-small {
    border-radius: 2px;
    font-size: 1rem; }
  .button.is-normal,
  .actions .hs-button.is-normal {
    font-size: 1.1111111111rem; }
  .button.is-medium,
  .actions .hs-button.is-medium {
    font-size: 1.3333333333rem; }
  .button.is-large,
  .actions .hs-button.is-large {
    font-size: 2.1111111111rem; }
  .button[disabled], fieldset[disabled] .button,
  .actions .hs-button[disabled], fieldset[disabled] .actions .hs-button {
    background-color: white;
    border-color: #EFEEEE;
    box-shadow: none;
    opacity: 0.5; }
  .button.is-fullwidth,
  .actions .hs-button.is-fullwidth {
    display: flex;
    width: 100%; }
  .button.is-loading,
  .actions .hs-button.is-loading {
    color: transparent !important;
    pointer-events: none; }
    .button.is-loading::after,
    .actions .hs-button.is-loading::after {
      position: absolute;
      left: calc(50% - (1em / 2));
      top: calc(50% - (1em / 2));
      position: absolute !important; }
  .button.is-static,
  .actions .hs-button.is-static {
    background-color: whitesmoke;
    border-color: #EFEEEE;
    color: #D8E3E5;
    box-shadow: none;
    pointer-events: none; }
  .button.is-rounded,
  .actions .hs-button.is-rounded {
    border-radius: 290486px;
    padding-left: 1em;
    padding-right: 1em; }

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .buttons .button {
    margin-bottom: 0.5rem; }
    .buttons .button:not(:last-child):not(.is-fullwidth) {
      margin-right: 0.5rem; }
  .buttons:last-child {
    margin-bottom: -0.5rem; }
  .buttons:not(:last-child) {
    margin-bottom: 1rem; }
  .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
    border-radius: 2px;
    font-size: 1rem; }
  .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
    font-size: 1.3333333333rem; }
  .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
    font-size: 2.1111111111rem; }
  .buttons.has-addons .button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .buttons.has-addons .button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px; }
  .buttons.has-addons .button:last-child {
    margin-right: 0; }
  .buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
    z-index: 2; }
  .buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
    z-index: 3; }
    .buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
      z-index: 4; }
  .buttons.has-addons .button.is-expanded {
    flex-grow: 1; }
  .buttons.is-centered {
    justify-content: center; }
  .buttons.is-right {
    justify-content: flex-end; }

.content li + li {
  margin-top: 0.25em; }

.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #2f333d;
  font-weight: 600;
  line-height: 1; }

.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em; }
  .content h1:not(:first-child) {
    margin-top: 1em; }

.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em; }
  .content h2:not(:first-child) {
    margin-top: 1.1428em; }

.content h3 {
  font-size: 2.7777777778rem;
  margin-bottom: 0.125em; }
  .content h3:not(:first-child) {
    margin-top: 1.3333em; }

.content h4,
.content h5 {
  font-size: 2.125rem;
  margin-bottom: 0.71em; }
  @media screen and (min-width: 769px), print {
    .content h4,
    .content h5 {
      font-size: 1.71rem; } }
.content h5 {
  margin-bottom: 0.125em; }

.content h6 {
  margin-bottom: 1em;
  font-weight: 400;
  font-size: 1.71rem; }
  @media screen and (min-width: 769px), print {
    .content h6 {
      font-weight: bold; } }
.content.is-small {
  font-size: 1rem; }

.content.is-medium {
  font-size: 1.3333333333rem; }

.content.is-large {
  font-size: 2.1111111111rem; }

.content p,
.content a {
  font-size: 1.71rem; }

@media screen and (min-width: 769px), print {
  .content p,
  .content a {
    font-size: 1.3333333333rem; } }

.content.no-lead h4 {
  margin-bottom: 0; }

.input,
.textarea {
  background-color: white;
  border-color: #d7d7d7;
  color: #2f333d;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%; }
  .input::-moz-placeholder,
  .textarea::-moz-placeholder {
    color: #2f333d; }
  .input::-webkit-input-placeholder,
  .textarea::-webkit-input-placeholder {
    color: #2f333d; }
  .input:-moz-placeholder,
  .textarea:-moz-placeholder {
    color: #2f333d; }
  .input:-ms-input-placeholder,
  .textarea:-ms-input-placeholder {
    color: #2f333d; }
  .input:hover, .input.is-hovered,
  .textarea:hover,
  .textarea.is-hovered {
    border-color: #d7d7d7; }
  .input:focus, .input.is-focused, .input:active, .input.is-active,
  .textarea:focus,
  .textarea.is-focused,
  .textarea:active,
  .textarea.is-active {
    border-color: #da291c;
    box-shadow: 0 0 0 0.125em rgba(218, 41, 28, 0.25); }
  .input[disabled], fieldset[disabled] .input,
  .textarea[disabled], fieldset[disabled] .textarea {
    background-color: white;
    border-color: white;
    box-shadow: none;
    color: #D8E3E5; }
    .input[disabled]::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder,
    .textarea[disabled]::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder {
      color: rgba(216, 227, 229, 0.3); }
    .input[disabled]::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder,
    .textarea[disabled]::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder {
      color: rgba(216, 227, 229, 0.3); }
    .input[disabled]:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder,
    .textarea[disabled]:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder {
      color: rgba(216, 227, 229, 0.3); }
    .input[disabled]:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder,
    .textarea[disabled]:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder {
      color: rgba(216, 227, 229, 0.3); }
  .input[readonly],
  .textarea[readonly] {
    box-shadow: none; }
  .input.is-white,
  .textarea.is-white {
    border-color: white; }
    .input.is-white:focus, .input.is-white.is-focused, .input.is-white:active, .input.is-white.is-active,
    .textarea.is-white:focus,
    .textarea.is-white.is-focused,
    .textarea.is-white:active,
    .textarea.is-white.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
  .input.is-black,
  .textarea.is-black {
    border-color: #0a0a0a; }
    .input.is-black:focus, .input.is-black.is-focused, .input.is-black:active, .input.is-black.is-active,
    .textarea.is-black:focus,
    .textarea.is-black.is-focused,
    .textarea.is-black:active,
    .textarea.is-black.is-active {
      box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
  .input.is-light,
  .textarea.is-light {
    border-color: whitesmoke; }
    .input.is-light:focus, .input.is-light.is-focused, .input.is-light:active, .input.is-light.is-active,
    .textarea.is-light:focus,
    .textarea.is-light.is-focused,
    .textarea.is-light:active,
    .textarea.is-light.is-active {
      box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
  .input.is-dark,
  .textarea.is-dark {
    border-color: #2f333d; }
    .input.is-dark:focus, .input.is-dark.is-focused, .input.is-dark:active, .input.is-dark.is-active,
    .textarea.is-dark:focus,
    .textarea.is-dark.is-focused,
    .textarea.is-dark:active,
    .textarea.is-dark.is-active {
      box-shadow: 0 0 0 0.125em rgba(47, 51, 61, 0.25); }
  .input.is-primary,
  .textarea.is-primary {
    border-color: #da291c; }
    .input.is-primary:focus, .input.is-primary.is-focused, .input.is-primary:active, .input.is-primary.is-active,
    .textarea.is-primary:focus,
    .textarea.is-primary.is-focused,
    .textarea.is-primary:active,
    .textarea.is-primary.is-active {
      box-shadow: 0 0 0 0.125em rgba(218, 41, 28, 0.25); }
  .input.is-link,
  .textarea.is-link {
    border-color: #da291c; }
    .input.is-link:focus, .input.is-link.is-focused, .input.is-link:active, .input.is-link.is-active,
    .textarea.is-link:focus,
    .textarea.is-link.is-focused,
    .textarea.is-link:active,
    .textarea.is-link.is-active {
      box-shadow: 0 0 0 0.125em rgba(218, 41, 28, 0.25); }
  .input.is-info,
  .textarea.is-info {
    border-color: #209cee; }
    .input.is-info:focus, .input.is-info.is-focused, .input.is-info:active, .input.is-info.is-active,
    .textarea.is-info:focus,
    .textarea.is-info.is-focused,
    .textarea.is-info:active,
    .textarea.is-info.is-active {
      box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
  .input.is-success,
  .textarea.is-success {
    border-color: #23d160; }
    .input.is-success:focus, .input.is-success.is-focused, .input.is-success:active, .input.is-success.is-active,
    .textarea.is-success:focus,
    .textarea.is-success.is-focused,
    .textarea.is-success:active,
    .textarea.is-success.is-active {
      box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); }
  .input.is-warning,
  .textarea.is-warning {
    border-color: #ffdd57; }
    .input.is-warning:focus, .input.is-warning.is-focused, .input.is-warning:active, .input.is-warning.is-active,
    .textarea.is-warning:focus,
    .textarea.is-warning.is-focused,
    .textarea.is-warning:active,
    .textarea.is-warning.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }
  .input.is-danger,
  .textarea.is-danger {
    border-color: #da291c; }
    .input.is-danger:focus, .input.is-danger.is-focused, .input.is-danger:active, .input.is-danger.is-active,
    .textarea.is-danger:focus,
    .textarea.is-danger.is-focused,
    .textarea.is-danger:active,
    .textarea.is-danger.is-active {
      box-shadow: 0 0 0 0.125em rgba(218, 41, 28, 0.25); }
  .input.is-small,
  .textarea.is-small {
    border-radius: 2px;
    font-size: 1rem; }
  .input.is-medium,
  .textarea.is-medium {
    font-size: 1.3333333333rem; }
  .input.is-large,
  .textarea.is-large {
    font-size: 2.1111111111rem; }
  .input.is-fullwidth,
  .textarea.is-fullwidth {
    display: block;
    width: 100%; }
  .input.is-inline,
  .textarea.is-inline {
    display: inline;
    width: auto; }

.input.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em; }

.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0; }

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical; }
  .textarea:not([rows]) {
    max-height: 600px;
    min-height: 120px; }
  .textarea[rows] {
    height: initial; }
  .textarea.has-fixed-size {
    resize: none; }

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative; }
  .checkbox input,
  .radio input {
    cursor: pointer; }
  .checkbox:hover,
  .radio:hover {
    color: #2f333d; }
  .checkbox[disabled], fieldset[disabled] .checkbox,
  .radio[disabled], fieldset[disabled] .radio {
    color: #D8E3E5;
    cursor: not-allowed; }

.radio + .radio {
  margin-left: 0.5em; }

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top; }
  .select:not(.is-multiple) {
    height: 3.5em; }
  .select:not(.is-multiple):not(.is-loading)::after {
    border-color: #da291c;
    right: 1.125em;
    z-index: 4; }
  .select.is-rounded select {
    border-radius: 290486px;
    padding-left: 1em; }
  .select select {
    background-color: white;
    border-color: #d7d7d7;
    color: #2f333d;
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none; }
    .select select::-moz-placeholder {
      color: #2f333d; }
    .select select::-webkit-input-placeholder {
      color: #2f333d; }
    .select select:-moz-placeholder {
      color: #2f333d; }
    .select select:-ms-input-placeholder {
      color: #2f333d; }
    .select select:hover, .select select.is-hovered {
      border-color: #d7d7d7; }
    .select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
      border-color: #da291c;
      box-shadow: 0 0 0 0.125em rgba(218, 41, 28, 0.25); }
    .select select[disabled], fieldset[disabled] .select select {
      background-color: white;
      border-color: white;
      box-shadow: none;
      color: #D8E3E5; }
      .select select[disabled]::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder {
        color: rgba(216, 227, 229, 0.3); }
      .select select[disabled]::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder {
        color: rgba(216, 227, 229, 0.3); }
      .select select[disabled]:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder {
        color: rgba(216, 227, 229, 0.3); }
      .select select[disabled]:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder {
        color: rgba(216, 227, 229, 0.3); }
    .select select::-ms-expand {
      display: none; }
    .select select[disabled]:hover, fieldset[disabled] .select select:hover {
      border-color: white; }
    .select select:not([multiple]) {
      padding-right: 2.5em; }
    .select select[multiple] {
      height: auto;
      padding: 0; }
      .select select[multiple] option {
        padding: 0.5em 1em; }
  .select:not(.is-multiple):not(.is-loading):hover::after {
    border-color: #2f333d; }
  .select.is-white:not(:hover)::after {
    border-color: white; }
  .select.is-white select {
    border-color: white; }
    .select.is-white select:hover, .select.is-white select.is-hovered {
      border-color: #f2f2f2; }
    .select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
  .select.is-black:not(:hover)::after {
    border-color: #0a0a0a; }
  .select.is-black select {
    border-color: #0a0a0a; }
    .select.is-black select:hover, .select.is-black select.is-hovered {
      border-color: black; }
    .select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
      box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
  .select.is-light:not(:hover)::after {
    border-color: whitesmoke; }
  .select.is-light select {
    border-color: whitesmoke; }
    .select.is-light select:hover, .select.is-light select.is-hovered {
      border-color: #e8e8e8; }
    .select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
      box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
  .select.is-dark:not(:hover)::after {
    border-color: #2f333d; }
  .select.is-dark select {
    border-color: #2f333d; }
    .select.is-dark select:hover, .select.is-dark select.is-hovered {
      border-color: #24272f; }
    .select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
      box-shadow: 0 0 0 0.125em rgba(47, 51, 61, 0.25); }
  .select.is-primary:not(:hover)::after {
    border-color: #da291c; }
  .select.is-primary select {
    border-color: #da291c; }
    .select.is-primary select:hover, .select.is-primary select.is-hovered {
      border-color: #c32519; }
    .select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
      box-shadow: 0 0 0 0.125em rgba(218, 41, 28, 0.25); }
  .select.is-link:not(:hover)::after {
    border-color: #da291c; }
  .select.is-link select {
    border-color: #da291c; }
    .select.is-link select:hover, .select.is-link select.is-hovered {
      border-color: #c32519; }
    .select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
      box-shadow: 0 0 0 0.125em rgba(218, 41, 28, 0.25); }
  .select.is-info:not(:hover)::after {
    border-color: #209cee; }
  .select.is-info select {
    border-color: #209cee; }
    .select.is-info select:hover, .select.is-info select.is-hovered {
      border-color: #118fe4; }
    .select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
      box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
  .select.is-success:not(:hover)::after {
    border-color: #23d160; }
  .select.is-success select {
    border-color: #23d160; }
    .select.is-success select:hover, .select.is-success select.is-hovered {
      border-color: #20bc56; }
    .select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
      box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); }
  .select.is-warning:not(:hover)::after {
    border-color: #ffdd57; }
  .select.is-warning select {
    border-color: #ffdd57; }
    .select.is-warning select:hover, .select.is-warning select.is-hovered {
      border-color: #ffd83d; }
    .select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }
  .select.is-danger:not(:hover)::after {
    border-color: #da291c; }
  .select.is-danger select {
    border-color: #da291c; }
    .select.is-danger select:hover, .select.is-danger select.is-hovered {
      border-color: #c32519; }
    .select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
      box-shadow: 0 0 0 0.125em rgba(218, 41, 28, 0.25); }
  .select.is-small {
    border-radius: 2px;
    font-size: 1rem; }
  .select.is-medium {
    font-size: 1.3333333333rem; }
  .select.is-large {
    font-size: 2.1111111111rem; }
  .select.is-disabled::after {
    border-color: #D8E3E5; }
  .select.is-fullwidth {
    width: 100%; }
    .select.is-fullwidth select {
      width: 100%; }
  .select.is-loading::after {
    margin-top: 0;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    transform: none; }
  .select.is-loading.is-small:after {
    font-size: 1rem; }
  .select.is-loading.is-medium:after {
    font-size: 1.3333333333rem; }
  .select.is-loading.is-large:after {
    font-size: 2.1111111111rem; }

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative; }
  .file.is-white .file-cta {
    background-color: white;
    border-color: transparent;
    color: #0a0a0a; }
  .file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #0a0a0a; }
  .file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
    color: #0a0a0a; }
  .file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #0a0a0a; }
  .file.is-black .file-cta {
    background-color: #0a0a0a;
    border-color: transparent;
    color: white; }
  .file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
    background-color: #040404;
    border-color: transparent;
    color: white; }
  .file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
    color: white; }
  .file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
    background-color: black;
    border-color: transparent;
    color: white; }
  .file.is-light .file-cta {
    background-color: whitesmoke;
    border-color: transparent;
    color: #2f333d; }
  .file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
    background-color: #eeeeee;
    border-color: transparent;
    color: #2f333d; }
  .file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
    color: #2f333d; }
  .file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
    background-color: #e8e8e8;
    border-color: transparent;
    color: #2f333d; }
  .file.is-dark .file-cta {
    background-color: #2f333d;
    border-color: transparent;
    color: whitesmoke; }
  .file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
    background-color: #292d36;
    border-color: transparent;
    color: whitesmoke; }
  .file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(47, 51, 61, 0.25);
    color: whitesmoke; }
  .file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
    background-color: #24272f;
    border-color: transparent;
    color: whitesmoke; }
  .file.is-primary .file-cta {
    background-color: #da291c;
    border-color: transparent;
    color: #fff; }
  .file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
    background-color: #cf271b;
    border-color: transparent;
    color: #fff; }
  .file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(218, 41, 28, 0.25);
    color: #fff; }
  .file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
    background-color: #c32519;
    border-color: transparent;
    color: #fff; }
  .file.is-link .file-cta {
    background-color: #da291c;
    border-color: transparent;
    color: #fff; }
  .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
    background-color: #cf271b;
    border-color: transparent;
    color: #fff; }
  .file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(218, 41, 28, 0.25);
    color: #fff; }
  .file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
    background-color: #c32519;
    border-color: transparent;
    color: #fff; }
  .file.is-info .file-cta {
    background-color: #209cee;
    border-color: transparent;
    color: #fff; }
  .file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
    background-color: #1496ed;
    border-color: transparent;
    color: #fff; }
  .file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
    color: #fff; }
  .file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
    background-color: #118fe4;
    border-color: transparent;
    color: #fff; }
  .file.is-success .file-cta {
    background-color: #23d160;
    border-color: transparent;
    color: #fff; }
  .file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
    background-color: #22c65b;
    border-color: transparent;
    color: #fff; }
  .file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
    color: #fff; }
  .file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
    background-color: #20bc56;
    border-color: transparent;
    color: #fff; }
  .file.is-warning .file-cta {
    background-color: #ffdd57;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
    background-color: #ffdb4a;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
    color: rgba(0, 0, 0, 0.7); }
  .file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
    background-color: #ffd83d;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-danger .file-cta {
    background-color: #da291c;
    border-color: transparent;
    color: #fff; }
  .file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
    background-color: #cf271b;
    border-color: transparent;
    color: #fff; }
  .file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(218, 41, 28, 0.25);
    color: #fff; }
  .file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
    background-color: #c32519;
    border-color: transparent;
    color: #fff; }
  .file.is-small {
    font-size: 1rem; }
  .file.is-medium {
    font-size: 1.3333333333rem; }
    .file.is-medium .file-icon .fa {
      font-size: 21px; }
  .file.is-large {
    font-size: 2.1111111111rem; }
    .file.is-large .file-icon .fa {
      font-size: 28px; }
  .file.has-name .file-cta {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .file.has-name .file-name {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .file.has-name.is-empty .file-cta {
    border-radius: 0; }
  .file.has-name.is-empty .file-name {
    display: none; }
  .file.is-boxed .file-label {
    flex-direction: column; }
  .file.is-boxed .file-cta {
    flex-direction: column;
    height: auto;
    padding: 1em 3em; }
  .file.is-boxed .file-name {
    border-width: 0 1px 1px; }
  .file.is-boxed .file-icon {
    height: 1.5em;
    width: 1.5em; }
    .file.is-boxed .file-icon .fa {
      font-size: 21px; }
  .file.is-boxed.is-small .file-icon .fa {
    font-size: 14px; }
  .file.is-boxed.is-medium .file-icon .fa {
    font-size: 28px; }
  .file.is-boxed.is-large .file-icon .fa {
    font-size: 35px; }
  .file.is-boxed.has-name .file-cta {
    border-radius: 0 0 0 0; }
  .file.is-boxed.has-name .file-name {
    border-radius: 0 0 0 0;
    border-width: 0 1px 1px; }
  .file.is-centered {
    justify-content: center; }
  .file.is-fullwidth .file-label {
    width: 100%; }
  .file.is-fullwidth .file-name {
    flex-grow: 1;
    max-width: none; }
  .file.is-right {
    justify-content: flex-end; }
    .file.is-right .file-cta {
      border-radius: 0 0 0 0; }
    .file.is-right .file-name {
      border-radius: 0 0 0 0;
      border-width: 1px 0 1px 1px;
      order: -1; }

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative; }
  .file-label:hover .file-cta {
    background-color: #eeeeee;
    color: #2f333d; }
  .file-label:hover .file-name {
    border-color: #e9e7e7; }
  .file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #2f333d; }
  .file-label:active .file-name {
    border-color: #e3e1e1; }

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%; }

.file-cta,
.file-name {
  border-color: #EFEEEE;
  border-radius: 0;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap; }

.file-cta {
  background-color: whitesmoke;
  color: #97999E; }

.file-name {
  border-color: #EFEEEE;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis; }

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em; }
  .file-icon .fa {
    font-size: 14px; }

.label {
  color: #2f333d;
  display: block;
  font-size: 1.1111111111rem;
  font-weight: 700; }
  .label:not(:last-child) {
    margin-bottom: 0.5em; }
  .label.is-small {
    font-size: 1rem; }
  .label.is-medium {
    font-size: 1.3333333333rem; }
  .label.is-large {
    font-size: 2.1111111111rem; }

.help {
  display: block;
  font-size: 1rem;
  margin-top: 0.25rem; }
  .help.is-white {
    color: white; }
  .help.is-black {
    color: #0a0a0a; }
  .help.is-light {
    color: whitesmoke; }
  .help.is-dark {
    color: #2f333d; }
  .help.is-primary {
    color: #da291c; }
  .help.is-link {
    color: #da291c; }
  .help.is-info {
    color: #209cee; }
  .help.is-success {
    color: #23d160; }
  .help.is-warning {
    color: #ffdd57; }
  .help.is-danger {
    color: #da291c; }

.field:not(:last-child) {
  margin-bottom: 0.75rem; }

.field.has-addons {
  display: flex;
  justify-content: flex-start; }
  .field.has-addons .control:not(:last-child) {
    margin-right: -1px; }
  .field.has-addons .control:not(:first-child):not(:last-child) .button,
  .field.has-addons .control:not(:first-child):not(:last-child) .input,
  .field.has-addons .control:not(:first-child):not(:last-child) .select select {
    border-radius: 0; }
  .field.has-addons .control:first-child:not(:only-child) .button,
  .field.has-addons .control:first-child:not(:only-child) .input,
  .field.has-addons .control:first-child:not(:only-child) .select select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .field.has-addons .control:last-child:not(:only-child) .button,
  .field.has-addons .control:last-child:not(:only-child) .input,
  .field.has-addons .control:last-child:not(:only-child) .select select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
  .field.has-addons .control .input:not([disabled]):hover,
  .field.has-addons .control .input:not([disabled]).is-hovered,
  .field.has-addons .control .select select:not([disabled]):hover,
  .field.has-addons .control .select select:not([disabled]).is-hovered {
    z-index: 2; }
  .field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
  .field.has-addons .control .input:not([disabled]):focus,
  .field.has-addons .control .input:not([disabled]).is-focused,
  .field.has-addons .control .input:not([disabled]):active,
  .field.has-addons .control .input:not([disabled]).is-active,
  .field.has-addons .control .select select:not([disabled]):focus,
  .field.has-addons .control .select select:not([disabled]).is-focused,
  .field.has-addons .control .select select:not([disabled]):active,
  .field.has-addons .control .select select:not([disabled]).is-active {
    z-index: 3; }
    .field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
    .field.has-addons .control .input:not([disabled]):focus:hover,
    .field.has-addons .control .input:not([disabled]).is-focused:hover,
    .field.has-addons .control .input:not([disabled]):active:hover,
    .field.has-addons .control .input:not([disabled]).is-active:hover,
    .field.has-addons .control .select select:not([disabled]):focus:hover,
    .field.has-addons .control .select select:not([disabled]).is-focused:hover,
    .field.has-addons .control .select select:not([disabled]):active:hover,
    .field.has-addons .control .select select:not([disabled]).is-active:hover {
      z-index: 4; }
  .field.has-addons .control.is-expanded {
    flex-grow: 1; }
  .field.has-addons.has-addons-centered {
    justify-content: center; }
  .field.has-addons.has-addons-right {
    justify-content: flex-end; }
  .field.has-addons.has-addons-fullwidth .control {
    flex-grow: 1;
    flex-shrink: 0; }

.field.is-grouped {
  display: flex;
  justify-content: flex-start; }
  .field.is-grouped > .control {
    flex-shrink: 0; }
    .field.is-grouped > .control:not(:last-child) {
      margin-bottom: 0;
      margin-right: 0.75rem;
      margin-right: 2rem; }
    .field.is-grouped > .control.is-expanded {
      flex-grow: 1;
      flex-shrink: 1; }
  .field.is-grouped.is-grouped-centered {
    justify-content: center; }
  .field.is-grouped.is-grouped-right {
    justify-content: flex-end; }
  .field.is-grouped.is-grouped-multiline {
    flex-wrap: wrap; }
    .field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
      margin-bottom: 0.75rem; }
    .field.is-grouped.is-grouped-multiline:last-child {
      margin-bottom: -0.75rem; }
    .field.is-grouped.is-grouped-multiline:not(:last-child) {
      margin-bottom: 0; }

@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex; } }

.field-label .label {
  font-size: inherit; }

@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem; } }

@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right; }
    .field-label.is-small {
      font-size: 1rem;
      padding-top: 0.375em; }
    .field-label.is-normal {
      padding-top: 0.375em; }
    .field-label.is-medium {
      font-size: 1.3333333333rem;
      padding-top: 0.375em; }
    .field-label.is-large {
      font-size: 2.1111111111rem;
      padding-top: 0.375em; } }

.field-body .field .field {
  margin-bottom: 0; }

@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1; }
    .field-body .field {
      margin-bottom: 0; }
    .field-body > .field {
      flex-shrink: 1; }
      .field-body > .field:not(.is-narrow) {
        flex-grow: 1; }
      .field-body > .field:not(:last-child) {
        margin-right: 0.75rem; } }

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1.1111111111rem;
  position: relative;
  text-align: left; }
  .control.has-icons-left .input:focus ~ .icon,
  .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
  .control.has-icons-right .select:focus ~ .icon {
    color: #D8E3E5; }
  .control.has-icons-left .input.is-small ~ .icon,
  .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
  .control.has-icons-right .select.is-small ~ .icon {
    font-size: 1rem; }
  .control.has-icons-left .input.is-medium ~ .icon,
  .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
  .control.has-icons-right .select.is-medium ~ .icon {
    font-size: 1.3333333333rem; }
  .control.has-icons-left .input.is-large ~ .icon,
  .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
  .control.has-icons-right .select.is-large ~ .icon {
    font-size: 2.1111111111rem; }
  .control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #EFEEEE;
    height: 3.5em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 3.5em;
    z-index: 4; }
  .control.has-icons-left .input,
  .control.has-icons-left .select select {
    padding-left: 3.5em; }
  .control.has-icons-left .icon.is-left {
    left: 0; }
  .control.has-icons-right .input,
  .control.has-icons-right .select select {
    padding-right: 3.5em; }
  .control.has-icons-right .icon.is-right {
    right: 0; }
  .control.is-loading::after {
    position: absolute !important;
    right: 0.625em;
    top: 0.625em;
    z-index: 4; }
  .control.is-loading.is-small:after {
    font-size: 1rem; }
  .control.is-loading.is-medium:after {
    font-size: 1.3333333333rem; }
  .control.is-loading.is-large:after {
    font-size: 2.1111111111rem; }

.section.is-contact {
  padding-top: 2rem;
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 1088px) {
    .section.is-contact {
      width: 50%; } }
.hs-form {
  font-size: 1.6rem; }

.hs-form.hs-form-contact div.actions {
  margin-top: 2rem; }

.hs-form.hs-form-contact div.field {
  margin: 2rem 0 0; }

.hs-form-field label {
  color: #807D85;
  padding-left: calc(0.625em - 1px); }

.hs-form-field label.hs-error-msg,
.hs_error_rollup {
  margin-top: .5em;
  color: #da291c; }

.hs_error_rollup {
  margin-top: 2rem;
  padding-left: calc(0.625em - 1px);
  font-weight: 700; }

.hs-email-signup {
  display: flex;
  justify-content: flex-start; }

div.input {
  border-width: 0;
  box-shadow: none; }
  div.input:active, div.input:focus {
    box-shadow: none;
    outline: none; }

div.hs-email {
  box-shadow: none;
  flex: 2; }

div.hs-email,
div.hs-submit {
  box-sizing: border-box;
  clear: both;
  position: relative;
  text-align: left; }

div.hs-email input,
input.hs-input[type="text"],
input.hs-input[type="tel"],
textarea[name="message"] {
  align-items: center;
  height: 3.5em;
  width: 100%;
  border-color: #d7d7d7;
  border-width: 0 0 1px 0;
  font-size: 1.1111111111rem; }
  div.hs-email input:active, div.hs-email input:focus,
  input.hs-input[type="text"]:active,
  input.hs-input[type="text"]:focus,
  input.hs-input[type="tel"]:active,
  input.hs-input[type="tel"]:focus,
  textarea[name="message"]:active,
  textarea[name="message"]:focus {
    box-shadow: none;
    border-color: #da291c;
    outline: none; }

.hs-form-contact div.hs-email input,
.hs-form-contact input.hs-input[type="text"],
.hs-form-contact input.hs-input[type="tel"] {
  height: 2em; }

.hs-form-contact div {
  padding-top: 0; }

select.hs-input {
  display: block;
  font-size: 16px;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .5em 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border-color: #d7d7d7;
  border-width: 0 0 1px 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDIwbDEwIDEwIDEwLTEweiIvPjxwYXRoIGQ9Ik0wIDBoNDh2NDhoLTQ4eiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: 1.5em auto, 100%; }

select.hs-input::-ms-expand {
  display: none; }

select.hs-input:hover {
  border-color: #888; }

select.hs-input:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none; }

.image {
  display: block;
  position: relative; }
  .image img {
    display: block;
    height: auto;
    width: 100%; }
    .image img.is-rounded {
      border-radius: 290486px; }
  .image.ratio img,
  .image.ratio .has-ratio, .image.is-square img,
  .image.is-square .has-ratio, .image.is-1by1 img,
  .image.is-1by1 .has-ratio, .image.is-5by4 img,
  .image.is-5by4 .has-ratio, .image.is-4by3 img,
  .image.is-4by3 .has-ratio, .image.is-3by2 img,
  .image.is-3by2 .has-ratio, .image.is-5by3 img,
  .image.is-5by3 .has-ratio, .image.is-16by9 img,
  .image.is-16by9 .has-ratio, .image.is-2by1 img,
  .image.is-2by1 .has-ratio, .image.is-3by1 img,
  .image.is-3by1 .has-ratio, .image.is-4by5 img,
  .image.is-4by5 .has-ratio, .image.is-3by4 img,
  .image.is-3by4 .has-ratio, .image.is-2by3 img,
  .image.is-2by3 .has-ratio, .image.is-3by5 img,
  .image.is-3by5 .has-ratio, .image.is-9by16 img,
  .image.is-9by16 .has-ratio, .image.is-1by2 img,
  .image.is-1by2 .has-ratio, .image.is-1by3 img,
  .image.is-1by3 .has-ratio {
    height: 100%;
    width: 100%; }
  .image.is-square, .image.is-1by1 {
    padding-top: 100%; }
  .image.is-5by4 {
    padding-top: 80%; }
  .image.is-4by3 {
    padding-top: 75%; }
  .image.is-3by2 {
    padding-top: 66.6666%; }
  .image.is-5by3 {
    padding-top: 60%; }
  .image.is-16by9 {
    padding-top: 56.25%; }
  .image.is-2by1 {
    padding-top: 50%; }
  .image.is-3by1 {
    padding-top: 33.3333%; }
  .image.is-4by5 {
    padding-top: 125%; }
  .image.is-3by4 {
    padding-top: 133.3333%; }
  .image.is-2by3 {
    padding-top: 150%; }
  .image.is-3by5 {
    padding-top: 166.6666%; }
  .image.is-9by16 {
    padding-top: 177.7777%; }
  .image.is-1by2 {
    padding-top: 200%; }
  .image.is-1by3 {
    padding-top: 300%; }
  .image.is-16x16 {
    height: 16px;
    width: 16px; }
  .image.is-24x24 {
    height: 24px;
    width: 24px; }
  .image.is-32x32 {
    height: 32px;
    width: 32px; }
  .image.is-48x48 {
    height: 48px;
    width: 48px; }
  .image.is-64x64 {
    height: 64px;
    width: 64px; }
  .image.is-96x96 {
    height: 96px;
    width: 96px; }
  .image.is-128x128 {
    height: 128px;
    width: 128px; }

.title,
.subtitle {
  word-break: break-word; }
  .title em,
  .title span,
  .subtitle em,
  .subtitle span {
    font-weight: inherit; }
  .title sub,
  .subtitle sub {
    font-size: 0.75em; }
  .title sup,
  .subtitle sup {
    font-size: 0.75em; }
  .title .tag,
  .subtitle .tag {
    vertical-align: middle; }

.title {
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 0.9618; }
  .title strong {
    color: #da291c;
    font-weight: inherit; }
  .title + .highlight {
    margin-top: -0.75rem; }
  .title:not(.is-spaced) + .subtitle {
    margin-top: 0; }
  .title.is-2 {
    line-height: 1; }
  @media screen and (max-width: 768px) {
    .title.is-1, .title.is-2 {
      line-height: 1.161; }
    .title.is-3 {
      line-height: 1; }
    .title.is-4 {
      line-height: 1.25; } }
  @media screen and (min-width: 769px), print {
    .title.is-1 {
      font-size: 5.5555555556rem; }
    .title.is-2 {
      font-size: 3.7777777778rem; }
    .title.is-3 {
      font-size: 2.7777777778rem; }
    .title.is-4 {
      font-size: 2.1111111111rem; }
    .title.is-5 {
      font-size: 1.71rem; }
    .title.is-6 {
      font-size: 1.5555555556rem; }
    .title.is-7 {
      font-size: 1.3333333333rem; }
    .title.is-8 {
      font-size: 1.1111111111rem; }
    .title.is-9 {
      font-size: 1rem; }
    .title.is-10 {
      font-size: 0.7777777778rem; } }
  .title.is-spaced {
    margin-bottom: 0.55em; }

.subtitle {
  font-size: 1.71rem;
  font-weight: 400;
  line-height: 1.421;
  letter-spacing: 0.1px; }
  .subtitle strong {
    color: #da291c;
    font-weight: 400; }
  .subtitle:not(.is-spaced) + .title {
    margin-top: -1rem; }
  @media screen and (min-width: 769px), print {
    .subtitle {
      font-size: 2.1111111111rem; } }
  .subtitle.is-1 {
    font-size: 5.5555555556rem; }
  .subtitle.is-2 {
    font-size: 3.7777777778rem; }
  .subtitle.is-3 {
    font-size: 2.7777777778rem; }
  .subtitle.is-4 {
    font-size: 2.1111111111rem; }
  .subtitle.is-5 {
    font-size: 1.71rem; }
  .subtitle.is-6 {
    font-size: 1.5555555556rem; }
  .subtitle.is-7 {
    font-size: 1.3333333333rem; }
  .subtitle.is-8 {
    font-size: 1.1111111111rem; }
  .subtitle.is-9 {
    font-size: 1rem; }
  .subtitle.is-10 {
    font-size: 0.7777777778rem; }

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0; }
  .highlight pre {
    overflow: auto;
    max-width: 100%; }

.number {
  margin-right: 1.5em;
  padding: 0.25em 0.5em;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  font-weight: bold;
  color: white;
  height: 2.5em;
  min-width: 2.5em;
  text-align: center;
  vertical-align: top;
  border-radius: 290486px;
  background-color: #da291c; }

a.number:hover {
  background-color: #2f333d;
  color: white;
  border: 1.5px solid white;
  font-weight: 500; }

.media {
  align-items: flex-start;
  display: flex;
  text-align: left; }
  .media .content:not(:last-child) {
    margin-bottom: 0.75rem; }
  .media.is-large + .media {
    margin-top: 1.5rem;
    padding-top: 1.5rem; }

.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0; }

.media-left {
  margin-right: 1rem; }

.media-right {
  margin-left: 1rem; }

.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left; }

@media screen and (max-width: 768px) {
  .media + .media {
    margin-top: 1rem;
    padding-top: 1rem; }
  .media-content {
    overflow-x: auto; } }

.navbar {
  background-color: transparent;
  min-height: 3.5rem;
  position: relative;
  z-index: 30; }

.navbar-brand,
.navbar-tabs {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  min-height: 3.5rem; }

.navbar-brand {
  margin: 1.5rem 8.3333333333vw; }
  .navbar-brand a.navbar-item:hover {
    background-color: transparent; }

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden; }

.navbar-burger {
  color: #2f333d;
  cursor: pointer;
  display: block;
  height: 2.8rem;
  position: relative;
  width: 2.8rem;
  margin-right: auto; }
  .navbar-burger span {
    background-color: currentColor;
    display: block;
    height: .3rem;
    left: calc(50% - 1.5rem);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, transform;
    transition-timing-function: ease-out;
    width: 1.8rem;
    width: 3rem; }
    .navbar-burger span:nth-child(1) {
      top: calc(50% - 1rem); }
    .navbar-burger span:nth-child(2) {
      top: calc(50% - .1rem); }
    .navbar-burger span:nth-child(3) {
      top: calc(50% + .8rem); }
  .navbar-burger.is-active span:nth-child(1) {
    transform: translateY(0.88rem) rotate(45deg); }
  .navbar-burger.is-active span:nth-child(2) {
    opacity: 0; }
  .navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-0.88rem) rotate(-45deg); }

.navbar-menu {
  display: none; }

.navbar-item,
.navbar-link {
  color: #2f333d;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0;
  margin-right: 2.6rem;
  position: relative; }
  .navbar-item .icon:only-child,
  .navbar-link .icon:only-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }

a.navbar-item,
.navbar-link {
  cursor: pointer; }
  a.navbar-item:hover, a.navbar-item.is-active,
  .navbar-link:hover,
  .navbar-link.is-active {
    background-color: #fafafa;
    color: #da291c; }

.navbar-item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0; }
  .navbar-item svg {
    display: block;
    text-align: right; }
  .navbar-item.has-dropdown {
    padding: 0; }
  .navbar-item.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
  .navbar-item.is-button {
    background-color: #da291c;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 2rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem; }
    .navbar-item.is-button:hover {
      border: 1px solid #da291c; }
    .navbar-item.is-button.is-active {
      background-color: transparent;
      border: 1px solid #2f333d;
      color: #2f333d; }
  .navbar-item.is-tab {
    border-bottom: 1px solid transparent;
    min-height: 3.5rem;
    padding-bottom: calc(0.5rem - 1px); }
    .navbar-item.is-tab:hover {
      background-color: transparent;
      border-bottom-color: transparent; }
    .navbar-item.is-tab.is-active {
      background-color: transparent;
      border-bottom-color: #2f333d;
      border-bottom-style: solid;
      border-bottom-width: 0.2777777778rem;
      color: #2f333d;
      padding-bottom: calc(0.5rem - 0.2777777778rem); }

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1; }

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em; }
  .navbar-link:not(.is-arrowless)::after {
    border-color: #da291c;
    margin-top: -0.375em;
    right: 1.125em; }

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }
  .navbar-dropdown .navbar-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

.navbar-divider {
  background-color: white;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0; }

@media screen and (max-width: 768px) {
  .navbar .navbar-item.is-tab.is-active {
    border-bottom-color: transparent; }
  .navbar .navbar-item svg {
    max-height: 2.7rem; }
  .navbar.is-active {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .navbar.is-active .navbar-menu {
      position: fixed;
      display: flex;
      flex-direction: column;
      justify-content: center;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: white; }
      .navbar.is-active .navbar-menu .navbar-start {
        height: 45vmax;
        display: flex;
        justify-content: space-around;
        align-items: left;
        flex-direction: column;
        padding-left: 8.3333333333vw;
        margin-bottom: 25vh;
        font-size: 10vmin; }
      .navbar.is-active .navbar-menu .navbar-end {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 35vmax;
        padding: 8.3333333333vw; } }

@media screen and (min-width: 769px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex; }
  .navbar {
    min-height: 3.5rem; }
    .navbar.is-spaced {
      padding: 1.5rem 0; }
  .navbar-burger {
    display: none; }
  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex; }
  .navbar-item {
    display: flex; }
    .navbar-item svg {
      max-height: 2.3333333333rem; }
    .navbar-item.has-dropdown {
      align-items: stretch; }
    .navbar-item.has-dropdown-up .navbar-link::after {
      transform: rotate(135deg) translate(0.25em, -0.25em); }
    .navbar-item.has-dropdown-up .navbar-dropdown {
      border-bottom: 2px solid #EFEEEE;
      border-radius: 6px 6px 0 0;
      border-top: none;
      bottom: 100%;
      box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
      top: auto; }
    .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
      display: block; }
      .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0); }
  .navbar-menu {
    padding: 1.5rem 0 1.5rem 8.3333333333vw;
    flex-grow: 1;
    flex-shrink: 0; }
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto; }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto; }
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #0a0a0a; }
  a.navbar-item.is-active:not(:hover),
  .navbar-link.is-active:not(:hover) {
    background-color: transparent; }
  .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa; } }

.columns.page-gutter {
  margin: -4.1666666667vw !important; }
  .columns.page-gutter .column {
    padding: 4.1666666667vw !important; }

.columns.half-page-gutter {
  margin: -2.0833333333vw !important; }
  .columns.half-page-gutter .column {
    padding: 2.0833333333vw !important; }

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.5rem; }
  .columns.is-mobile > .column.is-narrow {
    flex: none; }
  .columns.is-mobile > .column.is-full {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-three-quarters {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-two-thirds {
    flex: none;
    width: 66.6666%; }
  .columns.is-mobile > .column.is-half {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-one-third {
    flex: none;
    width: 33.3333%; }
  .columns.is-mobile > .column.is-one-quarter {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-one-fifth {
    flex: none;
    width: 20%; }
  .columns.is-mobile > .column.is-two-fifths {
    flex: none;
    width: 40%; }
  .columns.is-mobile > .column.is-three-fifths {
    flex: none;
    width: 60%; }
  .columns.is-mobile > .column.is-four-fifths {
    flex: none;
    width: 80%; }
  .columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%; }
  .columns.is-mobile > .column.is-offset-half {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%; }
  .columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%; }
  .columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%; }
  .columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%; }
  .columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%; }
  .columns.is-mobile > .column.is-1 {
    flex: none;
    width: 8.3333333333%; }
  .columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.3333333333%; }
  .columns.is-mobile > .column.is-2 {
    flex: none;
    width: 16.6666666667%; }
  .columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.6666666667%; }
  .columns.is-mobile > .column.is-3 {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-4 {
    flex: none;
    width: 33.3333333333%; }
  .columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.3333333333%; }
  .columns.is-mobile > .column.is-5 {
    flex: none;
    width: 41.6666666667%; }
  .columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.6666666667%; }
  .columns.is-mobile > .column.is-6 {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-7 {
    flex: none;
    width: 58.3333333333%; }
  .columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.3333333333%; }
  .columns.is-mobile > .column.is-8 {
    flex: none;
    width: 66.6666666667%; }
  .columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.6666666667%; }
  .columns.is-mobile > .column.is-9 {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-10 {
    flex: none;
    width: 83.3333333333%; }
  .columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.3333333333%; }
  .columns.is-mobile > .column.is-11 {
    flex: none;
    width: 91.6666666667%; }
  .columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.6666666667%; }
  .columns.is-mobile > .column.is-12 {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
      flex: none; }
    .column.is-full-mobile {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile {
      flex: none;
      width: 66.6666%; }
    .column.is-half-mobile {
      flex: none;
      width: 50%; }
    .column.is-one-third-mobile {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-mobile {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-mobile {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-mobile {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-mobile {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .column.is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .column.is-offset-half-mobile {
      margin-left: 50%; }
    .column.is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .column.is-offset-one-fifth-mobile {
      margin-left: 20%; }
    .column.is-offset-two-fifths-mobile {
      margin-left: 40%; }
    .column.is-offset-three-fifths-mobile {
      margin-left: 60%; }
    .column.is-offset-four-fifths-mobile {
      margin-left: 80%; }
    .column.is-1-mobile {
      flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-mobile {
      margin-left: 8.3333333333%; }
    .column.is-2-mobile {
      flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-mobile {
      margin-left: 16.6666666667%; }
    .column.is-3-mobile {
      flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-mobile {
      margin-left: 33.3333333333%; }
    .column.is-5-mobile {
      flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-mobile {
      margin-left: 41.6666666667%; }
    .column.is-6-mobile {
      flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-mobile {
      margin-left: 58.3333333333%; }
    .column.is-8-mobile {
      flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-mobile {
      margin-left: 66.6666666667%; }
    .column.is-9-mobile {
      flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-mobile {
      margin-left: 83.3333333333%; }
    .column.is-11-mobile {
      flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-mobile {
      margin-left: 91.6666666667%; }
    .column.is-12-mobile {
      flex: none;
      width: 100%; }
    .column.is-offset-12-mobile {
      margin-left: 100%; } }
  @media screen and (min-width: 769px), print {
    .column.is-narrow, .column.is-narrow-tablet {
      flex: none; }
    .column.is-full, .column.is-full-tablet {
      flex: none;
      width: 100%; }
    .column.is-three-quarters, .column.is-three-quarters-tablet {
      flex: none;
      width: 75%; }
    .column.is-two-thirds, .column.is-two-thirds-tablet {
      flex: none;
      width: 66.6666%; }
    .column.is-half, .column.is-half-tablet {
      flex: none;
      width: 50%; }
    .column.is-one-third, .column.is-one-third-tablet {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter, .column.is-one-quarter-tablet {
      flex: none;
      width: 25%; }
    .column.is-one-fifth, .column.is-one-fifth-tablet {
      flex: none;
      width: 20%; }
    .column.is-two-fifths, .column.is-two-fifths-tablet {
      flex: none;
      width: 40%; }
    .column.is-three-fifths, .column.is-three-fifths-tablet {
      flex: none;
      width: 60%; }
    .column.is-four-fifths, .column.is-four-fifths-tablet {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
      margin-left: 75%; }
    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
      margin-left: 66.6666%; }
    .column.is-offset-half, .column.is-offset-half-tablet {
      margin-left: 50%; }
    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
      margin-left: 25%; }
    .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
      margin-left: 20%; }
    .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
      margin-left: 40%; }
    .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
      margin-left: 60%; }
    .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
      margin-left: 80%; }
    .column.is-1, .column.is-1-tablet {
      flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1, .column.is-offset-1-tablet {
      margin-left: 8.3333333333%; }
    .column.is-2, .column.is-2-tablet {
      flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2, .column.is-offset-2-tablet {
      margin-left: 16.6666666667%; }
    .column.is-3, .column.is-3-tablet {
      flex: none;
      width: 25%; }
    .column.is-offset-3, .column.is-offset-3-tablet {
      margin-left: 25%; }
    .column.is-4, .column.is-4-tablet {
      flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
      margin-left: 33.3333333333%; }
    .column.is-5, .column.is-5-tablet {
      flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5, .column.is-offset-5-tablet {
      margin-left: 41.6666666667%; }
    .column.is-6, .column.is-6-tablet {
      flex: none;
      width: 50%; }
    .column.is-offset-6, .column.is-offset-6-tablet {
      margin-left: 50%; }
    .column.is-7, .column.is-7-tablet {
      flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
      margin-left: 58.3333333333%; }
    .column.is-8, .column.is-8-tablet {
      flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8, .column.is-offset-8-tablet {
      margin-left: 66.6666666667%; }
    .column.is-9, .column.is-9-tablet {
      flex: none;
      width: 75%; }
    .column.is-offset-9, .column.is-offset-9-tablet {
      margin-left: 75%; }
    .column.is-10, .column.is-10-tablet {
      flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
      margin-left: 83.3333333333%; }
    .column.is-11, .column.is-11-tablet {
      flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11, .column.is-offset-11-tablet {
      margin-left: 91.6666666667%; }
    .column.is-12, .column.is-12-tablet {
      flex: none;
      width: 100%; }
    .column.is-offset-12, .column.is-offset-12-tablet {
      margin-left: 100%; } }
  @media screen and (max-width: 1087px) {
    .column.is-narrow-touch {
      flex: none; }
    .column.is-full-touch {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-touch {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-touch {
      flex: none;
      width: 66.6666%; }
    .column.is-half-touch {
      flex: none;
      width: 50%; }
    .column.is-one-third-touch {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-touch {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-touch {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-touch {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-touch {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-touch {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-touch {
      margin-left: 75%; }
    .column.is-offset-two-thirds-touch {
      margin-left: 66.6666%; }
    .column.is-offset-half-touch {
      margin-left: 50%; }
    .column.is-offset-one-third-touch {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-touch {
      margin-left: 25%; }
    .column.is-offset-one-fifth-touch {
      margin-left: 20%; }
    .column.is-offset-two-fifths-touch {
      margin-left: 40%; }
    .column.is-offset-three-fifths-touch {
      margin-left: 60%; }
    .column.is-offset-four-fifths-touch {
      margin-left: 80%; }
    .column.is-1-touch {
      flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-touch {
      margin-left: 8.3333333333%; }
    .column.is-2-touch {
      flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-touch {
      margin-left: 16.6666666667%; }
    .column.is-3-touch {
      flex: none;
      width: 25%; }
    .column.is-offset-3-touch {
      margin-left: 25%; }
    .column.is-4-touch {
      flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-touch {
      margin-left: 33.3333333333%; }
    .column.is-5-touch {
      flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-touch {
      margin-left: 41.6666666667%; }
    .column.is-6-touch {
      flex: none;
      width: 50%; }
    .column.is-offset-6-touch {
      margin-left: 50%; }
    .column.is-7-touch {
      flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-touch {
      margin-left: 58.3333333333%; }
    .column.is-8-touch {
      flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-touch {
      margin-left: 66.6666666667%; }
    .column.is-9-touch {
      flex: none;
      width: 75%; }
    .column.is-offset-9-touch {
      margin-left: 75%; }
    .column.is-10-touch {
      flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-touch {
      margin-left: 83.3333333333%; }
    .column.is-11-touch {
      flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-touch {
      margin-left: 91.6666666667%; }
    .column.is-12-touch {
      flex: none;
      width: 100%; }
    .column.is-offset-12-touch {
      margin-left: 100%; } }
  @media screen and (min-width: 1088px) {
    .column.is-narrow-desktop {
      flex: none; }
    .column.is-full-desktop {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop {
      flex: none;
      width: 66.6666%; }
    .column.is-half-desktop {
      flex: none;
      width: 50%; }
    .column.is-one-third-desktop {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-desktop {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-desktop {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-desktop {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-desktop {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .column.is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .column.is-offset-half-desktop {
      margin-left: 50%; }
    .column.is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .column.is-offset-one-fifth-desktop {
      margin-left: 20%; }
    .column.is-offset-two-fifths-desktop {
      margin-left: 40%; }
    .column.is-offset-three-fifths-desktop {
      margin-left: 60%; }
    .column.is-offset-four-fifths-desktop {
      margin-left: 80%; }
    .column.is-1-desktop {
      flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-desktop {
      margin-left: 8.3333333333%; }
    .column.is-2-desktop {
      flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-desktop {
      margin-left: 16.6666666667%; }
    .column.is-3-desktop {
      flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-desktop {
      margin-left: 33.3333333333%; }
    .column.is-5-desktop {
      flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-desktop {
      margin-left: 41.6666666667%; }
    .column.is-6-desktop {
      flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-desktop {
      margin-left: 58.3333333333%; }
    .column.is-8-desktop {
      flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-desktop {
      margin-left: 66.6666666667%; }
    .column.is-9-desktop {
      flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-desktop {
      margin-left: 83.3333333333%; }
    .column.is-11-desktop {
      flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-desktop {
      margin-left: 91.6666666667%; }
    .column.is-12-desktop {
      flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; } }
  @media screen and (min-width: 1280px) {
    .column.is-narrow-widescreen {
      flex: none; }
    .column.is-full-widescreen {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-widescreen {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-widescreen {
      flex: none;
      width: 66.6666%; }
    .column.is-half-widescreen {
      flex: none;
      width: 50%; }
    .column.is-one-third-widescreen {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-widescreen {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-widescreen {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-widescreen {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-widescreen {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-widescreen {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-widescreen {
      margin-left: 75%; }
    .column.is-offset-two-thirds-widescreen {
      margin-left: 66.6666%; }
    .column.is-offset-half-widescreen {
      margin-left: 50%; }
    .column.is-offset-one-third-widescreen {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-widescreen {
      margin-left: 25%; }
    .column.is-offset-one-fifth-widescreen {
      margin-left: 20%; }
    .column.is-offset-two-fifths-widescreen {
      margin-left: 40%; }
    .column.is-offset-three-fifths-widescreen {
      margin-left: 60%; }
    .column.is-offset-four-fifths-widescreen {
      margin-left: 80%; }
    .column.is-1-widescreen {
      flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-widescreen {
      margin-left: 8.3333333333%; }
    .column.is-2-widescreen {
      flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-widescreen {
      margin-left: 16.6666666667%; }
    .column.is-3-widescreen {
      flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen {
      margin-left: 25%; }
    .column.is-4-widescreen {
      flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-widescreen {
      margin-left: 33.3333333333%; }
    .column.is-5-widescreen {
      flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-widescreen {
      margin-left: 41.6666666667%; }
    .column.is-6-widescreen {
      flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen {
      margin-left: 50%; }
    .column.is-7-widescreen {
      flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-widescreen {
      margin-left: 58.3333333333%; }
    .column.is-8-widescreen {
      flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-widescreen {
      margin-left: 66.6666666667%; }
    .column.is-9-widescreen {
      flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen {
      margin-left: 75%; }
    .column.is-10-widescreen {
      flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-widescreen {
      margin-left: 83.3333333333%; }
    .column.is-11-widescreen {
      flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-widescreen {
      margin-left: 91.6666666667%; }
    .column.is-12-widescreen {
      flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen {
      margin-left: 100%; } }
  @media screen and (min-width: 1472px) {
    .column.is-narrow-fullhd {
      flex: none; }
    .column.is-full-fullhd {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-fullhd {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-fullhd {
      flex: none;
      width: 66.6666%; }
    .column.is-half-fullhd {
      flex: none;
      width: 50%; }
    .column.is-one-third-fullhd {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-fullhd {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-fullhd {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-fullhd {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-fullhd {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-fullhd {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-fullhd {
      margin-left: 75%; }
    .column.is-offset-two-thirds-fullhd {
      margin-left: 66.6666%; }
    .column.is-offset-half-fullhd {
      margin-left: 50%; }
    .column.is-offset-one-third-fullhd {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-fullhd {
      margin-left: 25%; }
    .column.is-offset-one-fifth-fullhd {
      margin-left: 20%; }
    .column.is-offset-two-fifths-fullhd {
      margin-left: 40%; }
    .column.is-offset-three-fifths-fullhd {
      margin-left: 60%; }
    .column.is-offset-four-fifths-fullhd {
      margin-left: 80%; }
    .column.is-1-fullhd {
      flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-fullhd {
      margin-left: 8.3333333333%; }
    .column.is-2-fullhd {
      flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-fullhd {
      margin-left: 16.6666666667%; }
    .column.is-3-fullhd {
      flex: none;
      width: 25%; }
    .column.is-offset-3-fullhd {
      margin-left: 25%; }
    .column.is-4-fullhd {
      flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-fullhd {
      margin-left: 33.3333333333%; }
    .column.is-5-fullhd {
      flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-fullhd {
      margin-left: 41.6666666667%; }
    .column.is-6-fullhd {
      flex: none;
      width: 50%; }
    .column.is-offset-6-fullhd {
      margin-left: 50%; }
    .column.is-7-fullhd {
      flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-fullhd {
      margin-left: 58.3333333333%; }
    .column.is-8-fullhd {
      flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-fullhd {
      margin-left: 66.6666666667%; }
    .column.is-9-fullhd {
      flex: none;
      width: 75%; }
    .column.is-offset-9-fullhd {
      margin-left: 75%; }
    .column.is-10-fullhd {
      flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-fullhd {
      margin-left: 83.3333333333%; }
    .column.is-11-fullhd {
      flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-fullhd {
      margin-left: 91.6666666667%; }
    .column.is-12-fullhd {
      flex: none;
      width: 100%; }
    .column.is-offset-12-fullhd {
      margin-left: 100%; } }
.columns {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem; }
  .columns:last-child {
    margin-bottom: -0.5rem; }
  .columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 0.5rem); }
  .columns.is-centered {
    justify-content: center; }
  .columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    .columns.is-gapless > .column {
      margin: 0;
      padding: 0 !important; }
    .columns.is-gapless:not(:last-child) {
      margin-bottom: 1.5rem; }
    .columns.is-gapless:last-child {
      margin-bottom: 0; }
  .columns.is-mobile {
    display: flex; }
  .columns.is-multiline {
    flex-wrap: wrap; }
  .columns.is-vcentered {
    align-items: center; }
  @media screen and (min-width: 769px), print {
    .columns:not(.is-desktop) {
      display: flex; } }
  @media screen and (min-width: 1088px) {
    .columns.is-desktop {
      display: flex; } }
.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap)); }
  .columns.is-variable .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap); }
  .columns.is-variable.is-0 {
    --columnGap: 0rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-0-mobile {
      --columnGap: 0rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-0-tablet {
      --columnGap: 0rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-0-tablet-only {
      --columnGap: 0rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-0-touch {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-0-desktop {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-0-desktop-only {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-0-widescreen {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-0-widescreen-only {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-0-fullhd {
      --columnGap: 0rem; } }
  .columns.is-variable.is-1 {
    --columnGap: 0.25rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-1-mobile {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-1-tablet {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-1-tablet-only {
      --columnGap: 0.25rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-1-touch {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-1-desktop {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-1-desktop-only {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-1-widescreen {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-1-widescreen-only {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-1-fullhd {
      --columnGap: 0.25rem; } }
  .columns.is-variable.is-2 {
    --columnGap: 0.5rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-2-mobile {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-2-tablet {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-2-tablet-only {
      --columnGap: 0.5rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-2-touch {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-2-desktop {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-2-desktop-only {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-2-widescreen {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-2-widescreen-only {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-2-fullhd {
      --columnGap: 0.5rem; } }
  .columns.is-variable.is-3 {
    --columnGap: 0.75rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-3-mobile {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-3-tablet {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-3-tablet-only {
      --columnGap: 0.75rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-3-touch {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-3-desktop {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-3-desktop-only {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-3-widescreen {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-3-widescreen-only {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-3-fullhd {
      --columnGap: 0.75rem; } }
  .columns.is-variable.is-4 {
    --columnGap: 1rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-4-mobile {
      --columnGap: 1rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-4-tablet {
      --columnGap: 1rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-4-tablet-only {
      --columnGap: 1rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-4-touch {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-4-desktop {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-4-desktop-only {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-4-widescreen {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-4-widescreen-only {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-4-fullhd {
      --columnGap: 1rem; } }
  .columns.is-variable.is-5 {
    --columnGap: 1.25rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-5-mobile {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-5-tablet {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-5-tablet-only {
      --columnGap: 1.25rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-5-touch {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-5-desktop {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-5-desktop-only {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-5-widescreen {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-5-widescreen-only {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-5-fullhd {
      --columnGap: 1.25rem; } }
  .columns.is-variable.is-6 {
    --columnGap: 1.5rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-6-mobile {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-6-tablet {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-6-tablet-only {
      --columnGap: 1.5rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-6-touch {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-6-desktop {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-6-desktop-only {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-6-widescreen {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-6-widescreen-only {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-6-fullhd {
      --columnGap: 1.5rem; } }
  .columns.is-variable.is-7 {
    --columnGap: 1.75rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-7-mobile {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-7-tablet {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-7-tablet-only {
      --columnGap: 1.75rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-7-touch {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-7-desktop {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-7-desktop-only {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-7-widescreen {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-7-widescreen-only {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-7-fullhd {
      --columnGap: 1.75rem; } }
  .columns.is-variable.is-8 {
    --columnGap: 2rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-8-mobile {
      --columnGap: 2rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-8-tablet {
      --columnGap: 2rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-8-tablet-only {
      --columnGap: 2rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-8-touch {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-8-desktop {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-8-desktop-only {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-8-widescreen {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-8-widescreen-only {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-8-fullhd {
      --columnGap: 2rem; } }
.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content; }
  .tile.is-ancestor {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem; }
    .tile.is-ancestor:last-child {
      margin-bottom: -0.75rem; }
    .tile.is-ancestor:not(:last-child) {
      margin-bottom: 0.75rem; }
  .tile.is-child {
    margin: 0 !important; }
  .tile.is-parent {
    padding: 0.75rem; }
  .tile.is-vertical {
    flex-direction: column; }
    .tile.is-vertical > .tile.is-child:not(:last-child) {
      margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 769px), print {
    .tile:not(.is-child) {
      display: flex; }
    .tile.is-1 {
      flex: none;
      width: 8.3333333333%; }
    .tile.is-2 {
      flex: none;
      width: 16.6666666667%; }
    .tile.is-3 {
      flex: none;
      width: 25%; }
    .tile.is-4 {
      flex: none;
      width: 33.3333333333%; }
    .tile.is-5 {
      flex: none;
      width: 41.6666666667%; }
    .tile.is-6 {
      flex: none;
      width: 50%; }
    .tile.is-7 {
      flex: none;
      width: 58.3333333333%; }
    .tile.is-8 {
      flex: none;
      width: 66.6666666667%; }
    .tile.is-9 {
      flex: none;
      width: 75%; }
    .tile.is-10 {
      flex: none;
      width: 83.3333333333%; }
    .tile.is-11 {
      flex: none;
      width: 91.6666666667%; }
    .tile.is-12 {
      flex: none;
      width: 100%; } }
.section {
  padding: 5rem 8.3333333333vw; }
  .section.is-small {
    padding: 8.5rem 8.3333333333vw 7rem; }
  .section.is-medium {
    padding: 8.5rem 8.3333333333vw 7rem; }
  .section.has-background-grey-lighter + .has-background-grey-lighter {
    padding-top: 2rem; }
  .section.has-background-white + .has-background-white {
    padding-top: 4.5vw; }
  @media screen and (min-width: 769px), print {
    .section {
      padding: 11rem 8.3333333333vw; }
      .section.is-small {
        padding: 9rem 8.3333333333vw 8rem; }
      .section.is-medium {
        padding: 13.75rem 8.3333333333vw; }
      .section.is-large {
        padding: 9rem 8.3333333333vw 11rem; } }
