@font-face {
  font-family: 'GalanoRegular';
  src: url("/wp-content/themes/upland/assets/fonts/GalanoGrotesque-Regular.woff2") format("woff2"), url("/wp-content/themes/upland/assets/fonts/GalanoGrotesque-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GalanoItalic';
  src: url("/wp-content/themes/upland/assets/fonts/GalanoGrotesque-Italic.woff2") format("woff2"), url("/wp-content/themes/upland/assets/fonts/GalanoGrotesque-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GalanoSemibold';
  src: url("/wp-content/themes/upland/assets/fonts/GalanoGrotesque-SemiBold.woff2") format("woff2"), url("/wp-content/themes/upland/assets/fonts/GalanoGrotesque-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GalanoSemiboldItalic';
  src: url("/wp-content/themes/upland/assets/fonts/GalanoGrotesque-SemiBoldItalic.woff2") format("woff2"), url("/wp-content/themes/upland/assets/fonts/GalanoGrotesque-SemiBoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GalanoBold';
  src: url("/wp-content/themes/upland/assets/fonts/GalanoGrotesque-Bold.woff2") format("woff2"), url("/wp-content/themes/upland/assets/fonts/GalanoGrotesque-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GalanoBoldExtra';
  src: url("/wp-content/themes/upland/assets/fonts/GalanoGrotesque-ExtraBold.woff2") format("woff2"), url("/wp-content/themes/upland/assets/fonts/GalanoGrotesque-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GalanoMedium';
  src: url("/wp-content/themes/upland/assets/fonts/GalanoGrotesque-Medium.woff2") format("woff2"), url("/wp-content/themes/upland/assets/fonts/GalanoGrotesque-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.container {
  padding-left: 2rem;
  padding-right: 2rem;
  z-index: 50; }

/* Bulma Utilities */
.button, .input, .textarea, .select select, .file-cta,
.file-name {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top; }
  .button:focus, .input:focus, .textarea:focus, .select select:focus, .file-cta:focus,
  .file-name:focus, .is-focused.button, .is-focused.input, .is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
  .is-focused.file-name, .button:active, .input:active, .textarea:active, .select select:active, .file-cta:active,
  .file-name:active, .is-active.button, .is-active.input, .is-active.textarea, .select select.is-active, .is-active.file-cta,
  .is-active.file-name {
    outline: none; }
  .button[disabled], .input[disabled], .textarea[disabled], .select select[disabled], .file-cta[disabled],
  .file-name[disabled],
  fieldset[disabled] .button,
  fieldset[disabled] .input,
  fieldset[disabled] .textarea,
  fieldset[disabled] .select select,
  .select fieldset[disabled] select,
  fieldset[disabled] .file-cta,
  fieldset[disabled] .file-name {
    cursor: not-allowed; }

.is-unselectable, .button, .file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.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; }

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

.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

/* Bulma Base */
/*! minireset.css v0.0.6 | 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,
video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0; }
  td:not([align]),
  th:not([align]) {
    text-align: inherit; }

html {
  background-color: white;
  font-size: 62.5%;
  -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,
optgroup,
select,
textarea {
  font-family: "GalanoRegular", Helvetica, Arial, sans-serif; }

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

body {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #000000;
  cursor: pointer;
  text-decoration: none; }
  a strong {
    color: currentColor; }
  a:hover {
    color: #363636; }

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

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

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

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

small {
  font-size: 0.875em; }

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

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

fieldset {
  border: none; }

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #241f20;
  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 {
  vertical-align: top; }
  table td:not([align]),
  table th:not([align]) {
    text-align: inherit; }

table th {
  color: #363636; }

@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

/* Bulma Helpers */
.has-text-white {
  color: white !important; }

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important; }

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

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

a.has-text-black:hover, a.has-text-black:focus {
  color: black !important; }

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

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

a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important; }

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

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

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important; }

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

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

a.has-text-primary:hover, a.has-text-primary:focus {
  color: #009e86 !important; }

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

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

a.has-text-primary-light:hover, a.has-text-primary-light:focus {
  color: #b8fff4 !important; }

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

.has-text-primary-dark {
  color: #00947e !important; }

a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: #00c7a9 !important; }

.has-background-primary-dark {
  background-color: #00947e !important; }

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

a.has-text-link:hover, a.has-text-link:focus {
  color: black !important; }

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

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

a.has-text-link-light:hover, a.has-text-link-light:focus {
  color: #dbdbdb !important; }

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

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

a.has-text-link-dark:hover, a.has-text-link-dark:focus {
  color: #ababab !important; }

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

.has-text-info {
  color: #3298dc !important; }

a.has-text-info:hover, a.has-text-info:focus {
  color: #207dbc !important; }

.has-background-info {
  background-color: #3298dc !important; }

.has-text-info-light {
  color: #eef6fc !important; }

a.has-text-info-light:hover, a.has-text-info-light:focus {
  color: #c2e0f5 !important; }

.has-background-info-light {
  background-color: #eef6fc !important; }

.has-text-info-dark {
  color: #1d72aa !important; }

a.has-text-info-dark:hover, a.has-text-info-dark:focus {
  color: #248fd6 !important; }

.has-background-info-dark {
  background-color: #1d72aa !important; }

.has-text-success {
  color: #48c774 !important; }

a.has-text-success:hover, a.has-text-success:focus {
  color: #34a85c !important; }

.has-background-success {
  background-color: #48c774 !important; }

.has-text-success-light {
  color: #effaf3 !important; }

a.has-text-success-light:hover, a.has-text-success-light:focus {
  color: #c8eed6 !important; }

.has-background-success-light {
  background-color: #effaf3 !important; }

.has-text-success-dark {
  color: #257942 !important; }

a.has-text-success-dark:hover, a.has-text-success-dark:focus {
  color: #31a058 !important; }

.has-background-success-dark {
  background-color: #257942 !important; }

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

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #cc8100 !important; }

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

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

a.has-text-warning-light:hover, a.has-text-warning-light:focus {
  color: #ffe5b8 !important; }

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

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

a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
  color: #cc8100 !important; }

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

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

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ee1742 !important; }

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

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

a.has-text-danger-light:hover, a.has-text-danger-light:focus {
  color: #fabdc9 !important; }

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

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

a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
  color: #ee2049 !important; }

.has-background-danger-dark {
  background-color: #cc0f35 !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: #363636 !important; }

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

.has-text-grey-dark {
  color: #241f20 !important; }

.has-background-grey-dark {
  background-color: #241f20 !important; }

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

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

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

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

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

.has-background-grey-lighter {
  background-color: #dbdbdb !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-flex-direction-row {
  flex-direction: row !important; }

.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important; }

.is-flex-direction-column {
  flex-direction: column !important; }

.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important; }

.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important; }

.is-flex-wrap-wrap {
  flex-wrap: wrap !important; }

.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.is-justify-content-flex-start {
  justify-content: flex-start !important; }

.is-justify-content-flex-end {
  justify-content: flex-end !important; }

.is-justify-content-center {
  justify-content: center !important; }

.is-justify-content-space-between {
  justify-content: space-between !important; }

.is-justify-content-space-around {
  justify-content: space-around !important; }

.is-justify-content-space-evenly {
  justify-content: space-evenly !important; }

.is-justify-content-start {
  justify-content: start !important; }

.is-justify-content-end {
  justify-content: end !important; }

.is-justify-content-left {
  justify-content: left !important; }

.is-justify-content-right {
  justify-content: right !important; }

.is-align-content-flex-start {
  align-content: flex-start !important; }

.is-align-content-flex-end {
  align-content: flex-end !important; }

.is-align-content-center {
  align-content: center !important; }

.is-align-content-space-between {
  align-content: space-between !important; }

.is-align-content-space-around {
  align-content: space-around !important; }

.is-align-content-space-evenly {
  align-content: space-evenly !important; }

.is-align-content-stretch {
  align-content: stretch !important; }

.is-align-content-start {
  align-content: start !important; }

.is-align-content-end {
  align-content: end !important; }

.is-align-content-baseline {
  align-content: baseline !important; }

.is-align-items-stretch {
  align-items: stretch !important; }

.is-align-items-flex-start {
  align-items: flex-start !important; }

.is-align-items-flex-end {
  align-items: flex-end !important; }

.is-align-items-center {
  align-items: center !important; }

.is-align-items-baseline {
  align-items: baseline !important; }

.is-align-items-start {
  align-items: start !important; }

.is-align-items-end {
  align-items: end !important; }

.is-align-items-self-start {
  align-items: self-start !important; }

.is-align-items-self-end {
  align-items: self-end !important; }

.is-align-self-auto {
  align-self: auto !important; }

.is-align-self-flex-start {
  align-self: flex-start !important; }

.is-align-self-flex-end {
  align-self: flex-end !important; }

.is-align-self-center {
  align-self: center !important; }

.is-align-self-baseline {
  align-self: baseline !important; }

.is-align-self-stretch {
  align-self: stretch !important; }

.is-flex-grow-0 {
  flex-grow: 0 !important; }

.is-flex-grow-1 {
  flex-grow: 1 !important; }

.is-flex-grow-2 {
  flex-grow: 2 !important; }

.is-flex-grow-3 {
  flex-grow: 3 !important; }

.is-flex-grow-4 {
  flex-grow: 4 !important; }

.is-flex-grow-5 {
  flex-grow: 5 !important; }

.is-flex-shrink-0 {
  flex-shrink: 0 !important; }

.is-flex-shrink-1 {
  flex-shrink: 1 !important; }

.is-flex-shrink-2 {
  flex-shrink: 2 !important; }

.is-flex-shrink-3 {
  flex-shrink: 3 !important; }

.is-flex-shrink-4 {
  flex-shrink: 4 !important; }

.is-flex-shrink-5 {
  flex-shrink: 5 !important; }

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

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

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

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

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

.is-clickable {
  cursor: pointer !important;
  pointer-events: all !important; }

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

.is-relative {
  position: relative !important; }

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

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

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 0.75rem !important; }

.mt-3 {
  margin-top: 0.75rem !important; }

.mr-3 {
  margin-right: 0.75rem !important; }

.mb-3 {
  margin-bottom: 0.75rem !important; }

.ml-3 {
  margin-left: 0.75rem !important; }

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important; }

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important; }

.m-4 {
  margin: 1rem !important; }

.mt-4 {
  margin-top: 1rem !important; }

.mr-4 {
  margin-right: 1rem !important; }

.mb-4 {
  margin-bottom: 1rem !important; }

.ml-4 {
  margin-left: 1rem !important; }

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-5 {
  margin: 1.5rem !important; }

.mt-5 {
  margin-top: 1.5rem !important; }

.mr-5 {
  margin-right: 1.5rem !important; }

.mb-5 {
  margin-bottom: 1.5rem !important; }

.ml-5 {
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-6 {
  margin: 3rem !important; }

.mt-6 {
  margin-top: 3rem !important; }

.mr-6 {
  margin-right: 3rem !important; }

.mb-6 {
  margin-bottom: 3rem !important; }

.ml-6 {
  margin-left: 3rem !important; }

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 0.75rem !important; }

.pt-3 {
  padding-top: 0.75rem !important; }

.pr-3 {
  padding-right: 0.75rem !important; }

.pb-3 {
  padding-bottom: 0.75rem !important; }

.pl-3 {
  padding-left: 0.75rem !important; }

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important; }

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important; }

.p-4 {
  padding: 1rem !important; }

.pt-4 {
  padding-top: 1rem !important; }

.pr-4 {
  padding-right: 1rem !important; }

.pb-4 {
  padding-bottom: 1rem !important; }

.pl-4 {
  padding-left: 1rem !important; }

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-5 {
  padding: 1.5rem !important; }

.pt-5 {
  padding-top: 1.5rem !important; }

.pr-5 {
  padding-right: 1.5rem !important; }

.pb-5 {
  padding-bottom: 1.5rem !important; }

.pl-5 {
  padding-left: 1.5rem !important; }

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-6 {
  padding: 3rem !important; }

.pt-6 {
  padding-top: 3rem !important; }

.pr-6 {
  padding-right: 3rem !important; }

.pb-6 {
  padding-bottom: 3rem !important; }

.pl-6 {
  padding-left: 3rem !important; }

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important; }
  .is-size-2-mobile {
    font-size: 2.5rem !important; }
  .is-size-3-mobile {
    font-size: 2rem !important; }
  .is-size-4-mobile {
    font-size: 1.5rem !important; }
  .is-size-5-mobile {
    font-size: 1.25rem !important; }
  .is-size-6-mobile {
    font-size: 1rem !important; }
  .is-size-7-mobile {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important; }
  .is-size-2-tablet {
    font-size: 2.5rem !important; }
  .is-size-3-tablet {
    font-size: 2rem !important; }
  .is-size-4-tablet {
    font-size: 1.5rem !important; }
  .is-size-5-tablet {
    font-size: 1.25rem !important; }
  .is-size-6-tablet {
    font-size: 1rem !important; }
  .is-size-7-tablet {
    font-size: 0.75rem !important; } }

@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important; }
  .is-size-2-touch {
    font-size: 2.5rem !important; }
  .is-size-3-touch {
    font-size: 2rem !important; }
  .is-size-4-touch {
    font-size: 1.5rem !important; }
  .is-size-5-touch {
    font-size: 1.25rem !important; }
  .is-size-6-touch {
    font-size: 1rem !important; }
  .is-size-7-touch {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important; }
  .is-size-2-desktop {
    font-size: 2.5rem !important; }
  .is-size-3-desktop {
    font-size: 2rem !important; }
  .is-size-4-desktop {
    font-size: 1.5rem !important; }
  .is-size-5-desktop {
    font-size: 1.25rem !important; }
  .is-size-6-desktop {
    font-size: 1rem !important; }
  .is-size-7-desktop {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3rem !important; }
  .is-size-2-widescreen {
    font-size: 2.5rem !important; }
  .is-size-3-widescreen {
    font-size: 2rem !important; }
  .is-size-4-widescreen {
    font-size: 1.5rem !important; }
  .is-size-5-widescreen {
    font-size: 1.25rem !important; }
  .is-size-6-widescreen {
    font-size: 1rem !important; }
  .is-size-7-widescreen {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important; }
  .is-size-2-fullhd {
    font-size: 2.5rem !important; }
  .is-size-3-fullhd {
    font-size: 2rem !important; }
  .is-size-4-fullhd {
    font-size: 1.5rem !important; }
  .is-size-5-fullhd {
    font-size: 1.25rem !important; }
  .is-size-6-fullhd {
    font-size: 1rem !important; }
  .is-size-7-fullhd {
    font-size: 0.75rem !important; } }

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

.has-text-justified {
  text-align: justify !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 (min-width: 769px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important; } }

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

@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important; } }

@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important; } }

@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important; } }

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

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

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important; } }

@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important; } }

@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important; } }

@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important; } }

@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !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 (min-width: 769px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important; } }

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

@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important; } }

@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important; } }

@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    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; } }

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

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

@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important; } }

@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important; } }

@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    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-weight-light {
  font-weight: 300 !important; }

.has-text-weight-normal {
  font-weight: 400 !important; }

.has-text-weight-medium {
  font-weight: 500 !important; }

.has-text-weight-semibold {
  font-weight: 600 !important; }

.has-text-weight-bold {
  font-weight: 700 !important; }

.is-family-primary {
  font-family: "GalanoRegular", Helvetica, Arial, sans-serif !important; }

.is-family-secondary {
  font-family: "GalanoRegular", Helvetica, Arial, sans-serif !important; }

.is-family-sans-serif {
  font-family: "GalanoRegular", Helvetica, Arial, sans-serif !important; }

.is-family-monospace {
  font-family: monospace !important; }

.is-family-code {
  font-family: monospace !important; }

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

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

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

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

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

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

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important; } }

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

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important; } }

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

.is-flex {
  display: flex !important; }

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

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

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

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

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

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important; } }

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

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important; } }

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

.is-inline {
  display: inline !important; }

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

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

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

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

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

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important; } }

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

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important; } }

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

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

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

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

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important; } }

@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important; } }

@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important; } }

@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important; } }

@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important; } }

.is-inline-flex {
  display: inline-flex !important; }

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

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

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important; } }

@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important; } }

@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important; } }

@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important; } }

@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important; } }

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

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !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: 1023px) {
  .is-hidden-tablet-only {
    display: none !important; } }

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

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

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

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

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

@media screen and (min-width: 1408px) {
  .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: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important; } }

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

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

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

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

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

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

/* Bulma Grid */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem; }
  .columns.is-mobile > .column.is-narrow {
    flex: none;
    width: unset; }
  .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-0 {
    flex: none;
    width: 0%; }
  .columns.is-mobile > .column.is-offset-0 {
    margin-left: 0%; }
  .columns.is-mobile > .column.is-1 {
    flex: none;
    width: 8.33333%; }
  .columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333%; }
  .columns.is-mobile > .column.is-2 {
    flex: none;
    width: 16.66667%; }
  .columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66667%; }
  .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.33333%; }
  .columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333%; }
  .columns.is-mobile > .column.is-5 {
    flex: none;
    width: 41.66667%; }
  .columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66667%; }
  .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.33333%; }
  .columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333%; }
  .columns.is-mobile > .column.is-8 {
    flex: none;
    width: 66.66667%; }
  .columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66667%; }
  .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.33333%; }
  .columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333%; }
  .columns.is-mobile > .column.is-11 {
    flex: none;
    width: 91.66667%; }
  .columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66667%; }
  .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;
      width: unset; }
    .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-0-mobile {
      flex: none;
      width: 0%; }
    .column.is-offset-0-mobile {
      margin-left: 0%; }
    .column.is-1-mobile {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-mobile {
      margin-left: 8.33333%; }
    .column.is-2-mobile {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-mobile {
      margin-left: 16.66667%; }
    .column.is-3-mobile {
      flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-mobile {
      margin-left: 33.33333%; }
    .column.is-5-mobile {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-mobile {
      margin-left: 41.66667%; }
    .column.is-6-mobile {
      flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-mobile {
      margin-left: 58.33333%; }
    .column.is-8-mobile {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-mobile {
      margin-left: 66.66667%; }
    .column.is-9-mobile {
      flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-mobile {
      margin-left: 83.33333%; }
    .column.is-11-mobile {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-mobile {
      margin-left: 91.66667%; }
    .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;
      width: unset; }
    .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-0, .column.is-0-tablet {
      flex: none;
      width: 0%; }
    .column.is-offset-0, .column.is-offset-0-tablet {
      margin-left: 0%; }
    .column.is-1, .column.is-1-tablet {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1, .column.is-offset-1-tablet {
      margin-left: 8.33333%; }
    .column.is-2, .column.is-2-tablet {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2, .column.is-offset-2-tablet {
      margin-left: 16.66667%; }
    .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.33333%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
      margin-left: 33.33333%; }
    .column.is-5, .column.is-5-tablet {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5, .column.is-offset-5-tablet {
      margin-left: 41.66667%; }
    .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.33333%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
      margin-left: 58.33333%; }
    .column.is-8, .column.is-8-tablet {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8, .column.is-offset-8-tablet {
      margin-left: 66.66667%; }
    .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.33333%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
      margin-left: 83.33333%; }
    .column.is-11, .column.is-11-tablet {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11, .column.is-offset-11-tablet {
      margin-left: 91.66667%; }
    .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: 1023px) {
    .column.is-narrow-touch {
      flex: none;
      width: unset; }
    .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-0-touch {
      flex: none;
      width: 0%; }
    .column.is-offset-0-touch {
      margin-left: 0%; }
    .column.is-1-touch {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-touch {
      margin-left: 8.33333%; }
    .column.is-2-touch {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-touch {
      margin-left: 16.66667%; }
    .column.is-3-touch {
      flex: none;
      width: 25%; }
    .column.is-offset-3-touch {
      margin-left: 25%; }
    .column.is-4-touch {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-touch {
      margin-left: 33.33333%; }
    .column.is-5-touch {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-touch {
      margin-left: 41.66667%; }
    .column.is-6-touch {
      flex: none;
      width: 50%; }
    .column.is-offset-6-touch {
      margin-left: 50%; }
    .column.is-7-touch {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-touch {
      margin-left: 58.33333%; }
    .column.is-8-touch {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-touch {
      margin-left: 66.66667%; }
    .column.is-9-touch {
      flex: none;
      width: 75%; }
    .column.is-offset-9-touch {
      margin-left: 75%; }
    .column.is-10-touch {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-touch {
      margin-left: 83.33333%; }
    .column.is-11-touch {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-touch {
      margin-left: 91.66667%; }
    .column.is-12-touch {
      flex: none;
      width: 100%; }
    .column.is-offset-12-touch {
      margin-left: 100%; } }
  @media screen and (min-width: 1024px) {
    .column.is-narrow-desktop {
      flex: none;
      width: unset; }
    .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-0-desktop {
      flex: none;
      width: 0%; }
    .column.is-offset-0-desktop {
      margin-left: 0%; }
    .column.is-1-desktop {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-desktop {
      margin-left: 8.33333%; }
    .column.is-2-desktop {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-desktop {
      margin-left: 16.66667%; }
    .column.is-3-desktop {
      flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-desktop {
      margin-left: 33.33333%; }
    .column.is-5-desktop {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-desktop {
      margin-left: 41.66667%; }
    .column.is-6-desktop {
      flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-desktop {
      margin-left: 58.33333%; }
    .column.is-8-desktop {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-desktop {
      margin-left: 66.66667%; }
    .column.is-9-desktop {
      flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-desktop {
      margin-left: 83.33333%; }
    .column.is-11-desktop {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-desktop {
      margin-left: 91.66667%; }
    .column.is-12-desktop {
      flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; } }
  @media screen and (min-width: 1216px) {
    .column.is-narrow-widescreen {
      flex: none;
      width: unset; }
    .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-0-widescreen {
      flex: none;
      width: 0%; }
    .column.is-offset-0-widescreen {
      margin-left: 0%; }
    .column.is-1-widescreen {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-widescreen {
      margin-left: 8.33333%; }
    .column.is-2-widescreen {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-widescreen {
      margin-left: 16.66667%; }
    .column.is-3-widescreen {
      flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen {
      margin-left: 25%; }
    .column.is-4-widescreen {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-widescreen {
      margin-left: 33.33333%; }
    .column.is-5-widescreen {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-widescreen {
      margin-left: 41.66667%; }
    .column.is-6-widescreen {
      flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen {
      margin-left: 50%; }
    .column.is-7-widescreen {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-widescreen {
      margin-left: 58.33333%; }
    .column.is-8-widescreen {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-widescreen {
      margin-left: 66.66667%; }
    .column.is-9-widescreen {
      flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen {
      margin-left: 75%; }
    .column.is-10-widescreen {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-widescreen {
      margin-left: 83.33333%; }
    .column.is-11-widescreen {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-widescreen {
      margin-left: 91.66667%; }
    .column.is-12-widescreen {
      flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen {
      margin-left: 100%; } }
  @media screen and (min-width: 1408px) {
    .column.is-narrow-fullhd {
      flex: none;
      width: unset; }
    .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-0-fullhd {
      flex: none;
      width: 0%; }
    .column.is-offset-0-fullhd {
      margin-left: 0%; }
    .column.is-1-fullhd {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-fullhd {
      margin-left: 8.33333%; }
    .column.is-2-fullhd {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-fullhd {
      margin-left: 16.66667%; }
    .column.is-3-fullhd {
      flex: none;
      width: 25%; }
    .column.is-offset-3-fullhd {
      margin-left: 25%; }
    .column.is-4-fullhd {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-fullhd {
      margin-left: 33.33333%; }
    .column.is-5-fullhd {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-fullhd {
      margin-left: 41.66667%; }
    .column.is-6-fullhd {
      flex: none;
      width: 50%; }
    .column.is-offset-6-fullhd {
      margin-left: 50%; }
    .column.is-7-fullhd {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-fullhd {
      margin-left: 58.33333%; }
    .column.is-8-fullhd {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-fullhd {
      margin-left: 66.66667%; }
    .column.is-9-fullhd {
      flex: none;
      width: 75%; }
    .column.is-offset-9-fullhd {
      margin-left: 75%; }
    .column.is-10-fullhd {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-fullhd {
      margin-left: 83.33333%; }
    .column.is-11-fullhd {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-fullhd {
      margin-left: 91.66667%; }
    .column.is-12-fullhd {
      flex: none;
      width: 100%; }
    .column.is-offset-12-fullhd {
      margin-left: 100%; } }

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem; }
  .columns:last-child {
    margin-bottom: -0.75rem; }
  .columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 0.75rem); }
  .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: 1024px) {
    .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: 1023px) {
    .columns.is-variable.is-0-tablet-only {
      --columnGap: 0rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-0-touch {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-0-desktop {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-0-desktop-only {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-0-widescreen {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-0-widescreen-only {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1408px) {
    .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: 1023px) {
    .columns.is-variable.is-1-tablet-only {
      --columnGap: 0.25rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-1-touch {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-1-desktop {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-1-desktop-only {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-1-widescreen {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-1-widescreen-only {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1408px) {
    .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: 1023px) {
    .columns.is-variable.is-2-tablet-only {
      --columnGap: 0.5rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-2-touch {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-2-desktop {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-2-desktop-only {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-2-widescreen {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-2-widescreen-only {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1408px) {
    .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: 1023px) {
    .columns.is-variable.is-3-tablet-only {
      --columnGap: 0.75rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-3-touch {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-3-desktop {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-3-desktop-only {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-3-widescreen {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-3-widescreen-only {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1408px) {
    .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: 1023px) {
    .columns.is-variable.is-4-tablet-only {
      --columnGap: 1rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-4-touch {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-4-desktop {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-4-desktop-only {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-4-widescreen {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-4-widescreen-only {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1408px) {
    .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: 1023px) {
    .columns.is-variable.is-5-tablet-only {
      --columnGap: 1.25rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-5-touch {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-5-desktop {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-5-desktop-only {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-5-widescreen {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-5-widescreen-only {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1408px) {
    .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: 1023px) {
    .columns.is-variable.is-6-tablet-only {
      --columnGap: 1.5rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-6-touch {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-6-desktop {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-6-desktop-only {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-6-widescreen {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-6-widescreen-only {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1408px) {
    .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: 1023px) {
    .columns.is-variable.is-7-tablet-only {
      --columnGap: 1.75rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-7-touch {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-7-desktop {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-7-desktop-only {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-7-widescreen {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-7-widescreen-only {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1408px) {
    .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: 1023px) {
    .columns.is-variable.is-8-tablet-only {
      --columnGap: 2rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-8-touch {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-8-desktop {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-8-desktop-only {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-8-widescreen {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-8-widescreen-only {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1408px) {
    .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.33333%; }
    .tile.is-2 {
      flex: none;
      width: 16.66667%; }
    .tile.is-3 {
      flex: none;
      width: 25%; }
    .tile.is-4 {
      flex: none;
      width: 33.33333%; }
    .tile.is-5 {
      flex: none;
      width: 41.66667%; }
    .tile.is-6 {
      flex: none;
      width: 50%; }
    .tile.is-7 {
      flex: none;
      width: 58.33333%; }
    .tile.is-8 {
      flex: none;
      width: 66.66667%; }
    .tile.is-9 {
      flex: none;
      width: 75%; }
    .tile.is-10 {
      flex: none;
      width: 83.33333%; }
    .tile.is-11 {
      flex: none;
      width: 91.66667%; }
    .tile.is-12 {
      flex: none;
      width: 100%; } }

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto; }
  .container.is-fluid {
    max-width: none !important;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%; }
  @media screen and (min-width: 1024px) {
    .container {
      max-width: 960px; } }
  @media screen and (max-width: 1215px) {
    .container.is-widescreen:not(.is-max-desktop) {
      max-width: 1152px; } }
  @media screen and (max-width: 1407px) {
    .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
      max-width: 1344px; } }
  @media screen and (min-width: 1216px) {
    .container:not(.is-max-desktop) {
      max-width: 1152px; } }
  @media screen and (min-width: 1408px) {
    .container:not(.is-max-desktop):not(.is-max-widescreen) {
      max-width: 1344px; } }

.button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap; }
  .button strong {
    color: inherit; }
  .button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
    height: 1.5em;
    width: 1.5em; }
  .button .icon:first-child:not(:last-child) {
    margin-left: calc(-0.5em - 1px);
    margin-right: 0.25em; }
  .button .icon:last-child:not(:first-child) {
    margin-left: 0.25em;
    margin-right: calc(-0.5em - 1px); }
  .button .icon:first-child:last-child {
    margin-left: calc(-0.5em - 1px);
    margin-right: calc(-0.5em - 1px); }
  .button:hover, .button.is-hovered {
    border-color: #b5b5b5;
    color: #363636; }
  .button:focus, .button.is-focused {
    border-color: #2574db;
    color: #363636; }
    .button:focus:not(:active), .button.is-focused:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25); }
  .button:active, .button.is-active {
    border-color: #241f20;
    color: #363636; }
  .button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: #241f20;
    text-decoration: underline; }
    .button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
      background-color: whitesmoke;
      color: #363636; }
    .button.is-text:active, .button.is-text.is-active {
      background-color: #e8e8e8;
      color: #363636; }
    .button.is-text[disabled],
    fieldset[disabled] .button.is-text {
      background-color: transparent;
      border-color: transparent;
      box-shadow: none; }
  .button.is-ghost {
    background: none;
    border-color: transparent;
    color: #000000;
    text-decoration: none; }
    .button.is-ghost:hover, .button.is-ghost.is-hovered {
      color: #000000;
      text-decoration: underline; }
  .button.is-white {
    background-color: white;
    border-color: transparent;
    color: #000000; }
    .button.is-white:hover, .button.is-white.is-hovered {
      background-color: #f9f9f9;
      border-color: transparent;
      color: #000000; }
    .button.is-white:focus, .button.is-white.is-focused {
      border-color: transparent;
      color: #000000; }
      .button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
    .button.is-white:active, .button.is-white.is-active {
      background-color: #f2f2f2;
      border-color: transparent;
      color: #000000; }
    .button.is-white[disabled],
    fieldset[disabled] .button.is-white {
      background-color: white;
      border-color: transparent;
      box-shadow: none; }
    .button.is-white.is-inverted {
      background-color: #000000;
      color: white; }
      .button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
        background-color: black; }
      .button.is-white.is-inverted[disabled],
      fieldset[disabled] .button.is-white.is-inverted {
        background-color: #000000;
        border-color: transparent;
        box-shadow: none;
        color: white; }
    .button.is-white.is-loading::after {
      border-color: transparent transparent #000000 #000000 !important; }
    .button.is-white.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
      .button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
        background-color: white;
        border-color: white;
        color: #000000; }
      .button.is-white.is-outlined.is-loading::after {
        border-color: transparent transparent white white !important; }
      .button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #000000 #000000 !important; }
      .button.is-white.is-outlined[disabled],
      fieldset[disabled] .button.is-white.is-outlined {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
    .button.is-white.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #000000;
      color: #000000; }
      .button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
        background-color: #000000;
        color: white; }
      .button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent white white !important; }
      .button.is-white.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-white.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #000000;
        box-shadow: none;
        color: #000000; }
  .button.is-black {
    background-color: #000000;
    border-color: transparent;
    color: white; }
    .button.is-black:hover, .button.is-black.is-hovered {
      background-color: black;
      border-color: transparent;
      color: white; }
    .button.is-black:focus, .button.is-black.is-focused {
      border-color: transparent;
      color: white; }
      .button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25); }
    .button.is-black:active, .button.is-black.is-active {
      background-color: black;
      border-color: transparent;
      color: white; }
    .button.is-black[disabled],
    fieldset[disabled] .button.is-black {
      background-color: #000000;
      border-color: transparent;
      box-shadow: none; }
    .button.is-black.is-inverted {
      background-color: white;
      color: #000000; }
      .button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-black.is-inverted[disabled],
      fieldset[disabled] .button.is-black.is-inverted {
        background-color: white;
        border-color: transparent;
        box-shadow: none;
        color: #000000; }
    .button.is-black.is-loading::after {
      border-color: transparent transparent white white !important; }
    .button.is-black.is-outlined {
      background-color: transparent;
      border-color: #000000;
      color: #000000; }
      .button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
        background-color: #000000;
        border-color: #000000;
        color: white; }
      .button.is-black.is-outlined.is-loading::after {
        border-color: transparent transparent #000000 #000000 !important; }
      .button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent white white !important; }
      .button.is-black.is-outlined[disabled],
      fieldset[disabled] .button.is-black.is-outlined {
        background-color: transparent;
        border-color: #000000;
        box-shadow: none;
        color: #000000; }
    .button.is-black.is-inverted.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
      .button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
        background-color: white;
        color: #000000; }
      .button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #000000 #000000 !important; }
      .button.is-black.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-black.is-inverted.is-outlined {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
  .button.is-light {
    background-color: whitesmoke;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
    .button.is-light:hover, .button.is-light.is-hovered {
      background-color: #eeeeee;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
    .button.is-light:focus, .button.is-light.is-focused {
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
      .button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
    .button.is-light:active, .button.is-light.is-active {
      background-color: #e8e8e8;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
    .button.is-light[disabled],
    fieldset[disabled] .button.is-light {
      background-color: whitesmoke;
      border-color: transparent;
      box-shadow: none; }
    .button.is-light.is-inverted {
      background-color: rgba(0, 0, 0, 0.7);
      color: whitesmoke; }
      .button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
        background-color: rgba(0, 0, 0, 0.7); }
      .button.is-light.is-inverted[disabled],
      fieldset[disabled] .button.is-light.is-inverted {
        background-color: rgba(0, 0, 0, 0.7);
        border-color: transparent;
        box-shadow: none;
        color: whitesmoke; }
    .button.is-light.is-loading::after {
      border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
    .button.is-light.is-outlined {
      background-color: transparent;
      border-color: whitesmoke;
      color: whitesmoke; }
      .button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
        background-color: whitesmoke;
        border-color: whitesmoke;
        color: rgba(0, 0, 0, 0.7); }
      .button.is-light.is-outlined.is-loading::after {
        border-color: transparent transparent whitesmoke whitesmoke !important; }
      .button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
      .button.is-light.is-outlined[disabled],
      fieldset[disabled] .button.is-light.is-outlined {
        background-color: transparent;
        border-color: whitesmoke;
        box-shadow: none;
        color: whitesmoke; }
    .button.is-light.is-inverted.is-outlined {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.7);
      color: rgba(0, 0, 0, 0.7); }
      .button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
        background-color: rgba(0, 0, 0, 0.7);
        color: whitesmoke; }
      .button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent whitesmoke whitesmoke !important; }
      .button.is-light.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-light.is-inverted.is-outlined {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.7);
        box-shadow: none;
        color: rgba(0, 0, 0, 0.7); }
  .button.is-dark {
    background-color: #363636;
    border-color: transparent;
    color: #fff; }
    .button.is-dark:hover, .button.is-dark.is-hovered {
      background-color: #2f2f2f;
      border-color: transparent;
      color: #fff; }
    .button.is-dark:focus, .button.is-dark.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
    .button.is-dark:active, .button.is-dark.is-active {
      background-color: #292929;
      border-color: transparent;
      color: #fff; }
    .button.is-dark[disabled],
    fieldset[disabled] .button.is-dark {
      background-color: #363636;
      border-color: transparent;
      box-shadow: none; }
    .button.is-dark.is-inverted {
      background-color: #fff;
      color: #363636; }
      .button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-dark.is-inverted[disabled],
      fieldset[disabled] .button.is-dark.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #363636; }
    .button.is-dark.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-dark.is-outlined {
      background-color: transparent;
      border-color: #363636;
      color: #363636; }
      .button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
        background-color: #363636;
        border-color: #363636;
        color: #fff; }
      .button.is-dark.is-outlined.is-loading::after {
        border-color: transparent transparent #363636 #363636 !important; }
      .button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-dark.is-outlined[disabled],
      fieldset[disabled] .button.is-dark.is-outlined {
        background-color: transparent;
        border-color: #363636;
        box-shadow: none;
        color: #363636; }
    .button.is-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #363636; }
      .button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #363636 #363636 !important; }
      .button.is-dark.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-primary {
    background-color: #00d1b2;
    border-color: transparent;
    color: #fff; }
    .button.is-primary:hover, .button.is-primary.is-hovered {
      background-color: #00c4a7;
      border-color: transparent;
      color: #fff; }
    .button.is-primary:focus, .button.is-primary.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); }
    .button.is-primary:active, .button.is-primary.is-active {
      background-color: #00b89c;
      border-color: transparent;
      color: #fff; }
    .button.is-primary[disabled],
    fieldset[disabled] .button.is-primary {
      background-color: #00d1b2;
      border-color: transparent;
      box-shadow: none; }
    .button.is-primary.is-inverted {
      background-color: #fff;
      color: #00d1b2; }
      .button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-primary.is-inverted[disabled],
      fieldset[disabled] .button.is-primary.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #00d1b2; }
    .button.is-primary.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-primary.is-outlined {
      background-color: transparent;
      border-color: #00d1b2;
      color: #00d1b2; }
      .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
        background-color: #00d1b2;
        border-color: #00d1b2;
        color: #fff; }
      .button.is-primary.is-outlined.is-loading::after {
        border-color: transparent transparent #00d1b2 #00d1b2 !important; }
      .button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-primary.is-outlined[disabled],
      fieldset[disabled] .button.is-primary.is-outlined {
        background-color: transparent;
        border-color: #00d1b2;
        box-shadow: none;
        color: #00d1b2; }
    .button.is-primary.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #00d1b2; }
      .button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #00d1b2 #00d1b2 !important; }
      .button.is-primary.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-primary.is-light {
      background-color: #ebfffc;
      color: #00947e; }
      .button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
        background-color: #defffa;
        border-color: transparent;
        color: #00947e; }
      .button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
        background-color: #d1fff8;
        border-color: transparent;
        color: #00947e; }
  .button.is-link {
    background-color: #000000;
    border-color: transparent;
    color: #fff; }
    .button.is-link:hover, .button.is-link.is-hovered {
      background-color: black;
      border-color: transparent;
      color: #fff; }
    .button.is-link:focus, .button.is-link.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25); }
    .button.is-link:active, .button.is-link.is-active {
      background-color: black;
      border-color: transparent;
      color: #fff; }
    .button.is-link[disabled],
    fieldset[disabled] .button.is-link {
      background-color: #000000;
      border-color: transparent;
      box-shadow: none; }
    .button.is-link.is-inverted {
      background-color: #fff;
      color: #000000; }
      .button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-link.is-inverted[disabled],
      fieldset[disabled] .button.is-link.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #000000; }
    .button.is-link.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-link.is-outlined {
      background-color: transparent;
      border-color: #000000;
      color: #000000; }
      .button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
        background-color: #000000;
        border-color: #000000;
        color: #fff; }
      .button.is-link.is-outlined.is-loading::after {
        border-color: transparent transparent #000000 #000000 !important; }
      .button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-link.is-outlined[disabled],
      fieldset[disabled] .button.is-link.is-outlined {
        background-color: transparent;
        border-color: #000000;
        box-shadow: none;
        color: #000000; }
    .button.is-link.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #000000; }
      .button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #000000 #000000 !important; }
      .button.is-link.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-link.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-link.is-light {
      background-color: whitesmoke;
      color: #919191; }
      .button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
        background-color: #eeeeee;
        border-color: transparent;
        color: #919191; }
      .button.is-link.is-light:active, .button.is-link.is-light.is-active {
        background-color: #e8e8e8;
        border-color: transparent;
        color: #919191; }
  .button.is-info {
    background-color: #3298dc;
    border-color: transparent;
    color: #fff; }
    .button.is-info:hover, .button.is-info.is-hovered {
      background-color: #2793da;
      border-color: transparent;
      color: #fff; }
    .button.is-info:focus, .button.is-info.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); }
    .button.is-info:active, .button.is-info.is-active {
      background-color: #238cd1;
      border-color: transparent;
      color: #fff; }
    .button.is-info[disabled],
    fieldset[disabled] .button.is-info {
      background-color: #3298dc;
      border-color: transparent;
      box-shadow: none; }
    .button.is-info.is-inverted {
      background-color: #fff;
      color: #3298dc; }
      .button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-info.is-inverted[disabled],
      fieldset[disabled] .button.is-info.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #3298dc; }
    .button.is-info.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-info.is-outlined {
      background-color: transparent;
      border-color: #3298dc;
      color: #3298dc; }
      .button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
        background-color: #3298dc;
        border-color: #3298dc;
        color: #fff; }
      .button.is-info.is-outlined.is-loading::after {
        border-color: transparent transparent #3298dc #3298dc !important; }
      .button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-info.is-outlined[disabled],
      fieldset[disabled] .button.is-info.is-outlined {
        background-color: transparent;
        border-color: #3298dc;
        box-shadow: none;
        color: #3298dc; }
    .button.is-info.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #3298dc; }
      .button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #3298dc #3298dc !important; }
      .button.is-info.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-info.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-info.is-light {
      background-color: #eef6fc;
      color: #1d72aa; }
      .button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
        background-color: #e3f1fa;
        border-color: transparent;
        color: #1d72aa; }
      .button.is-info.is-light:active, .button.is-info.is-light.is-active {
        background-color: #d8ebf8;
        border-color: transparent;
        color: #1d72aa; }
  .button.is-success {
    background-color: #48c774;
    border-color: transparent;
    color: #fff; }
    .button.is-success:hover, .button.is-success.is-hovered {
      background-color: #3ec46d;
      border-color: transparent;
      color: #fff; }
    .button.is-success:focus, .button.is-success.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); }
    .button.is-success:active, .button.is-success.is-active {
      background-color: #3abb67;
      border-color: transparent;
      color: #fff; }
    .button.is-success[disabled],
    fieldset[disabled] .button.is-success {
      background-color: #48c774;
      border-color: transparent;
      box-shadow: none; }
    .button.is-success.is-inverted {
      background-color: #fff;
      color: #48c774; }
      .button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-success.is-inverted[disabled],
      fieldset[disabled] .button.is-success.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #48c774; }
    .button.is-success.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-success.is-outlined {
      background-color: transparent;
      border-color: #48c774;
      color: #48c774; }
      .button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
        background-color: #48c774;
        border-color: #48c774;
        color: #fff; }
      .button.is-success.is-outlined.is-loading::after {
        border-color: transparent transparent #48c774 #48c774 !important; }
      .button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-success.is-outlined[disabled],
      fieldset[disabled] .button.is-success.is-outlined {
        background-color: transparent;
        border-color: #48c774;
        box-shadow: none;
        color: #48c774; }
    .button.is-success.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #48c774; }
      .button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #48c774 #48c774 !important; }
      .button.is-success.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-success.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-success.is-light {
      background-color: #effaf3;
      color: #257942; }
      .button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
        background-color: #e6f7ec;
        border-color: transparent;
        color: #257942; }
      .button.is-success.is-light:active, .button.is-success.is-light.is-active {
        background-color: #dcf4e4;
        border-color: transparent;
        color: #257942; }
  .button.is-warning {
    background-color: #ffa100;
    border-color: transparent;
    color: #fff; }
    .button.is-warning:hover, .button.is-warning.is-hovered {
      background-color: #f29900;
      border-color: transparent;
      color: #fff; }
    .button.is-warning:focus, .button.is-warning.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(255, 161, 0, 0.25); }
    .button.is-warning:active, .button.is-warning.is-active {
      background-color: #e69100;
      border-color: transparent;
      color: #fff; }
    .button.is-warning[disabled],
    fieldset[disabled] .button.is-warning {
      background-color: #ffa100;
      border-color: transparent;
      box-shadow: none; }
    .button.is-warning.is-inverted {
      background-color: #fff;
      color: #ffa100; }
      .button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-warning.is-inverted[disabled],
      fieldset[disabled] .button.is-warning.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #ffa100; }
    .button.is-warning.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-warning.is-outlined {
      background-color: transparent;
      border-color: #ffa100;
      color: #ffa100; }
      .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
        background-color: #ffa100;
        border-color: #ffa100;
        color: #fff; }
      .button.is-warning.is-outlined.is-loading::after {
        border-color: transparent transparent #ffa100 #ffa100 !important; }
      .button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-warning.is-outlined[disabled],
      fieldset[disabled] .button.is-warning.is-outlined {
        background-color: transparent;
        border-color: #ffa100;
        box-shadow: none;
        color: #ffa100; }
    .button.is-warning.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #ffa100; }
      .button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #ffa100 #ffa100 !important; }
      .button.is-warning.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-warning.is-light {
      background-color: #fff7eb;
      color: #996100; }
      .button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
        background-color: #fff3de;
        border-color: transparent;
        color: #996100; }
      .button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
        background-color: #ffeed1;
        border-color: transparent;
        color: #996100; }
  .button.is-danger {
    background-color: #f14668;
    border-color: transparent;
    color: #fff; }
    .button.is-danger:hover, .button.is-danger.is-hovered {
      background-color: #f03a5f;
      border-color: transparent;
      color: #fff; }
    .button.is-danger:focus, .button.is-danger.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); }
    .button.is-danger:active, .button.is-danger.is-active {
      background-color: #ef2e55;
      border-color: transparent;
      color: #fff; }
    .button.is-danger[disabled],
    fieldset[disabled] .button.is-danger {
      background-color: #f14668;
      border-color: transparent;
      box-shadow: none; }
    .button.is-danger.is-inverted {
      background-color: #fff;
      color: #f14668; }
      .button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-danger.is-inverted[disabled],
      fieldset[disabled] .button.is-danger.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #f14668; }
    .button.is-danger.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-danger.is-outlined {
      background-color: transparent;
      border-color: #f14668;
      color: #f14668; }
      .button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
        background-color: #f14668;
        border-color: #f14668;
        color: #fff; }
      .button.is-danger.is-outlined.is-loading::after {
        border-color: transparent transparent #f14668 #f14668 !important; }
      .button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-danger.is-outlined[disabled],
      fieldset[disabled] .button.is-danger.is-outlined {
        background-color: transparent;
        border-color: #f14668;
        box-shadow: none;
        color: #f14668; }
    .button.is-danger.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #f14668; }
      .button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #f14668 #f14668 !important; }
      .button.is-danger.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-danger.is-light {
      background-color: #feecf0;
      color: #cc0f35; }
      .button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
        background-color: #fde0e6;
        border-color: transparent;
        color: #cc0f35; }
      .button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
        background-color: #fcd4dc;
        border-color: transparent;
        color: #cc0f35; }
  .button.is-small {
    font-size: 0.75rem; }
    .button.is-small:not(.is-rounded) {
      border-radius: 2px; }
  .button.is-normal {
    font-size: 1rem; }
  .button.is-medium {
    font-size: 1.25rem; }
  .button.is-large {
    font-size: 1.5rem; }
  .button[disabled],
  fieldset[disabled] .button {
    background-color: white;
    border-color: #dbdbdb;
    box-shadow: none;
    opacity: 0.5; }
  .button.is-fullwidth {
    display: flex;
    width: 100%; }
  .button.is-loading {
    color: transparent !important;
    pointer-events: none; }
    .button.is-loading::after {
      position: absolute;
      left: calc(50% - (1em / 2));
      top: calc(50% - (1em / 2));
      position: absolute !important; }
  .button.is-static {
    background-color: whitesmoke;
    border-color: #dbdbdb;
    color: #efefef;
    box-shadow: none;
    pointer-events: none; }
  .button.is-rounded {
    border-radius: 290486px;
    padding-left: calc(1em + 0.25em);
    padding-right: calc(1em + 0.25em); }

.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) {
    font-size: 0.75rem; }
    .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
      border-radius: 2px; }
  .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
    font-size: 1.25rem; }
  .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
    font-size: 1.5rem; }
  .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;
    flex-shrink: 1; }
  .buttons.is-centered {
    justify-content: center; }
    .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
      margin-left: 0.25rem;
      margin-right: 0.25rem; }
  .buttons.is-right {
    justify-content: flex-end; }
    .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
      margin-left: 0.25rem;
      margin-right: 0.25rem; }

/* Bulma Form */
.input, .textarea, .select select {
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636; }
  .input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered {
    border-color: #b5b5b5; }
  .input:focus, .textarea:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .input:active, .textarea:active, .select select:active, .is-active.input, .is-active.textarea, .select select.is-active {
    border-color: #000000;
    box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25); }
  .input[disabled], .textarea[disabled], .select select[disabled],
  fieldset[disabled] .input,
  fieldset[disabled] .textarea,
  fieldset[disabled] .select select,
  .select fieldset[disabled] select {
    background-color: whitesmoke;
    border-color: whitesmoke;
    box-shadow: none;
    color: #efefef; }
    .input[disabled]::-moz-placeholder, .textarea[disabled]::-moz-placeholder, .select select[disabled]::-moz-placeholder,
    fieldset[disabled] .input::-moz-placeholder,
    fieldset[disabled] .textarea::-moz-placeholder,
    fieldset[disabled] .select select::-moz-placeholder,
    .select fieldset[disabled] select::-moz-placeholder {
      color: rgba(239, 239, 239, 0.3); }
    .input[disabled]::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder,
    fieldset[disabled] .input::-webkit-input-placeholder,
    fieldset[disabled] .textarea::-webkit-input-placeholder,
    fieldset[disabled] .select select::-webkit-input-placeholder,
    .select fieldset[disabled] select::-webkit-input-placeholder {
      color: rgba(239, 239, 239, 0.3); }
    .input[disabled]:-moz-placeholder, .textarea[disabled]:-moz-placeholder, .select select[disabled]:-moz-placeholder,
    fieldset[disabled] .input:-moz-placeholder,
    fieldset[disabled] .textarea:-moz-placeholder,
    fieldset[disabled] .select select:-moz-placeholder,
    .select fieldset[disabled] select:-moz-placeholder {
      color: rgba(239, 239, 239, 0.3); }
    .input[disabled]:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder,
    fieldset[disabled] .input:-ms-input-placeholder,
    fieldset[disabled] .textarea:-ms-input-placeholder,
    fieldset[disabled] .select select:-ms-input-placeholder,
    .select fieldset[disabled] select:-ms-input-placeholder {
      color: rgba(239, 239, 239, 0.3); }

.input, .textarea {
  box-shadow: inset 0 0.0625em 0.125em rgba(0, 0, 0, 0.05);
  max-width: 100%;
  width: 100%; }
  .input[readonly], .textarea[readonly] {
    box-shadow: none; }
  .is-white.input, .is-white.textarea {
    border-color: white; }
    .is-white.input:focus, .is-white.textarea:focus, .is-white.is-focused.input, .is-white.is-focused.textarea, .is-white.input:active, .is-white.textarea:active, .is-white.is-active.input, .is-white.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
  .is-black.input, .is-black.textarea {
    border-color: #000000; }
    .is-black.input:focus, .is-black.textarea:focus, .is-black.is-focused.input, .is-black.is-focused.textarea, .is-black.input:active, .is-black.textarea:active, .is-black.is-active.input, .is-black.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25); }
  .is-light.input, .is-light.textarea {
    border-color: whitesmoke; }
    .is-light.input:focus, .is-light.textarea:focus, .is-light.is-focused.input, .is-light.is-focused.textarea, .is-light.input:active, .is-light.textarea:active, .is-light.is-active.input, .is-light.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
  .is-dark.input, .is-dark.textarea {
    border-color: #363636; }
    .is-dark.input:focus, .is-dark.textarea:focus, .is-dark.is-focused.input, .is-dark.is-focused.textarea, .is-dark.input:active, .is-dark.textarea:active, .is-dark.is-active.input, .is-dark.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
  .is-primary.input, .is-primary.textarea {
    border-color: #00d1b2; }
    .is-primary.input:focus, .is-primary.textarea:focus, .is-primary.is-focused.input, .is-primary.is-focused.textarea, .is-primary.input:active, .is-primary.textarea:active, .is-primary.is-active.input, .is-primary.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); }
  .is-link.input, .is-link.textarea {
    border-color: #000000; }
    .is-link.input:focus, .is-link.textarea:focus, .is-link.is-focused.input, .is-link.is-focused.textarea, .is-link.input:active, .is-link.textarea:active, .is-link.is-active.input, .is-link.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25); }
  .is-info.input, .is-info.textarea {
    border-color: #3298dc; }
    .is-info.input:focus, .is-info.textarea:focus, .is-info.is-focused.input, .is-info.is-focused.textarea, .is-info.input:active, .is-info.textarea:active, .is-info.is-active.input, .is-info.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); }
  .is-success.input, .is-success.textarea {
    border-color: #48c774; }
    .is-success.input:focus, .is-success.textarea:focus, .is-success.is-focused.input, .is-success.is-focused.textarea, .is-success.input:active, .is-success.textarea:active, .is-success.is-active.input, .is-success.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); }
  .is-warning.input, .is-warning.textarea {
    border-color: #ffa100; }
    .is-warning.input:focus, .is-warning.textarea:focus, .is-warning.is-focused.input, .is-warning.is-focused.textarea, .is-warning.input:active, .is-warning.textarea:active, .is-warning.is-active.input, .is-warning.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(255, 161, 0, 0.25); }
  .is-danger.input, .is-danger.textarea {
    border-color: #f14668; }
    .is-danger.input:focus, .is-danger.textarea:focus, .is-danger.is-focused.input, .is-danger.is-focused.textarea, .is-danger.input:active, .is-danger.textarea:active, .is-danger.is-active.input, .is-danger.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); }
  .is-small.input, .is-small.textarea {
    border-radius: 2px;
    font-size: 0.75rem; }
  .is-medium.input, .is-medium.textarea {
    font-size: 1.25rem; }
  .is-large.input, .is-large.textarea {
    font-size: 1.5rem; }
  .is-fullwidth.input, .is-fullwidth.textarea {
    display: block;
    width: 100%; }
  .is-inline.input, .is-inline.textarea {
    display: inline;
    width: auto; }

.input.is-rounded {
  border-radius: 290486px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em); }

.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: calc(0.75em - 1px);
  resize: vertical; }
  .textarea:not([rows]) {
    max-height: 40em;
    min-height: 8em; }
  .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: #363636; }
  .checkbox[disabled], .radio[disabled],
  fieldset[disabled] .checkbox,
  fieldset[disabled] .radio,
  .checkbox input[disabled],
  .radio input[disabled] {
    color: #efefef;
    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: 2.5em; }
  .select:not(.is-multiple):not(.is-loading)::after {
    border-color: #000000;
    right: 1.125em;
    z-index: 4; }
  .select.is-rounded select {
    border-radius: 290486px;
    padding-left: 1em; }
  .select select {
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none; }
    .select select::-ms-expand {
      display: none; }
    .select select[disabled]:hover,
    fieldset[disabled] .select select:hover {
      border-color: whitesmoke; }
    .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: #363636; }
  .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: #000000; }
  .select.is-black select {
    border-color: #000000; }
    .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(0, 0, 0, 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: #363636; }
  .select.is-dark select {
    border-color: #363636; }
    .select.is-dark select:hover, .select.is-dark select.is-hovered {
      border-color: #292929; }
    .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(54, 54, 54, 0.25); }
  .select.is-primary:not(:hover)::after {
    border-color: #00d1b2; }
  .select.is-primary select {
    border-color: #00d1b2; }
    .select.is-primary select:hover, .select.is-primary select.is-hovered {
      border-color: #00b89c; }
    .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(0, 209, 178, 0.25); }
  .select.is-link:not(:hover)::after {
    border-color: #000000; }
  .select.is-link select {
    border-color: #000000; }
    .select.is-link select:hover, .select.is-link select.is-hovered {
      border-color: black; }
    .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(0, 0, 0, 0.25); }
  .select.is-info:not(:hover)::after {
    border-color: #3298dc; }
  .select.is-info select {
    border-color: #3298dc; }
    .select.is-info select:hover, .select.is-info select.is-hovered {
      border-color: #238cd1; }
    .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(50, 152, 220, 0.25); }
  .select.is-success:not(:hover)::after {
    border-color: #48c774; }
  .select.is-success select {
    border-color: #48c774; }
    .select.is-success select:hover, .select.is-success select.is-hovered {
      border-color: #3abb67; }
    .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(72, 199, 116, 0.25); }
  .select.is-warning:not(:hover)::after {
    border-color: #ffa100; }
  .select.is-warning select {
    border-color: #ffa100; }
    .select.is-warning select:hover, .select.is-warning select.is-hovered {
      border-color: #e69100; }
    .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, 161, 0, 0.25); }
  .select.is-danger:not(:hover)::after {
    border-color: #f14668; }
  .select.is-danger select {
    border-color: #f14668; }
    .select.is-danger select:hover, .select.is-danger select.is-hovered {
      border-color: #ef2e55; }
    .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(241, 70, 104, 0.25); }
  .select.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
  .select.is-medium {
    font-size: 1.25rem; }
  .select.is-large {
    font-size: 1.5rem; }
  .select.is-disabled::after {
    border-color: #efefef; }
  .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: 0.75rem; }
  .select.is-loading.is-medium:after {
    font-size: 1.25rem; }
  .select.is-loading.is-large:after {
    font-size: 1.5rem; }

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative; }
  .file.is-white .file-cta {
    background-color: white;
    border-color: transparent;
    color: #000000; }
  .file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #000000; }
  .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: #000000; }
  .file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #000000; }
  .file.is-black .file-cta {
    background-color: #000000;
    border-color: transparent;
    color: white; }
  .file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
    background-color: black;
    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(0, 0, 0, 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: rgba(0, 0, 0, 0.7); }
  .file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
    background-color: #eeeeee;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .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: rgba(0, 0, 0, 0.7); }
  .file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
    background-color: #e8e8e8;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-dark .file-cta {
    background-color: #363636;
    border-color: transparent;
    color: #fff; }
  .file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
    background-color: #2f2f2f;
    border-color: transparent;
    color: #fff; }
  .file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
    color: #fff; }
  .file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
    background-color: #292929;
    border-color: transparent;
    color: #fff; }
  .file.is-primary .file-cta {
    background-color: #00d1b2;
    border-color: transparent;
    color: #fff; }
  .file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
    background-color: #00c4a7;
    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(0, 209, 178, 0.25);
    color: #fff; }
  .file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
    background-color: #00b89c;
    border-color: transparent;
    color: #fff; }
  .file.is-link .file-cta {
    background-color: #000000;
    border-color: transparent;
    color: #fff; }
  .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
    background-color: black;
    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(0, 0, 0, 0.25);
    color: #fff; }
  .file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
    background-color: black;
    border-color: transparent;
    color: #fff; }
  .file.is-info .file-cta {
    background-color: #3298dc;
    border-color: transparent;
    color: #fff; }
  .file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
    background-color: #2793da;
    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(50, 152, 220, 0.25);
    color: #fff; }
  .file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
    background-color: #238cd1;
    border-color: transparent;
    color: #fff; }
  .file.is-success .file-cta {
    background-color: #48c774;
    border-color: transparent;
    color: #fff; }
  .file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
    background-color: #3ec46d;
    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(72, 199, 116, 0.25);
    color: #fff; }
  .file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
    background-color: #3abb67;
    border-color: transparent;
    color: #fff; }
  .file.is-warning .file-cta {
    background-color: #ffa100;
    border-color: transparent;
    color: #fff; }
  .file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
    background-color: #f29900;
    border-color: transparent;
    color: #fff; }
  .file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 161, 0, 0.25);
    color: #fff; }
  .file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
    background-color: #e69100;
    border-color: transparent;
    color: #fff; }
  .file.is-danger .file-cta {
    background-color: #f14668;
    border-color: transparent;
    color: #fff; }
  .file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
    background-color: #f03a5f;
    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(241, 70, 104, 0.25);
    color: #fff; }
  .file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
    background-color: #ef2e55;
    border-color: transparent;
    color: #fff; }
  .file.is-small {
    font-size: 0.75rem; }
  .file.is-medium {
    font-size: 1.25rem; }
    .file.is-medium .file-icon .fa {
      font-size: 21px; }
  .file.is-large {
    font-size: 1.5rem; }
    .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: 4px; }
  .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: 4px 4px 0 0; }
  .file.is-boxed.has-name .file-name {
    border-radius: 0 0 4px 4px;
    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 4px 4px 0; }
    .file.is-right .file-name {
      border-radius: 4px 0 0 4px;
      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: #363636; }
  .file-label:hover .file-name {
    border-color: #d5d5d5; }
  .file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #363636; }
  .file-label:active .file-name {
    border-color: #cfcfcf; }

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

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

.file-cta {
  background-color: whitesmoke;
  color: #241f20; }

.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  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: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700; }
  .label:not(:last-child) {
    margin-bottom: 0.5em; }
  .label.is-small {
    font-size: 0.75rem; }
  .label.is-medium {
    font-size: 1.25rem; }
  .label.is-large {
    font-size: 1.5rem; }

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem; }
  .help.is-white {
    color: white; }
  .help.is-black {
    color: #000000; }
  .help.is-light {
    color: whitesmoke; }
  .help.is-dark {
    color: #363636; }
  .help.is-primary {
    color: #00d1b2; }
  .help.is-link {
    color: #000000; }
  .help.is-info {
    color: #3298dc; }
  .help.is-success {
    color: #48c774; }
  .help.is-warning {
    color: #ffa100; }
  .help.is-danger {
    color: #f14668; }

.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;
    flex-shrink: 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; }
    .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: 0.75rem;
      padding-top: 0.375em; }
    .field-label.is-normal {
      padding-top: 0.375em; }
    .field-label.is-medium {
      font-size: 1.25rem;
      padding-top: 0.375em; }
    .field-label.is-large {
      font-size: 1.5rem;
      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: 1rem;
  position: relative;
  text-align: inherit; }
  .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: #241f20; }
  .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: 0.75rem; }
  .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.25rem; }
  .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: 1.5rem; }
  .control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.5em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.5em;
    z-index: 4; }
  .control.has-icons-left .input,
  .control.has-icons-left .select select {
    padding-left: 2.5em; }
  .control.has-icons-left .icon.is-left {
    left: 0; }
  .control.has-icons-right .input,
  .control.has-icons-right .select select {
    padding-right: 2.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: 0.75rem; }
  .control.is-loading.is-medium:after {
    font-size: 1.25rem; }
  .control.is-loading.is-large:after {
    font-size: 1.5rem; }

.size-1, h1, .page-template-template-about .module--about-diversity h2,
.size-2,
h2,
.single-resource .module--content-header .content-header h1,
.size-3,
h3,
.size-4,
h4,
.size-5,
h5,
#main .body-content table h4,
.module--search-results h1,
.size-6,
h6,
.module--events .resources-body .eyebrow,
.featured-resources ul li,
.module--newsletter p,
.modal-contributors ul li,
.single-resource .module--content-header .content-header .meta,
.single-resource .module--content-body .quicknav ul a,
.single-resource .module--content-body .suggested-resource ul li,
.single-resource .module--content-assets ul li,
.archive.tax-teams .contributors-list ul li,
.page-template-template-events-landing .module--hero .featured-events ul li {
  margin-bottom: 1.2rem; }
  @media screen and (min-width: 1024px) {
    .size-1, h1, .page-template-template-about .module--about-diversity h2,
    .size-2,
    h2,
    .single-resource .module--content-header .content-header h1,
    .size-3,
    h3,
    .size-4,
    h4,
    .size-5,
    h5,
    #main .body-content table h4,
    .module--search-results h1,
    .size-6,
    h6,
    .module--events .resources-body .eyebrow,
    .featured-resources ul li,
    .module--newsletter p,
    .modal-contributors ul li,
    .single-resource .module--content-header .content-header .meta,
    .single-resource .module--content-body .quicknav ul a,
    .single-resource .module--content-body .suggested-resource ul li,
    .single-resource .module--content-assets ul li,
    .archive.tax-teams .contributors-list ul li,
    .page-template-template-events-landing .module--hero .featured-events ul li {
      margin-bottom: 2rem; } }

.size-1, h1, .page-template-template-about .module--about-diversity h2 {
  font-size: 3.4rem;
  line-height: 3.8rem; }
  @media screen and (min-width: 1024px) {
    .size-1, h1, .page-template-template-about .module--about-diversity h2 {
      font-size: 7.2rem;
      line-height: 7.6rem;
      letter-spacing: -0.18rem; } }


.size-2,
h2,
.single-resource .module--content-header .content-header h1 {
  font-size: 3.2rem;
  line-height: 3.6rem; }
  @media screen and (min-width: 1024px) {
    
    .size-2,
    h2,
    .single-resource .module--content-header .content-header h1 {
      font-size: 6rem;
      line-height: 6.4rem;
      letter-spacing: -0.15rem; } }


.size-3,
h3 {
  font-size: 1.8rem;
  line-height: 2.4rem; }
  @media screen and (min-width: 1024px) {
    
    .size-3,
    h3 {
      font-size: 4.2rem;
      line-height: 4.8rem;
      letter-spacing: -0.07rem; } }


.size-4,
h4 {
  font-size: 2.4rem;
  line-height: 2.8rem; }
  @media screen and (min-width: 1024px) {
    
    .size-4,
    h4 {
      font-size: 3.6rem;
      line-height: 4rem;
      letter-spacing: -0.05rem; } }


.size-5,
h5,
#main .body-content table h4,
.module--search-results h1 {
  font-size: 2.4rem;
  line-height: 3rem; }
  @media screen and (min-width: 1024px) {
    
    .size-5,
    h5,
    #main .body-content table h4,
    .module--search-results h1 {
      font-size: 2.4rem;
      line-height: 2.8rem;
      letter-spacing: -0.03rem; } }

@media screen and (min-width: 1024px) {
  .size-5-desktop {
    font-size: 2.4rem;
    line-height: 2.8rem;
    letter-spacing: -0.03rem; } }


.size-6,
h6,
.module--events .resources-body .eyebrow,
.featured-resources ul li,
.module--newsletter p,
.modal-contributors ul li,
.single-resource .module--content-header .content-header .meta,
.single-resource .module--content-body .quicknav ul a,
.single-resource .module--content-body .suggested-resource ul li,
.single-resource .module--content-assets ul li,
.archive.tax-teams .contributors-list ul li,
.page-template-template-events-landing .module--hero .featured-events ul li {
  font-size: 1.4rem;
  line-height: 2rem; }
  @media screen and (min-width: 1024px) {
    
    .size-6,
    h6,
    .module--events .resources-body .eyebrow,
    .featured-resources ul li,
    .module--newsletter p,
    .modal-contributors ul li,
    .single-resource .module--content-header .content-header .meta,
    .single-resource .module--content-body .quicknav ul a,
    .single-resource .module--content-body .suggested-resource ul li,
    .single-resource .module--content-assets ul li,
    .archive.tax-teams .contributors-list ul li,
    .page-template-template-events-landing .module--hero .featured-events ul li {
      font-size: 1.8rem;
      line-height: 2.4rem; } }

.size-7, .featured-resources .featured-footer a, .single-resource .module--content-header .content-header .breadcrumb, .page-template-template-events-landing .module--hero .featured-events .featured-footer a {
  font-size: 1.4rem;
  line-height: 2rem; }
  @media screen and (min-width: 1024px) {
    .size-7, .featured-resources .featured-footer a, .single-resource .module--content-header .content-header .breadcrumb, .page-template-template-events-landing .module--hero .featured-events .featured-footer a {
      font-size: 1.6rem;
      line-height: 2.2rem; } }

.size-8, .featured-resources .featured-footer p,
.featured-resources .featured-footer p:first-of-type, .modal-filter .modal-header .button--text, .modal-filter .modal-body dl dd, .modal-filter .modal-body ul, .modal-filter .modal-body .button--text, .modal-contributors .author .author-details, .single-resource .module--content-header .content-header .author .author-details, .archive.tax-teams .contributors-list .author .author-details, .page-template-template-events-landing .module--hero .featured-events .featured-footer p, .tag {
  font-size: 1.4rem;
  line-height: 2rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GalanoBold", Helvetica, Arial, sans-serif; }

p,
ul,
ol, #main .body-content table td {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 1.2rem; }
  @media screen and (min-width: 1024px) {
    p,
    ul,
    ol, #main .body-content table td {
      font-size: 1.6rem;
      line-height: 2.2rem;
      letter-spacing: -0.03rem;
      margin-bottom: 2rem; } }

ul li,
ol li {
  margin-bottom: 1rem; }

a {
  color: #000000;
  text-decoration: underline; }

a:hover {
  color: #000000; }

.eyebrow, .module--success-stories .ss-nav li button, .module--success-stories .ss-label {
  font-family: "GalanoSemibold", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: normal;
  letter-spacing: 0.2rem;
  text-transform: uppercase; }
  @media screen and (min-width: 1024px) {
    .eyebrow, .module--success-stories .ss-nav li button, .module--success-stories .ss-label {
      font-size: 1.4rem; } }

b, strong {
  font-family: "GalanoBold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: inherit; }

.eyebrow {
  margin-bottom: 2rem;
  display: block; }
  .eyebrow.eyebrow--small {
    font-size: 1.2rem; }

.logo-name-lockup {
  font-family: "GalanoBold", Helvetica, Arial, sans-serif;
  margin-bottom: 2rem;
  display: block; }
  .logo-name-lockup .prod-name {
    margin-left: .5rem; }

.upl-circle-header {
  float: left;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("/wp-content/themes/upland/assets/images/logos/logo-upland-circle-blue.svg");
  background-repeat: no-repeat;
  background-size: 2.4rem; }
  .upl-circle-header.is-small {
    width: 2rem;
    height: 2rem;
    background-size: 2rem;
    margin-top: .1rem; }
  .upl-circle-header.is-yellow {
    background-image: url("/wp-content/themes/upland/assets/images/logos/logo-upland-circle-yellow.svg"); }
  .upl-circle-header.is-black {
    background-image: url("/wp-content/themes/upland/assets/images/logos/logo-upland-circle-black.svg"); }

.has-text-white .upl-circle-header {
  background-image: url("/wp-content/themes/upland/assets/images/logos/logo-upland-circle-white.svg"); }

.banner {
  font-family: "GalanoSemibold", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  text-align: center;
  background-color: #ffa100;
  padding: 1.2rem 0;
  height: 4.5rem;
  overflow: hidden; }
  .banner .container {
    padding: 0; }
    @media screen and (max-width: 768px) {
      .banner .container {
        padding-left: 1rem;
        padding-right: 1rem; } }
  .banner span.banner-message {
    padding-right: .5rem; }
  .banner span.banner-cta {
    padding-left: .5rem; }
  @media screen and (min-width: 1024px) {
    .banner span.banner-message {
      padding-right: 1rem; }
    .banner span.banner-cta {
      padding-left: 1rem; } }
  @media screen and (min-width: 1024px) {
    .banner {
      font-size: 1.4rem; } }
  .banner .banner-slot {
    transition: all 0.15s ease-in-out;
    margin-top: .8rem;
    visibility: hidden;
    opacity: 0;
    height: 0; }
    .banner .banner-slot.is-active {
      margin-top: 0;
      visibility: visible;
      opacity: 1;
      height: auto; }
    @media screen and (min-width: 1024px) {
      .banner .banner-slot {
        position: absolute;
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .banner .banner-cta a {
      position: relative;
      display: inline-block;
      text-decoration: none;
      padding-right: 1.6rem; }
      .banner .banner-cta a:before, .banner .banner-cta a:after {
        content: "";
        position: absolute;
        right: 0; }
      .banner .banner-cta a:before {
        width: 1rem;
        height: .2rem;
        margin-top: .8rem;
        margin-left: 0rem;
        background-color: #000000; }
      .banner .banner-cta a:after {
        width: 0.8rem;
        height: 0.8rem;
        margin-top: .5rem;
        margin-left: .2rem;
        border: solid #000000;
        border-width: 0 .2rem .2rem 0;
        transform: rotate(-45deg); } }
  .banner .banner-controls,
  .banner .banner-close {
    position: absolute;
    top: 0; }
  .banner .banner-controls {
    left: 0;
    z-index: 51; }
    .banner .banner-controls .prev,
    .banner .banner-controls .next {
      display: inline-block;
      width: 1.6rem;
      height: 1rem; }
    .banner .banner-controls .prev:before {
      content: "";
      position: absolute;
      width: 0.8rem;
      height: 0.8rem;
      margin-top: 0.1rem;
      margin-left: -0.4rem;
      border: solid #000000;
      border-width: 0 .2rem .2rem 0;
      transform: rotate(135deg); }
    .banner .banner-controls .next:after {
      content: "";
      position: absolute;
      width: 0.8rem;
      height: 0.8rem;
      margin-top: 0.1rem;
      margin-left: -0.4rem;
      border: solid #000000;
      border-width: 0 .2rem .2rem 0;
      transform: rotate(-45deg); }
  .banner .banner-close {
    right: 0; }
    .banner .banner-close a {
      text-decoration: none;
      display: inline-block;
      width: 2rem;
      height: 2rem; }
      .banner .banner-close a:before, .banner .banner-close a:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 2rem;
        height: .3rem;
        background-color: #000000;
        margin-top: .9rem; }
      .banner .banner-close a:before {
        transform: rotate(-45deg); }
      .banner .banner-close a:after {
        transform: rotate(45deg); }

#site-header.has-sticky-subnav .subnav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 51;
  background: #F8F8F8;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 1024px) {
    #site-header.has-sticky-subnav .subnav .prod-logo {
      padding-left: 3.8rem; } }
  #site-header.has-sticky-subnav .subnav .prod-logo:before {
    opacity: 1;
    visibility: visible; }

#site-header.has-sticky-subnav .secondary-desk .menu-depth-1 {
  background-color: #F8F8F8; }

.header {
  position: relative;
  padding: 2rem 0; }
  @media screen and (min-width: 1024px) {
    .header {
      padding: 4rem 0;
      text-align: right; } }
  .header > .container {
    position: static; }
  .header .logo {
    width: 153px;
    height: 38px;
    display: block;
    position: relative;
    z-index: 51; }
    @media screen and (min-width: 1024px) {
      .header .logo {
        float: left; } }
  .header nav.primary-desk {
    display: inline-block; }
    .header nav.primary-desk > ul {
      margin-bottom: 0; }
      .header nav.primary-desk > ul > li {
        margin: 0 5.2rem 0 0; }
        .header nav.primary-desk > ul > li > a {
          font-family: "GalanoSemibold", Helvetica, Arial, sans-serif;
          font-size: 1.6rem;
          text-decoration: none;
          padding: 0.8rem 0;
          position: relative;
          display: inline-block;
          z-index: 51; }
          .header nav.primary-desk > ul > li > a:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 0.5rem;
            background-color: #ffa100;
            opacity: 0;
            transition: all 0.15s ease-in-out; }
        .header nav.primary-desk > ul > li.menu-item-depth-0.menu-item-has-children {
          padding-right: 1rem;
          position: inherit; }
          .header nav.primary-desk > ul > li.menu-item-depth-0.menu-item-has-children:after {
            content: "";
            position: absolute;
            top: 4rem;
            width: 0.8rem;
            height: 0.8rem;
            margin-top: 1.4rem;
            margin-left: .6rem;
            border: solid #000000;
            border-width: 0 .2rem .2rem 0;
            transform: rotate(45deg);
            transition: all 0.15s ease-in-out; }
          .header nav.primary-desk > ul > li.menu-item-depth-0.menu-item-has-children:hover:after {
            margin-top: 1.8rem;
            transform: rotate(-135deg); }
        .header nav.primary-desk > ul > li:hover > a:after {
          opacity: 1; }
        .header nav.primary-desk > ul > li:hover > .mega-wrap {
          visibility: visible;
          opacity: 1; }
        .header nav.primary-desk > ul > li.current-menu-item a:after,
        .header nav.primary-desk > ul > li.current-page-ancestor a:after {
          opacity: 1; }
        .header nav.primary-desk > ul > li:last-child {
          margin-right: 0; }
    .header nav.primary-desk .mega-wrap {
      position: absolute;
      left: 0;
      width: 100%;
      z-index: 101;
      background: white;
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
      transition: all 0.15s ease-in-out;
      visibility: hidden;
      opacity: 0; }
      .header nav.primary-desk .mega-wrap .menu-depth-1 {
        max-width: 1344px;
        margin: 0 auto;
        text-align: left;
        padding-top: 4rem;
        padding-bottom: 4rem; }
        @media screen and (min-width: 1024px) {
          .header nav.primary-desk .mega-wrap .menu-depth-1 {
            max-width: 960px; } }
        @media screen and (min-width: 1216px) {
          .header nav.primary-desk .mega-wrap .menu-depth-1 {
            max-width: 1152px; } }
        @media screen and (min-width: 1408px) {
          .header nav.primary-desk .mega-wrap .menu-depth-1 {
            max-width: 1344px; } }
        .header nav.primary-desk .mega-wrap .menu-depth-1 .menu-item-depth-1 {
          padding-top: 3rem;
          border-top: 0.1rem solid #efefef; }
          .header nav.primary-desk .mega-wrap .menu-depth-1 .menu-item-depth-1 > a {
            font-family: "GalanoSemibold", Helvetica, Arial, sans-serif;
            font-size: 1.1rem;
            line-height: 1.1rem;
            letter-spacing: 0.2rem;
            text-transform: uppercase;
            text-decoration: none;
            display: inline-block;
            cursor: default;
            margin-bottom: 2rem;
            margin-left: 2rem; }
            .header nav.primary-desk .mega-wrap .menu-depth-1 .menu-item-depth-1 > a:hover {
              color: #000000; }
          .header nav.primary-desk .mega-wrap .menu-depth-1 .menu-item-depth-1 .columns {
            margin: 0; }
            .header nav.primary-desk .mega-wrap .menu-depth-1 .menu-item-depth-1 .columns .column {
              padding: 0; }
        .header nav.primary-desk .mega-wrap .menu-depth-1 .menu-item-depth-1:last-child .menu-depth-2 .menu-item-depth-2 {
          position: relative; }
        .header nav.primary-desk .mega-wrap .menu-depth-1 .menu-item-depth-1:last-child .menu-depth-2 .menu-item-depth-2 a {
          padding-left: 5rem; }
        .header nav.primary-desk .mega-wrap .menu-depth-1 .menu-item-depth-1:last-child .menu-depth-2 .menu-item-depth-2:not(:last-child) a:before {
          content: "";
          position: absolute;
          left: 1.8rem;
          top: 1.8rem;
          width: 2.4rem;
          height: 2.4rem;
          background-image: url("/wp-content/themes/upland/assets/images/logos/logo-upland-circle-blue.svg");
          background-repeat: no-repeat;
          background-size: 2.4rem; }
        .header nav.primary-desk .mega-wrap .menu-depth-1 .menu-item-depth-1:last-child .menu-depth-2 .menu-item-depth-2:last-child a:hover {
          background-color: transparent;
          text-decoration: underline; }
        .header nav.primary-desk .mega-wrap .menu-depth-1 .menu-item-depth-1:last-child .menu-depth-2 .menu-item-depth-2:last-child a:after {
          content: "";
          position: absolute;
          width: 0.8rem;
          height: 0.8rem;
          margin-top: .8rem;
          margin-left: .4rem;
          border: solid #000000;
          border-width: 0 .2rem .2rem 0;
          transform: rotate(-45deg); }
      .header nav.primary-desk .mega-wrap .menu-item-depth-2 {
        margin-bottom: 0; }
        .header nav.primary-desk .mega-wrap .menu-item-depth-2 > a {
          font-family: "GalanoBold", Helvetica, Arial, sans-serif;
          font-size: 1.8rem;
          text-decoration: none;
          display: inline-block;
          padding: 2rem;
          transition: all 0.15s ease-in-out; }
          .header nav.primary-desk .mega-wrap .menu-item-depth-2 > a .sub-desc {
            font-family: "GalanoRegular", Helvetica, Arial, sans-serif;
            font-size: 1.4rem;
            line-height: 1.8rem;
            display: block;
            max-width: 80%;
            margin-top: .5rem; }
          .header nav.primary-desk .mega-wrap .menu-item-depth-2 > a:hover {
            background-color: #efefef; }

@media screen and (max-width: 1215px) {
  .subnav {
    border-top: 1px solid #efefef;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
    .subnav a {
      white-space: nowrap; }
    .subnav .prod-logo {
      color: #000000 !important;
      margin-right: 4rem; } }

@media screen and (min-width: 1216px) {
  .subnav {
    text-align: right;
    position: relative;
    z-index: 100; } }

.subnav .container {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media screen and (min-width: 1216px) {
    .subnav .container {
      border-top: 1px solid #efefef; } }
  @media screen and (min-width: 1216px) {
    .subnav .container {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

@media screen and (min-width: 1216px) {
  .subnav .prod-logo {
    position: relative;
    float: left;
    transition: all 0.15s ease-in-out;
    padding-left: 0;
    margin: 1.2rem 0; } }

.subnav .prod-logo:before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  left: 0;
  margin-top: -.4rem;
  background-image: url("/wp-content/themes/upland/assets/images/logos/logo-upland-circle-blue.svg");
  background-repeat: no-repeat;
  background-size: 3rem;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden; }

.subnav a {
  font-family: "GalanoSemibold", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  padding: 0;
  text-decoration: none;
  position: relative;
  display: inline-block; }
  @media screen and (min-width: 1216px) {
    .subnav a {
      margin: 1.4rem 0 0; } }

.subnav nav.secondary-desk {
  display: inline-block; }
  .subnav nav.secondary-desk ul {
    margin-bottom: 0; }
  .subnav nav.secondary-desk li {
    margin-bottom: 0; }
    .subnav nav.secondary-desk li a {
      font-size: 1.4rem;
      color: #2574db; }
  .subnav nav.secondary-desk li.menu-item-depth-0 {
    margin-right: 4rem;
    padding: 0;
    position: relative; }
  .subnav nav.secondary-desk li.menu-item-depth-0:not(:last-child) a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.2rem;
    width: 100%;
    height: 0.3rem;
    background-color: #ffa100;
    opacity: 0;
    transition: all 0.15s ease-in-out; }
  .subnav nav.secondary-desk li.menu-item-depth-0:not(:last-child) a:hover:after {
    opacity: 1; }
  .subnav nav.secondary-desk li.menu-item-depth-0:not(:last-child).current-menu-item:not(.globe) > a {
    color: #000000; }
    .subnav nav.secondary-desk li.menu-item-depth-0:not(:last-child).current-menu-item:not(.globe) > a:after {
      opacity: 1; }
  .subnav nav.secondary-desk li.menu-item-depth-0:not(:last-child).menu-item-has-children {
    padding-right: 1rem; }
    .subnav nav.secondary-desk li.menu-item-depth-0:not(:last-child).menu-item-has-children:after {
      content: "";
      position: absolute;
      top: 1.8rem;
      width: 0.8rem;
      height: 0.8rem;
      margin-left: .6rem;
      border: solid #2574db;
      border-width: 0 .2rem .2rem 0;
      transform: rotate(45deg);
      transition: all 0.15s ease-in-out; }
      @media screen and (max-width: 1215px) {
        .subnav nav.secondary-desk li.menu-item-depth-0:not(:last-child).menu-item-has-children:after {
          top: .4rem;
          margin-left: 0;
          right: -.2rem; } }
    .subnav nav.secondary-desk li.menu-item-depth-0:not(:last-child).menu-item-has-children:hover:after {
      transform: rotate(-135deg);
      top: 2.3rem; }
      @media screen and (max-width: 1215px) {
        .subnav nav.secondary-desk li.menu-item-depth-0:not(:last-child).menu-item-has-children:hover:after {
          top: .8rem; } }
    .subnav nav.secondary-desk li.menu-item-depth-0:not(:last-child).menu-item-has-children.globe {
      margin-left: 1.2rem; }
      .subnav nav.secondary-desk li.menu-item-depth-0:not(:last-child).menu-item-has-children.globe:before {
        content: "";
        position: absolute;
        top: 1.8rem;
        width: 1.2rem;
        height: 1.2rem;
        margin-left: -1.6rem;
        background-image: url("/wp-content/themes/upland/assets/images/nav/globe.svg");
        background-repeat: no-repeat;
        background-size: 1.2rem; }
        @media screen and (max-width: 1215px) {
          .subnav nav.secondary-desk li.menu-item-depth-0:not(:last-child).menu-item-has-children.globe:before {
            top: .4rem; } }
    .subnav nav.secondary-desk li.menu-item-depth-0:not(:last-child).menu-item-has-children ul.menu-depth-1 {
      position: absolute;
      background-color: white;
      margin-top: 1.2rem;
      opacity: 0;
      visibility: hidden;
      transition: all 0.15s ease-in-out;
      padding: 0 3.5rem 1rem 1.5rem;
      margin-left: -1.5rem;
      text-align: left;
      left: 0;
      white-space: nowrap;
      width: max-content; }
      .subnav nav.secondary-desk li.menu-item-depth-0:not(:last-child).menu-item-has-children ul.menu-depth-1 li a {
        margin-top: 1.2rem; }
      .subnav nav.secondary-desk li.menu-item-depth-0:not(:last-child).menu-item-has-children ul.menu-depth-1 li:first-child a {
        margin-top: 0; }
    .subnav nav.secondary-desk li.menu-item-depth-0:not(:last-child).menu-item-has-children:hover ul.menu-depth-1 {
      opacity: 1;
      visibility: visible; }
  .subnav nav.secondary-desk li.menu-item-depth-0:last-child {
    margin-right: 1rem; }
    @media screen and (min-width: 1216px) {
      .subnav nav.secondary-desk li.menu-item-depth-0:last-child {
        margin-right: 0; } }
    .subnav nav.secondary-desk li.menu-item-depth-0:last-child a {
      background-color: transparent;
      border: 1px solid transparent;
      border-color: #2574db;
      color: #2574db;
      border-radius: 25px;
      padding: 1.2rem 2.4rem;
      margin-top: .1rem;
      transition: all 0.15s ease-in-out; }
      .subnav nav.secondary-desk li.menu-item-depth-0:last-child a:hover {
        background-color: #2574db;
        border-color: #2574db;
        color: white; }
      @media screen and (max-width: 1215px) {
        .subnav nav.secondary-desk li.menu-item-depth-0:last-child a {
          padding: 1rem 1.4rem;
          margin-top: -2rem; } }

/** Mobile nav **/
.header .hamburger-icon {
  position: absolute;
  top: 2.7rem;
  right: 2rem;
  width: 2.8rem;
  height: 2.2rem;
  z-index: 101; }
  .header .hamburger-icon span {
    width: 100%;
    height: 0.2rem;
    margin-top: 1rem;
    background: #2574db;
    display: block; }
    .header .hamburger-icon span:before, .header .hamburger-icon span:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 0.2rem;
      left: 0;
      background: #2574db;
      transition-duration: .15s,.15s;
      transition-delay: .15s, 0s; }
    .header .hamburger-icon span:before {
      top: 0;
      transition-property: top,transform; }
    .header .hamburger-icon span:after {
      bottom: 0;
      transition-property: bottom,transform; }

.header .nav-mobile-wrapper {
  position: fixed;
  top: 7rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 100;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll; }

.header nav.primary-mobile > ul {
  margin: 0 2rem; }
  .header nav.primary-mobile > ul .menu-item-depth-0 {
    padding: 2rem 0;
    border-bottom: 0.1rem solid #efefef;
    margin-bottom: 0; }
    .header nav.primary-mobile > ul .menu-item-depth-0 a.main-menu-link {
      font-family: "GalanoSemibold", Helvetica, Arial, sans-serif;
      font-size: 1.6rem;
      text-decoration: none;
      display: block; }
    .header nav.primary-mobile > ul .menu-item-depth-0.menu-item-has-children {
      position: relative; }
      .header nav.primary-mobile > ul .menu-item-depth-0.menu-item-has-children:after {
        content: "";
        position: absolute;
        top: 2.4rem;
        right: 1rem;
        width: 0.8rem;
        height: 0.8rem;
        border: solid #000000;
        border-width: 0 .2rem .2rem 0;
        transform: rotate(45deg);
        transition: all 0.15s ease-in-out; }
    .header nav.primary-mobile > ul .menu-item-depth-0.menu-item-has-children.menu-open:after {
      margin-top: .3rem;
      transform: rotate(-135deg); }
    .header nav.primary-mobile > ul .menu-item-depth-0.menu-item-has-children.menu-open .menu-depth-1 {
      display: block;
      margin-top: 2rem; }
  .header nav.primary-mobile > ul .menu-depth-1 {
    display: none;
    margin: 1rem 0 0;
    transition: all 0.15s ease-in-out; }
    .header nav.primary-mobile > ul .menu-depth-1 .menu-item-depth-1 {
      display: inline-block;
      width: 49.35%;
      text-align: left;
      vertical-align: top;
      margin-bottom: 0; }
      .header nav.primary-mobile > ul .menu-depth-1 .menu-item-depth-1 > a.sub-menu-link {
        font-family: "GalanoSemibold", Helvetica, Arial, sans-serif;
        font-size: 1.1rem;
        line-height: 1.1rem;
        letter-spacing: 0.2rem;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        cursor: default;
        margin-bottom: 1.4rem; }
        .header nav.primary-mobile > ul .menu-depth-1 .menu-item-depth-1 > a.sub-menu-link:hover {
          color: #000000; }
      .header nav.primary-mobile > ul .menu-depth-1 .menu-item-depth-1:last-child .menu-item-depth-2:last-child a {
        position: relative; }
        .header nav.primary-mobile > ul .menu-depth-1 .menu-item-depth-1:last-child .menu-item-depth-2:last-child a:after {
          content: "";
          position: absolute;
          width: 0.6rem;
          height: 0.6rem;
          margin-top: .75rem;
          margin-left: .4rem;
          border: solid #000000;
          border-width: 0 .2rem .2rem 0;
          transform: rotate(-45deg); }
  .header nav.primary-mobile > ul .menu-depth-2 {
    margin-bottom: 0; }
    .header nav.primary-mobile > ul .menu-depth-2 .menu-item-depth-2 > a.sub-menu-link {
      font-family: "GalanoSemibold", Helvetica, Arial, sans-serif;
      font-size: 1.4rem;
      text-decoration: none; }
      .header nav.primary-mobile > ul .menu-depth-2 .menu-item-depth-2 > a.sub-menu-link span {
        display: block; }
    .header nav.primary-mobile > ul .menu-depth-2 .menu-item-depth-2:last-child {
      margin-bottom: 0; }

html.mobile-open {
  overflow: hidden; }
  html.mobile-open .header .nav-mobile-wrapper {
    top: 8rem;
    opacity: 1;
    visibility: visible; }
  html.mobile-open .header .hamburger-icon span {
    background: 0 0;
    transition: background 0s .15s; }
    html.mobile-open .header .hamburger-icon span::after, html.mobile-open .header .hamburger-icon span::before {
      transition-delay: 0s, .15s; }
    html.mobile-open .header .hamburger-icon span::before {
      top: 1rem;
      transform: rotate(45deg); }
    html.mobile-open .header .hamburger-icon span::after {
      bottom: 1rem;
      transform: rotate(-45deg); }

html.has-banner .header .nav-mobile-wrapper {
  top: 11rem; }

html.has-banner.mobile-open .header .nav-mobile-wrapper {
  top: 12rem; }

@media screen and (max-width: 768px) {
  body {
    overflow: hidden; } }

#main {
  min-height: 400px; }
  @media screen and (min-width: 1024px) {
    #main .body-content p, #main .body-content ul, #main .body-content ol {
      font-size: 1.8rem;
      line-height: 2.6rem; } }
  @media screen and (min-width: 1024px) {
    #main .body-content h2, #main .body-content h3, #main .body-content h4, #main .body-content h5, #main .body-content h6 {
      margin-top: 4rem; } }
  #main .body-content table h2, #main .body-content table h3, #main .body-content table h4, #main .body-content table h5, #main .body-content table h6 {
    margin: 0;
    padding: 0; }
  #main .body-content table td {
    padding: 1rem; }
  #main table.table-training {
    font-size: 1.5rem;
    text-align: left;
    width: 100%;
    display: block;
    margin: 0 auto;
    background-color: white; }
    @media screen and (max-width: 1023px) {
      #main table.table-training {
        max-width: -moz-fit-content;
        max-width: fit-content;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap; } }
    #main table.table-training th {
      font-family: 'GalanoSemibold';
      font-size: 1.4rem;
      letter-spacing: 0.2rem;
      text-transform: uppercase;
      color: #000000;
      padding: 2rem 0 1rem 2rem; }
    #main table.table-training tr:nth-child(even) {
      background-color: #efefef; }
    #main table.table-training td {
      padding: 2rem; }
    #main table.table-training td:last-child {
      text-align: right;
      padding: 1rem 2rem 0 2rem;
      white-space: nowrap; }

ul.list-with-border li, .module--box-benefits .benefits-primary-body li, .module--box-integrations .integration-body li {
  padding-left: 1.4rem;
  border-left-width: 0.2rem;
  border-left-style: solid;
  list-style: none; }

ul.list-with-bullet, .module--box-features .feature-body ul, .page-template-template-careers .module--careers-presence ul {
  list-style: disc;
  margin-left: 2rem; }

.module {
  padding: 3rem 0; }
  @media screen and (min-width: 1024px) {
    .module {
      padding: 8rem 0; } }

.module {
  position: relative; }
  .module ul, .module ol {
    margin-left: 2.5rem; }
  .module ul li {
    list-style: disc; }

.module--hero p:first-of-type, .module--box-benefits .benefits-primary-body p:first-of-type, .module--box-integrations .integration-body p:first-of-type, .module--box-features .feature-body p:first-of-type, .module--cta p:first-of-type, .module-header p:first-of-type {
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: -0.03rem; }

@media screen and (min-width: 1024px) {
  .module--hero {
    padding: 6rem 0 12rem; } }

@media screen and (min-width: 1216px) {
  .module--hero .is-jumbo h1 {
    font-size: 10rem;
    line-height: 9.8rem;
    letter-spacing: -0.2rem; } }

@media screen and (min-width: 1216px) {
  .module--hero .is-jumbo p {
    font-size: 3rem;
    line-height: 3.6rem; } }

.module--hero img {
  margin: 0 auto;
  display: block; }

.module--box-benefits .benefits-primary-body, .module--box-integrations .integration-body, .module--box-features .feature-body {
  padding: 3rem; }
  @media screen and (min-width: 1024px) {
    .module--box-benefits .benefits-primary-body, .module--box-integrations .integration-body, .module--box-features .feature-body {
      padding-bottom: 6rem; } }

.module--box-benefits .benefits-primary-image img {
  display: block; }

.module--box-benefits .benefits-primary-body {
  background-color: #efefef; }
  .module--box-benefits .benefits-primary-body ul {
    margin-left: 0; }
  .module--box-benefits .benefits-primary-body li {
    border-left-color: #ffa100; }
  @media screen and (min-width: 1024px) {
    .module--box-benefits .benefits-primary-body {
      min-height: 36rem; } }

.module--box-benefits .benefits-secondary .row-image {
  margin-top: 2rem; }
  @media screen and (min-width: 1024px) {
    .module--box-benefits .benefits-secondary .row-image {
      margin-top: 6rem; } }

.module--box-benefits .benefits-secondary-image {
  margin: 6rem auto 4rem; }
  .module--box-benefits .benefits-secondary-image img, .module--box-benefits .benefits-secondary-image svg {
    width: 38.7rem;
    height: 13.0rem; }

.module--box-benefits .benefits-secondary-body {
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .module--box-benefits .benefits-secondary-body {
      width: 80%; } }

.row-image {
  margin: 0 auto 2rem; }
  @media screen and (min-width: 1024px) {
    .row-image {
      margin-bottom: 4rem; } }
  .row-image img, .row-image svg {
    width: 38.7rem;
    height: 13.0rem; }
  .row-image.row-image--stat {
    position: relative;
    margin-top: 4rem !important; }
    .row-image.row-image--stat img, .row-image.row-image--stat svg {
      width: 23.6rem;
      height: 25rem; }
    .row-image.row-image--stat .stat {
      font-family: "GalanoBold", Helvetica, Arial, sans-serif;
      font-size: 5.2rem;
      line-height: 5.6rem;
      position: absolute;
      width: 100%;
      top: 10rem;
      left: 0; }
      @media screen and (min-width: 1024px) {
        .row-image.row-image--stat .stat {
          font-size: 6rem;
          line-height: 6.4rem;
          letter-spacing: -0.15rem;
          top: 9.4rem; } }

.row-body {
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .row-body {
      width: 80%; } }

.module--box-integrations .integration-body {
  height: 100%; }
  .module--box-integrations .integration-body ul {
    margin-left: 0; }
  .module--box-integrations .integration-body li {
    border-left-color: white; }

@media screen and (min-width: 1024px) {
  .module--box-features .module-header {
    max-width: 90%; } }

@media screen and (min-width: 1024px) {
  .module--two-column-text h2, .module--two-column-text p, .module--two-column-text ul, .module--two-column-text ol {
    max-width: 85%; } }

.module--testimonial {
  padding: 0; }
  .module--testimonial .columns {
    margin: 0; }
    .module--testimonial .columns .column {
      padding: 0; }
  .module--testimonial img {
    display: block; }
  .module--testimonial .testimonial-body {
    padding: 3rem 1.5rem; }
    @media screen and (min-width: 1024px) {
      .module--testimonial .testimonial-body {
        padding: 8rem 0 8rem 8rem; } }
  .module--testimonial .testimonial-quote {
    width: calc(7.5rem * .7);
    height: calc(8.3rem * .7);
    margin-bottom: 3rem; }
    @media screen and (min-width: 1024px) {
      .module--testimonial .testimonial-quote {
        width: 7.5rem;
        height: 8.3rem; } }
  .module--testimonial blockquote p {
    font-size: 1.4rem;
    line-height: 1.6rem; }
  .module--testimonial blockquote p:first-child {
    font-family: "GalanoItalic", Helvetica, Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 2.8rem;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .module--testimonial blockquote p:first-child {
        font-size: 3.2rem;
        line-height: 4.3rem;
        letter-spacing: -0.06rem; } }
  .module--testimonial a {
    color: white;
    text-decoration: underline; }

@media screen and (min-width: 1024px) {
  .module--testimonial-centered .testimonial-body {
    padding-left: 2rem;
    padding-right: 2rem;
    min-height: 50rem; } }

.module--testimonial-centered .testimonial-quote {
  margin-left: auto;
  margin-right: auto; }

.module--testimonial-inset {
  padding: 6rem 0 !important; }
  @media screen and (min-width: 1024px) {
    .module--testimonial-inset {
      padding: 12rem 0 !important; } }

.module--testimonial.has-image .testimonial-image {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }

@media screen and (min-width: 1024px) {
  .module--testimonial.has-image .testimonial-body {
    min-height: 70rem; } }

@media screen and (min-width: 1800px) {
  .module--testimonial.has-image .testimonial-body {
    min-height: 80rem;
    padding-top: 10rem;
    padding-right: 10rem; } }

@media screen and (min-width: 1024px) {
  .module--testimonial.has-image.module--testimonial-inset .testimonial-body {
    min-height: 50rem; } }

@media screen and (max-width: 1023px) {
  .module--logo-roll {
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; } }

.module--logo-roll img {
  max-width: 95px;
  display: block; }
  @media screen and (min-width: 1024px) {
    .module--logo-roll img {
      max-width: 165px;
      max-height: 70px;
      margin: 0 auto; } }

.module--divider {
  padding: 0;
  margin: 6rem 0; }
  @media screen and (min-width: 1024px) {
    .module--divider {
      margin: 8rem 0; } }
  .module--divider .divider {
    height: 0.2rem;
    background-color: #efefef;
    position: relative; }
    .module--divider .divider:before {
      content: "";
      position: absolute;
      width: 18.3rem;
      height: 7.6rem;
      top: 0;
      left: calc(50% - 9.15rem);
      background-color: white; }
    .module--divider .divider:after {
      content: "";
      position: absolute;
      width: 7.6rem;
      height: 8.2rem;
      top: calc(50% - 4.1rem);
      left: calc(50% - 3.8rem);
      background-image: url("/wp-content/themes/upland/assets/images/divider.svg"); }

.module--success-stories .ss-nav {
  margin-left: 0;
  margin-bottom: 4rem;
  white-space: nowrap; }
  .module--success-stories .ss-nav li {
    list-style: none;
    margin: 0 4rem 0 0;
    position: relative; }
    .module--success-stories .ss-nav li button {
      font-size: 1.6rem;
      background: transparent;
      border: none;
      cursor: pointer;
      padding: 0.5rem 0;
      text-transform: none;
      letter-spacing: normal; }
      .module--success-stories .ss-nav li button:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -0.5rem;
        width: 100%;
        height: 0.5rem;
        background-color: #000000;
        opacity: 0;
        transition: all 0.1s ease-in-out; }
      .module--success-stories .ss-nav li button:hover:after, .module--success-stories .ss-nav li button.is-active:after {
        opacity: 1; }
      .module--success-stories .ss-nav li button:focus {
        outline: none; }

.module--success-stories img {
  display: block; }

.module--success-stories .ss-body {
  padding: 3rem;
  min-height: 39.4rem;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .module--success-stories .ss-body {
      padding: 4rem; } }
  @media screen and (max-width: 768px) {
    .module--success-stories .ss-body {
      min-height: 50rem; } }

.module--success-stories .ss-logo img,
.module--success-stories .ss-stat-lockup,
.module--success-stories .ss-stat-lockup span {
  display: block;
  line-height: normal; }

.module--success-stories .ss-logo {
  margin-bottom: 2rem; }
  .module--success-stories .ss-logo img {
    max-width: 15rem;
    max-height: 5rem; }

.module--success-stories .ss-stat-lockup {
  position: relative;
  padding-top: 2rem; }
  .module--success-stories .ss-stat-lockup:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5rem;
    height: .5rem;
    background-color: #000000; }

.module--success-stories .ss-stat {
  font-family: "GalanoBold", Helvetica, Arial, sans-serif;
  font-size: 3.2rem; }

.module--success-stories .ss-label {
  font-size: 1.4rem; }

.module--resources {
  padding-top: 0;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .module--resources {
      padding-top: 5rem; } }
  @media screen and (min-width: 1024px) {
    .module--resources .module-header {
      margin-top: 4rem; } }
  .module--resources img {
    display: block; }
  .module--resources .filter-controls {
    margin: 0; }
  .module--resources .filter-controls > .column {
    padding-bottom: 3rem;
    display: flex;
    align-items: flex-start; }
    @media screen and (max-width: 768px) {
      .module--resources .filter-controls > .column {
        flex-wrap: wrap; } }
    .module--resources .filter-controls > .column .tags {
      flex-grow: 1;
      flex-shrink: 1;
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .module--resources .filter-controls > .column .tags {
          width: 100%;
          margin: 2rem 0 0;
          flex-grow: 0;
          flex-shrink: 0; } }
  .module--resources .resource-wrapper {
    transition: all 0.15s ease-in-out;
    display: block;
    text-decoration: inherit; }
    .module--resources .resource-wrapper:hover {
      box-shadow: 0px 6px 14px 6px rgba(0, 0, 0, 0.2); }
  .module--resources .resources-image {
    padding-bottom: 2rem; }
    @media screen and (min-width: 1024px) {
      .module--resources .resources-image {
        padding-bottom: 4rem; } }
  .module--resources .resources-body {
    padding: 3rem;
    padding-top: 0 !important;
    position: relative;
    font-family: "GalanoRegular", Helvetica, Arial, sans-serif; }
    @media screen and (min-width: 1024px) {
      .module--resources .resources-body {
        padding: 4rem; } }
    @media screen and (min-width: 1024px) {
      .module--resources .resources-body {
        min-height: 20rem; } }
    .module--resources .resources-body h5 {
      max-height: 4em;
      margin-bottom: 3rem;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .module--resources .resources-body p {
      margin-bottom: 4rem; }
    .module--resources .resources-body p:last-child {
      margin-bottom: 0; }
      @media screen and (min-width: 1024px) {
        .module--resources .resources-body p:last-child {
          margin-bottom: 0; } }
  .module--resources .product-resource-strip {
    padding-bottom: 5rem; }
    @media screen and (max-width: 768px) {
      .module--resources .product-resource-strip h3 {
        font-size: 3.4rem;
        line-height: 3.8rem; } }
  .module--resources .no-results {
    padding: 4rem 2rem; }
    @media screen and (min-width: 1024px) {
      .module--resources .no-results {
        padding: 20rem 10rem; } }
    @media screen and (max-width: 768px) {
      .module--resources .no-results h3 {
        font-size: 2.4rem; } }
    .module--resources .no-results p {
      max-width: 72rem;
      margin-left: auto;
      margin-right: auto;
      font-size: 1.8rem;
      line-height: 1.33; }
      @media screen and (min-width: 1024px) {
        .module--resources .no-results p {
          font-size: 2.4rem;
          line-height: 3.2rem; } }
    .module--resources .no-results a {
      font-family: inherit !important; }
  .module--resources.bkgd-grey-dark .module-footer a {
    color: white; }
  .module--resources .resource-card-webinar .resources-image {
    position: relative; }
    .module--resources .resource-card-webinar .resources-image:before {
      content: '';
      padding-top: 56.2%;
      display: block; }
    .module--resources .resource-card-webinar .resources-image img {
      width: 65%;
      top: 50%;
      left: 50%;
      position: absolute;
      transform: translate(-50%, -50%); }
  .module--resources .resource-card-webinar .resources-body h5 {
    margin-bottom: 1rem; }
  .module--resources .resource-card-webinar .resources-body p {
    color: #ffa100;
    font-family: "GalanoBold", Helvetica, Arial, sans-serif; }

@media screen and (min-width: 1024px) {
  .module--events {
    padding-top: 5rem; } }

@media screen and (min-width: 1024px) {
  .module--events .module-header {
    margin-top: 4rem; } }

.module--events .filter-controls {
  margin: 0; }

.module--events .filter-controls > .column {
  padding-bottom: 3rem;
  display: flex;
  align-items: flex-start; }
  @media screen and (max-width: 768px) {
    .module--events .filter-controls > .column {
      flex-wrap: wrap; } }
  .module--events .filter-controls > .column .tags {
    flex-grow: 1;
    flex-shrink: 1;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .module--events .filter-controls > .column .tags {
        width: 100%;
        margin: 2rem 0;
        flex-grow: 0;
        flex-shrink: 0; } }

.module--events img {
  display: block; }

.module--events .resource-wrapper {
  display: block;
  text-decoration: inherit; }

.module--events .resources-image {
  margin-left: -2rem;
  margin-right: -2rem;
  padding-bottom: 2rem;
  display: block; }
  @media screen and (min-width: 1024px) {
    .module--events .resources-image {
      margin-left: 0;
      margin-right: 0;
      padding-bottom: 4rem; } }

.module--events .resources-body {
  position: relative; }
  @media screen and (min-width: 1024px) {
    .module--events .resources-body {
      min-height: 20rem; } }
  .module--events .resources-body .eyebrow {
    color: #2574db;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0.6rem; }
    @media screen and (max-width: 768px) {
      .module--events .resources-body .eyebrow {
        font-size: 1.8rem;
        line-height: 2.8rem; } }
  .module--events .resources-body h5 {
    max-height: 4em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media screen and (min-width: 1024px) {
      .module--events .resources-body h5 {
        font-size: 3rem;
        line-height: 3.6rem; } }
  .module--events .resources-body p {
    margin-bottom: 4rem; }
  .module--events .resources-body p:last-child {
    margin-bottom: 0; }
    @media screen and (min-width: 1024px) {
      .module--events .resources-body p:last-child {
        margin-bottom: 0; } }

.module--events.bkgd-grey-dark .module-footer a {
  color: white; }

.module--related {
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .module--related:after {
      content: "";
      position: absolute;
      width: 250rem;
      height: 239rem;
      background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
      background-size: 250rem 239rem;
      left: -120rem;
      top: 71rem;
      opacity: 0.6; } }
  .module--related .module-header {
    margin-top: 3rem;
    margin-bottom: 3rem; }
    @media screen and (min-width: 1024px) {
      .module--related .module-header {
        margin-top: 4rem;
        margin-bottom: 4rem; } }
    @media screen and (max-width: 768px) {
      .module--related .module-header h3 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        font-size: 3.4rem;
        line-height: 3.8rem; } }
  .module--related .module-footer {
    font-family: "GalanoBold", Helvetica, Arial, sans-serif; }
    @media screen and (max-width: 768px) {
      .module--related .module-footer {
        padding-top: 0; } }
  .module--related img {
    display: block; }
  .module--related .resource-wrapper {
    transition: all 0.15s ease-in-out;
    display: block;
    text-decoration: inherit; }
    .module--related .resource-wrapper:hover {
      box-shadow: 0px 6px 14px 6px rgba(0, 0, 0, 0.2); }
  .module--related .resources-image {
    padding-bottom: 2rem; }
    @media screen and (min-width: 1024px) {
      .module--related .resources-image {
        padding-bottom: 4rem; } }
  .module--related .resources-body {
    padding: 3rem;
    padding-top: 0 !important;
    position: relative;
    font-family: "GalanoRegular", Helvetica, Arial, sans-serif; }
    @media screen and (min-width: 1024px) {
      .module--related .resources-body {
        padding: 4rem; } }
    @media screen and (min-width: 1024px) {
      .module--related .resources-body {
        min-height: 20rem; } }
    .module--related .resources-body h5 {
      max-height: 4em;
      margin-bottom: 3rem;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .module--related .resources-body p {
      margin-bottom: 4rem; }
    .module--related .resources-body p:last-child {
      margin-bottom: 0; }
      @media screen and (min-width: 1024px) {
        .module--related .resources-body p:last-child {
          margin-bottom: 0; } }
  .module--related.bkgd-grey-dark .module-footer a {
    color: white; }
  .module--related.bkgd-white:after {
    display: none !important; }

@media screen and (min-width: 1024px) {
  .module--search-results:before {
    content: "";
    position: absolute;
    width: 115.9rem;
    height: 110.7rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
    background-size: 115.9rem 110.7rem;
    left: -52rem;
    top: 0rem;
    opacity: 0.6; } }

@media screen and (min-width: 1024px) {
  .module--search-results:after {
    content: "";
    position: absolute;
    width: 59.9rem;
    height: 43.2rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/times-default.svg");
    background-size: 59.9rem 43.2rem;
    right: -9rem;
    top: 125.5rem;
    opacity: 0.1; } }

@media screen and (max-width: 768px) {
  .module--search-results h1 {
    padding-top: 4rem; } }

@media screen and (max-width: 768px) {
  .module--search-results .button--text {
    font-size: 1.8rem; } }

@media screen and (max-width: 768px) {
  .module--search-results .is-7 {
    padding-bottom: 4rem; } }

.module--search-results .is-4 .button--text {
  margin-bottom: 5rem; }

.module--search-results .featured-resources {
  padding-bottom: 4rem; }
  @media screen and (min-width: 1024px) {
    .module--search-results .featured-resources {
      padding-bottom: 5rem; } }

.module--search-results .search-results {
  padding: 2rem 0 0;
  margin: 0; }
  @media screen and (min-width: 1024px) {
    .module--search-results .search-results {
      padding: 3rem 0; } }
  .module--search-results .search-results li {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0; }
  .module--search-results .search-results h6 {
    margin-bottom: 0.5rem; }
    .module--search-results .search-results h6 a {
      text-decoration: none; }
      .module--search-results .search-results h6 a:hover {
        text-decoration: underline; }
  .module--search-results .search-results p {
    max-height: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }

@media screen and (min-width: 1024px) {
  .module--collections .module-header {
    padding-top: 10rem; } }

.module--collections .carousel {
  width: 100vw; }
  @media screen and (min-width: 1024px) {
    .module--collections .carousel {
      width: 2136px !important; } }
  .module--collections .carousel .carousel-slide {
    width: 90vw;
    max-width: 34.5rem;
    border-right: 1rem solid transparent;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .module--collections .carousel .carousel-slide {
        width: 69.2rem;
        max-width: 69.2rem;
        border-right: 2rem solid transparent; } }
    .module--collections .carousel .carousel-slide:before {
      content: '';
      padding-top: 133%;
      display: block; }
      @media screen and (min-width: 1024px) {
        .module--collections .carousel .carousel-slide:before {
          padding-top: 92%; } }
    @media screen and (max-width: 768px) {
      .module--collections .carousel .carousel-slide h3 {
        font-size: 2.4rem;
        line-height: 2.8rem; } }
    .module--collections .carousel .carousel-slide .description {
      height: 5.8em;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media screen and (min-width: 1024px) {
        .module--collections .carousel .carousel-slide .description {
          height: 6.5em; } }
    .module--collections .carousel .carousel-slide .resource-wrapper {
      color: inherit;
      z-index: 1;
      text-decoration: none; }
      .module--collections .carousel .carousel-slide .resource-wrapper p {
        font-family: "GalanoRegular", Helvetica, Arial, sans-serif; }
    .module--collections .carousel .carousel-slide .carousel-slide-content {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      padding: 4rem;
      position: absolute;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
    .module--collections .carousel .carousel-slide:nth-of-type(3n+1) .carousel-slide-content {
      background-color: #ffa100; }
      .module--collections .carousel .carousel-slide:nth-of-type(3n+1) .carousel-slide-content:before {
        content: "";
        position: absolute;
        width: 46.6rem;
        height: 49.9rem;
        background: url(/wp-content/themes/upland/assets/images/backgrounds/pie-chart-white.svg);
        background-size: 46.6rem 49.9rem;
        right: -10rem;
        top: -34rem;
        transform: scale(-1, 1); }
      @media screen and (min-width: 1024px) {
        .module--collections .carousel .carousel-slide:nth-of-type(3n+1) .carousel-slide-content:before {
          content: "";
          position: absolute;
          width: 83.6rem;
          height: 86.6rem;
          background: url("/wp-content/themes/upland/assets/images/backgrounds/pie-chart-white.svg");
          background-size: 83.6rem 86.6rem;
          right: -41rem;
          top: -48rem;
          opacity: 1; } }
    .module--collections .carousel .carousel-slide:nth-of-type(3n+2) .carousel-slide-content {
      background-color: #241f20;
      color: #fff; }
      .module--collections .carousel .carousel-slide:nth-of-type(3n+2) .carousel-slide-content .button {
        color: inherit; }
      .module--collections .carousel .carousel-slide:nth-of-type(3n+2) .carousel-slide-content:before {
        content: "";
        position: absolute;
        width: 27.7rem;
        height: 10.2rem;
        background: url(/wp-content/themes/upland/assets/images/ilos/ilo-global.svg);
        background-size: 27.7rem 10.2rem;
        left: 2.5rem;
        top: 7rem; }
        @media screen and (min-width: 1024px) {
          .module--collections .carousel .carousel-slide:nth-of-type(3n+2) .carousel-slide-content:before {
            width: 53.7rem;
            height: 18.2rem;
            left: 6.5rem;
            top: 6rem;
            background-size: 53.7rem 18.2rem; } }
    .module--collections .carousel .carousel-slide:nth-of-type(3n+3) .carousel-slide-content {
      background-color: #d09ce7; }
      .module--collections .carousel .carousel-slide:nth-of-type(3n+3) .carousel-slide-content:before {
        content: "";
        position: absolute;
        width: 32rem;
        height: 32rem;
        top: -10rem;
        right: -8rem;
        background-image: url(/wp-content/themes/upland/assets/images/ilos/cards/card-ilo-u.svg);
        background-size: contain; }
        @media screen and (min-width: 1024px) {
          .module--collections .carousel .carousel-slide:nth-of-type(3n+3) .carousel-slide-content:before {
            width: 48rem;
            height: 48rem;
            top: -16rem;
            right: -11rem; } }
  .module--collections .carousel .slide-footer {
    margin: 2rem 0 0; }
    @media screen and (min-width: 1024px) {
      .module--collections .carousel .slide-footer {
        margin: 10rem 0 0; } }

.module--collections .carousel-controls {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 1024px) {
    .module--collections .carousel-controls {
      margin: 4rem 0 0;
      justify-content: flex-start; } }
  .module--collections .carousel-controls .slick-arrow {
    width: 3rem;
    height: 2.5rem;
    color: rgba(0, 0, 0, 0);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    text-indent: -10rem;
    overflow: hidden;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .module--collections .carousel-controls .slick-arrow {
        display: none !important; } }
  .module--collections .carousel-controls .slick-prev {
    background-image: url("/wp-content/themes/upland/assets/images/icon-arrow-left.svg"); }
  .module--collections .carousel-controls .slick-next {
    order: 2;
    background-image: url("/wp-content/themes/upland/assets/images/icon-arrow-right.svg"); }

.module--collections .slick-dots {
  margin: 3rem 0;
  display: flex;
  justify-content: center; }
  @media screen and (min-width: 1024px) {
    .module--collections .slick-dots {
      margin: 0 3rem; } }
  .module--collections .slick-dots li {
    list-style: none;
    margin: 0; }
  .module--collections .slick-dots button {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0.3rem;
    padding: 0;
    color: transparent;
    background: rgba(174, 174, 174, 0.5);
    border: 0;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    overflow: hidden; }
  .module--collections .slick-dots .slick-active button {
    background: #aeaeae;
    cursor: default; }

@media screen and (max-width: 768px) {
  .mobile-carousel {
    margin-right: -2rem;
    overflow: visible; }
    .mobile-carousel .carousel-dots {
      margin-right: 2rem;
      display: block; }
    .mobile-carousel .columns {
      display: flex;
      flex-wrap: nowrap; }
    .mobile-carousel .column {
      width: calc( 100vw - 4rem);
      flex-shrink: 0;
      flex-grow: 0;
      flex-basis: auto; }
    .mobile-carousel .slick-dots {
      margin: 3rem 0;
      display: flex;
      justify-content: center; }
      .mobile-carousel .slick-dots li {
        list-style: none;
        margin: 0; }
      .mobile-carousel .slick-dots button {
        width: 0.8rem;
        height: 0.8rem;
        margin: 0.3rem;
        padding: 0;
        color: transparent;
        background: rgba(255, 255, 255, 0.5);
        border: 0;
        border-radius: 50%;
        display: block;
        cursor: pointer;
        overflow: hidden; }
      .mobile-carousel .slick-dots .slick-active button {
        background: white;
        cursor: default; }
    .bkgd-white .mobile-carousel .dot,
    .bkgd-white .mobile-carousel button, .mobile-carousel.dark .dot,
    .mobile-carousel.dark button {
      background: rgba(181, 181, 181, 0.5); }
    .bkgd-white .mobile-carousel .slick-active button, .mobile-carousel.dark .slick-active button {
      background: #b5b5b5; } }

.featured-resources .featured-header {
  border-bottom: 0.2rem solid #efefef;
  margin-bottom: 2.5rem; }
  .featured-resources .featured-header h4 {
    margin-bottom: 1.2rem; }
    @media screen and (max-width: 768px) {
      .featured-resources .featured-header h4 {
        font-size: 1.8rem;
        margin-bottom: 0.6rem; } }

.featured-resources .featured-footer p,
.featured-resources .featured-footer p:first-of-type {
  margin-bottom: 0; }

.featured-resources .featured-footer a {
  text-decoration: underline; }

.featured-resources ul {
  margin-left: 0; }
  @media screen and (max-width: 768px) {
    .featured-resources ul {
      margin-bottom: 0; } }

.featured-resources ul li {
  list-style: none;
  margin-bottom: 2.5rem;
  padding-left: 1.4rem;
  border-left-width: 0.2rem;
  border-left-style: solid;
  border-left-color: #ffa100; }
  @media screen and (max-width: 768px) {
    .featured-resources ul li {
      font-size: 1.6rem; } }

.featured-resources .eyebrow {
  color: #717171;
  margin-bottom: .2rem; }

@media screen and (max-width: 768px) {
  .featured-resources .eyebrow.eyebrow--small {
    font-size: 1rem; } }

.featured-resources a {
  font-family: "GalanoBold", Helvetica, Arial, sans-serif;
  text-decoration: none; }
  .featured-resources a:hover {
    text-decoration: underline; }

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

.module--newsletter .columns {
  padding-top: 10rem;
  padding-bottom: 8rem; }
  @media screen and (max-width: 768px) {
    .module--newsletter .columns {
      padding-bottom: 4rem; } }

.module--newsletter p {
  max-width: 69rem;
  margin: 0 auto 6rem; }
  @media screen and (max-width: 768px) {
    .module--newsletter p {
      margin: 0 auto 3rem; } }

.module--newsletter p:last-of-type {
  margin-bottom: 0; }

.module--newsletter .ilo-rule {
  width: 100%;
  height: 11rem;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%); }
  .module--newsletter .ilo-rule:before, .module--newsletter .ilo-rule:after {
    content: '';
    width: calc( 50% - 10.3rem - 2rem);
    height: 1px;
    top: 50%;
    background: #979797;
    display: block;
    position: absolute;
    transform: translateY(-50%); }
    @media screen and (min-width: 1024px) {
      .module--newsletter .ilo-rule:before, .module--newsletter .ilo-rule:after {
        width: calc( 50% - 18.3rem - 3rem); } }
  .module--newsletter .ilo-rule:before {
    left: 3rem; }
  .module--newsletter .ilo-rule:after {
    right: 3rem; }
  .module--newsletter .ilo-rule .ilo-box-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.7rem;
    height: 0.9rem;
    transform: skew(0, -15deg) translate(-5.1rem, -4.6rem); }
  .module--newsletter .ilo-rule .ilo-box-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.7rem;
    height: 0.9rem;
    transform: skew(0, -15deg) translate(2.4rem, -4.6rem); }
  .module--newsletter .ilo-rule .ilo-box-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.7rem;
    height: 0.9rem;
    transform: skew(0, -15deg) translate(-5.1rem, -2.8rem); }
  .module--newsletter .ilo-rule .ilo-box-4 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.7rem;
    height: 0.9rem;
    transform: skew(0, -15deg) translate(0.4rem, -2.8rem); }
  .module--newsletter .ilo-rule .ilo-box-5 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.7rem;
    height: 0.9rem;
    transform: skew(0, -15deg) translate(-5.1rem, -1rem); }
  .module--newsletter .ilo-rule .ilo-box-6 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.7rem;
    height: 0.9rem;
    transform: skew(0, -15deg) translate(0.4rem, -1rem); }
  .module--newsletter .ilo-rule .ilo-box-7 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.7rem;
    height: 0.9rem;
    transform: skew(0, -15deg) translate(-7.5rem, 0.8rem); }
  .module--newsletter .ilo-rule .ilo-box-8 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.7rem;
    height: 2.8rem;
    transform: skew(0, -15deg) translate(0.4rem, 0.8rem); }
  .module--newsletter .ilo-rule .ilo-box-9 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.7rem;
    height: 0.9rem;
    transform: skew(0, -15deg) translate(-5.1rem, 2.6rem); }

.module--contact {
  padding-top: 0; }
  @media screen and (max-width: 768px) {
    .module--contact {
      padding-top: 8rem;
      padding-bottom: 7rem; } }
  .module--contact h2 {
    margin-bottom: 3rem; }

.module--callout img {
  position: relative; }

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

.module--cta.has-bkgd-grid {
  padding-bottom: 6rem; }
  @media screen and (min-width: 1024px) {
    .module--cta.has-bkgd-grid:before {
      content: "";
      position: absolute;
      width: 115.9rem;
      height: 110.7rem;
      background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-white.svg");
      background-size: 115.9rem 110.7rem;
      left: -20rem;
      bottom: 0rem;
      opacity: 0.6; } }
  @media screen and (min-width: 1024px) {
    .module--cta.has-bkgd-grid {
      padding-bottom: 12rem; }
      .module--cta.has-bkgd-grid:before {
        background-position: left 40rem;
        background-repeat: no-repeat; } }

.module-footer {
  padding-top: 2rem; }
  @media screen and (min-width: 1024px) {
    .module-footer {
      padding-top: 4rem; } }

.modal {
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  animation: fadeOut 0.3s;
  overflow: hidden; }
  .modal.load {
    animation: none; }
  .modal.show {
    width: 100%;
    height: 100%;
    display: block;
    animation: fadeIn 0.3s;
    animation-fill-mode: forwards; }
  .modal .modal-content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 2rem;
    background: white;
    box-shadow: 0 1rem 6rem rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 1024px) {
      .modal .modal-content {
        width: 80%;
        max-width: 100rem;
        height: auto;
        padding: 6rem;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
  .modal .modal-body {
    flex-grow: 1;
    flex-shrink: 1;
    overflow-x: hidden; }
  .modal .icon-times-circle {
    width: 100%;
    height: 100%;
    background: url("/wp-content/themes/upland/assets/images/icon-times-circle.svg") no-repeat center;
    background-size: contain;
    display: block; }
  .admin-bar .modal .modal-content {
    top: 46px;
    height: calc(100% - 46px); }
    @media screen and (min-width: 1024px) {
      .admin-bar .modal .modal-content {
        height: auto;
        top: 50%; } }
  .modal ::-webkit-scrollbar {
    display: none; }
  @media screen and (min-width: 1024px) {
    .modal ::-webkit-scrollbar {
      width: 0.8rem;
      margin-right: -1rem;
      display: initial; }
    .modal ::-webkit-scrollbar-track {
      border-radius: 0.8rem; }
    .modal ::-webkit-scrollbar-thumb {
      border-radius: 0.8rem;
      background: #efefef; } }

@media screen and (min-width: 1024px) {
  .modal-sidebar.show .modal-content {
    transform: translateX(0); } }

@media screen and (min-width: 1024px) {
  .modal-sidebar .modal-content {
    width: auto;
    height: 100vh;
    max-height: 100vh;
    top: 0;
    left: 0;
    padding: 10rem 4rem 10rem 10rem;
    transform: translateX(-101%);
    transition: transform 0.3s;
    box-shadow: 1rem 1rem 6rem rgba(0, 0, 0, 0.2); } }

.admin-bar .modal-sidebar .modal-content {
  top: 46px;
  height: calc(100vh - 46px); }
  @media screen and (min-width: 1024px) {
    .admin-bar .modal-sidebar .modal-content {
      top: 32px;
      height: calc(100vh - 32px); } }

.modal-filter .modal-content {
  display: flex;
  flex-direction: column;
  max-height: 100%; }

.modal-filter .modal-header {
  margin-bottom: 2rem;
  flex-grow: 0;
  flex-shrink: 0; }
  @media screen and (min-width: 1024px) {
    .modal-filter .modal-header {
      margin-bottom: 4rem; } }
  .modal-filter .modal-header h4 {
    margin-bottom: 0;
    line-height: 4.9rem; }
    @media screen and (max-width: 768px) {
      .modal-filter .modal-header h4 {
        font-size: 3.4rem; } }
  .modal-filter .modal-header p {
    margin: 0;
    font-size: 1.2rem; }
  .modal-filter .modal-header .button--text {
    margin: 0;
    border: 0;
    font-family: "GalanoRegular", Helvetica, Arial, sans-serif;
    text-decoration: underline;
    line-height: 4.9rem; }

.modal-filter .modal-footer {
  padding-top: 2rem; }
  @media screen and (max-width: 768px) {
    .modal-filter .modal-footer {
      text-align: center;
      border-top: 1px solid #E1E1E1; } }
  .modal-filter .modal-footer .button {
    margin-right: 1rem; }
    .modal-filter .modal-footer .button:last-of-type {
      margin-right: 0; }

.modal-filter .modal-body {
  overflow-x: hidden;
  margin-right: -2rem;
  padding-right: 2rem; }
  .modal-filter .modal-body dl {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #E1E1E1; }
    .modal-filter .modal-body dl dt {
      padding: 2rem 0;
      font-family: "GalanoBold", Helvetica, Arial, sans-serif;
      font-size: 2rem;
      cursor: pointer;
      position: relative; }
      .modal-filter .modal-body dl dt:before {
        content: '';
        width: 1.7rem;
        height: 1rem;
        right: 1rem;
        top: 50%;
        background: url("/wp-content/themes/upland/assets/images/resources/icon-angle-down.svg") no-repeat center;
        background-size: contain;
        display: block;
        transform: translateY(-50%) rotate(0deg);
        transition: transform 0.3s;
        position: absolute; }
    .modal-filter .modal-body dl dd {
      height: 100%;
      margin: 0;
      padding: 0;
      overflow: hidden;
      max-height: 0px;
      transition: all 0.1s; }
    .modal-filter .modal-body dl.expand dt:before {
      transform: translateY(-50%) rotate(180deg); }
    .modal-filter .modal-body dl.expand dd {
      max-height: 500rem; }
    .modal-filter .modal-body dl.active dt:after {
      content: '';
      width: 0.7rem;
      height: 0.7rem;
      bottom: 0.6em;
      left: 0.5rem;
      background: #2574db;
      border-radius: 50%;
      display: inline-block;
      position: relative; }
  .modal-filter .modal-body ul {
    margin: 0;
    padding: 0; }
    .modal-filter .modal-body ul li {
      list-style: none;
      padding: 1rem 0;
      margin: 0; }
      .modal-filter .modal-body ul li.expand > strong:after {
        background-image: url("/wp-content/themes/upland/assets/images/icon-minus.svg"); }
      .modal-filter .modal-body ul li.expand > ul {
        max-height: 500rem; }
    .modal-filter .modal-body ul strong {
      padding: 1rem 0;
      font-size: 1.6rem;
      display: block;
      position: relative;
      cursor: pointer; }
      .modal-filter .modal-body ul strong:after {
        content: '';
        width: 1.6rem;
        height: 1.6rem;
        background: url("/wp-content/themes/upland/assets/images/icon-plus.svg") no-repeat center center;
        background-size: contain;
        top: 50%;
        right: 1rem;
        position: absolute;
        transform: translateY(-50%); }
    .modal-filter .modal-body ul ul {
      margin-left: 1.5rem;
      max-height: 0;
      overflow: hidden;
      transition: all 0.1s; }
  .modal-filter .modal-body .button--text {
    margin-top: 2rem;
    font-family: "GalanoRegular", Helvetica, Arial, sans-serif;
    border-bottom: 0;
    text-decoration: underline; }

.modal-search .modal-content {
  min-height: 44rem; }

.modal-contributors .modal-content {
  max-width: 59rem;
  max-height: 86rem; }
  @media screen and (min-width: 1024px) {
    .modal-contributors .modal-content {
      padding: 6rem 8rem; } }

.modal-contributors .modal-head {
  text-align: right;
  padding-bottom: 2rem; }
  .modal-contributors .modal-head .button {
    top: 2rem;
    right: 2rem;
    opacity: 0.3;
    position: absolute; }
    @media screen and (min-width: 1024px) {
      .modal-contributors .modal-head .button {
        top: 3rem;
        right: 3rem; } }
    .modal-contributors .modal-head .button:hover {
      opacity: 1; }

.modal-contributors h4 {
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 1024px) {
    .modal-contributors h4 {
      margin-bottom: 4rem; } }

.modal-contributors ul {
  margin-left: 0; }
  @media screen and (max-width: 768px) {
    .modal-contributors ul {
      margin-bottom: 0; } }

.modal-contributors ul li {
  list-style: none;
  margin-bottom: 2rem; }
  @media screen and (max-width: 768px) {
    .modal-contributors ul li {
      font-size: 1.6rem; } }

.modal-contributors .author {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center; }
  .modal-contributors .author .author-avatar {
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 1rem;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .modal-contributors .author .author-avatar {
        margin-right: 1.5rem; } }
    .modal-contributors .author .author-avatar img {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      display: block;
      position: absolute; }
  @media screen and (max-width: 768px) {
    .modal-contributors .author .author-details {
      font-size: 1.2rem; } }
  .modal-contributors .author .author-details a {
    text-decoration: none; }
    .modal-contributors .author .author-details a:hover {
      text-decoration: underline; }
  .modal-contributors .author .author-details strong {
    font-size: 1.6rem;
    display: block; }
    @media screen and (min-width: 1024px) {
      .modal-contributors .author .author-details strong {
        font-size: 1.8rem; } }

@keyframes fadeIn {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0; }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1; }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0; } }

@media screen and (max-width: 1023px) {
  .home.page-template-template-home .module--hero {
    padding: 8rem 0 4rem; } }

@media screen and (min-width: 1024px) {
  .home.page-template-template-home .module--hero {
    padding-top: 12rem; } }

@media screen and (min-width: 1024px) {
  .home.page-template-template-home .module--hero:before {
    content: "";
    position: absolute;
    width: 115.9rem;
    height: 110.7rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
    background-size: 115.9rem 110.7rem;
    left: -20rem;
    top: 0rem;
    opacity: 0.6; } }

.home.page-template-template-home .module--hero .container:before {
  content: "";
  position: absolute;
  width: calc(43.6rem * .65);
  height: calc(53.9rem * .65);
  top: -4.5rem;
  left: -13rem;
  background: url("/wp-content/themes/upland/assets/images/ilos/home-hero-left.png");
  background-size: calc(43.6rem * .65) calc(53.9rem * .65); }

.home.page-template-template-home .module--hero .container:after {
  content: "";
  position: absolute;
  width: calc(29.3rem * .65);
  height: calc(43.5rem * .65);
  top: -2rem;
  right: -14rem;
  background: url("/wp-content/themes/upland/assets/images/ilos/home-hero-right.png");
  background-size: calc(29.3rem * .65) calc(43.5rem * .65); }

@media screen and (min-width: 1024px) {
  .home.page-template-template-home .module--hero .container:before {
    width: 43.6rem;
    height: 53.9rem;
    top: -8rem;
    left: 0;
    background-size: 43.6rem 53.9rem; }
  .home.page-template-template-home .module--hero .container:after {
    width: 29.3rem;
    height: 43.5rem;
    top: -8rem;
    right: -2rem;
    background-size: 29.3rem 43.5rem; } }

.home.page-template-template-home .module--home-companies h4 {
  margin-bottom: 2rem; }
  @media screen and (min-width: 1024px) {
    .home.page-template-template-home .module--home-companies h4 {
      margin-bottom: 4rem; } }

.home.page-template-template-home .module--home-companies .companies-body {
  padding: 3rem; }
  @media screen and (min-width: 1024px) {
    .home.page-template-template-home .module--home-companies .companies-body {
      padding: 4rem; } }
  @media screen and (max-width: 1023px) {
    .home.page-template-template-home .module--home-companies .companies-body img {
      max-width: 70%;
      margin: 1rem 0; } }
  @media screen and (min-width: 1024px) {
    .home.page-template-template-home .module--home-companies .companies-body {
      padding: 6rem 8rem; }
      .home.page-template-template-home .module--home-companies .companies-body img {
        width: 14.5rem;
        margin: 1rem 0; } }

@media screen and (min-width: 1024px) {
  .home.page-template-template-home .module--home-companies .companies-image img {
    margin-top: -6rem; }
  .home.page-template-template-home .module--home-companies:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120rem;
    top: 22rem;
    left: 0;
    background-color: #efefef;
    background-image: url("/wp-content/themes/upland/assets/images/is-noisy-texture-200x200.png");
    transform: skew(0, -10deg); } }

.home.page-template-template-home .module--products {
  background: none; }

@media screen and (min-width: 1024px) {
  .home.page-template-template-home .module--home-expertise .container:before {
    content: "";
    position: absolute;
    width: 23.4rem;
    height: 27.2rem;
    top: -2rem;
    left: -2rem;
    background: url("/wp-content/themes/upland/assets/images/ilos/home-confidence-left.png");
    background-size: 23.4rem 27.2rem; }
  .home.page-template-template-home .module--home-expertise .container:after {
    content: "";
    position: absolute;
    width: 21.7rem;
    height: 25.1rem;
    top: -2rem;
    right: -2rem;
    background: url("/wp-content/themes/upland/assets/images/ilos/home-confidence-right.png");
    background-size: 21.7rem 25.1rem; } }

@media screen and (min-width: 1024px) {
  .home.page-template-template-home .module--home-expertise .module-header {
    padding-top: 4rem;
    padding-bottom: 4rem; } }

.home.page-template-template-home .module--home-expertise .expertise-body {
  position: relative;
  overflow: hidden;
  padding: 3rem; }
  .home.page-template-template-home .module--home-expertise .expertise-body h4 {
    font-size: 4.6rem;
    line-height: 4.6rem;
    position: relative;
    z-index: 1; }
  .home.page-template-template-home .module--home-expertise .expertise-body p {
    font-size: 1.6rem;
    line-height: 2rem;
    width: 80%;
    margin-top: 3rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1; }
  .home.page-template-template-home .module--home-expertise .expertise-body:after {
    content: "";
    position: absolute;
    width: 40rem;
    height: 40rem;
    bottom: -10rem;
    right: -3rem;
    background-image: url("/wp-content/themes/upland/assets/images/home/curve-confidence.svg");
    background-size: 100%; }
  @media screen and (min-width: 1024px) {
    .home.page-template-template-home .module--home-expertise .expertise-body {
      margin-top: 6rem;
      padding: 12rem 6rem 6rem 6rem; }
      .home.page-template-template-home .module--home-expertise .expertise-body h4 {
        font-size: 7.6rem;
        line-height: 7.6rem; }
      .home.page-template-template-home .module--home-expertise .expertise-body p {
        font-size: 2.4rem;
        line-height: 2.8rem;
        width: 60%;
        margin-top: 6rem;
        margin-bottom: 0; }
      .home.page-template-template-home .module--home-expertise .expertise-body:after {
        width: 120rem;
        height: 120rem;
        bottom: -38rem;
        right: -1rem; } }
  @media screen and (min-width: 1216px) {
    .home.page-template-template-home .module--home-expertise .expertise-body h4 {
      font-size: 10.5rem;
      line-height: 10.5rem; } }

.home.page-template-template-home .module--home-expertise:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 69rem;
  top: 0;
  left: 0;
  background-color: #241f20;
  background-image: url("/wp-content/themes/upland/assets/images/is-noisy-texture-200x200.png"); }

@media screen and (min-width: 1024px) {
  .home.page-template-template-home .module--home-expertise:after {
    content: "";
    position: absolute;
    width: 115.9rem;
    height: 110.7rem;
    left: 0rem;
    bottom: -18rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.png");
    background-size: 115.9rem 110.7rem;
    opacity: .6; } }

@media screen and (min-width: 1024px) {
  .page-template-template-products .module--hero:before {
    content: "";
    position: absolute;
    width: 115.9rem;
    height: 110.7rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
    background-size: 115.9rem 110.7rem;
    right: 0rem;
    top: 0rem;
    opacity: 0.6; } }

.page-template-template-products .module--products-table {
  padding-top: 0; }
  @media screen and (min-width: 1024px) {
    .page-template-template-products .module--products-table {
      padding-top: 4rem; } }

@media screen and (max-width: 768px) {
  .page-template-template-products .products-table-nav-wrapper {
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; } }

.page-template-template-products .products-table-nav {
  position: relative;
  text-align: left;
  margin-bottom: 1rem;
  margin-left: 0; }
  @media screen and (max-width: 768px) {
    .page-template-template-products .products-table-nav {
      width: max-content; } }
  @media screen and (min-width: 1024px) {
    .page-template-template-products .products-table-nav {
      text-align: center;
      margin-bottom: 4rem; } }
  .page-template-template-products .products-table-nav:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.5rem;
    border-bottom: 0.5rem solid #efefef; }
  .page-template-template-products .products-table-nav li {
    position: relative;
    display: inline-block;
    margin-left: 1.6rem;
    margin-right: 1.6rem;
    margin-bottom: 0; }
    @media screen and (min-width: 1024px) {
      .page-template-template-products .products-table-nav li {
        margin-left: 2.2rem;
        margin-right: 2.2rem; } }
    .page-template-template-products .products-table-nav li:first-child {
      margin-left: 0; }
    .page-template-template-products .products-table-nav li:last-child {
      margin-right: 0; }
    .page-template-template-products .products-table-nav li button {
      font-family: "GalanoSemibold", Helvetica, Arial, sans-serif;
      font-size: 1.6rem;
      background: transparent;
      border: none;
      cursor: pointer;
      padding: 0;
      padding-bottom: 1.6rem; }
      .page-template-template-products .products-table-nav li button:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0.5rem;
        background-color: #ffa100;
        opacity: 0;
        transition: all 0.1s ease-in-out; }
      .page-template-template-products .products-table-nav li button:hover:after, .page-template-template-products .products-table-nav li button.is-active:after {
        opacity: 1; }
      .page-template-template-products .products-table-nav li button:focus {
        outline: none; }

.page-template-template-products .products-table {
  margin-left: 0; }
  @media screen and (max-width: 768px) {
    .page-template-template-products .products-table .column {
      padding: 0;
      margin-bottom: 0; } }
  .page-template-template-products .products-table .upl-circle-header {
    margin-top: .2rem; }
  .page-template-template-products .products-table .product-item a {
    padding: 2rem 1rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.15s ease-in-out; }
    .page-template-template-products .products-table .product-item a:hover {
      background-color: #efefef; }
    @media screen and (min-width: 1024px) {
      .page-template-template-products .products-table .product-item a {
        padding: 2rem; } }
  .page-template-template-products .products-table .product-item .product-name,
  .page-template-template-products .products-table .product-item .product-description {
    margin-left: 3.4rem; }
  .page-template-template-products .products-table .product-item .product-name {
    font-family: "GalanoBold", Helvetica, Arial, sans-serif;
    margin-bottom: .5rem; }
  .page-template-template-products .products-table .product-item .product-description {
    font-size: 1.4rem;
    margin-bottom: 0; }

@media screen and (min-width: 1024px) {
  .page-template-template-products .product-box-wrapper.product-box-1 {
    position: absolute;
    width: 98%;
    bottom: .8rem; } }

@media screen and (min-width: 1024px) {
  .page-template-template-products .product-box {
    max-width: 60%; } }

.page-template-template-products .module--products-featured {
  padding: 0;
  overflow: hidden; }
  .page-template-template-products .module--products-featured .columns {
    margin: 0; }
    .page-template-template-products .module--products-featured .columns .column {
      padding: 0; }
  .page-template-template-products .module--products-featured img {
    display: block; }
  .page-template-template-products .module--products-featured .body {
    padding: 4rem 0 4rem 0rem; }
    @media screen and (min-width: 1024px) {
      .page-template-template-products .module--products-featured .body {
        padding: 0 0 0 10rem; } }
  .page-template-template-products .module--products-featured .eyebrow {
    margin-bottom: 6rem; }
  .page-template-template-products .module--products-featured .logo-lockup {
    margin-bottom: 3rem; }
  .page-template-template-products .module--products-featured .upl-circle-header {
    margin-right: 1rem; }
  .page-template-template-products .module--products-featured a {
    color: white;
    text-decoration: underline; }
  .page-template-template-products .module--products-featured:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    width: 45rem;
    height: 45rem;
    top: -18rem;
    right: -19rem;
    background-image: url("/wp-content/themes/upland/assets/images/ilos/backgrounds/background-pie-yellow.svg"); }
  @media screen and (min-width: 1024px) {
    .page-template-template-products .module--products-featured:before {
      width: 85rem;
      height: 85rem;
      top: -26rem;
      right: -31rem; } }
  .page-template-template-products .module--products-featured .callout {
    margin-top: 6rem; }
    .page-template-template-products .module--products-featured .callout .stat,
    .page-template-template-products .module--products-featured .callout .label {
      font-family: "GalanoBold", Helvetica, Arial, sans-serif;
      display: block; }
    .page-template-template-products .module--products-featured .callout .stat {
      font-size: 6rem;
      line-height: 4rem; }
      @media screen and (min-width: 1024px) {
        .page-template-template-products .module--products-featured .callout .stat {
          font-size: 12rem;
          line-height: 10rem; } }

.page-template-template-resources-landing .module--hero {
  padding-top: 4.8rem;
  overflow: hidden;
  z-index: 99; }
  @media screen and (min-width: 1024px) {
    .page-template-template-resources-landing .module--hero {
      padding-top: 12rem; } }
  @media screen and (min-width: 1024px) {
    .page-template-template-resources-landing .module--hero:before {
      content: "";
      position: absolute;
      width: 115.9rem;
      height: 110.7rem;
      background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
      background-size: 115.9rem 110.7rem;
      left: -20rem;
      top: 0rem;
      opacity: 0.6; } }
  @media screen and (max-width: 768px) {
    .page-template-template-resources-landing .module--hero:before {
      content: "";
      position: absolute;
      width: 76.1rem;
      height: 18.1rem;
      background: url(/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg);
      background-size: 76.1rem 72.9rem;
      left: -47.4rem;
      top: 0rem;
      opacity: 0.6; } }
  @media screen and (min-width: 1024px) {
    .page-template-template-resources-landing .module--hero .container:before {
      content: "";
      position: absolute;
      width: calc(16.8rem * .65);
      height: calc(13.9rem * .65);
      top: 3.5rem;
      left: 7rem;
      background: url("/wp-content/themes/upland/assets/images/ilos/resources-hero-left.png");
      background-size: calc(16.8rem * .65) calc(13.9rem * .65); }
    .page-template-template-resources-landing .module--hero .container:after {
      content: "";
      position: absolute;
      width: calc(26.6rem * .65);
      height: calc(14.4rem * .65);
      top: 3.2rem;
      right: -1rem;
      background: url("/wp-content/themes/upland/assets/images/ilos/resources-hero-right.png");
      background-size: calc(26.6rem * .65) calc(14.4rem * .65); } }
  .page-template-template-resources-landing .module--hero .container > .columns {
    margin: 0 auto; }
    @media screen and (min-width: 1024px) {
      .page-template-template-resources-landing .module--hero .container > .columns {
        width: 80%;
        max-width: 100rem; } }
    .page-template-template-resources-landing .module--hero .container > .columns > .column {
      padding: 0; }
  .page-template-template-resources-landing .module--hero h1 {
    margin: 0 auto 4.2rem;
    max-width: 80rem; }
    @media screen and (max-width: 768px) {
      .page-template-template-resources-landing .module--hero h1 {
        margin: 0 auto 8rem;
        font-size: 4.2rem;
        max-width: 29rem; } }
  .page-template-template-resources-landing .module--hero .search-form {
    pointer-events: none;
    cursor: pointer; }
    .page-template-template-resources-landing .module--hero .search-form .search-form-suggestions {
      display: none; }

@media screen and (min-width: 1024px) {
  .page-template-template-resources-landing .module--job-function-grid:after {
    content: "";
    position: absolute;
    width: 59.9rem;
    height: 43.2rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/times-default.svg");
    background-size: 59.9rem 43.2rem;
    right: -9rem;
    bottom: -10.5rem;
    opacity: 0.1; } }

.page-template-template-resources-landing .module--job-function-grid h4 {
  margin: 0; }
  @media screen and (max-width: 768px) {
    .page-template-template-resources-landing .module--job-function-grid h4 {
      font-size: 1.8rem; } }

.page-template-template-resources-landing .module--job-function-grid .product-grid {
  padding: 2rem 0; }
  @media screen and (min-width: 1024px) {
    .page-template-template-resources-landing .module--job-function-grid .product-grid {
      padding: 3rem 0; } }

.page-template-template-resources-landing .module--job-function-grid .product-grid-body {
  min-height: 28rem;
  padding: 3rem;
  position: relative;
  transition: all 0.15s ease-in-out;
  overflow: hidden;
  display: block;
  text-decoration: none;
  font-family: "GalanoRegular", Helvetica, Arial, sans-serif !important; }
  @media screen and (min-width: 1024px) {
    .page-template-template-resources-landing .module--job-function-grid .product-grid-body {
      padding: 4rem; } }
  .page-template-template-resources-landing .module--job-function-grid .product-grid-body:hover {
    box-shadow: 0px 6px 14px 6px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 1024px) {
    .page-template-template-resources-landing .module--job-function-grid .product-grid-body {
      min-height: 32rem; } }
  @media screen and (max-width: 768px) {
    .page-template-template-resources-landing .module--job-function-grid .product-grid-body h5 {
      font-size: 3.4rem;
      line-height: 3.8rem; } }

.page-template-template-resources-landing .module--job-function-grid .is-underlined {
  text-decoration: underline;
  font-family: "GalanoBold", Helvetica, Arial, sans-serif; }

@media screen and (min-width: 1024px) {
  .page-template-template-resources-landing .module--job-function-grid .is-8 .product-grid-body:before {
    content: "";
    position: absolute;
    width: 59.9rem;
    height: 43.2rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/times-blue.svg");
    background-size: 59.9rem 43.2rem;
    right: -35rem;
    bottom: -20rem;
    opacity: 1; } }

@media screen and (max-width: 768px) {
  .page-template-template-resources-landing .module--job-function-grid .is-8 .product-grid-body {
    min-height: 45rem; }
    .page-template-template-resources-landing .module--job-function-grid .is-8 .product-grid-body h5 {
      max-width: 20rem; }
    .page-template-template-resources-landing .module--job-function-grid .is-8 .product-grid-body .align-bottom {
      position: static; } }

.page-template-template-resources-filtered .module--hero {
  padding-bottom: 0; }
  @media screen and (min-width: 1024px) {
    .page-template-template-resources-filtered .module--hero:before {
      content: "";
      position: absolute;
      width: 115.9rem;
      height: 110.7rem;
      background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
      background-size: 115.9rem 110.7rem;
      left: -54rem;
      top: 0rem;
      opacity: 0.6; } }
  .page-template-template-resources-filtered .module--hero:before {
    height: 40rem; }
  @media screen and (min-width: 1024px) {
    .page-template-template-resources-filtered .module--hero .resources-title {
      padding-top: 3rem; } }
  .page-template-template-resources-filtered .module--hero .resources-title h1 {
    max-width: 68rem; }
    @media screen and (max-width: 768px) {
      .page-template-template-resources-filtered .module--hero .resources-title h1 {
        font-size: 4.2rem;
        line-height: 4.8rem; } }
  .page-template-template-resources-filtered .module--hero .resources-title p {
    font-size: 1.6rem;
    line-height: 2.1rem; }
    @media screen and (min-width: 1024px) {
      .page-template-template-resources-filtered .module--hero .resources-title p {
        font-size: 2.4rem;
        line-height: 2.8rem;
        letter-spacing: -0.03rem; } }

@media screen and (min-width: 1024px) {
  .page-template-template-resources-filtered .module--resources:after {
    content: "";
    position: absolute;
    width: 59.9rem;
    height: 43.2rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/times-default.svg");
    background-size: 59.9rem 43.2rem;
    right: -9rem;
    top: 106rem;
    opacity: 0.1; } }

@media screen and (min-width: 1024px) {
  .page-template-template-resources-filtered .module--resources:before {
    content: "";
    position: absolute;
    width: 115.9rem;
    height: 110.7rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
    background-size: 115.9rem 110.7rem;
    left: -54rem;
    top: 222rem;
    opacity: 0.6; } }

@media screen and (max-width: 768px) {
  .page-template-template-resources-filtered .featured-resources {
    margin-top: 2rem; } }

@media screen and (min-width: 1024px) {
  .page-template-template-resources .module--hero {
    padding-top: 12rem; } }

.single-resource .blog-header {
  padding: 2rem 2rem 4rem 2rem;
  margin-bottom: 4rem;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .single-resource .blog-header {
      padding: 6rem 6rem 10rem 6rem;
      margin-left: -6rem;
      margin-bottom: 6rem;
      min-height: 50rem; } }
  .single-resource .blog-header h1 {
    position: relative; }
    @media screen and (min-width: 1024px) {
      .single-resource .blog-header h1 {
        max-width: 80%; } }
  @media screen and (min-width: 1024px) {
    .single-resource .blog-header:before {
      content: "";
      position: absolute;
      width: 51.4rem;
      height: 59.9rem;
      background: url("/wp-content/themes/upland/assets/images/backgrounds/U-default.svg");
      background-size: 51.4rem 59.9rem;
      right: -21rem;
      top: -20rem;
      opacity: 1; } }

.single-resource .resource-header {
  border-bottom: 0.2rem solid #efefef;
  padding-bottom: 2rem;
  margin-bottom: 4rem; }

.single-resource .resource-meta {
  border-bottom: 0.2rem solid #efefef;
  margin-top: 2rem;
  margin-bottom: 8rem; }
  @media screen and (min-width: 1024px) {
    .single-resource .resource-meta {
      min-height: 8rem; } }

@media screen and (min-width: 1024px) {
  .single-resource .resource-body p, .single-resource .resource-body ul, .single-resource .resource-body ol {
    font-size: 1.8rem;
    line-height: 2.6rem; } }

.single-resource .resource-body a {
  font-family: "GalanoRegular", Helvetica, Arial, sans-serif; }

.single-resource .resource-body blockquote {
  font-family: "GalanoItalic", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
  position: relative;
  margin: 10rem 0 4rem; }
  .single-resource .resource-body blockquote:before {
    content: "";
    position: absolute;
    width: 5rem;
    height: 5rem;
    left: 0;
    margin-top: -7rem;
    background-image: url("/wp-content/themes/upland/assets/images/quotes/quote-pink.svg");
    background-repeat: no-repeat;
    background-size: 4rem; }
  @media screen and (min-width: 1024px) {
    .single-resource .resource-body blockquote {
      font-size: 3.2rem;
      line-height: 4.3rem;
      letter-spacing: -0.06rem;
      margin: 12rem 0 6rem; }
      .single-resource .resource-body blockquote:before {
        content: "";
        position: absolute;
        width: 7rem;
        height: 7rem;
        left: 0;
        margin-top: -9rem;
        background-image: url("/wp-content/themes/upland/assets/images/quotes/quote-pink.svg");
        background-repeat: no-repeat;
        background-size: 6rem; } }

@media screen and (min-width: 1024px) {
  .single-resource .side-rail img {
    margin-top: 8rem; } }

.single-resource .side-rail .testimonial-body {
  margin-top: 50rem;
  padding: 0 4rem; }

.single-resource .side-rail .testimonial-quote {
  width: 7.5rem;
  height: 8.3rem; }
  @media screen and (min-width: 1024px) {
    .single-resource .side-rail .testimonial-quote {
      width: 7.5rem;
      height: 8.3rem;
      margin-bottom: 3rem; } }

.single-resource .side-rail blockquote p {
  font-size: 1.4rem;
  line-height: 1.6rem; }

.single-resource .side-rail blockquote p:first-child {
  font-family: "GalanoItalic", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .single-resource .side-rail blockquote p:first-child {
      font-size: 3.2rem;
      line-height: 4.3rem;
      letter-spacing: -0.06rem; } }

@media screen and (max-width: 768px) {
  .single-resource .module--content-header {
    padding-bottom: 5rem; } }

.single-resource .module--content-header .content-header {
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 5rem 2rem 4rem 2rem;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .single-resource .module--content-header .content-header {
      margin: 0;
      padding: 8rem 10rem 6rem 10rem;
      min-height: 50rem; } }
  .single-resource .module--content-header .content-header .breadcrumb {
    margin-bottom: 3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .single-resource .module--content-header .content-header .breadcrumb a {
      font-family: "GalanoBold", Helvetica, Arial, sans-serif; }
  .single-resource .module--content-header .content-header h1 {
    margin-bottom: 4rem; }
    @media screen and (max-width: 768px) {
      .single-resource .module--content-header .content-header h1 {
        font-size: 3.4rem;
        margin-bottom: 3rem; } }
  .single-resource .module--content-header .content-header .meta {
    margin-bottom: 3rem; }
    @media screen and (min-width: 1024px) {
      .single-resource .module--content-header .content-header .meta {
        margin-bottom: 8rem; } }
    .single-resource .module--content-header .content-header .meta i {
      margin: 0 0.5rem; }
  .single-resource .module--content-header .content-header .highlights {
    margin: 1.4rem 0;
    padding: 0; }
    .single-resource .module--content-header .content-header .highlights li {
      list-style: none;
      margin: 0 0 2rem;
      padding: 0;
      font-size: 1.6rem; }
      @media screen and (min-width: 1024px) {
        .single-resource .module--content-header .content-header .highlights li {
          font-size: 1.8rem; } }
      .single-resource .module--content-header .content-header .highlights li h5 {
        margin-bottom: 0;
        color: #2574db;
        line-height: 2.8rem; }
        @media screen and (max-width: 768px) {
          .single-resource .module--content-header .content-header .highlights li h5 {
            font-size: 1.8rem; } }
      .single-resource .module--content-header .content-header .highlights li p {
        font-size: inherit; }
  .single-resource .module--content-header .content-header .author {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .single-resource .module--content-header .content-header .author .author-avatar {
      width: 4.5rem;
      height: 4.5rem;
      margin-right: 1rem;
      border-radius: 50%;
      display: block;
      overflow: hidden;
      position: relative; }
      @media screen and (min-width: 1024px) {
        .single-resource .module--content-header .content-header .author .author-avatar {
          margin-right: 2rem; } }
      .single-resource .module--content-header .content-header .author .author-avatar img {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        display: block;
        position: absolute; }
    .single-resource .module--content-header .content-header .author .author-details a {
      text-decoration: none; }
      .single-resource .module--content-header .content-header .author .author-details a:hover {
        text-decoration: underline; }
    .single-resource .module--content-header .content-header .author .author-details strong {
      display: block; }
  .single-resource .module--content-header .content-header .links {
    margin: 3rem 0 0; }
    .single-resource .module--content-header .content-header .links li {
      margin-right: 2rem;
      list-style: none;
      display: inline-block; }
      .single-resource .module--content-header .content-header .links li a {
        font-family: "GalanoBold", Helvetica, Arial, sans-serif; }
  .single-resource .module--content-header .content-header .ilo-box-container {
    width: 11rem;
    height: 9.1rem;
    right: -3rem;
    bottom: 10.5rem;
    position: absolute; }
    @media screen and (min-width: 1024px) {
      .single-resource .module--content-header .content-header .ilo-box-container {
        width: 14.6rem;
        height: 12.1rem;
        right: 6.5rem;
        bottom: -5.5rem;
        position: absolute; } }
    .single-resource .module--content-header .content-header .ilo-box-container .ilo-box-1 {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 4.2rem;
      height: 3.6rem;
      transform: skew(0, -15deg) translate(-5.5rem, -3rem); }
      @media screen and (min-width: 1024px) {
        .single-resource .module--content-header .content-header .ilo-box-container .ilo-box-1 {
          width: 4.7rem;
          height: 4.4rem;
          transform: skew(0, -15deg) translate(-7.3rem, -4.5rem); } }
    .single-resource .module--content-header .content-header .ilo-box-container .ilo-box-2 {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1.5rem;
      height: 3rem;
      transform: skew(0, -15deg) translate(-1rem, -4.5rem); }
      @media screen and (min-width: 1024px) {
        .single-resource .module--content-header .content-header .ilo-box-container .ilo-box-2 {
          width: 1.8rem;
          height: 3.6rem;
          transform: skew(0, -15deg) translate(-1.9rem, -6.2rem); } }
    .single-resource .module--content-header .content-header .ilo-box-container .ilo-box-3 {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 6.3rem;
      height: 5.1rem;
      transform: skew(0, -15deg) translate(-1rem, -1.7rem); }
      @media screen and (min-width: 1024px) {
        .single-resource .module--content-header .content-header .ilo-box-container .ilo-box-3 {
          width: 8.3rem;
          height: 6.9rem;
          transform: skew(0, -15deg) translate(-1.9rem, -2.6rem); } }

.single-resource .module--content-header .side-rail .ilo-box-container {
  width: 10.9rem;
  height: 9rem;
  right: -3.2rem;
  top: 18rem;
  position: absolute; }
  .single-resource .module--content-header .side-rail .ilo-box-container .ilo-box-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.3rem;
    height: 4.4rem;
    transform: skew(0, -15deg) translate(-5.4rem, -3.5rem); }
  .single-resource .module--content-header .side-rail .ilo-box-container .ilo-box-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.3rem;
    height: 7.6rem;
    transform: skew(0, -15deg) translate(-2.1rem, -4.3rem); }
  .single-resource .module--content-header .side-rail .ilo-box-container .ilo-box-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.3rem;
    height: 3.9rem;
    transform: skew(0, -15deg) translate(3.1rem, -1.3rem); }

@media screen and (min-width: 1024px) {
  .single-resource .module--content-header.module--content-header-article:before {
    content: "";
    position: absolute;
    width: 115.9rem;
    height: 110.7rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
    background-size: 115.9rem 110.7rem;
    right: -54rem;
    top: 0rem;
    opacity: 0.6; } }

@media screen and (max-width: 768px) {
  .single-resource .module--content-header.module--content-header-event {
    padding-bottom: 18rem; } }

.single-resource .module--content-header.module--content-header-event .content-header {
  min-height: 0;
  padding: 0;
  margin-bottom: 8rem; }
  @media screen and (max-width: 768px) {
    .single-resource .module--content-header.module--content-header-event .content-header {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 4rem; } }
  @media screen and (min-width: 1024px) {
    .single-resource .module--content-header.module--content-header-event .content-header h1 {
      font-size: 7.2rem; } }

.single-resource .module--content-header.module--content-header-event .social-share {
  max-width: 75%;
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .single-resource .module--content-header.module--content-header-event .social-share {
      max-width: 75%;
      margin: 0 auto; } }

.single-resource .module--content-header.module--content-header-event #form-wrapper {
  margin-top: 5rem;
  padding: 0.75rem; }

.single-resource .module--content-header.module--content-header-event #form {
  padding: 2rem; }
  @media screen and (min-width: 1024px) {
    .single-resource .module--content-header.module--content-header-event #form {
      padding: 4rem; } }

@media screen and (max-width: 768px) {
  .single-resource .module--content-header.module--content-header-event #form-column {
    padding: 0.75rem; }
    .single-resource .module--content-header.module--content-header-event #form-column > .ilo-box-group {
      margin-top: -3rem;
      margin-right: -11rem; } }

.single-resource .module--content-header.module--content-header-event #form-column .ilo-box-group {
  height: auto; }

.single-resource .module--content-header.module--content-header-event .tags {
  margin-top: 5rem; }

@media screen and (max-width: 768px) {
  .single-resource .module--content-header.module--content-header-news .content-header .ilo-box-container {
    bottom: -3.4rem; } }

@media screen and (max-width: 768px) {
  .single-resource .module--content-header.module--content-header-collection {
    padding-bottom: 8rem; } }

@media screen and (max-width: 768px) {
  .single-resource .module--content-header.module--content-header-collection .container > .columns {
    display: flex;
    flex-direction: column; } }

.single-resource .module--content-header.module--content-header-collection .content-header {
  min-height: 0;
  padding: 0;
  margin-bottom: 8rem; }
  @media screen and (max-width: 768px) {
    .single-resource .module--content-header.module--content-header-collection .content-header {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0; } }
  .single-resource .module--content-header.module--content-header-collection .content-header h1 {
    margin-bottom: 0; }
    @media screen and (min-width: 1024px) {
      .single-resource .module--content-header.module--content-header-collection .content-header h1 {
        font-size: 7.2rem; } }

.single-resource .module--content-header.module--content-header-collection .social-share {
  margin: 0; }
  @media screen and (min-width: 1024px) {
    .single-resource .module--content-header.module--content-header-collection .social-share {
      max-width: 75%;
      margin: 0 auto; } }

.single-resource .module--content-header.module--content-header-collection #form-wrapper {
  margin-top: 5rem;
  padding: 0.75rem; }
  @media screen and (max-width: 768px) {
    .single-resource .module--content-header.module--content-header-collection #form-wrapper {
      margin-top: 2rem; } }

@media screen and (max-width: 768px) {
  .single-resource .module--content-header.module--content-header-collection .side-rail {
    margin-top: 3rem;
    order: 3; } }

.single-resource .module--content-header.module--content-header-collection #form {
  padding: 2rem; }
  @media screen and (min-width: 1024px) {
    .single-resource .module--content-header.module--content-header-collection #form {
      padding: 4rem; } }

@media screen and (max-width: 768px) {
  .single-resource .module--content-header.module--content-header-collection #form-column {
    padding: 0.75rem; } }

.single-resource .module--content-header.module--content-header-collection #form-column .ilo-box-group {
  height: auto;
  margin-top: -3rem;
  margin-right: -2rem; }
  @media screen and (max-width: 768px) {
    .single-resource .module--content-header.module--content-header-collection #form-column .ilo-box-group {
      margin-top: -3rem;
      margin-right: -11rem; } }

.single-resource .module--content-header.module--content-header-collection .tags {
  margin-top: 5rem; }

@media screen and (max-width: 768px) {
  .single-resource .post-content {
    padding-top: 2rem; } }

.single-resource .post-content ul {
  margin-left: 0; }
  .single-resource .post-content ul li {
    list-style: none;
    margin-bottom: 1em;
    padding-left: 1.4rem;
    border-left-width: 0.2rem;
    border-left-style: solid;
    border-left-color: #ffa100; }

.single-resource .module--content-body {
  padding-top: 0; }
  @media screen and (min-width: 1024px) {
    .single-resource .module--content-body .container > .columns {
      padding: 0 3rem; } }
  @media screen and (min-width: 1024px) {
    .single-resource .module--content-body .sidebar {
      padding-right: 5rem; } }
  .single-resource .module--content-body .sticky {
    position: sticky;
    top: 14rem; }
  .single-resource .module--content-body .quicknav {
    overflow: hidden; }
    .single-resource .module--content-body .quicknav ul {
      margin: 2rem 0 0; }
      .single-resource .module--content-body .quicknav ul li {
        list-style: none; }
        .single-resource .module--content-body .quicknav ul li:last-of-type {
          margin-bottom: 0; }
      .single-resource .module--content-body .quicknav ul a {
        font-family: "GalanoBold", Helvetica, Arial, sans-serif;
        text-decoration: none; }
        .single-resource .module--content-body .quicknav ul a.active {
          color: #2574db; }
  .single-resource .module--content-body .rule {
    height: 1px;
    margin: 2rem 0;
    background-color: #efefef;
    display: block; }
  .single-resource .module--content-body .suggested-resource {
    margin-top: 4rem; }
    .single-resource .module--content-body .suggested-resource ul {
      margin: 3rem 0; }
    .single-resource .module--content-body .suggested-resource ul li {
      list-style: none;
      margin-bottom: 2.5rem !important;
      padding-left: 1.4rem;
      border-left-width: 0.2rem;
      border-left-style: solid;
      border-left-color: #ffa100; }
    .single-resource .module--content-body .suggested-resource .eyebrow {
      color: #717171;
      margin-bottom: .2rem; }
    .single-resource .module--content-body .suggested-resource a {
      font-family: "GalanoBold", Helvetica, Arial, sans-serif;
      text-decoration: none; }
      .single-resource .module--content-body .suggested-resource a:hover {
        text-decoration: underline; }

.single-resource .social-links,
.single-resource .social-share {
  margin: 0 0 2rem;
  display: flex; }
  .single-resource .social-links li,
  .single-resource .social-share li {
    margin-right: 2rem;
    list-style: none; }
    .single-resource .social-links li:last-of-type,
    .single-resource .social-share li:last-of-type {
      margin-right: none; }
  .single-resource .social-links i,
  .single-resource .social-share i {
    width: 2.2rem;
    height: 2.2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block; }
  .single-resource .social-links .icon-facebook,
  .single-resource .social-share .icon-facebook {
    background-image: url("/wp-content/themes/upland/assets/images/resources/icon-facebook.svg"); }
  .single-resource .social-links .icon-linkedin,
  .single-resource .social-share .icon-linkedin {
    background-image: url("/wp-content/themes/upland/assets/images/resources/icon-linkedin.svg"); }
  .single-resource .social-links .icon-twitter,
  .single-resource .social-share .icon-twitter {
    width: 2.7rem;
    background-image: url("/wp-content/themes/upland/assets/images/resources/icon-twitter.svg"); }

.single-resource .module--content-speakers {
  padding-top: 0; }
  .single-resource .module--content-speakers .container {
    padding-top: 8rem;
    padding-bottom: 6rem; }
    @media screen and (min-width: 1024px) {
      .single-resource .module--content-speakers .container {
        padding: 8rem 10rem; } }
  .single-resource .module--content-speakers .speaker-title {
    padding-bottom: 2rem; }
    @media screen and (max-width: 768px) {
      .single-resource .module--content-speakers .speaker-title h2 {
        font-size: 3.4rem; } }
  .single-resource .module--content-speakers .speaker {
    flex-direction: column;
    padding: 4rem 0.75rem;
    border-bottom: 1px solid rgba(151, 151, 151, 0.4); }
    .single-resource .module--content-speakers .speaker:last-child {
      border-bottom: 0; }
    @media screen and (min-width: 1024px) {
      .single-resource .module--content-speakers .speaker {
        flex-direction: row;
        padding: 6rem 0; } }
    .single-resource .module--content-speakers .speaker .speaker-image {
      width: 100%;
      max-width: 25rem;
      position: relative;
      margin-right: 8rem; }
      @media screen and (max-width: 768px) {
        .single-resource .module--content-speakers .speaker .speaker-image {
          max-width: 20rem;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 3rem; } }
    .single-resource .module--content-speakers .speaker .headshot {
      width: 100%;
      margin: 0;
      border-radius: 50%;
      position: relative;
      overflow: hidden; }
      .single-resource .module--content-speakers .speaker .headshot:before {
        content: '';
        padding-top: 100%;
        display: block; }
      .single-resource .module--content-speakers .speaker .headshot img {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        position: absolute; }
    .single-resource .module--content-speakers .speaker h4 {
      margin-bottom: 0.5rem; }
    .single-resource .module--content-speakers .speaker .title {
      font-size: 1.6rem; }
    .single-resource .module--content-speakers .speaker .description {
      margin: 2.5rem 0; }
    .single-resource .module--content-speakers .speaker .social-links {
      margin-bottom: 0; }
    .single-resource .module--content-speakers .speaker .social-links i {
      width: 3rem;
      height: 3rem; }
    .single-resource .module--content-speakers .speaker[data-count="1"] .ilo-container {
      width: 7.1rem;
      height: 9.1rem;
      right: 0;
      bottom: 50%;
      position: absolute;
      transform: translate(2.5rem, 8.5rem); }
      .single-resource .module--content-speakers .speaker[data-count="1"] .ilo-container .ilo-box-1 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4.7rem;
        height: 0.9rem;
        background-color: #d09ce7;
        transform: skew(0, -15deg) translate(-1.2rem, -4.2rem); }
      .single-resource .module--content-speakers .speaker[data-count="1"] .ilo-container .ilo-box-2 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4.7rem;
        height: 0.9rem;
        background-color: #2574db;
        transform: skew(0, -15deg) translate(-1.2rem, -2.4rem); }
      .single-resource .module--content-speakers .speaker[data-count="1"] .ilo-container .ilo-box-3 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4.7rem;
        height: 0.9rem;
        background-color: #d09ce7;
        transform: skew(0, -15deg) translate(-1.2rem, -0.6rem); }
      .single-resource .module--content-speakers .speaker[data-count="1"] .ilo-container .ilo-box-4 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4.7rem;
        height: 0.9rem;
        background-color: #ffa100;
        transform: skew(0, -15deg) translate(-3.4rem, 1.2rem); }
      .single-resource .module--content-speakers .speaker[data-count="1"] .ilo-container .ilo-box-5 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4.7rem;
        height: 0.9rem;
        background-color: #d09ce7;
        transform: skew(0, -15deg) translate(-1.2rem, 3rem); }
    .single-resource .module--content-speakers .speaker[data-count="2"] .ilo-container {
      width: 6.3rem;
      height: 6.6rem;
      right: 0;
      bottom: 50%;
      position: absolute;
      transform: translate(2rem, -2rem); }
      .single-resource .module--content-speakers .speaker[data-count="2"] .ilo-container .ilo-box-1 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6.3rem;
        height: 0.6rem;
        background-color: #ffa100;
        transform: skew(0, -15deg) translate(-3.2rem, -3.2rem); }
      .single-resource .module--content-speakers .speaker[data-count="2"] .ilo-container .ilo-box-2 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6.3rem;
        height: 0.6rem;
        background-color: #ffa100;
        transform: skew(0, -15deg) translate(-3.2rem, -2.2rem); }
      .single-resource .module--content-speakers .speaker[data-count="2"] .ilo-container .ilo-box-3 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6.3rem;
        height: 0.6rem;
        background-color: #ffa100;
        transform: skew(0, -15deg) translate(-3.2rem, -1.2rem); }
      .single-resource .module--content-speakers .speaker[data-count="2"] .ilo-container .ilo-box-4 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6.3rem;
        height: 0.6rem;
        background-color: #ffa100;
        transform: skew(0, -15deg) translate(-3.2rem, -0.2rem); }
      .single-resource .module--content-speakers .speaker[data-count="2"] .ilo-container .ilo-box-5 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6.3rem;
        height: 0.6rem;
        background-color: #ffa100;
        transform: skew(0, -15deg) translate(-3.2rem, 0.8rem); }
      .single-resource .module--content-speakers .speaker[data-count="2"] .ilo-container .ilo-box-6 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6.3rem;
        height: 0.6rem;
        background-color: #ffa100;
        transform: skew(0, -15deg) translate(-3.2rem, 1.8rem); }
    .single-resource .module--content-speakers .speaker[data-count="3"] .ilo-container {
      width: 4.5rem;
      height: 10.2rem;
      right: 0;
      bottom: 50%;
      position: absolute;
      transform: translate(2.5rem, 0rem); }
      .single-resource .module--content-speakers .speaker[data-count="3"] .ilo-container .ilo-box-1 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4.5rem;
        height: 6.4rem;
        background-color: #d09ce7;
        transform: skew(0, -15deg) translate(-2.2rem, -5.2rem); }
      .single-resource .module--content-speakers .speaker[data-count="3"] .ilo-container .ilo-box-2 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4.5rem;
        height: 1.8rem;
        background-color: #d09ce7;
        transform: skew(0, -15deg) translate(-2.2rem, 2.2rem); }

.single-resource .module--content-assets {
  padding-top: 3rem; }
  @media screen and (min-width: 1024px) {
    .single-resource .module--content-assets {
      padding-top: 6rem; } }
  .single-resource .module--content-assets ul {
    displaY: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0; }
  .single-resource .module--content-assets ul li {
    width: calc( 50% - 6rem);
    list-style: none;
    margin-bottom: 4rem;
    padding-left: 2rem;
    border-left-width: 0.2rem;
    border-left-style: solid;
    border-left-color: #ffa100; }
    @media screen and (max-width: 768px) {
      .single-resource .module--content-assets ul li {
        width: 100%;
        font-size: 1.6rem; } }
  .single-resource .module--content-assets .eyebrow {
    color: #717171;
    margin-bottom: .2rem; }
  @media screen and (max-width: 768px) {
    .single-resource .module--content-assets .eyebrow.eyebrow--small {
      font-size: 1rem; } }
  .single-resource .module--content-assets p {
    margin: 0.5rem 0 0; }
  .single-resource .module--content-assets a {
    font-family: "GalanoBold", Helvetica, Arial, sans-serif;
    text-decoration: none; }
    .single-resource .module--content-assets a:hover {
      text-decoration: underline; }

.single-resource .module--content-tags {
  padding-top: 0;
  padding-bottom: 0; }
  .single-resource .module--content-tags p.tags {
    margin: 0 !important; }

@media screen and (min-width: 1024px) {
  .single-resource .module--resources:before {
    content: "";
    position: absolute;
    width: 115.9rem;
    height: 110.7rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
    background-size: 115.9rem 110.7rem;
    left: -20rem;
    top: 0rem;
    opacity: 0.6; } }

@media screen and (min-width: 1024px) {
  .single-resource.resource-type-blog .module:first-of-type:after {
    content: "";
    position: absolute;
    width: 115.9rem;
    height: 110.7rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
    background-size: 115.9rem 110.7rem;
    right: -25rem;
    top: 4rem;
    opacity: 0.6; } }

.single-resource.resource-type-on-demand .side-rail img, .single-resource.resource-type-ebook .side-rail img {
  max-width: 75%;
  margin: 30px auto 0;
  display: block; }

.archive.author .module--hero {
  padding-bottom: 0; }
  @media screen and (min-width: 1024px) {
    .archive.author .module--hero:before {
      content: "";
      position: absolute;
      width: 50.7rem;
      height: 60rem;
      background: url("/wp-content/themes/upland/assets/images/backgrounds/plus-default.svg");
      background-size: 50.7rem 60rem;
      left: 0rem;
      top: 0rem;
      opacity: 0.6; } }
  @media screen and (min-width: 1024px) {
    .archive.author .module--hero .resources-title {
      padding-top: 3rem; } }
  .archive.author .module--hero .resources-title h1 {
    max-width: 68rem; }
    @media screen and (max-width: 768px) {
      .archive.author .module--hero .resources-title h1 {
        font-size: 4.2rem;
        line-height: 4.8rem; } }
  .archive.author .module--hero .resources-title p {
    font-size: 1.6rem;
    line-height: 2.1rem; }
    @media screen and (min-width: 1024px) {
      .archive.author .module--hero .resources-title p {
        font-size: 1.8rem;
        line-height: 2.4rem;
        letter-spacing: -0.03rem; } }
  @media screen and (max-width: 768px) {
    .archive.author .module--hero .is-flex-mobile {
      flex-direction: column-reverse;
      padding-bottom: 5rem; } }
  .archive.author .module--hero .profile-image {
    width: 100%;
    max-width: 23.8rem;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 768px) {
      .archive.author .module--hero .profile-image {
        margin-bottom: 3rem; } }
    .archive.author .module--hero .profile-image .headshot {
      width: 100%;
      border-radius: 50%;
      overflow: hidden;
      position: relative; }
      .archive.author .module--hero .profile-image .headshot:before {
        content: '';
        padding-top: 100%;
        display: block; }
    .archive.author .module--hero .profile-image img {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      position: absolute; }
    .archive.author .module--hero .profile-image .ilo-container-1 {
      width: 5.7rem;
      height: 7.3rem;
      left: 0;
      bottom: 50%;
      position: absolute;
      transform: translate(-3.5rem, 7.5rem); }
      .archive.author .module--hero .profile-image .ilo-container-1 .ilo-box-1 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 3.8rem;
        height: 0.7rem;
        background-color: #d09ce7;
        transform: skew(0, -15deg) translate(-1.2rem, -3.6rem); }
      .archive.author .module--hero .profile-image .ilo-container-1 .ilo-box-2 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 3.8rem;
        height: 0.7rem;
        background-color: #2574db;
        transform: skew(0, -15deg) translate(-1.2rem, -2.2rem); }
      .archive.author .module--hero .profile-image .ilo-container-1 .ilo-box-3 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 3.8rem;
        height: 0.7rem;
        background-color: #d09ce7;
        transform: skew(0, -15deg) translate(-1.2rem, -0.8rem); }
      .archive.author .module--hero .profile-image .ilo-container-1 .ilo-box-4 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 3.8rem;
        height: 0.7rem;
        background-color: #ffa100;
        transform: skew(0, -15deg) translate(-2.8rem, 0.6rem); }
      .archive.author .module--hero .profile-image .ilo-container-1 .ilo-box-5 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 3.8rem;
        height: 0.7rem;
        background-color: #d09ce7;
        transform: skew(0, -15deg) translate(-1.2rem, 2rem); }
    .archive.author .module--hero .profile-image .ilo-container-2 {
      width: 5rem;
      height: 5.3rem;
      right: 0;
      bottom: 50%;
      position: absolute;
      transform: translate(2rem, -2rem); }
      .archive.author .module--hero .profile-image .ilo-container-2 .ilo-box-1 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5rem;
        height: 0.4rem;
        background-color: #ffa100;
        transform: skew(0, -15deg) translate(-2.4rem, -2.8rem); }
      .archive.author .module--hero .profile-image .ilo-container-2 .ilo-box-2 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5rem;
        height: 0.4rem;
        background-color: #ffa100;
        transform: skew(0, -15deg) translate(-2.4rem, -2rem); }
      .archive.author .module--hero .profile-image .ilo-container-2 .ilo-box-3 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5rem;
        height: 0.4rem;
        background-color: #ffa100;
        transform: skew(0, -15deg) translate(-2.4rem, -1.2rem); }
      .archive.author .module--hero .profile-image .ilo-container-2 .ilo-box-4 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5rem;
        height: 0.4rem;
        background-color: #ffa100;
        transform: skew(0, -15deg) translate(-2.4rem, -0.4rem); }
      .archive.author .module--hero .profile-image .ilo-container-2 .ilo-box-5 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5rem;
        height: 0.4rem;
        background-color: #ffa100;
        transform: skew(0, -15deg) translate(-2.4rem, 0.4rem); }
      .archive.author .module--hero .profile-image .ilo-container-2 .ilo-box-6 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5rem;
        height: 0.4rem;
        background-color: #ffa100;
        transform: skew(0, -15deg) translate(-2.4rem, 1.2rem); }
  @media screen and (min-width: 1024px) {
    .archive.author .module--hero .button--text-small {
      font-size: 1.8rem; } }

@media screen and (min-width: 1024px) {
  .archive.author .module--resources:after {
    content: "";
    position: absolute;
    width: 59.9rem;
    height: 43.2rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/times-default.svg");
    background-size: 59.9rem 43.2rem;
    right: -9rem;
    top: 106rem;
    opacity: 0.1; } }

@media screen and (min-width: 1024px) {
  .archive.author .module--resources:before {
    content: "";
    position: absolute;
    width: 115.9rem;
    height: 110.7rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
    background-size: 115.9rem 110.7rem;
    left: -54rem;
    top: 222rem;
    opacity: 0.6; } }

.archive.author .social-links {
  margin: 0 3rem 0 0;
  display: flex; }
  .archive.author .social-links li {
    margin: 0;
    margin-right: 3rem;
    list-style: none; }
    .archive.author .social-links li:last-of-type {
      margin-right: 0; }
  .archive.author .social-links i {
    width: 2.6rem;
    height: 2.6rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block; }
  .archive.author .social-links .icon-facebook {
    background-image: url("/wp-content/themes/upland/assets/images/resources/icon-facebook.svg"); }
  .archive.author .social-links .icon-linkedin {
    background-image: url("/wp-content/themes/upland/assets/images/resources/icon-linkedin.svg"); }
  .archive.author .social-links .icon-twitter {
    width: 2.7rem;
    background-image: url("/wp-content/themes/upland/assets/images/resources/icon-twitter.svg"); }

.archive.tax-teams .module--hero {
  padding-bottom: 0; }
  @media screen and (max-width: 768px) {
    .archive.tax-teams .module--hero {
      padding-bottom: 3rem; } }
  @media screen and (min-width: 1024px) {
    .archive.tax-teams .module--hero:before {
      content: "";
      position: absolute;
      width: 50.7rem;
      height: 60rem;
      background: url("/wp-content/themes/upland/assets/images/backgrounds/plus-default.svg");
      background-size: 50.7rem 60rem;
      left: 0rem;
      top: 0rem;
      opacity: 0.6; } }
  @media screen and (min-width: 1024px) {
    .archive.tax-teams .module--hero .resources-title {
      padding-top: 3rem; } }
  .archive.tax-teams .module--hero .resources-title h1 {
    max-width: 68rem; }
    @media screen and (max-width: 768px) {
      .archive.tax-teams .module--hero .resources-title h1 {
        font-size: 4.2rem;
        line-height: 4.8rem; } }
  .archive.tax-teams .module--hero .resources-title p {
    font-size: 1.6rem;
    line-height: 2.1rem; }
    @media screen and (min-width: 1024px) {
      .archive.tax-teams .module--hero .resources-title p {
        font-size: 1.8rem;
        line-height: 2.4rem;
        letter-spacing: -0.03rem; } }

.archive.tax-teams .contributors-list .contributors-header {
  border-bottom: 0.2rem solid #efefef;
  margin-bottom: 2.5rem; }
  .archive.tax-teams .contributors-list .contributors-header h4 {
    margin-bottom: 1.2rem; }
    @media screen and (max-width: 768px) {
      .archive.tax-teams .contributors-list .contributors-header h4 {
        font-size: 1.8rem;
        margin-bottom: 0.6rem; } }

@media screen and (min-width: 1024px) {
  .archive.tax-teams .contributors-list .contributors-footer {
    padding-top: 1rem; } }

.archive.tax-teams .contributors-list .contributors-footer .button--text-small {
  font-size: 1.4rem; }
  @media screen and (min-width: 1024px) {
    .archive.tax-teams .contributors-list .contributors-footer .button--text-small {
      font-size: 1.6rem; } }

.archive.tax-teams .contributors-list ul {
  margin-left: 0; }
  @media screen and (max-width: 768px) {
    .archive.tax-teams .contributors-list ul {
      margin-bottom: 0; } }

.archive.tax-teams .contributors-list ul li {
  list-style: none;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 768px) {
    .archive.tax-teams .contributors-list ul li {
      font-size: 1.6rem; } }

.archive.tax-teams .contributors-list .author {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center; }
  .archive.tax-teams .contributors-list .author .author-avatar {
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 1rem;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .archive.tax-teams .contributors-list .author .author-avatar {
        margin-right: 1.5rem; } }
    .archive.tax-teams .contributors-list .author .author-avatar img {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      display: block;
      position: absolute; }
  @media screen and (max-width: 768px) {
    .archive.tax-teams .contributors-list .author .author-details {
      font-size: 1.2rem; } }
  .archive.tax-teams .contributors-list .author .author-details a {
    text-decoration: none; }
    .archive.tax-teams .contributors-list .author .author-details a:hover {
      text-decoration: underline; }
  .archive.tax-teams .contributors-list .author .author-details strong {
    font-size: 1.6rem;
    display: block; }
    @media screen and (min-width: 1024px) {
      .archive.tax-teams .contributors-list .author .author-details strong {
        font-size: 1.8rem; } }

@media screen and (min-width: 1024px) {
  .archive.tax-teams .module--resources:after {
    content: "";
    position: absolute;
    width: 59.9rem;
    height: 43.2rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/times-default.svg");
    background-size: 59.9rem 43.2rem;
    right: -9rem;
    top: 106rem;
    opacity: 0.1; } }

@media screen and (min-width: 1024px) {
  .archive.tax-teams .module--resources:before {
    content: "";
    position: absolute;
    width: 115.9rem;
    height: 110.7rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
    background-size: 115.9rem 110.7rem;
    left: -54rem;
    top: 222rem;
    opacity: 0.6; } }

@media screen and (min-width: 1024px) {
  .page-template-template-success-stories:before {
    content: "";
    position: absolute;
    width: 115.9rem;
    height: 110.7rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
    background-size: 115.9rem 110.7rem;
    right: -54rem;
    top: 245rem;
    opacity: 0.6; } }

.page-template-template-success-stories .ss-body {
  padding: 3rem;
  position: relative;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  display: block;
  font-family: "GalanoRegular", Helvetica, Arial, sans-serif !important; }
  @media screen and (min-width: 1024px) {
    .page-template-template-success-stories .ss-body {
      padding: 4rem; } }
  .page-template-template-success-stories .ss-body:hover {
    box-shadow: 0px 6px 14px 6px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 1024px) {
    .page-template-template-success-stories .ss-body {
      min-height: 39rem; } }
  .page-template-template-success-stories .ss-body .is-underlined {
    text-decoration: underline;
    font-family: "GalanoBold", Helvetica, Arial, sans-serif; }

.page-template-template-success-stories .success-box {
  padding: 3rem; }
  @media screen and (min-width: 1024px) {
    .page-template-template-success-stories .success-box {
      padding: 4rem; } }
  @media screen and (min-width: 1024px) {
    .page-template-template-success-stories .success-box {
      margin: 0 auto;
      max-width: 80%; }
      .page-template-template-success-stories .success-box h4, .page-template-template-success-stories .success-box p, .page-template-template-success-stories .success-box ul {
        max-width: 90%; } }

.page-template-template-success-stories .filter-controls {
  margin: 0; }

.page-template-template-success-stories .filter-controls > .column {
  padding-bottom: 4rem;
  display: flex;
  align-items: flex-start; }
  @media screen and (max-width: 768px) {
    .page-template-template-success-stories .filter-controls > .column {
      flex-wrap: wrap; } }
  .page-template-template-success-stories .filter-controls > .column .tags {
    flex-grow: 1;
    flex-shrink: 1;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .page-template-template-success-stories .filter-controls > .column .tags {
        width: 100%;
        margin: 2rem 0;
        flex-grow: 0;
        flex-shrink: 0; } }

.page-template-template-success-stories .module--divider .divider:before {
  content: "";
  position: absolute;
  width: 19.7rem;
  height: 8.6rem;
  top: 0;
  left: calc(50% - 9.85rem);
  background-color: white; }

.page-template-template-success-stories .module--divider .divider:after {
  content: "";
  position: absolute;
  width: 13.7rem;
  height: 8.6rem;
  top: calc(50% - 4.3rem);
  left: calc(50% - 6.85rem);
  background-image: url("/wp-content/themes/upland/assets/images/divider_2.svg"); }

@media screen and (min-width: 1024px) {
  .page-template-template-success-stories .module--expert-help:after {
    content: "";
    position: absolute;
    width: 28.7rem;
    height: 61.1rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/bend-blue.svg");
    background-size: 28.7rem 61.1rem;
    right: 5rem;
    bottom: -12rem;
    opacity: 1; } }

@media screen and (min-width: 1024px) {
  .page-template-template-events-landing .module--hero {
    padding-bottom: 0; } }

.page-template-template-events-landing .module--hero .events-title {
  padding-bottom: 2rem; }
  @media screen and (min-width: 1024px) {
    .page-template-template-events-landing .module--hero .events-title {
      padding-bottom: 4rem; } }
  @media screen and (max-width: 768px) {
    .page-template-template-events-landing .module--hero .events-title h1 {
      font-size: 4.2rem;
      line-height: 4.8rem; } }
  .page-template-template-events-landing .module--hero .events-title p {
    font-size: 1.6rem;
    line-height: 2.1rem; }
    @media screen and (min-width: 1024px) {
      .page-template-template-events-landing .module--hero .events-title p {
        font-size: 2.4rem;
        line-height: 2.8rem;
        letter-spacing: -0.03rem; } }

.page-template-template-events-landing .module--hero .featured-events .featured-header {
  border-bottom: 0.2rem solid #efefef;
  margin-bottom: 2.5rem; }
  .page-template-template-events-landing .module--hero .featured-events .featured-header h4 {
    margin-bottom: 1.2rem; }

.page-template-template-events-landing .module--hero .featured-events .featured-footer p {
  margin-bottom: 0; }

.page-template-template-events-landing .module--hero .featured-events .featured-footer a {
  text-decoration: underline; }

.page-template-template-events-landing .module--hero .featured-events ul {
  margin-left: 0; }

.page-template-template-events-landing .module--hero .featured-events ul li {
  list-style: none;
  margin-bottom: 2.5rem;
  padding-left: 1.4rem;
  border-left-width: 0.2rem;
  border-left-style: solid;
  border-left-color: #ffa100; }

.page-template-template-events-landing .module--hero .featured-events .eyebrow {
  color: #717171;
  margin-bottom: .2rem; }

.page-template-template-events-landing .module--hero .featured-events a {
  font-family: "GalanoBold", Helvetica, Arial, sans-serif;
  text-decoration: none; }
  .page-template-template-events-landing .module--hero .featured-events a:hover {
    text-decoration: underline; }

@media screen and (min-width: 1024px) {
  .page-template-template-news-landing .module--hero:after {
    content: "";
    position: absolute;
    width: 59.9rem;
    height: 43.2rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/times-default.svg");
    background-size: 59.9rem 43.2rem;
    left: -28rem;
    bottom: -37rem;
    opacity: 0.1; } }

@media screen and (min-width: 1024px) {
  .page-template-template-news-landing .module--hero {
    padding-bottom: 0; } }

.page-template-template-news-landing .module--hero .news-title {
  padding-bottom: 4rem; }
  @media screen and (max-width: 768px) {
    .page-template-template-news-landing .module--hero .news-title {
      padding-bottom: 2rem; } }
  @media screen and (max-width: 768px) {
    .page-template-template-news-landing .module--hero .news-title h1 {
      font-size: 4.2rem;
      line-height: 4.8rem; } }
  .page-template-template-news-landing .module--hero .news-title p {
    font-size: 1.6rem;
    line-height: 2.1rem; }
    @media screen and (min-width: 1024px) {
      .page-template-template-news-landing .module--hero .news-title p {
        font-size: 2.4rem;
        line-height: 2.8rem;
        letter-spacing: -0.03rem; } }

.page-template-template-news-landing .module--hero .news-assets {
  margin: 0;
  padding: 0; }
  .page-template-template-news-landing .module--hero .news-assets li {
    padding: 3rem;
    margin-bottom: 2rem;
    list-style: none; }
    @media screen and (max-width: 768px) {
      .page-template-template-news-landing .module--hero .news-assets li {
        padding: 4rem; } }
    .page-template-template-news-landing .module--hero .news-assets li h5 {
      margin-bottom: 1.5rem;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .page-template-template-news-landing .module--hero .news-assets li h5 {
          font-size: 1.8rem;
          margin-bottom: 1rem; } }
    .page-template-template-news-landing .module--hero .news-assets li a {
      font-family: "GalanoBold", Helvetica, Arial, sans-serif; }
    .page-template-template-news-landing .module--hero .news-assets li p:first-of-type {
      font-size: 1.5rem;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .page-template-template-news-landing .module--hero .news-assets li p:first-of-type {
          font-size: 1.4rem; } }
    .page-template-template-news-landing .module--hero .news-assets li p:last-child {
      margin-bottom: 0; }

.page-template-template-news-landing .module--hero .columns .column {
  position: relative; }

.page-template-template-news-landing .module--hero .ilo-box-1 {
  position: absolute;
  right: 1.8rem;
  width: 4.8rem;
  height: 3.4rem;
  top: -.4rem; }
  @media screen and (min-width: 1024px) {
    .page-template-template-news-landing .module--hero .ilo-box-1 {
      right: 12rem;
      width: 5.6rem;
      height: 4.2rem;
      top: -9rem; } }

.page-template-template-news-landing .module--hero .ilo-box-2 {
  position: absolute;
  right: 4.6rem;
  width: 3.8rem;
  height: 2.4rem;
  top: -2.6rem; }
  @media screen and (min-width: 1024px) {
    .page-template-template-news-landing .module--hero .ilo-box-2 {
      right: 3rem;
      width: 8.5rem;
      height: 6.7rem;
      top: -8.5rem; } }

.page-template-template-news-landing .module--hero .ilo-box-3 {
  position: absolute;
  right: 9.7rem;
  width: 1.8rem;
  height: 3.8rem;
  top: -12.1rem; }
  @media screen and (max-width: 768px) {
    .page-template-template-news-landing .module--hero .ilo-box-3 {
      display: none; } }

@media screen and (min-width: 1024px) {
  .page-template-template-contact .module--hero {
    padding-top: 12rem;
    padding-bottom: 6rem; } }

.page-template-template-contact .module--hero .columns .column {
  position: relative; }

.page-template-template-contact .module--hero .ilo-box-1 {
  position: absolute;
  right: 1.8rem;
  width: 4.8rem;
  height: 3.4rem;
  top: -.4rem; }
  @media screen and (min-width: 1024px) {
    .page-template-template-contact .module--hero .ilo-box-1 {
      right: 11rem;
      width: 9.8rem;
      height: 6.4rem;
      top: -5rem; } }

.page-template-template-contact .module--hero .ilo-box-2 {
  position: absolute;
  right: 4.6rem;
  width: 3.8rem;
  height: 2.4rem;
  top: -2.6rem; }
  @media screen and (min-width: 1024px) {
    .page-template-template-contact .module--hero .ilo-box-2 {
      right: 18.6rem;
      width: 6.8rem;
      height: 4.4rem;
      top: -10.4rem; } }

.page-template-template-contact .module--hero .ilo-box-3 {
  position: absolute;
  right: 10rem;
  width: 4.8rem;
  height: 3.4rem;
  top: -10.2rem; }
  @media screen and (max-width: 768px) {
    .page-template-template-contact .module--hero .ilo-box-3 {
      display: none; } }

@media screen and (min-width: 1024px) {
  .page-template-template-contact .module--hero:before {
    content: "";
    position: absolute;
    width: 60rem;
    height: 57.2rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/hash-grey-light.svg");
    background-size: 60rem 57.2rem;
    right: 16.4rem;
    top: -21rem;
    opacity: 1; } }

.page-template-template-contact .module--contact-methods .columns {
  margin: 0; }
  .page-template-template-contact .module--contact-methods .columns .column {
    padding: 0; }

.page-template-template-contact .vertical-line {
  margin-top: 4rem;
  margin-bottom: 4rem;
  border-top: 0.1rem solid #efefef; }
  @media screen and (min-width: 1024px) {
    .page-template-template-contact .vertical-line {
      margin: 0;
      border-top: none;
      border-right: 0.1rem solid #efefef; } }

@media screen and (max-width: 768px) {
  .page-template-template-contact .office-map {
    min-width: 250%;
    margin-left: -75%; } }

.page-template-template-contact .contact-body {
  padding: 3rem;
  position: relative;
  margin-bottom: 2rem; }
  .page-template-template-contact .contact-body:last-child {
    margin-bottom: 0; }
  .page-template-template-contact .contact-body h4 {
    margin-bottom: 1rem; }
  .page-template-template-contact .contact-body p:last-child {
    margin-bottom: 0; }

.page-template-template-contact h3 {
  margin-top: 3rem; }

@media screen and (min-width: 1024px) {
  .page-template-template-about .module--hero {
    padding-top: 24rem;
    padding-bottom: 24rem; } }

@media screen and (min-width: 1024px) {
  .page-template-template-about .module--hero:before {
    content: "";
    position: absolute;
    width: 60rem;
    height: 57.2rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/hash-grey-light.svg");
    background-size: 60rem 57.2rem;
    left: -20rem;
    top: 16rem;
    opacity: 1; } }

@media screen and (min-width: 1024px) {
  .page-template-template-about .module--hero:after {
    content: "";
    position: absolute;
    width: 115.9rem;
    height: 110.7rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
    background-size: 115.9rem 110.7rem;
    right: -26rem;
    top: 0rem;
    opacity: 0.6; } }

@media screen and (min-width: 1024px) {
  .page-template-template-about .module--hero .container:before {
    content: "";
    position: absolute;
    width: 79rem;
    height: 65rem;
    top: -20rem;
    left: -26rem;
    background: url("/wp-content/themes/upland/assets/images/about/img-about-hero-left.png");
    background-size: 79rem 65rem; }
  .page-template-template-about .module--hero .container:after {
    content: "";
    position: absolute;
    width: 81rem;
    height: 65rem;
    top: -20rem;
    right: -18rem;
    background: url("/wp-content/themes/upland/assets/images/about/img-about-hero-right.png");
    background-size: 81rem 65rem; } }

.page-template-template-about .module--hero .button {
  z-index: 100; }

.page-template-template-about .grid-box {
  position: relative;
  overflow: hidden;
  padding: 4rem; }
  @media screen and (min-width: 1024px) {
    .page-template-template-about .grid-box {
      padding: 8rem; } }
  @media screen and (max-width: 768px) {
    .page-template-template-about .grid-box {
      min-height: 28rem; } }
  .page-template-template-about .grid-box p:last-child {
    margin-bottom: 0; }

.page-template-template-about .module--about-proven .stat-lockup .stat,
.page-template-template-about .module--about-proven .stat-lockup .label {
  font-family: "GalanoBold", Helvetica, Arial, sans-serif; }

.page-template-template-about .module--about-proven .stat-lockup .stat {
  font-size: 6.5rem;
  line-height: 6.5rem; }
  @media screen and (min-width: 1024px) {
    .page-template-template-about .module--about-proven .stat-lockup .stat {
      font-size: 12rem;
      line-height: 12rem; } }
  .page-template-template-about .module--about-proven .stat-lockup .stat.is-jumbo {
    font-size: 13.2rem;
    line-height: 13.2rem; }
    @media screen and (min-width: 1024px) {
      .page-template-template-about .module--about-proven .stat-lockup .stat.is-jumbo {
        font-size: 22rem;
        line-height: 18rem; } }

.page-template-template-about .module--about-proven .stat-lockup .label {
  font-size: 1.9rem;
  line-height: 1.9rem;
  color: #000000; }
  @media screen and (min-width: 1024px) {
    .page-template-template-about .module--about-proven .stat-lockup .label {
      font-size: 3.6rem;
      line-height: 3.6rem; } }

.page-template-template-about .module--about-proven .box-1 {
  padding-top: 7rem;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 1024px) {
    .page-template-template-about .module--about-proven .box-1 {
      min-height: 39.3rem; } }
  .page-template-template-about .module--about-proven .box-1 .label {
    vertical-align: text-top;
    margin-top: -4rem; }
    @media screen and (min-width: 1024px) {
      .page-template-template-about .module--about-proven .box-1 .label {
        font-size: 3.2rem;
        line-height: 3.2rem;
        vertical-align: text-top;
        margin-top: -8rem;
        text-align: left; } }
  .page-template-template-about .module--about-proven .box-1 span {
    display: inline-block; }
  .page-template-template-about .module--about-proven .box-1:after {
    content: "";
    position: absolute;
    width: 43.3rem;
    height: 55rem;
    background: url(/wp-content/themes/upland/assets/images/backgrounds/organic-grid-default.svg);
    background-size: 43.3rem 55rem;
    left: -13rem;
    bottom: -38rem; }
  @media screen and (min-width: 1024px) {
    .page-template-template-about .module--about-proven .box-1:after {
      content: "";
      position: absolute;
      width: 48.3rem;
      height: 60rem;
      background: url("/wp-content/themes/upland/assets/images/backgrounds/organic-grid-default.svg");
      background-size: 48.3rem 60rem;
      left: -10rem;
      bottom: -38rem;
      opacity: 1; } }

.page-template-template-about .module--about-proven .box-2 {
  padding-top: 6rem; }
  @media screen and (min-width: 1024px) {
    .page-template-template-about .module--about-proven .box-2 {
      min-height: 46.9rem; } }
  .page-template-template-about .module--about-proven .box-2:after {
    content: "";
    position: absolute;
    width: 54.9rem;
    height: 27.8rem;
    background: url(/wp-content/themes/upland/assets/images/backgrounds/wave-default.svg);
    background-size: 54.9rem 27.8rem;
    right: -5rem;
    bottom: -18rem;
    transform: scaleY(-1); }
  @media screen and (min-width: 1024px) {
    .page-template-template-about .module--about-proven .box-2:after {
      content: "";
      position: absolute;
      width: 59.9rem;
      height: 32.8rem;
      background: url("/wp-content/themes/upland/assets/images/backgrounds/wave-default.svg");
      background-size: 59.9rem 32.8rem;
      right: 0rem;
      bottom: -18rem;
      opacity: 1; } }

.page-template-template-about .module--about-proven .box-3 {
  padding-top: 9rem; }
  @media screen and (min-width: 1024px) {
    .page-template-template-about .module--about-proven .box-3 {
      padding-top: 18rem;
      min-height: 50rem; } }
  .page-template-template-about .module--about-proven .box-3 .stat-lockup {
    position: relative;
    z-index: 50; }
  .page-template-template-about .module--about-proven .box-3 .label {
    color: white; }
  .page-template-template-about .module--about-proven .box-3:after {
    content: "";
    position: absolute;
    width: 43.3rem;
    height: 55rem;
    background: url(/wp-content/themes/upland/assets/images/backgrounds/organic-grid-lavender.svg);
    background-size: 43.3rem 55rem;
    right: -14.7rem;
    top: -41rem; }
  @media screen and (min-width: 1024px) {
    .page-template-template-about .module--about-proven .box-3:after {
      content: "";
      position: absolute;
      width: 48.3rem;
      height: 60rem;
      background: url("/wp-content/themes/upland/assets/images/backgrounds/organic-grid-lavender.svg");
      background-size: 48.3rem 60rem;
      right: -14rem;
      top: -42rem;
      opacity: 1; } }

.page-template-template-about .module--about-bifurcate {
  z-index: 50; }
  @media screen and (max-width: 1023px) {
    .page-template-template-about .module--about-bifurcate .leftside,
    .page-template-template-about .module--about-bifurcate .rightside {
      padding: 0 0 4rem; } }
  .page-template-template-about .module--about-bifurcate .leftside .column,
  .page-template-template-about .module--about-bifurcate .rightside .column {
    position: relative; }
    @media screen and (min-width: 1024px) {
      .page-template-template-about .module--about-bifurcate .leftside .column,
      .page-template-template-about .module--about-bifurcate .rightside .column {
        padding: 4rem 0 8rem; } }
  .page-template-template-about .module--about-bifurcate .leftside svg, .page-template-template-about .module--about-bifurcate .leftside img {
    max-width: 19.8rem;
    margin-top: 2rem;
    margin-bottom: 2.4rem; }
  @media screen and (min-width: 1024px) {
    .page-template-template-about .module--about-bifurcate .leftside {
      border-right: 1rem solid white; } }
  .page-template-template-about .module--about-bifurcate .rightside svg, .page-template-template-about .module--about-bifurcate .rightside img {
    max-width: 24.5rem;
    margin-top: 4rem;
    margin-bottom: 3.4rem; }
  @media screen and (min-width: 1024px) {
    .page-template-template-about .module--about-bifurcate .rightside {
      border-left: 1rem solid white; } }

.page-template-template-about .module--about-diversity {
  padding-top: 6rem; }
  @media screen and (min-width: 1024px) {
    .page-template-template-about .module--about-diversity {
      padding-top: 12rem; } }
  .page-template-template-about .module--about-diversity .columns {
    display: flex;
    flex-direction: column-reverse; }
    @media screen and (min-width: 1024px) {
      .page-template-template-about .module--about-diversity .columns {
        flex-direction: row; } }
  @media screen and (min-width: 1024px) {
    .page-template-template-about .module--about-diversity .column.diversity-text {
      padding-bottom: 5.2rem; } }
  .page-template-template-about .module--about-diversity .column:last-of-type {
    padding-bottom: 4.5rem;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .page-template-template-about .module--about-diversity .column:last-of-type {
        padding-left: 6rem;
        padding-bottom: 0; } }
  .page-template-template-about .module--about-diversity h2 {
    margin-bottom: 2.5rem; }

@media screen and (min-width: 1024px) {
  .page-template-template-about .module--about-values:before {
    content: "";
    position: absolute;
    width: 115.9rem;
    height: 110.7rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
    background-size: 115.9rem 110.7rem;
    left: 0rem;
    top: 30rem;
    opacity: 0.6; } }

@media screen and (min-width: 1024px) {
  .page-template-template-about .module--about-values .module-header {
    margin-bottom: 10rem; } }

.page-template-template-about .module--about-values .box-inner {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
  right: 6rem; }

@media screen and (min-width: 1024px) {
  .page-template-template-about .module--about-values .box-1,
  .page-template-template-about .module--about-values .box-4,
  .page-template-template-about .module--about-values .box-5 {
    min-height: 49rem; }
  .page-template-template-about .module--about-values .box-2,
  .page-template-template-about .module--about-values .box-3 {
    min-height: 39.7rem; }
  .page-template-template-about .module--about-values .box-2 {
    margin-top: 9.2rem; }
  .page-template-template-about .module--about-values .box-inner {
    left: 6rem;
    bottom: 6rem;
    right: 18rem; } }

.page-template-template-about .module--about-values .box-1:after {
  content: "";
  position: absolute;
  width: 46rem;
  height: 43.2rem;
  background: url(/wp-content/themes/upland/assets/images/backgrounds/hash-lavender.svg);
  background-size: 46rem 43.2rem;
  left: -22rem;
  top: -34rem;
  opacity: 1;
  transform: scaleY(-1); }

@media screen and (min-width: 1024px) {
  .page-template-template-about .module--about-values .box-1:after {
    content: "";
    position: absolute;
    width: 60rem;
    height: 57.2rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/hash-lavender.svg");
    background-size: 60rem 57.2rem;
    left: -27rem;
    top: -37rem;
    opacity: 1; } }

.page-template-template-about .module--about-values .box-2:after {
  content: "";
  position: absolute;
  width: 49.9rem;
  height: 22.8rem;
  background: url(/wp-content/themes/upland/assets/images/backgrounds/wave-default.svg);
  background-size: 49.9rem 22.8rem;
  left: -120px;
  top: -12.4rem; }

@media screen and (min-width: 1024px) {
  .page-template-template-about .module--about-values .box-2:after {
    content: "";
    position: absolute;
    width: 59.9rem;
    height: 32.8rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/wave-default.svg");
    background-size: 59.9rem 32.8rem;
    left: -13rem;
    top: -20.4rem;
    opacity: 1; } }

.page-template-template-about .module--about-values .box-3:after {
  content: "";
  position: absolute;
  width: 38.3rem;
  height: 49.9rem;
  background: url(/wp-content/themes/upland/assets/images/backgrounds/net-lavender.svg);
  background-size: 38.3rem 49.9rem;
  right: -15rem;
  top: -33rem; }

@media screen and (min-width: 1024px) {
  .page-template-template-about .module--about-values .box-3 .box-inner {
    max-width: 45%; } }

@media screen and (min-width: 1024px) {
  .page-template-template-about .module--about-values .box-3:after {
    content: "";
    position: absolute;
    width: 48.3rem;
    height: 59.9rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/net-lavender.svg");
    background-size: 48.3rem 59.9rem;
    right: -9rem;
    top: -28rem;
    opacity: 1; } }

.page-template-template-about .module--about-values .box-4:after {
  content: "";
  position: absolute;
  width: 38.3rem;
  height: 50rem;
  background: url(/wp-content/themes/upland/assets/images/backgrounds/organic-grid-yellow.svg);
  background-size: 38.3rem 50rem;
  right: 0rem;
  top: -38rem; }

@media screen and (min-width: 1024px) {
  .page-template-template-about .module--about-values .box-4:after {
    content: "";
    position: absolute;
    width: 48.3rem;
    height: 60rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/organic-grid-yellow.svg");
    background-size: 48.3rem 60rem;
    right: 0rem;
    top: -40rem;
    opacity: 1; } }

.page-template-template-about .module--about-values .box-5:after {
  content: "";
  position: absolute;
  width: 46.6rem;
  height: 49.9rem;
  background: url(/wp-content/themes/upland/assets/images/backgrounds/pie-chart-white.svg);
  background-size: 46.6rem 49.9rem;
  right: -10rem;
  top: -34rem; }

@media screen and (min-width: 1024px) {
  .page-template-template-about .module--about-values .box-5:after {
    content: "";
    position: absolute;
    width: 56.6rem;
    height: 5.9rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/pie-chart-white.svg");
    background-size: 56.6rem 5.9rem;
    right: 1rem;
    top: -34rem;
    opacity: 1; } }

.page-template-template-about .module--about-photogrid {
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .page-template-template-about .module--about-photogrid {
      padding: 12rem 12rem; } }
  @media screen and (min-width: 1024px) {
    .page-template-template-about .module--about-photogrid .module-header {
      margin-bottom: 10rem; } }
  @media screen and (min-width: 1024px) {
    .page-template-template-about .module--about-photogrid:after {
      content: "";
      position: absolute;
      width: 115.9rem;
      height: 110.7rem;
      background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
      background-size: 115.9rem 110.7rem;
      right: 0rem;
      top: 0rem;
      opacity: 0.6; } }

.page-template-template-about .module--about-cta {
  padding-top: 6rem; }
  @media screen and (min-width: 1024px) {
    .page-template-template-about .module--about-cta:before {
      content: "";
      position: absolute;
      width: 48.3rem;
      height: 59.9rem;
      background: url("/wp-content/themes/upland/assets/images/backgrounds/net-white.svg");
      background-size: 48.3rem 59.9rem;
      left: -8rem;
      top: -24rem;
      opacity: 1; } }
  @media screen and (min-width: 1024px) {
    .page-template-template-about .module--about-cta {
      padding-top: 12rem; } }
  .page-template-template-about .module--about-cta:after {
    content: "";
    position: absolute;
    width: 10.9rem;
    height: 9.4rem;
    top: -2.6rem;
    left: 41.3%;
    background: url("/wp-content/themes/upland/assets/images/about/divider-graphic.svg");
    background-size: 6.9rem 5.4rem;
    background-repeat: no-repeat; }
    @media screen and (min-width: 1024px) {
      .page-template-template-about .module--about-cta:after {
        top: -4.6rem;
        left: 47.3%;
        background-size: 10.9rem 9.4rem; } }
  .page-template-template-about .module--about-cta .columns:first-child .column {
    position: relative; }
    @media screen and (min-width: 1024px) {
      .page-template-template-about .module--about-cta .columns:first-child .column {
        padding-left: 5rem;
        padding-right: 10rem; } }
  .page-template-template-about .module--about-cta p {
    font-size: 1.4rem;
    line-height: 2rem; }
    @media screen and (min-width: 1024px) {
      .page-template-template-about .module--about-cta p {
        font-size: 2.4rem;
        line-height: 2.8rem;
        letter-spacing: -0.03rem; } }

.page-template-template-leadership .module--hero {
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .page-template-template-leadership .module--hero:before {
      content: "";
      position: absolute;
      width: 115.9rem;
      height: 110.7rem;
      background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
      background-size: 115.9rem 110.7rem;
      right: -30rem;
      top: 0rem;
      opacity: 0.6; } }

@media screen and (min-width: 1024px) {
  .page-template-template-leadership .module--leadership-leaders {
    margin-bottom: 12rem; } }

.page-template-template-leadership .leaders-wrapper {
  height: 125rem;
  overflow: hidden;
  transition: all 0.15s ease-in-out; }
  @media screen and (min-width: 1024px) {
    .page-template-template-leadership .leaders-wrapper {
      height: 35rem; } }
  .page-template-template-leadership .leaders-wrapper.is-open {
    height: auto; }

.page-template-template-leadership .leaders .leader {
  position: relative; }
  .page-template-template-leadership .leaders .leader img {
    max-width: 17.5rem;
    margin-top: 4rem;
    margin-bottom: 2rem; }
  .page-template-template-leadership .leaders .leader h3 {
    margin-bottom: .5rem; }
  @media screen and (min-width: 1024px) {
    .page-template-template-leadership .leaders .leader p {
      max-width: 65%;
      margin: 0 auto; } }
  .page-template-template-leadership .leaders .leader.sidecar-1:after, .page-template-template-leadership .leaders .leader.sidecar-8:after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 5.1rem;
    background: url(/wp-content/themes/upland/assets/images/leadership/leaders-sidecar-001.svg);
    background-size: 3rem 5.1rem;
    left: 23%;
    top: 16rem; }
    @media screen and (min-width: 769px), print {
      .page-template-template-leadership .leaders .leader.sidecar-1:after, .page-template-template-leadership .leaders .leader.sidecar-8:after {
        left: 10%; } }
    @media screen and (min-width: 1216px) {
      .page-template-template-leadership .leaders .leader.sidecar-1:after, .page-template-template-leadership .leaders .leader.sidecar-8:after {
        left: 23%; } }
  .page-template-template-leadership .leaders .leader.sidecar-2:after, .page-template-template-leadership .leaders .leader.sidecar-7:after {
    content: "";
    position: absolute;
    width: 4.3rem;
    height: 4.5rem;
    background: url(/wp-content/themes/upland/assets/images/leadership/leaders-sidecar-002.svg);
    background-size: 4.3rem 4.5rem;
    right: 16%;
    top: 7rem; }
    @media screen and (min-width: 769px), print {
      .page-template-template-leadership .leaders .leader.sidecar-2:after, .page-template-template-leadership .leaders .leader.sidecar-7:after {
        right: 0%; } }
    @media screen and (min-width: 1216px) {
      .page-template-template-leadership .leaders .leader.sidecar-2:after, .page-template-template-leadership .leaders .leader.sidecar-7:after {
        right: 16%; } }
  .page-template-template-leadership .leaders .leader.sidecar-3:after, .page-template-template-leadership .leaders .leader.sidecar-6:after {
    content: "";
    position: absolute;
    width: 4.9rem;
    height: 6.1rem;
    background: url(/wp-content/themes/upland/assets/images/leadership/leaders-sidecar-003.svg);
    background-size: 4.9rem 6.1rem;
    left: 16%;
    top: 14rem; }
    @media screen and (min-width: 769px), print {
      .page-template-template-leadership .leaders .leader.sidecar-3:after, .page-template-template-leadership .leaders .leader.sidecar-6:after {
        left: -2%; } }
    @media screen and (min-width: 1216px) {
      .page-template-template-leadership .leaders .leader.sidecar-3:after, .page-template-template-leadership .leaders .leader.sidecar-6:after {
        left: 16%; } }
  .page-template-template-leadership .leaders .leader.sidecar-4:after, .page-template-template-leadership .leaders .leader.sidecar-5:after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 6.9rem;
    background: url(/wp-content/themes/upland/assets/images/leadership/leaders-sidecar-004.svg);
    background-size: 3rem 6.9rem;
    right: 20%;
    top: 5rem; }
    @media screen and (min-width: 769px), print {
      .page-template-template-leadership .leaders .leader.sidecar-4:after, .page-template-template-leadership .leaders .leader.sidecar-5:after {
        right: 2%; } }
    @media screen and (min-width: 1216px) {
      .page-template-template-leadership .leaders .leader.sidecar-4:after, .page-template-template-leadership .leaders .leader.sidecar-5:after {
        right: 20%; } }

@media screen and (min-width: 1024px) {
  .page-template-template-leadership .module--about-photogrid:before {
    content: "";
    position: absolute;
    width: 115.9rem;
    height: 110.7rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
    background-size: 115.9rem 110.7rem;
    left: -50rem;
    top: -20rem;
    opacity: 0.6; } }

.module--about-photogrid {
  z-index: 1; }
  .module--about-photogrid .grid-box {
    padding: 4rem; }
    .module--about-photogrid .grid-box p:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 1024px) {
    .module--about-photogrid.grid-1 .grid-box {
      margin-top: -4rem; } }
  @media screen and (min-width: 1024px) {
    .module--about-photogrid.grid-1:before {
      content: "";
      position: absolute;
      width: 115.9rem;
      height: 110.7rem;
      background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
      background-size: 115.9rem 110.7rem;
      left: -40rem;
      top: 18rem;
      opacity: 0.6; } }
  @media screen and (min-width: 1024px) {
    .module--about-photogrid.grid-2 .grid-box {
      margin-top: 21.8rem; } }
  @media screen and (min-width: 1024px) {
    .module--about-photogrid.grid-2:before {
      content: "";
      position: absolute;
      width: 115.9rem;
      height: 110.7rem;
      background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
      background-size: 115.9rem 110.7rem;
      right: -40rem;
      top: 50rem;
      opacity: 0.6; } }
  @media screen and (min-width: 1024px) {
    .module--about-photogrid.grid-2:after {
      content: "";
      position: absolute;
      width: 41.1rem;
      height: 59.9rem;
      background: url("/wp-content/themes/upland/assets/images/backgrounds/bend-yellow.svg");
      background-size: 41.1rem 59.9rem;
      right: 10rem;
      bottom: 22rem;
      opacity: 1; } }
  @media screen and (min-width: 1024px) {
    .module--about-photogrid.grid-2:after {
      transform: scaleX(-1);
      z-index: 51; } }
  @media screen and (min-width: 1024px) {
    .module--about-photogrid .image-1 img {
      margin-top: -11.9rem; } }

.module--about-team {
  padding-bottom: 0; }
  .module--about-team .columns {
    margin: 0; }
    .module--about-team .columns .column {
      padding: 0; }
  .module--about-team img {
    display: block; }
  @media screen and (min-width: 1024px) {
    .module--about-team {
      margin-top: -18rem;
      padding-top: 16rem; } }
  @media screen and (min-width: 1024px) {
    .module--about-team:before {
      content: "";
      position: absolute;
      width: 115.9rem;
      height: 110.7rem;
      background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-white.svg");
      background-size: 115.9rem 110.7rem;
      right: 0rem;
      bottom: 0rem;
      opacity: 0.6; } }

@media screen and (min-width: 1024px) {
  .page-template-template-careers .module--about-photogrid .module-header {
    margin-bottom: 8rem; } }

.page-template-template-careers .module--careers-presence svg {
  margin-bottom: 4rem; }
  @media screen and (min-width: 1024px) {
    .page-template-template-careers .module--careers-presence svg {
      margin-bottom: 4rem; } }

.page-template-template-careers .module--careers-presence h3 {
  margin-bottom: 1rem; }

@media screen and (min-width: 1024px) {
  .page-template-template-careers .module--careers-presence:before {
    content: "";
    position: absolute;
    width: 59.9rem;
    height: 43.2rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/times-lavender.svg");
    background-size: 59.9rem 43.2rem;
    right: -24rem;
    bottom: -21rem;
    opacity: 1; } }

.page-template-template-modular .module--success-stories {
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .page-template-template-modular .module--success-stories:before {
      content: "";
      position: absolute;
      width: 115.9rem;
      height: 110.7rem;
      background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
      background-size: 115.9rem 110.7rem;
      right: 0rem;
      top: 0rem;
      opacity: 0.6; } }

@media screen and (min-width: 1024px) {
  .page-template-template-modular .module--testimonial:before {
    content: "";
    position: absolute;
    width: 60rem;
    height: 57.2rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/hash-lavender.svg");
    background-size: 60rem 57.2rem;
    left: -30rem;
    bottom: -33rem;
    opacity: 1; } }

.page-template-template-modular .module--products {
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .page-template-template-modular .module--products:before {
      content: "";
      position: absolute;
      width: 48.3rem;
      height: 60rem;
      background: url("/wp-content/themes/upland/assets/images/backgrounds/organic-grid-white.svg");
      background-size: 48.3rem 60rem;
      left: -8rem;
      top: -40rem;
      opacity: 1; } }

.page-template-template-modular .module--callout .callout-inner {
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .page-template-template-modular .module--callout .callout-inner:before {
      content: "";
      position: absolute;
      width: 48.3rem;
      height: 60rem;
      background: url("/wp-content/themes/upland/assets/images/backgrounds/organic-grid-white.svg");
      background-size: 48.3rem 60rem;
      right: -8rem;
      top: -40rem;
      opacity: 1; } }

@media screen and (min-width: 1024px) {
  .page-template-template-job-function .module--hero:before {
    content: "";
    position: absolute;
    width: 115.9rem;
    height: 110.7rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
    background-size: 115.9rem 110.7rem;
    right: 0rem;
    top: 0rem;
    opacity: 0.6; } }

@media screen and (min-width: 1024px) {
  .page-template-template-job-function .module--products:before {
    content: "";
    position: absolute;
    width: 115.9rem;
    height: 110.7rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
    background-size: 115.9rem 110.7rem;
    left: 0rem;
    top: 50rem;
    opacity: 0.6; } }

@media screen and (min-width: 1024px) {
  .page-template-template-generic .module--hero {
    padding: 10rem 0 8rem; } }

@media screen and (min-width: 1024px) {
  .page-template-template-generic .module--hero:before {
    content: "";
    position: absolute;
    width: 115.9rem;
    height: 110.7rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
    background-size: 115.9rem 110.7rem;
    right: 0rem;
    top: 0rem;
    opacity: 0.6; } }

.page-template-template-demo-request .demo-header {
  border-bottom: 0.2rem solid #efefef;
  margin-bottom: 2rem; }

.page-template-template-demand .primary-desk {
  visibility: hidden; }

.page-template-template-demand .footer-inner {
  display: none; }

.page-template-template-demand .hamburger-icon {
  visibility: hidden; }

.page-template-template-demand .nav-mobile-wrapper {
  display: none; }

@media screen and (max-width: 768px) {
  .page-template-template-demand .secondary-desk ul li {
    display: none; }
  .page-template-template-demand .secondary-desk ul li:first-child {
    display: list-item; } }

@media screen and (min-width: 769px), print {
  .page-template-template-demand .secondary-desk {
    visibility: hidden; } }

@media screen and (min-width: 1024px) {
  .page-template-template-demand #main .module:nth-child(1):before {
    content: "";
    position: absolute;
    width: 60rem;
    height: 57.2rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/hash-grey-light.svg");
    background-size: 60rem 57.2rem;
    right: 16.4rem;
    top: -21rem;
    opacity: 1; } }

@media screen and (min-width: 1024px) {
  .page-template-template-demand #main .module:nth-child(2):before {
    content: "";
    position: absolute;
    width: 59.9rem;
    height: 43.2rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/times-lavender.svg");
    background-size: 59.9rem 43.2rem;
    left: -20rem;
    top: -36rem;
    opacity: 1; } }

.page-template-template-landing .content-block h2.title-aligncenter,
.page-template-template-magic .content-block h2.title-aligncenter {
  text-align: center; }

.page-template-template-landing .mktoForm,
.page-template-template-magic .mktoForm {
  padding: 2rem; }
  @media screen and (min-width: 1024px) {
    .page-template-template-landing .mktoForm,
    .page-template-template-magic .mktoForm {
      padding: 4rem; } }

.page-template-template-landing iframe.wistia_embed,
.page-template-template-magic iframe.wistia_embed {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  max-width: 100%; }
  @media screen and (min-width: 1024px) {
    .page-template-template-landing iframe.wistia_embed,
    .page-template-template-magic iframe.wistia_embed {
      min-height: 500px; } }

.page-template-template-landing h2 + .item-list,
.page-template-template-magic h2 + .item-list {
  margin-top: 4rem; }

.page-template-template-landing .item-list img,
.page-template-template-magic .item-list img {
  float: left; }

.page-template-template-landing .item-list p,
.page-template-template-magic .item-list p {
  display: none; }

.page-template-template-landing .item-list h3,
.page-template-template-magic .item-list h3 {
  margin-left: 8rem;
  margin-top: 0.4rem; }

@media screen and (min-width: 1024px) {
  .page-template-template-landing h1 {
    max-width: 80%;
    margin: 0 auto 8rem; } }

@media screen and (min-width: 1024px) {
  .page-template-template-magic .module.gallery:before {
    content: "";
    position: absolute;
    width: 115.9rem;
    height: 110.7rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
    background-size: 115.9rem 110.7rem;
    right: 0rem;
    top: 0rem;
    opacity: 0.6; } }

@media screen and (min-width: 1024px) {
  .page-template-template-magic .module.gallery:before {
    width: 100%;
    height: 100%;
    background-position: center; } }

@media screen and (min-width: 1024px) {
  .page-template-template-magic .module.gallery .box {
    max-width: 65%;
    margin: 0 auto; } }

@media screen and (min-width: 1024px) {
  .page-template-template-events .module--hero:before {
    content: "";
    position: absolute;
    width: 115.9rem;
    height: 110.7rem;
    background: url("/wp-content/themes/upland/assets/images/backgrounds/bg-grid-default.svg");
    background-size: 115.9rem 110.7rem;
    right: 0rem;
    top: 0rem;
    opacity: 0.6; } }

@media screen and (min-width: 1024px) {
  .page-template-template-events .module--hero {
    padding-bottom: 6rem; } }

.page-template-template-events .anchor-navigation {
  background-color: #efefef;
  padding: 3rem 0;
  position: relative; }
  .page-template-template-events .anchor-navigation ul {
    margin: 0;
    text-align: center; }
    .page-template-template-events .anchor-navigation ul li {
      display: inline-block;
      margin: 0 4rem 0 0; }
      .page-template-template-events .anchor-navigation ul li a {
        font-family: "GalanoBold", Helvetica, Arial, sans-serif; }

.filters {
  margin-bottom: 2rem; }
  .filters .filter-menu {
    position: relative;
    min-width: 18rem;
    display: inline-block;
    margin-right: 2rem; }
    .filters .filter-menu:last-child {
      min-width: 22rem; }
    @media screen and (max-width: 768px) {
      .filters .filter-menu {
        min-width: 12rem; }
        .filters .filter-menu:last-child {
          min-width: 16rem; } }
    .filters .filter-menu .filter-trigger {
      cursor: pointer;
      margin-left: 2rem;
      margin-right: 2rem; }
      @media screen and (max-width: 768px) {
        .filters .filter-menu .filter-trigger {
          margin-left: 1rem; } }
      .filters .filter-menu .filter-trigger:after {
        content: "";
        position: absolute;
        top: 0.7rem;
        width: 1.2rem;
        height: 1.2rem;
        margin-left: .7rem;
        border: solid #000000;
        border-width: 0 .3rem .3rem 0;
        transform: rotate(45deg);
        transition: all 0.15s ease-in-out; }
        @media screen and (max-width: 768px) {
          .filters .filter-menu .filter-trigger:after {
            top: 0.4rem;
            width: .8rem;
            height: .8rem;
            margin-left: .5rem;
            border-width: 0 .2rem .2rem 0; } }
      .filters .filter-menu .filter-trigger span {
        font-family: "GalanoBold", Helvetica, Arial, sans-serif;
        font-size: 1.6rem;
        line-height: 2rem; }
        @media screen and (min-width: 1024px) {
          .filters .filter-menu .filter-trigger span {
            font-size: 2.4rem;
            line-height: 2.8rem;
            letter-spacing: -0.03rem; } }
    .filters .filter-menu ul {
      position: absolute;
      width: 100%;
      background: white;
      margin-left: 0;
      padding: 2rem;
      opacity: 0;
      visibility: hidden;
      transition: all 0.15s ease-in-out;
      z-index: 52; }
      @media screen and (max-width: 768px) {
        .filters .filter-menu ul {
          padding: 1.8rem 1rem; } }
      .filters .filter-menu ul li {
        list-style: none; }
        .filters .filter-menu ul li a {
          font-family: "GalanoSemibold", Helvetica, Arial, sans-serif !important;
          font-size: 1.8rem;
          display: block;
          text-decoration: none; }
          @media screen and (max-width: 768px) {
            .filters .filter-menu ul li a {
              font-size: 1.4rem; } }
          .filters .filter-menu ul li a:hover {
            text-decoration: underline; }
        .filters .filter-menu ul li:last-child {
          margin-bottom: 0; }
    .filters .filter-menu:hover .filter-trigger:after {
      top: 1.3rem;
      transform: rotate(-135deg); }
      @media screen and (max-width: 768px) {
        .filters .filter-menu:hover .filter-trigger:after {
          top: .9rem; } }
    .filters .filter-menu:hover ul {
      opacity: 1;
      visibility: visible; }

#form-column {
  position: relative;
  padding: 0; }

#form-wrapper h4 {
  margin-bottom: .5rem; }

#form-wrapper .form-instrux {
  font-family: "GalanoItalic", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: #696969;
  display: block;
  margin-bottom: 1.5rem; }

#form-complete img {
  margin-bottom: 3rem; }

#form-complete h4, #form-complete p {
  margin-left: 4rem;
  margin-right: 4rem; }

/* All form pages, except Landing and Magic */
.single-resource .mktoForm .mktoFormRow .mktoFieldWrap,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap,
.page-template-template-contact .mktoForm .mktoFormRow .mktoFieldWrap {
  position: relative; }

.single-resource .mktoForm .mktoFormRow .mktoFieldWrap .mktoLabel,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap .mktoLabel,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap .mktoLabel,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap .mktoLabel,
.page-template-template-contact .mktoForm .mktoFormRow .mktoFieldWrap .mktoLabel {
  position: absolute;
  top: 1.4rem;
  left: 1rem;
  font-family: "GalanoItalic", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #696969;
  transition: all 0.15s ease-in-out; }

.single-resource .mktoForm .mktoFormRow .mktoFieldWrap.isSelected .mktoLabel,
.single-resource .mktoForm .mktoFormRow .mktoFieldWrap.isDirty .mktoLabel,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap.isSelected .mktoLabel,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap.isDirty .mktoLabel,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap.isSelected .mktoLabel,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap.isDirty .mktoLabel,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap.isSelected .mktoLabel,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap.isDirty .mktoLabel,
.page-template-template-contact .mktoForm .mktoFormRow .mktoFieldWrap.isSelected .mktoLabel,
.page-template-template-contact .mktoForm .mktoFormRow .mktoFieldWrap.isDirty .mktoLabel {
  font-family: "GalanoRegular", Helvetica, Arial, sans-serif;
  top: -1.4rem !important;
  left: .6rem !important;
  transform: scale(0.7);
  transform-origin: left;
  padding: 0 .6rem .2rem .6rem;
  background-color: white; }

.single-resource .mktoForm .mktoFormRow .mktoFieldWrap .mktoLabel .mktoAsterix,
.single-resource .mktoForm .mktoFormRow .mktoFieldWrap .mktoError,
.single-resource .mktoForm .mktoFormRow .mktoFieldWrap .mktoInstruction,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap .mktoLabel .mktoAsterix,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap .mktoError,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap .mktoInstruction,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap .mktoLabel .mktoAsterix,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap .mktoError,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap .mktoInstruction,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap .mktoLabel .mktoAsterix,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap .mktoError,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap .mktoInstruction,
.page-template-template-contact .mktoForm .mktoFormRow .mktoFieldWrap .mktoLabel .mktoAsterix,
.page-template-template-contact .mktoForm .mktoFormRow .mktoFieldWrap .mktoError,
.page-template-template-contact .mktoForm .mktoFormRow .mktoFieldWrap .mktoInstruction {
  display: none !important; }

.single-resource .mktoForm .mktoFormRow .mktoFieldWrap input,
.single-resource .mktoForm .mktoFormRow .mktoFieldWrap select,
.single-resource .mktoForm .mktoFormRow .mktoFieldWrap textarea,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap input,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap select,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap textarea,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap input,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap select,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap textarea,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap input,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap select,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap textarea,
.page-template-template-contact .mktoForm .mktoFormRow .mktoFieldWrap input,
.page-template-template-contact .mktoForm .mktoFormRow .mktoFieldWrap select,
.page-template-template-contact .mktoForm .mktoFormRow .mktoFieldWrap textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  border: 0.1rem solid #696969;
  padding: 1.4rem 1rem;
  margin-bottom: 1.8rem;
  border-radius: 0; }

.single-resource .mktoForm .mktoFormRow .mktoFieldWrap select,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap select,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap select,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap select,
.page-template-template-contact .mktoForm .mktoFormRow .mktoFieldWrap select {
  -webkit-appearance: none; }

.single-resource .mktoForm .mktoFormRow .mktoFieldWrap input:focus,
.single-resource .mktoForm .mktoFormRow .mktoFieldWrap select:focus,
.single-resource .mktoForm .mktoFormRow .mktoFieldWrap textarea:focus,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap input:focus,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap select:focus,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap textarea:focus,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap input:focus,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap select:focus,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap textarea:focus,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap input:focus,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap select:focus,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap textarea:focus,
.page-template-template-contact .mktoForm .mktoFormRow .mktoFieldWrap input:focus,
.page-template-template-contact .mktoForm .mktoFormRow .mktoFieldWrap select:focus,
.page-template-template-contact .mktoForm .mktoFormRow .mktoFieldWrap textarea:focus {
  outline: none !important; }

.single-resource .mktoForm .mktoFormRow .mktoFieldWrap input.mktoField.mktoInvalid,
.single-resource .mktoForm .mktoFormRow .mktoFieldWrap select.mktoField.mktoInvalid,
.single-resource .mktoForm .mktoFormRow .mktoFieldWrap textarea.mktoField.mktoInvalid,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap input.mktoField.mktoInvalid,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap select.mktoField.mktoInvalid,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap textarea.mktoField.mktoInvalid,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap input.mktoField.mktoInvalid,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap select.mktoField.mktoInvalid,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap textarea.mktoField.mktoInvalid,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap input.mktoField.mktoInvalid,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap select.mktoField.mktoInvalid,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap textarea.mktoField.mktoInvalid,
.page-template-template-contact .mktoForm .mktoFormRow .mktoFieldWrap input.mktoField.mktoInvalid,
.page-template-template-contact .mktoForm .mktoFormRow .mktoFieldWrap select.mktoField.mktoInvalid,
.page-template-template-contact .mktoForm .mktoFormRow .mktoFieldWrap textarea.mktoField.mktoInvalid {
  border: 1px solid #DB4B3B !important; }

.single-resource .mktoForm .mktoButtonRow,
.page-template-template-demo-request .mktoForm .mktoButtonRow,
.page-template-template-modular .mktoForm .mktoButtonRow,
.page-template-template-demand .mktoForm .mktoButtonRow,
.page-template-template-contact .mktoForm .mktoButtonRow {
  text-align: left !important;
  margin-top: -1rem; }

.single-resource .mktoForm .mktoButtonRow .mktoButtonWrap button[type=submit],
.page-template-template-demo-request .mktoForm .mktoButtonRow .mktoButtonWrap button[type=submit],
.page-template-template-modular .mktoForm .mktoButtonRow .mktoButtonWrap button[type=submit],
.page-template-template-demand .mktoForm .mktoButtonRow .mktoButtonWrap button[type=submit],
.page-template-template-contact .mktoForm .mktoButtonRow .mktoButtonWrap button[type=submit] {
  font-family: "GalanoBold", Helvetica, Arial, sans-serif !important;
  font-size: 1.5rem !important;
  border-radius: 2.5rem !important;
  padding: 1.2rem 3.4rem !important;
  background-color: #2574db !important;
  border-color: #2574db !important;
  color: white !important;
  border-style: solid !important;
  border-width: .1rem !important;
  cursor: pointer !important;
  transition: all 0.15s ease-in-out; }
  .single-resource .mktoForm .mktoButtonRow .mktoButtonWrap button[type=submit]:hover,
  .page-template-template-demo-request .mktoForm .mktoButtonRow .mktoButtonWrap button[type=submit]:hover,
  .page-template-template-modular .mktoForm .mktoButtonRow .mktoButtonWrap button[type=submit]:hover,
  .page-template-template-demand .mktoForm .mktoButtonRow .mktoButtonWrap button[type=submit]:hover,
  .page-template-template-contact .mktoForm .mktoButtonRow .mktoButtonWrap button[type=submit]:hover {
    background-color: #2167C2 !important;
    border-color: #2167C2 !important;
    color: white !important; }

.single-resource .mktoFormRow a,
.page-template-template-demo-request .mktoFormRow a,
.page-template-template-modular .mktoFormRow a,
.page-template-template-demand .mktoFormRow a,
.page-template-template-contact .mktoFormRow a {
  font-family: "GalanoRegular", Helvetica, Arial, sans-serif !important; }

/* Single Resource & Demo overrides */
.single-resource #form-wrapper,
.page-template-template-demo-request #form-wrapper,
.page-template-template-modular #form-wrapper,
.page-template-template-demand #form-wrapper {
  margin: 0 auto;
  padding-bottom: 4rem;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .single-resource #form-wrapper,
    .page-template-template-demo-request #form-wrapper,
    .page-template-template-modular #form-wrapper,
    .page-template-template-demand #form-wrapper {
      max-width: 75%; } }

.single-resource #form,
.page-template-template-demo-request #form,
.page-template-template-modular #form,
.page-template-template-demand #form {
  padding: 4rem 4rem 0 4rem; }

@media screen and (min-width: 1024px) {
  .single-resource #form-complete,
  .page-template-template-demo-request #form-complete,
  .page-template-template-modular #form-complete,
  .page-template-template-demand #form-complete {
    min-height: 60rem; } }

.single-resource .mktoForm .mktoFormRow .mktoFieldWrap input,
.single-resource .mktoForm .mktoFormRow .mktoFieldWrap select,
.single-resource .mktoForm .mktoFormRow .mktoFieldWrap textarea,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap input,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap select,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap textarea,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap input,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap select,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap textarea,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap input,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap select,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap textarea {
  background: transparent; }

.single-resource .mktoForm .mktoFormRow .mktoFieldWrap input[type="checkbox"],
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap input[type="checkbox"],
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap input[type="checkbox"],
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap input[type="checkbox"] {
  width: 1em;
  height: 1em; }

/* Contact overrides */
@media screen and (min-width: 1024px) {
  .page-template-template-contact .mktoForm {
    margin-left: -.8rem; } }

@media screen and (min-width: 1024px) {
  .page-template-template-contact .mktoForm .mktoFormRow .mktoFormCol {
    width: calc(50% - 1.6rem);
    display: inline-block;
    margin: 0 .8rem;
    vertical-align: top; } }

.page-template-template-contact .mktoForm .mktoFormRow .mktoFieldWrap select {
  background: transparent; }

.page-template-template-contact .mktoForm .mktoFormRow .mktoFieldWrap input[type="checkbox"] {
  width: 1em;
  height: 1em; }

@media screen and (min-width: 1024px) {
  .page-template-template-contact .mktoForm .mktoButtonRow {
    margin-left: .8rem; } }

.page-template-template-contact #form-complete {
  padding-bottom: 4rem; }
  @media screen and (min-width: 1024px) {
    .page-template-template-contact #form-complete {
      min-height: 40rem; } }

/* Special overrides */
.single-resource .mktoForm .mktoFormRow .mktoFormCol.is-special,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFormCol.is-special,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFormCol.is-special,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFormCol.is-special,
.page-template-template-contact .mktoForm .mktoFormRow .mktoFormCol.is-special {
  width: 100%;
  margin-bottom: 1rem; }
  .single-resource .mktoForm .mktoFormRow .mktoFormCol.is-special .mktoFieldWrap .mktoLabel,
  .page-template-template-demo-request .mktoForm .mktoFormRow .mktoFormCol.is-special .mktoFieldWrap .mktoLabel,
  .page-template-template-modular .mktoForm .mktoFormRow .mktoFormCol.is-special .mktoFieldWrap .mktoLabel,
  .page-template-template-demand .mktoForm .mktoFormRow .mktoFormCol.is-special .mktoFieldWrap .mktoLabel,
  .page-template-template-contact .mktoForm .mktoFormRow .mktoFormCol.is-special .mktoFieldWrap .mktoLabel {
    position: relative;
    top: -.1rem;
    left: 0;
    font-size: 1.2rem;
    line-height: normal;
    display: inline-block;
    margin-left: 2rem; }
    @media screen and (max-width: 768px) {
      .single-resource .mktoForm .mktoFormRow .mktoFormCol.is-special .mktoFieldWrap .mktoLabel,
      .page-template-template-demo-request .mktoForm .mktoFormRow .mktoFormCol.is-special .mktoFieldWrap .mktoLabel,
      .page-template-template-modular .mktoForm .mktoFormRow .mktoFormCol.is-special .mktoFieldWrap .mktoLabel,
      .page-template-template-demand .mktoForm .mktoFormRow .mktoFormCol.is-special .mktoFieldWrap .mktoLabel,
      .page-template-template-contact .mktoForm .mktoFormRow .mktoFormCol.is-special .mktoFieldWrap .mktoLabel {
        margin-left: 3rem; } }
  .single-resource .mktoForm .mktoFormRow .mktoFormCol.is-special .mktoFieldWrap .mktoLogicalField,
  .page-template-template-demo-request .mktoForm .mktoFormRow .mktoFormCol.is-special .mktoFieldWrap .mktoLogicalField,
  .page-template-template-modular .mktoForm .mktoFormRow .mktoFormCol.is-special .mktoFieldWrap .mktoLogicalField,
  .page-template-template-demand .mktoForm .mktoFormRow .mktoFormCol.is-special .mktoFieldWrap .mktoLogicalField,
  .page-template-template-contact .mktoForm .mktoFormRow .mktoFormCol.is-special .mktoFieldWrap .mktoLogicalField {
    position: absolute;
    top: 0; }

/* Filter fields */
.field-radio input[type='radio'] {
  display: none; }
  .field-radio input[type='radio']:checked ~ label {
    color: #2574db; }
    .field-radio input[type='radio']:checked ~ label:before {
      background-color: #2574db; }

.field-radio label {
  display: flex;
  align-items: center; }
  .field-radio label:before {
    content: '';
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 1rem;
    background: #efefef;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer; }
  .field-radio label small {
    margin-left: 0.5rem; }

.field-checkbox input[type='checkbox'] {
  display: none; }
  .field-checkbox input[type='checkbox']:checked ~ label {
    color: #2574db; }
    .field-checkbox input[type='checkbox']:checked ~ label:before {
      background-color: #2574db;
      background-image: url("/wp-content/themes/upland/assets/images/resources/icon-check.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 65% auto; }

.field-checkbox label {
  display: flex;
  align-items: center; }
  .field-checkbox label:before {
    content: '';
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 1rem;
    background: #efefef;
    border-radius: 0;
    display: inline-block;
    cursor: pointer; }
  .field-checkbox label small {
    margin-left: 0.5rem; }

/* Resource Search Form */
.search-form {
  text-align: left; }
  .search-form .form-group {
    position: relative; }
  .search-form input {
    width: 100%;
    margin: 0 0 2rem;
    padding: 1rem 3.4rem 1rem 0;
    background: transparent;
    border: 0;
    border-bottom: 0.8rem solid #2574db;
    outline: 0;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-overflow: ellipsis; }
    @media screen and (min-width: 1024px) {
      .search-form input {
        padding: 1rem 5.2rem 1rem 1rem;
        font-size: 2.4rem;
        line-height: 4.2rem;
        letter-spacing: -0.03rem; } }
  .search-form input::placeholder {
    font-style: italic;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .search-form input[type="search"]::-webkit-search-decoration,
  .search-form input[type="search"]::-webkit-search-cancel-button,
  .search-form input[type="search"]::-webkit-search-results-button,
  .search-form input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none; }
  .search-form button {
    width: 2.4rem;
    height: 2.4rem;
    right: 0;
    top: 1rem;
    background: transparent url("/wp-content/themes/upland/assets/images/resources/icon-search.svg") no-repeat center center;
    background-size: contain;
    border: 0;
    display: block;
    position: absolute;
    overflow: hidden;
    cursor: pointer; }
    @media screen and (min-width: 1024px) {
      .search-form button {
        width: 4.2rem;
        height: 4.2rem;
        right: 1rem; } }
    .search-form button span {
      display: none; }
  .search-form .search-form-suggestions {
    margin: 0 -4rem; }
    .search-form .search-form-suggestions .column {
      padding: 2rem 4rem;
      border-bottom: 1px solid #d4d4d4; }
      @media screen and (min-width: 1024px) {
        .search-form .search-form-suggestions .column {
          padding: 1rem 4rem;
          border-bottom: 0;
          border-right: 1px solid #d4d4d4; } }
      .search-form .search-form-suggestions .column:last-of-type {
        border: 0; }
    .search-form .search-form-suggestions dl {
      margin: 0;
      padding: 0 0 2rem; }
      .search-form .search-form-suggestions dl .eyebrow {
        margin-bottom: 1.2rem;
        color: #717171; }
    .search-form .search-form-suggestions ul {
      margin: 0;
      padding: 0; }
      .search-form .search-form-suggestions ul li {
        list-style: none;
        font-family: "GalanoMedium", Helvetica, Arial, sans-serif; }
    .search-form .search-form-suggestions li a {
      text-decoration: none; }

.product-box-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 34.5rem;
  transition: all 0.15s ease-in-out; }
  @media screen and (min-width: 1024px) {
    .product-box-wrapper {
      min-height: 38.7rem; }
      .product-box-wrapper.product-box-wrapper--md {
        min-height: 45rem; }
      .product-box-wrapper.product-box-wrapper--lg {
        min-height: 69.2rem; } }
  .product-box-wrapper:hover {
    box-shadow: 0px 6px 14px 6px rgba(0, 0, 0, 0.2); }

.product-box {
  padding: 3rem;
  position: absolute;
  bottom: 3rem;
  padding-top: 0;
  padding-bottom: 0; }
  @media screen and (min-width: 1024px) {
    .product-box {
      padding: 4rem; } }
  @media screen and (min-width: 1024px) {
    .product-box {
      bottom: 0rem; } }
  .product-box .upl-logo-header {
    width: 8rem;
    height: 2rem;
    background-image: url("/wp-content/themes/upland/assets/images/logos/logo-upland-color.svg");
    background-repeat: no-repeat;
    background-position-x: -2.2rem;
    display: block;
    margin-bottom: .6rem; }
  .product-box h4 {
    margin-bottom: .5rem; }
  .product-box p:last-child {
    padding-top: 2rem;
    margin-bottom: 0; }

.ilo-box {
  position: absolute;
  top: 0;
  transform: skew(0, -15deg); }

#stat-wrapper {
  position: relative; }
  #stat-wrapper .stat-box {
    height: 387px;
    margin: 4rem auto;
    position: relative;
    overflow: hidden; }
    @media screen and (min-width: 1024px) {
      #stat-wrapper .stat-box {
        width: 387px;
        margin: 8rem auto; } }
    #stat-wrapper .stat-box .ss-logo img,
    #stat-wrapper .stat-box .ss-stat-lockup,
    #stat-wrapper .stat-box .ss-stat-lockup span {
      display: block; }
    #stat-wrapper .stat-box .ss-logo {
      position: absolute;
      top: 4rem;
      left: 4rem; }
      #stat-wrapper .stat-box .ss-logo img, #stat-wrapper .stat-box .ss-logo svg {
        min-width: 10.8rem;
        max-width: 16.3rem; }
    #stat-wrapper .stat-box .ss-stat-lockup {
      position: absolute;
      left: 4rem;
      bottom: 4rem;
      font-family: "GalanoBold", Helvetica, Arial, sans-serif; }
    #stat-wrapper .stat-box .ss-stat {
      font-size: 5.2rem;
      line-height: 5.2rem; }
    #stat-wrapper .stat-box .ss-label {
      font-size: 2rem; }
  #stat-wrapper .ilo-box-group-top {
    position: absolute;
    top: -8rem;
    left: 7rem;
    transform: scale(0.5); }
    #stat-wrapper .ilo-box-group-top .ilo-box--top-1 {
      left: 0;
      width: 4.8rem;
      height: 8.4rem; }
    #stat-wrapper .ilo-box-group-top .ilo-box--top-2,
    #stat-wrapper .ilo-box-group-top .ilo-box--top-3 {
      left: -2.6rem;
      width: 4.8rem;
      height: .8rem; }
    #stat-wrapper .ilo-box-group-top .ilo-box--top-2 {
      top: 3.6rem; }
    #stat-wrapper .ilo-box-group-top .ilo-box--top-3 {
      top: 4.9rem; }
    #stat-wrapper .ilo-box-group-top .ilo-box--top-4 {
      left: 6rem;
      width: 4.8rem;
      height: 6.2rem;
      top: 2rem; }
  #stat-wrapper .ilo-box-group-rt {
    position: absolute;
    bottom: 20rem;
    right: -2rem;
    transform: scale(0.8); }
    #stat-wrapper .ilo-box-group-rt .ilo-box--rt-1 {
      right: 0;
      width: 5.8rem;
      height: 9.4rem; }
    #stat-wrapper .ilo-box-group-rt .ilo-box--rt-2 {
      right: -2rem;
      width: 2.8rem;
      height: 4.4rem;
      top: 6rem; }
    #stat-wrapper .ilo-box-group-rt .ilo-box--rt-3,
    #stat-wrapper .ilo-box-group-rt .ilo-box--rt-4,
    #stat-wrapper .ilo-box-group-rt .ilo-box--rt-5 {
      right: -5.2rem;
      width: 2.8rem;
      height: 1.2rem; }
    #stat-wrapper .ilo-box-group-rt .ilo-box--rt-3 {
      top: 5.2rem; }
    #stat-wrapper .ilo-box-group-rt .ilo-box--rt-4 {
      top: 6.8rem; }
    #stat-wrapper .ilo-box-group-rt .ilo-box--rt-5 {
      top: 8.4rem; }
  #stat-wrapper .ilo-box-group-btm {
    position: absolute;
    bottom: 0;
    left: 0; }
    #stat-wrapper .ilo-box-group-btm .ilo-box--btm-1 {
      left: 13.6rem;
      width: 1.8rem;
      height: 3.4rem;
      top: 2.2rem; }
    #stat-wrapper .ilo-box-group-btm .ilo-box--btm-2 {
      left: 13.6rem;
      width: 6.8rem;
      height: 5rem;
      top: 5.6rem; }
    #stat-wrapper .ilo-box-group-btm .ilo-box--btm-3 {
      left: 8.4rem;
      width: 4.8rem;
      height: 4rem;
      top: 5.6rem; }
  #stat-wrapper .ilo-box--center {
    min-width: 100%;
    min-height: 40rem;
    top: 0;
    left: 0; }
  @media screen and (max-width: 768px) {
    #stat-wrapper .ilo-box-group-top,
    #stat-wrapper .ilo-box-group-rt,
    #stat-wrapper .ilo-box-group-btm {
      display: none; } }

#form-column .ilo-box-group {
  position: relative;
  height: 10rem; }

@media screen and (max-width: 768px) {
  #form-column > .ilo-box-group {
    transform: scale(0.8);
    height: 4rem;
    z-index: 50;
    margin-right: -6rem; } }

@media screen and (max-width: 768px) {
  #form-column > .ilo-box-group ~ .ilo-box-group {
    transform: scale(0.8);
    height: 10rem;
    z-index: 50;
    margin-right: -10rem;
    margin-top: -4rem; } }

#form-column .ilo-box--center {
  min-width: 120%;
  min-height: 41rem;
  left: -2rem;
  margin-top: 12rem; }
  @media screen and (min-width: 1024px) {
    #form-column .ilo-box--center {
      min-width: 100%;
      left: 0;
      margin-top: calc(15rem); } }
  #form-column .ilo-box--center .io-box--center {
    left: -2rem;
    width: 120%;
    margin-top: 12rem; }

#form-column .ilo-box--left {
  width: 5.6rem;
  height: 9.5rem;
  left: 0;
  margin-top: calc(30rem);
  margin-left: -3rem; }

#form-column .ilo-box--right {
  width: 4.2rem;
  height: 7.2rem;
  right: 0;
  margin-top: calc(40rem);
  margin-right: -2rem; }

@media screen and (max-width: 768px) {
  #form-column .ilo-box--left,
  #form-column .ilo-box--right {
    display: none; } }

#form-column .ilo-box--top {
  width: 3.8rem;
  height: .8rem; }

#form-column .ilo-box--group-lt {
  right: 14rem; }

#form-column .ilo-box--group-rt {
  right: 9.2rem; }

#form-column .ilo-box--top-lt-1 {
  top: 0; }

#form-column .ilo-box--top-lt-2 {
  top: 1.3rem; }

#form-column .ilo-box--top-lt-3 {
  top: 2.6rem; }

#form-column .ilo-box--top-lt-4 {
  right: 16rem;
  top: 4.4rem; }

#form-column .ilo-box--top-lt-5 {
  top: 5.2rem; }

#form-column .ilo-box--top-rt-1 {
  right: 7.2rem;
  top: -1.8rem; }

#form-column .ilo-box--top-rt-2 {
  top: 0; }

#form-column .ilo-box--top-rt-3 {
  top: 1.3rem; }

#form-column .ilo-box--top-rt-4 {
  top: 2.6rem;
  height: 2.1rem; }

#form-column .ilo-box--top-rt-5 {
  top: 3.9rem; }

#form-column .ilo-box--btm-1 {
  right: 17.8rem;
  width: 4.8rem;
  height: 8.4rem; }

#form-column .ilo-box--btm-2,
#form-column .ilo-box--btm-3 {
  right: 20.4rem;
  width: 4.8rem;
  height: .8rem; }

#form-column .ilo-box--btm-2 {
  top: 3.6rem; }

#form-column .ilo-box--btm-3 {
  top: 4.9rem; }

#form-column .ilo-box--btm-4 {
  right: 11.8rem;
  width: 4.8rem;
  height: 6.2rem;
  top: 2rem; }

.bkgd-blue, .bk-color-1 {
  background-color: #2574db; }

.bkgd-lavender, .bk-color-2 {
  background-color: #d09ce7; }

.bkgd-yellow, .bk-color-3 {
  background-color: #ffa100; }

.bkgd-grey-dark {
  background-color: #241f20; }

.bkgd-grey, .page-template-template-landing div.gray,
.page-template-template-landing .mktoForm,
.page-template-template-magic div.gray,
.page-template-template-magic .mktoForm, .single-resource .mktoForm .mktoFormRow .mktoFieldWrap.isSelected .mktoLabel,
.single-resource .mktoForm .mktoFormRow .mktoFieldWrap.isDirty .mktoLabel,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap.isSelected .mktoLabel,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap.isDirty .mktoLabel,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap.isSelected .mktoLabel,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap.isDirty .mktoLabel,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap.isSelected .mktoLabel,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap.isDirty .mktoLabel, .page-template-template-contact #form-complete {
  background-color: #efefef; }

.bkgd-white {
  background-color: white; }

.bkgd-black {
  background-color: #000000; }

.bkgd-card-ilo:before, .bkgd-module-grid:before {
  content: "";
  position: absolute; }

.bkgd-card-ilo:before {
  background-repeat: no-repeat; }

.bkgd-card-ilo--hash:before, .bk-ilo-style-1:before {
  width: 35.9rem;
  height: 34.2rem;
  top: -17rem;
  right: -4rem;
  background-image: url("/wp-content/themes/upland/assets/images/ilos/cards/card-ilo-hash.svg"); }

@media screen and (min-width: 1024px) {
  .bkgd-card-ilo--hash.product-box-wrapper--md:before, .product-box-wrapper--md.bk-ilo-style-1:before {
    width: 45rem;
    height: 43rem;
    top: -13rem;
    right: 0; }
  .bkgd-card-ilo--hash.product-box-wrapper--lg:before, .product-box-wrapper--lg.bk-ilo-style-1:before {
    width: 54rem;
    height: 54rem;
    top: -13rem;
    right: 0; } }

.bkgd-card-ilo--compass:before, .bk-ilo-style-2:before {
  width: 28.8rem;
  height: 31.8rem;
  top: -10rem;
  right: -7rem;
  background-image: url("/wp-content/themes/upland/assets/images/ilos/cards/card-ilo-compass.svg"); }

@media screen and (min-width: 1024px) {
  .bkgd-card-ilo--compass.product-box-wrapper--md:before, .product-box-wrapper--md.bk-ilo-style-2:before {
    width: 40.8rem;
    height: 40.8rem;
    top: -10rem;
    right: -11rem; }
  .bkgd-card-ilo--compass.product-box-wrapper--lg:before, .product-box-wrapper--lg.bk-ilo-style-2:before {
    width: 46.8rem;
    height: 46.8rem;
    top: -7rem;
    right: -13rem; } }

.bkgd-card-ilo--spokes:before, .bk-ilo-style-3:before {
  width: 38.7rem;
  height: 38.7rem;
  top: -17rem;
  right: -17rem;
  background-image: url("/wp-content/themes/upland/assets/images/ilos/cards/card-ilo-spokes.svg"); }

@media screen and (min-width: 1024px) {
  .bkgd-card-ilo--spokes.product-box-wrapper--md:before, .product-box-wrapper--md.bk-ilo-style-3:before {
    width: 44.7rem;
    height: 44.7rem; }
  .bkgd-card-ilo--spokes.product-box-wrapper--lg:before, .product-box-wrapper--lg.bk-ilo-style-3:before {
    width: 54.7rem;
    height: 54.7rem; } }

.bkgd-card-ilo--wave:before, .bk-ilo-style-4:before {
  width: 49.8rem;
  height: 27rem;
  top: -12rem;
  background-image: url("/wp-content/themes/upland/assets/images/ilos/cards/card-ilo-wave.svg"); }

@media screen and (min-width: 1024px) {
  .bkgd-card-ilo--wave.product-box-wrapper--md:before, .product-box-wrapper--md.bk-ilo-style-4:before {
    width: 100%;
    height: 42rem;
    top: -20rem; }
  .bkgd-card-ilo--wave.product-box-wrapper--lg:before, .product-box-wrapper--lg.bk-ilo-style-4:before {
    width: 120%;
    height: 42rem;
    top: -8rem; } }

.bkgd-card-ilo--u:before, .bk-ilo-style-5:before {
  width: 38rem;
  height: 38rem;
  top: -16rem;
  right: -11rem;
  background-image: url("/wp-content/themes/upland/assets/images/ilos/cards/card-ilo-u.svg"); }

@media screen and (min-width: 1024px) {
  .bkgd-card-ilo--u.product-box-wrapper--md:before, .product-box-wrapper--md.bk-ilo-style-5:before {
    width: 50rem;
    height: 58rem;
    top: -20rem;
    right: -6.8rem; }
  .bkgd-card-ilo--u.product-box-wrapper--lg:before, .product-box-wrapper--lg.bk-ilo-style-5:before {
    width: 50rem;
    height: 58rem;
    top: -20rem;
    right: -6.8rem; } }

.bkgd-card-ilo--plus:before, .bk-ilo-style-6:before {
  width: 24rem;
  height: 24rem;
  top: 0;
  right: 0;
  background-image: url("/wp-content/themes/upland/assets/images/ilos/cards/card-ilo-plus.svg"); }

@media screen and (min-width: 1024px) {
  .bkgd-card-ilo--plus.product-box-wrapper--md:before, .product-box-wrapper--md.bk-ilo-style-6:before {
    width: 34rem;
    height: 34rem; }
  .bkgd-card-ilo--plus.product-box-wrapper--lg:before, .product-box-wrapper--lg.bk-ilo-style-6:before {
    width: 34rem;
    height: 34rem; } }

.bkgd-card-ilo--pie:before, .bk-ilo-style-7:before {
  width: 33rem;
  height: 39rem;
  top: -19rem;
  right: 3.3rem;
  background-image: url("/wp-content/themes/upland/assets/images/ilos/cards/card-ilo-pie.svg"); }

@media screen and (min-width: 1024px) {
  .bkgd-card-ilo--pie.product-box-wrapper--md:before, .product-box-wrapper--md.bk-ilo-style-7:before {
    width: 43rem;
    height: 49rem;
    top: -20rem;
    right: 3.3rem; }
  .bkgd-card-ilo--pie.product-box-wrapper--lg:before, .product-box-wrapper--lg.bk-ilo-style-7:before {
    width: 43rem;
    height: 49rem;
    top: -20rem;
    right: 3.3rem; } }

.bkgd-card-ilo--grid:before {
  width: 35rem;
  height: 44rem;
  top: -25.8rem;
  right: -3.8rem;
  background-image: url("/wp-content/themes/upland/assets/images/ilos/cards/card-ilo-grid.svg"); }

.bkgd-module-grid:before {
  top: 0;
  left: 0;
  background-image: url("/wp-content/themes/upland/assets/images/ilos/backgrounds/background-grid.svg"); }

.is-noisy, .page-template-template-landing div.gray,
.page-template-template-landing .mktoForm,
.page-template-template-magic div.gray,
.page-template-template-magic .mktoForm, .single-resource .mktoForm .mktoFormRow .mktoFieldWrap.isSelected .mktoLabel,
.single-resource .mktoForm .mktoFormRow .mktoFieldWrap.isDirty .mktoLabel,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap.isSelected .mktoLabel,
.page-template-template-demo-request .mktoForm .mktoFormRow .mktoFieldWrap.isDirty .mktoLabel,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap.isSelected .mktoLabel,
.page-template-template-modular .mktoForm .mktoFormRow .mktoFieldWrap.isDirty .mktoLabel,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap.isSelected .mktoLabel,
.page-template-template-demand .mktoForm .mktoFormRow .mktoFieldWrap.isDirty .mktoLabel, .page-template-template-contact #form-complete {
  background-image: url("/wp-content/themes/upland/assets/images/is-noisy-texture-200x200.png"); }

.button {
  font-family: "GalanoBold", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  border-radius: 25px;
  padding: 2rem 3.4rem;
  text-decoration: none;
  transition: all 0.15s ease-in-out; }
  .button.is-slim {
    font-size: 1.3rem;
    padding: 2rem; }

.button,
.button:hover {
  color: #000000; }

.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: none; }

.button--yellow-full {
  background-color: #ffa100;
  border-color: #ffa100; }
  .button--yellow-full:hover {
    background-color: #EB9400;
    border-color: #EB9400; }

.button--blue-full {
  background-color: #2574db;
  border-color: #2574db;
  color: white; }
  .button--blue-full:hover {
    background-color: #2167C2;
    border-color: #2167C2;
    color: white; }

.button--black {
  background-color: transparent;
  border-color: #000000;
  color: #000000; }
  .button--black:hover {
    background-color: #000000;
    border-color: #000000;
    color: white; }
  .button--black:focus {
    border-color: #000000; }
  .is-loading.button--black:after {
    border-left-color: #000000;
    border-bottom-color: #000000; }

.button--white {
  background-color: transparent;
  border-color: white;
  color: white; }
  .button--white:hover {
    background-color: white;
    color: #000000; }

.button--blue {
  background-color: white;
  border-color: #2574db;
  color: #2574db; }
  .button--blue:hover {
    background-color: #2574db;
    border-color: #2574db;
    color: white; }

.button--text {
  height: auto;
  margin-right: 2rem;
  padding: 0;
  background: transparent;
  border: 0;
  border-bottom: 0.4rem solid #000000;
  border-radius: 0;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 2.4rem; }
  @media screen and (min-width: 1024px) {
    .button--text {
      margin-right: 3rem;
      font-size: 2.4rem;
      line-height: 2.8rem; } }
  .button--text:hover {
    border-color: #ffa100;
    opacity: 1; }

.button--text-small {
  height: auto;
  margin-right: 3rem;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  text-decoration: underline;
  font-size: 1.4rem;
  line-height: 2.8rem; }
  .button--text-small:hover {
    border-color: #ffa100;
    opacity: 1; }

.button--icon {
  height: 1em;
  width: 1em;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 2.4rem;
  line-height: 1; }

.has-text-yellow {
  color: #ffa100; }

.has-text-grey {
  color: #efefef; }

.has-text-white span,
.has-text-white a:not(.button) {
  color: white; }

.align-bottom {
  position: absolute;
  bottom: 2.2rem; }
  @media screen and (min-width: 1024px) {
    .align-bottom {
      bottom: 3.2rem; } }

@media screen and (min-width: 1024px) {
  .is-mt-10-desk {
    margin-top: 10rem; } }

@media screen and (min-width: 1024px) {
  .columns.is-centered-desktop {
    justify-content: center; } }

/* Breaks container, goes full width
 * https://cloudfour.com/thinks/breaking-out-with-viewport-units-and-calc/
 * https://css-tricks.com/fun-viewport-units/
 */
.full-width {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%); }

.tag {
  margin-right: 0.7rem;
  margin-bottom: 1rem;
  padding: 0.8rem 2rem;
  background: #efefef;
  border-radius: 2em;
  font-family: "GalanoBold", Helvetica, Arial, sans-serif !important;
  text-decoration: none;
  display: inline-block; }

a.tag {
  cursor: pointer; }
  a.tag:hover {
    text-decoration: underline; }

.tag--close {
  padding-left: 1rem;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center; }
  .tag--close button {
    width: 1.3rem;
    height: 1.3rem;
    padding: 0;
    margin-right: 0.6rem;
    font-size: inherit;
    background: transparent url("/wp-content/themes/upland/assets/images/resources/icon-close.svg") no-repeat center center;
    background-size: contain;
    border: 0;
    opacity: 0.3;
    transition: opacity 0.1s;
    cursor: pointer; }
    .tag--close button:hover {
      opacity: 1; }
    .tag--close button span {
      display: none; }

.is-strong {
  font-family: "GalanoBold", Helvetica, Arial, sans-serif; }

body:not(.page-template-default):not(.resource-template-default.single) .module:not(.module--hero):not(.module--products-table):not(.module--contact-methods) a {
  font-family: "GalanoBold", Helvetica, Arial, sans-serif; }

footer {
  position: relative;
  background-color: #2574db;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    footer:before {
      content: "";
      position: absolute;
      width: 60rem;
      height: 57.2rem;
      background: url("/wp-content/themes/upland/assets/images/backgrounds/hash-default.svg");
      background-size: 60rem 57.2rem;
      right: -20rem;
      bottom: -20rem;
      opacity: 0.2; } }
  @media screen and (min-width: 1024px) {
    footer {
      padding-top: 7.4rem;
      padding-bottom: 4rem; }
      footer .footer-inner {
        padding-bottom: 19rem; }
        footer .footer-inner .column:last-child {
          padding-left: 4rem;
          border-left: 1px solid rgba(36, 31, 32, 0.3); } }
  footer .columns .column {
    position: relative; }
  @media screen and (max-width: 768px) {
    footer .column {
      padding-top: 0;
      padding-bottom: 0; } }
  @media screen and (max-width: 768px) {
    footer .column.is-flex-mobile {
      flex-direction: column; } }
  footer .footer-logo {
    width: 176px;
    height: 45px;
    margin-bottom: 6.5rem; }
  footer .footer-header {
    display: block;
    font-family: "GalanoBold", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    position: relative; }
    @media screen and (max-width: 768px) {
      footer .footer-header {
        padding: 1.5rem 0;
        border-top: .1rem solid #1C59A8; }
        footer .footer-header:after {
          content: "";
          position: absolute;
          top: .6rem;
          right: 2rem;
          width: 0.8rem;
          height: 0.8rem;
          margin-top: 1.4rem;
          margin-left: .6rem;
          border: solid white;
          border-width: 0 .2rem .2rem 0;
          transform: rotate(45deg);
          transition: all 0.15s ease-in-out; }
        footer .footer-header.is-active:after {
          margin-top: 1.8rem;
          transform: rotate(-135deg); } }
  footer p,
  footer span,
  footer ul {
    font-family: "GalanoMedium", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: white; }
  footer a {
    color: white;
    display: inline-block;
    text-decoration: none;
    transition: all 0.15s ease-in-out; }
    footer a:hover {
      color: white;
      text-decoration: underline; }
  footer ul {
    margin-top: 2rem; }
    footer ul li {
      margin-bottom: 2rem; }
    @media screen and (max-width: 768px) {
      footer ul {
        margin-top: 0;
        margin-bottom: 0; } }
    @media screen and (min-width: 1024px) {
      footer ul li:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 768px) {
    footer ul.collapsible {
      position: absolute;
      display: none;
      margin-top: -.5rem;
      transition: all 0.15s ease-in-out; }
      footer ul.collapsible.menu-open {
        position: inherit;
        display: block;
        margin-top: 0; } }
  footer ul.footer-socials {
    order: -1;
    padding-top: 4rem;
    border-top: .1rem solid #1C59A8; }
    @media screen and (min-width: 1024px) {
      footer ul.footer-socials {
        padding: 0;
        margin-top: 3rem;
        order: initial;
        border: 0; } }
    footer ul.footer-socials li {
      display: inline-block;
      margin-right: 2rem; }
      footer ul.footer-socials li a {
        width: 2.4rem;
        height: 2.4rem;
        display: block;
        text-indent: -9999px; }
      footer ul.footer-socials li.facebook a {
        background-image: url("/wp-content/themes/upland/assets/images/footer/facebook.svg"); }
      footer ul.footer-socials li.linkedin a {
        background-image: url("/wp-content/themes/upland/assets/images/footer/linkedin.svg"); }
      footer ul.footer-socials li.twitter a {
        width: 3rem;
        background-image: url("/wp-content/themes/upland/assets/images/footer/twitter.svg"); }
  @media screen and (max-width: 768px) {
    footer .address {
      padding-bottom: 6rem;
      font-size: 1.2rem;
      line-height: 2.2rem; } }
  footer .footer-copyright,
  footer ul.footer-utility {
    font-size: 1.2rem; }
  @media screen and (max-width: 768px) {
    footer ul.footer-utility {
      margin: 0;
      border-bottom: none; }
      footer ul.footer-utility li {
        display: inline-block;
        margin-right: .8rem;
        margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    footer ul.footer-utility {
      position: absolute;
      bottom: .8rem;
      margin-top: 0; } }
  footer .footer-copyright {
    display: flex;
    flex-direction: column-reverse; }
    @media screen and (min-width: 1024px) {
      footer .footer-copyright {
        flex-direction: row;
        justify-content: space-between; } }
    footer .footer-copyright span, footer .footer-copyright ul, footer .footer-copyright li {
      font-size: 1.2rem; }
    footer .footer-copyright ul, footer .footer-copyright li {
      display: inline-block;
      margin: 0; }
    @media screen and (max-width: 768px) {
      footer .footer-copyright ul {
        margin-bottom: 2rem; } }
    footer .footer-copyright li {
      margin-right: 1rem; }
      @media screen and (min-width: 1024px) {
        footer .footer-copyright li {
          margin-right: 0;
          margin-left: 2rem; } }
      footer .footer-copyright li:last-child {
        margin-right: 0; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.site-psa-fr .primary-desk,
.site-cimpl-fr .primary-desk {
  visibility: hidden; }

.site-psa-fr .footer-inner,
.site-cimpl-fr .footer-inner {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@media screen and (max-width: 768px) {
  .slider-wrapper {
    width: 36rem !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .slider-wrapper {
    width: 72rem !important; } }

@media screen and (min-width: 1024px) {
  .slider-wrapper {
    width: 2136px !important; } }

.slider-slot {
  display: inline-block !important; }
  @media screen and (max-width: 768px) {
    .slider-slot {
      max-width: 34.5rem;
      border-right: 1rem solid transparent; } }
  @media screen and (min-width: 769px), print {
    .slider-slot {
      max-width: 70rem;
      border-right: 1rem solid transparent; } }
  @media screen and (min-width: 1024px) {
    .slider-slot {
      width: 692px !important;
      border-right: 2rem solid transparent; } }

.slider-nav {
  width: fit-content;
  margin: 2rem auto 0; }
  .slider-nav .slick-prev {
    float: left;
    margin-right: .6rem;
    cursor: pointer; }
  .slider-nav .slick-next {
    float: right;
    margin-left: .6rem;
    cursor: pointer; }
  .slider-nav .slick-dots {
    display: inline-block;
    margin: 0; }
    .slider-nav .slick-dots li {
      display: inline-block;
      margin: 0 .6rem; }
      .slider-nav .slick-dots li button {
        text-indent: -9999px;
        width: 1.4rem;
        height: 1.4rem;
        margin: 0 auto;
        border: none;
        border-radius: 2rem;
        background-color: #efefef;
        padding: 0;
        margin-top: .5rem;
        cursor: pointer; }
      .slider-nav .slick-dots li.slick-active button {
        background-color: #AEAEAE; }
