@charset "UTF-8";
html {
  overflow-x: hidden;
}
html body {
  font-family: "Inter", sans-serif;
  color: #333333;
  padding: 132px 0 0 0;
  margin: 0;
  background: #eef5fc;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  overflow: hidden;
}
@media (max-width: 1200px) {
  html body {
    padding: 96px 0 0 0;
  }
}
html body.wp-admin {
  padding: 0;
}
html body.admin-bar header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  html body.admin-bar header {
    top: 46px;
  }
}
html body.admin-bar nav.mobile {
  top: 129px;
}
@media screen and (max-width: 782px) {
  html body.admin-bar nav.mobile {
    top: 143px;
  }
}
html body.admin-bar .scroller-block .slides .text-wrapper {
  top: 129px;
}
@media screen and (max-width: 782px) {
  html body.admin-bar .scroller-block .slides .text-wrapper {
    top: 143px;
  }
}
html body.admin-bar .scroller-block .navigation {
  top: 129px;
}
@media screen and (max-width: 782px) {
  html body.admin-bar .scroller-block .navigation {
    top: 143px;
  }
}
#content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#content.visible {
  opacity: 1;
}
#content #content-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(72, 84, 107, 0.83);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
#content #content-overlay.visible {
  opacity: 1;
  pointer-events: all;
}
#content #content-overlay #nonprofit-modal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 944px;
  min-height: 240px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.23);
  position: absolute;
  display: flex;
}
#content #content-overlay #nonprofit-modal .nonprofit-logo {
  width: 263px;
  display: flex;
  margin: auto;
}
#content #content-overlay #nonprofit-modal .nonprofit-logo img {
  margin: auto;
  max-width: 75%;
  max-height: 100%;
}
#content #content-overlay #nonprofit-modal .nonprofit-description {
  padding: 44px 40px 32px 28px;
  flex: 1;
  color: #36324d;
  font-size: 16px;
  user-select: none;
}
#content #content-overlay #nonprofit-modal .nonprofit-description .nonprofit-name {
  font-weight: 600;
}
#content #content-overlay #nonprofit-modal .nonprofit-description .nonprofit-summary {
  margin-top: 20px;
  letter-spacing: 0;
  line-height: 23px;
}
#content #content-overlay #nonprofit-modal .nonprofit-description .nonprofit-actions {
  display: flex;
  margin-top: 30px;
  float: right;
}
#content #content-overlay #nonprofit-modal .nonprofit-description .nonprofit-actions a {
  color: #046461;
  font-size: 14px;
  font-weight: bold;
  margin-left: 30px;
  text-decoration: none;
}
#content #content-overlay #nonprofit-modal .close-button {
  position: absolute;
  top: 23px;
  right: 20px;
  cursor: pointer;
}
#content #content-overlay #nonprofit-modal .close-button svg {
  width: 25px;
  height: 25px;
}
@media (min-width: 600px) and (max-width: 1004px) {
  #content #content-overlay #nonprofit-modal {
    width: calc(100% - 60px);
  }
}
@media (min-width: 600px) and (max-width: 720px) {
  #content #content-overlay #nonprofit-modal .nonprofit-logo {
    width: 180px;
  }
}
@media (max-width: 600px) {
  #content #content-overlay #nonprofit-modal {
    width: 100%;
    flex-direction: column;
    inset: 0;
    transform: none;
    overflow: auto;
    border-radius: 0;
  }
  #content #content-overlay #nonprofit-modal .nonprofit-logo {
    margin-top: 50px;
    margin-bottom: 0;
  }
  #content #content-overlay #nonprofit-modal .nonprofit-description {
    flex: none;
  }
  #content #content-overlay #nonprofit-modal .close-button {
    top: 40px;
  }
}
.fade-in {
  visibility: hidden;
}
input {
  font-family: "Inter", sans-serif;
  transition: border-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  appearance: none;
}
input:focus {
  outline: none;
  border-color: #e27566 !important;
}
input::placeholder {
  color: #333333;
}
button {
  font-family: "Inter", sans-serif;
  border: none;
  appearance: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}
.g-recaptcha {
  display: none;
}
@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.wp-block .fade-in {
  visibility: visible !important;
}
.editor-styles-wrapper {
  margin: 0 16px !important;
}
.editor-styles-wrapper {
  font-family: sans-serif;
}
.editor-styles-wrapper {
  background: transparent;
}
.edit-post-visual-editor {
  background: #eef5fc;
}
.is-desktop-preview {
  background: transparent !important;
}
.edit-post-visual-editor {
  overflow: hidden;
}
@media (min-width: 782px) {
  .interface-complementary-area {
    width: 361px;
  }
}
.block-editor-post-preview__dropdown {
  display: none;
}
.block-editor-inserter__preview-container {
  display: none;
}
.wp-block.is-selected .section-block .container .content h1:nth-last-child(2), .wp-block.is-selected .section-block .container .content h2:nth-last-child(2), .wp-block.is-selected .section-block .container .content h3:nth-last-child(2), .wp-block.is-selected .section-block .container .content h4:nth-last-child(2), .wp-block.is-selected .section-block .container .content h5:nth-last-child(2), .wp-block.is-selected .section-block .container .content h6:nth-last-child(2), .wp-block.is-selected .section-block .container .content p:nth-last-child(2), .wp-block.is-selected .section-block .container .content ul:nth-last-child(2) {
  margin-bottom: 0;
}
.banner-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .banner-block {
    flex-direction: column;
  }
}
.banner-block .text {
  display: flex;
  line-height: 56px;
  font-family: "Source Serif Pro";
  font-size: 48px;
  font-weight: 400;
  color: white;
}
@media (max-width: 1200px) {
  .banner-block .text {
    text-align: center;
    margin: 0 auto 48px auto;
  }
}
@media (max-width: 720px) {
  .banner-block .text {
    line-height: 42px;
    font-size: 36px;
  }
}
.banner-block a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 16px;
  font-weight: 600;
  padding: 0 48px;
  background-color: white;
  border: 2px solid white;
  border-radius: 12px;
  text-decoration: none !important;
  transition: white 500ms cubic-bezier(0.19, 1, 0.22, 1), background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.banner-block a:hover {
  color: white !important;
  background-color: transparent;
}
@media (max-width: 1200px) {
  .banner-block a {
    margin: 0 auto;
  }
}
.button-block {
  position: relative;
  display: flex;
}
.button-block.center {
  justify-content: center;
}
.button-block.right {
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .button-block {
    justify-content: center;
  }
}
.button-block a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  padding: 0 48px;
  background-color: #046461;
  border-radius: 16px;
  text-decoration: none !important;
  transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.button-block a:hover {
  background-color: #922c3e;
}
.button-block.coach a {
  position: relative;
  background-color: transparent;
  overflow: hidden;
}
.button-block.coach a:hover {
  background-color: #922c3e;
}
.button-block.coach a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #00aa6f, #3e8fee);
}
.color-boxes-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.color-boxes-block a.box {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 108px;
  text-decoration: none;
  border-radius: 10px;
  padding: 24px 0;
  margin: 0 0 18px 0;
  background: #e9f8f7;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0);
  transition: box-shadow 500ms cubic-bezier(0.19, 1, 0.22, 1), transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.color-boxes-block a.box:last-child {
  margin: 0;
}
.color-boxes-block a.box:hover {
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.025);
  transform: scale(1.015);
}
@media (max-width: 1200px) {
  .color-boxes-block a.box {
    flex-direction: column;
    max-width: 480px;
    height: inherit;
    padding: 30px;
  }
}
.color-boxes-block a.box .heading {
  display: flex;
  align-items: center;
  min-width: 300px;
  max-width: 300px;
  height: 72px;
  font-family: "Source Serif Pro";
  font-size: 30px;
  font-weight: 400;
  color: #046461;
  padding: 0 30px;
  border-right: 1px solid #00aa6f;
}
@media (max-width: 1200px) {
  .color-boxes-block a.box .heading {
    width: 100%;
    height: inherit;
    min-width: inherit;
    max-width: inherit;
    border-right: none;
    border-bottom: 1px solid #00aa6f;
    padding: 0 0 18px 0;
    margin: 0;
  }
}
.color-boxes-block a.box .body {
  line-height: 24px;
  font-size: 18px;
  color: #046461;
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .color-boxes-block a.box .body {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    margin: 18px 0 30px 0;
  }
}
.color-boxes-block a.box .link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
  font-size: 18px;
  font-weight: 500;
  color: #046461;
  white-space: nowrap;
  padding: 0 30px;
}
.color-boxes-block a.box .link svg {
  width: 50px;
  height: 50px;
  margin: 0 0 0 24px;
}
@media (max-width: 1200px) {
  .color-boxes-block a.box .link {
    width: 100%;
  }
}
.capturing-the-whole-patient-block {
  display: flex;
  justify-content: space-between;
}
.capturing-the-whole-patient-block .box {
  flex: 1;
  padding: 0 48px;
}
@media (max-width: 1200px) {
  .capturing-the-whole-patient-block .box {
    padding: 0;
  }
}
.capturing-the-whole-patient-block .title {
  font-size: 53px;
  color: #303438;
  line-height: 67px;
  font-family: "Source Serif Pro";
}
.capturing-the-whole-patient-block .item {
  color: #434c59;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: 27px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
.capturing-the-whole-patient-block .item:first-child {
  margin-top: 24px;
}
.capturing-the-whole-patient-block .item:last-child {
  margin: 0;
}
.capturing-the-whole-patient-block .item span {
  margin-left: 12px;
}
.capturing-the-whole-patient-block img {
  position: relative;
  top: 1px;
  display: block;
  width: 24px;
  height: 24px;
}
@media (max-width: 1200px) {
  .capturing-the-whole-patient-block {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .capturing-the-whole-patient-block .title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 48px;
  }
}
.pay-for-results-block {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .pay-for-results-block {
    flex-direction: column;
    align-items: center;
  }
}
.pay-for-results-block .column {
  max-width: 380px;
}
@media (max-width: 1200px) {
  .pay-for-results-block .column {
    width: 100%;
    margin: 0 auto;
  }
  .pay-for-results-block .column:last-child {
    margin-bottom: 0;
  }
}
.pay-for-results-block .column .title {
  font-family: "Source Serif Pro";
  line-height: 56px;
  font-size: 48px;
  font-weight: 400;
  color: #333333;
  margin: 0 0 24px 0;
}
@media (max-width: 1200px) {
  .pay-for-results-block .column .title {
    text-align: center;
  }
}
.pay-for-results-block .column .description {
  font-family: "Inter";
  line-height: 36px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}
@media (max-width: 1200px) {
  .pay-for-results-block .column .description {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .pay-for-results-block .column.list {
    margin: 48px 0 0 0;
  }
}
.pay-for-results-block .column.list .heading {
  font-family: "Inter";
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin: 0 0 24px 0;
}
.pay-for-results-block .column.list .item {
  display: flex;
  font-family: "Source Serif Pro";
  line-height: 26px;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 24px 0;
}
.pay-for-results-block .column.list .item:last-child {
  margin: 0;
}
.pay-for-results-block .column.list .item img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: 0 24px 0 0;
}
.roi-calculator-block .top {
  padding: 0 24px 48px 24px;
}
.roi-calculator-block .top .title {
  line-height: 56px;
  text-align: center;
  font-family: "Source Serif Pro";
  font-weight: 400;
  font-size: 48px;
  color: #303438;
  letter-spacing: -1px;
  margin: 0 auto 36px auto;
}
.roi-calculator-block .top form {
  max-width: 540px;
  margin: 0 auto;
}
.roi-calculator-block .top form label {
  display: block;
  text-align: left;
  line-height: 22px;
  font-size: 16px;
  color: #333333;
  margin: 0 0 12px 0;
}
.roi-calculator-block .top form label b {
  font-weight: 600;
}
.roi-calculator-block .top form input {
  box-sizing: border-box;
  height: 54px;
  width: 100%;
  font-size: 16px;
  color: #333333;
  background: white;
  padding: 0 18px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-shadow: 0 12px 14px 0 #eeeeee;
  margin: 0 0 30px 0;
}
.roi-calculator-block .top form input:last-child {
  margin: 0;
}
.roi-calculator-block .top form input:disabled {
  background: rgba(50, 55, 71, 0.06);
  border-color: #cac6c6;
  box-shadow: none;
}
.roi-calculator-block .bottom {
  padding: 0 24px;
}
.roi-calculator-block .bottom label {
  display: none;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
  font-weight: 300;
  color: #046461;
}
.roi-calculator-block .bottom label b {
  font-weight: 500;
}
.roi-calculator-block .bottom .savings {
  display: none;
  text-align: center;
  line-height: 48px;
  font-size: 48px;
  font-weight: 500;
  color: #2a3135;
  margin: 18px 0 24px 0;
}
.embed-block iframe {
  height: 100%;
  width: 100%;
}
.form-block {
  display: flex;
  justify-content: space-between;
}
.form-block form {
  width: 100%;
  max-width: 780px;
}
@media (max-width: 1200px) {
  .form-block form {
    margin: 0 auto;
  }
}
.form-block form .row {
  margin: 0 0 30px 0;
}
.form-block form .row:last-child {
  margin: 0;
}
.form-block form .row label {
  display: block;
  text-align: left;
  line-height: 16px;
  font-size: 16px;
  color: #333333;
  margin: 0 0 12px 0;
}
.form-block form .row label em {
  font-style: normal;
  color: #e27566;
}
.form-block form .row input {
  box-sizing: border-box;
  height: 60px;
  width: 100%;
  font-size: 16px;
  color: #333333;
  background: white;
  padding: 0 24px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-shadow: 0 12px 14px 0 #eeeeee;
}
.form-block form .row button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  padding: 0 72px;
  background-color: #046461;
  border-radius: 16px;
  text-decoration: none;
  margin: 60px auto 0 auto;
  transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.form-block form .row button:hover {
  background-color: #922c3e;
}
.form-block form .row .checkbox {
  display: flex;
  text-align: left;
  line-height: 22px;
  font-weight: 16px;
  color: #333333;
}
.form-block form .row .checkbox .box {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  background-color: white;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  margin: 0 12px 0 0;
  box-shadow: 0 10px 11px 0 #eeeeee;
  cursor: pointer;
}
.form-block form .row .checkbox .box svg {
  display: none;
  width: 16px;
  height: auto;
}
.form-block form .row .checkbox .text {
  margin: 2px 0 0 0;
  cursor: pointer;
}
.form-block form .row .checkbox.selected .box {
  background-color: #046461;
  border-color: #046461;
}
.form-block form .row .checkbox.selected .box svg {
  display: block;
}
.form-block form .row.double {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-block form .row.double div {
  width: calc(50% - 15px);
}
@media (max-width: 810px) {
  .form-block form .row.double div {
    width: 100%;
  }
  .form-block form .row.double div:nth-child(2) {
    margin-top: 30px;
  }
}
.form-block .sidebar {
  margin: 28px 0 0 30px;
}
@media (max-width: 1200px) {
  .form-block .sidebar {
    display: none;
  }
}
.form-block .sidebar .box {
  box-sizing: border-box;
  height: 178px;
  color: white;
  background: #046461;
  padding: 24px 30px 27px 30px;
  border-radius: 10px;
}
.form-block .sidebar .box .heading {
  line-height: 36px;
  font-size: 24px;
  font-weight: 700;
}
.form-block .sidebar .box .line {
  width: 48px;
  height: 1px;
  background: white;
  margin: 10px 0 12px 0;
}
.form-block .sidebar .box .body {
  line-height: 22px;
  font-size: 16px;
  font-weight: 600;
}
.icons-block {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .icons-block {
    display: block;
  }
}
.icons-block .icon {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .icons-block .icon {
    justify-content: center;
    text-align: center;
  }
}
.icons-block .icon img {
  width: auto;
  height: 90px;
  margin: 0 0 24px 0;
}
.icons-block .icon .heading {
  width: 100%;
  line-height: 34px;
  font-size: 30px;
  font-family: "Source Serif Pro";
  font-weight: 400;
  color: #2a3135;
  margin: 18px 0 0 0;
}
.icons-block .icon .line {
  width: 48px;
  height: 1px;
  background: #48546b;
  margin: 24px 0;
}
@media (max-width: 1200px) {
  .icons-block .icon .line {
    margin: 12px 0;
  }
}
.icons-block .icon .statistic {
  line-height: 63px;
  font-size: 63px;
  color: #2a3135;
  margin: 0 0 6px 0;
}
.icons-block .icon .body {
  line-height: 24px;
  font-size: 18px;
  color: #333333;
}
.icons-block.left .icon {
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .icons-block.left .icon {
    align-items: center;
  }
}
.icons-block.center {
  text-align: center;
}
.icons-block.center .icon {
  align-items: center;
}
.icons-block.three .icon {
  max-width: 330px;
}
@media (max-width: 1200px) {
  .icons-block.three .icon {
    width: inherit;
    padding: 36px 0;
    margin: 0 auto;
  }
  .icons-block.three .icon:last-child {
    padding: 36px 0 0 0;
  }
}
.icons-block.four .icon {
  max-width: 330px;
  width: 25%;
  margin: 0 24px;
}
@media (max-width: 1200px) {
  .icons-block.four .icon {
    width: inherit;
    margin: 0 auto 36px auto;
  }
  .icons-block.four .icon:last-child {
    margin: 0 auto;
  }
}
.jobs-block {
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
}
@media (max-width: 1200px) {
  .jobs-block {
    max-width: 849px;
  }
}
@media (max-width: 909px) {
  .jobs-block {
    max-width: 558px;
  }
}
@media (max-width: 618px) {
  .jobs-block {
    max-width: 267px;
    margin-right: 0;
  }
}
.jobs-block a {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  text-align: left;
  width: 267px;
  height: 370px;
  color: #34373a;
  background: white;
  padding: 30px;
  border-radius: 10px;
  margin-top: 24px;
  margin-right: 24px;
  text-decoration: none !important;
  visibility: hidden;
}
@media (min-width: 1201px) {
  .jobs-block a:nth-child(-n+4) {
    margin-top: 0;
  }
  .jobs-block a:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media (min-width: 910px) and (max-width: 1200px) {
  .jobs-block a:nth-child(-n+3) {
    margin-top: 0;
  }
  .jobs-block a:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (min-width: 619px) and (max-width: 909px) {
  .jobs-block a:nth-child(-n+2) {
    margin-top: 0;
  }
  .jobs-block a:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 618px) {
  .jobs-block a {
    margin-right: 0;
  }
  .jobs-block a:nth-child(-n+1) {
    margin-top: 0;
  }
}
.jobs-block a .line {
  height: 2px;
  background-color: rgba(52, 55, 58, 0.3);
}
.jobs-block a .title {
  font-family: "Source Sans Pro";
  line-height: 32px;
  font-size: 28px;
  color: #34373a;
  margin: 18px 0 12px 0;
}
.jobs-block a .location {
  flex-grow: 1;
  line-height: 18px;
  font-size: 16px;
  font-weight: 300;
  color: #434c59;
}
.jobs-block a .footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #303438;
}
.jobs-block a .footer .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #046461;
  border-radius: 25px;
  margin: 0 0 0 12px;
  transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.jobs-block a .footer .button svg {
  width: 11.25px;
  height: 18px;
}
.jobs-block a:hover .footer .button {
  background-color: #922c3e;
}
.line-block .line {
  height: 1px;
}
.logos-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.logos-block.with-captions {
  align-items: flex-start;
}
.logos-block .logo {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1200px) {
  .logos-block .logo {
    flex: none;
    width: 100%;
    margin: 0 0 48px 0;
  }
  .logos-block .logo:last-child {
    margin: 0;
  }
}
.logos-block .logo .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos-block .logo .text {
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #434c59;
  padding: 0 12px;
}
.logos-block .logo .text b {
  display: block;
  font-weight: 600;
}
.news-block .filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 30px 0;
}
@media (max-width: 960px) {
  .news-block .filters {
    display: none;
  }
}
.news-block .filters .category {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  font-size: 16px;
  font-weight: 600;
  color: #046461;
  background-color: transparent;
  border-radius: 21px;
  padding: 0 30px;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1), background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
.news-block .filters .category:hover {
  color: #e27566;
}
.news-block .filters .category.active {
  color: #046461;
  background-color: rgba(4, 100, 97, 0.24);
  cursor: default;
}
.news-block .posts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
@media (max-width: 1200px) {
  .news-block .posts {
    flex-direction: column;
    align-items: center;
  }
}
.news-block .posts .post {
  display: flex;
}
@media (min-width: 1201px) {
  .news-block .posts .post {
    margin: 0 0 30px 0;
  }
  .news-block .posts .post:nth-child(3n+2) {
    margin: 0 30px 30px 30px;
  }
}
@media (max-width: 1200px) {
  .news-block .posts .post {
    margin: 0 0 30px 0;
  }
}
.news-block .posts .post a {
  display: flex;
  flex-direction: column;
  width: 360px;
  text-decoration: none;
  border-radius: 10px;
  background: white;
  overflow: hidden;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), box-shadow 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.news-block .posts .post a:hover {
  transform: scale(1.05);
}
@media (max-width: 1200px) {
  .news-block .posts .post a {
    margin: 0 0 30px 0;
  }
  .news-block .posts .post a:last-child {
    margin: 0;
  }
}
@media (max-width: 420px) {
  .news-block .posts .post a {
    width: 100%;
  }
}
.news-block .posts .post a img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
}
.news-block .posts .post a .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.news-block .posts .post a .content .date, .news-block .posts .post a .content .category {
  line-height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  margin: 0 0 18px 0;
}
.news-block .posts .post a .content .title {
  flex-grow: 1;
  line-height: 30px;
  font-family: "Source Serif Pro";
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  margin: 0 0 48px 0;
}
.news-block .posts .post a .content .link {
  line-height: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #046461;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.news-block .posts .post a .content .link:hover {
  color: #e27566;
}
.nonprofits-block .nonprofits {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto -24px auto;
}
.nonprofits-block .nonprofits a.nonprofit {
  position: relative;
  box-sizing: border-box;
  width: 267px;
  height: 168px;
  background: white;
  border-radius: 10px;
  margin: 0 24px 24px 0;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0);
  transition: box-shadow 500ms cubic-bezier(0.19, 1, 0.22, 1), transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.nonprofits-block .nonprofits a.nonprofit:hover {
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.025);
  transform: scale(1.05);
  cursor: pointer;
}
.nonprofits-block .nonprofits a.nonprofit .image {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .nonprofits-block .nonprofits a.nonprofit:nth-child(4n + 4) {
    margin: 0 0 24px 0;
  }
}
@media (min-width: 909px) and (max-width: 1199px) {
  .nonprofits-block .nonprofits {
    max-width: 849px;
  }
  .nonprofits-block .nonprofits a.nonprofit:nth-child(3n + 3) {
    margin: 0 0 24px 0;
  }
}
@media (min-width: 618px) and (max-width: 908px) {
  .nonprofits-block .nonprofits {
    max-width: 558px;
  }
  .nonprofits-block .nonprofits a.nonprofit:nth-child(2n + 2) {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 617px) {
  .nonprofits-block .nonprofits {
    max-width: 267px;
  }
  .nonprofits-block .nonprofits a.nonprofit {
    margin: 0 0 24px 0;
  }
}
.quote-block {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  .quote-block {
    align-items: flex-start;
  }
}
@media (max-width: 840px) {
  .quote-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.quote-block .image {
  position: relative;
}
.quote-block .image .shadow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 12px 12px 36px rgba(0, 0, 0, 0.6);
  mix-blend-mode: overlay;
}
.quote-block .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.quote-block .image svg {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
}
.quote-block .image.small {
  min-width: 156px;
  max-width: 156px;
  max-height: 156px;
  max-height: 156px;
}
.quote-block .image.large {
  min-width: 228px;
  max-width: 228px;
  max-height: 228px;
  max-height: 228px;
}
.quote-block .image.large svg {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 84px;
  height: 84px;
  border-radius: 114px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
}
.quote-block .text {
  margin: 0 0 0 60px;
}
@media (max-width: 1260px) {
  .quote-block .text {
    margin: 0 0 0 30px;
  }
}
@media (max-width: 840px) {
  .quote-block .text {
    margin: 30px 0 0 0;
  }
}
.quote-block .text .quote {
  font-family: "Source Serif Pro";
  line-height: 34px;
  font-size: 30px;
  margin: 0 0 24px 0;
}
.quote-block .text .author {
  font-family: "Inter";
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
}
.resources-block .filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 30px 0;
}
@media (max-width: 960px) {
  .resources-block .filters {
    display: none;
  }
}
.resources-block .filters .category {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  font-size: 16px;
  font-weight: 600;
  color: #046461;
  background-color: transparent;
  border-radius: 21px;
  padding: 0 30px;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1), background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
.resources-block .filters .category:hover {
  color: #e27566;
}
.resources-block .filters .category.active {
  color: #046461;
  background-color: rgba(4, 100, 97, 0.24);
  cursor: default;
}
.resources-block .posts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
@media (max-width: 1200px) {
  .resources-block .posts {
    flex-direction: column;
    align-items: center;
  }
}
.resources-block .posts .post {
  display: flex;
}
@media (min-width: 1201px) {
  .resources-block .posts .post {
    margin: 0 0 30px 0;
  }
  .resources-block .posts .post:nth-child(3n+2) {
    margin: 0 30px 30px 30px;
  }
}
@media (max-width: 1200px) {
  .resources-block .posts .post {
    margin: 0 0 30px 0;
  }
}
.resources-block .posts .post a {
  display: flex;
  flex-direction: column;
  width: 360px;
  text-decoration: none;
  border-radius: 10px;
  background: white;
  overflow: hidden;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), box-shadow 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.resources-block .posts .post a:hover {
  transform: scale(1.05);
}
@media (max-width: 1200px) {
  .resources-block .posts .post a {
    margin: 0 0 30px 0;
  }
  .resources-block .posts .post a:last-child {
    margin: 0;
  }
}
@media (max-width: 420px) {
  .resources-block .posts .post a {
    width: 100%;
  }
}
.resources-block .posts .post a .image {
  position: relative;
  display: flex;
  justify-content: center;
  height: 0;
  padding-bottom: 56.25%;
}
.resources-block .posts .post a .image.document {
  background: #e2eaf1;
  overflow: hidden;
}
.resources-block .posts .post a .image.document img {
  position: absolute;
  top: 30px;
  left: calc(50% - 102px);
  width: 204px;
  height: auto;
  box-shadow: 0 2px 14px 0 #99b2c7;
}
.resources-block .posts .post a .image.full img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.resources-block .posts .post a .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.resources-block .posts .post a .content .category {
  line-height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  margin: 0 0 18px 0;
}
.resources-block .posts .post a .content .date-time {
  line-height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  margin: 0 0 18px 0;
}
.resources-block .posts .post a .content .title {
  flex-grow: 1;
  line-height: 30px;
  font-family: "Source Serif Pro";
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  margin: 0 0 48px 0;
}
.resources-block .posts .post a .content .link {
  line-height: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #046461;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.resources-block .posts .post a .content .link:hover {
  color: #e27566;
}
.scroller-block {
  visibility: hidden;
}
.scroller-block .slides .slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scroller-block .slides .slide .image {
  position: relative;
  padding: 48px 0;
}
.scroller-block .slides .slide .image .line {
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  bottom: 0;
  width: 4px;
}
@media (max-width: 1200px) {
  .scroller-block .slides .slide .image .line::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin: -6px 0 0 -4px;
  }
}
.scroller-block .slides .slide .image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
.scroller-block .slides .slide .text-wrapper {
  pointer-events: none;
}
@media (min-width: 1201px) {
  .scroller-block .slides .slide .text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: fixed;
    top: 97px;
    bottom: 0;
    left: calc(50% - 570px);
  }
}
.scroller-block .slides .slide .text-wrapper .text {
  max-width: 360px;
  padding: 24px 0;
  opacity: 0;
}
@media (max-width: 1200px) {
  .scroller-block .slides .slide .text-wrapper .text {
    display: block;
    text-align: center;
    opacity: 1 !important;
  }
}
.scroller-block .slides .slide .text-wrapper .text .heading {
  font-family: "Source Serif Pro";
  line-height: 34px;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 18px 0;
}
.scroller-block .slides .slide .text-wrapper .text .body {
  font-family: "Inter";
  line-height: 24px;
  font-size: 18px;
}
.scroller-block .slides .slide:first-child .image {
  padding-top: 72px;
}
.scroller-block .slides .slide:first-child .image .line {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@media (min-width: 1201px) {
  .scroller-block .slides .slide:last-child .image {
    padding-bottom: 0;
  }
  .scroller-block .slides .slide:last-child .image .line {
    bottom: 50%;
  }
}
.scroller-block .navigation {
  display: none;
}
@media (min-width: 1201px) {
  .scroller-block .navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 97px;
    bottom: 0;
    right: calc(50% - 570px);
    width: 442px;
    opacity: 0;
    transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .scroller-block .navigation.visible {
    opacity: 1;
  }
}
.scroller-block .navigation svg {
  width: 24px;
  height: 27.42px;
  opacity: 0.65;
  cursor: pointer;
}
.scroller-block .navigation .ring {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border-style: solid;
  border-width: 1.5px;
  border-color: transparent;
  border-radius: 12px;
  margin: 3px 0;
  transition: border-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.scroller-block .navigation .ring .dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  opacity: 0.65;
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1), background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.section-block.dark-content .scroller-block .slide .heading {
  color: #34373a;
}
.section-block.dark-content .scroller-block .slide .body {
  color: #333333;
}
.section-block.dark-content .scroller-block .slide .image .line {
  background: #922c3e;
}
.section-block.dark-content .scroller-block .slide .image .line::after {
  background: #922c3e;
}
.section-block.dark-content .scroller-block .navigation path {
  fill: #707070;
}
.section-block.dark-content .scroller-block .navigation .ring .dot {
  background-color: #707070;
}
.section-block.dark-content .scroller-block .navigation .ring.selected {
  border-color: #922c3e;
}
.section-block.dark-content .scroller-block .navigation .ring.selected .dot {
  background-color: #922c3e !important;
  opacity: 1;
}
.section-block.light-content .scroller-block .slide .heading {
  color: white;
}
.section-block.light-content .scroller-block .slide .body {
  color: white;
}
.section-block.light-content .scroller-block .slide .image .line {
  background: #f8c2cc;
}
.section-block.light-content .scroller-block .slide .image .line::after {
  background: #f8c2cc;
}
.section-block.light-content .scroller-block .navigation path {
  fill: white;
}
.section-block.light-content .scroller-block .navigation .ring.selected {
  border-color: #f8c2cc;
}
.section-block.light-content .scroller-block .navigation .ring.selected .dot {
  background-color: #f8c2cc !important;
  opacity: 1;
}
.section-block.light-content .scroller-block .navigation .ring .dot {
  background-color: #f8c2cc;
}
.section-block {
  box-sizing: border-box;
  position: relative;
  font-family: "Inter";
}
.section-block .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.section-block .background .bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 720px;
}
.section-block .container {
  box-sizing: content-box;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1140px;
  padding: 0 30px;
  margin: 0 auto;
}
.section-block .container.horizontal-alignment-left {
  justify-content: left;
}
@media (max-width: 1200px) {
  .section-block .container.horizontal-alignment-left {
    justify-content: center;
  }
}
.section-block .container.horizontal-alignment-center {
  justify-content: center;
}
.section-block .container.horizontal-alignment-right {
  justify-content: right;
}
@media (max-width: 1200px) {
  .section-block .container.horizontal-alignment-right {
    justify-content: center;
  }
}
.section-block .container.vertical-alignment-top {
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .section-block .container.vertical-alignment-top {
    align-items: center;
  }
}
.section-block .container.vertical-alignment-center {
  align-items: center;
}
.section-block .container.vertical-alignment-bottom {
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .section-block .container.vertical-alignment-bottom {
    align-items: center;
  }
}
.section-block .container .media {
  flex-grow: 1;
  position: relative;
  display: flex;
}
.section-block .container .media.horizontal-alignment-left {
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .section-block .container .media.horizontal-alignment-left {
    justify-content: center;
  }
}
.section-block .container .media.horizontal-alignment-center {
  justify-content: center;
}
.section-block .container .media.horizontal-alignment-right {
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .section-block .container .media.horizontal-alignment-right {
    justify-content: center;
  }
}
@media (min-width: 1201px) {
  .section-block .container .media {
    margin: 0 !important;
  }
}
.section-block .container .media .image-wrapper img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.section-block .container .media .image-wrapper img.drop-shadow {
  box-shadow: 0 2px 13px 0 rgba(153, 178, 199, 0.54);
}
.section-block .container .media .image-wrapper img.desktop {
  display: block;
}
@media (max-width: 1200px) {
  .section-block .container .media .image-wrapper img.desktop {
    display: none;
  }
}
.section-block .container .media .image-wrapper img.mobile {
  max-width: 570px;
  display: none;
}
@media (max-width: 1200px) {
  .section-block .container .media .image-wrapper img.mobile {
    display: block;
  }
}
.section-block .container .media .image-wrapper .social {
  display: flex;
  justify-content: flex-end;
  visibility: hidden;
  margin: 12px 0 0 0;
}
.section-block .container .media .image-wrapper .social a {
  margin: 0 12px 0 0;
}
.section-block .container .media .image-wrapper .social a:last-child {
  margin: 0;
}
.section-block .container .media .image-wrapper .social a svg {
  width: 36px;
  height: 36px;
}
.section-block .container .media .image-wrapper .social a svg path {
  fill: #333333;
  transition: fill 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.section-block .container .media .image-wrapper .social a:hover svg path {
  fill: #e27566;
}
.section-block .container .media .video {
  width: 100%;
}
.section-block .container .media .video .responsive-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0;
  padding: 0 0 56.25% 0;
  border: 1px solid white;
  margin: 0 auto;
  box-shadow: 0 22px 14px 0 rgba(0, 0, 0, 0.06);
}
.section-block .container .media .video .responsive-wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-block .container .media .video .responsive-wrapper .play {
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 72px);
  left: calc(50% - 72px);
  width: 144px;
  height: 144px;
  border: 6px solid white;
  border-radius: 72px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
@media (max-width: 720px) {
  .section-block .container .media .video .responsive-wrapper .play {
    transform: scale(0.6);
  }
}
.section-block .container .media .video .responsive-wrapper .play.hidden {
  opacity: 0;
  pointer-events: none;
}
.section-block .container .media .video .responsive-wrapper .play:hover {
  transform: scale(1.1);
}
.section-block .container .media .video .responsive-wrapper .play .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}
.section-block .container .media .video .responsive-wrapper .play::after {
  content: "";
  position: absolute;
  top: 36px;
  left: 48px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 48px;
  border-color: transparent transparent transparent white;
}
.section-block .container > .content {
  width: 100%;
  position: relative;
}
@media (min-width: 1201px) {
  .section-block .container > .content {
    padding-bottom: 0 !important;
  }
}
.section-block .container > .content h1, .section-block .container > .content h2, .section-block .container > .content h3, .section-block .container > .content h4, .section-block .container > .content h5, .section-block .container > .content h6 {
  position: relative;
  z-index: 1;
  font-family: "Source Serif Pro";
  line-height: 34px;
  font-size: 30px;
  font-weight: 400;
  margin: 48px 0 18px 0;
}
.section-block .container > .content h1.has-x-small-font-size, .section-block .container > .content h2.has-x-small-font-size, .section-block .container > .content h3.has-x-small-font-size, .section-block .container > .content h4.has-x-small-font-size, .section-block .container > .content h5.has-x-small-font-size, .section-block .container > .content h6.has-x-small-font-size {
  font-family: "Source Serif Pro";
  line-height: 26px;
  font-size: 18px;
  letter-spacing: -0.5px;
}
.section-block .container > .content h1.has-small-font-size, .section-block .container > .content h2.has-small-font-size, .section-block .container > .content h3.has-small-font-size, .section-block .container > .content h4.has-small-font-size, .section-block .container > .content h5.has-small-font-size, .section-block .container > .content h6.has-small-font-size {
  font-family: "Source Serif Pro";
  line-height: 30px;
  font-size: 24px;
  letter-spacing: -0.5px;
}
.section-block .container > .content h1.has-medium-font-size, .section-block .container > .content h2.has-medium-font-size, .section-block .container > .content h3.has-medium-font-size, .section-block .container > .content h4.has-medium-font-size, .section-block .container > .content h5.has-medium-font-size, .section-block .container > .content h6.has-medium-font-size {
  font-family: "Source Serif Pro";
  line-height: 34px;
  font-size: 30px;
  letter-spacing: -0.5px;
}
.section-block .container > .content h1.has-large-font-size, .section-block .container > .content h2.has-large-font-size, .section-block .container > .content h3.has-large-font-size, .section-block .container > .content h4.has-large-font-size, .section-block .container > .content h5.has-large-font-size, .section-block .container > .content h6.has-large-font-size {
  font-family: "Source Serif Pro";
  line-height: 56px;
  font-size: 48px;
  letter-spacing: -1px;
}
.section-block .container > .content h1.has-larger-font-size, .section-block .container > .content h2.has-larger-font-size, .section-block .container > .content h3.has-larger-font-size, .section-block .container > .content h4.has-larger-font-size, .section-block .container > .content h5.has-larger-font-size, .section-block .container > .content h6.has-larger-font-size {
  font-family: "Source Serif Pro";
  line-height: 64px;
  font-size: 56px;
  letter-spacing: -0.02em;
}
.section-block .container > .content h1.has-x-large-font-size, .section-block .container > .content h2.has-x-large-font-size, .section-block .container > .content h3.has-x-large-font-size, .section-block .container > .content h4.has-x-large-font-size, .section-block .container > .content h5.has-x-large-font-size, .section-block .container > .content h6.has-x-large-font-size {
  font-family: "Source Serif Pro";
  line-height: 72px;
  font-size: 64px;
  letter-spacing: -0.6px;
}
.section-block .container > .content h1:first-child, .section-block .container > .content h2:first-child, .section-block .container > .content h3:first-child, .section-block .container > .content h4:first-child, .section-block .container > .content h5:first-child, .section-block .container > .content h6:first-child {
  margin-top: 0;
}
.section-block .container > .content h1:last-child, .section-block .container > .content h2:last-child, .section-block .container > .content h3:last-child, .section-block .container > .content h4:last-child, .section-block .container > .content h5:last-child, .section-block .container > .content h6:last-child {
  margin-bottom: 0;
}
.section-block .container > .content h1.coach, .section-block .container > .content h2.coach, .section-block .container > .content h3.coach, .section-block .container > .content h4.coach, .section-block .container > .content h5.coach, .section-block .container > .content h6.coach {
  background: linear-gradient(to right, #00aa6f, #3e8fee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-block .container > .content p, .section-block .container > .content ul, .section-block .container > .content ol {
  position: relative;
  z-index: 1;
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 18px 0;
}
.section-block .container > .content p.has-small-font-size, .section-block .container > .content ul.has-small-font-size, .section-block .container > .content ol.has-small-font-size {
  line-height: 18px;
  font-size: 12px;
}
.section-block .container > .content p.has-medium-font-size, .section-block .container > .content ul.has-medium-font-size, .section-block .container > .content ol.has-medium-font-size {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 18px 0;
}
@media (max-width: 1200px) {
  .section-block .container > .content p.has-medium-font-size, .section-block .container > .content ul.has-medium-font-size, .section-block .container > .content ol.has-medium-font-size {
    text-align: inherit;
  }
}
.section-block .container > .content p.has-large-font-size, .section-block .container > .content ul.has-large-font-size, .section-block .container > .content ol.has-large-font-size {
  line-height: 36px;
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 24px 0;
}
.section-block .container > .content p:last-child, .section-block .container > .content ul:last-child, .section-block .container > .content ol:last-child {
  margin-bottom: 0;
}
.section-block .container > .content ul {
  list-style: none;
  text-align: left !important;
  padding: 0 0 0 21px;
}
.section-block .container > .content ul li {
  position: relative;
}
.section-block .container > .content ul li::before {
  position: absolute;
  top: -1.5px;
  left: -21px;
  font-size: 1.2em;
  content: "•";
}
.section-block .container > .content ol {
  list-style: none;
  text-align: left !important;
  padding: 0 0 0 30px;
  counter-reset: section;
}
.section-block .container > .content ol li {
  position: relative;
  counter-increment: section;
}
.section-block .container > .content ol li::before {
  position: absolute;
  left: -30px;
  content: counter(section) ".";
}
@media (max-width: 1200px) {
  .section-block .container > .content .mobile-center {
    text-align: center;
  }
}
.section-block.floating {
  max-width: 1140px;
  border-radius: 10px;
  padding: 0 30px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .section-block.floating {
    padding: 0;
    margin: 0 30px;
  }
}
.section-block.layout-left .container {
  flex-direction: row;
}
@media (max-width: 1200px) {
  .section-block.layout-left .container {
    flex-direction: column-reverse;
  }
}
.section-block.layout-right .container {
  flex-direction: row-reverse;
}
@media (max-width: 1200px) {
  .section-block.layout-right .container {
    flex-direction: column-reverse;
  }
}
.section-block.dark-content .container .content h1, .section-block.dark-content .container .content h2, .section-block.dark-content .container .content h3, .section-block.dark-content .container .content h4, .section-block.dark-content .container .content h5, .section-block.dark-content .container .content h6 {
  color: #333333;
}
.section-block.dark-content .container .content h1 a, .section-block.dark-content .container .content h2 a, .section-block.dark-content .container .content h3 a, .section-block.dark-content .container .content h4 a, .section-block.dark-content .container .content h5 a, .section-block.dark-content .container .content h6 a {
  color: #333333;
}
.section-block.dark-content .container .content p, .section-block.dark-content .container .content ul, .section-block.dark-content .container .content ol {
  color: #333333;
}
.section-block.dark-content .container .content p a, .section-block.dark-content .container .content ul a, .section-block.dark-content .container .content ol a {
  color: inherit;
}
.section-block.dark-content .container .content p li:before, .section-block.dark-content .container .content ul li:before, .section-block.dark-content .container .content ol li:before {
  color: #922c3e;
}
.section-block.light-content .container .content h1, .section-block.light-content .container .content h2, .section-block.light-content .container .content h3, .section-block.light-content .container .content h4, .section-block.light-content .container .content h5, .section-block.light-content .container .content h6, .section-block.light-content .container .content p, .section-block.light-content .container .content ul, .section-block.light-content .container .content a {
  color: white;
}
.section-block.light-content .container .content h1 li:before, .section-block.light-content .container .content h2 li:before, .section-block.light-content .container .content h3 li:before, .section-block.light-content .container .content h4 li:before, .section-block.light-content .container .content h5 li:before, .section-block.light-content .container .content h6 li:before, .section-block.light-content .container .content p li:before, .section-block.light-content .container .content ul li:before, .section-block.light-content .container .content a li:before {
  color: white;
}
.section-block.has-subtitle {
  padding: 0;
}
.section-block.has-subtitle h1 {
  margin: 0 0 6px 0 !important;
}
.section-block.has-subtitle h1 + h2 {
  color: #34373a;
  margin: 0 0 24px 0 !important;
  opacity: 0.7;
}
.store-buttons-block .buttons {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .store-buttons-block .buttons {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .store-buttons-block .buttons {
    flex-direction: column;
  }
}
.store-buttons-block .buttons a {
  width: 180px;
  height: 54px;
}
.store-buttons-block .buttons a:first-child {
  margin: 0 9px 0 0;
}
@media (max-width: 600px) {
  .store-buttons-block .buttons a:first-child {
    margin: 0 0 9px 0;
  }
}
.store-buttons-block .buttons a img {
  width: 180px;
  height: 54px;
}
.store-buttons-block .login {
  line-height: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin: 18px 0 0 0;
}
@media (max-width: 1200px) {
  .store-buttons-block .login {
    text-align: center;
  }
}
.store-buttons-block .login a {
  color: #046461;
  text-decoration: none;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.store-buttons-block .login a:hover {
  color: #e27566;
}
.team-block .team {
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto -24px auto;
}
.team-block .team a {
  display: flex;
  flex-direction: column;
  width: 267px;
  text-decoration: none;
  margin: 0 24px 48px 0;
  visibility: hidden;
}
.team-block .team a .name {
  position: relative;
  display: flex;
  font-family: "Source Serif Pro";
  line-height: 30px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  padding: 0 0 2px;
  margin: 12px 0 2px 0;
}
.team-block .team a .name .line {
  width: 0;
  height: 2px;
  background: #333333;
  margin: 2px 0 0 0;
  transition: width 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.team-block .team a .name .spacer {
  flex-grow: 1;
}
.team-block .team a .subheading {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.team-block .team a[href]:hover .line {
  width: 100%;
}
@media (min-width: 1200px) {
  .team-block .team a.team-member:nth-child(4n+4) {
    margin: 0 0 24px 0;
  }
}
@media (min-width: 909px) and (max-width: 1199px) {
  .team-block .team {
    max-width: 849px;
  }
  .team-block .team a.team-member:nth-child(3n+3) {
    margin: 0 0 24px 0;
  }
}
@media (min-width: 618px) and (max-width: 908px) {
  .team-block .team {
    max-width: 558px;
  }
  .team-block .team a.team-member:nth-child(2n+2) {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 617px) {
  .team-block .team {
    max-width: 267px;
  }
  .team-block .team a.team-member {
    margin: 0 0 24px 0;
  }
}
.section-block .container > .content ul.checklist-list {
  color: #434c59;
  font-size: 18px;
  font-family: inter, sans-serif;
  letter-spacing: -0.15px;
  line-height: 24px;
  list-style: none;
  margin: 56px 0;
  padding: 0;
}
.section-block .container > .content ul.checklist-list li {
  margin: 24px 0;
  padding: 0 0 0 37px;
  position: relative;
}
.section-block .container > .content ul.checklist-list li::before {
  background-image: url("../../images/check-icon.svg");
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.testimonials {
  padding-left: 73px;
  padding-right: 73px;
  max-width: 1056px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}
.testimonials .slick-arrow {
  background: url("../../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: block;
  width: 29px;
  height: 61px;
}
.testimonials .slick-prev {
  left: 0;
}
.testimonials .slick-next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.testimonial-block {
  align-items: center;
  color: #693c01;
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1200px) {
  .testimonial-block {
    grid-template-columns: 228px 1fr;
  }
}
.testimonial-block img {
  aspect-ratio: 1;
  border-radius: 100%;
  object-fit: cover;
  overflow: hidden;
  height: auto;
  max-width: 100%;
}
.testimonial-block__byline {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 24px;
  margin-top: 30px;
}
.testimonial-block__byline::before {
  content: "—";
}
.testimonial-block__testimonial {
  font-family: "Source Serif Pro";
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .testimonial-block__testimonial {
    font-size: 30px;
    line-height: 34px;
  }
}
.testimonial-block__image {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 0 10px;
  position: relative;
  width: 126px;
  /*&::before {
      background-image: url("../../images/quote.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 84px;
      height: 84px;
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      content: "";
    }*/
}
@media (min-width: 768px) {
  .testimonial-block__image {
    width: auto;
  }
}
.jasper-hero {
  align-items: center;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .jasper-hero {
    background-position: center;
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.jasper-hero__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 100%;
}
@media (min-width: 768px) {
  .jasper-hero__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.jasper-hero__content {
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 43px 20px 116px 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .jasper-hero__content {
    border-radius: 20px;
    max-width: 610px;
    padding: 50px;
  }
}
.jasper-hero__headline {
  font-family: "Source Serif Pro";
  font-size: 39px;
  font-weight: 400;
  letter-spacing: -1.28px;
  line-height: 44px;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .jasper-hero__headline {
    font-size: 56px;
    line-height: 64px;
    margin: 0 -20px 15px 0;
  }
}
.jasper-hero__text {
  font-size: 17px;
  letter-spacing: -0.15px;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  .jasper-hero__text {
    font-size: 24px;
  }
}
.jasper-hero__button {
  background-color: #046461;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 28px;
  text-decoration: none !important;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .jasper-hero__button {
    font-size: 19px;
    padding: 13px 52px;
  }
}
.jasper-hero__button:hover {
  background-color: #922c3e;
  color: #fff;
}
.section-block .support-options {
  padding-bottom: 60px;
  padding-top: 34px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .section-block .support-options {
    padding-bottom: 96px;
    padding-top: 105px;
  }
}
.section-block .support-options h2.support-options__headline {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 36px;
  margin-bottom: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-block .support-options h2.support-options__headline {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 45px;
  }
}
.section-block .support-options__options {
  align-items: stretch;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .section-block .support-options__options {
    grid-template-columns: 1fr 1fr;
  }
}
.section-block .support-options__options li {
  align-items: center;
  background-color: #E9F8F7;
  border: 1px solid #E9F8F7;
  border-radius: 10px;
  color: #046461;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 15px;
  line-height: 22px;
  letter-spacing: -0.15px;
  padding: 16px 20px;
}
@media (min-width: 768px) {
  .section-block .support-options__options li {
    font-size: 20px;
    gap: 35px;
    line-height: 28px;
    padding: 19px 35px;
  }
}
.section-block .support-options__options li::before {
  content: none !important;
}
.section-block .support-options__options li:hover, .section-block .support-options__options li.is-active {
  border-color: #046461;
}
.section-block .support-options__options li img {
  height: 60px;
  width: 60px;
}
@media (min-width: 768px) {
  .section-block .support-options__options li img {
    height: 72px;
    width: 72px;
  }
}
.section-block .support-options__button {
  background-color: #046461;
  border-radius: 16px;
  color: #fff;
  display: block;
  font-size: 19px;
  font-weight: 600;
  line-height: 26.507px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  padding: 13px 52px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .section-block .support-options__button {
    max-width: 286px;
  }
}
.section-block .support-options__button:hover {
  background-color: #922c3e;
  color: #fff;
}
.circle-gradient {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.circle-gradient.top-left {
  top: 0;
  left: 0;
}
.circle-gradient.top-right {
  top: 0;
  left: 100%;
}
.circle-gradient.bottom-right {
  top: 100%;
  left: 100%;
}
.circle-gradient.bottom-left {
  top: 100%;
  left: 0;
}
.circle-gradient.center {
  top: 50%;
  left: 50%;
}
.circle-gradient + h2 {
  margin-top: 0 !important;
}
.circle-gradient-container {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
footer {
  position: relative;
  background: #eef5fc;
  overflow: hidden;
}
footer .gradient {
  position: absolute;
}
footer .gradient.top-left {
  top: -600px;
  left: -600px;
  width: 1200px;
  height: 1200px;
  background: radial-gradient(closest-side, rgba(248, 194, 204, 0.6), transparent);
}
footer .gradient.bottom-right {
  right: -600px;
  bottom: -600px;
  width: 1200px;
  height: 1200px;
  background: radial-gradient(closest-side, rgba(168, 213, 241, 0.5), transparent);
}
footer .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  padding: 84px 30px 0 30px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  footer .container {
    flex-direction: column;
    text-align: center;
  }
}
footer .container .column {
  display: flex;
  flex-direction: column;
  margin: 0 0 48px 0;
}
@media (max-width: 1200px) {
  footer .container .column {
    align-items: center;
  }
}
footer .container .column.download {
  align-items: center;
}
footer .container .column.download a.store-button:last-child {
  margin: 9px 0 0 0;
}
footer .container .column.download a.store-button img {
  display: block;
  width: 180px;
  height: 54px;
}
footer .container .column.menu {
  margin: 0 0 24px 0;
}
footer .container .column.menu > ul {
  list-style: none;
  line-height: 26px;
  font-size: 15px;
  color: #333333;
  padding: 0;
  margin: 0;
}
footer .container .column.menu > ul > li {
  padding: 0;
  margin: 24px 0 0 0;
}
footer .container .column.menu > ul > li:first-child {
  margin: 0;
}
footer .container .column.menu > ul > li:not(.menu-item-has-children) + li:not(.menu-item-has-children) {
  margin: 0;
}
footer .container .column.menu > ul > li a {
  font-weight: 700;
  color: #333333;
  text-decoration: none;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
footer .container .column.menu > ul > li a[href]:hover {
  color: #922c3e;
}
footer .container .column.menu > ul > li a:not([href]) {
  cursor: default;
}
footer .container .column.menu > ul > li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .container .column.menu > ul > li ul a {
  font-weight: 400;
}
@media (max-width: 1200px) {
  footer .container .column.connect {
    margin: 48px 0 0 0;
  }
}
footer .container .column.connect .heading {
  font-family: "Source Serif Pro";
  line-height: 24px;
  font-size: 18px;
  color: #333333;
  margin: 0 0 12px 0;
}
footer .container .column.connect .social {
  display: flex;
}
footer .container .column.connect .social a {
  margin: 0 12px 0 0;
}
footer .container .column.connect .social a:last-child {
  margin: 0;
}
footer .container .column.connect .social a svg {
  width: 42px;
  height: 42px;
}
footer .container .column.connect .social a svg path {
  fill: #48546b;
  transition: fill 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
footer .container .column.connect .social a:hover svg path {
  fill: #922c3e;
}
footer .container .column.connect .signup {
  font-family: "Source Serif Pro";
  line-height: 24px;
  font-size: 18px;
  color: #333333;
  margin: 36px 0 0 0;
}
footer .container .column.connect .signup form {
  position: relative;
  max-width: 360px;
  margin: 9px 0 0 0;
}
footer .container .column.connect .signup form input {
  box-sizing: border-box;
  height: 60px;
  width: 100%;
  font-size: 16px;
  color: #333333;
  background: white;
  padding: 0 24px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-shadow: 0 12px 14px 0 #eeeeee;
}
footer .container .column.connect .signup form button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 58px;
  height: 58px;
  background: transparent;
  border: none;
  cursor: pointer;
}
footer .container .column.connect .signup form button svg {
  width: 11px;
  height: 20px;
}
footer .container.accreditation {
  padding: 120px 30px 24px 30px;
}
@media (max-width: 1200px) {
  footer .container.accreditation img {
    margin: 0 auto;
  }
}
footer .container.legal {
  line-height: 14px;
  font-size: 14px;
  color: #333333;
  opacity: 0.8;
  padding: 0 30px 24px 30px;
}
@media (max-width: 1200px) {
  footer .container.legal {
    flex-direction: column-reverse;
  }
}
footer .container.legal ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
footer .container.legal ul li {
  margin: 0 0 0 18px;
}
@media (max-width: 1200px) {
  footer .container.legal ul li {
    margin: 0 9px 18px 9px;
  }
}
footer .container.legal ul li a {
  color: #333333;
  text-decoration: none;
}
footer .container.legal ul li a:hover {
  text-decoration: underline;
}
header {
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
}
header .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  box-shadow: 0 8px 34px 0 rgba(0, 0, 0, 0.09);
  opacity: 0;
}
header .background.visible {
  opacity: 1 !important;
}
@media (max-width: 1200px) {
  header .background {
    transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
  }
}
header a.notice {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  font-size: 16px;
  font-weight: 300;
  color: white;
  text-decoration: none;
  background: #046461;
}
@media (max-width: 1200px) {
  header a.notice {
    display: none;
  }
}
header a.notice svg {
  width: 10px;
  height: auto;
}
header .container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 96px;
  max-width: 1140px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  header .container {
    padding: 0 0 0 30px;
  }
}
header .container a.logo {
  width: 103px;
  height: 34px;
}
header .container a.logo svg {
  width: 103px;
  height: 34px;
  fill: #922c3e;
}
header .container nav.desktop {
  height: 100%;
}
@media (max-width: 1200px) {
  header .container nav.desktop {
    display: none;
  }
}
header .container nav.desktop ul.menu {
  display: flex;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
header .container nav.desktop ul.menu a {
  position: relative;
  line-height: 24px;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}
header .container nav.desktop ul.menu > li {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 24px;
}
header .container nav.desktop ul.menu > li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 0;
  background-color: #922c3e;
  opacity: 0;
  transition: height 500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
header .container nav.desktop ul.menu > li.active::before, header .container nav.desktop ul.menu > li.current-menu-item::before, header .container nav.desktop ul.menu > li.current-menu-parent::before {
  height: 4px;
  opacity: 1;
}
header .container nav.desktop ul.menu > li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 120px);
  width: 240px;
  height: 13px;
}
header .container nav.desktop ul.menu > li a {
  font-weight: 600;
}
header .container nav.desktop ul.menu > li a:not([href]) {
  cursor: default;
}
header .container nav.desktop ul.menu > li a:focus, header .container nav.desktop ul.menu > li a:focus-visible {
  outline: 1px solid #005fcc;
}
header .container nav.desktop ul.menu > li ul.sub-menu {
  box-sizing: border-box;
  position: absolute;
  top: calc(100% + 13px);
  left: calc(50% - 120px);
  width: 240px;
  list-style: none;
  padding: 12px 18px;
  margin: 0;
  opacity: 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-6px);
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}
header .container nav.desktop ul.menu > li ul.sub-menu.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
header .container nav.desktop ul.menu > li ul.sub-menu li {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 12px 0;
}
header .container nav.desktop ul.menu > li ul.sub-menu li a {
  font-weight: 600;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
header .container nav.desktop ul.menu > li ul.sub-menu li a:hover {
  color: #922c3e;
}
header .container .actions {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .container .actions a.search {
  display: none;
  margin: 1px 18px 0 0;
}
@media (max-width: 600px) {
  header .container .actions a.search {
    display: none;
  }
}
header .container .actions a.search img {
  display: block;
  width: 26px;
  height: 26px;
}
header .container .actions a.button {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 0 30px;
  border: 2px solid #046461;
  border-radius: 12px;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1), background-color 500ms cubic-bezier(0.19, 1, 0.22, 1), border-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
header .container .actions a.button.login {
  color: #046461;
}
header .container .actions a.button.signup {
  color: white;
  background-color: #046461;
  margin: 0 0 0 12px;
}
@media (max-width: 1200px) {
  header .container .actions a.button.signup {
    display: none;
  }
}
header .container .actions a.button:hover {
  color: white;
  background-color: #922c3e;
  border-color: #922c3e;
}
header .container .mobile-menu-toggle {
  width: 24px;
  height: 17px;
  padding: 30px;
  cursor: pointer;
  display: none;
}
@media (max-width: 1200px) {
  header .container .mobile-menu-toggle {
    display: block;
  }
}
header .container .mobile-menu-toggle .bar {
  height: 3px;
  background: #922c3e;
}
header .container .mobile-menu-toggle .bar.top {
  position: relative;
  top: 0;
  transition: top 250ms linear 250ms, transform 250ms linear;
}
header .container .mobile-menu-toggle .bar.top.close {
  top: 7px;
  transform: rotate(-45deg);
  transition: top 250ms linear, transform 250ms linear 250ms;
}
header .container .mobile-menu-toggle .bar.middle {
  margin: 4px 0;
  transition: opacity 250ms linear;
}
header .container .mobile-menu-toggle .bar.middle.close {
  opacity: 0;
  transition: opacity 250ms linear;
}
header .container .mobile-menu-toggle .bar.bottom {
  position: relative;
  top: 0;
  transition: top 250ms linear 250ms, transform 250ms linear;
}
header .container .mobile-menu-toggle .bar.bottom.close {
  top: -7px;
  transform: rotate(45deg);
  transition: top 250ms linear, transform 250ms linear 250ms;
}
nav.mobile {
  position: fixed;
  z-index: 2;
  top: 97px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 30px 0 30px;
  overflow-y: scroll;
  background: white;
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  pointer-events: none;
}
nav.mobile.visible {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 1201px) {
  nav.mobile.visible {
    display: none;
  }
}
nav.mobile ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.mobile ul.menu a {
  position: relative;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
  padding: 0 0 6px 0;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
nav.mobile ul.menu a:hover {
  color: #922c3e;
}
nav.mobile ul.menu > li {
  margin: 0 0 30px 0;
  align-items: center;
}
nav.mobile ul.menu > li > a {
  display: block;
  font-weight: 600;
  border-bottom: 1px solid #922c3e;
}
nav.mobile ul.menu > li ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 18px 0 0 0;
}
nav.mobile ul.menu > li ul.sub-menu li {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 0 6px 0;
}
nav.mobile ul.menu > li ul.sub-menu li a {
  font-weight: 600;
}
.header--has-custom-menu .container nav.desktop {
  flex-grow: 1;
  margin-right: 24px;
}
.header--has-custom-menu .container nav.desktop ul.menu {
  justify-content: flex-end;
}
#content.team .container {
  max-width: 1140px;
  padding: 84px 30px 0 30px;
  margin: 0 auto;
}
#content.team .container h1 {
  font-family: "Source Serif Pro";
  line-height: 58px;
  font-size: 54px;
  margin: 0 0 18px 0;
}
@media (max-width: 720px) {
  #content.team .container h1 {
    line-height: 50px;
    font-size: 48px !important;
  }
}
#content.team .section.banner {
  padding: 60px 0;
}
#content.team .section.banner .background {
  background-color: #046461;
}
#content.team .section.banner .container .content {
  max-width: 1140px;
}
#content.team .section.banner .container .content .banner .text {
  max-width: 600px;
}
#content.team .section.banner .container .content .banner a {
  color: #046461;
}
