:root {
  --gray: #575757;
  --primary-dark: #e58f94;
  --secondary: #3190af;
  --white: white;
  --third: #7b8b9d;
  --primary: #eabec0;
  --third-dark: #546578;
  --alice-blue: #f4f9ff;
  --secondary-dark: #1484a9;
  --light-grey: whitesmoke;
  --light-slate-grey: #7c8c9e;
  --white-2: #fbfdff;
  --black: black;
  --light-coral: #fc8c9e;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #000;
  font-family: omnes-pro, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: omnes-pro, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: omnes-pro, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: omnes-pro, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: omnes-pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: omnes-pro, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: omnes-pro, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-family: omnes-pro, sans-serif;
  font-weight: 500;
}

a {
  font-family: omnes-pro, sans-serif;
  font-weight: 600;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
  font-family: omnes-pro, sans-serif;
  font-weight: 500;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-family: omnes-pro, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.25rem;
  height: 2.25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: var(--gray);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.text-align-center.text-color-primary, .heading-style-h3.text-color-primary {
  color: var(--primary-dark);
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.relative {
  position: relative;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1.1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--primary-dark);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-icon.is-blue {
  background-color: var(--secondary);
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.navbar13_component {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: fixed;
  top: 0%;
}

.navbar-on-page {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar13_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border: 1px solid rgba(123, 139, 157, .25);
  border-radius: .8rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  height: auto;
  min-height: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.navbar13_logo-link {
  padding-left: 0;
}

.navbar13_logo {
  height: 2.3rem;
}

.navbar13_menu {
  align-items: center;
  position: static;
}

.navbar13_menu-link-wrapper {
  display: flex;
}

.navbar13_link {
  color: var(--third);
  padding: .5rem 1rem;
}

.navbar13_link.w--current {
  color: var(--secondary);
}

.navbar13_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar13_menu-button {
  padding: 0;
}

.navbar13_left-content {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  width: 64px;
  height: 64px;
  position: absolute;
}

.video-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .55);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_layout242 {
  justify-content: center;
  display: flex;
}

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

.layout242_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.layout242_item {
  border: 1px solid rgba(124, 140, 158, .2);
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 2.5rem;
  display: flex;
}

.layout242_icon-wrapper {
  background-color: var(--primary);
  border: 1px solid rgba(123, 139, 157, .25);
  border-radius: .5rem;
  margin-top: -4rem;
  margin-bottom: 2rem;
  padding: .5rem;
  display: block;
}

.text-color-third-dark {
  color: var(--third-dark);
}

.text-color-secondary {
  color: var(--secondary);
}

.section_layout215 {
  background-color: var(--alice-blue);
  position: relative;
}

.section_layout215.background-gradient {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(244, 249, 255, 0), #f4f9ff 83%);
}

.section_layout215.background-gradien-reverse {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#f4f9ff 19%, rgba(244, 249, 255, 0));
}

.layout215_component {
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout215_image-wrapper {
  position: relative;
}

.layout215_image {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.layout215_circle {
  z-index: 0;
  background-color: var(--primary-dark);
  border-radius: 12rem;
  width: 12rem;
  height: 12rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.layout215_circle-light {
  z-index: 0;
  background-color: var(--primary);
  border-radius: 12rem;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.layout215_circle-blue {
  z-index: 1;
  background-color: var(--secondary-dark);
  border-radius: 12rem;
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: 12rem;
  bottom: auto;
  left: auto;
  right: -2rem;
}

.layout215_circle-blue-02 {
  background-color: var(--secondary-dark);
  border-radius: 12rem;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: auto;
  bottom: -4rem;
  left: 10rem;
  right: auto;
}

.layout215_circle-02 {
  z-index: 0;
  background-color: var(--primary-dark);
  border-radius: 12rem;
  width: 12rem;
  height: 12rem;
  position: absolute;
  top: -2rem;
  bottom: auto;
  left: auto;
  right: 0%;
}

.layout215_circle-light-02 {
  z-index: 1;
  background-color: var(--primary);
  border-radius: 12rem;
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: auto;
  bottom: 2rem;
  left: 0%;
  right: auto;
}

.layout215_circle-blue-03 {
  background-color: var(--secondary-dark);
  border-radius: 12rem;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: auto;
  bottom: -4rem;
  left: 8rem;
  right: auto;
}

.layout215_circle-03 {
  z-index: 1;
  background-color: var(--third);
  border-radius: 12rem;
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.layout215_circle-light-03 {
  z-index: 0;
  background-color: var(--primary);
  border-radius: 12rem;
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.layout215_circle-back {
  z-index: -2;
  background-color: var(--light-grey);
  border-radius: 1000px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_layout243 {
  background-color: var(--alice-blue);
  position: relative;
  overflow: hidden;
}

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

.layout243_list {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
  position: relative;
}

.layout243_item {
  background-color: var(--white);
  border: 1px solid rgba(124, 140, 158, .25);
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 2.5rem;
  display: flex;
}

.layout243_item.margin-box-2 {
  margin-top: 4rem;
}

.layout243_item.margin-box-3 {
  margin-top: 8rem;
}

.layout243_icon-wrapper {
  background-color: var(--primary);
  border: 1px solid rgba(123, 139, 157, .25);
  border-radius: .5rem;
  margin-top: -4rem;
  margin-bottom: 2rem;
  padding: .5rem;
  display: block;
}

.background-logo {
  z-index: 0;
  opacity: .15;
  width: 28rem;
  height: 28rem;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: -6rem;
  transform: rotate(35deg);
}

.heading-highlight {
  background-color: var(--primary);
  color: var(--white);
  border-radius: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.section_layout242_wrapper {
  background-image: linear-gradient(#f4f9ff 9%, rgba(244, 249, 255, 0));
  border-radius: 2rem;
  min-width: 80%;
  max-width: 90%;
  margin-top: -4rem;
  position: relative;
}

.testimonial16_lightbox {
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial16_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial16_title-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout353_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout353_content-left {
  position: -webkit-sticky;
  position: sticky;
  top: 30%;
}

.layout353_content-item {
  background-color: var(--white);
  border: 2px solid rgba(124, 140, 158, .25);
  border-radius: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 2rem 3rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.layout353_content-item.content-item-1 {
  top: 30%;
}

.layout353_content-item.content-item-2 {
  top: 32%;
}

.layout353_content-item.content-item-3 {
  top: 34%;
}

.layout353_content-item.content-item-4 {
  top: 36%;
}

.layout353_class-wrapper {
  grid-column-gap: 1rem;
  color: var(--third-dark);
  background-color: #eaeef1;
  border-radius: .5rem;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.layout353_divider {
  background-color: #d6dce2;
  width: 2px;
  height: 1.5rem;
}

.section_pricing20 {
  background-color: var(--alice-blue);
}

.pricing20_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  justify-items: stretch;
}

.pricing20_plan {
  background-color: var(--white);
  border: 2px solid rgba(124, 140, 158, .15);
  border-radius: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 35rem;
  padding: 2rem;
  display: flex;
}

.pricing20_plan.highlight {
  background-color: var(--primary-dark);
}

.pricing20_plan.hidden {
  display: none;
}

.pricing20_content {
  width: 100%;
}

.pricing20_divider {
  background-color: rgba(124, 140, 158, .15);
  width: 100%;
  height: 2px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pricing20_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.pricing20_feature {
  display: flex;
}

.pricing20_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.layout215_circle-blue-04 {
  z-index: 1;
  background-color: var(--secondary-dark);
  border-radius: 12rem;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: auto;
  bottom: -2rem;
  left: auto;
  right: 12rem;
}

.layout215_circle-light-04 {
  z-index: 1;
  background-color: var(--primary);
  border-radius: 12rem;
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.faq7_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer7_component {
  border-top: 1px solid rgba(123, 139, 157, .2);
}

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

.footer7_logo-link {
  width: 10rem;
  margin-bottom: 2rem;
  padding-left: 0;
}

.footer7_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.footer7_link {
  color: var(--gray);
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.line-divider {
  background-color: rgba(87, 87, 87, .15);
  width: 100%;
  height: 1px;
}

.footer7_bottom-wrapper {
  justify-content: center;
  display: flex;
}

.footer7_credit-text {
  color: var(--gray);
  font-size: .875rem;
  font-weight: 500;
}

.section {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  overflow: hidden;
}

.content_wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.spacing_24 {
  height: 24px;
}

.line_divider {
  background-color: rgba(124, 140, 158, .15);
  width: 100%;
  height: 2px;
}

.spacing_48 {
  height: 48px;
}

.profile_wrapper {
  border: 2px solid #dee2e5;
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 10px;
  display: flex;
}

.prodile_image {
  object-fit: cover;
  border-radius: 500px;
  max-width: 100px;
  max-height: 100px;
}

.text_wrapper.wrapper_medium {
  flex-direction: column;
  align-items: flex-start;
  max-width: 380px;
  display: flex;
}

.flex_wrapper {
  display: flex;
}

.flex_wrapper.flex_center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.flex_wrapper.flex_distribute {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.flex_wrapper.flex_distribute.link_block {
  background-color: var(--white);
  color: var(--light-slate-grey);
  border: 2px solid rgba(124, 140, 158, .15);
  border-radius: 16px;
  padding: 25px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .4s;
}

.flex_wrapper.flex_distribute.link_block:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, .05);
}

.flex_wrapper.flex_distribute.link_block.hidden {
  display: none;
}

.flex_wrapper.flex_vertical {
  flex-direction: column;
}

.flex_wrapper.flex_vertical.card_link {
  color: var(--light-slate-grey);
  border: 2px solid rgba(124, 140, 158, .15);
  border-radius: 16px;
  justify-content: space-between;
  height: 186px;
  padding: 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
}

.flex_wrapper.flex_vertical.card_link:hover {
  background-color: #fff;
  border-color: rgba(124, 140, 158, .15);
}

.icon_20x20 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.spacing_8 {
  height: 8px;
}

.icon_24x24 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.spacing_20 {
  height: 20px;
}

.spacing_4 {
  height: 4px;
}

.text_color_muted {
  opacity: .6;
}

.spacing_16 {
  height: 16px;
}

.event_card {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #0a1b1a), url('../images/jonathan-borba-8C_IaqAujwM-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-end;
  height: 350px;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.link_cloud_grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

._3_col_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.icon_32x32 {
  object-fit: contain;
  width: 32px;
  height: 32px;
}

.bio-image {
  width: 10rem;
}

.div-block {
  background-color: #59cdf3;
  border-radius: .4rem;
  padding: .5rem .8rem;
}

.body-bio {
  background-color: var(--white-2);
}

.pricing20_title-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq7_title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial26_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial26_client-image-wrapper {
  margin-right: 1rem;
}

.testimonial26_content {
  border: 2px solid rgba(124, 140, 158, .15);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
}

.testimonial26_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.testimonial26_component {
  column-count: 2;
  column-gap: 2rem;
}

.padding-global-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-4.relative {
  z-index: 1;
  position: relative;
}

.text-highlght {
  background-color: #ffdcde;
  border: 2px solid #ffdcde;
}

.layout-perfil_image {
  z-index: 1;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.section_header33 {
  position: relative;
}

.header33_content {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.header33_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header33_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #e58f94;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.button-2.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section_header28 {
  background-image: radial-gradient(circle at 0 100%, #eabec0, #7c8c9e 50%, #3290af);
  position: relative;
  overflow: hidden;
}

.header28_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header82_pattern {
  width: 29rem;
  position: absolute;
  top: -8rem;
  bottom: auto;
  left: auto;
  right: -8rem;
  transform: rotate(160deg);
}

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

.background-video {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .button.is-icon.is-blue.hidden-mobile {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar13_component {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar13_container {
    grid-template-columns: auto 1fr;
    width: 100%;
  }

  .navbar13_menu {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    margin-top: 1rem;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
  }

  .navbar13_menu-link-wrapper {
    background-color: var(--white);
    border: 1px solid rgba(124, 140, 158, .15);
    border-radius: 1rem;
    flex-direction: column;
    width: 100%;
    padding: 1rem 2rem 2.5rem;
  }

  .navbar13_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .navbar13_button-wrapper {
    align-items: center;
  }

  .navbar13_menu-button {
    padding: 0;
  }

  .navbar13_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-top {
    background-color: var(--secondary);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-middle {
    background-color: var(--secondary);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-bottom {
    background-color: var(--secondary);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .layout242_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .layout215_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout243_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .layout243_item.margin-box-2, .layout243_item.margin-box-3 {
    margin-top: 0;
  }

  .testimonial16_lightbox {
    height: 22rem;
  }

  .testimonial16_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .layout353_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .pricing20_plan {
    height: auto;
  }

  .pricing20_plan.highlight {
    box-shadow: none;
    margin-bottom: 0;
  }

  .testimonial26_component {
    column-count: auto;
  }

  .header28_lightbox {
    height: 28rem;
  }

  .header82_pattern {
    z-index: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .heading-style-h5 {
    font-size: 1rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .navbar13_component {
    margin-top: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar13_container {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar13_menu-link-wrapper {
    padding: 1.25rem;
  }

  .layout242_list, .layout215_component, .layout243_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section_layout242_wrapper {
    max-width: 95%;
    margin-top: -2rem;
  }

  .layout353_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout353_content-left {
    position: static;
  }

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

  .pricing20_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq7_component {
    grid-row-gap: 2.5rem;
  }

  .footer7_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer7_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer7_credit-text {
    margin-top: 2rem;
  }

  .testimonial26_client {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial26_client-image-wrapper {
    margin-right: 1rem;
  }

  .testimonial26_content {
    padding: 1.5rem;
  }

  .testimonial26_component {
    column-count: 1;
  }

  .padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header28_lightbox {
    height: 20rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .max-width-large.mobile-text-align-center {
    text-align: center;
  }

  .button-group.mobile-align-center {
    justify-content: center;
  }

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

  .layout242_item {
    text-align: center;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section_layout215, .section_layout215.background-gradient {
    overflow: hidden;
  }

  .layout215_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .layout215_content, .layout215_content.mobile-text-align-center {
    text-align: center;
  }

  .layout215_circle {
    width: 8rem;
    height: 8rem;
  }

  .layout215_circle-light {
    width: 6rem;
    height: 6rem;
  }

  .layout215_circle-blue {
    width: 6rem;
    height: 6rem;
    right: 0;
  }

  .layout215_circle-blue-02 {
    bottom: -2rem;
  }

  .layout215_circle-02 {
    width: 8rem;
    height: 8rem;
    top: 0;
  }

  .layout215_circle-blue-03 {
    bottom: -2rem;
  }

  .layout215_circle-03 {
    width: 8rem;
    height: 8rem;
  }

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

  .layout243_item {
    text-align: center;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .layout243_icon-wrapper {
    margin-bottom: 1rem;
  }

  .background-logo {
    width: 18rem;
    height: 18rem;
  }

  .section_layout242_wrapper {
    border-radius: 1rem;
  }

  .testimonial16_lightbox {
    height: 14rem;
  }

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

  .layout353_content-left {
    text-align: center;
  }

  .layout353_content-item {
    text-align: center;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .layout353_content-item.content-item-1 {
    top: 12%;
  }

  .layout353_content-item.content-item-2 {
    top: 15%;
  }

  .layout353_content-item.content-item-3 {
    top: 18%;
  }

  .layout353_content-item.content-item-4 {
    top: 21%;
  }

  .pricing20_plan.highlight {
    box-shadow: none;
  }

  .pricing20_feature-list {
    justify-items: start;
  }

  .faq7_item {
    text-align: center;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .spacing_48 {
    height: 32px;
  }

  .profile_wrapper {
    width: 80px;
    height: 80px;
  }

  .prodile_image {
    max-width: 60px;
    max-height: 60px;
  }

  .flex_wrapper.flex_center {
    flex-wrap: wrap;
  }

  .flex_wrapper.flex_distribute.link_block {
    line-height: 1.5;
  }

  .flex_wrapper.flex_vertical.card_link {
    background-color: #fff;
    border-color: #fff;
    height: 150px;
  }

  .event_card {
    border-radius: 24px;
  }

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

  .header28_lightbox {
    height: 20rem;
  }

  .header82_pattern {
    width: 24rem;
  }
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-b813660d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-b813660d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-b813660d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-b813660d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-b813660d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-b813660d, #w-node-_87d62406-bf63-baf7-93f3-0594d5dfca0f-b813660d, #w-node-_251db90c-e444-ac6d-bf10-967907944031-b813660d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-b813660d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-b813660d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-b813660d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-b813660d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-b813660d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-b813660d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-b813660d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-b813660d {
  justify-self: start;
}

#w-node-_38b95516-f083-0a8b-04d3-6610076e323d-cfffa3c2 {
  justify-self: center;
}

#w-node-_38b95516-f083-0a8b-04d3-6610076e3251-cfffa3c2 {
  justify-self: end;
}

#w-node-_117b5c35-79ce-9319-363d-6a94c6887c17-cfffa3c2, #w-node-_0c08b736-672f-b9b7-a405-ad2bcd915eeb-cfffa3c2, #w-node-e09cc7e8-f7a5-300c-d2f6-5db6c07c51f7-cfffa3c2, #w-node-_429f8ce5-e0f2-d487-22d8-1bc0e8abe301-cfffa3c2, #w-node-a9260a7b-e971-ca40-7473-0097d5ee82af-cfffa3c2, #w-node-d27146d1-85fe-edbc-4c45-215a79f0734b-cfffa3c2, #w-node-_3b04e3ed-e4c5-68ce-56f8-2f92316b4a53-cfffa3c2, #w-node-ce0cf566-4099-94b3-46c9-97505d3c34b6-cfffa3c2, #w-node-ce0cf566-4099-94b3-46c9-97505d3c34a7-cfffa3c2, #w-node-ce0cf566-4099-94b3-46c9-97505d3c34ac-cfffa3c2, #w-node-ce0cf566-4099-94b3-46c9-97505d3c34b1-cfffa3c2 {
  align-self: start;
}

#w-node-_1e8f3956-9f4d-a8c0-8508-4b36d471666d-cfffa3c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_637f5c2e-76ab-93ec-e124-c6e3abc14287-cfffa3c2, #w-node-_4f00591e-763a-50cb-1160-506b867a727f-6821c733 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-d3730ee1-271c-24fa-eacd-a4c868aaf7b5-cfffa3c2 {
    order: -9999;
  }

  #w-node-_637f5c2e-76ab-93ec-e124-c6e3abc14287-cfffa3c2, #w-node-_4f00591e-763a-50cb-1160-506b867a727f-6821c733 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7a300d34-b981-6aed-3b83-41086791998b-cfffa3c2, #w-node-d3730ee1-271c-24fa-eacd-a4c868aaf7bb-cfffa3c2, #w-node-ad10f9e5-c82a-936a-72a9-40844784e61f-cfffa3c2, #w-node-_6eb2e433-88bf-64c2-4f26-f64861c25170-cfffa3c2 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7a300d34-b981-6aed-3b83-410867919985-cfffa3c2 {
    order: -9999;
  }

  #w-node-d3730ee1-271c-24fa-eacd-a4c868aaf7bb-cfffa3c2 {
    order: 9999;
  }

  #w-node-d3730ee1-271c-24fa-eacd-a4c868aaf7b5-cfffa3c2 {
    order: 0;
  }

  #w-node-ad10f9e5-c82a-936a-72a9-40844784e61d-cfffa3c2, #w-node-_6eb2e433-88bf-64c2-4f26-f64861c25169-cfffa3c2 {
    order: -9999;
  }

  #w-node-_637f5c2e-76ab-93ec-e124-c6e3abc14287-cfffa3c2, #w-node-_4f00591e-763a-50cb-1160-506b867a727f-6821c733 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


