/* stylelint-disable import-notation */

/* Sheets imported here are included BEFORE the css-modules sheets are processed
 See ember-cli-build.js */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1.5;
}

ol,
ul {
    list-style: circle;
}

q::before,q::after {
        content: "";
        content: none;
    }

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

/* CSS Custom Properties for fonts */

:root {
    --strap-font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    --body-font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    --bold-font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    --main-text-size: 1.2rem;
}

html {
    font-size: 16px;
}

body {
    font-family: var(--body-font-family);
}

input {
    font-family: var(--body-font-family);
    font-size: 16px;
    color: #564f24;
}

/* CSS Custom Properties for colors */

:root {
    --brand-text-color: #163152;
    --brand-logo-color: #6f8929;
    --color-text: #163152;
    --color-icon: #eff0a5;
    --color-card1: #dae342;
    --color-card2: #7f933e;
    --color-card3: #656635;
    --color-card4: #564f24;
    --color-card5: #212222;
    --color-strap: #e77204;
    --color-offwhite: #f4fff4;
}

.background-1 {
    background-color: #edf0e4;
}

.background-1 :global(a) {
        color: var(--color-card2);
        margin-left: 0;
        margin-right: 0;
    }

.background-2 {
    background-color: #f5f7f0;
}

.background-2 a {
        color: var(--color-card2);
        margin-left: 0;
        margin-right: 0;
    }

.background-3 {
    background-color: var(--color-card1);
}

.background-4 {
    background-color: var(--color-card2);
}

.background-5 {
    background-color: var(--color-card3);
}

.background-6 {
    background-color: var(--color-card4);
}

body {
    color: #163152;
}

/* Custom media queries for responsive breakpoints */

/**
    Apply avoid-wrap to a span to prevent text wrapping breaking the text
*/

.avoid-wrap {
    display: inline-block;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}

.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}

.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.ember-power-select-option {
    font-size: smaller;
}

/* Override the 2147483647 z-index on the hubspot iframe
     as it places above the cookie warning by default */

.widget-align-right {
    z-index: 99999 !important;
}

.desktop-only {
    display: none;
    width: 100%;
}

@media (min-width: 769px) {

.desktop-only {
        display: block;
}
    }

.mobile-only {
    display: block;
    width: 100%;
}

@media (min-width: 769px) {

.mobile-only {
        display: none;
}
    }

.application {
    display: flex;
    flex-direction: column;
}

.full-view-height {
    min-height: 100vh;
}

.application-outlet {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

p {
    font-size: 1.2rem;
}

/* site/components/integration/hubspot-chat.css */
.placeholder-container_e07b8c53f {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
}

.placeholder-button_e07b8c53f {
    background-color: rgb(218 227 66);
    box-shadow:
        rgb(0 0 0 / 10%) 0 1px 6px,
        rgb(0 0 0 / 20%) 0 2px 24px;
    border: none;
    transition: box-shadow 150ms ease-in-out 0s;
    position: relative;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

.placeholder-hourglass_e07b8c53f {
    display: flex;
    width: 100%;
    justify-content: space-around;
    height: 100%;
    align-items: center;

    /* color to match hubspot */
    color: rgb(51 71 91);
}


/* site/components/layout/banner-hero.css */
.banner_e90220ed7 {
    --banner-height: 14rem;

    height: var(--banner-height);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.icon-text_e90220ed7 {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    margin-left: 1rem;
}

@media (min-width: 769px) {

.icon-text_e90220ed7 {
        margin-left: 3rem;
}
    }

.icon_e90220ed7 {
    background-color: #7f933e;
    color: white;
    padding: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    font-size: 2.5rem;
}

.icon_e90220ed7 img {
        max-width: 3.2rem;
    }

.text_e90220ed7 {
    padding-top: 1.5rem;
    font-size: 4rem;
    font-weight: 500;
    color: white;
    margin-left: 1rem;
}

@media (min-width: 769px) {

.text_e90220ed7 {
        margin-left: 2rem;
}
    }

.background_e90220ed7 {
    position: absolute;
    top: 0;
    left: 0;
    height: var(--banner-height);
    display: flex;
    align-items: center;
    width: 100%;
    background-color: black;
}

.background_e90220ed7 picture {
        display: block;
        width: 100%;
        height: 100%;
    }

.background_e90220ed7 img {
        filter: grayscale(40%);
        opacity: 0.6;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


/* site/components/layout/feature-line.css */
.feature-line_e052f7f18 {
    /* Sizing */
    width: 90%;
    padding: 0.5rem;
    margin: 0.75rem;
    text-align: center;
    border-radius: 10px;

    /* Font and Colors */
    background-color: #564f24;
    color: #dae343;
    font-weight: bolder;
}


/* site/components/layout/feature-wide-image.css */
.icon-text_e45270b3f {
    display: flex;
    align-items: flex-start;
    margin-left: 0.25rem;
}
@media (min-width: 769px) {
.icon-text_e45270b3f {
        margin-left: 1rem;
}
    }

.icon_e45270b3f {
    background-color: #7f933e;
    color: white;
    padding: 0.25rem;
    padding-top: 2rem;
    font-size: 2rem;
}

.text_e45270b3f {
    padding-top: 2rem;
    font-family: $strap-font-family;
    font-size: 2.5rem;
    color: var(--color-strap);
    margin-left: 0.5rem;
}

@media (min-width: 769px) {

.text_e45270b3f {
        margin-left: 1.5rem;
}
    }

.yield_e45270b3f {
    margin-left: 1rem;
}

.image_e45270b3f {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image_e45270b3f img {
        max-width: 400px;
    }


/* site/components/layout/feature-wide.css */
.icon-text_ec994e505 {
    display: flex;
    align-items: flex-start;
    margin-left: 0.25rem;
}
@media (min-width: 769px) {
.icon-text_ec994e505 {
        margin-left: 1rem;
}
    }

.icon_ec994e505 {
    background-color: #7f933e;
    color: white;
    padding: 1rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
    font-size: 2rem;
    min-width: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon_ec994e505 img {
        max-width: 2rem;
    }

.text_ec994e505 {
    padding-top: 1.5rem;
    margin-left: 1.5rem;
    font-family: $strap-font-family;
    font-size: 2.5rem;
    color: var(--color-strap);
}

.yield_ec994e505 {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 1rem;
}


/* site/components/layout/heading.css */
.heading_e946f8f83 {
    color: var(--color-text);
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    padding-top: 3vw;
    padding-bottom: 3vw;
    width: min(80vw, 70rem);
    margin: auto;
}

.sub-heading_e946f8f83 {
    text-align: center;
    font-weight: 600;
    margin: auto;
}


/* site/components/layout/icon-bullets.css */
.row_ee8812be9 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.icon_ee8812be9 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    border-radius: 50%;
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
    background-color: white;
    color: #444d4c;
}

.icon_ee8812be9 img {
        max-width: 3.2rem;
    }

.words_ee8812be9 {
    display: flex;
    flex-direction: column;
}

.heading_ee8812be9 {
    margin-left: 1.5rem;
    font-size: 1.5rem;
    color: #163152;
    font-family: $strap-font-family;
}

.text_ee8812be9 {
    margin-left: 1.5rem;
    font-size: 1.2rem;
    color: #163152;
}

.text_ee8812be9 a {
        color: var(--color-card2);
        margin-left: 0;
        margin-right: 0;
    }

.green_ee8812be9 .icon_ee8812be9 {
        background-color: var(--color-icon);
        color: #444d4c;
    }

.green_ee8812be9 .heading_ee8812be9 {
        color: #212222;
    }

.green_ee8812be9 .text_ee8812be9 {
        color: #eff0a5;
    }

:is(.green_ee8812be9 .text_ee8812be9) a {
            color: var(--color-card1);
            margin-left: 0;
            margin-right: 0;
        }


/* site/components/layout/one-up.css */
.one-up_e7808e2cf {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.one-up-part_e7808e2cf {
    max-width: 20rem;
    margin-bottom: 2rem;
}


/* site/components/layout/one-up/part.css */
.part_eb044cc03 {
    flex-grow: 1;
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 3rem;
    max-width: 100%;
    text-align: center;
}
@media (min-width: 769px) {
.part_eb044cc03 {
        padding-left: 2rem;
        padding-right: 2rem;
}
    }

.icon_eb044cc03 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11rem;
    border-radius: 50%;
    width: 15rem;
    height: 15rem;
    background-color: #dae342;
    color: #444d4c;
}

.icon_eb044cc03 img {
        max-width: 11rem;
    }

.green_eb044cc03 .icon_eb044cc03 {
        background-color: #7f933e;
        color: #eff0a5;
    }


/* site/components/layout/sub-heading.css */
.heading_efe039dfa {
    color: var(--color-text);
    text-align: center;
    font-size: 2rem;
    padding: 1rem;
    font-weight: 600;
}

.white_efe039dfa {
    color: var(--color-icon);
}


/* site/components/layout/three-up.css */
.three-up_e9c27fbce {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
@media (min-width: 769px) {
.three-up_e9c27fbce {
        flex-direction: row;
}
    }


/* site/components/layout/three-up/part.css */
.part_ed2662513 {
    flex-grow: 1;
    flex-basis: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 3rem;
    max-width: 100%;
    text-align: center;
}
@media (min-width: 769px) {
.part_ed2662513 {
        padding-left: 2rem;
        padding-right: 2rem;
}
    }

.icon_ed2662513 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    background-color: #dae342;
    color: #444d4c;
}

.icon_ed2662513 img {
        max-width: 2rem;
    }

.green_ed2662513 .icon_ed2662513 {
        background-color: #7f933e;
        color: #eff0a5;
    }


/* site/components/layout/two-up.css */
.two-up_ed4a15be8 {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-grow: 1;
}
@media (min-width: 769px) {
.two-up_ed4a15be8 {
        flex-direction: row;
}
    }


/* site/components/layout/two-up/part.css */
.part_e2e694fc1 {
    flex-grow: 1;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    max-width: 100%;
}
.part_e2e694fc1 p {
        text-align: center;
    }
@media (min-width: 769px) {
.part_e2e694fc1 {
        max-width: 50%;
        padding-left: 2rem;
        padding-right: 2rem;
}
    }

.white_e2e694fc1 {
    color: var(--color-icon);
}


/* site/components/navigation/footer/desktop.css */
.footer-row_e523393e7 {
    color: white;
    background-color: var(--color-text);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
:is(.footer-row_e523393e7 .logo_e523393e7) img {
            max-height: 80px;
            padding-top: 1rem;
        }
.footer-row_e523393e7 .footer-row-items_e523393e7 {
        display: flex;
    }
.footer-row_e523393e7 .right-spacer_e523393e7 {
        /* Same width as the logo
           For aligning the middle menu items */
        width: 123px;
    }

.item-group_e523393e7 div {
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 0.5rem;
    }

.item-group_e523393e7 a {
        margin-left: 0;
        margin-right: 0;
        color: white;
        text-decoration: none;
    }

.item-group_e523393e7 a:hover {
        text-decoration-line: underline;
    }


/* site/components/navigation/footer/mobile.css */
.footer-row_e6cae583a {
    color: white;
    background-color: var(--color-text);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
:is(.footer-row_e6cae583a .logo_e6cae583a) img {
            max-height: 80px;
            padding-top: 1rem;
        }
.footer-row_e6cae583a .footer-row-items_e6cae583a {
        display: flex;
    }
.footer-row_e6cae583a .right-spacer_e6cae583a {
        /* Same width as the logo
           For aligning the middle menu items */
        width: 123px;
    }

.item-group_e6cae583a div {
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 0.5rem;
    }

.item-group_e6cae583a a {
        margin-left: 0;
        margin-right: 0;
        color: white;
        text-decoration: none;
    }

.item-group_e6cae583a a:hover {
        text-decoration-line: underline;
    }


/* site/components/navigation/header.css */
.header_e056270aa {
    user-select: none;
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -webkit-user-select: none;

    /* -website-user-select still required as of 2023-10-16 */
    background-color: white;
    display: grid;
    grid-template-columns: 14rem auto 17rem;
    grid-template-areas: 'brand menu buttons';
    position: sticky;
    top: 0;
    z-index: 99;
}
@media (min-width: 769px) and (width <= 1195px) {
.header_e056270aa {
        grid-template-columns: 14rem auto 10rem;
}
    }
@media (width <= 970px) {
.header_e056270aa {
        grid-template-areas: 'brand burger buttons' 'menu menu menu';
}
    }
@media (max-width: 768px) {
.header_e056270aa {
        grid-template-areas: 'brand burger' 'menu menu';
        grid-template-columns: 12rem auto;
}

        .header_e056270aa.enable-animation_e056270aa {
            height: 80px;
            animation: shrink-header linear;
            /* stylelint-disable-next-line property-no-unknown */
            animation-timeline: scroll();
            animation-range: 0 125px;
        }
    }
/* Remove nav bar sticky on landscape mobile view */
@media (orientation: landscape) and (height <= 500px) {
.header_e056270aa {
        position: relative;
}
    }

@keyframes shrink-header {
    from {
        height: 118px;
    }

    to {
        height: 80px;
    }
}

.brand_e056270aa {
    grid-area: brand;
    max-width: 5rem;
}

.brand_e056270aa img {
        max-height: 80px;
        padding: 1rem;
    }

@media (max-width: 768px) {

.brand_e056270aa img {
            height: 48px;
            animation: shrink-logo linear;
            /* stylelint-disable-next-line property-no-unknown */
            animation-timeline: scroll();
            animation-range: 0 125px;
    }
        }

@keyframes shrink-logo {
    from {
        height: 112px;
    }

    to {
        height: 48px;
    }
}

.burger_e056270aa {
    grid-area: burger;
    display: none;
}

@media (width <= 970px) {

.burger_e056270aa {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        color: var(--color-text);
        font-size: xx-large;
        margin-right: 1rem;
}
    }

.buttons_e056270aa {
    grid-area: buttons;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-right: 1rem;
}

@media (width >= 768px) and (width <= 1195px) {

.buttons_e056270aa {
        justify-content: space-evenly;
}
    }

@media (max-width: 768px) {

.buttons_e056270aa {
        display: none;
}
    }

@media (min-width: 769px) and (width <= 1195px) {

.buttons_e056270aa {
        flex-direction: column;
}
    }

.buttons_e056270aa .button_e056270aa {
        margin: 0.5rem;
        padding: 0.5rem 1rem;
        height: 3rem;
        width: 7rem;
        display: inline-block;
        font-size: 20px;
        transition-duration: 0.4s;
        border-radius: 0.5rem;
    }

.buttons_e056270aa .login-button_e056270aa {
        background-color: white;
        border: 2px solid var(--color-strap);
        padding: 0.5rem 1rem;
    }

@media (min-width: 769px) and (width <= 1195px) {

.buttons_e056270aa .login-button_e056270aa {
            margin-top: 0;
            margin-bottom: 0;
    }
        }

.buttons_e056270aa .login-button_e056270aa:hover {
        background-color: var(--color-strap);
    }

.buttons_e056270aa .trial-button_e056270aa {
        color: white;
        background-color: var(--color-strap);
        border: 2px solid var(--color-strap);
    }

@media (min-width: 769px) and (width <= 1195px) {

.buttons_e056270aa .trial-button_e056270aa {
            margin-top: 0;
            margin-bottom: 0;
    }
        }

.buttons_e056270aa .trial-button_e056270aa:hover {
        border-color: white;
    }

.menu_e056270aa {
    grid-area: menu;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: larger;
    overflow: hidden;
}

.menu_e056270aa .nav-item_e056270aa {
        padding: 0 0.5rem;
        padding-top: 0.5rem;
        height: 100%;
        margin-top: 4.5rem;
        color: var(--color-text);
        cursor: pointer;
    }

.menu_e056270aa .nav-item_e056270aa:hover,.menu_e056270aa .active_e056270aa {
        background-color: var(--color-card1);
        border-radius: 1rem 1rem 0 0;
    }

@media (width <= 970px) {

.menu_e056270aa .nav-item_e056270aa:hover,.menu_e056270aa .active_e056270aa {
            border-radius: 0 1rem 1rem 0;
    }
        }

.menu_e056270aa .buttons_e056270aa {
        display: none;
    }

@media (max-width: 768px) {

.menu_e056270aa .buttons_e056270aa {
            display: flex;
    }
        }

@media (width <= 970px) {

.menu_e056270aa {
        flex-direction: column;
        align-items: flex-start;
}

        .menu_e056270aa .nav-item_e056270aa {
            padding: 1rem;
            color: var(--color-text);
            cursor: pointer;
            margin-top: 0;
            margin-bottom: 0.5rem;
        }
    }

@media (width >= 1070px) {
        .menu_e056270aa .nav-item_e056270aa {
            padding-left: 1rem;
            padding-right: 1rem;
            padding-top: 1rem;
        }
    }

@media (width <= 970px) {

.menu-hidden_e056270aa {
        display: none;
}
    }


/* site/components/page/clients.css */
.filters_ed645edd7 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}
@media (min-width: 769px) {
.filters_ed645edd7 {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2rem;
}
    }

.group-name_ed645edd7 {
    font-size: larger;
}

.link-text_ed645edd7 {
    color: black;
    text-decoration: underline;
}

.quote-text_ed645edd7 {
    font-style: italic;
}

.filter_ed645edd7 {
    cursor: pointer;
}

.filter-group_ed645edd7 {
    user-select: none;
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -webkit-user-select: none;
}

@media (min-width: 993px) {

.filter-group_ed645edd7 {
        padding: 0.5rem;
}
    }

.discloser_ed645edd7 {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: auto;
}

.disclose-label_ed645edd7 {
    margin-right: 1rem;
}

.case-studies_ed645edd7 {
    width: 100%;
    margin: 0.5rem auto;
}

@media (min-width: 769px) {

.case-studies_ed645edd7 {
        width: min(90vw, 70rem);
}
    }

.filter-disabled_ed645edd7 {
    opacity: 0.5;
}

.client-filters_ed645edd7 {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    background-color: #dae342;
    padding: 1rem;
    border-radius: 1rem;
}

@media (min-width: 769px) {

.client-filters_ed645edd7 {
        margin-left: auto;
        margin-right: auto;
        width: min(90vw, 70rem);
}
    }


/* site/components/page/clients/case-study.css */
.client-wrap_e2cd4369a {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
    user-select: none;
    font-size: medium;
    border-bottom: 1px solid darkgray;
}
.client-wrap_e2cd4369a p {
        font-size: medium;
    }

.detail_e2cd4369a .label_e2cd4369a {
        display: inline;
        font-weight: bold;
    }

.detail_e2cd4369a ul {
        margin: 0.25rem;
    }

.detail_e2cd4369a a {
        overflow-wrap: break-word;
    }

.client-row_e2cd4369a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    font-weight: bold;
    font-size: larger;
}

@media (min-width: 769px) {

.client-row_e2cd4369a {
        flex-direction: row;
        gap: 2rem;
}
    }

.client-full_e2cd4369a {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media (min-width: 769px) {

.client-full_e2cd4369a {
        flex-direction: row;
        gap: 2rem;
}
    }

.client-images_e2cd4369a {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

@media (min-width: 769px) {

.client-images_e2cd4369a {
        gap: 2rem;
}
    }

.client-detail_e2cd4369a {
    min-width: 0;
}

.disclosure_e2cd4369a {
    text-align: center;
    min-width: 6rem;
    background-color: #dae342;
    padding: 1rem;
    border-radius: 1rem;
}

.logo_e2cd4369a {
    width: 15rem;
    min-width: 15rem;
    height: 7rem;
    object-fit: contain;
    display: flex;
    align-items: center;
    align-self: center;
}

.quote-text_e2cd4369a {
    font-style: italic;
}

.quote-byline_e2cd4369a {
    font-weight: bold;
    font-style: normal;
}

.logos_e2cd4369a {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media (min-width: 769px) {

.logos_e2cd4369a {
        flex-direction: row;
        gap: 2rem;
}
    }


/* site/components/page/contact.css */
.networks_e7c1fd139 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
}

.network-block_e7c1fd139 {
    margin-bottom: 2rem;
}

a {
    margin-left: 1rem;
    margin-right: 1rem;
    color: unset;
}

a.e7c1fd139:hover {
    text-decoration-line: none;
}

.contact-wrapper_e7c1fd139 {
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 2rem;
    max-width: 50rem;
    margin: 1rem;
    justify-items: center;
}

@media (min-width: 769px) {

.contact-wrapper_e7c1fd139 {
        grid-template-columns: 1fr 3fr;
        padding: 2rem;
        margin-left: auto;
        margin-right: auto;
}
    }

.contact-details_e7c1fd139 {
    display: grid;
    grid-template-columns: 5rem 15rem;
    gap: 0.5rem;
}

.contact-details_e7c1fd139 .icon_e7c1fd139 {
        font-size: 3rem;
        border-radius: 0.5rem;
    }

.contact-details_e7c1fd139 div {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #dae342;
        padding: 1rem;
        border-radius: 0.5rem;
    }

:is(.contact-details_e7c1fd139 div) a {
            text-decoration: none;
        }

@media (min-width: 769px) {

.contact-details_e7c1fd139 {
        gap: 1rem;
}
    }

.message_e7c1fd139 {
    width: 20rem;
}

.message_e7c1fd139 form {
        display: flex;
        flex-direction: column;
    }

.message_e7c1fd139 label {
        margin-top: 0.75rem;
        margin-bottom: 0.25rem;
    }

.message_e7c1fd139 button {
        margin-top: 1rem;
        text-transform: uppercase;
        background-color: var(--color-strap);
        border: 2px solid var(--color-strap);
        border-radius: 0.5rem;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 20px;
        transition-duration: 0.1s;
    }

.message_e7c1fd139 h2 {
        margin-top: 0;
    }

.message_e7c1fd139 .disabled-button_e7c1fd139 {
        opacity: 0.5;
    }

.message_e7c1fd139 .send-error_e7c1fd139 {
        color: darkred;
    }


/* site/components/page/delete-account.css */
.delete-content_ea5e35074 {
    margin-left: 1rem;
    margin-bottom: 2rem;
}


/* site/components/page/index.css */
.product-details_e6096b07d {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 80vw;
}
@media (min-width: 769px) {
.product-details_e6096b07d {
        min-width: 80vw;
}
    }

.integrations_e6096b07d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin: 1rem;
    place-items: center center;
}

@media (min-width: 769px) {

.integrations_e6096b07d {
        grid-template-columns: 1fr 1fr 1fr;
}
    }

@media (min-width: 1041px) {

.integrations_e6096b07d {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
    }

.integrations_e6096b07d img {
        width: 10rem;
        height: 5rem;
        object-fit: contain;
    }

@media (max-width: 768px) {

.integrations_e6096b07d img {
            width: 6.6rem;
    }
        }

.cta-container_e6096b07d {
    margin-bottom: 1rem;
}


/* site/components/page/not-found.css */
.not-found-button_eda0c7669 {
    text-transform: uppercase;
    background-color: white;
    border: 2px solid var(--color-strap);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    transition-duration: 0.4s;
}


/* site/components/page/partners.css */
.filters_e87cba9fb {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}
@media (min-width: 769px) {
.filters_e87cba9fb {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2rem;
}
    }

.group-name_e87cba9fb {
    font-size: larger;
}

.link-text_e87cba9fb {
    color: black;
    text-decoration: underline;
}

.quote-text_e87cba9fb {
    font-style: italic;
}

.filter_e87cba9fb {
    cursor: pointer;
}

.filter-group_e87cba9fb {
    user-select: none;
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -webkit-user-select: none;
}

@media (min-width: 993px) {

.filter-group_e87cba9fb {
        padding: 0.5rem;
}
    }

.discloser_e87cba9fb {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: auto;
}

.disclose-label_e87cba9fb {
    margin-right: 1rem;
}

.partners_e87cba9fb {
    width: 100%;
    margin: 0.5rem auto;
}

@media (min-width: 769px) {

.partners_e87cba9fb {
        width: min(90vw, 70rem);
}
    }

.filter-disabled_e87cba9fb {
    opacity: 0.5;
}

.partner-filters_e87cba9fb {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    background-color: #dae342;
    padding: 1rem;
    border-radius: 1rem;
}

@media (min-width: 769px) {

.partner-filters_e87cba9fb {
        margin-left: auto;
        margin-right: auto;
        width: min(90vw, 70rem);
}
    }


/* site/components/page/partners/partner.css */
.partner-wrap_e93cf7cfe {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
    user-select: none;
    font-size: medium;
    border-bottom: 1px solid darkgray;
}
.partner-wrap_e93cf7cfe p.e93cf7cfe {
        font-size: medium;
    }

.partner-detail_e93cf7cfe {
    min-width: 0;
}

.categories_e93cf7cfe {
    align-self: center;
    height: 100%;
}

.categories_e93cf7cfe .list_e93cf7cfe {
        display: flex;
        flex-direction: column;
    }

:is(.categories_e93cf7cfe .list_e93cf7cfe) .list-item_e93cf7cfe {
            display: flex;
            gap: 0.5rem;
        }

:is(:is(.categories_e93cf7cfe .list_e93cf7cfe) .list-item_e93cf7cfe) .icon_e93cf7cfe {
                display: flex;
                justify-content: center;
                min-width: 1.5rem;
            }

:is(:is(:is(.categories_e93cf7cfe .list_e93cf7cfe) .list-item_e93cf7cfe) .icon_e93cf7cfe) svg {
                    align-self: center;
                }

.detail_e93cf7cfe .label_e93cf7cfe {
        display: inline;
        font-weight: bold;
    }

.detail_e93cf7cfe ul {
        margin: 0.25rem;
    }

.detail_e93cf7cfe a {
        overflow-wrap: break-word;
    }

.detail_e93cf7cfe .categories_e93cf7cfe {
        margin-left: 1rem;
    }

.partner-row_e93cf7cfe {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: larger;
}

@media (min-width: 769px) {

.partner-row_e93cf7cfe {
        flex-direction: row;
        gap: 2rem;
}
    }

.partner-full_e93cf7cfe {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media (min-width: 769px) {

.partner-full_e93cf7cfe {
        flex-direction: row;
        gap: 2rem;
}
    }

.partner-images_e93cf7cfe {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

@media (min-width: 769px) {

.partner-images_e93cf7cfe {
        gap: 2rem;
}
    }

.disclosure_e93cf7cfe {
    text-align: center;
    min-width: 6rem;
    background-color: #dae342;
    padding: 1rem;
    border-radius: 1rem;
    font-weight: bold;
}

.logo_e93cf7cfe {
    width: 15rem;
    min-width: 15rem;
    height: 7rem;
    object-fit: contain;
    display: flex;
    align-items: center;
    align-self: center;
}

.logos_e93cf7cfe {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.preview-detail_e93cf7cfe {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.preview-detail_e93cf7cfe .categories_e93cf7cfe .list_e93cf7cfe {
        gap: 0.25rem;
    }

@media (width >= 910px) {

.preview-detail_e93cf7cfe {
        flex-direction: row;
        gap: 2rem;
}
    }


/* site/components/page/pricing.css */
.currency-row_e477ee294 {
    height: 7rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.currencies_e477ee294 {
    display: flex;
    width: 20rem;
    justify-content: space-between;
}

.currencies_e477ee294 img {
        width: 3.5rem;
        height: 3.5rem;
        cursor: pointer;
    }

.inactive-currency_e477ee294 {
    padding-bottom: 0.5rem;
    border-bottom: 5px solid transparent;
}

.active-currency_e477ee294 {
    padding-bottom: 0.5rem;
    border-bottom: 5px solid var(--color-strap);
}

.price-calculator-wrapper_e477ee294 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.price-calculator_e477ee294 {
    margin: 2rem;
    font-size: larger;
}

.price-calculator_e477ee294 h2 {
        margin-top: 0.5rem;
        font-weight: 600;
    }

.price-slider_e477ee294 {
    width: fit-content;
}

.speaker-count_e477ee294 {
    margin-top: 0.5rem;
}

.price-option_e477ee294 {
    display: flex;
    margin-bottom: 0.5rem;
    width: fit-content;
}

.price-option-label_e477ee294 {
    margin-left: 1rem;
}

.cta-wrapper_e477ee294 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.grid-wrapper_e477ee294 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.support-components-grid_e477ee294 {
    margin: 2rem;
    display: grid;
    grid-template-columns: fit-content(100%) 6rem 6rem 6rem;
    gap: 1rem;
    font-size: larger;
    overflow: auto;
}

@media (min-width: 769px) {

.support-components-grid_e477ee294 {
        grid-template-columns: fit-content(100%) 8rem 8rem 8rem;
        gap: 1rem;
}
    }

.support-components-grid_e477ee294 .name_e477ee294 {
        grid-column: 1 / 2;
    }

.support-components-grid_e477ee294 .self-service_e477ee294 {
        grid-column: 2 / 3;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.support-components-grid_e477ee294 .professional_e477ee294 {
        grid-column: 3 / 4;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.support-components-grid_e477ee294 .enterprise_e477ee294 {
        grid-column: 4 / 5;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.support-components-grid_e477ee294 .row-separator_e477ee294 {
        grid-column: 1 / 5;
        border-bottom: 1px solid darkgray;
    }

.pricing-grid_e477ee294 {
    margin: 2rem;
    display: grid;
    grid-template-columns: fit-content(100%) 6rem 6rem;
    gap: 1rem;
    font-size: larger;
}

.pricing-grid_e477ee294 .name_e477ee294 {
        grid-column: 1 / 2;
    }

.pricing-grid_e477ee294 .per-day_e477ee294 {
        grid-column: 2 / 3;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.pricing-grid_e477ee294 .flat-fee_e477ee294 {
        grid-column: 3 / 4;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.pricing-grid_e477ee294 .row-separator_e477ee294 {
        grid-column: 1 / 4;
        border-bottom: 1px solid darkgray;
    }


/* site/components/page/pricing/price.css */
.price_e1f9e296f {
    display: flex;
}


/* site/components/page/resources.css */
.link-text_e6cd61b22 {
    color: black;
    text-decoration: underline;
}

.quote-text_e6cd61b22 {
    font-style: italic;
}

.scheduler_e6cd61b22 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3rem auto;
    width: min(80vw, 70rem);
}

.scheduler-content_e6cd61b22 {
    width: 100%;
}


/* site/components/page/resources/resource.css */
.resource-wrap_e2f89f33f {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: space-around;
}

.resource_e2f89f33f {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 90vw;
}

@media (min-width: 769px) {

.resource_e2f89f33f {
        max-width: 80rem;
}
    }

.resource_e2f89f33f img {
        width: 90vw;
    }

@media (min-width: 769px) {

.resource_e2f89f33f img {
            width: min(80vw, 70rem);
    }
        }


/* site/components/page/resources/scheduler.css */
.session-time_e8e59ab85 th {
        width: 8rem;
    }

.column-separator_e8e59ab85 {
    margin: 2rem;
    border-right: 2px solid black;
}

.button_e8e59ab85 {
    font-size: larger;
    background-color: #007bff;
    border-radius: 0.25rem;
    border: 0 solid;
    color: white;
    padding: 0.5rem 2rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition-duration: 0.1s;
}

.button_e8e59ab85:hover {
    color: #0069d9;
}

.add-speaker_e8e59ab85 {
    margin-top: 1rem;
}

@media (min-width: 769px) {

.add-speaker_e8e59ab85 {
        margin-top: 0;
}
    }

.times-table_e8e59ab85 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.time-inputs_e8e59ab85 input {
        width: 4.7rem;
    }

.timezone-inputs_e8e59ab85 .ember-power-select-trigger_e8e59ab85 {
        width: 100rem;
    }


/* site/components/page/resources/scheduler/hour.css */
.component_e256e8333 {
    color: white;
    width: 4rem;
    height: 3rem;
}

.hour_e256e8333 {
    text-align: center;
    padding: 0.5rem;
    margin: 0.5rem;
}

.poor_e256e8333 {
    background-color: red;
}

.average_e256e8333 {
    background-color: orange;
}

.good_e256e8333 {
    background-color: green;
}


/* site/components/page/resources/scheduler/row.css */
.component_e8b4634d1 {
    display: flex;
    flex-direction: column;
    min-height: 3rem;
}
@media (min-width: 769px) {
.component_e8b4634d1 {
        flex-direction: row;
}
    }
.component_e8b4634d1 input {
        padding-left: 0.5rem;
    }

.label_e8b4634d1 {
    width: 15rem;
    margin-right: 1rem;
    margin-top: 1rem;
}

@media (min-width: 769px) {

.label_e8b4634d1 {
        margin-top: 0;
}
    }

.yield_e8b4634d1 {
    width: 100%;
}

.tooltip-text_e8b4634d1 p.e8b4634d1 {
        font-size: smaller;
    }


/* site/components/page/team.css */
.quote-text_e038fc7aa {
    font-style: italic;
}

.paragraph-text_e038fc7aa {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 4rem;
}

@media (min-width: 769px) {

.paragraph-text_e038fc7aa {
        margin-left: 6rem;
        margin-right: 5rem;
}
    }


/* site/components/page/unsubscribe.css */
.unsubscribe-content_e564184ee {
    margin-left: 1rem;
    margin-bottom: 2rem;
}


/* site/components/product-detail.css */
.product-detail_e3f49ecca {
    display: grid;
    min-width: 80vw;
    padding: 1.5rem;
    gap: 1rem;
    grid-template-areas: 'heading' 'video' 'body';
    grid-template-rows: min-content min-content min-content;
}
@media (min-width: 769px) {
.product-detail_e3f49ecca {
        grid-template-rows: min-content min-content min-content;
}
    }
@media (min-width: 993px) {
.product-detail_e3f49ecca {
        grid-template-areas: 'video heading' 'video body';
        grid-template-rows: min-content minmax(16rem, min-content);
}
    }
@media (min-width: 993px) {
.product-detail_e3f49ecca:nth-child(even) {
            grid-template-areas: 'heading video' 'body video';
    }
        }
.product-detail_e3f49ecca:nth-child(odd) {
        background-color: #163152;
        border-radius: 1rem;
        color: white;
    }

.body_e3f49ecca {
    grid-area: body;
}

.heading_e3f49ecca {
    grid-area: heading;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 993px) {

.heading_e3f49ecca {
        text-align: left;
}
    }

.video_e3f49ecca {
    grid-area: video;
    align-self: center;
}


/* site/components/product-highlights.css */
.product-highlights_ea2554c35 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
@media (max-width: 768px) {
.product-highlights_ea2554c35 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
        max-width: 28rem;
        margin-top: 2rem;
}
    }
@media (min-width: 769px) {
.product-highlights_ea2554c35 {
        display: grid;
        place-items: center center;
        grid-template-columns: 1fr 1fr 1fr;
}
    }


/* site/components/product-highlights/highlight.css */
.part_e8d4a5718 {
    border-left: 3px solid var(--color-card1);
    border-right: 3px solid var(--color-card1);
    height: 100%;
    padding: 0.5rem;
    width: 90%;
}
@media (min-width: 769px) {
.part_e8d4a5718 {
        width: min(calc(100vw / 3 - 5rem), 25rem);
}
    }

.top_e8d4a5718 {
    border-top: 3px solid var(--color-card1);
    text-align: center;
    padding-top: 1rem;
}

.bottom_e8d4a5718 {
    border-bottom: 3px solid var(--color-card1);
}

.heading_e8d4a5718 {
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 1rem 1rem 0 0;
}

@media (min-width: 769px) {

.heading_e8d4a5718 {
        grid-row: 1;
}
    }

.image_e8d4a5718 {
    text-align: center;
}

@media (min-width: 769px) {

.image_e8d4a5718 {
        grid-row: 2;
}
    }

.image-wrap_e8d4a5718 {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-around;
}

.image-wrap_e8d4a5718 img {
        max-width: 100%;
    }

.bullets_e8d4a5718 {
    text-align: left;
    list-style: disc;
    display: flex;
    justify-content: space-around;
    border-radius: 0 0 1rem 1rem;
}

.bullets_e8d4a5718 ul {
        margin-right: 1rem;
    }

@media (max-width: 768px) {

.bullets_e8d4a5718 {
        margin-bottom: 2rem;
}
    }

@media (min-width: 769px) {

.bullets_e8d4a5718 {
        grid-row: 3;
}
    }

@media (min-width: 769px) {

.column-0_e8d4a5718 {
        grid-column: 1 / 2;
}
    }

@media (min-width: 769px) {

.column-1_e8d4a5718 {
        grid-column: 2 / 3;
}
    }

@media (min-width: 769px) {

.column-2_e8d4a5718 {
        grid-column: 3 / 4;
}
    }


/* site/components/section/awards.css */
h2.e1918b174 {
    margin-top: 3rem;
}

.awards_e1918b174 {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.award_e1918b174 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
}

.award_e1918b174 img {
        max-width: 300px;
        max-height: 125px;
    }

.award_e1918b174 .award-image-container_e1918b174 {
        height: 7rem;
        display: flex;
        align-items: center;
    }

.award-detail_e1918b174 {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

p.e1918b174 {
    font-size: 1.2rem;
}


/* site/components/section/call-to-action.css */
.cta-section_ebe1e2102 {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}


/* site/components/section/clients.css */
.awards_e06d051ef {
    display: flex;
    justify-content: space-evenly;
}

.clients_e06d051ef {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
}

.clients_e06d051ef img {
        max-width: 300px;
        max-height: 125px;
    }

.event-tech-live_e06d051ef {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.client-detail_e06d051ef {
    margin-top: 1rem;
}

.client-grid_e06d051ef {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.client-pair_e06d051ef {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.client-image_e06d051ef {
    width: 300px;
    height: 125px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}


/* site/components/section/index-hero.css */
.index-hero_e38bf06fb {
    width: 100%;
    position: relative;
    margin: auto;
}
.index-hero_e38bf06fb img {
        width: 100%;
        max-width: 100%;
    }
.index-hero_e38bf06fb .overlay_e38bf06fb {
        position: absolute;
        top: 2vw;
        left: 2vw;
        color: white;
    }
:is(.index-hero_e38bf06fb .overlay_e38bf06fb) h2 {
            margin: 0;
            line-height: 1.25;
            font-weight: normal;
        }
:is(.index-hero_e38bf06fb .overlay_e38bf06fb) p {
            line-height: 1.8;
        }
.index-hero_e38bf06fb .mobile-overlay_e38bf06fb {
        max-width: 65vw;
    }
:is(.index-hero_e38bf06fb .mobile-overlay_e38bf06fb) h2 {
            font-size: 8vw;
        }
:is(.index-hero_e38bf06fb .mobile-overlay_e38bf06fb) p {
            font-size: 4vw;
        }
.index-hero_e38bf06fb .desktop-overlay_e38bf06fb {
        max-width: 60vw;
    }
:is(.index-hero_e38bf06fb .desktop-overlay_e38bf06fb) h2 {
            font-size: 5vw;
        }
:is(.index-hero_e38bf06fb .desktop-overlay_e38bf06fb) p {
            font-size: 2vw;
        }
.index-hero_e38bf06fb .strap_e38bf06fb {
        font-size: min(2rem, 6vw);
        font-weight: bold;
        text-align: center;
        padding: 2rem;
    }
@media (max-width: 992px) {
.index-hero_e38bf06fb .strap_e38bf06fb {
            font-size: min(1.8rem, 6vw);
    }
        }

.book-meeting-button_e38bf06fb {
    background-color: var(--color-card1);
    border: 2px solid var(--color-card1);
    border-radius: 0.5rem;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    transition-duration: 0.1s;
}

.book-meeting-button_e38bf06fb:hover {
    border-color: white;
}

.no-wrap_e38bf06fb {
    white-space: nowrap;
}


/* site/components/team-members.css */
.team-members_eeb576c02 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
@media (max-width: 768px) {
.team-members_eeb576c02 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
        max-width: 35rem;
}
    }
@media (min-width: 769px) {
.team-members_eeb576c02 {
        display: grid;
        place-items: center center;
        grid-template-columns: 1fr 1fr 1fr;
}
    }


/* site/components/team-members/team-member.css */
.part_e4de78c4c {
    height: 100%;
    padding: 0.5rem;
    width: 90%;
}
@media (min-width: 769px) {
.part_e4de78c4c {
        width: min(calc(100vw / 3 - 5rem), 25rem);
}
    }

.top_e4de78c4c {
    text-align: center;
    padding-top: 1rem;
}

.headshot_e4de78c4c {
    font-size: 1.5rem;
}

@media (min-width: 769px) {

.headshot_e4de78c4c {
        grid-row: 1;
}
    }

.headshot_e4de78c4c img {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        object-fit: cover;
    }

@media (width <= 1150px) and (width >= 769px) {

.headshot_e4de78c4c img {
            width: 200px;
            height: 200px;
    }
        }

.blurb_e4de78c4c {
    text-align: left;
}

@media (max-width: 768px) {

.blurb_e4de78c4c {
        margin-bottom: 2rem;
}
    }

@media (min-width: 769px) {

.blurb_e4de78c4c {
        grid-row: 2;
}
    }

@media (min-width: 769px) {

.column-0_e4de78c4c {
        grid-column: 1 / 2;
}
    }

@media (min-width: 769px) {

.column-1_e4de78c4c {
        grid-column: 2 / 3;
}
    }

@media (min-width: 769px) {

.column-2_e4de78c4c {
        grid-column: 3 / 4;
}
    }


/* site/components/testimonials.css */
.testimonials_e56ef5711 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
@media (max-width: 768px) {
.testimonials_e56ef5711 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
        max-width: 35rem;
}
    }
@media (min-width: 769px) {
.testimonials_e56ef5711 {
        display: grid;
        place-items: center center;
        grid-template-columns: 1fr 1fr 1fr;
}
    }


/* site/components/testimonials/testimonial.css */
.part_eaf03ffc0 {
    height: 100%;
    padding: 0.5rem;
    width: 90%;
}
@media (min-width: 769px) {
.part_eaf03ffc0 {
        width: min(calc(100vw / 3 - 5rem), 25rem);
}
    }

.top_eaf03ffc0 {
    text-align: center;
    padding-top: 1rem;
}

.headshot_eaf03ffc0 {
    font-size: 1.5rem;
}

@media (min-width: 769px) {

.headshot_eaf03ffc0 {
        grid-row: 1;
}
    }

.logo_eaf03ffc0 {
    text-align: center;
}

@media (min-width: 769px) {

.logo_eaf03ffc0 {
        grid-row: 2;
        display: flex;
        align-items: center;
        justify-content: space-around;
}
    }

.logo_eaf03ffc0 img {
        max-width: min(110%, 80vw);
    }

.quote_eaf03ffc0 {
    text-align: left;
    font-style: italic;
}

@media (min-width: 769px) {

.quote_eaf03ffc0 {
        grid-row: 3;
}
    }

.byline_eaf03ffc0 {
    text-align: left;
    display: flex;
    justify-content: space-around;
}

@media (max-width: 768px) {

.byline_eaf03ffc0 {
        padding-bottom: 1rem;
        border-bottom: 1px solid darkgray;
}
    }

@media (min-width: 769px) {

.byline_eaf03ffc0 {
        grid-row: 4;
}
    }

@media (min-width: 769px) {

.column-0_eaf03ffc0 {
        grid-column: 1 / 2;
}
    }

@media (min-width: 769px) {

.column-1_eaf03ffc0 {
        grid-column: 2 / 3;
}
    }

@media (min-width: 769px) {

.column-2_eaf03ffc0 {
        grid-column: 3 / 4;
}
    }


/* site/components/utility/call-to-action.css */
.call-to-action_e9cc949a2 {
    background-color: #d9d9d9;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.5rem;
}

.cta-button_e9cc949a2 {
    text-transform: uppercase;
    background-color: var(--color-strap);
    border: 2px solid var(--color-strap);
    border-radius: 0.5rem;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    transition-duration: 0.1s;
}

.cta-button_e9cc949a2:hover {
    border-color: var(--color-text);
}

.sub_e9cc949a2 {
    margin-top: 0.5rem;
    text-align: center;
}


/* site/components/utility/checkbox.css */
.checkbox_eec47de84 {
    padding: 0;
    border: 1px solid black;
    min-width: 2rem;
    min-height: 2rem;
    max-width: 2rem;
    max-height: 2rem;
}

.checkbox_eec47de84.checked_eec47de84 {
    background-color: var(--color-strap);
    border-color: transparent;
    color: white;
    font-size: larger;
}


/* site/components/utility/range.css */
/* See https://www.smashingmagazine.com/2021/12/create-custom-range-input-consistent-browsers/ */

.range_e26fd333c {
    /* Reset browser defaults */
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    width: min(30rem, 80vw);
}

/* Track styles */

/* Chrome, Safari, Opera, and Edge Chromium */
.range_e26fd333c::-webkit-slider-runnable-track {
    background: darkgray;
    height: 0.75rem;
    border-radius: 0.5rem;
}

/* Firefox */
.range_e26fd333c::-moz-range-track {
    background: darkgray;
    height: 0.75rem;
    border-radius: 0.5rem;
}

/* Thumb Styles */

/* Chrome, Safari, Opera, and Edge Chromium */
.range_e26fd333c::-webkit-slider-thumb {
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: -12px; /* Centers thumb on the track */
    background-color: var(--color-strap);
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
}

/* Firefox */
.range_e26fd333c::-moz-range-thumb {
    border: none; /* Removes extra border that FF applies */
    background-color: var(--color-strap);
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
}


/* site/components/utility/screenshot.css */
.screenshot-parent-wrapper_e6fa8ca7d {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: fit-content;
}
.screenshot-parent-wrapper_e6fa8ca7d a {
        color: var(--color-card2);
        margin-left: 0;
        margin-right: 0;
    }

.screenshot-wrapper_e6fa8ca7d {
    position: relative;
    cursor: pointer;
    width: 18rem;
    height: 9rem;
}

@media (min-width: 577px) {

.screenshot-wrapper_e6fa8ca7d {
        width: 30.5rem;
        height: 16rem;
}
    }

.macbook_e6fa8ca7d {
    position: absolute;
    top: 0;
    left: 0;
    width: 18rem;
    height: 9.3rem;
}

@media (min-width: 577px) {

.macbook_e6fa8ca7d {
        width: 30.5rem;
        height: 16rem;
}
    }

.screenshot_e6fa8ca7d {
    position: absolute;
    top: 0.65rem;
    left: 2rem;
    width: 14rem;
}

@media (min-width: 577px) {

.screenshot_e6fa8ca7d {
        left: 3.25rem;
        width: 24rem;
        top: 1rem;
}
    }

caption.e6fa8ca7d {
    padding: 0.5rem;
}

.close-icon_e6fa8ca7d {
    padding-left: 0.5rem;
    padding-right: 1rem;
    align-self: flex-end;
}

.close-icon_e6fa8ca7d:hover {
    cursor: pointer;
}

.full-screen-display_e6fa8ca7d {
    width: 80vw;
    object-fit: cover;
}

@media (orientation: landscape) and (height <= 500px) {

.full-screen-display_e6fa8ca7d {
        height: 70vh;
        width: auto;
        max-width: 80vw;
}
    }

@media (min-width: 769px) {

.full-screen-display_e6fa8ca7d {
        max-width: 60vw;
        max-height: 70vh;
}
    }

.event-image_e6fa8ca7d {
    width: 15rem;
    min-width: 15rem;
    height: 10rem;
    object-fit: cover;
    display: flex;
    align-items: center;
    border-radius: 1rem;
    transition: 0.3s ease-in-out;
}

.event-image_e6fa8ca7d:hover {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;

    scale: var(--tw-scale-x) var(--tw-scale-y);
}

.modal-overlay_e6fa8ca7d {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: rgba(128 128 128 / 77%);
}

.centered-scrolling-wrapper_e6fa8ca7d {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 101;
}

.centered-scrolling-wrapper_e6fa8ca7d:hover {
    cursor: pointer;
}

.modal-dialog_e6fa8ca7d {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 8px;
    border: none;
    box-shadow: 0 0 10px #222;
    padding: 10px;
    max-height: 80vh;
    z-index: 102;
}

.modal-content_e6fa8ca7d {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* site/components/utility/subscription-widget.css */
.subscription-widget_e494bfe54 {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.subscription-widget_e494bfe54 .input-and-button_e494bfe54 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
.subscription-widget_e494bfe54 input {
        color: #333;
        vertical-align: middle;
        border: 2px dashed #1d1d1b;
        max-width: 80vw;
        margin-top: 1rem;
        padding: 0.8rem 1rem;
        margin-bottom: 2rem;
        border-radius: 0.5rem;
    }
.subscription-widget_e494bfe54 button {
        text-transform: uppercase;
        background-color: white;
        border: 2px solid var(--color-strap);
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 20px;
        transition-duration: 0.4s;
        border-radius: 0.5rem;
    }
.subscription-widget_e494bfe54 a {
        color: blue;
    }
.subscription-widget_e494bfe54 button:hover {
        background-color: var(--color-strap);
    }
.subscription-widget_e494bfe54 .status_e494bfe54 {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }
.subscription-widget_e494bfe54 .success-icon_e494bfe54 {
        font-size: 5rem;
        color: #2c2;
    }


/* site/components/utility/youtube-video.css */
.video-wrapper_e9029294c {
    display: block;
}

.video_e9029294c {
    margin: auto;
    display: block;
}

/* Youtube Lightweight Embed http://lightweight-youtube-embed-tool.surge.sh/ */

.video-iframe_e9029294c {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-placeholder_e9029294c {
    width: 100%;
}

.video-youtube_e9029294c {
    padding-bottom: 56.23%;
    width: 100%;
    height: 0;
    position: relative;
    object-fit: cover;
    background-color: black;
}

.youtube-button_e9029294c {
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
}

.youtube-button_e9029294c::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('/assets/img/youtube-play-black.svg') no-repeat center
        center;
    background-size: 10%;
}

.youtube-button_e9029294c:hover::before {
    background: url('/assets/img/youtube-play-red.svg') no-repeat center center;
    background-size: 10%;
}


/* stylelint-disable import-notation */

/* Sheets imported here are included BEFORE the css-modules sheets are processed
 See ember-cli-build.js */
@import "reset";
@import "fonts";
@import "colors";
@import "breakpoints";
@import "utils";
@import "flatpickr/dist/flatpickr.css";

.ember-power-select-option {
    font-size: smaller;
}

/* Override the 2147483647 z-index on the hubspot iframe
     as it places above the cookie warning by default */
.widget-align-right {
    z-index: 99999 !important;
}

.desktop-only {
    display: none;
    width: 100%;
}

@media (min-width: 769px) {

.desktop-only {
        display: block;
}
    }

.mobile-only {
    display: block;
    width: 100%;
}

@media (min-width: 769px) {

.mobile-only {
        display: none;
}
    }

.application {
    display: flex;
    flex-direction: column;
}

.full-view-height {
    min-height: 100vh;
}

.application-outlet {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

p {
    font-size: 1.2rem;
}
