body {
  color: #1f323b;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
input,
button {
  font-family: "futura-pt", Arial, sans-serif;
  font-weight: normal;
}
a {
  color: #1f323b;
  outline: 0!important;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
p {
  margin-bottom: 0;
}
h4 {
  font-size: 1.5rem;
}
input[type=text],
input[type=email],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:focus,
select:active {
  outline: 0;
  border-color: #e15f60;
}
.workplace-viewport {
  position: relative;
}
.content-container {
  background-color: #f4f7f1;
  min-height: 100vh;
  position: relative;
  margin: 0;
  padding-top: 80px;
  padding-bottom: 430px;
}
.no-margin {
  margin: 0;
}
.top-margin-xs {
  margin-top: 1rem;
}
.top-margin-sm {
  margin-top: 2rem;
}
.top-margin-md {
  margin-top: 4rem;
}
.top-margin-lg {
  margin-top: 8rem;
}
.top-padding-sm {
  padding-top: 1rem;
}
.top-padding-md {
  padding-top: 2rem;
}
.top-padding-lg {
  padding-top: 3rem;
}
.align-center {
  text-align: center;
}
.align-center-except-mobile {
  text-align: center;
}
.max-height {
  height: 100%;
}
.flex-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hidden {
  display: none;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
}
.workplace-btn {
  padding: 0 2rem;
  height: 3rem;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  white-space: nowrap;
  box-sizing: border-box;
  outline: none;
}
.red-btn {
  padding: 0 2rem;
  height: 3rem;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  white-space: nowrap;
  box-sizing: border-box;
  outline: none;
  color: #f4f7f1;
  background-color: #e15f60;
}
.red-btn:hover {
  background-color: #dd4a4b;
}
.black-btn {
  padding: 0 2rem;
  height: 3rem;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  white-space: nowrap;
  box-sizing: border-box;
  outline: none;
  color: #f4f7f1;
  background-color: #1f323b;
}
.black-btn:hover {
  background-color: #142127;
}
.transparent-btn {
  padding: 0 2rem;
  height: 3rem;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  white-space: nowrap;
  box-sizing: border-box;
  outline: none;
  color: #1f323b;
  border: solid 1px #1f323b !important;
  background: transparent;
}
.transparent-btn:hover {
  border-color: #050809;
  color: #050809;
}
.cancel-btn {
  padding: 0 2rem;
  height: 3rem;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  white-space: nowrap;
  box-sizing: border-box;
  outline: none;
  display: flex;
  align-items: center;
  background-color: silver;
  color: #f4f7f1;
}
.btn-lg {
  padding: 0 2rem;
  height: 3rem;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  white-space: nowrap;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  height: 4rem;
  font-weight: bold;
  font-size: 1.5rem;
}
.btn-fat {
  min-width: 250px;
  padding: 0.5rem 3rem;
  height: 4rem;
}
.btn-pair-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.btn-pair-wrapper * {
  display: block;
}
.pointer-cursor {
  cursor: pointer;
}
.workplace-form {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f4f7f1;
  padding: 2rem 2rem 0 2rem;
}
.workplace-form input,
.workplace-form select {
  max-width: 400px;
  height: 3rem;
  border: 1px solid #ccc;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  outline: none;
  color: #1f323b;
  margin-bottom: 1rem;
}
.workplace-form input {
  padding: 0.75rem 0.75rem;
}
.workplace-form input[type=text],
.workplace-form input[type=email],
.workplace-form input[type=password],
.workplace-form select {
  width: 100%;
}
.workplace-form input[type=submit] {
  padding: 0 2rem;
  height: 3rem;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  white-space: nowrap;
  box-sizing: border-box;
  outline: none;
  color: #f4f7f1;
  background-color: #e15f60;
  width: 100%;
  margin-top: 4rem;
}
.workplace-form input[type=submit]:hover {
  background-color: #dd4a4b;
}
.workplace-form label {
  max-width: 400px;
  display: block;
  text-align: start;
  margin-bottom: 0.5rem;
}
.disabled {
  opacity: 0.4;
}
.small-input-group {
  display: flex;
  justify-content: center;
}
.small-input-group input:not(:last-child),
.small-input-group select:not(:last-child) {
  margin-right: 6px;
}
.small-input-group input,
.small-input-group select {
  max-width: 200px;
}
.vertical-text-align {
  display: flex;
  align-items: center;
}
.font-primary {
  color: #e15f60;
}
.white-font {
  color: #f4f7f1;
}
.black-font {
  color: #1f323b;
}
.red-font {
  color: #e15f60;
}
.grey-font {
  color: #444444;
}
.font-lg {
  font-size: 24px;
}
.font-md {
  font-size: 20px;
}
.font-sm {
  font-size: 16px;
}
.font-xs {
  font-size: 14px;
}
.bold {
  font-weight: bold;
}
.red-bg {
  background-color: #e15f60;
}
.white-bg {
  background-color: #f4f7f1;
}
#workplace-site-header {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 80px;
  background-color: #f4f7f1;
  z-index: 501;
}
.header-left {
  padding-left: 20px;
}
.header-right {
  display: flex;
  align-items: center;
  padding-right: 36px;
}
.workplace-site-header-logo {
  margin-right: 20px;
}
.crema-logo-label {
  font-size: 12px;
}
.site-header-emblem-wrapper {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  text-align: center;
}
.context-switch-home {
  opacity: 0.3;
}
.context-switch-workplace {
  opacity: 1;
}
.active-route {
  color: #e15f60 !important;
}
.siteheader-nav {
  padding: 0 !important;
  margin-right: 2rem;
}
.siteheader-nav-left {
  border: none;
}
.siteheader-nav-left .nav-item:hover {
  color: #e15f60;
}
.siteheader-nav .nav-item.nav-item-menu {
  border-color: #e15f60;
  background-color: #f4f7f1;
}
.siteheader-nav .nav-item.nav-item-menu:hover {
  background-color: #f4f7f1;
  border-color: #dd4a4b;
}
.siteheader-nav .nav-item.nav-item-menu.show-popover {
  font-weight: 600;
  background-color: #f4f7f1;
  border-color: #d93435;
}
.right {
  min-width: 220px;
  border: none;
}
.profile-icon {
  position: relative;
  right: 36px;
}
.profile-icon svg {
  height: 32px;
  width: 32px;
}
.popover,
.popover-links-group {
  background-color: #f4f7f1;
}
.popover .login-link,
.popover-links-group .login-link {
  margin-top: 8px;
}
.popover-buttons {
  border-top: solid 1px #e15f60;
}
.popover.right:after {
  right: 28px;
  border-bottom-color: #e15f60;
}
.alert-notice {
  background-color: #1f323b;
}
.sms-svg {
  width: 55px;
  height: 55px;
}
.workplace-footer {
  position: absolute;
  bottom: 0;
  width: 100vw;
  background-color: #e15f60;
  padding-top: 140px;
}
.workplace-footer span,
.workplace-footer a {
  color: #1f323b;
}
.workplace-footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 60px solid #f4f7f1;
  border-right: 100vw solid #e15f60;
  width: 0;
}
.sitefooter-links {
  margin: 0;
}
.sitefooter-links-group1 {
  text-align: center;
}
.sitefooter-links-group2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.sitefooter-link-inline:hover {
  color: #f4f7f1;
}
.crema-logo-wrapper {
  text-align: center;
  color: #f4f7f1;
  margin-bottom: 40px;
  margin-left: 4rem;
  margin-right: 5rem;
}
.crema-logo-wrapper svg {
  display: block;
  margin: auto;
  width: 60px;
  height: 60px;
}
.sms-icon-wrapper {
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2rem 40px auto;
}
.sms-icon {
  font-size: 26px;
  color: #e15f60;
}
.form-group label {
  font-family: 'Futura';
  color: #1f323b;
  font-size: 20px;
}
.create-edit-form {
  padding: 0;
}
.create-edit-form input[type=submit] {
  width: 230px;
  background-color: #e15f60;
}
.create-edit-form .form-group.focus {
  background-color: transparent;
}
.page-header {
  background-color: #e15f60;
}
.page-header .page-header-title {
  font-weight: normal;
  margin-left: 0;
  margin-right: 0;
}
#user-profile-form {
  background-color: #f4f7f1;
}
.form-sub-group select {
  border-radius: 30px;
}
.workplace-select {
  color: #1f323b;
  width: 250px;
  height: 3rem;
  background-color: #f4f7f1;
  border-radius: 20px;
  border-color: #e15f60;
  box-shadow: none;
}
.workplace-select:hover {
  border-color: #e15f60;
  box-shadow: none;
}
.popover {
  border-color: #e15f60;
}
.popover:before,
.popover:after {
  border-bottom-color: #e15f60;
}
a.popover-text-link {
  color: #1f323b;
  border-bottom-color: #e15f60;
  text-align: center;
}
a.popover-text-link:hover {
  background-color: #f4f7f1;
}
.add-edit-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.table {
  margin-top: 1rem;
  display: table;
}
.row {
  display: table-row;
}
.cell,
.head {
  display: table-cell;
  padding: 3px 10px;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-heading {
  background-color: #EEE;
  display: table-header-group;
}
.table-body {
  display: table-row-group;
}
.last-col {
  border-bottom: none;
  padding-left: 2px;
}
@media screen and (max-width: 1240px) {
  .siteheader-logo {
    display: none;
  }
  .siteheader-nav-left {
    border: none;
  }
  .siteheader-nav-left .nav-item {
    font-size: 13px;
    padding: 4px;
  }
}
@media screen and (max-width: 1240px) {
  .siteheader-nav-right .nav-item {
    font-size: 16px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .popover {
    z-index: 1;
  }
  .popover.right {
    position: fixed;
    width: 100vw;
    border-top: solid 1px #e15f60;
  }
  .popover.right:after {
    height: 1px;
    top: -9px;
    left: 115px!important;
  }
  .popover.left:before,
  .popover.left:after {
    left: 35px!important;
  }
  .siteheader-nav-right {
    position: absolute;
    left: 80px;
  }
}
@media only screen and (max-width: 528px) {
  article {
    padding-bottom: 100px;
  }
  .content-container {
    padding-bottom: 660px;
  }
  .sitefooter-links-group1 {
    text-align: center;
    padding-left: 2.5rem;
  }
  .sitefooter-links-group2 {
    flex-direction: column;
    margin-top: 10px;
  }
  .sitefooter-links-group2 .crema-logo-wrapper {
    margin-left: 0;
    margin-right: 2rem;
  }
  .popover.right:after {
    left: 95px!important;
  }
}
@media only screen and (max-width: 768px) {
  .cell,
  .head {
    max-width: 150px;
  }
  .btn-fat {
    padding: 0;
    height: 3rem;
  }
}
@media only screen and (max-width: 528px) {
  .siteheader-nav-right {
    left: 60px;
  }
  .header-right {
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 414px) {
  h1 {
    text-align: left;
  }
  .align-center-except-mobile {
    text-align: left;
  }
  .font-lg {
    font-size: 20px;
  }
  .font-md {
    font-size: 16px;
  }
  .font-sm {
    font-size: 14px;
  }
  .font-xs {
    font-size: 12px;
  }
  .top-margin-lg {
    margin-top: 3rem;
  }
  .top-margin-md {
    margin-top: 2rem;
  }
  .top-margin-sm {
    margin-top: 1rem;
  }
  .top-margin-xs {
    margin-top: 0.7rem;
  }
  .cell,
  .head {
    max-width: 100px;
  }
}
section {
  margin-bottom: 6rem;
  text-align: center;
}
h1 {
  font-size: 38px;
  font-weight: 500;
  line-height: 49px;
  width: 100%;
}
p {
  font-size: 22px;
  line-height: 28px;
}
img {
  max-height: 100%;
  max-width: 100%;
}
.getting-started-header {
  height: 500px;
  position: relative;
  z-index: -1;
  background-image: url(/assets/workplace/getting_started_header_bg-afae839c0a97221bf54591230bb2b7c5668498b6cc79a924acd85b8cf8f7c295.jpg);
  background-size: cover;
  background-position: center center;
}
.getting-started-header:before,
.getting-started-header:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 150px;
}
.getting-started-header:after {
  bottom: -150px;
  transform: skewY(4deg);
  transform-origin: bottom left;
  background: #f4f7f1;
}
.getting-started-header:before,
.getting-started-header:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 150px;
}
.getting-started-header:after {
  height: 200px;
  bottom: -200px;
  transform: skewY(-4deg);
  transform-origin: bottom left;
  background: #f4f7f1;
}
.vimeo-section {
  position: relative;
  z-index: -1;
  height: 470px;
  padding-top: 110px;
  background-color: pink;
  z-index: 0;
}
.vimeo-section:before,
.vimeo-section:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 150px;
}
.vimeo-section .vimeo-wrapper {
  max-width: 600px;
  margin: auto;
  padding-top: 400px;
  position: relative;
}
.vimeo-section:before {
  top: 0;
  transform: skewY(-4deg);
  transform-origin: bottom left;
  background: #f4f7f1;
}
.vimeo-section:after {
  bottom: -150px;
  transform: skewY(-4deg);
  transform-origin: bottom left;
  z-index: -2;
  background: #f4f7f1;
}
.coffee-bags-img-wrapper {
  height: 700px;
  margin-top: 120px;
  text-align: center;
  position: relative;
  z-index: -1;
}
.coffee-bags-img-wrapper:before,
.coffee-bags-img-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 150px;
}
.coffee-bags-img-wrapper:before,
.coffee-bags-img-wrapper:after {
  transform: skewY(-4deg);
}
.coffee-bags-img-wrapper:before {
  top: 90px;
  height: 300px;
  background-color: #e15f60;
}
.coffee-bags-img-wrapper:after {
  height: 140px;
  background-color: #e98a8b;
  top: 420px;
}
.coffee-bags-img-wrapper img {
  position: relative;
  top: -;
}
.coffee-bags-img-wrapper div {
  position: relative;
  z-index: -1;
  position: absolute;
  bottom: 0;
}
.coffee-bags-img-wrapper div:before,
.coffee-bags-img-wrapper div:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 150px;
}
.coffee-bags-img-wrapper div:after {
  transform: skewY(-4deg);
  top: -111px;
  height: 90px;
  background-color: #f1b5b5;
}
.roaster-bg {
  height: 670px;
  background-image: url(/assets/workplace/roaster-lg-1befa1f0bfb825931ee8ee5af47660a4b8e8c47871eecb172ed9b4e7980f20ba.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: -1;
}
.roaster-bg:before,
.roaster-bg:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 150px;
}
.roaster-bg:before {
  top: 0;
  transform: skewY(-4deg);
  transform-origin: top left;
  background: #f4f7f1;
}
.roaster-bg:after {
  bottom: -150px;
  transform: skewY(4deg);
  transform-origin: bottom right;
  background: #f4f7f1;
}
.phone-img-wrapper {
  height: 600px;
  position: relative;
  z-index: -1;
  top: -70px;
}
.phone-img-wrapper:before,
.phone-img-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 150px;
}
.phone-img-wrapper:before,
.phone-img-wrapper:after {
  transform: skewY(4deg);
}
.phone-img-wrapper:before {
  top: 90px;
  height: 265px;
  background-color: #1f323b;
}
.phone-img-wrapper:after {
  height: 110px;
  background-color: #314e5c;
  top: 370px;
}
.phone-img-wrapper div {
  position: relative;
  z-index: -1;
  position: absolute;
  bottom: 0;
}
.phone-img-wrapper div:before,
.phone-img-wrapper div:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 150px;
}
.phone-img-wrapper div:after {
  transform: skewY(4deg);
  top: -104px;
  height: 74px;
  background-color: #426b7e;
}
.phone-img-wrapper img {
  position: relative;
  top: 40px;
}
.features {
  max-width: 800px;
  margin: auto;
}
.features h2 {
  font-size: 28px;
  font-weight: 100;
}
.features div {
  text-align: left;
}
.features div h2 {
  text-align: left;
}
.features div h2 {
  color: #e15f60;
}
.man-smiling {
  max-width: 45vw;
}
.account-detail p {
  font-size: 12px;
}
@media only screen and (min-width: 1920px) {
  section {
    margin-bottom: 7.5rem;
  }
  .getting-started-header:after {
    transform: skewY(-3deg);
  }
  .vimeo-wrapper:before,
  .vimeo-wrapper:after {
    transform: skewY(-3deg);
  }
  .coffee-bags-img-wrapper:before,
  .coffee-bags-img-wrapper:after {
    transform: skewY(-3deg);
  }
  .coffee-bags-img-wrapper div:after {
    transform: skewY(-3deg);
  }
  .roaster-bg:before {
    transform: skewY(-3deg);
  }
  .roaster-bg:after {
    transform: skewY(3deg);
  }
  .phone-img-wrapper:before,
  .phone-img-wrapper:after {
    transform: skewY(3deg);
  }
  .phone-img-wrapper div:after {
    transform: skewY(3deg);
  }
}
.coffee-feature {
  background: #F4F7F1;
  position: relative;
  padding-bottom: 50px;
  padding-top: 20px;
}
.coffee-feature:before {
  content: '';
  width: 100%;
  height: 220px;
  background: #f4f7f1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  transform: skewY(-5deg);
}
.coffee-feature .cstm-container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.coffee-feature .coffee-featureIn {
  display: flex;
  box-sizing: border-box;
  gap: 15px;
}
@media only screen and (max-width: 992px) {
  .coffee-feature .coffee-featureIn {
    flex-wrap: wrap;
  }
}
.coffee-feature .cstm-col {
  flex: 33.33%;
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  .coffee-feature .cstm-col {
    flex: 0 0 100%;
  }
}
.coffee-feature .inner-box {
  border-radius: 15px;
  padding: 35px 15px;
  background: #fff;
  min-height: 430px;
  position: relative;
  z-index: 1;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .coffee-feature .inner-box {
    min-height: 480px;
  }
}
@media only screen and (max-width: 992px) {
  .coffee-feature .inner-box {
    min-height: unset;
  }
}
.coffee-feature h3 {
  font-size: 24px;
  color: #1F323B;
  line-height: 26px;
  margin: 0 0 15px 0;
}
.coffee-feature .icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #F5F5F5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.coffee-feature ul {
  margin: 0;
  padding: 0 0 0 15px;
}
.coffee-feature li {
  font-size: 16px;
  color: #21343D;
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  line-height: 22px;
}
.coffee-feature li:before {
  width: 6px;
  height: 6px;
  background: #F3A7A8;
  content: '';
  position: absolute;
  left: -15px;
  top: 6px;
  border-radius: 20px;
}
.coffee-feature li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .coffee-bags-img-wrapper {
    height: 60vw;
  }
  .coffee-bags-img-wrapper:before {
    height: 26vw;
  }
  .coffee-bags-img-wrapper:after {
    height: 11vw;
    top: 37vw;
  }
  .coffee-bags-img-wrapper div:after {
    height: 7vw;
  }
}
@media only screen and (max-width: 414px) {
  h1 {
    text-align: left;
  }
  section {
    text-align: left;
    margin-bottom: 3rem;
  }
  img {
    max-width: 100%;
  }
  .align-center-desktop {
    text-align: match-parent;
  }
  .man-smiling {
    max-width: 100%;
  }
  .getting-started-header:after {
    transform: skewY(-12deg);
  }
  .vimeo-section {
    padding-top: 78px;
    height: 362px;
  }
  .vimeo-section .vimeo-wrapper:before,
  .vimeo-section .vimeo-wrapper:after {
    transform: skewY(-12deg);
  }
  .vimeo-section h1 {
    position: relative;
    top: -84px;
  }
  .coffee-bags-img-wrapper {
    margin-top: 120px;
  }
  .coffee-bags-img-wrapper:before,
  .coffee-bags-img-wrapper:after {
    transform: skewY(-12deg);
  }
  .coffee-bags-img-wrapper div:after {
    transform: skewY(-12deg);
  }
  .roaster-bg:before {
    transform: skewY(-12deg);
  }
  .roaster-bg:after {
    transform: skewY(12deg);
  }
  .phone-img-wrapper img {
    top: 60px;
  }
  .phone-img-wrapper:before,
  .phone-img-wrapper:after {
    transform: skewY(12deg);
  }
  .phone-img-wrapper div:after {
    transform: skewY(12deg);
  }
}
