@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&amp;display=swap");
html {
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: auto;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, figure, ol, ul, dl, dt, dd {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

strong {
  font-weight: 600;
}

main {
  display: block;
}

*:focus {
  outline: none;
}

*::-moz-focus-inner {
  border: 0;
}

input, select {
  box-sizing: border-box;
}

select {
  outline: none;
}
select:focus::-ms-value {
  background: transparent;
  color: inherit;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  text-transform: none;
}

iframe {
  margin: 0;
  padding: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(var(--color-status-default), 1) inset !important;
}

input:-webkit-autofill:first-line {
  color: var(--color-text-primary);
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit browsers */
  font-weight: 400;
  color: var(--color-text-help);
}

input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-weight: 400;
  opacity: 1;
  color: var(--color-text-help);
}

input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-weight: 400;
  opacity: 1;
  color: var(--color-text-help);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-weight: 400;
  color: var(--color-text-help);
}

/* star trek */
input::-moz-placeholder, textarea::-moz-placeholder {
  font-weight: 400;
  color: var(--color-text-help);
}
input::placeholder, textarea::placeholder {
  font-weight: 400;
  color: var(--color-text-help);
}

svg {
  min-width: 1em;
  min-height: 1em;
}

/* uses variables from ../10-settings/variables */
html {
  font-size: 16px;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "Outfit", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  background-color: #fff;
  overflow-x: hidden;
}
body.has-menu {
  overflow: hidden;
}
@media only screen and (min-width: 75em) {
  body.has-menu {
    padding-right: 8px;
  }
}
body.has-modal {
  overflow: hidden;
}
body.has-modal::-webkit-scrollbar-thumb {
  background-color: #fff;
}
@media only screen and (min-width: 75em) {
  body.has-modal {
    padding-right: 8px;
  }
}

select {
  font-size: inherit;
}

.grid-x, .grid-y {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
}

.grid-x {
  flex-direction: row;
}
@media only screen and (max-width: 29.999em) {
  .grid-x.grid-margin-x {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 30em) {
  .grid-x.grid-margin-x {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.grid-x.grid-padding-x {
  margin-left: 0;
  margin-right: 0;
}

.grid-y {
  flex-direction: column;
}
@media only screen and (max-width: 29.999em) {
  .grid-y.grid-margin-y {
    margin: -10px;
  }
}
@media only screen and (min-width: 30em) {
  .grid-y.grid-margin-y {
    margin: -20px;
  }
}
.grid-y.grid-padding-y {
  margin: 0;
}

.grid-x.grid-x-reverse {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 29.999em) {
  .grid-margin-x > .cell, .grid-padding-x > .cell, .grid-margin-y > .cell, .grid-padding-y > .cell {
    padding: 10px;
  }
}
@media only screen and (min-width: 30em) {
  .grid-margin-x > .cell, .grid-padding-x > .cell, .grid-margin-y > .cell, .grid-padding-y > .cell {
    padding: 20px;
  }
}
.cell.cell-reverse {
  flex-direction: column-reverse;
}

.xsmall-12, .xsmall-11, .xsmall-10, .xsmall-9, .xsmall-8, .xsmall-7, .xsmall-6, .xsmall-5, .xsmall-4, .xsmall-3, .xsmall-2, .xsmall-1, .xsmall-offset-12, .xsmall-offset-11, .xsmall-offset-10, .xsmall-offset-9, .xsmall-offset-8, .xsmall-offset-7, .xsmall-offset-6, .xsmall-offset-5, .xsmall-offset-4, .xsmall-offset-3, .xsmall-offset-2, .xsmall-offset-1, .xsmall-offset-0, .xsmall {
  box-sizing: border-box;
  flex: 0 0 auto;
}

.xsmall {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.xsmall-auto {
  width: auto;
}

.xsmall-offset-0 {
  margin-left: 0%;
}

.xsmall-offset-1 {
  margin-left: 8.3333333333%;
}

.xsmall-offset-2 {
  margin-left: 16.6666666667%;
}

.xsmall-offset-3 {
  margin-left: 25%;
}

.xsmall-offset-4 {
  margin-left: 33.3333333333%;
}

.xsmall-offset-5 {
  margin-left: 41.6666666667%;
}

.xsmall-offset-6 {
  margin-left: 50%;
}

.xsmall-offset-7 {
  margin-left: 58.3333333333%;
}

.xsmall-offset-8 {
  margin-left: 66.6666666667%;
}

.xsmall-offset-9 {
  margin-left: 75%;
}

.xsmall-offset-10 {
  margin-left: 83.3333333333%;
}

.xsmall-offset-11 {
  margin-left: 91.6666666667%;
}

.xsmall-offset-12 {
  margin-left: 100%;
}

.xsmall-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.xsmall-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.xsmall-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.xsmall-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.xsmall-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.xsmall-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.xsmall-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.xsmall-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.xsmall-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.xsmall-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.xsmall-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.xsmall-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.xsmall-right {
  text-align: right;
}

.xsmall-left {
  text-align: left;
}

.xsmall-start {
  justify-content: flex-start;
  text-align: start;
}

.xsmall-center {
  justify-content: center;
  text-align: center;
}

.xsmall-end {
  justify-content: flex-end;
  text-align: end;
}

.xsmall-top {
  align-items: flex-start;
}

.xsmall-middle {
  align-items: center;
}

.xsmall-bottom {
  align-items: flex-end;
}

.xsmall-around {
  justify-content: space-around;
}

.xsmall-between {
  justify-content: space-between;
}

.xsmall-first {
  order: -1;
}

.xsmall-last {
  order: 1;
}

.xsmall-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (min-width: 30rem) {
  .small-12, .small-11, .small-10, .small-9, .small-8, .small-7, .small-6, .small-5, .small-4, .small-3, .small-2, .small-1, .small-offset-12, .small-offset-11, .small-offset-10, .small-offset-9, .small-offset-8, .small-offset-7, .small-offset-6, .small-offset-5, .small-offset-4, .small-offset-3, .small-offset-2, .small-offset-1, .small-offset-0, .small {
    box-sizing: border-box;
    flex: 0 0 auto;
  }
  .small {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .small-auto {
    width: auto;
  }
  .small-offset-0 {
    margin-left: 0%;
  }
  .small-offset-1 {
    margin-left: 8.3333333333%;
  }
  .small-offset-2 {
    margin-left: 16.6666666667%;
  }
  .small-offset-3 {
    margin-left: 25%;
  }
  .small-offset-4 {
    margin-left: 33.3333333333%;
  }
  .small-offset-5 {
    margin-left: 41.6666666667%;
  }
  .small-offset-6 {
    margin-left: 50%;
  }
  .small-offset-7 {
    margin-left: 58.3333333333%;
  }
  .small-offset-8 {
    margin-left: 66.6666666667%;
  }
  .small-offset-9 {
    margin-left: 75%;
  }
  .small-offset-10 {
    margin-left: 83.3333333333%;
  }
  .small-offset-11 {
    margin-left: 91.6666666667%;
  }
  .small-offset-12 {
    margin-left: 100%;
  }
  .small-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .small-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .small-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .small-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .small-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .small-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .small-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .small-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .small-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .small-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .small-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .small-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .small-right {
    text-align: right;
  }
  .small-left {
    text-align: left;
  }
  .small-start {
    justify-content: flex-start;
    text-align: start;
  }
  .small-center {
    justify-content: center;
    text-align: center;
  }
  .small-end {
    justify-content: flex-end;
    text-align: end;
  }
  .small-top {
    align-items: flex-start;
  }
  .small-middle {
    align-items: center;
  }
  .small-bottom {
    align-items: flex-end;
  }
  .small-around {
    justify-content: space-around;
  }
  .small-between {
    justify-content: space-between;
  }
  .small-first {
    order: -1;
  }
  .small-last {
    order: 1;
  }
  .small-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 45rem) {
  .medium-12, .medium-11, .medium-10, .medium-9, .medium-8, .medium-7, .medium-6, .medium-5, .medium-4, .medium-3, .medium-2, .medium-1, .medium-offset-12, .medium-offset-11, .medium-offset-10, .medium-offset-9, .medium-offset-8, .medium-offset-7, .medium-offset-6, .medium-offset-5, .medium-offset-4, .medium-offset-3, .medium-offset-2, .medium-offset-1, .medium-offset-0, .medium {
    box-sizing: border-box;
    flex: 0 0 auto;
  }
  .medium {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .medium-auto {
    width: auto;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-offset-12 {
    margin-left: 100%;
  }
  .medium-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .medium-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .medium-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .medium-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .medium-right {
    text-align: right;
  }
  .medium-left {
    text-align: left;
  }
  .medium-start {
    justify-content: flex-start;
    text-align: start;
  }
  .medium-center {
    justify-content: center;
    text-align: center;
  }
  .medium-end {
    justify-content: flex-end;
    text-align: end;
  }
  .medium-top {
    align-items: flex-start;
  }
  .medium-middle {
    align-items: center;
  }
  .medium-bottom {
    align-items: flex-end;
  }
  .medium-around {
    justify-content: space-around;
  }
  .medium-between {
    justify-content: space-between;
  }
  .medium-first {
    order: -1;
  }
  .medium-last {
    order: 1;
  }
  .medium-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 60rem) {
  .large-12, .large-11, .large-10, .large-9, .large-8, .large-7, .large-6, .large-5, .large-4, .large-3, .large-2, .large-1, .large-offset-12, .large-offset-11, .large-offset-10, .large-offset-9, .large-offset-8, .large-offset-7, .large-offset-6, .large-offset-5, .large-offset-4, .large-offset-3, .large-offset-2, .large-offset-1, .large-offset-0, .large {
    box-sizing: border-box;
    flex: 0 0 auto;
  }
  .large {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .large-auto {
    width: auto;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-offset-12 {
    margin-left: 100%;
  }
  .large-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .large-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .large-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .large-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .large-right {
    text-align: right;
  }
  .large-left {
    text-align: left;
  }
  .large-start {
    justify-content: flex-start;
    text-align: start;
  }
  .large-center {
    justify-content: center;
    text-align: center;
  }
  .large-end {
    justify-content: flex-end;
    text-align: end;
  }
  .large-top {
    align-items: flex-start;
  }
  .large-middle {
    align-items: center;
  }
  .large-bottom {
    align-items: flex-end;
  }
  .large-around {
    justify-content: space-around;
  }
  .large-between {
    justify-content: space-between;
  }
  .large-first {
    order: -1;
  }
  .large-last {
    order: 1;
  }
  .large-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 75rem) {
  .xlarge-12, .xlarge-11, .xlarge-10, .xlarge-9, .xlarge-8, .xlarge-7, .xlarge-6, .xlarge-5, .xlarge-4, .xlarge-3, .xlarge-2, .xlarge-1, .xlarge-offset-12, .xlarge-offset-11, .xlarge-offset-10, .xlarge-offset-9, .xlarge-offset-8, .xlarge-offset-7, .xlarge-offset-6, .xlarge-offset-5, .xlarge-offset-4, .xlarge-offset-3, .xlarge-offset-2, .xlarge-offset-1, .xlarge-offset-0, .xlarge {
    box-sizing: border-box;
    flex: 0 0 auto;
  }
  .xlarge {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .xlarge-auto {
    width: auto;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-offset-12 {
    margin-left: 100%;
  }
  .xlarge-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xlarge-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .xlarge-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xlarge-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .xlarge-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xlarge-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xlarge-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .xlarge-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xlarge-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xlarge-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .xlarge-right {
    text-align: right;
  }
  .xlarge-left {
    text-align: left;
  }
  .xlarge-start {
    justify-content: flex-start;
    text-align: start;
  }
  .xlarge-center {
    justify-content: center;
    text-align: center;
  }
  .xlarge-end {
    justify-content: flex-end;
    text-align: end;
  }
  .xlarge-top {
    align-items: flex-start;
  }
  .xlarge-middle {
    align-items: center;
  }
  .xlarge-bottom {
    align-items: flex-end;
  }
  .xlarge-around {
    justify-content: space-around;
  }
  .xlarge-between {
    justify-content: space-between;
  }
  .xlarge-first {
    order: -1;
  }
  .xlarge-last {
    order: 1;
  }
  .xlarge-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
/* start vars: o-article */
/* end vars */
@media only screen and (max-width: 59.999em) {
  .article__category {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 60em) {
  .article__category {
    margin-bottom: 20px;
  }
}

.article__cat {
  display: inline-flex;
  color: #fff;
  font-weight: 500;
  background-color: #0EAD98;
  border-radius: 3px;
  margin-right: 10px;
}
@media only screen and (max-width: 44.999em) {
  .article__cat {
    font-size: 0.7em;
    line-height: 16px;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media only screen and (min-width: 45em) {
  .article__cat {
    font-size: 0.75em;
    line-height: 20px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.article__cat:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 59.999em) {
  .article__graph {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 60em) {
  .article__graph {
    margin-bottom: 20px;
  }
}

.article__thumb {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 7px;
}

@media only screen and (max-width: 59.999em) {
  .article__title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 60em) {
  .article__title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 59.999em) {
  .article__data {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 60em) {
  .article__data {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 59.999em) {
  .article__body {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 60em) {
  .article__body {
    padding-bottom: 40px;
  }
}
.article__body p {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.article__body p:last-child {
  margin-bottom: 0;
}
.article__body ul {
  margin-left: 1.1em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.article__body li {
  margin-bottom: 20px;
}
.article__body li:last-child {
  margin-bottom: 0;
}
.article__body h1 {
  font-size: 1.7em;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 20px;
}
.article__body h2 {
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 20px;
}
.article__body h3 {
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 20px;
}
.article__body figure {
  margin-bottom: 20px;
}

/* start vars: o-button */
/* end vars */
.pricing__help-action, .o-button--accentborder, .o-button--accent, .o-button--borderinverse, .o-button--border, .o-button--simple, .o-button--alt, .o-button, .pricecard__action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: all 150ms linear;
  box-sizing: border-box;
}
@media only screen and (max-width: 44.999em) {
  .pricing__help-action, .o-button--accentborder, .o-button--accent, .o-button--borderinverse, .o-button--border, .o-button--simple, .o-button--alt, .o-button, .pricecard__action {
    min-height: 52px;
    padding: 0 20px;
    border-radius: 26px;
  }
}
@media only screen and (min-width: 45em) {
  .pricing__help-action, .o-button--accentborder, .o-button--accent, .o-button--borderinverse, .o-button--border, .o-button--simple, .o-button--alt, .o-button, .pricecard__action {
    min-height: 64px;
    padding: 0 30px;
    border-radius: 32px;
  }
}
.pricing__help-action:hover .button__icon, .o-button--accentborder:hover .button__icon, .o-button--accent:hover .button__icon, .o-button--borderinverse:hover .button__icon, .o-button--border:hover .button__icon, .o-button--simple:hover .button__icon, .o-button--alt:hover .button__icon, .o-button:hover .button__icon, .pricecard__action:hover .button__icon {
  fill: #0bc2aa;
}

.o-button, .pricecard__action {
  color: #fff;
  background-color: #0EAD98;
  border: 1px solid transparent;
}
.o-button:hover, .pricecard__action:hover {
  color: #fff;
  background-color: #0bc2aa;
}

.o-button--alt {
  color: #fff;
  background-color: #1D1D1D;
  border: 1px solid transparent;
}
.o-button--alt:hover {
  color: #fff;
  background-color: #0bc2aa;
}

.o-button--simple {
  color: #000;
  background-color: transparent;
  border: 1px solid transparent;
}
@media only screen and (max-width: 44.999em) {
  .o-button--simple {
    padding: 0;
  }
}
@media only screen and (min-width: 45em) {
  .o-button--simple {
    padding: 0;
  }
}
.o-button--simple:hover {
  color: #0bc2aa;
  background-color: transparent;
}

.o-button--border {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}
.o-button--border:hover {
  color: #0bc2aa;
  border-color: #0bc2aa;
}

.o-button--borderinverse {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.o-button--borderinverse:hover {
  color: #0EAD98;
  background-color: #fff;
}

.o-button--accent {
  color: #fff;
  background-color: #fca62b;
  border: 1px solid transparent;
}
.o-button--accent:hover {
  color: #fff;
  background-color: #0bc2aa;
}

.o-button--accentborder {
  color: #fca62b;
  background-color: transparent;
  border: solid #fca62b;
}
@media only screen and (max-width: 44.999em) {
  .o-button--accentborder {
    border-width: 1px;
  }
}
@media only screen and (min-width: 45em) {
  .o-button--accentborder {
    border-width: 2px;
  }
}
.o-button--accentborder:hover {
  color: #0bc2aa;
  border-color: #0bc2aa;
}

.button__name {
  flex: 1;
}

.button__graph {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 44.999em) {
  .button__graph {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 45em) {
  .button__graph {
    margin-right: 20px;
  }
}

.button__icon {
  width: 100%;
  height: 100%;
  fill: #000;
  transition: all 200ms linear;
}

/* start vars: o-casecard */
/* end vars */
.o-casecard {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.casecard__graph {
  display: block;
}
@media only screen and (max-width: 59.999em) {
  .casecard__graph {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 60em) {
  .casecard__graph {
    margin-bottom: 20px;
  }
}
.casecard__graph .casecard__thumb {
  width: 100%;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media only screen and (max-width: 44.999em) {
  .casecard__desc {
    padding: 10px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 45em) {
  .casecard__desc {
    padding: 20px;
    padding-top: 0;
  }
}

.casecard__title {
  display: block;
  font-weight: 500;
}
@media only screen and (max-width: 44.999em) {
  .casecard__title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 45em) {
  .casecard__title {
    margin-bottom: 20px;
  }
}

.casecard__info {
  display: block;
  line-height: 1.5;
}
@media only screen and (max-width: 44.999em) {
  .casecard__info {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 45em) {
  .casecard__info {
    margin-bottom: 20px;
  }
}

.casecard__link {
  position: relative;
  display: inline-flex;
  padding-right: 16px;
  color: #0EAD98;
  transition: all 150ms linear;
}
.casecard__link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-0, -50%);
  right: 0;
  margin-top: -2px;
  width: 6px;
  height: 6px;
  border: solid #0EAD98;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  transition: all 150ms linear;
}
.casecard__link:hover {
  color: #0bc2aa;
}
.casecard__link:hover:after {
  border-color: #0bc2aa;
}

/* uses variables from ../10-settings/variables */
/*
 * style checkboxes by adding element & hiding actual checkbox
 * usage: when <input type="checkbox"> exists, wrap in a <span class="c-checkbox"> (or div) and 
 * add <label class="checkbox__object" for="checkbox_id">
 */
/* start vars: c-checkbox */
/* end vars */
.o-checkbox {
  position: relative;
  display: inline-block;
}
.o-checkbox input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.o-checkbox input[type=checkbox]:checked + .checkbox__name:before {
  background-color: #0EAD98;
}
.o-checkbox input[type=checkbox]:checked + .checkbox__name:after {
  border-color: #fff;
  opacity: 1;
}
.o-checkbox input[type=checkbox]:checked + .checkbox__name:hover:before {
  border-color: #0bc2aa;
}
.o-checkbox input[type=checkbox]:checked + .checkbox__name:hover:after {
  border-color: #0bc2aa;
}
.o-checkbox input[type=checkbox]:disabled + .checkbox__name {
  color: #9C9C9C;
  pointer-events: none;
}
.o-checkbox input[type=checkbox]:disabled + .checkbox__name:before {
  background-color: #ccc;
  border-color: #ccc;
}
.o-checkbox input[type=checkbox]:disabled + .checkbox__name:after {
  border-color: #9C9C9C;
}
.o-checkbox input[type=checkbox]:disabled:not(:checked) + .checkbox__name:before {
  background-color: transparent;
}
.o-checkbox .checkbox__name {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding-left: 30px;
  cursor: pointer;
}
.o-checkbox .checkbox__name:before, .o-checkbox .checkbox__name:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-0, -50%);
  left: 0;
  transition: all 100ms linear;
}
.o-checkbox .checkbox__name:before {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border: 2px solid;
  border-radius: 2px;
  border-color: #0EAD98;
  box-sizing: border-box;
}
.o-checkbox .checkbox__name:after {
  width: 8px;
  height: 5px;
  margin-top: -4px;
  margin-left: 6px;
  border: 2px solid;
  border-top: none;
  border-right: none;
  border-color: #0EAD98;
  background-color: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.o-checkbox .checkbox__name:hover:before {
  border-color: #0bc2aa;
}
.o-checkbox .checkbox__name a {
  color: #0EAD98;
}
.o-checkbox .checkbox__name a:hover {
  color: #0bc2aa;
}

/* start vars: o-container */
/* end vars */
.o-container, .hero__container {
  position: relative;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 44.999em) {
  .o-container, .hero__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .o-container, .hero__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .o-container, .hero__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* start vars: o-crumbs */
/* end vars */
.o-crumbs {
  list-style: none;
  margin: 0;
  font-size: 0;
}

.crumbs__item {
  position: relative;
  display: inline-block;
  margin-right: 11px;
}
@media only screen and (max-width: 59.999em) {
  .crumbs__item {
    font-size: 0.75rem;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 60em) {
  .crumbs__item {
    font-size: 0.85rem;
    line-height: 1.2;
  }
}
.crumbs__item:after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 8px;
  width: 5px;
  height: 5px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  transition: all 150ms linear;
}
.crumbs__item:last-child {
  margin-right: 0;
}
.crumbs__item:last-child:after {
  display: none;
}

.crumbs__link {
  color: #0EAD98;
}
.crumbs__link:hover {
  color: #0bc2aa;
}

.main__single h1 {
  font-weight: 500;
  margin-bottom: 20px;
}
.main__single h2 {
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 59.999em) {
  .main__single h2 {
    font-size: 1.3em;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 60em) {
  .main__single h2 {
    font-size: 1.5em;
    line-height: 1.5;
  }
}
.main__single p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.main__single p:last-child {
  margin-bottom: 0;
}
.main__single strong {
  font-weight: 700;
}
.main__single a {
  text-decoration: underline;
  transition: all 150ms linear;
}
.main__single a:hover {
  color: #0bc2aa;
}
.main__single ul, .main__single ol {
  line-height: 1.5;
  margin-bottom: 20px;
  margin-left: 1.1em;
}

/* start vars: o-input */
/* end vars */
.o-input {
  position: relative;
  background-color: transparent;
  box-sizing: border-box;
  text-align: left;
}
.o-input.has-error .input__elem {
  color: #e84b3a;
  border-color: #e84b3a;
}
.input__elem {
  padding: 0 20px;
  color: #000;
  line-height: 58px;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #EBEBEB;
  transition: all 100ms linear;
}
.input__elem:hover {
  border-color: #0bc2aa;
}
.input__elem::-moz-placeholder {
  font-size: 0.9em;
  font-weight: 400;
  font-style: normal;
  color: #9C9C9C;
}
.input__elem::placeholder {
  font-size: 0.9em;
  font-weight: 400;
  font-style: normal;
  color: #9C9C9C;
}
.input__elem:focus {
  border-color: #0EAD98;
}
.input__elem:focus + .input__label {
  color: #0EAD98;
}

input.input__elem:-moz-read-only {
  pointer-events: none;
  border-color: #ccc;
}

input.input__elem:read-only {
  pointer-events: none;
  border-color: #ccc;
}

select.input__elem {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='10'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
  background-position: top 55% right 20px;
  max-width: 100%;
  font-size: 0.9em;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  padding: 0 20px;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  cursor: pointer;
  min-height: 58px;
}
select.input__elem:hover {
  border-color: #0bc2aa;
}
select.input__elem option {
  font-size: 0.9em;
  font-weight: 500;
  font-style: normal;
  color: #000;
}

textarea.input__elem {
  display: block;
  resize: none;
}

.input__label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
}

/* start vars: o-member */
/* end vars */
.o-member {
  position: relative;
  text-align: center;
}

.member__avatar {
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 300px;
  aspect-ratio: 1;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border: solid #6A5D5D;
  overflow: hidden;
}
@media only screen and (max-width: 44.999em) {
  .member__avatar {
    margin-bottom: 10px;
    border-width: 2px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .member__avatar {
    margin-bottom: 20px;
    border-width: 3px;
  }
}
@media only screen and (min-width: 60em) {
  .member__avatar {
    margin-bottom: 20px;
    border-width: 4px;
  }
}
.member__avatar--peter {
  background-color: #A4BC9C;
  border-color: #82A278;
}
.member__avatar--carrie {
  background-color: #BC9C9C;
  border-color: #A96A6A;
}
.member__avatar--victor {
  background-color: #9CBCB4;
  border-color: #66A797;
}

.member__thumb {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.member__name {
  font-weight: 500;
  margin-bottom: 10px;
}
.member__job {
  font-weight: 300;
}

/* start vars: o-metas */
/* end vars */
.o-metas {
  list-style: none;
  margin: 0;
  font-size: 0;
}

.metas__item {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  margin: 0 8px 8px 0;
  vertical-align: middle;
}
.metas__item:after {
  position: relative;
  content: "|";
  padding-left: 8px;
}
@media only screen and (max-width: 59.999em) {
  .metas__item:after {
    font-size: 0.75em;
  }
}
@media only screen and (min-width: 60em) {
  .metas__item:after {
    font-size: 0.85em;
  }
}
.metas__item:last-child {
  margin-right: 0;
}
.metas__item:last-child:after {
  display: none;
}

.metas__graph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 44.999em) {
  .metas__graph {
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
  }
}
@media only screen and (min-width: 45em) {
  .metas__graph {
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
  }
}

.metas__res {
  font-weight: 300;
  line-height: 1;
}
@media only screen and (max-width: 59.999em) {
  .metas__res {
    font-size: 0.75em;
  }
}
@media only screen and (min-width: 60em) {
  .metas__res {
    font-size: 0.85em;
  }
}

/* start vars: o-modal */
/* end vars */
.modal__chk {
  position: absolute;
  top: -9999px;
  left: -9999px;
  display: none;
}
.modal__chk:checked + .o-modal .modal__open {
  z-index: 999;
  bottom: 0;
  left: 0;
  opacity: 1;
  pointer-events: all;
  min-height: 100%;
}
.modal__chk:checked + .o-modal .modal__content {
  transform: scale(1);
}

.modal__open {
  position: fixed;
  z-index: -999;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 150ms linear;
}
.modal__open .modal__content {
  transform: scale(0);
}

.modal__content {
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
  transition: all 150ms linear;
  background-color: #fff;
  border-radius: 12px;
}
@media only screen and (max-width: 44.999em) {
  .modal__content {
    margin: 20px;
  }
}
@media only screen and (min-width: 45em) {
  .modal__content {
    margin: 40px;
  }
}
.modal__content--video {
  max-width: 100%;
}

.modal__rootclose {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: 20px;
  cursor: pointer;
  overflow: hidden;
}
.modal__close:before, .modal__close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 8px;
  width: 20px;
  height: 3px;
  background-color: #000;
  transition: all 150ms linear;
}
.modal__close:before {
  transform: rotate(-45deg);
}
.modal__close:after {
  transform: rotate(45deg);
}
@media only screen and (max-width: 44.999em) {
  .modal__close {
    top: 10px;
    right: 10px;
  }
}
@media only screen and (min-width: 45em) {
  .modal__close {
    top: 20px;
    right: 20px;
  }
}
.modal__close:hover:before, .modal__close:hover:after {
  background-color: #0bc2aa;
}

@media only screen and (max-width: 44.999em) {
  .modal__body {
    padding: 40px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .modal__body {
    padding: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .modal__body {
    padding: 80px;
  }
}

/* start vars: o-morelink */
/* end vars */
.o-morelink, .moretext__toggle {
  text-decoration: underline;
  line-height: 1.25;
  color: #06113C;
  transition: all 150ms linear;
  cursor: pointer;
}
.o-morelink:hover, .moretext__toggle:hover {
  color: #0bc2aa;
}

/* start vars: o-moretext */
/* end vars */
.o-moretext {
  position: relative;
}

.moretext__chk {
  position: absolute;
  top: -9999px;
  left: -9999px;
  display: none;
}
.moretext__chk:not(checked) + .moretext__container .moretext__content {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}
.moretext__chk:not(checked) + .moretext__container .moretext__toggle:before {
  content: attr(data-more);
}
@media only screen and (max-width: 59.999em) {
  .moretext__chk:checked + .moretext__container {
    margin-top: -10px;
  }
}
@media only screen and (min-width: 60em) {
  .moretext__chk:checked + .moretext__container {
    margin-top: -10px;
  }
}
.moretext__chk:checked + .moretext__container .moretext__content {
  max-height: -moz-fit-content;
  max-height: fit-content;
  opacity: 1;
  pointer-events: all;
}
@media only screen and (max-width: 59.999em) {
  .moretext__chk:checked + .moretext__container .moretext__toggle {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 60em) {
  .moretext__chk:checked + .moretext__container .moretext__toggle {
    margin-top: 20px;
  }
}
.moretext__chk:checked + .moretext__container .moretext__toggle:before {
  content: attr(data-less);
}

.moretext__container .o-subtitle {
  margin-bottom: 0;
}

.moretext__content {
  font-weight: 300;
  overflow: hidden;
  transition: all 150ms linear;
}

.moretext__toggle {
  display: inline-block;
}

/* start vars: o-offer */
/* end vars */
.o-offer {
  border-top: 1px solid #e3e3e3;
}
@media only screen and (max-width: 44.999em) {
  .o-offer {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .o-offer {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .o-offer {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .o-offer {
    padding-top: 60px;
  }
}

.offer__container {
  display: flex;
  width: 100%;
  max-width: 1096px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 59.999em) {
  .offer__container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 60em) {
  .offer__container {
    flex-direction: row;
    align-items: center;
  }
}

@media only screen and (max-width: 44.999em) {
  .offer__text {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .offer__text {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 60em) {
  .offer__text {
    flex: 1;
  }
}

.offer__title {
  font-weight: 500;
}
@media only screen and (max-width: 44.999em) {
  .offer__title {
    font-size: 1.7em;
    line-height: 1.25;
    text-align: center;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .offer__title {
    font-size: 2em;
    line-height: 1.25;
    text-align: center;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .offer__title {
    font-size: 2.2em;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 75em) {
  .offer__title {
    font-size: 2.5em;
    line-height: 1.25;
  }
}

.offer__desc {
  font-weight: 300;
}
@media only screen and (max-width: 44.999em) {
  .offer__desc {
    font-size: 1.1em;
    line-height: 1.3;
    text-align: center;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .offer__desc {
    font-size: 1.2em;
    line-height: 1.3;
    text-align: center;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .offer__desc {
    font-size: 1.3em;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 75em) {
  .offer__desc {
    font-size: 1.5em;
    line-height: 1.25;
  }
}
.offer__desc strong {
  font-weight: 700;
}

.offer__action {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.offer__action .o-button, .offer__action .o-button--border {
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 59.999em) {
  .offer__action {
    justify-content: center;
  }
  .offer__action .o-button, .offer__action .o-button--border {
    max-width: 240px;
  }
}
@media only screen and (min-width: 60em) {
  .offer__action {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
  }
}

/* start vars: o-post */
/* end vars */
.o-post {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 44.999em) {
  .post__category, .post__title, .post__graph {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 45em) {
  .post__category, .post__title, .post__graph {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 44.999em) {
  .post__data {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 45em) {
  .post__data {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 44.999em) {
  .post__excerpt {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 45em) {
  .post__excerpt {
    margin-bottom: 16px;
  }
}

.post__cat {
  display: inline-flex;
  color: #fff;
  font-weight: 500;
  background-color: #0EAD98;
  border-radius: 3px;
  margin-right: 10px;
}
@media only screen and (max-width: 44.999em) {
  .post__cat {
    font-size: 0.7em;
    line-height: 16px;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media only screen and (min-width: 45em) {
  .post__cat {
    font-size: 0.75em;
    line-height: 20px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.post__cat:last-child {
  margin-right: 0;
}

.post__title {
  font-weight: 600;
  transition: all 150ms linear;
}
.post__title:hover {
  color: #0bc2aa;
}

.post__graph {
  border-radius: 7px;
  overflow: hidden;
}

.post__thumb {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.post__data {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

@media only screen and (max-width: 59.999em) {
  .post__excerpt {
    line-height: 1.4;
  }
}
@media only screen and (min-width: 60em) {
  .post__excerpt {
    line-height: 1.5;
  }
}

.post__more {
  position: relative;
  display: inline-flex;
  padding-right: 16px;
  color: #0EAD98;
  transition: all 150ms linear;
}
.post__more:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-0, -50%);
  right: 0;
  margin-top: -2px;
  width: 6px;
  height: 6px;
  border: solid #0EAD98;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  transition: all 150ms linear;
}
.post__more:hover {
  color: #0bc2aa;
}
.post__more:hover:after {
  border-color: #0bc2aa;
}

/* start vars: o-pricecard */
/* end vars */
.o-pricecard {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid;
  border-top-width: 12px;
  border-radius: 12px;
  text-align: center;
  color: #575757;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 74.999em) {
  .o-pricecard {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 75em) {
  .o-pricecard {
    padding: 20px 20px;
  }
}
.pricecard__title {
  color: #222;
  font-weight: 600;
}
@media only screen and (max-width: 44.999em) {
  .pricecard__title {
    font-size: 1.4em;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .pricecard__title {
    font-size: 1.7em;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 75em) {
  .pricecard__title {
    font-size: 2em;
    line-height: 1.25;
  }
}

.pricecard__subtitle {
  font-weight: 300;
}
@media only screen and (max-width: 44.999em) {
  .pricecard__subtitle {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .pricecard__subtitle {
    font-size: 1.15em;
    line-height: 1.3;
    margin-bottom: 20px;
    min-height: 2.6em;
  }
}
@media only screen and (min-width: 75em) {
  .pricecard__subtitle {
    font-size: 1.25em;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}

.pricecard__value {
  color: #222;
  font-weight: 700;
}
@media only screen and (max-width: 44.999em) {
  .pricecard__value {
    font-size: 1.7em;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .pricecard__value {
    font-size: 2em;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 75em) {
  .pricecard__value {
    font-size: 2.5em;
    line-height: 1.25;
  }
}

.pricecard__add {
  font-weight: 400;
}
@media only screen and (max-width: 44.999em) {
  .pricecard__add {
    font-size: 0.8em;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .pricecard__add {
    font-size: 0.9em;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 75em) {
  .pricecard__add {
    font-size: 1em;
    line-height: 1.25;
  }
}

.pricecard__period {
  font-weight: 300;
}
@media only screen and (max-width: 44.999em) {
  .pricecard__period {
    font-size: 0.7em;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .pricecard__period {
    font-size: 0.8em;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 75em) {
  .pricecard__period {
    font-size: 0.9em;
    line-height: 1.25;
    margin-top: 10px;
  }
}

.pricecard__action {
  text-transform: none;
  font-weight: 700;
  border-color: currentColor;
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 44.999em) {
  .pricecard__action {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .pricecard__action {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 75em) {
  .pricecard__action {
    margin-top: 40px;
  }
}

.pricecard__info {
  text-align: left;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid;
}
@media only screen and (max-width: 74.999em) {
  .pricecard__info {
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 75em) {
  .pricecard__info {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 40px;
  }
}

.pricecard__list {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.pricecard__include {
  position: relative;
  padding-left: 25px;
}
.pricecard__include:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(-0, -50%);
  left: 0;
  margin-top: -3px;
  width: 10px;
  height: 4px;
  border: solid #575757;
  border-width: 0 0 1px 1px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 44.999em) {
  .pricecard__include {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .pricecard__include {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 75em) {
  .pricecard__include {
    font-size: 1.25em;
    line-height: 1.25;
    margin-bottom: 15px;
  }
}
.pricecard__include:last-child {
  margin-bottom: 0;
}
.pricecard__include strong {
  font-weight: 700;
}

/* start vars: o-reveal */
/* end vars */
.o-reveal {
  position: relative;
  opacity: 0;
  transition: 500ms all ease-in-out;
  transition-delay: var(--reveal-delay);
  pointer-events: none;
}
.o-reveal[data-reveal=top] {
  transform: translateY(-200px);
}
.o-reveal[data-reveal=bottom] {
  transform: translateY(200px);
}
.o-reveal[data-reveal=left] {
  transform: translateX(-200px);
}
.o-reveal[data-reveal=right] {
  transform: translateX(200px);
}
.o-reveal.is-on {
  transform: translate(0);
  opacity: 1;
  pointer-events: all;
}

/* start vars: o-scrollbar */
/* end vars */
.o-scrollbar::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.o-scrollbar::-webkit-scrollbar-thumb {
  background-color: #0EAD98;
  height: 8px;
}
.o-scrollbar::-webkit-scrollbar-thumb:vertical {
  height: 8px;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #0EAD98 #fff;
}

/* start vars: o-search */
/* end vars */
.o-search {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.o-search:hover {
  border-color: #0bc2aa;
}
.o-search:hover .search__icon svg {
  fill: #0bc2aa;
}

.search__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.search__icon svg {
  fill: #9C9C9C;
}

.search__input {
  flex: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  line-height: 40px;
}
.search__input:not(:-moz-placeholder-shown) + .search__clear {
  opacity: 1;
  pointer-events: all;
}
.search__input:not(:placeholder-shown) + .search__clear {
  opacity: 1;
  pointer-events: all;
}

.search__clear {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  background-color: transparent;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 150ms linear;
}
.search__clear svg {
  fill: #000;
}
.search__clear:hover svg {
  fill: #0bc2aa;
}

/* start vars: o-share */
/* end vars */
.o-share {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.share__title {
  font-weight: 600;
}
@media only screen and (max-width: 44.999em) {
  .share__title {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 45em) {
  .share__title {
    margin-right: 40px;
  }
}

.share__no {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  color: #9C9C9C;
}
@media only screen and (max-width: 44.999em) {
  .share__no {
    margin-right: 20px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 45em) {
  .share__no {
    margin-right: 40px;
    font-size: 1.15em;
    line-height: 1.1;
  }
}
.share__no strong {
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1.25;
  color: #000;
}

.share__list {
  list-style: none;
  margin: 0;
  font-size: 0;
}

.share__item {
  font-size: 1rem;
  display: inline-block;
  margin-right: 10px;
}
.share__item:last-child {
  margin-right: 0;
}

.share__link {
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 48px;
  border-radius: 6px;
  color: #fff;
  background-color: #000;
  transition: all 150ms linear;
}
@media only screen and (max-width: 59.999em) {
  .share__link {
    font-size: 1.1em;
    line-height: 1;
  }
}
@media only screen and (min-width: 60em) {
  .share__link {
    font-size: 1.25em;
    line-height: 1;
  }
}
.share__link svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  margin-right: 10px;
  transition: all 150ms linear;
}
.share__link:hover {
  background-color: #0bc2aa;
}
.share__link--facebook {
  background-color: #3B5998;
}
.share__link--twitter {
  background-color: #14A4FD;
}
.share__link--linkedin {
  background-color: #007BB6;
}

/*
<div class="o-share">
    <h4 class="share__title">Share this article</h4>
    <span class="share__no"><strong>10K</strong> Shares</span>
    <ul class="share__list">
        <li class="share__item"><a href="#" class="share__link  share__facebook"><img src="img/icon-share-facebook.svg" class="o-svginject"> Share</a></li>
        <li class="share__item"><a href="#" class="share__link  share__twitter"><img src="img/icon-share-twitter.svg" class="o-svginject"> Share</a></li>
        <li class="share__item"><a href="#" class="share__link  share__linkedin"><img src="img/icon-share-linkedin.svg" class="o-svginject"> Share</a></li>
    </ul>
</div>
*/
/* Slider */
.slick-slider {
  position: relative;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  min-height: 1px;
  cursor: grab;
  display: none;
}
.slick-slide:only-child {
  cursor: default;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(-0, -50%);
  overflow: hidden;
  cursor: pointer;
  transition: all 150ms linear;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}

.slick-dots {
  list-style: none;
  margin: 0;
  text-align: center;
  line-height: 1;
  font-size: 0;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li.slick-active button {
  background-color: #0EAD98;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots button {
  display: inline-flex;
  border: 0;
  width: 14px;
  height: 14px;
  background-color: #6E6E6E;
  border-radius: 50%;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  transition: all 150ms linear;
}

/* start vars: o-svginject */
/* end vars */
.o-svginject {
  -o-object-fit: contain;
     object-fit: contain;
}

/* start vars: o-teambox */
/* end vars */
.o-teambox {
  position: relative;
  text-align: center;
}

.teambox__graph {
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 300px;
  aspect-ratio: 1;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media only screen and (max-width: 44.999em) {
  .teambox__graph {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .teambox__graph {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 60em) {
  .teambox__graph {
    margin-bottom: 20px;
  }
}

.teambox__thumb {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.teambox__title {
  font-weight: 500;
  margin-bottom: 10px;
}
.teambox__desc {
  font-weight: 300;
}
@media only screen and (min-width: 60em) {
  .teambox__desc {
    padding: 0 20px;
  }
}

/* start vars: o-testimony */
/* end vars */
.o-testimony {
  display: flex;
  flex-direction: column;
}
.o-testimony--inline {
  flex-direction: row;
  align-items: center;
}
.o-testimony--inline .testimony__who {
  margin-bottom: 0;
}
@media only screen and (max-width: 59.999em) {
  .o-testimony--inline .testimony__who {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 60em) {
  .o-testimony--inline .testimony__who {
    margin-right: 30px;
  }
}

.testimony__who {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 59.999em) {
  .testimony__who {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 60em) {
  .testimony__who {
    margin-bottom: 30px;
  }
}

.testimony__avatar {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 59.999em) {
  .testimony__avatar {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 60em) {
  .testimony__avatar {
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
    margin-right: 20px;
  }
}
.testimony__avatar .testimony__img {
  display: block;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.testimony__name {
  font-weight: 500;
  white-space: nowrap;
}
@media only screen and (max-width: 59.999em) {
  .testimony__name {
    font-size: 1.2em;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 60em) {
  .testimony__name {
    font-size: 1.5em;
    line-height: 1.2;
  }
}

.testimony__job {
  color: #737373;
  white-space: nowrap;
}
@media only screen and (max-width: 59.999em) {
  .testimony__job {
    font-size: 0.8em;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 60em) {
  .testimony__job {
    font-size: 1em;
    line-height: 1.6;
  }
}

.testimony__review .star1, .testimony__review .star2, .testimony__review .star3, .testimony__review .star4, .testimony__review .star5 {
  fill: #e3e3e3;
}
.testimony__review[data-stars="1"] .star1 {
  fill: #E77C40;
}
.testimony__review[data-stars="2"] .star1, .testimony__review[data-stars="2"] .star2 {
  fill: #E77C40;
}
.testimony__review[data-stars="3"] .star1, .testimony__review[data-stars="3"] .star2, .testimony__review[data-stars="3"] .star3 {
  fill: #E77C40;
}
.testimony__review[data-stars="4"] .star1, .testimony__review[data-stars="4"] .star2, .testimony__review[data-stars="4"] .star3, .testimony__review[data-stars="4"] .star4 {
  fill: #E77C40;
}
.testimony__review[data-stars="5"] .star1, .testimony__review[data-stars="5"] .star2, .testimony__review[data-stars="5"] .star3, .testimony__review[data-stars="5"] .star4, .testimony__review[data-stars="5"] .star5 {
  fill: #E77C40;
}

.testimony__stars {
  display: block;
}

.testimony__quote {
  color: #737373;
}
@media only screen and (max-width: 59.999em) {
  .testimony__quote {
    font-size: 1.1em;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 60em) {
  .testimony__quote {
    font-size: 1.25em;
    line-height: 1.25;
  }
}

/* start vars: titles */
/* end vars */
@media only screen and (max-width: 44.999em) {
  .o-sectiontitle {
    font-size: 2em;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .o-sectiontitle {
    font-size: 2.4em;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .o-sectiontitle {
    font-size: 3.2em;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 75em) {
  .o-sectiontitle {
    font-size: 4em;
    line-height: 1.25;
  }
}

.o-sectiontitle {
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 44.999em) {
  .o-title {
    font-size: 1.6em;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .o-title {
    font-size: 1.8em;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .o-title {
    font-size: 2em;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 75em) {
  .o-title {
    font-size: 3em;
    line-height: 1.25;
  }
}

.o-title {
  font-weight: 500;
}

@media only screen and (max-width: 44.999em) {
  .traits__keyitem, .traits__text-focustitle, .hero__contact-title, .o-subtitle, .casecard__title, .member__job, .moretext__content, .share__title, .teambox__desc {
    font-size: 1.2em;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .traits__keyitem, .traits__text-focustitle, .hero__contact-title, .o-subtitle, .casecard__title, .member__job, .moretext__content, .share__title, .teambox__desc {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 75em) {
  .traits__keyitem, .traits__text-focustitle, .hero__contact-title, .o-subtitle, .casecard__title, .member__job, .moretext__content, .share__title, .teambox__desc {
    font-size: 1.5em;
    line-height: 1.25;
  }
}

.o-subtitle {
  font-weight: 300;
}

@media only screen and (max-width: 44.999em) {
  .homefeat__res-title, .o-boxtitle {
    font-size: 1.2em;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .homefeat__res-title, .o-boxtitle {
    font-size: 1.4em;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .homefeat__res-title, .o-boxtitle {
    font-size: 1.6em;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 75em) {
  .homefeat__res-title, .o-boxtitle {
    font-size: 2em;
    line-height: 1.25;
  }
}

.o-boxtitle {
  font-weight: 400;
}

@media only screen and (max-width: 44.999em) {
  .hero__blog-title, .cases__title, .about__title, .o-blogtitle, .main__single h1, .member__name, .teambox__title {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .hero__blog-title, .cases__title, .about__title, .o-blogtitle, .main__single h1, .member__name, .teambox__title {
    font-size: 1.6em;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .hero__blog-title, .cases__title, .about__title, .o-blogtitle, .main__single h1, .member__name, .teambox__title {
    font-size: 1.8em;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 75em) {
  .hero__blog-title, .cases__title, .about__title, .o-blogtitle, .main__single h1, .member__name, .teambox__title {
    font-size: 2.25em;
    line-height: 1.25;
  }
}

.o-blogtitle {
  font-weight: 500;
}

@media only screen and (max-width: 44.999em) {
  .o-posttitle, .post__title {
    font-size: 1.2em;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .o-posttitle, .post__title {
    font-size: 1.35em;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 75em) {
  .o-posttitle, .post__title {
    font-size: 1.5em;
    line-height: 1.4;
  }
}

.o-posttitle {
  font-weight: 600;
}

/* start vars: o-videolink */
/* end vars */
.o-videolink {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}
@media only screen and (max-width: 44.999em) {
  .o-videolink {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .o-videolink {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 60em) {
  .o-videolink {
    line-height: 1.5;
  }
}
.o-videolink .videolink__icon {
  fill: #28AFA5;
  transition: all 150ms linear;
}
@media only screen and (max-width: 44.999em) {
  .o-videolink .videolink__icon {
    width: 25px;
    height: 26px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 45em) {
  .o-videolink .videolink__icon {
    width: 25px;
    height: 26px;
    margin-right: 10px;
  }
}
.o-videolink .videolink__name {
  transition: all 150ms linear;
}
.o-videolink .videolink__time {
  transition: all 150ms linear;
}
.o-videolink .videolink__time:before {
  content: " ";
  white-space: pre;
}
.o-videolink:hover {
  color: #0bc2aa;
}
.o-videolink:hover .videolink__icon {
  fill: #0bc2aa;
}

.m-about {
  position: relative;
}
@media only screen and (max-width: 44.999em) {
  .m-about .o-sectiontitle {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .m-about .o-sectiontitle {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 60em) {
  .m-about .o-sectiontitle {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 44.999em) {
  .about__text {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .about__text {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 60em) {
  .about__text {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 59.999em) {
  .about__text .o-subtitle p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 60em) {
  .about__text .o-subtitle p {
    margin-bottom: 40px;
  }
}
.about__text .o-subtitle p:last-child {
  margin-bottom: 0;
}

.about__title {
  font-weight: 500;
}
@media only screen and (max-width: 59.999em) {
  .about__title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 60em) {
  .about__title {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 44.999em) {
  .about__team {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .about__team {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 60em) {
  .about__team {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 44.999em) {
  .about__team-lead, .about__team-members {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .about__team-lead, .about__team-members {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 60em) {
  .about__team-lead, .about__team-members {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 74.999em) {
  .about__discover {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .about__discover {
    margin-top: 60px;
  }
}
.about__discover .offer__container {
  max-width: 100%;
}

.m-blog {
  position: relative;
}
@media only screen and (max-width: 74.999em) {
  .m-blog {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-blog .o-blogtitle {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 75em) {
  .m-blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .m-blog .o-blogtitle {
    margin-bottom: 20px;
  }
}

.blog__load {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 59.999em) {
  .blog__load {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 60em) {
  .blog__load {
    margin-top: 40px;
  }
}
.blog__load .o-button--border {
  min-width: 240px;
}

.blog__nores {
  padding-top: 20px;
}
.blog__nores p {
  font-weight: 700;
}
@media only screen and (max-width: 59.999em) {
  .blog__nores p {
    font-size: 1.2em;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .blog__nores p {
    font-size: 1.3em;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 75em) {
  .blog__nores p {
    font-size: 1.5em;
    line-height: 1.4;
  }
}
.blog__nores a {
  font-weight: 400;
  color: #0EAD98;
}
.blog__nores a:hover {
  color: #0bc2aa;
}
.blog__nores img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 59.999em) {
  .blog__nores img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 60em) {
  .blog__nores img {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 59.999em) {
  .blog__breadcrumbs {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 60em) {
  .blog__breadcrumbs {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 59.999em) {
  .blog__article {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 60em) {
  .blog__article {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 59.999em) {
  .blog__share {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 60em) {
  .blog__share {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 60em) {
  .blog__widgets {
    height: 100%;
    border-left: 1px solid #e3e3e3;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 59.999em) {
  .blog__search {
    margin-bottom: 20px;
  }
  .blog__search .o-search {
    max-width: 300px;
  }
}
@media only screen and (min-width: 60em) {
  .blog__search {
    margin-bottom: 40px;
    padding-top: 20px;
  }
}

.blog__menu-list {
  list-style: none;
  margin: 0;
}

.blog__menu-item {
  margin-bottom: 10px;
}
.blog__menu-item.is-current .blog__menu-link {
  color: #0EAD98;
}

.blog__menu-link {
  color: #000;
  transition: all 150ms linear;
}
.blog__menu-link:hover {
  color: #0bc2aa;
}

@media only screen and (max-width: 74.999em) {
  .blog__discover {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .blog__discover {
    margin-top: 60px;
  }
}
.blog__discover .offer__container {
  max-width: 100%;
}

.m-cases {
  position: relative;
  background-color: #E1F1EF;
}
@media only screen and (max-width: 44.999em) {
  .m-cases {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .m-cases .o-sectiontitle {
    margin-bottom: 10px;
  }
  .m-cases .o-subtitle {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .m-cases {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .m-cases .o-sectiontitle {
    margin-bottom: 10px;
  }
  .m-cases .o-subtitle {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 75em) {
  .m-cases {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .m-cases .o-sectiontitle {
    margin-bottom: 10px;
  }
  .m-cases .o-subtitle {
    margin-bottom: 120px;
  }
}
.m-cases .o-subtitle {
  text-align: center;
}

.cases__title {
  font-weight: 500;
}
@media only screen and (max-width: 74.999em) {
  .cases__title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 75em) {
  .cases__title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 59.999em) {
  .cases__list {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .cases__list {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .cases__list {
    margin-bottom: 60px;
  }
}

.cases__loadmore .o-button--border {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.m-faq {
  position: relative;
  background-color: #E1F1EF;
}
@media only screen and (max-width: 44.999em) {
  .m-faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .m-faq {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .m-faq {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.faq__container {
  text-align: left;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 44.999em) {
  .faq__container {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .faq__container {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 60em) {
  .faq__container {
    margin-top: 20px;
  }
}

.faq__chk {
  position: absolute;
  top: -9999px;
  left: -9999px;
  display: none;
}
@media only screen and (max-width: 44.999em) {
  .faq__chk:checked + .faq__item {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .faq__chk:checked + .faq__item {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 60em) {
  .faq__chk:checked + .faq__item {
    margin-left: -80px;
    margin-right: -80px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.faq__chk:checked + .faq__item .faq__toggle:after {
  content: "−";
}
.faq__chk:checked + .faq__item .faq__text {
  top: 0;
  opacity: 1;
  pointer-events: all;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding-bottom: 40px;
  border-color: var(--color-border-default);
}
.faq__chk:checked + .faq__item:last-child .faq__item {
  border-bottom-color: transparent;
}

.faq__text {
  position: relative;
  top: -20px;
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  display: flex;
  flex-direction: column;
  font-weight: 300;
  transition: all 150ms linear;
}
@media only screen and (max-width: 44.999em) {
  .faq__text {
    font-size: 1em;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .faq__text {
    font-size: 1.15em;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 75em) {
  .faq__text {
    font-size: 1.25em;
    line-height: 1.5;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 44.999em) {
  .faq__text p {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 45em) {
  .faq__text p {
    margin-bottom: 20px;
  }
}
.faq__text p:last-child {
  margin-bottom: 0;
}

.faq__toggle {
  position: relative;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  font-weight: 300;
}
.faq__toggle:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translate(-0, -50%);
  font-size: 2em;
  line-height: 1;
  transition: all 150ms linear;
}
@media only screen and (max-width: 74.999em) {
  .faq__toggle:after {
    right: 0;
  }
}
@media only screen and (min-width: 75em) {
  .faq__toggle:after {
    right: 40px;
  }
}
@media only screen and (max-width: 44.999em) {
  .faq__toggle {
    font-size: 1.2em;
    line-height: 1.3;
    padding: 20px 0;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .faq__toggle {
    font-size: 1.3em;
    line-height: 1.3;
    padding: 20px 40px 20px 0;
  }
}
@media only screen and (min-width: 75em) {
  .faq__toggle {
    font-size: 1.5em;
    line-height: 1.5;
    padding: 30px 40px;
  }
}

@media only screen and (max-width: 74.999em) {
  .faq__discover {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .faq__discover {
    margin-top: 60px;
  }
}
.faq__discover .offer__container {
  max-width: 100%;
}

.m-footer {
  position: sticky;
  top: 100vh;
  color: #fff;
  background-color: #212121;
}
@media only screen and (max-width: 44.999em) {
  .m-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .m-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 75em) {
  .m-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.footer__title {
  font-weight: 500;
}
@media only screen and (max-width: 44.999em) {
  .footer__title {
    font-size: 1.2em;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .footer__title {
    font-size: 1.3em;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 75em) {
  .footer__title {
    font-size: 1.5em;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}

.footer__list {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.footer__list--social {
  flex-direction: row;
}
.footer__list--social .footer__list-item {
  margin-bottom: 0;
}
@media only screen and (max-width: 59.999em) {
  .footer__list--social .footer__list-item {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 60em) {
  .footer__list--social .footer__list-item {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 59.999em) {
  .footer__list-item {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 60em) {
  .footer__list-item {
    margin-bottom: 20px;
  }
}
.footer__list-item:last-child {
  margin: 0;
}

.footer__link {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  font-weight: 300;
  transition: all 150ms linear;
}
@media only screen and (max-width: 44.999em) {
  .footer__link {
    font-size: 1em;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .footer__link {
    font-size: 1.15em;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 75em) {
  .footer__link {
    font-size: 1.25em;
    line-height: 1.25;
  }
}
.footer__link .footer__link-icon {
  margin-right: 10px;
  fill: #fff;
  width: 24px;
  height: 24px;
  transition: all 150ms linear;
}
.footer__link:hover {
  color: #0bc2aa;
}
.footer__link:hover .footer__link-icon {
  fill: #0bc2aa;
}
@media only screen and (max-width: 29.999em) {
  .footer__link span {
    width: calc(100% - 24px - 10px);
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .footer__link span {
    width: calc(100% - 24px - 10px);
  }
}
.footer__link u {
  text-decoration: none;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 29.999em) {
  .footer__link u {
    margin-left: calc(24px + 10px);
    margin-right: 0.2em;
  }
}
@media only screen and (min-width: 30em) and (max-width: 59.999em) {
  .footer__link u {
    margin-left: 0.2em;
    margin-right: 0.2em;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .footer__link u {
    margin-left: calc(24px + 10px);
    margin-right: 0.3em;
  }
}
@media only screen and (min-width: 75em) {
  .footer__link u {
    margin-left: 0.3em;
    margin-right: 0.3em;
  }
}

.footer__copy {
  font-weight: 300;
  line-height: 1.5;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 44.999em) {
  .footer__copy {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 45em) {
  .footer__copy {
    padding-top: 40px;
  }
}

.m-header {
  width: 100vw;
  z-index: 80;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #E1F1EF;
  transition: all 200ms linear;
}
.m-header.is-top {
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 59.999em) {
  .m-header.is-top {
    height: 80px;
  }
}
@media only screen and (min-width: 60em) {
  .m-header.is-top {
    height: 96px;
  }
}
.m-header.is-scroll {
  position: fixed;
  top: 0;
  padding-top: 0;
  min-height: 80px;
  background-color: #E1F1EF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.m-header.is-scroll .header__top {
  max-height: 0;
}

.header__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  transition: all 200ms linear;
}
@media only screen and (max-width: 44.999em) {
  .header__container {
    max-width: 1640px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 45em) {
  .header__container {
    max-width: 1680px;
    padding: 0 40px;
  }
}

.m-hero {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #E1F1EF;
  box-sizing: border-box;
  transition: all 100ms linear;
}
@media only screen and (max-width: 44.999em) {
  .m-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .m-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .m-hero--home {
    min-height: 694px;
  }
}
@media only screen and (min-width: 75em) {
  .m-hero--home {
    min-height: 694px;
  }
}
@media only screen and (max-width: 59.999em) {
  .m-hero--home .hero__tag {
    width: 100%;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .m-hero--home .hero__tag {
    width: 45%;
  }
}
@media only screen and (min-width: 75em) {
  .m-hero--home .hero__tag {
    width: 50%;
  }
}
@media only screen and (max-width: 59.999em) {
  .m-hero--home .hero__graph {
    width: 100%;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .m-hero--home .hero__graph {
    width: 55%;
  }
}
@media only screen and (min-width: 75em) {
  .m-hero--home .hero__graph {
    width: 50%;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .m-hero--persona, .m-hero--cases {
    min-height: 694px;
  }
}
@media only screen and (min-width: 75em) {
  .m-hero--persona, .m-hero--cases {
    min-height: 694px;
  }
}
@media only screen and (max-width: 59.999em) {
  .m-hero--persona .hero__tag, .m-hero--cases .hero__tag {
    width: 100%;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .m-hero--persona .hero__tag, .m-hero--cases .hero__tag {
    width: 60%;
  }
}
@media only screen and (min-width: 75em) {
  .m-hero--persona .hero__tag, .m-hero--cases .hero__tag {
    width: 60%;
  }
}
@media only screen and (max-width: 59.999em) {
  .m-hero--persona .hero__graph, .m-hero--cases .hero__graph {
    width: 100%;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .m-hero--persona .hero__graph, .m-hero--cases .hero__graph {
    width: 40%;
  }
}
@media only screen and (min-width: 75em) {
  .m-hero--persona .hero__graph, .m-hero--cases .hero__graph {
    width: 40%;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .m-hero--feature {
    min-height: 694px;
  }
}
@media only screen and (min-width: 75em) {
  .m-hero--feature {
    min-height: 694px;
  }
}
@media only screen and (max-width: 59.999em) {
  .m-hero--feature .hero__tag, .m-hero--feature .hero__graph {
    width: 100%;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .m-hero--feature .hero__tag, .m-hero--feature .hero__graph {
    width: 50%;
  }
}
@media only screen and (min-width: 75em) {
  .m-hero--feature .hero__tag, .m-hero--feature .hero__graph {
    width: 50%;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .m-hero--contact .hero__container {
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .m-hero--contact .hero__container {
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 59.999em) {
  .m-hero--contact .hero__tag, .m-hero--contact .hero__graph {
    width: 100%;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .m-hero--contact .hero__tag, .m-hero--contact .hero__graph {
    width: 50%;
  }
}
@media only screen and (min-width: 75em) {
  .m-hero--contact .hero__tag, .m-hero--contact .hero__graph {
    width: 50%;
  }
}

.hero__container {
  display: flex;
}
@media only screen and (max-width: 59.999em) {
  .hero__container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 60em) {
  .hero__container {
    flex-direction: row;
    align-items: center;
  }
}

.hero__tag {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 44.999em) {
  .hero__tag {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .hero__tag {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .hero__tag {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .hero__tag {
    padding-right: 80px;
  }
}

.hero__title {
  font-weight: 700;
}
@media only screen and (max-width: 44.999em) {
  .hero__title {
    font-size: 2.3em;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .hero__title {
    font-size: 2.8em;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .hero__title {
    font-size: 3.2em;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 75em) {
  .hero__title {
    font-size: 4.5em;
    line-height: 1.25;
  }
}

.hero__subtitle {
  font-weight: 500;
}
@media only screen and (max-width: 44.999em) {
  .hero__subtitle {
    font-size: 1.3em;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .hero__subtitle {
    font-size: 1.5em;
    line-height: 1.25;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .hero__subtitle {
    font-size: 1.7em;
    line-height: 1.25;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .hero__subtitle {
    font-size: 2.25em;
    line-height: 1.25;
    margin-bottom: 40px;
  }
}

.hero__desc {
  font-weight: 300;
}
@media only screen and (max-width: 44.999em) {
  .hero__desc {
    font-size: 1em;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .hero__desc {
    font-size: 1.1em;
    line-height: 1.25;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .hero__desc {
    font-size: 1.3em;
    line-height: 1.25;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .hero__desc {
    font-size: 1.5em;
    line-height: 1.25;
    margin-bottom: 40px;
  }
}
.hero__desc a {
  text-decoration: underline;
  transition: all 150ms linear;
}
.hero__desc a:hover {
  color: #0bc2aa;
}

.hero__desc-link {
  position: relative;
  display: inline-flex;
  font-weight: 700;
  color: #0EAD98;
  transition: all 150ms linear;
}
.hero__desc-link:before {
  position: absolute;
  content: "";
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #0EAD98;
  transform: scaleX(0);
  transition: all 150ms linear;
}
@media only screen and (min-width: 60em) {
  .hero__desc-link {
    font-size: 1.1em;
  }
}
.hero__desc-link:hover {
  color: #0bc2aa;
}
.hero__desc-link:hover:before {
  transform: scaleX(1);
  background-color: #0bc2aa;
}

.hero__actions {
  display: flex;
}
@media only screen and (max-width: 44.999em) {
  .hero__actions {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 45em) {
  .hero__actions {
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
  }
}
.hero__actions .o-button {
  text-transform: uppercase;
}
@media only screen and (min-width: 75em) {
  .hero__actions .o-button {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 44.999em) {
  .hero__actions .o-videolink {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .hero__actions .o-videolink {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .hero__actions .o-videolink {
    margin-left: 40px;
  }
}

.hero__usage {
  color: #9C9C9C;
  line-height: 1;
  font-weight: 400;
}
.hero__usage strong {
  font-weight: 700;
}

@media only screen and (max-width: 44.999em) {
  .hero__tag-reachout {
    margin-top: 0;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .hero__tag-reachout {
    margin-top: 0;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .hero__tag-reachout {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 75em) {
  .hero__tag-reachout {
    margin-top: 240px;
  }
}
.hero__tag-reachout .hero__subtitle {
  margin-bottom: 10px;
}

.hero__graph {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 59.999em) {
  .hero__graph {
    justify-content: center;
  }
}
@media only screen and (min-width: 60em) {
  .hero__graph {
    justify-content: flex-end;
  }
}

.hero__home {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .hero__home {
    min-height: 560px;
  }
}
@media only screen and (min-width: 75em) {
  .hero__home {
    min-height: 580px;
    max-width: 750px;
  }
}

.hero__home-center {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__home-center:before, .hero__home-center:after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 160%;
  height: 0;
  border-bottom: 1px dashed #CEBBBB;
  margin-left: -80%;
}
.hero__home-center:before {
  transform: rotate(-45deg);
}
.hero__home-center:after {
  transform: rotate(45deg);
}
@media only screen and (max-width: 59.999em) {
  .hero__home-center {
    display: none;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .hero__home-center {
    width: 260px;
    height: 260px;
  }
}
@media only screen and (min-width: 75em) {
  .hero__home-center {
    width: 320px;
    height: 320px;
  }
}

.hero__home-UP {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px dashed #CEBBBB;
  background-color: #E1F1EF;
}

.hero__home-logo {
  display: block;
}
@media only screen and (min-width: 75em) {
  .hero__home-logo {
    zoom: 1.2;
  }
}

@media only screen and (max-width: 59.999em) {
  .hero__home-cols {
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 60em) {
  .hero__home-cols {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.hero__home-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #06113C;
  box-sizing: border-box;
}
.hero__home-item--singlepractitioner {
  top: 0;
  left: 0;
}
.hero__home-item--university {
  top: 0;
  right: 0;
}
.hero__home-item--multipractitioner {
  bottom: 0;
  left: 0;
}
.hero__home-item--graduate {
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 29.999em) {
  .hero__home-item {
    width: 50%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 30em) and (max-width: 59.999em) {
  .hero__home-item {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .hero__home-item {
    position: absolute;
    width: 200px;
  }
}
@media only screen and (min-width: 75em) {
  .hero__home-item {
    position: absolute;
    width: 220px;
  }
}
.hero__home-item:hover {
  color: #0bc2aa;
}
.hero__home-item:hover .hero__home-graph {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hero__home-graph {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
  transition: all 150ms linear;
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .hero__home-graph {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 75em) {
  .hero__home-graph {
    width: 180px;
    height: 180px;
    margin-bottom: 10px;
  }
}

.hero__home-name {
  display: block;
  text-align: center;
  font-weight: 400;
  transition: all 150ms linear;
}
@media only screen and (max-width: 59.999em) {
  .hero__home-name {
    font-size: 1em;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .hero__home-name {
    font-size: 1em;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 75em) {
  .hero__home-name {
    font-size: 1.15em;
    line-height: 1.1;
  }
}

.hero__home-link {
  display: block;
  text-align: center;
  font-weight: 300;
  text-decoration: underline;
  transition: all 150ms linear;
}
@media only screen and (max-width: 44.999em) {
  .hero__home-link {
    font-size: 0.8em;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .hero__home-link {
    font-size: 0.9em;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .hero__home-link {
    font-size: 0.9em;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 75em) {
  .hero__home-link {
    font-size: 1em;
    line-height: 1.25;
  }
}

.hero__clinic {
  max-width: 580px;
}

.hero__feat {
  max-width: 680px;
}

.hero__contact {
  width: 100%;
}

@media only screen and (max-width: 44.999em) {
  .hero__contact-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 45em) {
  .hero__contact-title {
    margin-bottom: 40px;
  }
}

.hero__form {
  margin: 0;
}
.hero__form .grid-x {
  margin-left: -10px;
  margin-right: -10px;
}
.hero__form .cell {
  padding: 10px;
}
.hero__form .o-button {
  width: 100%;
  border-radius: 12px;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.hero__form textarea {
  max-height: 250px;
}
.hero__form .wpcf7-list-item {
  margin: 0;
}
.hero__form .wpcf7-list-item-label {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 10px;
}
.hero__form .wpcf7-list-item-label a {
  color: #0EAD98;
}
.hero__form .input__elem.wpcf7-not-valid {
  border-color: #dc3232;
}
.hero__form .wpcf7-not-valid-tip {
  margin-top: 10px;
}
.hero__form .wpcf7-not-valid-tip {
  border: 0;
  margin: 20px 0 0;
  padding: 0;
}
.hero__form .wpcf7-spinner {
  display: block;
  margin: 20px auto 0;
}
.hero__form .wpcf7-response-output {
  border: 0 !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
}

.hero__form-notice {
  color: #9C9C9C;
  line-height: 1;
  font-weight: 400;
}

.hero__blog {
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 59.999em) {
  .hero__blog {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .hero__blog {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .hero__blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.hero__blog-title {
  font-weight: 500;
}
@media only screen and (min-width: 60em) {
  .hero__blog-title {
    margin-bottom: 20px;
  }
}

.m-homefeat {
  position: relative;
}
@media only screen and (max-width: 59.999em) {
  .m-homefeat {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-homefeat .o-sectiontitle {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .m-homefeat {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .m-homefeat .o-sectiontitle {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 75em) {
  .m-homefeat {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .m-homefeat .o-sectiontitle {
    margin-bottom: 160px;
  }
}

@media only screen and (max-width: 59.999em) {
  .homefeat__container {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .homefeat__container {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 75em) {
  .homefeat__container {
    margin-bottom: 100px;
  }
}

.homefeat__content {
  position: relative;
}
@media only screen and (max-width: 59.999em) {
  .homefeat__content .o-title, .homefeat__content .o-subtitle {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .homefeat__content {
    width: calc(50% - 20px);
  }
  .homefeat__content .o-title, .homefeat__content .o-subtitle {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 75em) {
  .homefeat__content {
    width: calc(50% - 20px - 80px);
  }
  .homefeat__content .o-title {
    margin-bottom: 20px;
  }
  .homefeat__content .o-subtitle {
    margin-bottom: 30px;
  }
}

.homefeat__item {
  border-bottom: 1px solid #EBEBEB;
  box-sizing: border-box;
}
@media only screen and (max-width: 59.999em) {
  .homefeat__item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .homefeat__item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 75em) {
  .homefeat__item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 59.999em) {
  .homefeat__item-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.homefeat__chk {
  position: absolute;
  top: -9999px;
  left: -9999px;
  display: none;
}
@media only screen and (max-width: 59.999em) {
  .homefeat__chk:checked + .homefeat__item-content {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #E1F1EF;
    border-radius: 12px;
  }
  .homefeat__chk:checked + .homefeat__item-content .homefeat__item-name:after {
    top: 10px;
    transform: rotate(135deg);
  }
  .homefeat__chk:checked + .homefeat__item-content .homefeat__item-info {
    padding-top: 10px;
    max-height: -moz-fit-content;
    max-height: fit-content;
    opacity: 1;
    pointer-events: all;
  }
  .homefeat__chk:checked + .homefeat__item-content .homefeat__res {
    margin-top: 20px;
    max-height: -moz-fit-content;
    max-height: fit-content;
    opacity: 1;
    pointer-events: all;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .homefeat__chk:checked + .homefeat__item-content .homefeat__item-info {
    padding-top: 10px;
    max-height: -moz-fit-content;
    max-height: fit-content;
    opacity: 1;
    pointer-events: all;
  }
  .homefeat__chk:checked + .homefeat__item-content .homefeat__res {
    margin-left: 20px;
    opacity: 1;
    pointer-events: all;
  }
}
@media only screen and (min-width: 75em) {
  .homefeat__chk:checked + .homefeat__item-content .homefeat__item-info {
    padding-top: 20px;
    max-height: -moz-fit-content;
    max-height: fit-content;
    opacity: 1;
    pointer-events: all;
  }
  .homefeat__chk:checked + .homefeat__item-content .homefeat__res {
    margin-left: 40px;
    opacity: 1;
    pointer-events: all;
  }
}

.homefeat__item-name {
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  transition: all 150ms linear;
}
@media only screen and (max-width: 44.999em) {
  .homefeat__item-name {
    position: relative;
    font-size: 1.3em;
    line-height: 1.3;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .homefeat__item-name {
    position: relative;
    font-size: 1.4em;
    line-height: 1.3;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .homefeat__item-name {
    font-size: 1.4em;
    line-height: 1;
  }
}
@media only screen and (min-width: 75em) {
  .homefeat__item-name {
    font-size: 2em;
    line-height: 1;
  }
}
.homefeat__item-name:before {
  content: attr(data-listno) ".";
  position: relative;
}
@media only screen and (max-width: 44.999em) {
  .homefeat__item-name:before {
    display: none;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .homefeat__item-name:before {
    display: none;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .homefeat__item-name:before {
    min-width: 50px;
    font-size: 0.7em;
    top: -3px;
  }
}
@media only screen and (min-width: 75em) {
  .homefeat__item-name:before {
    min-width: 70px;
    font-size: 0.6em;
    top: -4px;
  }
}
.homefeat__item-name:after {
  position: absolute;
  top: 6px;
  right: 0;
  width: 10px;
  height: 10px;
  border: solid #000;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
  transition: all 150ms linear;
}
@media only screen and (max-width: 59.999em) {
  .homefeat__item-name:after {
    content: "";
  }
}
@media only screen and (min-width: 60em) {
  .homefeat__item-name:after {
    display: none;
  }
}

.homefeat__item-info {
  transition: all 150ms linear;
  box-sizing: border-box;
  max-height: 0;
  pointer-events: none;
  padding-top: 0;
  overflow: hidden;
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .homefeat__item-info {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 75em) {
  .homefeat__item-info {
    padding-left: 70px;
    max-width: 570px;
  }
}

@media only screen and (max-width: 44.999em) {
  .homefeat__item-desc {
    font-size: 1.1em;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .homefeat__item-desc {
    font-size: 1.1em;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 75em) {
  .homefeat__item-desc {
    font-size: 1.25em;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}

.homefeat__res {
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
  transition: all 150ms linear;
}
@media only screen and (max-width: 44.999em) {
  .homefeat__res {
    position: relative;
    width: 100%;
    max-height: 0;
    background-color: #E1F1EF;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .homefeat__res {
    position: relative;
    width: 100%;
    max-height: 0;
    background-color: #E1F1EF;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .homefeat__res {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    margin-left: 0;
    width: calc(100% + 20px);
    height: 100%;
    background-color: #E1F1EF;
    border-radius: 12px;
    padding: 20px;
  }
}
@media only screen and (min-width: 75em) {
  .homefeat__res {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    margin-left: 0;
    width: calc(100% + 160px);
    height: 100%;
    background-color: #E1F1EF;
    border-radius: 12px;
    padding: 0 40px;
  }
}

.homefeat__res-title {
  font-weight: 400;
  display: block;
}
@media only screen and (max-width: 44.999em) {
  .homefeat__res-title {
    text-align: left;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .homefeat__res-title {
    text-align: left;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .homefeat__res-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 75em) {
  .homefeat__res-title {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.homefeat__res-graph {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 780px;
}
@media only screen and (max-width: 59.999em) {
  .homefeat__res-graph {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .homefeat__res-graph {
    flex: 1;
  }
}

.homefeat__res-testimonial {
  background-color: #fff;
  border-radius: 12px;
  box-sizing: border-box;
}
.homefeat__res-testimonial:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 44.999em) {
  .homefeat__res-testimonial {
    position: relative;
    padding: 20px;
  }
  .homefeat__res-testimonial:before {
    top: -20px;
    left: 60px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #fff;
  }
  .homefeat__res-testimonial .o-testimony .testimony__quote {
    font-size: 1em;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .homefeat__res-testimonial {
    position: relative;
    padding: 20px;
  }
  .homefeat__res-testimonial:before {
    top: -20px;
    left: 100px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #fff;
  }
  .homefeat__res-testimonial .o-testimony .testimony__quote {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 75em) {
  .homefeat__res-testimonial {
    position: absolute;
    left: 80px;
    right: 80px;
    bottom: -80px;
    padding: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .homefeat__res-testimonial:before {
    top: -20px;
    left: 140px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #fff;
  }
  .homefeat__res-testimonial .o-testimony {
    flex-direction: row;
    align-items: center;
  }
  .homefeat__res-testimonial .o-testimony .testimony__who {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 75em) and (max-width: 59.999em) {
  .homefeat__res-testimonial .o-testimony .testimony__who {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 75em) and (min-width: 60em) {
  .homefeat__res-testimonial .o-testimony .testimony__who {
    margin-right: 30px;
  }
}

.m-nav {
  position: relative;
  height: 100%;
  flex: 1;
  transition: all 150ms linear;
}
@media only screen and (max-width: 74.999em) {
  .m-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.nav__toggle {
  position: absolute;
  top: 50%;
  transform: translate(-0, -50%);
  width: 24px;
  height: 24px;
  text-align: center;
  color: #000;
  cursor: pointer;
  text-indent: 24px;
  box-sizing: border-box;
  transition: all 200ms linear;
}
.nav__toggle:before, .nav__toggle:after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #000;
  transition: all 150ms linear;
}
.nav__toggle:before {
  top: 4px;
}
.nav__toggle:after {
  top: 18px;
}
@media only screen and (max-width: 44.999em) {
  .nav__toggle {
    right: 20px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .nav__toggle {
    right: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .nav__toggle {
    position: absolute;
    display: none;
  }
}
.nav__toggle .nav__toggle-icon {
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 150ms linear;
}
.nav__toggle:hover:before, .nav__toggle:hover:after {
  background-color: #0bc2aa;
}
.nav__toggle:hover .nav__toggle-icon {
  background-color: #0bc2aa;
}

.nav__container {
  transition: all 150ms linear;
  /*
  @include media-range(lap,lap-wide) {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      height: 100%;
  }
  */
}
@media only screen and (max-width: 74.999em) {
  .nav__container {
    position: absolute;
    top: 80px;
    left: 100%;
    height: calc(100vh - 80px);
    max-height: -moz-fit-content;
    max-height: fit-content;
    max-height: calc(100svh - 80px);
    box-sizing: border-box;
    width: 100%;
    max-width: 0;
    overflow: hidden;
    background-color: #e1f1ef;
  }
}
@media only screen and (min-width: 75em) {
  .nav__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
}

.nav__fullclose {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 74.999em) {
  .nav__fullclose {
    background-color: #e1f1ef;
  }
}
@media only screen and (min-width: 75em) {
  .nav__fullclose {
    pointer-events: none;
  }
}

.nav__menu {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 75em) and (max-width: 104.999em) {
  .nav__menu {
    flex: 1;
  }
}

.nav__list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  font-weight: 400;
}
@media only screen and (max-width: 74.999em) {
  .nav__list {
    width: 100%;
    background-color: #E1F1EF;
    padding: 20px 0;
  }
  .nav__list .nav__item {
    display: block;
  }
}
@media only screen and (min-width: 75em) {
  .nav__list {
    position: relative;
    height: 100%;
  }
  .nav__list .nav__item {
    display: inline-block;
  }
}

.nav__sublist {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 74.999em) {
  .nav__sublist {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 75em) {
  .nav__sublist {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    pointer-events: none;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.98);
    padding: 10px 20px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}

.nav__item {
  position: relative;
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
  transition: all 150ms linear;
  /*
  @include media-range(lap,lap-wide) {
      height: 100%;
      padding: $gutter-quarter $gutter-quarter;
  }
  */
}
.nav__item.is-current {
  color: #0EAD98;
}
@media only screen and (max-width: 74.999em) {
  .nav__item {
    padding: 10px 40px;
  }
}
@media only screen and (min-width: 75em) {
  .nav__item {
    height: 100%;
    padding: 10px 20px;
  }
  .nav__item:first-child {
    padding-left: 0;
  }
  .nav__item:last-child {
    padding-right: 0;
  }
}
.nav__item.has-submenu > .nav__link {
  position: relative;
  padding-right: 20px;
}
.nav__item.has-submenu > .nav__link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-0, -50%);
  right: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
}
.nav__item.has-submenu:hover .nav__sublist {
  z-index: 99;
  opacity: 1;
  pointer-events: all;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.nav__subitem {
  color: #333;
}
.nav__subitem.is-current {
  color: #0EAD98;
}
@media only screen and (max-width: 74.999em) {
  .nav__subitem {
    padding-top: 10px;
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 75em) {
  .nav__subitem {
    padding: 10px 0;
  }
}

.nav__link {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 100%;
  color: #333;
  font-weight: 400;
  transition: all 150ms linear;
}
.nav__link:hover {
  color: #0bc2aa;
}
@media only screen and (max-width: 74.999em) {
  .nav__link {
    display: inline-block;
    font-size: 1.1em;
    line-height: 1.6;
  }
  .nav__link:hover {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 75em) and (max-width: 104.999em) {
  .nav__link {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 105em) {
  .nav__link {
    font-size: 1.25em;
  }
}

.nav__sublink {
  transition: all 150ms linear;
}
@media only screen and (max-width: 74.999em) {
  .nav__sublink {
    display: inline-block;
    font-size: 1.1em;
    line-height: 1.8;
  }
  .nav__sublink:hover {
    padding-left: 5px;
  }
}

.nav__actions {
  position: relative;
  display: flex;
}
.nav__actions .o-button, .nav__actions .o-button--alt, .nav__actions .o-button--border, .nav__actions .o-button--simple {
  min-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 44.999em) {
  .nav__actions .o-button, .nav__actions .o-button--alt, .nav__actions .o-button--border, .nav__actions .o-button--simple {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 45em) {
  .nav__actions .o-button, .nav__actions .o-button--alt, .nav__actions .o-button--border, .nav__actions .o-button--simple {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 59.999em) {
  .nav__actions {
    flex-flow: row wrap;
    background-color: #E1F1EF;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
    max-width: 300px;
  }
  .nav__actions .o-button, .nav__actions .o-button--alt, .nav__actions .o-button--border, .nav__actions .o-button--simple {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .nav__actions .o-button--border {
    width: 100%;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .nav__actions {
    flex-flow: row;
    background-color: #E1F1EF;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .nav__actions .o-button, .nav__actions .o-button--alt, .nav__actions .o-button--border, .nav__actions .o-button--simple {
    margin: 10px;
  }
}
@media only screen and (min-width: 75em) and (max-width: 104.999em) {
  .nav__actions {
    margin-left: -10px;
    margin-right: -10px;
  }
  .nav__actions .o-button, .nav__actions .o-button--alt, .nav__actions .o-button--border {
    margin: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav__actions .o-button--simple {
    margin: 10px;
  }
}
@media only screen and (min-width: 105em) {
  .nav__actions {
    margin-left: -20px;
    margin-right: -20px;
  }
  .nav__actions .o-button, .nav__actions .o-button--alt, .nav__actions .o-button--border, .nav__actions .o-button--simple {
    margin: 20px;
  }
}

.m-logo {
  position: relative;
  box-sizing: border-box;
  transition: all 100ms linear;
}
.m-logo--header {
  z-index: 99;
}
.m-logo--header .logo__color1 {
  fill: #6ABA98;
}
.m-logo--header .logo__color2 {
  fill: #414141;
}
@media only screen and (max-width: 59.999em) {
  .m-logo--header {
    width: 194px;
    height: 48px;
  }
  .m-logo--header svg {
    width: 194px;
    height: 48px;
  }
  .m-header.is-scroll .m-logo--header {
    width: 194px;
    height: 48px;
  }
  .m-header.is-scroll .m-logo--header svg {
    width: 194px;
    height: 48px;
  }
}
@media only screen and (min-width: 60em) {
  .m-logo--header {
    width: 194px;
    height: 48px;
    margin-right: 60px;
  }
  .m-logo--header svg {
    width: 194px;
    height: 48px;
  }
  .m-header.is-scroll .m-logo--header {
    width: 194px;
    height: 48px;
  }
  .m-header.is-scroll .m-logo--header svg {
    width: 194px;
    height: 48px;
  }
}
.m-logo--footer {
  display: inline-block;
  margin-bottom: 20px;
}
.m-logo--footer .logo__color1 {
  fill: #6ABA98;
}
.m-logo--footer .logo__color2 {
  fill: #fff;
}
@media only screen and (max-width: 44.999em) {
  .m-logo--footer {
    width: 194px;
    height: 48px;
  }
  .m-logo--footer svg {
    width: 194px;
    height: 48px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .m-logo--footer {
    width: 194px;
    height: 48px;
  }
  .m-logo--footer svg {
    width: 194px;
    height: 48px;
  }
}
@media only screen and (min-width: 75em) {
  .m-logo--footer {
    width: 194px;
    height: 48px;
  }
  .m-logo--footer svg {
    width: 194px;
    height: 48px;
  }
}

.logo__graph {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.logo__graph-icon {
  width: 100%;
  height: 100%;
}

.logo__title {
  display: none;
}

.logo__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.m-main {
  position: relative;
}
@media only screen and (max-width: 59.999em) {
  .m-main {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 60em) {
  .m-main {
    padding-top: 96px;
  }
}
.m-main--404 {
  box-sizing: border-box;
}
@media only screen and (max-width: 44.999em) {
  .m-main--404 {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    min-height: 200px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .m-main--404 {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px;
    min-height: 420px;
  }
}
@media only screen and (min-width: 60em) {
  .m-main--404 {
    margin-top: 96px;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px;
    min-height: 700px;
  }
}
.m-main--404 .main__title404 {
  position: relative;
  z-index: 1;
  font-weight: 400;
  color: #000;
}
@media only screen and (max-width: 44.999em) {
  .m-main--404 .main__title404 {
    font-size: 2em;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .m-main--404 .main__title404 {
    font-size: 2.8em;
    margin-bottom: 40px;
    letter-spacing: 0.01em;
  }
}
@media only screen and (min-width: 60em) {
  .m-main--404 .main__title404 {
    font-size: 4em;
    margin-bottom: 80px;
    letter-spacing: 0.03em;
  }
}
.m-main--404 .main__title404:after {
  position: absolute;
  content: "404";
  right: 0;
  color: rgba(14, 173, 152, 0.1);
  font-weight: 600;
  line-height: 1;
  z-index: -1;
}
@media only screen and (max-width: 44.999em) {
  .m-main--404 .main__title404:after {
    font-size: 200px;
    letter-spacing: -0.05em;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .m-main--404 .main__title404:after {
    font-size: 400px;
    letter-spacing: -0.05em;
  }
}
@media only screen and (min-width: 75em) {
  .m-main--404 .main__title404:after {
    font-size: 600px;
    letter-spacing: -0.05em;
  }
}
.m-main--404 .o-button {
  z-index: 1;
  max-width: 250px;
}

@media only screen and (max-width: 59.999em) {
  .main__page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .main__page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .main__page {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.main__page .m-blog {
  padding-top: 0;
  padding-bottom: 0;
}
.main__page .m-faq {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}

@media only screen and (max-width: 59.999em) {
  .main__single {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .main__single {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .main__single {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.m-partners {
  position: relative;
}
@media only screen and (max-width: 74.999em) {
  .m-partners {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-partners .o-sectiontitle {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 75em) {
  .m-partners {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .m-partners .o-sectiontitle {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 74.999em) {
  .partners__container {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .partners__container {
    padding-top: 40px;
  }
}
.partners__container img {
  max-width: 220px;
  transition: all 150ms linear;
}
.partners__container a {
  display: block;
}
.partners__container a:hover img {
  opacity: 0.8;
}

.m-pricing {
  position: relative;
}
@media only screen and (max-width: 44.999em) {
  .m-pricing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .m-pricing .o-sectiontitle {
    margin-bottom: 10px;
  }
  .m-pricing .o-subtitle {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .m-pricing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .m-pricing .o-sectiontitle {
    margin-bottom: 10px;
  }
  .m-pricing .o-subtitle {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .m-pricing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .m-pricing .o-sectiontitle {
    margin-bottom: 10px;
  }
  .m-pricing .o-subtitle {
    margin-bottom: 80px;
  }
}
.m-pricing .o-container {
  max-width: 2080px;
}
.m-pricing .o-subtitle {
  text-align: center;
}

@media only screen and (max-width: 44.999em) {
  .pricing__container {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .pricing__container {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 60em) {
  .pricing__container {
    margin-bottom: 60px;
  }
}

.pricing__switch {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 44.999em) {
  .pricing__switch {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .pricing__switch {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .pricing__switch {
    margin-bottom: 60px;
  }
}

.pricing__switch-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  overflow: hidden;
}
@media only screen and (max-width: 44.999em) {
  .pricing__switch-container {
    min-height: 52px;
    border-radius: 26px;
  }
}
@media only screen and (min-width: 45em) {
  .pricing__switch-container {
    min-height: 64px;
    border-radius: 32px;
  }
}

.pricing__switch-type {
  position: relative;
  cursor: pointer;
}
.pricing__switch-type:first-child .pricing__switch-name:before {
  margin-right: -100%;
}
@media only screen and (max-width: 44.999em) {
  .pricing__switch-type:first-child .pricing__switch-name:before {
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
  }
}
@media only screen and (min-width: 45em) {
  .pricing__switch-type:first-child .pricing__switch-name:before {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
  }
}
.pricing__switch-type:last-child .pricing__switch-name:before {
  margin-left: -100%;
}
@media only screen and (max-width: 44.999em) {
  .pricing__switch-type:last-child .pricing__switch-name:before {
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
  }
}
@media only screen and (min-width: 45em) {
  .pricing__switch-type:last-child .pricing__switch-name:before {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
  }
}

.pricing__switch-chk {
  position: absolute;
  top: -9999px;
  left: -9999px;
  display: none;
}
.pricing__switch-chk:checked + .pricing__switch-name {
  color: #fff;
}
.pricing__switch-chk:checked + .pricing__switch-name:before {
  margin: 0;
  background-color: #000;
}

.pricing__switch-name {
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 150ms linear;
}
.pricing__switch-name:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 150ms linear;
}
@media only screen and (max-width: 44.999em) {
  .pricing__switch-name:before {
    min-height: 52px;
  }
}
@media only screen and (min-width: 45em) {
  .pricing__switch-name:before {
    min-height: 64px;
  }
}
@media only screen and (max-width: 44.999em) {
  .pricing__switch-name {
    font-size: 1em;
    padding: 0 40px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .pricing__switch-name {
    font-size: 1.15em;
    padding: 0 40px;
    line-height: 64px;
  }
}
@media only screen and (min-width: 75em) {
  .pricing__switch-name {
    font-size: 1.25em;
    padding: 0 40px;
    line-height: 64px;
  }
}

.pricing__cols {
  display: flex;
}
@media only screen and (max-width: 59.999em) {
  .pricing__cols {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .pricing__cols {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 75em) {
  .pricing__cols {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.pricing__help {
  box-sizing: border-box;
}
@media only screen and (max-width: 59.999em) {
  .pricing__help {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .pricing__help {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 75em) {
  .pricing__help {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.pricing__help-container {
  display: flex;
  background-color: #E1F1EF;
  border: 1px solid #000;
  border-radius: 12px;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 44.999em) {
  .pricing__help-container {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .pricing__help-container {
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .pricing__help-container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 75em) {
  .pricing__help-container {
    flex-direction: column;
  }
}

.pricing__help-content {
  box-sizing: border-box;
}
@media only screen and (max-width: 44.999em) {
  .pricing__help-content {
    width: 70%;
    padding: 20px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .pricing__help-content {
    width: 60%;
    padding: 40px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .pricing__help-content {
    flex: 1;
    padding: 20px;
  }
}
@media only screen and (min-width: 75em) {
  .pricing__help-content {
    flex: 1;
    padding: 40px;
  }
}

.pricing__help-tag {
  font-weight: 600;
}
@media only screen and (max-width: 44.999em) {
  .pricing__help-tag {
    font-size: 1.2em;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .pricing__help-tag {
    font-size: 1.4em;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .pricing__help-tag {
    font-size: 1.7em;
    line-height: 1.25;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 75em) {
  .pricing__help-tag {
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 20px;
    text-align: center;
  }
}

.pricing__help-title {
  font-weight: 700;
}
@media only screen and (max-width: 44.999em) {
  .pricing__help-title {
    font-size: 1.4em;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .pricing__help-title {
    font-size: 1.7em;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .pricing__help-title {
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media only screen and (min-width: 75em) {
  .pricing__help-title {
    font-size: 2.5em;
    line-height: 1.25;
    margin-bottom: 10px;
    text-align: center;
  }
}

.pricing__help-text {
  font-weight: 300;
}
@media only screen and (max-width: 44.999em) {
  .pricing__help-text {
    font-size: 0.8em;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .pricing__help-text {
    font-size: 0.9em;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .pricing__help-text {
    font-size: 1em;
    line-height: 1.25;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media only screen and (min-width: 75em) {
  .pricing__help-text {
    font-size: 1em;
    line-height: 1.25;
    margin-bottom: 40px;
    text-align: center;
  }
}

.pricing__help-action {
  text-transform: none;
  font-weight: 700;
  border: 1px solid #000;
  width: 100%;
  max-width: 240px;
}
.pricing__help-action:hover {
  border-color: #0bc2aa;
  background-color: #0bc2aa;
  color: #fff;
}
@media only screen and (min-width: 60em) {
  .pricing__help-action {
    margin-left: auto;
    margin-right: auto;
  }
}

.pricing__help-graph {
  display: flex;
  box-sizing: border-box;
}
@media only screen and (max-width: 44.999em) {
  .pricing__help-graph {
    width: 30%;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .pricing__help-graph {
    width: 40%;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 60em) {
  .pricing__help-graph {
    justify-content: center;
  }
}

.princing__help-img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 44.999em) {
  .princing__help-img {
    max-height: 250px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .princing__help-img {
    max-height: 300px;
  }
}

.pricing__list {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
@media only screen and (max-width: 44.999em) {
  .pricing__list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .pricing__list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .pricing__list {
    width: calc(75% + 20px);
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 75em) {
  .pricing__list {
    width: calc(75% + 30px);
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.pricing__item {
  width: 100%;
}
@media only screen and (max-width: 44.999em) {
  .pricing__item {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .pricing__item {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .pricing__item {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 75em) {
  .pricing__item {
    padding: 0 15px;
  }
}
.pricing__item--starter .o-pricecard {
  border-color: #C2C2C2;
}
.pricing__item--starter .pricecard__action {
  border-color: #000;
  background-color: #fff;
  color: #000;
}
.pricing__item--starter .pricecard__info {
  border-top-color: #C2C2C2;
}
.pricing__item--pro .o-pricecard {
  border-color: #28AFA5;
}
.pricing__item--pro .pricecard__action {
  border-color: #28AFA5;
  background-color: #28AFA5;
  color: #fff;
}
.pricing__item--pro .pricecard__info {
  border-top-color: #28AFA5;
}
.pricing__item--premium .o-pricecard {
  border-color: #000;
}
.pricing__item--premium .pricecard__action {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.pricing__item--premium .pricecard__info {
  border-top-color: #000;
}
.pricing__item--starter .pricecard__action:hover, .pricing__item--pro .pricecard__action:hover, .pricing__item--premium .pricecard__action:hover {
  border-color: #0bc2aa;
  background-color: #0bc2aa;
  color: #fff;
}

.pricing__trial .o-offer {
  padding-top: 0;
  border-top: 0;
}

.m-stories {
  position: relative;
  background-color: #E1F1EF;
}
@media only screen and (max-width: 44.999em) {
  .m-stories {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-stories .o-sectiontitle {
    margin-bottom: 10px;
  }
  .m-stories .o-subtitle {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .m-stories {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .m-stories .o-sectiontitle {
    margin-bottom: 10px;
  }
  .m-stories .o-subtitle {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 75em) {
  .m-stories {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .m-stories .o-sectiontitle {
    margin-bottom: 10px;
  }
  .m-stories .o-subtitle {
    margin-bottom: 140px;
  }
}
.m-stories .o-subtitle {
  text-align: center;
}

.stories__container {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(990px + 16px + 20px);
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 36px;
}
.stories__container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 400px;
  background-color: transparent;
  border: solid #0EAD98;
  border-width: 16px;
}
.stories__container:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 10%;
  right: 10%;
  bottom: 46px;
  height: 100px;
  background-color: transparent;
  border-radius: 20%;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
}

.stories__content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 44.999em) {
  .stories__content {
    padding: 20px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .stories__content {
    padding: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .stories__content {
    padding: 60px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .stories__content .slick-dots {
    position: absolute;
    top: 50%;
    transform: translate(-0, -50%);
    right: 20px;
  }
  .stories__content .slick-dots li {
    display: block;
  }
  .stories__content .slick-dots button {
    margin: 6px 0;
  }
}
@media only screen and (min-width: 75em) {
  .stories__content .slick-dots {
    position: absolute;
    top: 50%;
    transform: translate(-0, -50%);
    right: 40px;
  }
  .stories__content .slick-dots li {
    display: block;
  }
  .stories__content .slick-dots button {
    margin: 6px 0;
  }
}
.stories__content .stories__slide {
  align-self: center;
}

.stories__item {
  display: flex;
}
@media only screen and (max-width: 44.999em) {
  .stories__item {
    flex-direction: column;
  }
}
@media only screen and (min-width: 45em) {
  .stories__item {
    flex-direction: row;
    justify-content: space-between;
  }
}

.stories__info {
  position: relative;
}
@media only screen and (max-width: 44.999em) {
  .stories__info {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .stories__info {
    margin-right: 20px;
    padding-bottom: 60px;
    max-width: 400px;
  }
}
@media only screen and (min-width: 75em) {
  .stories__info {
    margin-right: 30px;
    padding-bottom: 60px;
    max-width: 480px;
  }
}

.stories__quote {
  font-weight: 600;
}
@media only screen and (max-width: 44.999em) {
  .stories__quote {
    font-size: 1.5em;
    line-height: 1.35;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .stories__quote {
    font-size: 1.85em;
    line-height: 1.35;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 75em) {
  .stories__quote {
    font-size: 2.25em;
    line-height: 1.35;
    margin-bottom: 30px;
  }
}

.stories__author {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 85px;
}
.stories__author:before, .stories__author:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-0, -50%);
}
.stories__author:before {
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #0EAD98;
}
.stories__author:after {
  left: 15px;
  width: 60px;
  height: 2px;
  background-color: #000;
}
@media only screen and (max-width: 44.999em) {
  .stories__author {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .stories__author {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 75em) {
  .stories__author {
    margin-bottom: 30px;
  }
}

.stories__name {
  font-weight: 700;
}
@media only screen and (max-width: 44.999em) {
  .stories__name {
    font-size: 1em;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .stories__name {
    font-size: 1.1em;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 75em) {
  .stories__name {
    font-size: 1.15em;
    line-height: 1.25;
  }
}

@media only screen and (max-width: 74.999em) {
  .stories__job {
    font-size: 0.8em;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 75em) {
  .stories__job {
    font-size: 0.9em;
    line-height: 1.25;
  }
}

.stories__nav {
  position: absolute;
  bottom: 0;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1px;
  margin-left: -6px;
  margin-right: -6px;
}
@media only screen and (max-width: 44.999em) {
  .stories__nav {
    right: 0;
  }
}
@media only screen and (min-width: 45em) {
  .stories__nav {
    left: 0;
  }
}

.stories__prev, .stories__next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #0EAD98;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 6px;
}
.stories__prev.slick-arrow, .stories__next.slick-arrow {
  position: relative;
}
.stories__prev svg, .stories__next svg {
  fill: #000;
}
.stories__prev:hover, .stories__next:hover {
  background-color: #0EAD98;
  color: #fff;
}
.stories__prev:hover svg, .stories__next:hover svg {
  fill: #fff;
}

.stories__avatar {
  position: relative;
  padding: 16px;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-self: center;
  max-width: 281px;
}
@media only screen and (max-width: 44.999em) {
  .stories__avatar {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .stories__avatar {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 75em) {
  .stories__avatar {
    margin-right: 30px;
  }
}
.stories__avatar:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  border: solid #0EAD98;
  border-width: 16px;
  border-left: 0;
}

.stories__img {
  position: relative;
  z-index: 1;
  display: block;
  margin: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.m-testimonials {
  position: relative;
  background-color: #E1F1EF;
}
@media only screen and (max-width: 44.999em) {
  .m-testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .m-testimonials .o-sectiontitle {
    margin-bottom: 10px;
  }
  .m-testimonials .o-subtitle {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .m-testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .m-testimonials .o-sectiontitle {
    margin-bottom: 10px;
  }
  .m-testimonials .o-subtitle {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 75em) {
  .m-testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .m-testimonials .o-sectiontitle {
    margin-bottom: 10px;
  }
  .m-testimonials .o-subtitle {
    margin-bottom: 120px;
  }
}
.m-testimonials .o-subtitle {
  text-align: center;
}

@media only screen and (max-width: 44.999em) {
  .testimonials__content {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .testimonials__content .slick-dots {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .testimonials__content {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .testimonials__content .slick-dots {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .testimonials__content {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .testimonials__content .slick-dots {
    margin-top: 60px;
  }
}

.testimonials__item {
  background-color: #fff;
  border-radius: 12px;
}
@media only screen and (max-width: 44.999em) {
  .testimonials__item {
    padding: 20px;
    margin: 0 10px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .testimonials__item {
    padding: 20px;
    margin: 0 20px;
  }
}
@media only screen and (min-width: 75em) {
  .testimonials__item {
    padding: 30px;
    margin: 0 20px;
  }
}

.m-traits {
  position: relative;
}
@media only screen and (max-width: 74.999em) {
  .m-traits {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-traits .o-sectiontitle {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .m-traits {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .m-traits .o-sectiontitle {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 74.999em) {
  .m-traits--cases .o-sectiontitle {
    margin-bottom: 10px;
  }
  .m-traits--cases .o-sectiontitle + .o-subtitle {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .m-traits--cases .o-sectiontitle {
    margin-bottom: 10px;
  }
  .m-traits--cases .o-sectiontitle + .o-subtitle {
    text-align: center;
    margin-bottom: 80px;
  }
}

.traits__text {
  display: inline-flex;
  flex-direction: column;
  text-align: left;
}
@media only screen and (max-width: 59.999em) {
  .traits__text .o-title, .traits__text .o-subtitle {
    margin-bottom: 20px;
  }
  .traits__text p {
    margin-bottom: 10px;
  }
  .traits__text p:last-child {
    margin-bottom: 0;
  }
  .traits__text ul {
    margin-left: 1.1em;
    margin-bottom: 10px;
  }
  .traits__text li {
    margin-bottom: 10px;
  }
  .traits__text li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .traits__text .o-title, .traits__text .o-subtitle {
    margin-bottom: 20px;
  }
  .traits__text p {
    margin-bottom: 20px;
  }
  .traits__text p:last-child {
    margin-bottom: 0;
  }
  .traits__text ul {
    margin-left: 1.1em;
    margin-bottom: 20px;
  }
  .traits__text li {
    margin-bottom: 20px;
  }
  .traits__text li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 75em) {
  .traits__text .o-title, .traits__text .o-subtitle {
    margin-bottom: 30px;
  }
  .traits__text p {
    margin-bottom: 20px;
  }
  .traits__text p:last-child {
    margin-bottom: 0;
  }
  .traits__text ul {
    margin-left: 1.1em;
    margin-bottom: 20px;
  }
  .traits__text li {
    margin-bottom: 20px;
  }
  .traits__text li:last-child {
    margin-bottom: 0;
  }
}
.traits__text--casedetails .o-subtitle {
  margin-bottom: 10px;
}
.traits__text--casedetails p {
  margin-bottom: 0;
}

.traits__text-focus {
  padding-top: 10px;
}
@media only screen and (max-width: 59.999em) {
  .traits__text-focus {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 60em) {
  .traits__text-focus {
    margin-bottom: 20px;
  }
}

.traits__text-focustitle {
  font-weight: 600;
}

.traits__text-focusbadge {
  position: relative;
  top: -10px;
}
@media only screen and (max-width: 59.999em) {
  .traits__text-focusbadge {
    left: -20px;
  }
}
@media only screen and (min-width: 60em) {
  .traits__text-focusbadge {
    left: -40px;
  }
}

@media only screen and (max-width: 59.999em) {
  .traits__text-focusicon {
    width: 65px;
    height: 62px;
  }
}
@media only screen and (min-width: 60em) {
  .traits__text-focusicon {
    width: 98px;
    height: 94px;
  }
}

@media only screen and (max-width: 59.999em) {
  .traits__item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .traits__item .o-title, .traits__item .o-subtitle {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .traits__item {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .traits__item .o-title, .traits__item .o-subtitle {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 75em) {
  .traits__item {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .traits__item .o-title, .traits__item .o-subtitle {
    margin-bottom: 30px;
  }
}
.traits__item .traits__thumb {
  width: 100%;
  max-width: 640px;
}

.traits__keygraph {
  position: relative;
  background-color: #E1F1EF;
  border-radius: 12px;
  padding: 20px;
}
@media only screen and (max-width: 74.999em) {
  .traits__keygraph {
    padding: 20px;
  }
}
@media only screen and (min-width: 75em) {
  .traits__keygraph {
    margin-right: 80px;
    padding: 30px;
  }
}
.traits__keygraph .o-boxtitle {
  font-weight: 600;
}
.traits__keygraph .o-subtitle {
  margin-bottom: 0;
}
.traits__keygraph .traits__thumb {
  max-width: 734px;
}

.traits__keygraph-badge {
  position: absolute;
}
@media only screen and (max-width: 44.999em) {
  .traits__keygraph-badge {
    top: -20px;
    right: -30px;
    width: 60px;
    height: 62px;
  }
}
@media only screen and (min-width: 45em) {
  .traits__keygraph-badge {
    top: -70px;
    right: -50px;
    width: 123px;
    height: 128px;
  }
}

.traits__keygraph-icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: #000;
}

.traits__keyfeat {
  display: flex;
}
@media only screen and (min-width: 75em) {
  .traits__keyfeat {
    min-width: 800px;
  }
}

.traits__keylist {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.traits__keyitem {
  font-weight: 300;
  position: relative;
  padding-left: 25px;
}
.traits__keyitem:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(-0, -50%);
  left: 0;
  margin-top: -3px;
  width: 10px;
  height: 4px;
  border: solid #2EB70C;
  border-width: 0 0 1px 1px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 44.999em) {
  .traits__keyitem {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .traits__keyitem {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 75em) {
  .traits__keyitem {
    margin-bottom: 15px;
  }
}
.traits__keyitem:last-child {
  margin-bottom: 0;
}
.traits__keyitem strong {
  font-weight: 700;
}

@media only screen and (min-width: 60em) {
  .traits__list .traits__item:nth-child(2n) .traits__graphcol {
    margin-right: 8.3333333333%;
  }
  .traits__list .traits__item:nth-child(2n+1) .traits__graphcol {
    order: 1;
    margin-left: 8.3333333333%;
  }
}
.traits__list--case .traits__item {
  padding-top: 0;
}

@media only screen and (max-width: 59.999em) {
  .traits__case {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .traits__case {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 75em) {
  .traits__case {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 59.999em) {
  .traits__carousel {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .traits__carousel {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 75em) {
  .traits__carousel {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.traits__carousel .traits__thumb {
  width: 100%;
  max-width: 1232px;
}
.traits__carousel--pers .traits__thumb {
  width: 100%;
  max-width: 1600px;
}

.traits__carousel-container {
  text-align: center;
}

.traits__carousel-desc .o-title {
  text-align: center;
}
.traits__carousel-desc .traits__text {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media only screen and (max-width: 59.999em) {
  .traits__carousel-desc {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .traits__carousel-desc .o-title, .traits__carousel-desc .o-subtitle {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .traits__carousel-desc {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .traits__carousel-desc .o-title, .traits__carousel-desc .o-subtitle {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 75em) {
  .traits__carousel-desc {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .traits__carousel-desc .o-title, .traits__carousel-desc .o-subtitle {
    margin-bottom: 30px;
  }
}

.traits__trial .offer__container {
  max-width: 1332px;
}

.inpage-link {
  position: relative;
}

.up-menu-toggler {
  position: absolute;
  top: -9999px;
  left: -9999px;
  display: none;
}
.up-menu-toggler:not(:checked) + .up-container .nav__container a {
  white-space: nowrap;
}
@media only screen and (max-width: 74.999em) {
  .up-menu-toggler:checked + .up-container {
    overflow: hidden;
    z-index: 9999;
  }
  .up-menu-toggler:checked + .up-container .m-header {
    overflow: initial;
  }
  .up-menu-toggler:checked + .up-container .m-nav {
    background-color: #E1F1EF;
  }
  .up-menu-toggler:checked + .up-container .m-header.is-top .nav__container .nav__close {
    top: -40px;
  }
  .up-menu-toggler:checked + .up-container .nav__container {
    max-width: 100%;
    overflow: initial;
    overflow-x: hidden;
  }
  .up-menu-toggler:checked + .up-container .nav__container a {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 75em) {
  .up-menu-toggler:checked + .up-container .m-header.is-top .nav__container {
    top: 96px;
  }
  .up-menu-toggler:checked + .up-container .m-header.is-top .nav__container .nav__close {
    top: -48px;
  }
}
.up-menu-toggler:checked + .up-container .nav__container {
  left: 0;
}
.up-menu-toggler:checked + .up-container .m-header.is-scroll .nav__container {
  top: 80px;
}
.up-menu-toggler:checked + .up-container .m-header.is-scroll .nav__container .nav__close {
  top: -40px;
}
.up-menu-toggler:checked + .up-container .nav__toggle .nav__toggle-icon {
  background-color: transparent;
  transform: scaleX(0);
}
.up-menu-toggler:checked + .up-container .nav__toggle:before {
  top: 12px;
  left: -5%;
  width: 110%;
  transform: rotate(45deg);
}
.up-menu-toggler:checked + .up-container .nav__toggle:after {
  top: 12px;
  left: -5%;
  width: 110%;
  transform: rotate(-45deg);
}

.up-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  transition: all 100ms linear;
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
}
@media only screen and (max-width: 74.999em) {
  .up-container {
    overflow: hidden;
  }
}